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


/* 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 'Helvetica Neue', "Helvetica", Arial, 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(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(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;}

#user_bar #nav_master li.open_store a {
  width: 90px;
  background: url(open_store.png) no-repeat 0 1px;
  margin: 0 7px;
}

#user_bar #nav_master li.open_store a:hover {
  background-position: 0 -33px;
}


/* =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(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(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?1346193398) no-repeat;*/
}

#user_bar #search_master .search_field {
  float: left;
  width: 150px;
  height: 14px;
  color: #888;
  border: 1px solid #CCC;
  background: #FFF url(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;
  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(dd_top.png) no-repeat scroll 0 0;
}

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

#user_bar #nav_user .dropdown .dropdown_bottom {
  width: 134px;
  height: 5px;
  background: transparent url(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(bg_sort_yellow.png) repeat-x left bottom;
}


/* -------------------------------------------------------------------------------------------------
=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 */
}

body.show_hello #master_wrapper {
  margin-top: 28px;
}

#hello_bar {
  height: 28px;
  background-color: #6292AB;
  color: #fff;
  position: fixed;
  z-index:99999999;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  text-align: left;
  box-shadow: inset 0px -13px 22px rgba(50, 50, 50, 0.1);
  text-shadow: rgba(50, 50, 50, 0.4) 1px 1px 1px;
}

#hello_bar strong {
  color: #fff;
  margin-right: 3px;
}

#hello_bar span {
  padding: 5px;
  display: block;
  font-size: 12px;
  width: 960px;
  margin: 0 auto;
  color: rgba(255,255,255,.8);
}

#hello_bar span a {
  margin-left: 3px;
  color: #fff;
  text-decoration: underline;
}

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

#footer {
  display:none;
}

#receipt #footer {
  display: block;
}

#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-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #3E3E3E;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA #D5D5D5 #D5D5D5 #CCCCCC;
  background: #F5F5F5 url(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: 20px 0 20px;
  border-top: 1px solid #E8E8E8;
}

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

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

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

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?1346193398) repeat-x left bottom;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.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?1346193398) no-repeat 10px 53%;
}

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

#flash_message.notice #message {
  color: #D46A00;
  border: 2px solid #ff952b;
  background: #ffeddb url(/images/icons/icon_notice.png?1346193398) 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?1346193398) 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?1346193398) no-repeat scroll 20px 50%;  
}

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

.inline_message.notice {
  color: #d46a00;
  border: 3px solid #FF952B;
  background: #FFEDDB url(/images/icons/icon_notice.png?1346193398) 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?1346193398) 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?1346193398) 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?1346193398) 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?1346193398) 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?1346193398) 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?1346193398) no-repeat -10px -332px; }
.thumb_32 .cropper:hover { background: transparent url(/images/home/homepage_sprite.png?1346193398) 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?1346193398) no-repeat; }
.thumb_37 .cropper:hover { background: transparent url(/images/croppers/cropper_37.png?1346193398) 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?1346193398) no-repeat; }
.thumb_42 .cropper:hover, a.block_link:hover .thumb_42 .cropper { background: transparent url(/images/croppers/cropper_42.png?1346193398) 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?1346193398) no-repeat; }
.thumb_47 .cropper:hover { background: transparent url(/images/croppers/cropper_47.png?1346193398) 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?1346193398) no-repeat; }
.thumb_52 .cropper:hover { background: transparent url(/images/croppers/cropper_52.png?1346193398) 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?1346193398) no-repeat; }
.thumb_57 .cropper:hover { background: transparent url(/images/croppers/cropper_57.png?1346193398) 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?1346193398) no-repeat; }
.thumb_62 .cropper:hover { background: transparent url(/images/croppers/cropper_62.png?1346193398) 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?1346193398) no-repeat; }
.thumb_67 .cropper:hover { background: transparent url(/images/croppers/cropper_67.png?1346193398) 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?1346193398) no-repeat; }
.thumb_72 .cropper:hover { background: transparent url(/images/croppers/cropper_72.png?1346193398) 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?1346193398) no-repeat 0 0; }
.thumb_77 .cropper:hover { background: transparent url(/images/croppers/cropper_77.png?1346193398) 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?1346193398) no-repeat; }
.thumb_82 .cropper:hover { background: transparent url(/images/croppers/cropper_82.png?1346193398) 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?1346193398) no-repeat; }
.thumb_87 .cropper:hover { background: transparent url(/images/croppers/cropper_87.png?1346193398) 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?1346193398) no-repeat; }
.thumb_92 .cropper:hover { background: transparent url(/images/croppers/cropper_92.png?1346193398) 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?1346193398) no-repeat; }
.thumb_97 .cropper:hover { background: transparent url(/images/croppers/cropper_97.png?1346193398) 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?1346193398) no-repeat; }
.thumb_102 .cropper:hover { background: transparent url(/images/croppers/cropper_102.png?1346193398) 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?1346193398) no-repeat; }
.thumb_107 .cropper:hover { background: transparent url(/images/croppers/cropper_107.png?1346193398) 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?1346193398) no-repeat; }
.thumb_112 .cropper:hover { background: transparent url(/images/croppers/cropper_112.png?1346193398) 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?1346193398) no-repeat; }
.thumb_117 .cropper:hover { background: transparent url(/images/croppers/cropper_117.png?1346193398) 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?1346193398) no-repeat; }
.thumb_122 .cropper:hover { background: transparent url(/images/croppers/cropper_122.png?1346193398) 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?1346193398) no-repeat; }
.thumb_127 .cropper:hover { background: transparent url(/images/croppers/cropper_127.png?1346193398) 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?1346193398) no-repeat; }
.thumb_132 .cropper:hover { background: transparent url(/images/croppers/cropper_132.png?1346193398) 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?1346193398) no-repeat; }
.thumb_137 .cropper:hover { background: transparent url(/images/croppers/cropper_137.png?1346193398) 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?1346193398) no-repeat; }
.thumb_142 .cropper:hover { background: transparent url(/images/croppers/cropper_142.png?1346193398) 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?1346193398) no-repeat; }
.thumb_147 .cropper:hover { background: transparent url(/images/croppers/cropper_147.png?1346193398) 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?1346193398) no-repeat; }
.thumb_152 .cropper:hover { background: transparent url(/images/croppers/cropper_152.png?1346193398) 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?1346193398) no-repeat; }
.thumb_157 .cropper:hover { background: transparent url(/images/croppers/cropper_157.png?1346193398) 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?1346193398) no-repeat; }
.thumb_162 .cropper:hover { background: transparent url(/images/croppers/cropper_162.png?1346193398) 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?1346193398) no-repeat; }
.thumb_167 .cropper:hover { background: transparent url(/images/croppers/cropper_167.png?1346193398) 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?1346193398) no-repeat; }
.thumb_172 .cropper:hover { background: transparent url(/images/croppers/cropper_172.png?1346193398) 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?1346193398) no-repeat; }
.thumb_177 .cropper:hover { background: transparent url(/images/croppers/cropper_177.png?1346193398) 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?1346193398) no-repeat; }
.thumb_182 .cropper:hover { background: transparent url(/images/croppers/cropper_182.png?1346193398) 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?1346193398) no-repeat; }
.thumb_187 .cropper:hover { background: transparent url(/images/croppers/cropper_187.png?1346193398) 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?1346193398) no-repeat; }
.thumb_207 .cropper:hover { background: transparent url(/images/croppers/cropper_207.png?1346193398) 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?1346193398) no-repeat; }
.thumb_252 .cropper:hover { background: transparent url(/images/croppers/cropper_252.png?1346193398) no-repeat 0 -252px; }

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

.gallery {
  overflow: hidden;
}

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

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

.product_vert {
  float: left;
  position: relative;
  overflow:hidden;
  width: 122px;
  height:210px;
  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?1346193398) 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?1346193398) 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?1346193398) 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?1346193398) 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?1346193398) 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?1346193398);
}

.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?1346193398) no-repeat 0 0;
}

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

a.share_tumblr {
  background: transparent url(/images/icons/social/16/tumblr.png?1346193398) 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%;
  }
/*
* MyFonts Webfont Build ID 832429, 2011-06-08T13:53:46-0400
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed Webfonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: Museo 300
* URL: http://new.myfonts.com/fonts/exljbris/museo/300/
* Foundry: exljbris
* Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
* License: http://www.myfonts.com/viewlicense?1056
* Licensed pageviews: unlimited/month
* CSS font-family: Museo-300
* CSS font-weight: normal
* 
* Webfont: Museo 500
* URL: http://new.myfonts.com/fonts/exljbris/museo/500/
* Foundry: exljbris
* Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
* License: http://www.myfonts.com/viewlicense?1056
* Licensed pageviews: unlimited/month
* CSS font-family: Museo-500
* CSS font-weight: normal
* 
* (c) 2011 Bitstream Inc
*/
@font-face {
  font-family: 'Museo-300';
  src: url(//dpegb9ebondhq.cloudfront.net/fonts/museo-300.eot);
  src: url('//dpegb9ebondhq.cloudfront.net/fonts/museo-300.eot?#iefix') format('embedded-opentype'), 
       url(/fonts/museo/museo-300.woff?1329740608) format('woff'), 
       url(//dpegb9ebondhq.cloudfront.net/fonts/museo-300.ttf) format('truetype'), 
       url('//dpegb9ebondhq.cloudfront.net/fonts/museo-300.svg#Museo-300') format('svg');
}

@font-face {
  font-family: 'Museo-500';
  src: url(//dpegb9ebondhq.cloudfront.net/fonts/museo-500.eot);
  src: url('//dpegb9ebondhq.cloudfront.net/fonts/museo-500.eot?#iefix') format('embedded-opentype'), 
       url(/fonts/museo/museo-500.woff?1329740608) format('woff'), 
       url(//dpegb9ebondhq.cloudfront.net/fonts/museo-500.ttf) format('truetype'), 
       url('//dpegb9ebondhq.cloudfront.net/fonts/museo-500.svg#Museo-500') format('svg');
}
/**
 * Storenvy Global CSS
 * @author Jamie Lottering <jamie@storenvy.com>
 */

/* Content Structure -- DEPRECATED */
.content_frame {
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.content_frame_body {
  border: 1px solid #d4d4d4;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.content_frame_header {
  background-color: #e0f1f8;
  border: 1px solid #b8cad5;
  padding: 7px 20px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
  .content_frame_header h1 {
    color: #244261;
    font-size: 22px;
  }

.content_frame_intro {
  color: #555;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 0;
}

/* Sidebar -- DEPRECATED */
#sidebar {
  border-bottom: 1px solid #fff;
}

.sidebar_block {
  border-bottom: 1px solid #c0c0c0;
  overflow: visible;
  padding-bottom: 16px;
  position: relative;
}
  #sidebar .sidebar_block h2 {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing:normal;
  }
  #sidebar .sidebar_block h3 {
    color: #333;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  #sidebar .sidebar_block p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 16px;
    padding: 0;
  }
  .no_border .sidebar_block {
    border-bottom: none;
  }

/* No Content */
.nocontent p {
  color: #555;
  font-size: 14px;
  line-height: 18px;
}

/* Tooltips */
.tipsy {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6f5fa));
  background: -moz-linear-gradient(top, #fff, #e6f5fa);
  background: -o-linear-gradient(top, #fff, #e6f5fa);
  background-color: #e6f5fa;
  border: 1px solid #b0c6de;
  color: #244260;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -webkit-border-radius: 5px 5px 5px 0;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
}
  .tipsy-inner {
    position: relative;
  }
  .tipsy span {
    background: url(/images/tip.png?1346193398) no-repeat 0 0;
    bottom: -23px;
    display: block;
    height: 13px;
    left: -11px;
    position: absolute;
    width: 12px;
  }

/* Loaders */
.loader.small {
  background: url(/images/spinners/circle_small.gif?1346193398);
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  height: 16px;
  width: 16px;
}
  .button .loader.small {
    margin-left: 5px;
    vertical-align: -2px;
  }
  .button.blue .loader.small {
    background: url(/images/spinners/circle_small_blue.gif?1346193398);
  }

.loader.formspinner {
  display: none;
  float: left;
  margin: 7px 0 0 10px;
}

/* CSS Shapes */
.circle {
  background-color: #000;
  border: 3px solid #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
  /* Sizes */
  .circle.small {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .circle.big {
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }

.square {
  background-color: #1b4b74;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  text-shadow: rgba(255, 255, 255, .5) 0 -1px 0;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, .1);
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, .1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Speech Bubbles */
.speech_bubble {
  background-color: #e1e6e8;
  clear: both;
  float: left;
  margin-top: 13px;
  padding: 9px 13px 9px 13px;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
  .speech_bubble .speech_bubble_tip {
    border-color: transparent transparent #e1e6e8 transparent;
    border-width: 8px;
    border-style: solid;
    display: block;
    height: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: -16px;
    width: 0;
  }
  .speech_bubble .text_input {
    font-weight: bold;
    text-align: center;
  }
  .speech_bubble .text_input,
  .speech_bubble {
    color: #333;
    font-size: 14px;
  }
  .speech_bubble span {
    padding: 0 5px;
  }
    .speech_bubble span {
      *vertical-align: 8px;
    }

/* Fonts */
.thin {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
  h3.thin {
    color: #555;
  }

/* Display Styles */
.float_left {
  float: left;
}

.float_right {
  float: right;
}

.break {
  display: block;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none!important;
}

.no_border {
  border: none!important;
}

/* On/Off Switches */
.on_off {
  border: 1px solid #919191;
  cursor: pointer;
  height: 23px;
  overflow: visible;
  position: relative;
  width: 94px;
  z-index: 2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-user-select: none;
  -webkit-user-select: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3);
}
  .switch_on {
    border-color: #7596a1;
  }

.on_off_slider {
  background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#c7c7c7));
  background: -moz-linear-gradient(top, #9e9e9e, #c7c7c7);
  background-color: #c7c7c7;
  border: 1px solid #7a7a7a;
  height: 23px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 47px;
  z-index: 5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}
  .on_off_slider:active,
  .on_off:active .on_off_slider {
    background: #9e9e9e;
  }
  .extra_enabled .on_off_slider {
    left: 47px;
  }

.state_on,
.state_off {
  float: left;
  font-size: 13px;
  height: 23px;
  line-height: 23px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 47px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3);
}
  .state_on {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
  }
  .state_on,
  .switch_on {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgb(122,175,47)), color-stop(0.5, rgb(102,152,32)));
    background: -moz-linear-gradient(center bottom, rgb(122,175,47) 50%, rgb(102,152,32) 50%);
    background-color: #7aaf2f;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .3) 0 1px 0;
  }
  .switch_on .state_off {
    display: none;
  }
  .state_off {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgb(255,255,255)), color-stop(0.5, rgb(231,231,231)));
    background: -moz-linear-gradient(center bottom, rgb(255,255,255) 50%, rgb(231,231,231) 50%);
    color: #333;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
  }

/* Misc Stuff */
.paypay,
.palpal {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-transform: none;
}
  .paypay {
    color: #1b3664;
  }
  .palpal {
    color: #32689b;
  }

.cashmoney {
  color: #3fa135!important;
}

.pointer_arrow {
  background: url(/images/green_arrow.png?1346193398) no-repeat 0 0;
  display: block;
  height: 66px;
  position: absolute;
  width: 115px;
}

/* Hacks */
.group:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* IE6 */
* html .group {
  zoom: 1;
}
/* IE7 */
*:first-child + html .group {
  zoom: 1;
}
/**
 * Storenvy Forms
 * @author Jamie Lottering <jamie@storenvy.com>
 */

/* Textareas */
textarea {
  resize: none;
}

input.webhook_input {
  width: 480px;
}

/* Text Fields */
.text_input {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 5px 6px;
  width: 308px;
  box-shadow: 0 2px 1px #ccc inset;
  -moz-box-shadow: 0 2px 1px #ccc inset;
  -webkit-box-shadow: 0 2px 1px #ccc inset;
}
  .text_input:focus {
    border-color: #40b5e2;
    box-shadow: inset 0 0 2px #40b5e2, 0 0 2px #40b5e2;
    -moz-box-shadow: inset 0 0 2px #40b5e2, 0 0 2px #40b5e2;
    -webkit-box-shadow: inset 0 0 2px #40b5e2, 0 0 2px #40b5e2;
  }
  .text_input.placeholder {
    color: #ccc;
  }
  .text_input.placeholder:focus {
    color: #333;
  }

  /* Sizes */
  .text_input.price {
    width: 108px;
  }
  textarea.text_input {
    height: 102px;
  }
  .text_input.short {
    width: 159px;
  }
  /* Styles */
  .text_input.strong {
    font-weight: bold;
  }
  .text_input.round {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .fieldWithErrors .text_input {
    border-color: #ff0000;
  }

/* Little blurbs appearing underneath textboxes */
.help_text {
  color: #888;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0;
}

/* Labels */
.label_with_input {
  color: #848484;
  font-size: 14px;
}

.hover_label {
  color: #999;
  font-size: 14px;
  position: absolute;
}

.block_label {
  clear: both;
  color: #5c5c5c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}
  .block_label input {
    margin-right: 10px;
    vertical-align: 1px;
  }
  .block_label.last {
    margin-bottom:0;
  }


/* Errors */
.form_errors {
  clear: both;
  color: #ff0000;
  line-height: 18px;
  text-transform: uppercase;
}

/* Helpers */
.help_trigger {
  text-decoration: underline!important;
}
  .help_trigger:hover {
    color: #333;
    text-decoration: none;
  }

/* Misc */
.input_wrapper {
  float: left;
  position: relative;
}

/**
 * Storenvy Buttons
 * @author Jamie Lottering <jamie@storenvy.com>
 */

.button {
  border: none;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .01em;
  overflow: visible;
  padding: 7px 18px;
  text-align: center;
  text-shadow: rgba(255, 255, 255, .3) 0 1px 0;
  text-transform: uppercase;
  width: auto;
  zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .3), 0 2px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .3), 0 2px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .3), 0 2px 0 rgba(0, 0, 0, .2);
}
  /* States */
  .button:active,
  .button.active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
  }
  .button:hover,
  .button.hover {
    text-decoration: none;
  }
  .button.text_button {
    border: 1px solid transparent!important;
    background: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
  }
  /* Colors */
  .button.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#3583c9), to(#2968a2));
    background: -moz-linear-gradient(top, #3583c9, #2968a2);
    background: -o-linear-gradient(top, #3583c9, #2968a2);
    background-color: #2968a2;
    border: 1px solid #1b4b74;
    color: #fff;
    text-shadow: #2a69a2 0 -2px 0;
  }
    .button.blue:active,
    .button.blue.active {
      background: #2968a2
    }
  .button.gray {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#adadae));
    background: -moz-linear-gradient(top, #f4f4f4, #adadae);
    background: -o-linear-gradient(top, #f4f4f4, #adadae);
    background-color: #adadae;
    border: 1px solid #acacac;
    color: #333;
  }
  .button.orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8bb3d), to(#f89804));
    background: -moz-linear-gradient(top, #f8bb3d, #f89804);
    background: -o-linear-gradient(top, #f8bb3d, #f89804);
    background-color: #f89804;
    border: 1px solid #c57816;
    color: #4e3227;
  }
  .button.light_gray {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
    background: -moz-linear-gradient(top, white, #DEDEDE);
    background: -o-linear-gradient(top, white, #DEDEDE);
    background-color: #DEDEDE;
    border: 1px solid #CCCCCC;
    color: #2F2F2F;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .button.request_success,
  .button.request_success:hover,
  .button.request_success:active {
    background: #70a12c;
    border: 1px solid #70a12c;
    color: #fff;
    cursor: default;
    text-shadow: rgba(0, 0, 0, .3) 0 -1px 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .button.element_locked {
    cursor: wait;
    opacity: .5;
  }
  /* Sizes */
  .button.small {
    font-size: 10px;
    padding: 6px 10px;
    *padding: 4px 10px;
  }
  .button.full_width {
    display: block;
  }
  .button.add_extra {
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* consistency on input[type=button] */
  input.button {
    padding:6px 18px;
  }
/**
 * Storenvy Sprites
 * @author Jamie Lottering <jamie@storenvy.com>
 */

.sprite {
  background: url(/images/sprites/global.png?1346193398) no-repeat 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
  /* Icons */
  .sprite.icon_small_x {
    height: 10px;
    width: 10px;
    vertical-align: -3px;
  }
  .sprite.icon_large_x {
    background-position: -71px 0;
    height: 14px;
    width: 14px;
    vertical-align: -3px;
  }
  .sprite.magnifier {
    background-position: 0 -11px;
    height: 27px;
    width: 27px;
  }
  .sprite.input_magnifier {
    background-position: 0 -39px;
    height: 21px;
    width: 21px;
  }
  .sprite.number_ticker {
    background-position: -60px -45px;
    height: 15px;
    vertical-align: bottom;
    width: 25px;
  }
  .sprite.calendar {
    background-position: -55px -15px;
    height: 30px;
    width: 30px;
  }
  .sprite.printer {
    background-position: 0 -91px;
    height: 24px;
    width: 70px;
    text-indent:-999px;
  }
  .sprite.icon_cash {
    background-position: -32px -118px;
    height: 20px;
    width: 30px;
  }
  .sprite.icon_crate {
    background-position: -60px -140px;
    height: 20px;
    width: 25px;
  }
  .sprite.icon_tag {
    background-position: 0 -118px;
    height: 20px;
    width: 31px;
  }
  .sprite.icon_shirts {
    background-position: -50px -161px;
    height: 24px;
    width: 35px;
  }
  .sprite.icon_scissors {
    background-position: 0 -155px;
    height: 30px;
    width: 35px;
  }
  .sprite.icon_paused {
    background-position: 0 -139px;
    height: 12px;
    width: 13px;
  }
  .sprite.icon_finished {
    background-position: -14px -139px;
    height: 12px;
    width: 13px;
  }
  .sprite.quote_tag {
    background-position: -60px -75px;
    height: 15px;
    margin-right: 5px;
    vertical-align: bottom;
    width: 24px;
  }
  .sprite.playback_icon {
    background-position: -34px -75px;
    height: 15px;
    margin-right: 5px;
    vertical-align: bottom;
    width: 25px;
  }
  .sprite.sparkline {
    background-position: -60px -60px;
    height: 15px;
    margin-right: 5px;
    vertical-align: bottom;
    width: 25px;
  }
  .sprite.playback_active {
    background-position: -105px -20px;
    display: block;
    height: 16px;
    margin: 0 auto;
    width: 18px;
  }
    .active .sprite.playback_active {
      background-position: -86px -20px;
    }
  .sprite.playback_pause {
    background-position: -86px 0;
    display: block;
    height: 16px;
    margin: 0 auto;
    width: 13px;
  }
    .active .sprite.playback_pause {
      background-position: -100px 0;
    }

/**
 * Storenvy Modals
 */

#modal_screen {
  background-color: rgba(0, 0, 0, .5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.oldie #modal_screen {
  background: url(/images/black_screen.png?1346193398);
}

.modal_container {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddf1fa));
  background: -moz-linear-gradient(top, #fff, #ddf1fa);
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  top: 10%;
  width: 320px;
  z-index: 10000;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.modal_container.wide {
  width: 744px;
}

.modal_body {
  position: relative;
}
.modal_body p {
  color: #555;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 0;
}

.modal_title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}

.modal_clear {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
.modal_clear:hover {
  background-color: #ff0000;
}

/* Confirmation windows */
.modal_options {
  text-align: center;
}

.modal_option_confirm {
  margin-bottom: 10px;
}

.modal_option_deny {
  color: #c63434;
  cursor: pointer;
  text-decoration: underline;
}

.modal_content fieldset {
  background: 0;
  border: 0;
  padding: 0;
}

/**
 * Storenvy Dropdown Menus
 * @author Jamie Lottering <jamie@storenvy.com>
 */

/* Big Theme */
.dk_theme_big .dk_toggle {
  background-image: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
  .dk_theme_big .dk_arrows {
    background: url(/images/icons/embed/dd_arrows_big.png?1346193398) no-repeat center center;
    display: block;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    z-index: 5;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
    .dk_theme_big.dk_open .dk_arrows {
      background-color: #fff;
      border-left: 1px solid #8c8c8c;
      box-shadow: -4px -4px 4px rgba(0, 0, 0, .1);
      -moz-box-shadow: -4px -4px 4px rgba(0, 0, 0, .1);
      -webkit-box-shadow: -4px -4px 4px rgba(0, 0, 0, .1);
    }

.dk_theme_big {
  text-transform: uppercase;
}

.dk_container {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #fff, #f5f5f5);
  background: -o-linear-gradient(top, #fff, #f5f5f5);
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  background-image: url(/images/dk_arrows.png?1346193398);
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 1px solid #ccc;
  color: #333;
  padding: 7px 45px 7px 10px;
  text-shadow: #fff 1px 1px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}
  .dk_toggle:hover {
    border-color: #8c8c8c;
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    border-color: #40b5e2;
  }
  .dk_focus .dk_toggle {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
  }

/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  z-index: 10;
}
  .dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }

/* The outer container of the options */
.dk_options {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 8px 10px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    background-color: #0084c7;
    border-bottom-color: #004c72;
    color: #fff;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .5) 0 1px 0;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}

.dk_container {
  display: none;
  float: left;
  position: relative;
}
  .dk_container a {
    outline: 0;
  }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: inherit;
  }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

/* Date Pickers */
div.datepicker {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 196px;
  height: 147px;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
}
.datepickerContainer {
  background: #121212;
  position: absolute;
  top: 10px;
  left: 10px;
}
.datepickerBorderT {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
  background: url(/images/datepicker_t.png?1346193398);
}
.datepickerBorderB {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 10px;
  background: url(/images/datepicker_b.png?1346193398);
}
.datepickerBorderL {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(/images/datepicker_l.png?1346193398);
}
.datepickerBorderR {
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(/images/datepicker_r.png?1346193398);
}
.datepickerBorderTL {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(/images/datepicker_tl.png?1346193398);
}
.datepickerBorderTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/images/datepicker_tr.png?1346193398);
}
.datepickerBorderBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(/images/datepicker_bl.png?1346193398);
}
.datepickerBorderBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/images/datepicker_br.png?1346193398);
}
.datepickerHidden {
  display: none;
}
div.datepicker table {
  border-collapse:collapse;
}
div.datepicker a {
  color: #eee;
  text-decoration: none;
  cursor: default;
  outline: none;
}
div.datepicker table td {
  text-align: right;
  padding: 0;
  margin: 0;
}
div.datepicker th {
  text-align: center;
  color: #999;
  font-weight: normal;
}
div.datepicker tbody th {
  text-align: left;
}
div.datepicker tbody a {
  display: block;
}
.datepickerDays a {
  width: 20px;
  line-height: 16px;
  height: 16px;
  padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
  width: 44px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}
td.datepickerNotInMonth a {
  color: #666;
}
tbody.datepickerDays td.datepickerSelected{
  background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
  background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
  color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
  color: #999;
}
div.datepicker tbody th {
  text-align: left;
}
.datepickerSpace div {
  width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.datepickerGoNext a {
  float: right;
  width: 20px;
}
.datepickerGoPrev a {
  float: left;
  width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
  color: #333;
}
td.datepickerDisabled a:hover {
  color: #333;
}
td.datepickerSpecial a {
  background: #700;
}
td.datepickerSpecial.datepickerSelected a {
  background: #a00;
}
/**
 * Storenvy HTML5 Conversion
 * @author Jamie Lottering <jamie@storenvy.com>
 *
 * Start setting up HTML5 elements in here
 */

section,
header,
nav,
menu {
  display: block;
}

/* Main Sections */
.bigsection {
  margin-bottom: 20px;
}
  .bigsection header {
    background-color: #e0f1f8;
    border: 1px solid #b8cad5;
    border-bottom-color: #cddfea;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
    .bigsection header h2 {
      color: #244261;
      font-size: 22px;
      padding: 9px 20px;
    }
  .bigsection .content {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-top: none;
    padding: 18px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
  }

.content nav .menu {
  float: left;
}

/* Sidebar */
.sidebar {
  padding-top: 15px;
  width: 230px;
}
  .sidebar section {
    margin-bottom: 30px;
    position: relative;
  }
  .sidebar h3 {
    color: #333;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 16px;
    margin-bottom: 11px;
  }
  .sidebar fieldset {
    padding: 15px;
  }
  .sidebar header {
    background-color: #e0f1f8;
    border: 1px solid #b8cad5;
    border-bottom-color: #cddfea;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
    .sidebar header h2 {
      color: #244261;
      font-size: 16px;
      padding: 9px 15px;
    }
  .sidebar .box {
    background-color: #f9fcfe;
    border: 1px solid #acc3dc;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
    .sidebar .box li {
      border-bottom: 1px solid #acc3dc;
      padding: 9px 10px;
    }
      .sidebar .box li:last-child {
        border-bottom: none;
      }
    .sidebar .box dl {
      font-weight: bold;
      line-height: 16px;
    }
    .sidebar .box dt {
      color: #84a1b9;
      float: left;
    }
    .sidebar .box dd {
      color: #27445e;
      float: right;
      font-size: 16px;
    }
    .sidebar .box p {
      color: #244261;
      margin: 0;
      padding: 10px;
    }
/* ========================= */
/* = Storenvy Holiday 2011 = */
/* ========================= */

/* ======== */
/* = Home = */
/* ======== */

/*#holiday-banner {
  position:relative;
  width:978px;
  height:122px;
}

#holiday-banner img {
  position:absolute;
  left:-11px;
  top:-11px;
}

#top-holiday {
  background-color:#FFF;
  overflow:hidden;
  width:928px;
  margin:0 auto;
  border:1px solid #CCC;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#under-25-list {
  float:left;
  width:292px;
  padding:20px 20px 0 20px;
  margin-left:10px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#under-25-list h3 {
  font-size:23px;
  color:#C42B27;
  margin-bottom:10px;
}

#under-25-list li {
  font-size:16px;
  padding-bottom:10px;
  font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
  font-weight:bold;
}

#regular-gift-guides {
  background:#FFF;
  border:1px solid #CCC;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  height:132px;
  margin:20px auto 20px;
  width:888px;
  padding:20px;
}

#gift-guide-carousel {
  height:155px;
  overflow:hidden;
}

#gift-guide-carousel li {
  width:888px;
  height:155px;
  overflow:hidden;
  float:left;
}

#gift-guide-carousel li div {
  width:282px;
  float:left;
  height:155px;
  overflow:hidden;
  margin:0 18px 0 1px;
}

#regular-gift-guides .bx-prev,
#regular-gift-guides .bx-next {
  background:url(/images/carousel-btns.png?1346193398) no-repeat;
  position:absolute;
  display:block;
  width:20px;
  height:21px;
  top:55px;
  color:#FFF;
  text-align:center;
  overflow:hidden;
  text-indent:-9999em;
}

#regular-gift-guides .bx-prev {
  left:-10px;
}
#regular-gift-guides .bx-next {
  background-position:0 100%;
  right:-10px;
}

#large-gift-guides img{
 border-radius:5px 0 0 5px;
 -webkit-border-radius:5px 0 0 5px;
 -moz-border-radius:5px 0 0 5px;
}

#large-gift-guides {
  float:left;
  width:585px;
  height:270px;
  overflow:hidden;
  position:relative;
  *zoom:1;
}

#large-gift-guides .gift_guide {
  width:585px;
  height:270px;
  overflow:hidden;
  float:left;
}
*/

/* ====================== */
/* = Gift Guide Gallery = */
/* ====================== */
.marketplace_gift_guides #content{
  padding:0;
  font-family:'Helvetica Neue', Helvetica, Arial;
}
.marketplace_gift_guides .gift-guide{
  float:left;
  margin-right:20px;
  overflow:hidden;
  margin-bottom:20px;
}

#guide-heading {
  padding:20px 20px 0 20px;
  color:#222;
}

#guide-heading p {
  font-size:15px;
  color:#777;
}

#guides {
  border-top:1px solid #BBB;
  overflow:hidden;
  background:#FFF;
  width:958px;
  padding:20px 0 20px 20px;
}

.marketplace_gift_guides .gift-guide img {
  width:455px;
  border:2px solid #CCC;
}
.marketplace_gift_guides .gift-guide img:hover {
  border:2px solid #999;
}

/* ===================== */
/* = Gift Guide Detail = */
/* ===================== */

#container {
  padding:24px;
  overflow:hidden;
}

.marketplace_gift_guides #gift-guide-top {
  padding:0 22px;
  background:#FFF;
  border-bottom:1px solid #CCC;
}

.marketplace_gift_guides #gift-guide-top p {
  padding:0.5em 0.5em 1em;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#gift-guide-top img {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #BBB;
}

.marketplace_gift_guides #breadcrumbs {
  padding:15px 0 15px;
  font-size:18px;
  font-weight:bold;
}
a.primary-button {
  background:-webkit-gradient(linear, left top, left bottom, from(#F8BB3D), to(#F89804));
  background:-moz-linear-gradient(top, #F8BB3D, #F89804);
  background-color:#F8AA21;
  color:#4E3227;
  font-size:12px;
  font-weight:bold;
  padding:8px 30px;
  text-shadow:#FABA52 0 1px 0;
  text-transform:uppercase;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #C87102;
  -moz-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .1);
  -webkit-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .1);
  box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .1);
  float:left;
  clear:left;
}

.button:hover {
  -moz-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .3);
  -webkit-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .3);
  box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .3);
  text-decoration:none;
}

.button:active {
  position:relative;
  top:2px;
  -moz-box-shadow:inset 0px 0px 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow:inset 0px 0px 10px rgba(0, 0, 0, .3);
  box-shadow:inset 0px 0px 10px rgba(0, 0, 0, .3);
}

a.buy-button {
  background:-webkit-gradient(linear, left top, left bottom, from(#0088CC), to(#006A9F));
  background:-moz-linear-gradient(top, #0088CC, #006A9F);
  background-color:#08C;
  color:#FFF;
  display:block;
  font-size:11px;
  font-weight:bold;
  padding:4px 0;
  text-shadow:#004D74 0 -1px 0;
  text-transform:uppercase;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #004D74;
  -moz-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .1);
  -webkit-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .1);
  box-shadow:inset 0px 1px 0px rgba(255, 255, 255, .4), 0px 2px 0px rgba(0, 0, 0, .1);
  margin:15px 30px 0;
  width:151px;
}
#container.gift-guides .product {
  border-bottom:1px solid #DDD;
  font-size:11px;
  float:left;
  margin-right:28px;
  margin-bottom:20px;
  padding-bottom:10px;
  text-align:center;
  width:211px;
}

#container.gift-guides .third {
  margin-right:0;
}

#container.gift-guides .product-image {
  background:#FFF;
  border:1px solid #BBB;
  margin-bottom:8px;
  padding:1px;
  width:207px;
}

#container.gift-guides .product-details {
  height:40px;
  font-size:12px;
}

#container.gift-guides .price {
  color:#EB6568;
  margin-top:5px;
  font-size:15px;
  font-weight:bold;
}

#container.gift-guides .fb-like-wrapper {
  width:105px;
  height:21px;
  text-align:center;
  margin:15px auto;
}

#container.gift-guides .fb-like-button {
  height:35px;
}

/* ===================== */
/* = Discounts Gallery = */
/* ===================== */
#sale-count {
  font-family:'Helvetica Neue', Helvetica, Arial;
  margin:25px 20px;
}
body.marketplace_discounts #content {
  background:url(bg_f5_50.png);
}
.promotion-container {
  background:#FFF;
  border:1px solid #CCC;
  border-radius:5px;
  width:95%;
  margin:0 auto;
  padding:15px 0 15px 15px;
  font-family:'Helvetica Neue', Helvetica, Arial;
}

.store-discount {
  width:439px;
  margin:0 10px 20px 0;
  float:left;
  border:5px solid #F9F9F9;
  overflow:hidden;
}

.promotion-photos {
  width:160px;
  float:left;
  overflow:hidden;
  margin:10px 10px 5px 10px;
  height:145px;
}
.promotion-photos li {
  width:65px;
  height:65px;
  float:left;
  margin:0 15px 15px 0;
}

.promotion-photos img {
  width:65px;
  height:65px;
}

.store-info {
  float:left;
  width:249px;
  padding:5px 10px 0 0;
}
.store-info h3 a {
  font-size:14px;
  font-weight:700;
}

.promotion-summary {
  background:#FFF9E6 url(/images/bg_lt_yellow.png?1346193398) repeat-x left bottom;
  border:1px solid #F7941D;
  font-size:12px;
  margin:10px;
  padding:5px 10px;
  line-height:19px;
  height:38px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  font-weight:bold;
}

/* ============= */
/* = BG Images = */
/* ============= */

/*.holiday #master_container,
.blog #master_container {
  background-color:transparent;
  background-image:url(/images/bgs/holiday/header.jpg?1346193398);
}

body#processing.checkouts .holiday #master_container,
body#processing.pay .holiday #master_container,
body#results.checkouts .holiday #master_container,
body#complete.checkout .holiday #master_container,
body#new.sessions .holiday #master_container,
body#create.sessions .holiday #master_container,
body#forgot.marketplace_users .holiday #master_container,
body#reset.marketplace_users .holiday #master_container,
body#welcome.marketplace_users .holiday #master_container {
  background-color:transparent;
  background-image: url(/images/bgs/holiday/header-no-shadow.jpg?1346193398);
}

.holiday #logo,
.blog #logo{
  background-image:url(/images/bgs/holiday/holiday-logo-all.png?1346193398);
  top:7px;
  height:99px;
}

#billboard,
.blog #billboard {
  background-image:url(/images/bgs/holiday/after-xmas-billboard.png?1346193398) !important;
}
*/
#promotions-header h2 {
  overflow: hidden;
  -webkit-border-radius:3px 3px 0 0;
     -moz-border-radius:3px 3px 0 0;
          border-radius:3px 3px 0 0
}
