@charset "utf-8";
/* CSS Document */

/*****************************************************/
/******   R E S E T   ********************************/
/*****************************************************/
*, td, th, input, textarea, select, button {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu Regular", sans-serif,"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica;
}
body, select, input, textarea, button {font-size: 13px; color: #333;}
body {line-height: 18px}
:-moz-any-link:active, a:active, a:focus, input, textarea, button {outline:none;}
ul {list-style: none;}
img {display: block;}
a img {border: none;}
button, a {cursor: pointer;}

#frm_subscribe .buttonsubscribe {
    background: none repeat scroll 0 0 #D61E31;
    border: 3px solid #D61E31;
    color: #FFFFFF;
    font-size: 90%;
    font-weight: bold;
    margin: 0;
    padding: 0 10px 2px;
    vertical-align: text-top; 
}

#frm_subscribe .buttonunsubscribe {
    background: none repeat scroll 0 0 #D61E31;
    border: 3px solid #D61E31;
    color: #FFFFFF;
    font-size: 90%;
    font-weight: bold;
    margin: 0;
    padding: 0 10px 2px;
    vertical-align: text-top;
}

#frm_subscribe #subscribe_result span.error{
    background: none repeat scroll 0 0 #D61E31;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 17px;
    margin-top: 5px;
    padding: 3px;
    text-transform: uppercase;
 }
 
 #frm_subscribe #subscribe_result {
    background: none repeat scroll 0 0 #ddd;
    color: #333;
    display: block;
    font-weight: bold;
    line-height: 17px;
    margin-top: 5px;
    padding: 0px;
    text-transform: uppercase;
 }


@font-face {
    font-family: 'Ubuntu Regular';
    src: url('../fonts/Ubuntu/Ubuntu-R-webfont.eot');
    src: local('Ubuntu Regular'),
         url('../fonts/Ubuntu/Ubuntu-R-webfont.eot?iefix') format('eot'),
         url('../fonts/Ubuntu/Ubuntu-R-webfont.woff') format('woff'),
         url('../fonts/Ubuntu/Ubuntu-R-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu/Ubuntu-R-webfont.svg#webfontGZB3fjCF') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Babel Sans';
    src: url('../fonts/Babel/BabelSans.eot');
    src: local('Babel Sans'),
         url('../fonts/Babel/BabelSans.eot?iefix') format('eot'),
         url('../fonts/Babel/BabelSans.woff') format('woff'),
         url('../fonts/Babel/BabelSans.ttf') format('truetype'),
         url('../fonts/Babel/BabelSans.svg#BabelSans') format('svg');
    font-weight: normal;
    font-style: normal;
}





/*****************************************************/
/******   B A S I C    S T Y L E S   *****************/
/*****************************************************/
h1, h2, h1 *, h2 * {
  letter-spacing: -1px;
  word-spacing: 2px;
  font-family: "Ubuntu Regular", sans-serif;
  font-weight: normal;
}
h1, h2 {
  margin: 0 10px 15px 10px;
}
h1,
h1 *
{
  font-size: 32px;
}
h2,
h2 *
{
  line-height: 40px;
  font-size: 26px;
}
h3 {
  margin-bottom: 18px;
  line-height: 18px;
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: normal;
  font-family: "Ubuntu Regular", sans-serif;
}
h4 {
  font-size: 12px;
  font-weight: bold;
}
h5 {
  font-size: 11px;
  font-weight: bold;
}

h6{
  margin-bottom: 18px;
  line-height: 18px;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Ubuntu Regular", sans-serif;
  color:#D61E31;
  padding: 0px 7px 7px 7px;
}

a {color: #333; text-decoration: none;}
a:hover {color: #f12b63; text-decoration:underline;}
a img {border: none;}
img {display: block;}
dt {font-weight: bold;}
dd {margin-bottom: 10px;}
blockquote, p, ul, ol, dl {margin-bottom: 18px; line-height: 18px;}
*::-moz-selection {
  color: #fff;
}
*::-webkit-selection {
  color: #fff;
}
::selection {
  color: #fff;
}

.ShowList {
    list-style: disc outside none;
    margin-left: 30px;
}
/*****************************************************/
/******   C O M M O N    S T Y L E S   ***************/
/*****************************************************/

.s_small {font-size: 10px;}
.inline {display: inline !important;}
.align_left {text-align: left !important;}
.align_right {text-align: right !important;}
.align_center {text-align: center !important;}
.valign_top {vertical-align: top !important;}
.valign_middle {vertical-align: middle !important;}
.uppercase {text-transform: uppercase !important;}
.left {float: left !important;}
.clear {clear: both !important;}
.right {float: right !important;}
.nofloat {float: none !important;}
.block {display: block !important;}
.none, .ui-tabs-hide, .s_hidden {display: none !important;}
.border_eee {border-bottom: 1px solid #eee;}
.border_ddd {border-bottom: 1px solid #ddd;}
.border_ccc {border-bottom: 1px solid #ccc;}
.s_f_9 {font-size: 9px;}
.s_f_10 {font-size: 10px;}
.s_f_11 {font-size: 11px;}
.s_f_12 {font-size: 12px; line-height: 16px;}
.s_f_13 {font-size: 13px; line-height: 16px;}
.s_f_14 {font-size: 14px; line-height: 18px;}
.s_f_16 {font-size: 16px;}
.s_f_18 {font-size: 18px;}
.s_f_20 {font-size: 20px;}
.s_f_22 {font-size: 22px;}
.s_f_24 {font-size: 24px;}
.s_f_26 {font-size: 26px;}
.s_f_28 {font-size: 28px;}
.s_f_30 {font-size: 30px;}
.s_f_32 {font-size: 32px;}

.s_mb_0 {margin-bottom: 0 !important;}
.s_mb_10 {margin-bottom: 10px !important;}
.s_mb_15 {margin-bottom: 15px !important;}
.s_mb_20 {margin-bottom: 20px !important;}
.s_mb_25 {margin-bottom: 25px !important;}
.s_mb_30 {margin-bottom: 30px !important;}
.s_ml_0 {margin-left: 0 !important;}
.s_ml_10 {margin-left: 10px !important;}
.s_ml_15 {margin-left: 15px !important;}
.s_ml_20 {margin-left: 20px !important;}
.s_ml_25 {margin-left: 25px !important;}
.s_ml_30 {margin-left: 30px !important;}

.s_p_5_0 {padding: 5px 0 !important;}
.s_p_5_10 {padding: 5px 10px !important;}
.s_p_5_15 {padding: 5px 15px;}
.s_p_5_20 {padding: 5px 20px;}
.s_p_10_15 {padding: 10px 15px;}
.s_p_10_20 {padding: 10px 20px;}
.s_p_10_5 {padding: 10px 5px;}
.s_p_10_0 {padding: 10px 0 !important;}
.s_p_15_0 {padding: 15px 0;}
.s_p_15_5 {padding: 15px 5px;}
.s_p_15_10 {padding: 15px 10px;}
.s_p_15_20 {padding: 15px 20px;}
.s_p_20_0 {padding: 20px 0;}
.s_p_20_10 {padding: 20px 10;}
.s_p_20_15 {padding: 20px 15px;}

span.clear {
  visibility: visible;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.s_title_1 {
  float: left;
  border-bottom: 1px solid #ddd;
}
h2.s_title_1 {
  padding-bottom: 3px;
  text-indent: -1px;
}

.s_999 { color: #999; }
.s_666 { color: #666; }
.s_333 { color: #333; }

.s_eee_bgr { background-color: #eee; }
.s_ddd_bgr { background-color: #ddd; }
.s_ccc_bgr { background-color: #ccc; }
.s_bbb_bgr { background-color: #bbb; }

.s_h_80 {height: 80px;}
.s_h_90 {height: 90px;}
.s_h_100 {height: 100px;}
.s_h_150 {height: 150px;}

.grid_1 h1, .grid_2 h1, .grid_3 h1, .grid_4 h1, .grid_5 h1, .grid_6 h1, .grid_7 h1, .grid_8 h1, .grid_9 h1, .grid_10 h1, .grid_11 h1, .grid_12 h1, .grid_13 h1, .grid_14 h1, .grid_15 h1, .grid_16 h1 {
  margin-left: 0;
  margin-right: 0;
}
.grid_1 h2, .grid_2 h2, .grid_3 h2, .grid_4 h2, .grid_5 h2, .grid_6 h2, .grid_7 h2, .grid_8 h2, .grid_9 h2, .grid_10 h2, .grid_11 h2, .grid_12 h2, .grid_13 h2, .grid_14 h2, .grid_15 h2, .grid_16 h2 {
  margin-left: 0;
  margin-right: 0;
}
.grid_1 h3, .grid_2 h3, .grid_3 h3, .grid_4 h3, .grid_5 h3, .grid_6 h3, .grid_7 h3, .grid_8 h3, .grid_9 h3, .grid_10 h3, .grid_11 h3, .grid_12 h3, .grid_13 h3, .grid_14 h3,.grid_15 h3, .grid_16 h3 {
  margin-left: 0;
  margin-right: 0;
}

.s_nav > ul > li,
.s_nav > ul > li > a
{
  z-index: 15;
  display: block;
  float: left;
}
.s_nav .s_submenu {
  z-index: 10;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
}
.s_nav li .s_submenu ul ul {
  position: absolute;
  top: 0;
  left: 96%;
}
.s_nav li:hover,
.s_nav li:hover > a
{
  position: relative;
}
.s_nav li:hover .s_submenu,
#cart_menu:hover .s_submenu
{
  display: block;
}
.s_nav.s_size_1 > ul > li,
.s_nav.s_size_1 > ul > li > a
{
  height: 20px;
  line-height: 20px;
}
.s_nav.s_size_2 > ul > li,
.s_nav.s_size_2 > ul > li > a
{
  height: 30px;
  line-height: 30px;
}

.s_list_1 li {
  padding-left: 15px;
  background-image: url(../images/bullet_1.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
}

.s_list_1 li {
  padding-left: 15px;
  background-image: url(../images/bullet_1.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
}

.s_icon_10,
.s_icon_16,
.s_icon_32
{
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
}
.s_icon_10 {padding-left: 15px !important;}
.s_icon_16 {padding-left: 25px !important;}
.s_icon_32 {padding-left: 42px !important;}
.s_icon_10 .s_icon,
.s_icon_16 .s_icon,
.s_icon_32 .s_icon
{
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.s_icon_10 .s_icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.s_icon_16 .s_icon {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.s_icon_32 .s_icon {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.s_phone_32,
.s_fax_32,
.s_mobile_32,
.s_mail_32,
.s_skype_32
{
  background-image: url(../images/info_icons.png);
  background-color: #4cb1ca;
}
.s_phone_32 {background-position: 0 0 !important;}
.s_mobile_32 {background-position: 0 -32px !important;}
.s_mail_32 {background-position: 0 -64px !important;}
.s_skype_32 {background-position: 0 -96px !important;}
.s_fax_32 {background-position: 0 -128px !important;}
.s_save_10 {background-image: url(../images/i_save_10.png);}

.s_rating_holder  {
margin-top: -8px;
}

.s_rating_holder .s_average {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.s_rating,
.s_rating .s_percent
{
  /*float: left;*/
  height: 16px;
  line-height: 16px;
  vertical-align: bottom;
}
.s_rating.s_rating_6 {
  width: 96px;
}
.s_rating.s_rating_5 {
  width: 80px;
}
.s_rating {
  margin-right: 3px;
  background: url(../images/i_star_gray_16.png) repeat-x top left;
}
.s_rating .s_percent {
  float: left;
  background: url(../images/i_star_16.png) repeat-x top left;
}

.s_rating_big,
.s_rating_big .s_percent
{
  height: 24px;
  line-height: 24px;
  float:left;
}
.s_rating_big.s_rating_6 {
  width: 150px;
}
.s_rating_big.s_rating_5 {
  width: 125px;
}
.s_rating_big {
  background: url(../images/i_star_gray_24.png) repeat-x top left;
}
.s_rating_big .s_percent {
  background: url(../images/i_star_24.png) repeat-x top left;
}
.s_rating_small,
.s_rating_small .s_percent
{
  height: 10px;
  line-height: 10px;
}
.s_rating_small.s_rating_6 {
  width: 60px;
}
.s_rating_small.s_rating_5 {
  width: 50px;
}
.s_rating_small {
  background: url(../images/i_star_gray_10.png) repeat-x top left;
}
.s_rating_small .s_percent {
  background: url(../images/i_star_10.png) repeat-x top left;
}


.s_thumb {
  position: relative;
  display: block;
  float: left;
  z-index: 5;
}

.s_table {
  background: #eee;
}
.s_table th,
.s_table td
{
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.s_table th {
  background: #ddd;
  color: #999;
}

.s_table_1 td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.s_table_1 th {
  padding: 10px;
  font-size: 13px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.paymentMethodImage{
	cursor: pointer;
	margin-left: 20px;
	}

.paymentMethodcont {
    cursor: pointer;
    height: 26px;
	}
	
.paymentMethodText {
	display: block;
	float: left;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right: 3px;
}
/***  F O R M S  ***/

button::-moz-focus-inner {border: 0;}
button {padding-top: 1px;}
button {padding-bottom: 2px;}

.s_button_1 {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 10px;
  padding: 3px;
}
.s_button_1 .s_text {
  position: relative;
  display: block;
/***
  height: 28px;
  line-height: 28px;
***/
padding: 4px;  
text-transform: uppercase;
letter-spacing: -1px;
font-size: 16px;
font-family: "Ubuntu Regular", sans-serif;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.3);
 
}

.s_button_1:hover .s_text {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.s_button_1.s_ddd_bgr .s_text {
  color: #666;
}
.s_button_1.s_ddd_bgr:hover .s_text {
  color: #333;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.s_button_1.left {
  margin-left: 0;
  margin-right: 10px;
}
.s_button_1.s_ddd_bgr .s_text {
  color: #666;
}
.s_button_1.s_ddd_bgr:hover .s_text {
  color: #333;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.s_button_1.left {
  margin-left: 0;
  margin-right: 10px;
}

input[type=hidden] {
  display: none;
}
input[type=text],
input[type=password],
textarea,
select
{
  padding: 4px;
  background: #eee;
  border: 1px solid;
  border-color: #ddd #eee #eee #ddd;
}
input[type=text].inline,
input[type=password].inline,
textarea.inline,
select.inline
{
  float: none !important;
}
input[type=checkbox],
input[type=radio]
{
  vertical-align: middle;
}


input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover
{
  border-color: #999 #ddd #ddd #aaa;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus
{
  border-color: #999 #ddd #ddd #aaa;
}
select:focus {
  outline: 0 none !important;
}

label {
  display: block;
  text-shadow: 1px 1px 0 #fff;
}
label * {
  letter-spacing: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
label.s_disabled, label.s_disabled * {
  color: #9ea7ad !important;
}
label .red {
  vertical-align: top;
  font-size: 11px;
}
label .s_legend {
  margin: 0 !important;
  padding-top: 0;
  line-height: 11px;
}

.s_full input[type=text],
.s_full input[type=password],
.s_full textarea,
.s_full select
{
  width: 100%;
}

.s_legend {
  clear: both;
  display: block;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 11px;
  color: #9ea7ad;
  text-shadow: 1px 1px 0 #fff;
}

.s_row_1 {
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
.s_row_1 label,
.s_row_1 input[type=text],
.s_row_1 input[type=password],
.s_row_1 textarea,
.s_row_1 select
{
  float: left;
}
.s_row_1 label {
  width: 142px;
  margin-right: 10px; 
  padding: 7px 0 0 0;
}
.s_row_1 .s_full,
.s_row_1 .s_legend,
.s_row_1 .s_scroll
{
  margin-left: 165px;
}
.s_row_1 .s_full {
  padding-right: 20px;
}
.s_row_1 .s_full .s_legend {
  margin-left: 0;
}

.s_row_2 {
  padding: 9px 0 10px 0;
}
.s_row_2 label,
.s_row_2 input[type=text],
.s_row_2 input[type=password],
.s_row_2 textarea,
.s_row_2 select
{
  float: left;
}
.s_row_2 label {
  width: 142px;
  margin-right: 10px;
  padding: 5px 0 0 0;
}
.s_row_2 .s_full {
  margin-left: 160px;
}
.s_row_2:last-of-type {
  margin-bottom: 10px;
}

.s_row_3 {
  margin-bottom: 20px;
}
.s_row_3 label {
  display: block;
  margin-bottom: 5px;
  padding-top: 0;
}
.s_row_3 input[type=text],
.s_row_3 input[type=password],
.s_row_3 textarea,
.s_row_3 select,
.s_row_3 .uploader
{
  float: left;
  clear: left;
}


.s_row_4 {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.s_row_4 label {
  display: block;
  float: left;
  padding-top: 0;
}
.s_row_4 input[type=text],
.s_row_4 input[type=password],
.s_row_4 textarea,
.s_row_4 select,
.s_row_4 .uploader
{
  float: left;
  clear: left;
}
.s_row_4 > .uploader {
  position: relative;
  left: -2px;
}

label.s_checkbox,
label.s_radio
{
  width: auto;
  padding: 4px 0;
  text-align: left;
  letter-spacing: 0;
  white-space: nowrap;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.s_error_row input[type=text],
.s_error_row input[type=password],
.s_error_row textarea,
.s_error_row select
{
  color: #84290a;
  background-color: #ffe7df !important;
  border-color: #ffcdbc #ffe7df #ffe7df #ffcdbc !important;
}
.s_row_4.s_error_row:hover {
  background: none;
}
.s_error_msg {
  height: 18px;
  padding: 0 5px 0 0;
  line-height: 18px;
  font-size: 11px;
  color: red;
}
.s_error_msg {
  float: left;
  margin: 3px 0 0 10px;
}
.s_full .s_error_msg {
  margin: 10px 0 0 0;
}


.s_server_msg {
  cursor: pointer;
  min-height: 28px;
  margin-bottom: 20px;
}
.s_server_msg p {
  min-height: 18px;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.s_msg_green {
  color: green;
}
.s_msg_red {
	color: white;
    background: #D61E31;
    padding: 10px;
    font-size: 110%;
    height: 18px;
    font-weight: bold;
    min-height: 20px! important;
}
.s_msg_yellow {
}



.s_tabs_nav {
  height: 40px;
  margin-bottom: 0;
}
.s_tabs_nav li,
.s_tabs_nav li a
{
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.s_tabs_nav li {
  overflow: hidden;
  margin-right: 10px;
}
.s_tabs_nav li a {
  margin: 0 -10px;
  background: #ddd;
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
  -o-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
}
.s_tabs_nav li.ui-tabs-selected a {
  color: #999;
  background: #f3f3f3;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.s_tabs_nav li.ui-tabs-selected a:hover {
  color: #999 !important;
}
.s_tab_box {
  padding: 15px;
  border: 10px solid #f3f3f3;
}

.pagination {
  clear: both;
  height: 24px;
  padding: 20px 0 30px 0;
  line-height: 24px;
  border-top: 1px solid #ddd;
}
.pagination .links {
  float: left;
  height: 24px;
}
.pagination .results {
  float: right;
  height: 24px;
  font-size: 12px;
  color: #999;
}
.pagination a,
.pagination b
{
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
}
.pagination a {
  font-size: 12px;
  color: #666;
  background: #eee;
}
.pagination .links a:hover,
#content .pagination .links a:hover
{
  color: #fff !important;
}

.s_switcher {
  z-index: 10;
  position: absolute;
  padding-right: 22px;
  font-size: 11px;
  background: #f6f6f6 url(../images/dropdown.gif) no-repeat 100% 6px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.s_switcher ul {
  margin-bottom: 0;
}
.s_switcher span.s_selected,
.s_switcher li,
.s_switcher li a
{
  display: block;
  height: 22px;
  line-height: 20px;
  text-indent: 7px;
}
.s_switcher span.s_selected {
  cursor: default;
  color: #999;
}
.s_switcher .s_options {
  cursor: pointer;
  display: none;
}
.s_switcher img {
  display: inline;
  margin: -1px 3px 0 0;
  vertical-align: middle;
}


.grid_16 .s_grid_view,
.grid_14 .s_grid_view,
.grid_12 .s_grid_view,
.grid_11 .s_grid_view,
.grid_10 .s_grid_view,
.grid_9 .s_grid_view,
.grid_8 .s_grid_view,
.grid_7 .s_grid_view,
.grid_8 .s_grid_view
{
  position: relative;
  margin: 0 -10px;
}

#content #latest_home div.s_grid_view {
margin-top:16px;
}

.s_subcategories {
  margin-bottom: 40px !important;
}
.s_subcategory {
  float: left;
  width: 100px;
  margin: 0 10px 20px 10px;
  text-align: center;
}

#category .s_subcategory a {
 background:#666;
 color:#fff;
 display:block;
 min-width:114x;
 width:114px;
}

#category .s_subcategory a:hover {
text-decoration:underline;
color:#fff !important;
}


#category .s_subcategories img {
background:none;
}

#category .s_subcategories a img:hover {
background:none;
text-decoration:underline;
}

.s_price {
  display: block;
  margin: 0;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Ubuntu Regular", sans-serif, arial, helvetica; 
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(catalog/view/theme/shoppica/js/PIE.php);
}
.s_price span {
  display: block;
  font-family: "Ubuntu Regular", sans-serif;
}
.s_price .s_currency {
  line-height: 16px;
  font-size: 15px;
}
.s_old_price {
  line-height: 16px;
  font-size: 1px;
  text-decoration: line-through;
  opacity: 1;
}
.s_price .s_currency.s_before {
    display: inline;
    font-family: trebuchet MS,arial,helvetica;
}
}
.s_price .s_currency.s_after {
  opacity: 0.7;
}
.s_old_price .s_currency {
  display: none !important;
}


.s_item {
  position: relative;
  z-index: 6;
}
.s_item:hover {
  z-index: 10;
  padding: 20px !important;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  cursor:pointer;
}

.s_item h3 {
  clear: both;
  margin-bottom: 9px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.s_item p.s_model {
  margin-top: -9px;
  margin-bottom: 9px;
  color: #999;
  font-size: 11px;
}
.s_item .s_button_add_to_cart .s_icon_16 {
  padding-left: 22px !important;
}
.s_item .s_button_add_to_cart .s_icon {
  background: url(../images/add_to_cart.png) no-repeat center transparent;
}

.s_item .add_to_cart_sample .s_icon_16,.s_item .newone .s_icon_16  {
  padding-left: 22px !important;
}
.s_item .add_to_cart_sample:hover .s_icon, .s_item .newone:hover .s_icon {
  background: url(../images/add_to_cart.png) no-repeat center transparent; 
}
.s_item .add_to_cart_sample:hover .s_icon, .s_item .newone:hover .s_icon{
background-color: #D61E31;
text-decoration: underline;
}

.s_item .s_description {
  margin-bottom: 10px;
  margin-right: 86px;
}
.s_item .s_rating {
  display: block;
}
.s_item .s_price {
  z-index: 1;
  position: absolute;
}


.s_list_view .s_item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.s_list_view .s_item:hover {
  margin: 0 -20px;
}
.s_list_view .s_item h3 {
  font-size: 14px;
}
.s_list_view .s_item .s_price {
  top: 98px;
}
.s_list_view .s_item.last {
  border-bottom: none;
}


.s_grid_view .s_item {
  margin-bottom: 16px;
  text-align: center;
}
.s_grid_view .s_item:hover {
  margin: -20px -10px -30px -10px;
}
.s_grid_view .s_item h3 a {
  display: block;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.s_grid_view .s_item:hover h3 a {
  border-top: 1px solid #ccc;
}
.s_grid_view .s_item .s_button_add_to_cart,.s_grid_view .s_item .add_to_cart_sample,.s_grid_view .s_item .newone  {
  overflow: hidden;
  display: none;
  height: 16px;
  padding-top: 10px;
  line-height: 16px;
  font-size: 11px;
}
.s_grid_view .s_item:hover .s_button_add_to_cart,.s_grid_view .s_item .add_to_cart_sample,.s_grid_view .s_item .newone   {
  display: block;
}
.s_grid_view .s_item .s_rating {
  margin: 1px auto;
}


.container_12 .grid_2.s_item .s_price,
.container_16 .grid_3.s_item .s_price,
.container_16 .s_item .grid_9 .s_price {
    background-image: url("../images/price_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
    height: 42px;
    margin-top: -4px;
    right: 0;
    width:80px;
}

.container_12 .grid_2.s_item .s_price,
.container_16 .grid_3.s_item .s_price,
.container_16 .s_item .grid_9 .s_price {
background:none !important;
background-image:none !important;
color: #D61E31;

}

.container_12 .grid_2.s_item .s_price {
  text-align:right;
}
.container_12 .grid_2.s_item:hover .s_price,
.container_16 .grid_3.s_item:hover .s_price,
.container_16 .s_item:hover .grid_9 .s_price {
  right: 20px;
}
.container_12 .grid_2.s_item .s_promo_price,
.container_16 .grid_3.s_item .s_promo_price,
.container_16 .s_item .grid_9 .s_promo_price
{
  padding-top: 10px;
  height: 56px;
}
.container_12 .grid_2.s_item .s_currency.s_before,
.container_16 .grid_3.s_item .s_currency.s_before,
.container_16 .s_item .grid_9 .s_currency.s_before
{
  margin-left: -3px;
  font-size: 17px;
  color:#D61E31 !important;
}


.container_12 .grid_2.s_item .s_thumb img {
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
}
.container_12 .grid_2.s_item .s_price {
  top: 132px;
  z-index: 5;
}
.container_12 .grid_2.s_item:hover .s_price {
  top: 152px;
}


.container_12 .grid_3.s_item .s_price,
.container_12 .s_item .grid_6 .s_price
{
  right: 0;
  width: 84px;
  height: 52px;
  padding-top: 32px;
  text-indent: -3px;
  font-size: 24px;
  background-image: url(../images/price_4.png);
  background-repeat: no-repeat;
  background-position: center;
}
.container_12 .grid_3.s_item .s_promo_price,
.container_12 .s_item .grid_6 .s_promo_price
{
  height: 78px;
  padding-top: 6px;
}
.container_12 .grid_3.s_item .s_promo_price .s_old_price,
.container_12 .s_item .grid_6 .s_promo_price .s_old_price
{
  padding: 5px 0;
  font-size: 14px;
}
.container_12 .grid_3.s_item .s_currency.s_before,
.container_12 .s_item .grid_6  .s_currency.s_before
{
  text-indent: -1px;
  font-size: 22px;
}
.container_12 .grid_3.s_item .s_currency.s_after,
.container_12 .s_item .grid_6 .s_currency.s_after
{
  padding-top: 5px;
  font-size: 18px;
}


.container_12 .grid_3.s_item .s_thumb img,
.container_12 .s_item .grid_3 .s_thumb img
{ 
  width: 180px;
  height: 180px;
}



.container_12 .grid_3.s_item h3 {
  font-size: 15px;
  font-weight: normal;
}
.container_12 .grid_3.s_item .s_thumb {
  padding: 20px;
}
.container_12 .grid_3.s_item .s_price {
  top: 127px;
}
.container_12 .s_item .grid_3 .s_thumb {
  padding: 10px 20px;
}

.container_12 .s_item .grid_6 h3,
.container_12 .s_item .grid_6 .s_description,
.container_12 .s_item .grid_6 .s_mode
{
  margin-right: 120px;
}
.container_12 .grid_2.s_item:hover .s_price {
  text-align:right;
}
.container_12 .grid_3.s_item:hover .s_price {
  top: 147px;
  right: 20px;
}
.container_12 .s_item:hover .grid_6 .s_price {
  right: 20px;
}



.container_16 .grid_3.s_item .s_thumb {
  padding: 10px;
}
.container_16 .s_item .grid_3 .s_thumb {
  padding-left: 10px;
}
.container_16 .grid_3.s_item .s_thumb img,
.container_16 .s_item .grid_3 .s_thumb img
{
  width: 140px;
  height: 140px;
}
.container_16 .grid_3.s_item .s_price {
  top: 142px;
  z-index:6;
}
.container_16 .grid_3.s_item:hover .s_price {
  top: 162px;
}


.s_item.s_size_1 {
  clear: both;
  margin-bottom: 16px;
}
.s_item.s_size_1 .s_thumb {
  float: left;
  margin: 0 10px 0 0;
}
.s_item.s_size_1 h3,
.s_item.s_size_1 p,
.s_item.s_size_1 .s_rating_holder
{
  clear: none;
  margin: 0;
  padding-left: 48px;
  font-size: 12px;
}
.s_item .s_old {
  color: #666;
  text-decoration: line-through;
}
.s_item.s_size_1 .s_rating_holder {
  height: 18px;
  line-height: 18px;
  font-size: 11px;
}
.s_item.s_size_1 p.s_rating {
  margin-top: 4px;
  padding: 0;
}
.s_item.s_size_1:hover {
  margin: -10px -10px 6px -10px !important;
  padding: 10px !important;
}


.s_cart_item {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  line-height: 1.1em;
}
.s_cart_item .s_button_remove {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../images/button_remove_10.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #ccc;
}


.s_review {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.s_review .s_author {
  float: left;
}
.s_review .s_author small {
  margin-left: 4px;
  font-size: 10px;
  color: #999;
}
.s_review .s_rating,
.s_review .s_average
{
  float: left;
  margin-left: 5px;
}
.s_listing .s_review.last {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}


.s_address {
  margin: 0 30px 30px 0;
  padding: 20px;
  font-size: 14px;
  border-left: 10px solid #eee;
}


.s_order {
  margin-bottom: 20px;
  padding: 15px 15px 17px 15px;
  border: 5px solid #eee !important;
}
.s_order .s_id,
.s_order .s_id *,
.s_order .s_status,
.s_order .s_status *,
.s_order .s_total,
.s_order .s_total *
{
  letter-spacing: -1px;
  font-size: 20px;
  font-family: "Ubuntu Regular", sans-serif;
}

.s_order .s_id {
  float: left;
}
.s_order .s_status {
  float: right;
}
.s_order dl {
  margin-bottom: 7px;
}
.s_order dt,
.s_order dd
{
  float: left;
  margin-bottom: 3px;
  font-size: 11px;
}
.s_order dt {
  clear: left; 
  width: 35%;
  padding-right: 2%;
}
.s_order dd {
  width: 62%;
}
.s_order .s_total {
  margin-bottom: 0;
}
.s_order .s_total,
.s_order .s_total *
{
  font-size: 28px;
}


.s_cart_holder .s_total {
  text-align: right;
  font-size: 11px;
}
.s_cart_holder .s_button_1 {
  float: none !important;
  display: inline-block !important;
}
.s_cart_holder .s_button_1 .s_text {
  height: 18px;
  line-height: 17px;
  text-transform: none;
  font-size: 11px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}


.s_shipping_method input {
  display: block;
  float: left;
}
.s_shipping_method span.s_desc
{
  display: block;
  float: left;
  width: 514px;
}
.s_shipping_method input {
  margin: 10px 10px 0 0 !important;
}



.s_box {
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.s_box h2 {
  margin-bottom: 17px;
  line-height: 18px;
  font-size: 20px;
}
.s_box_1 {
  margin-bottom: 25px;
  padding: 10px 15px 15px 15px;
  border: 5px solid #ddd;
}
.s_box_1 h2 {
  font-size: 20px;
}



.s_info_page {
  padding-bottom: 10px;
}

.s_info_page a {
  color: #D61E31;
}

.s_info_page .s_list_1 ul li a {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 2px;
	margin-bottom:2px;
}

.s_info_page .s_list_1 ul li ul li a {
    background: none;
    color: #D61E31;
    display: block;
    font-weight: normal;
    padding: 0;
}

.s_info_page ol {
  padding-left: 15px;
  list-style: decimal;
}

/*****************************************************/
/******   O L D    M A R K U P   *********************/
/*****************************************************/
.box {
  margin-bottom: 19px;
  border-bottom: 1px solid #ddd;
}
.box .top {
  margin: 0 0 17px 0;
  word-spacing: 2px;
  letter-spacing: -1px;
  line-height: 18px;
  font-family: "Ubuntu Regular", sans-serif;
  font-size: 20px;
}
.box .top img {
  display: inline;
  margin: -3px 10px 0 0;
  vertical-align: middle;
}
#right_col .box {
  margin-left: 10px;
}

.buttons table {
  width: 100%;
}
.buttons .button {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 10px;
  padding: 3px;
}
.buttons .button span {
  position: relative;
  display: block;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 16px;
  font-family: "Ubuntu Regular", sans-serif;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.buttons .button:hover span {
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.buttons table td[align=left] .button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  background-color: #ddd;
}
.buttons table td[align=left] .button span {
  color: #666;
}
.buttons table td[align=left] .button:hover span {
  color: #333;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}




/*****************************************************/
/******   L A Y O U T   ******************************/
/*****************************************************/
body.s_layout_fixed {
  padding: 20px 0;
  background-repeat: repeat;
  background-position: bottom right;
  background-attachment: fixed;
}

body.s_layout_fixed #wrapper {
  width: 998px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#header {
background: url("../images/free-delivery-wireless-madness.png") no-repeat scroll 320px 4px transparent;
height: 185px;
position: relative; 
z-index: 10;
}

#header .socialPack {
    left: 195px;
    position: absolute;
    top: 8px;
    width: 300px;
}

div#wrapper div#content.product_view.container_16 div#product.grid_12 div#product_info.grid_6.omega dl.clearfix div#socialbuttons div {
	float: left;
	display: inline-block;
	position: relative;
	margin-right:2px;
	line-height:16px;
	height:20px;
 }

#site_logo {
  position: absolute;
  top: 6px;
  left: 10px;
}

#header .blogLink {
    display: block;
    position: absolute;
    right: -64px;
    top: -1px;
}

#language_switcher,
#currency_switcher
{
    right: 10px;
    top: 88px;
    width: 100px;
}
#currency_switcher {
}
#language_switcher {
  right: 142px;
}

#site_search {
    position: relative;
    z-index: 20;
}

#site_search #filter_keyword 
{
	position: absolute;
	right: 254px;
	top: 36px;
	border: 3px solid white;
	box-shadow: 2px 2px #D6D6D6;
	outline: none;
	width:150px;
}

#site_search a.s_button_1.s_main_color_bgr { 
    color: #FFFFFF;
    position: absolute;
    right: 208px;
    top: 37px;
}

.s_main_color_bgr {
}
#search_bar {
  z-index: 100;
  position: absolute;
  right: 43px;
  top: -9px;
  display: none;
  width: 450px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#adv_search_box {
  margin-bottom: 30px;
}
#search_bar input,
#search_bar select,
#search_bar a.s_button_1,
#adv_search_box input[type=text],
#adv_search_box select,
#adv_search_box a.s_button_1
{
  float: left;
  margin-right: 10px;
}
#search_bar select,
#adv_search_box select
{
  width: 150px;
  padding: 4px 4px 5px 4px;
  font-size: 11px;
}
#search_bar input {
  width: 142px;
}
#search_bar .s_button_1 {
  width: 50px;
  margin-left: 0;
}
#adv_search_box .s_button_1 {
  width: 80px;
  margin-left: 0;
}
#search_bar .s_button_1 .s_text,
#adv_search_box .s_button_1 .s_text
{
  height: 20px;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
}
#search_bar .s_advanced {
  float: left;
  width: 50px;
  padding-top: 1px;
  line-height: 12px;
  font-size: 11px;
}
#show_search {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.show_search {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#top_navigation {
  position: absolute;
  top: 32px;
  right: 320px;
}

#system_navigation {
    position: absolute;
    right: 10px;
    top: 10px;
}
#system_navigation ul {
  float: left;
  letter-spacing: -1px;
}
#system_navigation,
#system_navigation li,
#system_navigation li a
{
  height: 18px;
  line-height: 18px;
}
#system_navigation li a:hover {
 text-decoration:underline;
}
#system_navigation li {
  margin-left: 10px;
}

/*  SALE Category Highlight */

#cat_54 a{
 color:#D61E31 !important;
}

#categories {
	border-top: 1px solid #EEEEEE;
	left: 10px;
	padding: 6px 0 0;
	position: absolute;
	top: 130px;
	width: 952px;
}
#categories > ul > li,
#categories > ul > li > a
{
  height: 32px;
  line-height: 32px;
}
#categories > ul > li > a {
    font-family: "Ubuntu Regular",sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    padding: 0 10px;
}
#categories > ul > li.s_selected > a {
  text-decoration: underline;
}
#categories .s_submenu,
#cart_menu .s_submenu
{
  width: 380px;
  padding: 0 0 0 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
}
#categories .s_submenu h3 {
  height: 12px;
  margin: 0;
  padding: 17px 0 14px 0;
  line-height: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: normal;
  color: #bbb;
}
#categories .border_eee {
  width: 360px;
}
#categories .s_submenu > ul {
  margin-bottom: 15px;
}
#categories li .s_submenu > ul > li {
  float: left;
  width: 148px;
  margin-right: 10px;
}
#categories li .s_submenu a {
    color: #333333 !important;
    display: block;
}
#categories li .s_submenu a:hover {
    color: #666666 !important;
    display: block;
	text-decoration: underline;
}
#categories .s_submenu small {
  font-size: 11px;
  color: #999;
}
#categories li .s_submenu > ul > li:hover {
  position: relative;
}
#categories .s_submenu li:hover > ul {
  display: block;
}

#categories .s_submenu ul ul {
  position: absolute;
  top: -5px;
  left: 96%;
  display: none;
  width: 150px;
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#categories .s_submenu ul ul li {
  width: 140px;
  margin: 0;
}

/* Slot Car Sets */

#categories #cat_97 .s_submenu{
	left: -312px;
}


/* RC Accessories Menu Off Screen Fix - DD - 07/11/11 */
#categories #cat_87 .s_submenu{
	left: -328px;
}

#categories #cat_25 .s_submenu{
	left: -288px;
}

#categories #cat_80 .s_submenu{
	width: 360px;
}

#categories #cat_80 .border_eee{
	width: 340px;
}

/* --------------------------------------------------- */

#menu_home,
#menu_home a
{
  width: 26px;
  padding: 0 !important;
}
#menu_home a {
  text-indent: -1000em;
  background-image: url(../images/menu_home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ddd;
}

#cart_menu {
    border: 1px solid #EDEDED;
    height: 20px;
    padding: 7px 0 7px 7px;
    position: absolute;
    right: 10px;
    top: 35px;
    width: 178px;
    z-index: 20;
}


#cart_menu > a {
  position: relative;
  display: block;
  float: right;
  height: 20px;
  padding: 0 0 0 32px;
}
#cart_menu:hover > a {
  margin-top: -7px;
  margin-bottom: -7px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#cart_menu .s_icon {
  position: absolute;
  right: 156px;
  top: 50%;
  margin-top: -13px;
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../images/i_cart.png);
  background-repeat: no-repeat;
  background-position: center;
}
#cart_menu small.s_text {
  position: absolute;
  right: 106px;
  height: 20px;
  margin-right: 7px;
  padding-right: 7px;
  line-height: 20px;
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Ubuntu Regular", sans-serif;
  color: #333;
  border-right: 1px solid #eee;
}
#cart_menu .s_grand_total,
#cart_menu .s_grand_total *
{
  height: 20px;
  line-height: 20px;
  font-family: "Babel Sans", sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-decoration: underline;
}
#cart_menu .s_grand_total {
    float: left;
    margin: -7px 0 -7px -7px;
    padding: 7px;
}

#cart_menu .s_submenu {
    left: auto;
    margin-top: 0;
    padding: 20px;
    right: -1px;
    width: 360px;
}
#cart_menu:hover .s_grand_total {
  z-index: 20;
  position: relative;
}


#intro {
  clear: both;
  margin-bottom: 24px;
  padding-top: 10px;
/*background: url(../images/intro.png) top left repeat-x;
  background: url(../images/intro.png) top left repeat-x, url(../images/intro_texture.png) center no-repeat; */
  background-color: #f2eddc;
}

#intro_wrap .container_12 {
  z-index: 5;
  position: relative;
}
#intro h1 {
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 30px;
  line-height: 40px;
  font-size: 32px;
}
#intro h2, #intro h2 a {
  font-size: 22px;
  line-height: 22px;
}
#intro .slideItem {
left:920px !important;
}
#product_intro {
  position: relative;
  height: 178px;
}
#product_intro_info {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width:484px; 
}
#product_intro_info h2 {
  margin-left: 0;
  margin-right: 0;
}
#product_intro_info p.s_desc {
    float: left;
    font-size: 13px;
    margin-top: 0;
    position: absolute;
}
#product_intro_info .s_rating_holder .s_average {
    font-size: 14px !important;
    height: 16px;
    line-height: 34px;
}

#product_intro_preview {
background: url("../images/intro_product.png") no-repeat scroll right top transparent;
bottom: 0;
height: 186px;
position: absolute;
right: 0;
width: 466px;
z-index: 1;
}
#product_intro_preview > img,
#product_intro_preview .slides_container
{
height: 300px;
margin: 12px 0 0 76px;
overflow: hidden;
width: 300px;
}
#intro .s_button_prev,
#intro .s_button_next
{
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../images/intro_controls.png);
  background-repeat: no-repeat;
}
#intro .s_button_prev {background-position: 0 0;}
#intro .s_button_next {background-position: 100% 0;}

#product_intro .s_button_prev,
#product_intro .s_button_next
{
  position: absolute;
  top: 78px;
}
#product_intro .s_button_prev {
  right: 392px;
}
#product_intro .s_button_next {
  right: 32px;
}
#product_intro .s_price_holder {
display: block;
height: 100px;
position: absolute;
right: -482px;
top: 120px;
width: 100px;
z-index: 2;
}
#product_intro .s_price,
#product_info .s_price
{
  width: 100px;
  height: 35px;
  padding-top: 20px;
  font-size: 25px;
  /*background-image: url(../images/price_3.png);*/
  background-repeat: no-repeat;
  background-position: center;
  letter-spacing: -2px;
}
#product_intro .s_promo_price,
#product_info .s_promo_price
{
  height: 85px;
  padding-top: 15px;
}
#product_intro .s_old_price,
#product_info .s_old_price
{
  padding-bottom: 10px;
  font-size: 14px;
}
#product_intro .s_price .s_currency.s_before, #product_info .s_currency.s_before {text-indent: -1px; font-size: 16px;}
#product_intro .s_price .s_currency.s_after, #product_info .s_currency.s_after {padding-top: 8px; font-size: 18px;}


#image_intro {
  padding-bottom: 15px;
}
#image_intro_preview {
  position: relative;
  margin: 0 10px;
  padding: 0 10px;
}
#image_intro_preview.s_boxed {
  background: #fff;
  padding: 10px;
}
#image_intro_preview .s_button_next_holder,
#image_intro_preview .s_button_prev_holder
{
  z-index: 100;
  position: absolute;
  top: 50%;
  display: none;
  margin-top: -22px;
  padding: 10px;
  background: #fff;

}
#image_intro_preview:hover .s_button_next_holder,
#image_intro_preview:hover .s_button_prev_holder
{
  display: block;
}
#image_intro_preview .s_button_next_holder a,
#image_intro_preview .s_button_prev_holder a
{
  width: 24px;
  height: 24px;
  background-image: url(../images/intro_controls_small.png) !important;
}
#image_intro_preview .s_button_next_holder {
  right: -15px;
}
#image_intro_preview .s_button_prev_holder {
  left: -15px;
}

#image_intro_preview.s_boxed {
height: 240px !important;

}


#image_intro_preview.s_boxed .s_button_next_holder {
  right: 0;
  border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
}
#image_intro_preview.s_boxed .s_button_prev_holder {
  left: 0;
  border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
}


#breadcrumbs {
  font-size: 11px;
}

.s_brand_logo {
   position: relative;
   right: -40px;
   top: 35px;
}

#brandbg {
    background: url("../images/manu_logo_bg.png") no-repeat scroll left center transparent;
    height: 196px;
    position: absolute;
    right: 4px;
    top: -50px;
    width: 196px;
}


#listing_options {
  z-index: 9;
  position: relative;
  height: 24px;
  margin-bottom: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
#listing_sort {
  top: 0;
  right: 0;
  width: 160px;
}
#view_mode {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}
#view_mode li {
  margin-right: 15px;
}
#view_mode li a {
  position: relative;
  padding-left: 16px;
}
#view_mode .s_icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  display: block;
  width: 11px;
  height: 11px;
  background: transparent url(../images/view_mode.gif) no-repeat;
  background-color: #ddd;
}
#view_mode a:hover .s_icon {background-color: #f12b63;}
#view_grid .s_icon {background-position: 0 0;}
#view_list .s_icon {background-position: -11px 0;}


#product {
  position: relative;
}
#product h2,
#product h2 *
{
}
#product_info .s_price {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#product_info dl {
  margin-bottom: 50px;
  font-size: 12px;
}
#product_info dt {
  float: left;
  margin-bottom: 7px;
 }
#product_info dd
{
  float: left;
  *float: none; /* IE7 Only CSS */
  margin-bottom: 7px;
}
#product_info dt {
  clear: left; 
  width: 32%;
}

#product_info dl .s_rating {
  margin-bottom: 0;
  margin-top: 0;
}

/* Bubble pop-up */

.bubbleInfo {
	position: relative;
	top: 0px;
	left: -22px;
	width: 5px;
}

.instock {
    font-weight: bold;
    color: #FFF;
    background: #009900;
    padding: 7px;
    text-align: center;
    vertical-align: text-bottom;
    width: 100%;
    float: left;
    clear: both;
    text-transform: uppercase;
}

.preorder {
	font-weight: bold;
    color: #FFF;
    background: #d61e31;
    padding: 7px;
    text-align: center;
    vertical-align: text-bottom;
    width: 100%;
    float: left;
    clear: both;
    text-transform: uppercase;
}

.trigger {
	position: absolute;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	margin-top: 35px;
	top: -130px;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(../images/bubble-1.png); }
.popup td.top { background-image: url(../images/bubble-2.png); }
.popup td#topright { background-image: url(../images/bubble-3.png); }
.popup td.smt { background-image: url(../images/bubble-4.png); }
.popup td.smth { background-image: url(../images/bubble-5.png); }
.popup td#bottomleft { background-image: url(../images/bubble-6.png); }
.popup td.bottom { background-image: url(../images/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../images/bubble-8.png); }

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;}
	
table.popup-contents th {
text-align: right;
text-transform: lowercase;
}

table.popup-contents td {
text-align: left;
}

tr#release-notes th {
text-align: left;
text-indent: -9999px;
background: url(../images/starburst.gif) no-repeat top right;
height: 17px;
}

tr#release-notes td a {
color: #333;
}

#content #product #product_info #discontinued dd {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 4px solid #666;
	display: block;
	font-weight: normal;
	padding: 6px;
}

#content #product #product_info dd a {
color:#D61E31;
text-decoration:underline;
}

#content #product #product_info dd a:hover {
text-decoration:none;
}

#product_options {
  padding: 15px 0 15px 0;
  font-size: 12px;
  border-top: 1px solid #eee;
}
#product_options label {
  float: left;
  width: 34%;
  padding: 4px 0;
}
#product_options select {
  float: right;
  width: 64%;
  font-size: 12px;
  padding: 4px;
}

#product_discounts {
	margin-bottom: 4px;
	padding: 2px 0 0 0;
	width: 335px;
}
#product_discounts table th,
#product_discounts table td,
#product_discounts table .s_currency
{
  font-size: 11px !important;
}

form#product_add_to_cart_form  fieldset {
	border: 3px solid #CCC;
}

div.price-match {
	background-image: url(../images/price-match-promise.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 105px;
	position: absolute;
	right: -2px;
	top: 56px;
	z-index: 8;
}

.price-match span a {
    display: block;
    height: 50px;
    width: 105px;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99999999;
	padding: 0px;
	-moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
}
.white_content {
	display: none;
	position: fixed;
	top: 14%;
	left: 36%;
	width: 30%;
	height: 52%;
	padding: 15px;
	border: 15px solid #d61e31;
	background-color: white;
	z-index: 999999999;
	overflow: auto;
}

#product_buy {
    clear: both;
    position: relative;
    padding: 5px 0 15px 0;
    font-size: 16px;
    border-top: 0px solid #eee;
    right: 0px;
    width: 349px;
}

#product_buy label {
  display: block;
  float: left;
  height: 42px;
  margin-right: 5px;
  line-height: 42px;
  font-size: 16px;
  font-family: "Ubuntu Regular", sans-serif;
}
#product_buy input {
  float: left;
  margin-top: 4px;
  font-size: 18px;
}
#add_to_cart {
    border: 1px solid #D61E31;
    cursor: pointer;
    display: block;
    float: right;
    height: 36px;
    padding: 3px;
}
#add_to_cart .s_text {
  position: relative;
  display: block;
  height: 34px;
  padding: 0 10px 0 39px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 16px;
  font-family: "Ubuntu Regular", sans-serif;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#add_to_cart:hover .s_text {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#add_to_cart .s_icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../images/i_cart_white.png);
  background-repeat: no-repeat;
  background-position: center;
}
#add_to_cart1 {
    border: 1px solid #D61E31;
    cursor: pointer;
    display: block;
    float: right;
    height: 36px;
    padding: 3px;
}
#add_to_cart1 .s_text {
  position: relative;
  display: block;
  height: 34px;
  padding: 0 10px 0 39px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 16px;
  font-family: "Ubuntu Regular", sans-serif;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#add_to_cart1:hover .s_text {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#add_to_cart1 .s_icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../images/i_cart_white.png);
  background-repeat: no-repeat;
  background-position: center;
}

#product_buy .s_bgr {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
}

#product_image_preview {
  display: block;
  margin-bottom: 5px;
}
#product_images .s_thumbs {
  margin-right: -20px;
}
#product_images .s_thumb {
  margin: 0 20px 20px 0;
}
#product .s_tabs {
  margin-bottom: 30px;
}
#product .s_tabs_nav {
  margin-left: 20px;
}
#product .s_tabs_nav li {
  width: 33.33%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
#product .s_tabs_nav li a {
  float: none;
  font-family: "Ubuntu Regular", sans-serif;
}
#product .s_tabs_nav li:first-child {
  position: relative;
  margin-left: -20px !important;
}
#product .s_tabs_nav li.ui-tabs-selected a:hover {
  color: #999 !important;
}

#product_description p{
  line-height: 18px;
  margin-bottom: 8px;
}

#product_description :last-child {
  margin-bottom: 0 !important;
}

#product_description ol li {
    list-style-position: outside;
    margin-left: 18px;
}

#product_description ul li {
    list-style: disc outside none;
    margin-left: 18px;
}

.s_tab_box #product_description a {
	color:#d61e31;
}


#product_gallery .s_thumbs {
  margin-bottom: 0;
}
#product_gallery .s_thumbs li {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}


#related_products {
  margin-bottom: 10px;
}

#product_tags {
  margin-bottom: 20px;
}
#product_tags li {
  float: left;
  margin-right: 10px;
}
#product_tags a {
  display: block;
  float: left;
  height: 20px;
  padding: 0 10px 0 15px;
  line-height: 19px;
  white-space: nowrap;
  font-size: 11px;
  background: url(../images/tag.png) no-repeat center left;
}

#login_page,
#register,
#success_message
{
  padding-bottom: 30px;
}
#login_page .s_row_3 {
  height: 170px;
}


.forgotpass { 
    background-color: #D61E31;
    cursor: pointer;
    display: block;
    float: right;
    padding: 3px;
    height: 28px !important;
    line-height: 18px !important;
}

.forgotpass  span.s_text {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF !important;
    display: block;
    font-family: "Ubuntu Regular",sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    padding: 4px;
    position: relative;
    text-transform: uppercase;
}

.forgotpass span.s_text:hover { 
 border: 1px solid rgba(255, 255, 255, 0.5);
}

.anchorLink {
    color: #D61E31;
    font-size: 80%;
    margin-left: 7px;
    padding: 4px;
}
.StandardPartLink { 
	background: url("/catalog/view/theme/shoppica/images/product_page_standard.png") no-repeat scroll -3px -3px #FFFFFF;
    float: left;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 7px;
    padding: 4px 4px 4px 26px;
    text-align: center;
    width: 112px;
}

.OptionPartLink { 
	background: url("/catalog/view/theme/shoppica/images/product_page_optional.png") no-repeat scroll -3px -3px #FFFFFF;
    float: left;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 7px;
    padding: 4px 4px 4px 26px;
    text-align: center;
    width: 112px;
}

#recommendedLink {
    margin-bottom: 7px;
    background: url(/catalog/view/theme/shoppica/images/product_page_recommended.png) no-repeat scroll 2px 1px #E8E8E9;
    line-height: 24px;
    padding: 8px 5px 8px 27px;
    font-weight: bold;
    text-align: center;
    border: 4px solid #ddd;
}

#combototal {
margin-top:10px;
}
.comboTag {
	color: #333; 
	font-weight: bold;
	font-family: "Ubuntu Regular",sans-serif,arial,helvetica;
	line-height:45px;
	position:absolute;
} 

.comboPrice {
	color: #D61E31; 
	font-family: "Ubuntu Regular",sans-serif,arial,helvetica;
	line-height:45px;
	position:absolute;
	left: 140px;
	font-size:150%;
}

#content #shopping_cart_payment #secureImage, #content #shopping_cart #secureImage {
	background-image: url("/catalog/view/theme/shoppica/images/Secured-by-Sage-Pay-Horizontal-2.jpg");
	background-position: 248px 5px;
	background-repeat: no-repeat;
	width: 580px;
}
#content #shopping_cart_payment #paypalImage, #content #shopping_cart #paypalImage {
    display: block;
	float: right;
    position: relative;
    left: 38px;
    bottom: 65px;	

}   

/*DD - No Underline on Buttons  */

#content #login_page a:hover, 
#content #register #create a:hover, 
#content #my_addresses a:hover, 
#content #edit_address a:hover, 
#content #shopping_cart_addresses a:hover,
#content #shopping_cart a:hover,
#content #shopping_cart_shipping a:hover,
#content #shopping_cart_payment a:hover,
#content #shopping_cart_confirm a:hover,
#search_results #adv_search_box a:hover, 
#content #product #product_info #product_add_to_cart_form #product_buy a:hover ,
#content #recommended #recommended_to_cart a:hover { 
 text-decoration:none !important;
}

#content #shopping_cart_confirm #payment #buttons a{
}

#content #shopping_cart_shipping .s_row_3 .s_shipping_method input, #content #shopping_cart .s_row_3 .s_shipping_method input, #content #shopping_cart_payment .s_row_3 .s_shipping_method input {
 margin: 3px 10px 0 0 !important;
}

#content #login_page .alpha{
border: 1px solid #999;
padding: 10px;
width: 436px;
height: 310px;
}
#content #login_page .omega {
border: 1px solid #bcbcbc;
padding: 10px;
width: 436px;
height: 310px;
 }
#downloads .pagination {
  border-top: none;
}


#order_history .pagination {
  border-top: none;
  padding-top: 10px;
}


#order_details h2 {
  margin-bottom: 10px;
  font-size: 20px;
}
#downloads .s_table td,
#order_details .s_table td
{
  padding: 5px 10px;
}
#order_details .s_table tr.last td {
  padding: 10px;
}
#order_details .s_table tr.last td,
#order_details .s_table tr.last td *
{
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: normal;
  font-family: "Ubuntu Regular", sans-serif;
}
#order_details .s_table tr.last td.align_right,
#order_details .s_table tr.last td.align_right *
{
  font-size: 20px;
}



#shopping_cart .s_total,
#shopping_cart_confirm .s_total
{
  clear: both;
  float: right;
  width: 300px;
  margin-bottom: 0;
  text-align: right;
}
#shopping_cart .s_total strong,
#shopping_cart_confirm .s_total strong
{
  float: left;
}
#shopping_cart .s_total.last,
#shopping_cart .s_total.last *,
#shopping_cart_confirm .s_total.last,
#shopping_cart_confirm .s_total.last *
{
  letter-spacing: -1px;
  font-size: 24px;
  font-family: "Ubuntu Regular", sans-serif;
}
#shopping_cart .s_total.last,
#shopping_cart_confirm .s_total.last
{
  margin-bottom: 10px;
  padding-top: 15px;
}
#shopping_cart .s_total.last strong,
#shopping_cart_confirm .s_total.last strong
{
  font-weight: normal;
  font-size: 20px;
  color: #333;
}

#shopping_cart_confirm #payment .fancybox {
	color:#C00;
	}
	
#apply_coupon {
  margin-top: 10px;
}

#apply_coupon .s_row_3 input[type=text]{
  width: 182px;
  height:26px;
	}

#apply_coupon .s_button_1 .s_text {
  height: 20px;
  line-height: 19px;
  text-transform: none;
  font-size: 14px;
}

#sitemap .s_list_1 {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  -o-column-count: 1;
}



#welcome,
#special_home,
#featured_home,
#latest_home,
#bestseller_home
{
  margin-bottom: 18px;
}
#special_home h2,
#featured_home h2,
#latest_home h2,
#bestseller_home h2
{
  margin-bottom: 18px;
}


#brands_module {
  padding-bottom: 20px;
}
#brands_module select {
  width: 100%;
  font-size: 12px;
}
#categories_module ul ul {
  margin-bottom: 0;
}

.product_view #right_col,
.product_view #left_col
{
  width: 220px !important;
}

#right_col .s_box { margin-left: 10px;}
#left_col .s_box { margin-right: 10px;}
#right_col .s_box_1 { margin-left: 10px; }
#left_col .s_box_1 { margin-right: 10px; }
#right_col .s_box:last-child, #left_col .s_box:last-child { border-bottom: none; }


#banners_1 {
  clear: both;
  /* margin-bottom: 32px;*/
}
#shop_info {
  clear: both;
  margin-bottom: 27px;
  padding: 19px 0 0 0;
  font-size: 11px;
  color: #555;
  background: url(../images/shop_info.gif) repeat-x top left;
}
#shop_info_wrap {
  padding: 0 0 28px 0;
  background: url(../images/shop_info.gif) repeat-x bottom left;
}
#shop_info h2 {
  margin-bottom: 14px;
  font-size: 20px;
  color: #888;
  border-bottom: 1px solid #e3e3e3;
}
#shop_description {font-size: 12px;}
#shop_description h2 {
  text-indent: 30px;
  background: url(../images/i_cart_24.png) no-repeat -1px 7px;
}
#shop_description p {margin-right: 10px;}
#twitter h2 {
  text-indent: 30px;
  background: url(../images/i_twitter_24.png) no-repeat 0 8px;
}
#twitter li {
  margin-bottom: 18px;
  padding-left: 30px;
  background: url(../images/quotes.png) no-repeat 0 4px;
}
#twitter li a {
  display: block;
  font-style: normal;
  font-size: 10px !important;
  color: #bbb;
}
#twitter li span,
#twitter li span *
{
  line-height: 16px;
  font-size: 11px !important;
  font-family: Georgia, Arial, Helvetica, sans-serif !important;
  font-style: italic !important;
  word-wrap: break-word;
}
#twitter li span * {
  display: inline !important;
  margin: 0;
  padding: 0;
}
#twitter li span a {
  color: #4cb1ca;
}
#twitter li span:after {
  visibility: hidden;
  content: "."
}
#twitter ul {
  margin-bottom: -20px;
}

#facebook h2 {
  text-indent: 30px;
  background: url(../images/i_facebook_24.png) no-repeat 0 8px;
}
#facebook .s_widget_holder {
  margin-top: -46px;
}

#shop_contacts {
  font-size: 12px;
}
#shop_contacts h2 {
  text-indent: 30px;
  background: url(../images/i_contacts_24.png) no-repeat 0 8px;
}
#shop_contacts td {
  height: 52px;
  padding-bottom: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: content-box;
}
#shop_contacts tr.s_webkit td {
  height: 32px !important;
}
#shop_contacts tr:last-child td {
  height: 32px;
  padding-bottom: 0 !important;
}
#shop_contacts .s_icon_32 {
  display: inline-block;
}

#footer {
  padding-bottom: 10px;
}

#footer_categories {
  margin-bottom: 26px;
}
#footer_categories h2 {
  margin-bottom: 17px;
}
#footer_categories h2,
#footer_categories h2 *
{
  line-height: 18px;
  font-size: 16px;
  color: #f12b63; 
}
#footer_categories ul {
  padding-bottom: 5px;
  font-size: 11px;
}
#footer_categories a {
  color: #888;
}
#copy {
  padding-left: 10px;
  line-height: 18px;
  font-size: 11px;
  color: #ccc;
}

#payments img {
  display: inline;
  margin: 2px 10px 10px 0;
}

.tab_page {
 border: 10px solid #EEEEEE;
 display: block;
 float: right;
 padding: 10px;
}

.latesthomeViewAllLeft {
float:left;
display: block;
 }
 
.latesthomeViewAllRight, .latesthomeViewAllRight a {
float:right;
display: block;
color:#CC0000 !important;
}

.latesthomeViewAllRight h2.s_title_1 {
text-indent: 0px! important;
}

#content #GiftStrip {
  margin-bottom: 10px !important;
  top: 2px;
  position: relative;
  right: 20px;
  bottom: 10px;
  float:left;
}

#shopping_cart_confirm #preOrderWarn {
	color: #D61E31;
    font-weight: bold;
    background: pink;
    border: 5px solid #770C0C;
    padding: 18px;
    margin-top: 7px;
    text-align: center;
    font-size: 130%;
    height: 40px;
    padding-bottom: 28px;
}

.HPIBanner {
float: right;
padding: 0;
margin: 0;
width: 556px;
}

/******** CHRISTMAS 2012 Theme ***********  */
/*
#wrapper #header.container_12 .grid_12 #santashat {
	background-image: url(../images/santahatwm.png);
	height: 104px;
	width: 130px;
	display: block;
	z-index: 1;
	position: absolute;
	left: -23px;
	top: -19px;
}

#wrapper #header.container_12 .grid_12 #santashat a {
	height:140px;
	width: 200px;
	display:block;
}

#intro #santahat {
    background: url("../images/crimbo-snow-pile-2012.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    margin: -30px auto 0;
    width: 940px;
}

body.s_layout_fixed {
	background-image: url(../images/crimbo-back.jpg) !important;
}

*/

/*
#intro #homePageMessage { 
	background: url("../images/holiday-banner-tp.jpg") no-repeat; 
    bottom: 5px;
    height: 69px;
    left: 20px;
    position: relative;
    width: 959px;
}
*/

 
#latest_home #homePageButtons {
	
}
 
#latest_home #homePageButtons .inline {
 float: right;
}

#latest_home #homePageButtons .clearboth {
 clear:both;
}

#content #register .yourdetails {
float:left;
width:440px;
}

#content #register  .youraddress {
float:right;
width:440px;
}

#content #register .yourpassword{
float:left;
width:440px;
}

#content #register .yournewsletter {
float: left;
display: block;
width: 440px;
clear: both;
}



/******** Clear Fix ************/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

#content.container_12 #latest_home h1{
color: #cccccc;
font-size: 120% !important;
text-align: center !important;
}

#content #shopping_cart_confirm .preOrderRowBg {
	background: url(../images/pre-order-bg.jpg);
	background-color : #F6BABA ;
}

#content div#success_message a {
color:#D61E31 !important;
 }
 
#content #category .instockstatus, #content #search_results .instockstatus, #content #product .instockstatus {
	 font-weight:bold;
	 color:#009900;
	 padding:3px;
 }
 
 #content #category .prestockstatus, #content #search_results .prestockstatus, #content #product .prestockstatus {
	 font-weight:bold;
	 color:#EB640A;
	 padding:3px; 
 }
 
  #content #category .outstockstatus , #content #search_results .prestockstatus, #content #product .prestockstatus{
	 font-weight:bold;
	 color:#d61e31;
	 padding:3px; 
 }
 
 


/******** JustBoughtIt Share Button ************/

#content div#success_message center#jbit_center a {
color:#333 !important;
}

#content div#success_message center#jbit_center {
	float: right;
	width: 550px;
}

#content div#success_message center#jbit_center div#jbit_widget_15.jbit-button div.jbit_widget_5 div.jbit_middle div.jbit_right div.jbit_description span.jbit_desc {
	font-size:100% !important;
}

#content div#success_message center#jbit_center div#jbit_widget_15.jbit-button div.jbit_widget_5 div.jbit_middle div.jbit_right a.jbit_link{
	float: right;
	width: 250px !important;
	margin-top: 18px !important;
}

#content div#success_message center#jbit_center div#jbit_widget_15.jbit-button div.jbit_widget_5 div.jbit_middle {
	height: 230px !important;
}

div#jbit-sb-container div#jbit-sb-wrapper #jbit-sb-wrapper-inner div#jbit-sb-body div#jbit-sb-body-inner iframe#jbit-sb-player div#mainContainer div#contentContainer div#products.bgBox div#retailerImg.imgContainer {
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}



span.stockinfo {
    color: red;
    display: block;
}

/* minhaj */

.gdpr-tools h3,.gdpr-tools h2{
	color: #d61e31;
	margin: 0 0 17px 0;
	word-spacing: 2px;
	letter-spacing: -1px;
	line-height: 18px;
	font-family: "Ubuntu Regular", sans-serif;
	font-size: 20px;
}
.gdpr-tools li > a{
	padding-left: 15px;
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	background-color: #d61e31;
}
