/* -------------------------------------------------------------------------------------------------
=Global
--------------------------------------------------------------------------------------------------*/

/* Reset CSS - Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

* {margin: 0; padding: 0;}
img, fieldset {border: 0 none;}
ol, ul {list-style: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
hr {border-color: #ccc; border-style: solid; border-width: 1px 0 0; clear: both; height: 0;}
.clearfix {clear: both;}
.clearleft {
  clear: left;
}
.last {margin-right: 0 !important;}

a:focus {outline: 1px dotted invert;}
a:link, a:visited {color: #1499D6; text-decoration: none;}
a:hover {text-decoration: underline;}

a img {
  display:block;
}

h1 {font-size: 30px;}
h2 {font-size: 24px; letter-spacing: -1px; line-height: 1;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p {
  font: 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 18px;
  letter-spacing: normal;
  padding: 0 0 1em;
}

html {font-size: 100%; -webkit-text-size-adjust: none;}

body {
  font: 11px 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  color: #363636;
  letter-spacing: -0.04em;
  background-color: #C5E8FA;
}

#wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
  /*z-index: 0;*/
}

/* -------------------------------------------------------------------------------------------------
=User Bar
--------------------------------------------------------------------------------------------------*/

#user_bar_wrapper {
  position: relative;
  z-index: 5000;
  width:100%;
  height: 34px;
  border-bottom: 1px solid #AAA;
  background: transparent url(/images/embed/bg_user_bar.png) repeat-x left bottom;
}

#user_bar {
  position: relative;
  width: 980px;
  margin: 0 auto;
  font-size: 11px;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#user_bar ul li {
  float: left;
  white-space: nowrap;
  position: relative;
}

#user_bar a:link,
#user_bar a:visited {
    color: #9bb3c1;
    /*color: #1499D6;*/
}

/* =Navigation (Master)
---------------------------------------*/ 

#user_bar #nav_master li a {
  display: block;
  height: 34px;
  text-indent: -9999px;
}
#user_bar #nav_master a, #user_bar #nav_checkout li.cart a,
#user_bar #nav_user li a#join_link, #user_bar #nav_user li a#log_in,
#user_bar #nav_checkout li.checkout a {background: transparent url(/images/embed/nav_bar.png) no-repeat 0 0;}

#user_bar #nav_master li.main a {width: 85px; background-position:0 -34px;}
#user_bar #nav_master li.main a:hover {background-position:0 -34px !important;}

#user_bar #nav_master li#nav_master_browse a {width: 70px; background-position:-85px 0;}
#user_bar #nav_master li#nav_master_browse a:hover,
#user_bar #nav_master #nav_master_browse:hover > a,
body.marketplace_browse #user_bar #nav_master li#nav_master_browse > a {background-position:-85px -34px;}

#user_bar #nav_master li.markets a {width: 69px; background-position:-155px 0;}
#user_bar #nav_master li.markets a:hover,
body.marketplace_markets #user_bar #nav_master li.markets a {background-position:-155px -34px;}

#user_bar #nav_master li.forums a {width: 66px; background-position:-224px 0;}
#user_bar #nav_master li.forums a:hover,
body.marketplace_forums #user_bar #nav_master li.forums a,
body.marketplace_topics #user_bar #nav_master li.forums a {background-position:-224px -34px;}

#user_bar #nav_master li.blog a {width:47px; background-position:-290px 0;}
#user_bar #nav_master li.blog a:hover,
body.blog #user_bar #nav_master li.blog a {background-position:-290px -34px;}


/* =Navigation Dropdowns
---------------------------------------*/

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.title {
  display: block;
  width: 105px;
  height: 24px;
  padding: 0 10px 0 25px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  text-indent: 0;
  border-bottom: 1px dashed #e5e5e5;
  background: #f1f1f1 url(/images/down_arrow.png) no-repeat 5px center;
}

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li#by_store.title {
  border-top: 1px dashed #e5e5e5;
}

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_2,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_3,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_4 {
  display: none;
  position: absolute;
  top: 34px;
  padding: 0;
  border-top: 1px solid #AAA;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  -moz-box-shadow: #000 3px 5px 20px -10px, #000 -3px 5px 20px -10px;
  -webkit-box-shadow: 1px 1px 1px #555;
}

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_2,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_3,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_4 {
  top: -1px;
  left: 140px;
  -moz-box-shadow: 3px 5px 20px -10px #000000, 3px 5px 20px -20px #000000;
  -webkit-box-shadow: 1px 1px 1px #555;
}

#user_bar #nav_master #nav_master_browse:hover .navbar_dropdown_level_1,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.level_1_offset:hover ul.navbar_dropdown_level_2,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.level_2_offset:hover ul.navbar_dropdown_level_3,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.level_3_offset:hover ul.navbar_dropdown_level_4 {
  display: block;
}

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
}

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li a {
  display: block;
  width: 120px;
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  color: #17a7ea;
  line-height: 28px;
  text-indent: 0;
  background-image: none;
  background-color: #FFF;
}

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li a:hover {
  color: #1499D6;
  text-decoration: none;
  background-color: #e0f2ff;
}

#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li a.has_children {
  background: #FFF url(/images/bg_rt_arrow.png) no-repeat 123px center;
}

#user_bar #nav_master #nav_master_browse:hover a,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.level_1_offset:hover > a,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.level_2_offset:hover > a,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.level_3_offset:hover > a,
#user_bar #nav_master #nav_master_browse .navbar_dropdown_level_1 li.level_4_offset:hover > a {
  color: #1283b8;
  text-decoration: none;
  background-color: #dbf0fe;
}

/* =Navigation (Checkout)
---------------------------------------*/

#user_bar #nav_checkout {
  float: right;
}

#user_bar #nav_checkout li.cart a {
  position: relative;
  display: block;
  width: 48px;
  height: 34px;
  background-position:-360px 0;
}

#user_bar #nav_checkout li.cart a:hover {
  text-decoration: none;
  background-position:-360px -34px;    
}

#user_bar #nav_checkout #cart_count {
  position: absolute;
  top: 11px;
  left: 31px;
  color: #17a7ea;
  font-weight: bold;
}

#user_bar #nav_checkout li.checkout a {
  display: block;
  width: 61px;
  height: 34px;
  text-indent: -9999px;
  background-position:-538px 0;
}

#user_bar #nav_checkout li.checkout a:hover {
  background-position:-538px -34px;
}

/* =Search (Master)
---------------------------------------*/

#user_bar #search_master {
  float: left;
  display: inline; /*IE*/
  margin-top: 6px;
  margin-left: 10px;
  width: 189px;
  height: 21px;
/*  background: transparent url(/images/bg_search_bar.png) no-repeat;*/
}

#user_bar #search_master .search_field {
  float: left;
  width: 150px;
  height: 14px;
  color: #888;
  border: 1px solid #CCC;
  background: #FFF url(/images/icons/embed/icon_search_master.png) no-repeat 5px 1px;
  font-family: inherit;
  font-size: 11px;
  padding: 3px 4px 3px 25px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#user_bar #search_master .search_field:focus {
  color: #555;
  border: 1px solid #43b8ee;
}

#user_bar #search_master .search_button {
  float: left;
  font-size: 10px;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  border: 0 none;
}

/* =Navigation (User)
---------------------------------------*/
#user_bar #nav_user {
  float: right;
}

#user_bar #nav_user li {
  display:block;
}

#user_bar #nav_user li a {
  display: block;
  float: left;
/*  margin: 11px 0 0 10px;*/
}

#user_bar #nav_user li a:hover {
  text-decoration: none;
  color: #17a7ea;
}

/* =Logged Out
---------------------*/
#user_bar #nav_user li a#log_in,
#user_bar #nav_user li a#join_link {
  display: block;
  height: 34px;
  margin: 0;
  text-indent: -9999px;
}

#user_bar #nav_user li a#log_in {
  width: 41px;
  background-position:-408px 0;
}

#user_bar #nav_user li a#log_in:hover {
  background-position:-408px -34px;
}

#user_bar #nav_user li span.or {
  float: left;
  padding: 10px 8px;
  color: #999;
}

#user_bar #nav_user li a#join_link {
  width: 89px;
  background-position:-449px 0;
}

#user_bar #nav_user li a#join_link:hover {
  background-position:-449px -34px;
}

/* =Logged In
---------------------*/

#user_bar #nav_user li#profile_link {
  position: relative;
}

#user_bar #nav_user li#profile_link a#nav_user_avatar {
  margin: 0;
  padding: 5px 0;
}

#user_bar #nav_user li#profile_link a#nav_user_name {
  margin: 0 0 0 7px;
  padding-top: 11px;
  font-weight: bold;
}

#user_bar #nav_user li#profile_link a img {
  overflow: hidden;
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

#user_bar #nav_user li#profile_link:hover a#nav_user_name {
  color: #1499D6;
  /*color: #ff7451;*/
}

#user_bar #nav_user li#profile_link:hover a#nav_user_avatar img {
  border: 1px solid #1499D6;
}

#user_bar #nav_user .dropdown {
  display: none;
  position: absolute;
  top: 34px;
  left: -18px;
  width: 134px;
  z-index: 5000;
}

#user_bar #nav_user .dropdown .dropdown_top {
  width: 134px;
  height: 11px;
  background: transparent url(/images/embed/dd_top.png) no-repeat scroll 0 0;
}

#user_bar #nav_user .dropdown .dropdown_wrapper {
  background: transparent url(/images/embed/dd_slice.png) repeat-y scroll 0 0;  
}

#user_bar #nav_user .dropdown .dropdown_bottom {
  width: 134px;
  height: 5px;
  background: transparent url(/images/embed/dd_bottom.png) no-repeat scroll 0 0;
}

#user_bar #nav_user li.drop:hover .dropdown {
  display: block;
}

#user_bar #nav_user li ul {
  overflow: hidden;
  margin: 0 3px;
  background-color: #FFF;
}

#user_bar #nav_user li ul li {
  float: none;
  margin: 3px 7px;
  padding-top: 3px;
  border-top: 1px dashed #ccc;
}

#user_bar #nav_user li ul li.first {
  border: 0 none;
}

#user_bar #nav_user li ul li a {
  float: none;
  margin: 0;
  padding: 5px 13px;
  -moz-border-radius: 3px;
}

#user_bar #nav_user li ul li a:hover {
  color: #736429;
  background: transparent url(/images/bg_sort_yellow.png) repeat-x left bottom;
}

/* -------------------------------------------------------------------------------------------------
=Report Bug
--------------------------------------------------------------------------------------------------*/

#footer a#report_bug_tab {
  position: absolute;
  top: -23px;
  right: 0px;
  padding: 3px 20px;
  text-shadow: #fff 0 1px 1px;	
  color: #909090;	
  border-style: solid;
  border-color: #E1E1E1;
  border-width: 1px 1px 0 1px;
  background: #FFF url(/images/admin/bg_lt_gradient.png) repeat-x left bottom;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;    
}

#footer.store a#report_bug_tab {
  border-right: 0;
  top: -21px;
  text-shadow: none;
  -moz-border-radius: 5px 0 5px 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#report_bug {
  clear:both;
  width: 980px;
  height: 120px;
  margin: 0 auto;
  position:relative;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #FFF url(/images/bg_report_bug.png) repeat-x bottom left;	
}

#report_bug a#close {
  position: absolute;
  bottom: 5px;
  left: 20px;
  color: #FFF;
  font-size: 11px;
}

#report_bug form {
  overflow: hidden;
  padding:15px 0 0 235px;
}

#report_bug label {
  font-size: 11px;
}

#report_bug #personal_info {
  float:left;
  width:160px;
}

#personal_info input {
  width:151px
}

#feedback {
  float: left;
  display: inline; /*IE*/
  width: 339px;
  margin: 0 0 0 20px;
}

#your_feedback {
  width: 319px;
  height: 59px;
}

#report_bug input#submit_button {
  float: left;
  display: inline; /*IE*/
  width: 167px;
  height: 31px;
  margin: 19px 0 0 6px;
  border: none;
  cursor: pointer;
  background: transparent url(/images/btn_report_bug.png) repeat scroll 0% 0%;
}

.checkouts #report_bug input#submit_button,
.cart #report_bug input#submit_button {
  margin-left:28px;
}

/* -------------------------------------------------------------------------------------------------
=Bug Saved
--------------------------------------------------------------------------------------------------*/

#bug_saved {
  margin-top: 7px;
}

#bug_saved h2 {
  color: #ff0000;
}

/* -------------------------------------------------------------------------------------------------
=Footer
--------------------------------------------------------------------------------------------------*/

/* =Sticky Footer (First 3 Rules)
---------------------------------------*/

html, body { height: 100%; }

#master_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -125px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push { height:45px; /* .push must be the same height as .footer */ }

#footer {
  display:none;
}

#footer .wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 125px;
  text-align: center;
}

#footer ul {
  margin-bottom: 4px;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
  margin: 0 12px;
}

#footer ul#sub_footer {
  padding: 0 5px;
}

#footer ul#sub_footer li a {
  margin: 0 5px;
  font-size: 11px;
  color: #777;
}

#footer ul#sub_footer li a:hover {
  text-decoration: underline;
}

#footer a:link,
#footer a:visited {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

#footer a:hover {
  border-bottom: none;
}

#footer a#report_bug_tab:hover {
  color: #444;
}

#footer p.copyright {
  font-size: 11px;
  color: #FFF;
}

#footer p a:link,
#footer p a:visited {
  color: #30afea;    
}

#footer p a:hover {
  text-decoration: underline;
}

#free_store {
  display:block;
  position:absolute;
  overflow:hidden;
  bottom: 2px;
  left: 139px;
  height: 70px;
  width: 50px;
  text-indent: -9999px;
}

/* -------------------------------------------------------------------------------------------------
=Pagination
--------------------------------------------------------------------------------------------------*/

.pagination {
  clear: both;
  margin: 10px;
  padding: 3px;
  text-align: center;
  line-height: 200%;
}

.pagination span {
  margin: 2px;
  padding: 4px 8px;
  color: #CCC;
  border: 1px solid #F1F1F1;
  background-color: #FFF;
  -moz-border-radius: 2px;    
  -webkit-border-radius: 2px;
}

.pagination a {
  margin: 2px;
  padding: 4px 8px;
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.pagination a:hover,
.pagination span.current {
  color: #FFF;
  background-color: #21b2f5;
  border-color: #21b2f5;
  text-decoration: none;
}


/* -------------------------------------------------------------------------------------------------
=Forms
--------------------------------------------------------------------------------------------------*/

input,
textarea {
  font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
}

input.text,
textarea.text {
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #3E3E3E;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA #D5D5D5 #D5D5D5 #CCCCCC;
  background: #F5F5F5 url(/images/bg_form_input.png) repeat-x scroll 0 0;  
}

.checkbox {
  clear: both;
}

.checkbox input[type="checkbox"] {
  vertical-align: top;
  margin-right: 5px;
}

.checkbox label {
  display: inline;
  line-height:100%;
}

fieldset {
  clear: both;
}

fieldset ul {
  overflow: hidden;
}

fieldset ul li {
  clear: left;
  position: relative;
  overflow: hidden;
  padding: 0 0 15px;
  border-top: 1px solid #E8E8E8;
}

fieldset ul li:first-child,
fieldset ul li.first {
  border: none;
  padding-top: 0;
}

fieldset ul li.last {
  margin: 0 auto;
  text-align: right;
  border: none;
}

fieldset ul li .label,
fieldset ul li h6 {
  padding: 7px 0 4px;
}

fieldset ul li label {
  display: block;
  color: #555;
  font-size: 11px;
  font-weight: normal;    
}

fieldset ul li label.instruction {
  padding-top: 4px;  
  font-style: italic;
  color: #888;
}

li.submit {
  border-top: transparent;
}

.submit {
  clear: both;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #BBB;
  background: #eee url(/images/bg_sort_gray.png) repeat-x left bottom;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* For hiding labels on forms which actually looks like pre-populated text. */
.structural {
  position:absolute;
  left:-9999px;
}

.formError {
  color: #f24e4e;
  font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------
=Flash Messages
--------------------------------------------------------------------------------------------------*/

#flash_message {
  position: fixed;
  top: 10%;
  left: 30%;
  margin: 0 auto;
  width: 40%;
  color: #363636;
  font-size: 12px;
  text-align: left;
  z-index: 6000;
}

#flash_message #message {
  margin: 0 0 5px;    
  padding: 15px 20px 15px 50px;
  line-height: 18px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#message.unavailable h6 {
  margin-top:10px;
}

#message.unavailable ul {
  list-style:disc inside;
  margin:4px 0;
}

#flash_message.success #message {
  color: #008612;
  border: 2px solid #39B54A;
  background: #d1ffca url(/images/icons/icon_success.png) no-repeat 10px 53%;
}

#flash_message.error #message {
  color: #970204;
  border: 2px solid #ed1c24;
  background: #ffdadc url(/images/icons/icon_error.png) no-repeat 10px 53%;
}

#flash_message.notice #message {
  color: #D46A00;
  border: 2px solid #ff952b;
  background: #ffeddb url(/images/icons/icon_notice.png) no-repeat 10px 53%;
}

#flash_message a {
  color: inherit;
  text-decoration: underline;
}

#flash_message a:hover {
  text-decoration: none;
}

a.close_flash {
  display: block;
  font-size: 11px;
}

a.close_flash:hover {
  text-decoration: none;
}

.fieldWithErrors input.text, .fieldWithErrors textarea {
  color: #ff535c;
  background: #FFD1D3 url(/images/bg_form_input_error.png) repeat-x scroll 0 0;
}

.inline_message {
  margin: 0 0 10px 0;
  padding: 15px 40px 15px 65px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.inline_message p {
  padding: 0;
}

.inline_message.success {
  color: #008612;
  border: 3px solid #39b54a;
  background: #c1ecc6 url(/images/icons/icon_check.png) no-repeat scroll 20px 50%;  
}

.inline_message.error {
  color: #970204;
  border: 3px solid #e85456;
  background: #ffacad url(/images/icons/icon_error.png) no-repeat scroll 20px 50%;  
}

.inline_message.notice {
  color: #d46a00;
  border: 3px solid #FF952B;
  background: #FFEDDB url(/images/icons/icon_notice.png) no-repeat scroll 20px 50%;  
}

/* -------------------------------------------------------------------------------------------------
=Messaging
--------------------------------------------------------------------------------------------------*/

#site_alert {
  color: #a0410d;
  border-top: 1px solid #fdc689;
  border-bottom: 1px solid #d8842a;
  background: #f7af61 url(/images/bg_orange_50.png) repeat;
}

#site_alert .wrapper {
  margin: 0 auto;
  width: 980px;
  padding: 0;
}

#site_alert p {
  float: left;
  font-size: 14px;
  padding: 10px 10px 10px 35px;
  text-align: left;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif;
  background: transparent url(/images/icons/icon_notice_shadow.png) no-repeat scroll 0 50%;
}

#site_alert a:link,
#site_alert a:visited {
  text-decoration: underline;
}

#site_alert a:hover {
  text-decoration: none;
}

#main #system.message {
  background:#fead60;
  padding: 0;
  color:#fff;
  text-align:left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#main #system.message h6 {
  color:#FFF;
  background-color: #ff9c3e;
  background-image: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#system.message a:link, #system.message a:visited{
  color:#F26522;
  padding:0;
  border-bottom:1px dotted #F26522;
}

#system.message a:hover {
  border-style: solid;
}

/*.system_update {
  padding: 15px 20px;
  font-size: 11px;
}

.system_update .update {
  line-height:16px;
}*/

.system_update a:link, .system_update a:visited{
  color:#FF535C;
}

.system_update a:hover {
  text-decoration:underline;
}

.system_update .title {
  color:#FF535C;
}

#main .message {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  -moz-border-radius: 3px;
}

#main .message a:link, #main .message a:visited {
  text-decoration: underline;
  color: #30afea;
}

#main .message a:hover {
  text-decoration: none;
}

#main .message a.hide {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 36px;
  height: 12px;
  text-indent: -9999px;
  background: transparent url(/images/admin/btn_hide.png) no-repeat;
    
}

#main .message {
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#main .message p {
  font-size: 11px;
  color: #999;
  line-height: 16px;
  padding: 10px 0px;
}

#main .message p, #sidebar #profile_avatar_container {
  border-top: 1px solid #FFF;
}

#main .message h6 {
  color: #30AFEA;
  font-weight: normal;
  font-size: 18px;
  padding: 5px 0;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}

h6#message {
  padding: 10px 15px;
  font-weight: normal;   
  margin: 0 0 20px;
  text-align: left;
}

h6#message.error {
  padding-left: 35px;
  font-size: 11px;
  font-family: 'Lucida Sans', 'Lucida Grande', Helvetica, Arial;
  color: #d53436;
  border: 1px solid #1B5D48;
  background: #FBCDCE url(/images/icons/icon_error.png) no-repeat 5px 6px;
}

h6#message.success {
  padding-left: 35px;
  font-size: 11px;
  font-family: 'Lucida Sans', 'Lucida Grande', Helvetica, Arial;
  color: #1B5D48;
  border: 1px solid #1B5D48;
  background: #E7FFCF url(/images/icons/icon_check.png) no-repeat 5px 6px;
}

p.empty {
  font-size: 11px;
  line-height: 16px;
  font-style: italic;
  color: #AAA;
}

/* -------------------------------------------------------------------------------------------------
=Error Messages 
--------------------------------------------------------------------------------------------------*/

#errorExplanation {
  margin: 10px 0;
  padding: 15px 20px 20px;
  text-align: left;
  color: #FFF;
  background-color: #ff6a6c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#errorExplanation h2 {
  margin: 0;
  font-size: 16px;
  letter-spacing: normal;
}

#errorExplanation ul {
  list-style-type: disc;
  list-style-position: inside;
  letter-spacing: normal;
}

#errorExplanation ul li {
  font-size: 12px;
}

/* -------------------------------------------------------------------------------------------------
=ShadowBox Fix
--------------------------------------------------------------------------------------------------*/

#ShadowBox td {
  padding: 0;
}

/* -------------------------------------------------------------------------------------------------
=Croppers
--------------------------------------------------------------------------------------------------*/

.thumb {
  position: relative;
  display: block;
}

.thumb img {
  overflow: hidden;
  display: block;
}

.thumb .cropper {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 100;
}

.thumb_32, .thumb_32 img, .thumb_32 .cropper { width: 32px; height: 32px; }
.thumb_32 .cropper { background: transparent url(/images/home/homepage_sprite.png) no-repeat -10px -332px; }
.thumb_32 .cropper:hover { background: transparent url(/images/home/homepage_sprite.png) no-repeat -10px -332px; }

.thumb_37, .thumb_37 img, .thumb_37 .cropper { width: 37px; height: 37px; }
.thumb_37 .cropper { background: transparent url(/images/croppers/cropper_37.png) no-repeat; }
.thumb_37 .cropper:hover { background: transparent url(/images/croppers/cropper_37.png) no-repeat 0 -37px; }

.thumb_42, .thumb_42 img, .thumb_42 .cropper { width: 42px; height: 42px; }
.thumb_42 .cropper { background: transparent url(/images/croppers/cropper_42.png) no-repeat; }
.thumb_42 .cropper:hover, a.block_link:hover .thumb_42 .cropper { background: transparent url(/images/croppers/cropper_42.png) no-repeat 0 -42px; }

.thumb_47, .thumb_47 img, .thumb_47 .cropper { width: 47px; height: 47px; }
.thumb_47 .cropper { background: transparent url(/images/croppers/cropper_47.png) no-repeat; }
.thumb_47 .cropper:hover { background: transparent url(/images/croppers/cropper_47.png) no-repeat 0 -47px; }

.thumb_52, .thumb_52 img, .thumb_52 .cropper { width: 52px; height: 52px; }
.thumb_52 .cropper { background: transparent url(/images/croppers/cropper_52.png) no-repeat; }
.thumb_52 .cropper:hover { background: transparent url(/images/croppers/cropper_52.png) no-repeat 0 -52px; }

.thumb_57, .thumb_57 img, .thumb_57 .cropper { width: 57px; height: 57px; }
.thumb_57 .cropper { background: transparent url(/images/croppers/cropper_57.png) no-repeat; }
.thumb_57 .cropper:hover { background: transparent url(/images/croppers/cropper_57.png) no-repeat 0 -57px; }

.thumb_62, .thumb_62 img, .thumb_62 .cropper { width: 62px; height: 62px; }
.thumb_62 .cropper { background: transparent url(/images/croppers/cropper_62.png) no-repeat; }
.thumb_62 .cropper:hover { background: transparent url(/images/croppers/cropper_62.png) no-repeat 0 -62px; }

.thumb_67, .thumb_67 img, .thumb_67 .cropper { width: 67px; height: 67px; }
.thumb_67 .cropper { background: transparent url(/images/croppers/cropper_67.png) no-repeat; }
.thumb_67 .cropper:hover { background: transparent url(/images/croppers/cropper_67.png) no-repeat 0 -67px; }

.thumb_72, .thumb_72 img, .thumb_72 .cropper { width: 72px; height: 72px; }
.thumb_72 .cropper { background: transparent url(/images/croppers/cropper_72.png) no-repeat; }
.thumb_72 .cropper:hover { background: transparent url(/images/croppers/cropper_72.png) no-repeat 0 -72px; }

.thumb_77, .thumb_77 img, .thumb_77 .cropper { width: 77px; height: 77px; }
.thumb_77 .cropper { background: transparent url(/images/croppers/cropper_77.png) no-repeat 0 0; }
.thumb_77 .cropper:hover { background: transparent url(/images/croppers/cropper_77.png) no-repeat 0 -77px; }

.thumb_82, .thumb_82 img, .thumb_82 .cropper { width: 82px; height: 82px; }
.thumb_82 .cropper { background: transparent url(/images/croppers/cropper_82.png) no-repeat; }
.thumb_82 .cropper:hover { background: transparent url(/images/croppers/cropper_82.png) no-repeat 0 -82px; }

.thumb_87, .thumb_87 img, .thumb_87 .cropper { width: 87px; height: 87px; }
.thumb_87 .cropper { background: transparent url(/images/croppers/cropper_87.png) no-repeat; }
.thumb_87 .cropper:hover { background: transparent url(/images/croppers/cropper_87.png) no-repeat 0 -87px; }

.thumb_92, .thumb_92 img, .thumb_92 .cropper { width: 92px; height: 92px; }
.thumb_92 .cropper { background: transparent url(/images/croppers/cropper_92.png) no-repeat; }
.thumb_92 .cropper:hover { background: transparent url(/images/croppers/cropper_92.png) no-repeat 0 -92px; }

.thumb_97, .thumb_97 img, .thumb_97 .cropper { width: 97px; height: 97px; }
.thumb_97 .cropper { background: transparent url(/images/croppers/cropper_97.png) no-repeat; }
.thumb_97 .cropper:hover { background: transparent url(/images/croppers/cropper_97.png) no-repeat 0 -97px; }

.thumb_102, .thumb_102 img, .thumb_102 .cropper { width: 102px; height: 102px; }
.thumb_102 .cropper { background: transparent url(/images/croppers/cropper_102.png) no-repeat; }
.thumb_102 .cropper:hover { background: transparent url(/images/croppers/cropper_102.png) no-repeat 0 -102px; }

.thumb_107, .thumb_107 img, .thumb_107 .cropper { width: 107px; height: 107px; }
.thumb_107 .cropper { background: transparent url(/images/croppers/cropper_107.png) no-repeat; }
.thumb_107 .cropper:hover { background: transparent url(/images/croppers/cropper_107.png) no-repeat 0 -107px; }

.thumb_112, .thumb_112 img, .thumb_112 .cropper { width: 112px; height: 112px; }
.thumb_112 .cropper { background: transparent url(/images/croppers/cropper_112.png) no-repeat; }
.thumb_112 .cropper:hover { background: transparent url(/images/croppers/cropper_112.png) no-repeat 0 -112px; }

.thumb_117, .thumb_117 img, .thumb_117 .cropper { width: 117px; height: 117px; }
.thumb_117 .cropper { background: transparent url(/images/croppers/cropper_117.png) no-repeat; }
.thumb_117 .cropper:hover { background: transparent url(/images/croppers/cropper_117.png) no-repeat 0 -117px; }

.thumb_122, .thumb_122 img, .thumb_122 .cropper { width: 122px; height: 122px; }
.thumb_122 .cropper { background: transparent url(/images/croppers/cropper_122.png) no-repeat; }
.thumb_122 .cropper:hover { background: transparent url(/images/croppers/cropper_122.png) no-repeat 0 -122px; }

.thumb_127, .thumb_127 img, .thumb_127 .cropper { width: 127px; height: 127px; }
.thumb_127 .cropper { background: transparent url(/images/croppers/cropper_127.png) no-repeat; }
.thumb_127 .cropper:hover { background: transparent url(/images/croppers/cropper_127.png) no-repeat 0 -127px; }

.thumb_132, .thumb_132 img, .thumb_132 .cropper { width: 132px; height: 132px; }
.thumb_132 .cropper { background: transparent url(/images/croppers/cropper_132.png) no-repeat; }
.thumb_132 .cropper:hover { background: transparent url(/images/croppers/cropper_132.png) no-repeat 0 -132px; }

.thumb_137, .thumb_137 img, .thumb_137 .cropper { width: 137px; height: 137px; }
.thumb_137 .cropper { background: transparent url(/images/croppers/cropper_137.png) no-repeat; }
.thumb_137 .cropper:hover { background: transparent url(/images/croppers/cropper_137.png) no-repeat 0 -137px; }

.thumb_142, .thumb_142 img, .thumb_142 .cropper { width: 142px; height: 142px; }
.thumb_142 .cropper { background: transparent url(/images/croppers/cropper_142.png) no-repeat; }
.thumb_142 .cropper:hover { background: transparent url(/images/croppers/cropper_142.png) no-repeat 0 -142px; }

.thumb_147, .thumb_147 img, .thumb_147 .cropper { width: 147px; height: 147px; }
.thumb_147 .cropper { background: transparent url(/images/croppers/cropper_147.png) no-repeat; }
.thumb_147 .cropper:hover { background: transparent url(/images/croppers/cropper_147.png) no-repeat 0 -147px; }

.thumb_152, .thumb_152 img, .thumb_152 .cropper { width: 152px; height: 152px; }
.thumb_152 .cropper { background: transparent url(/images/croppers/cropper_152.png) no-repeat; }
.thumb_152 .cropper:hover { background: transparent url(/images/croppers/cropper_152.png) no-repeat 0 -152px; }

.thumb_157, .thumb_157 img, .thumb_157 .cropper { width: 157px; height: 157px; }
.thumb_157 .cropper { background: transparent url(/images/croppers/cropper_157.png) no-repeat; }
.thumb_157 .cropper:hover { background: transparent url(/images/croppers/cropper_157.png) no-repeat 0 -157px; }

.thumb_162, .thumb_162 img, .thumb_162 .cropper { width: 162px; height: 162px; }
.thumb_162 .cropper { background: transparent url(/images/croppers/cropper_162.png) no-repeat; }
.thumb_162 .cropper:hover { background: transparent url(/images/croppers/cropper_162.png) no-repeat 0 -162px; }

.thumb_167, .thumb_167 img, .thumb_167 .cropper { width: 167px; height: 167px; }
.thumb_167 .cropper { background: transparent url(/images/croppers/cropper_167.png) no-repeat; }
.thumb_167 .cropper:hover { background: transparent url(/images/croppers/cropper_167.png) no-repeat 0 -167px; }

.thumb_172, .thumb_172 img, .thumb_172 .cropper { width: 172px; height: 172px; }
.thumb_172 .cropper { background: transparent url(/images/croppers/cropper_172.png) no-repeat; }
.thumb_172 .cropper:hover { background: transparent url(/images/croppers/cropper_172.png) no-repeat 0 -172px; }

.thumb_177, .thumb_177 img, .thumb_177 .cropper { width: 177px; height: 177px; }
.thumb_177 .cropper { background: transparent url(/images/croppers/cropper_177.png) no-repeat; }
.thumb_177 .cropper:hover { background: transparent url(/images/croppers/cropper_177.png) no-repeat 0 -177px; }

.thumb_182, .thumb_182 img, .thumb_182 .cropper { width: 182px; height: 182px; }
.thumb_182 .cropper { background: transparent url(/images/croppers/cropper_182.png) no-repeat; }
.thumb_182 .cropper:hover { background: transparent url(/images/croppers/cropper_182.png) no-repeat 0 -182px; }

.thumb_187, .thumb_187 img, .thumb_187 .cropper { width: 187px; height: 187px; }
.thumb_187 .cropper { background: transparent url(/images/croppers/cropper_187.png) no-repeat; }
.thumb_187 .cropper:hover { background: transparent url(/images/croppers/cropper_187.png) no-repeat 0 -187px; }

.thumb_207, .thumb_207 img, .thumb_207 .cropper { width: 207px; height: 207px; }
.thumb_207 .cropper { background: transparent url(/images/croppers/cropper_207.png) no-repeat; }
.thumb_207 .cropper:hover { background: transparent url(/images/croppers/cropper_207.png) no-repeat 0 -207px; }

.thumb_252, .thumb_252 img, .thumb_252 .cropper { width: 252px; height: 252px; }
.thumb_252 .cropper { background: transparent url(/images/croppers/cropper_252.png) no-repeat; }
.thumb_252 .cropper:hover { background: transparent url(/images/croppers/cropper_252.png) no-repeat 0 -252px; }

/* -------------------------------------------------------------------------------------------------
=Product Display
--------------------------------------------------------------------------------------------------*/

.gallery {
  overflow: hidden;
}

/* =Item (Vertical Display)
---------------------------------------*/

.itemvert {
  position: relative;
  float: left;
  width: 122px;
  margin-right: 17px;
}

.product_vert {
  position: relative;
  float: left;
  width: 122px;
  margin: 0 12px 20px 0;
}

.product_vert .item_details {
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
}

.product_vert .item_details .top_detail {
  white-space: nowrap;
  letter-spacing: normal;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  font-family: inherit;
  line-height: inherit;
}

.product_vert .item_details .top_detail a {
  color: #0090D1;
}

.product_vert .item_details .sub_detail {
  font-style: italic;
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  white-space: nowrap;
  letter-spacing: normal;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  font-family: inherit;
  line-height: inherit;  
}

.product_vert .item_details .sub_detail a {
  color: #79ADCC;
}

.product_vert .item_details .top_detail a:hover,
.product_vert .item_details .sub_detail a:hover {
  border-bottom: 0;
  text-decoration: underline;
}

.product_vert .item_price {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 21px;
}

.item_price span {
  background: transparent url(/images/home/homepage_sprite.png) no-repeat -10px -416px;
  color: #FFF;
  float: right;
  height: 19px;
  font-weight: bold;
  line-height: 16px;
  padding: 2px 4px 0 5px;
  text-decoration: none;
  text-indent:0;
}

.product_horiz {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}

.product_horiz .thumb {
  float: left;
  margin-right: 15px;
}

.product_horiz .item_details {
  float: left;
  max-width: 250px;
}

.product_horiz .item_details .top_detail {
  height: 1em;
  width: 129px;
  overflow: hidden;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
}

.product_horiz .item_details .top_detail a {
  color: #1B1B1B;
  font-weight: bold;
  font-size: 11px;
}

.product_horiz .item_details .sub_detail {
  float: left;
  margin-bottom: 3px;
  padding: 0;
  font-size: 10px;
  color: #888888;
  font-style: italic;
  letter-spacing: normal;
  line-height: 16px;
  white-space:nowrap;
}

.product_horiz .item_details .sub_detail a {
  color: #888888;
}

.product_horiz .item_details .description {
  clear: both;
  margin-bottom: 5px;
  font-size: 11px;
  color: #555;
  padding: 0;
  line-height: 16px;
}

.product_horiz .item_details .stats {
  overflow: hidden;
  padding-top: 3px;
  border-top: 1px dashed #E5E5E5;
}

.product_horiz .item_details .fans {
  float: left;
  margin-right: 10px;
  padding-left: 14px;
  font-size: 10px;
  font-weight: normal;
  background: transparent url(/images/icons/icon_heart_red_10.png) no-repeat 0 1px;
}

.product_horiz .item_details .fans a {
  color: #ff535c;
  font-weight: bold;
}

.product_horiz .item_details .buy_now {
  float: left;
  margin-right: 10px;
  padding-left: 11px;
  font-size: 10px;
  font-weight: normal;
  background: transparent url(/images/icons/icon_dollar_green_10.png) no-repeat scroll 0 1px;
}

.product_horiz .item_details .buy_now a {
  color: #197B30;
  font-weight: bold;
}

.product_horiz .item_price {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 21px;
}

/* -------------------------------------------------------------------------------------------------
=Store Display
--------------------------------------------------------------------------------------------------*/

.store_vert {
  position: relative; /*IE6*/
  float: left;
  margin-right: 57px;
  margin-bottom: 20px;
  width: 181px;
  height: 227px;
}

.store_vert p.store_location {
  margin-bottom: 6px;
  padding-bottom: 0;
  font-size: 11px;
  font-style: italic;
  color: #79adcc;
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

.store_vert .thumb.right {
  margin-right: 0;
}

.store_vert .thumb_117 {
  float: left;
  margin: 0 6px 6px 0;
}

.store_vert .thumb_57 {
  float: left;
  margin: 0 5px 5px 0;
}

.store_vert h5,
.store_vert p {
  overflow: hidden;
  white-space:nowrap;
}

.store_horiz .thumb {
  float: left;
  margin-right: 15px;
}

.store_horiz .store_details {
  float: left;
  margin-top: 3px;
}

.store_horiz .store_details h5 {
  margin-bottom: 3px;
}

.store_horiz .store_details p {
  font-size: 10px;
}

.store_horiz .store_details .gallery {
  overflow: hidden;
  width: 225px;
  height: 41px;
  margin-bottom: 5px;
  padding: 0;
}

.store_horiz .store_details .gallery p {
  padding: 10px 0 0;
  font-size: 11px;
  color: #888;
  font-style: italic;
}

.store_horiz .store_details .thumb {
  margin-right: 8px;
}

.store_horiz .store_details .stats {
  clear: both;
  overflow: hidden;
  padding-top: 3px;
  border-top: 1px dashed #E5E5E5;
}

.store_horiz .store_details .fans {
  float: left;
  margin-right: 10px;
  padding-left: 15px;
  font-size: 10px;
  font-weight: normal;
  background: transparent url(/images/icons/icon_heart_red_10.png) no-repeat 0 1px;
}

.store_horiz .store_details .fans a {
  color: #ff535c;
  font-weight: bold;
}

.store_horiz .store_details .buy_now {
  float: left;
  margin-right: 10px;
  padding-left: 11px;
  font-size: 10px;
  font-weight: normal;
  background: transparent url(/images/icons/icon_dollar_green_10.png) no-repeat scroll 0 1px;
}

.store_horiz .store_details .buy_now a {
  color: #197B30;
  font-weight: bold;
}

#ZoomBox {
  background-color:#fff;
}

fb\:profile-pic { /* Hides the FB temp profile image */
  display:none !important;
}

fb\:profile-pic.fb_profile_pic_rendered { /* Shows the profile image once it's loaded */
  display:block !important;
}

#user_bar  fb\:profile-pic {
  height:24px;
  width:24px;
  display:block;
}

a#fdbk_tab.fdbk_tab_right {
  background-color: transparent;
  background-image: url(/images/feedback.png);
}

.clippy {
  float:left;
  margin:5px 0 0 5px;
}

.short_url {
  position:relative;
}

.short_url input {
  float:left;
  background-color:#ffffdd;
  border:1px solid #CCCCCC;
  font-size:12px;
  margin:5px 0;
  padding:3px;
  width:140px;
}

.short_url #clippy_notice {
  position:absolute;
  top:11px;
  right:12px;
  font-size:10px;
}

.clippy object, .clippy embed {
  display:block;
  margin-top: 4px;
}

#product_profile_share_links li {
  float: left;
  display: block;
  width: 140px;
  margin-right: 15px;
  height: 16px;
  margin-bottom: 16px;

}

#product_profile_share_links a {
  padding-left: 25px;
  line-height: 18px;
  font-size: 12px;
  display:block;
  height:16px;
}

#fb-like-wrapper {
  margin-bottom: 15px;
}

a.share_facebook {
  background: transparent url(/images/icons/social/16/facebook.png) no-repeat 0 0;
}

a.share_twitter {
  background: transparent url(/images/icons/social/16/twitter.png) no-repeat 0 0;
}

a.share_tumblr {
  background: transparent url(/images/icons/social/16/tumblr.png) no-repeat 0 0;
}

a.share_myspace {
  background: transparent url(/images/icons/social/16/myspace.png) no-repeat 0 0;
}

a#hiring-badge {
  background-color:#FDFBB2;
  color:#000 !important;
  margin-top:10px;
  margin-top:12px;
  font-size:12px;
  line-height:12px;
  float:left;
  border-bottom:1px solid #ccc;
}

#comments #comment_list .post .comment_delete_link {
  float:right;
}

#comments #comment_list .deleted_comment {
  color:#bbb;
}

/* Jamie's Icebox, collect this and clean it up later */
.float_left {
  float: left;
}

.hidden {
  display: none;
}

#login-links #btn_join_storenvy {
  margin-top: 15px;
}

.group {
  display: block;
}
  .group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  /* \*/
  .group {
    min-height: 1%;
  }
  * html .group {
    height: 1%;
  }

