html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background: url("../image/bg_default.png") repeat scroll 0 0 #242424;
	color: #636363;
	font-family: 'Trebuchet MS',sans-serif; /*'PT Sans', sans-serif;*/
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}

@font-face {
  font-family: "bebas";
  src: url("BebasNeue.otf");
  }

#filter_keyword{
	position:absolute; background:#ccc; margin-left: 15px; margin-top:-30px; height:14px; width: 200px;
}

#search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 24px;
        left: -190px !important;
	display:block !important;
	width:410px;
	overflow:hidden !important;
        background-color: #555;
        list-style-type: none;
        z-index: 1500;
        min-width: 410px;
        border-bottom: 1px solid #000;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}
#search_results li {
        padding: 5px;
	width: 395px !important;
}
#search_results li > a {
	overflow: hidden;
	width: 388px !important;
}
#search_results a,
#search_results a:visited,
#search_results a:hover {
        color: #000;
        text-decoration: none;
}
#search_results a:hover {
        color: #FFF;
}
#search_results li:hover {
        background-color: #000;
}
#search_results .highlighted {
        background-color: #000;
}

.button-search {
	display:block;
	position:absolute;
	right: -50px;
	top:0px;
	background: url('../image/search-button4.png') left center no-repeat;
	width: 41px;
	height: 38px;
	cursor: pointer;
	z-index: 50;
}

.product_infos_ h3 {
    background: linear-gradient(to bottom, #FEFFFF 0%, #ECECEC 31%, #C9C9C9 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D7D7D7;
    border-radius: 15px 15px 15px 15px;
    color: #C00000;
    display: block;
    font-family: bebas;
    font-size: 20pt;
    margin-bottom: 15px;
    margin-right: 20px;
    padding: 10px;
    height:25px;
}

 #left_menus {
	width: 200px;
	float: left;
 }
 
 
 .left_menu {
	float: left;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
 }

.left_menu h3 {
	line-height: 150%;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	letter-spacing: 1px;
	padding-left: 5px;
	font-family: bebas;
	color: #C42626;
	font-size: 15pt;
	background: #E2E2E2;
}

.box_left {
	width: 198px;
	margin-bottom: 5px;
	padding-top: 20px;
	border: 0px solid #959595;
	margin-top: 20px;
 	padding-bottom: 10px;
	margin-right:25px;
	float:right;
}
 

.box_left form {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	padding-right: 15px;
}

.box_left input {
	padding: 5px 2px;
	color: gray;
	text-transform: uppercase;
	width: 175px;
}
.box_left button {
	color: white;
	-webkit-border-radius: 8px;
	-webkit-box-shadow:  1px 2px 1px 1px rgba(0, 0, 0, 1);        
        box-shadow:  1px 2px 1px 1px rgba(0, 0, 0, 1);
	border-radius: 8px;
	background-color: #B03A3A;
	padding: 5px 10px;
	border: none;
 
}

.box_left button:hover {
	-webkit-box-shadow:  none;
        box-shadow:  none;
}

.join {
	font-family: bebas;
	font-size: 24pt;
	color: #a93643;
	margin-left: 10px;
 }
 
 .green {
	margin-left: 10px;
	color: #1f8e22;
	font-weight: bold;
 }

 .gray_ {
	color: #6D6D6D;
	margin-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 150%;
}

ul#menu_system,ul#menu_system ul{
	width:1000px;
	margin:0;
	list-style:none;
	padding:0;
	background-color:#dedede;
	border-width:0px #5f5f5f solid;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
}

ul#menu_system ul {
	width:200px;
	display:none;
	position:absolute;
	left:0;
	top:100%;
	-moz-box-shadow:0 3.5px 12px #000000;
	-webkit-box-shadow:0 3.5px 12px #000000;
	box-shadow:0 3.5px 12px #000000;
	background-color:#ececec;
	border-width:0px;
	/*border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-color:#FFF;*/
	padding:0 10px 10px;
	/*overflow:visible;*/
}
ul#menu_system li:hover > ul{
	display:block;
}

ul#menu_system li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
	width: 200px;
}
ul#menu_system li:hover{
	z-index:1;
}

ul#menu_system ul ul{
	/*position:absolute;
	left:100%;
	top:-10;*/

	/*left:100%;
	top:0;
	position:static;*/
}
ul#menu_system{
	font-size:0;
	z-index:10;
	position:relative;
	display:inline-block;
	zoom:1;
	padding:0;
	*display:inline;
}
* html ul#menu_system li a{
	display:inline-block;
	color:#000;
}
ul#menu_system>li{
	background-color:#D1141B;
	background:url(menu-bg.png) repeat-x center top;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#D1141B'); */ /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E0565B), to(#D1141B)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E0565B,  #D1141B);/* for firefox 3.6+ */
	background: linear-gradient(to bottom, #E5676C 1%, #E0565B 48%, #D7292F 50%, #D1141B 100%) repeat scroll 0 0 transparent;
	width:190px;height:38px;line-height:38px;
	margin:0;
}
ul#menu_system a:active, ul#menu_system a:focus{
	outline-style:none;
}
ul#menu_system a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:bold 14px Trebuchet MS;
	color:#fff;
	text-shadow:#000 0 0 1px;
	cursor:pointer;
	padding:10px;
	/*background-color:#aa0000;*/
	background-repeat:repeat;
	background-position:0 0;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#C0C0C0;
}
ul#menu_system ul li{
	display:block;
	float:none;
	margin:10px 0 0;
}
ul#menu_system ul>li>ul {
	width:420px;height:252px;float:left;
}
ul#menu_system ul>li>ul>li {
	width:45%;float:left;padding-right:12px;
}
ul#menu_system li.topfirst > ul > li:nth-child(5) > ul > li {
	width:30%;float:left;padding-right:5px;
}
ul#menu_system li.topfirst > ul > li:nth-child(5) > ul {
	width:630px;height:252px;float:left;
}
ul#menu_system li.topfirst > ul > li > ul > div {
	float:left;padding-right:8px;
}
ul#menu_system div.imagemenu {
	clear:both;bottom:0;position:absolute;left:0;width:440px;height:120px;overflow:hidden;
}
ul#menu_system div.imagemenu img {
	bottom:0;position:absolute;left:0;
}
ul#menu_system ul a{
	text-align:left;
	padding:4px;
	background-color:#ececec;
	background-image:none;
	border-width:0;
	/*border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;*/
	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-o-transition:all 0.25s;
	font:14px Tahoma;
	color:#000;
	text-decoration:none;
	text-shadow:#FFF 0 0 0;
}
ul#menu_system li:hover>a,ul#menu_system li a.pressed{
	background-color:#ee0000;
	border-color:#C0C0C0;
	border-style:solid;
	color:#FFF;
	text-shadow:#FFF 0 0 1px;
	background-position:0 100px;
	text-decoration:none;
}
ul#menu_system li a span{
	display:block;
	overflow:visible;
	/*background-image:url("../image/arrow-down2.png");
	background-position:right center;
	background-repeat:no-repeat;*/
	padding-right:0px;
}
ul#menu_system ul:first-child > span{
	/*background-image:url("../image/arrow-right.png");
	background-position:right center;
	background-repeat:no-repeat;*/
	padding-right:8px;
	/*background-image:url("../image/arrow-right.png");*/
}
ul#menu_system ul li:hover>a,ul#menu_system ul li a.pressed{
	background-color:#424542;
	background-image:none;
	color:#F2B20E;
	text-decoration:none;
	text-shadow:#FFF 0 0 0;


	/*  background-image:url("../image/arrow-right.png");
	background-position:right center;
	background-repeat:no-repeat;  */
}
ul#menu_system ul li:hover>a,ul#menu_system ul li a.pressed{
	background-color:#424542;
	background-image:none;
	color:#F2B20E;
	text-decoration:none;
	text-shadow:#FFF 0 0 0;
}
ul#menu_system li.topfirst > ul > li:hover>a,ul#menu_system li.topfirst ul > li > a.pressed{
	background-image:url("../image/arrow-right.png");
	background-position:right center;
	background-repeat:no-repeat;
	/*-moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;*/
}
ul#menu_system li.topfirst>ul{width: 190px;}
ul#menu_system li.topfirst>a{
	border-width:0;
	/*border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;*/
	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-o-transition:all 0.25s;
	background: linear-gradient(to bottom, #E5676C 1%, #E0565B 48%, #D7292F 50%, #D1141B 100%) repeat scroll 0 0 transparent;
}
ul#menu_system li.topfirst>a>span{
	background-image:url("../image/arrow-down2.png");
	background-position:right center;
	background-repeat:no-repeat;
}
ul#menu_system li.topfirst>ul>li>ul{
	left:100%;top:-10px;z-index:10;
}

ul#menu_system li.topmenu>a{
	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-o-transition:all 0.25s;
	background: linear-gradient(to bottom, #E5676C 1%, #E0565B 48%, #D7292F 50%, #D1141B 100%) repeat scroll 0 0 transparent;
}
ul#menu_system li.topmenu>a>span{
	background-image:url("../image/arrow-down2.png");
	background-position:right center;
	background-repeat:no-repeat;
}
ul#menu_system li.toplast>a{
	width: 250px;
	background:url("../image/search-field2.png") no-repeat;
	background-position:left center;
	/*border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;*/
	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-o-transition:all 0.25s;
	/*background:linear-gradient(to bottom, #E5676C 1%, #E0565B 48%, #D7292F 50%, #D1141B 100%) repeat scroll 0 0 transparent;*/
}


#SearchForm input{
	outline: none;
	background: none;
	border: none;
	color: #999;
	position: relative;
	left: 20px;
	top: 13px;
	width: 200px;
}
	
	
	
	

h1, .welcome {
	color: #1B1B1B;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
h1 {
	color: #32363b;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	color: #32363b;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #ED1C24;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
.textquantity {
	background: #FFFFFF!important;
	border: 1px solid #DFDFDF!important;
	padding: 5.5px!important;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #ed1c24;
	text-align:center;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #8a8a8a;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#wrapper {
    margin: auto;
    text-align: left;
    width: 1000px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 255, 255, 0.3);
}
#sub-header-bar {
    background:  #000;
    height: 50px;
    float: left;
    width: 1000px;
    z-index: 33;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 255, 255, 0.3);
}
#main {
    z-index: 1;
    float: left;
    width: 960px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 255, 255, 0.3);
	background: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
#column-left {
	margin-left: -20px;
    width: 250px;
	float: left;
}
#column-right {
	float: right;
	width: 240px;
	margin-right: -20px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 250px;
}
#column-right + #content {
	margin-right: 250px;
}
/* header */
#header {
	height: 80px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	background: #2a2a2a;
}
#header #logo {
	position: absolute;
	top: -5px;
	left: -5px;
}
#header #freeship {
    color: #CCFFAA;
    display: block;
    float: right;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 2px 2px #000000;
    position: absolute;
    right: 230px;
    top: 97px;
    z-index: 5;
}
#header #phonenumber {
    color: #ff0000;
    display: block;
    float: right;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 2px 2px #000000;
    position: absolute;
    right: 20px;
    top: 95px;
    z-index: 5;
}
#language {
	position: absolute;
	bottom: 15px;
	right: 345px;
	line-height: 17px;
    vertical-align: middle;
    z-index: 1111;
}
#language img {
	cursor: pointer;
}
#currency {
	position: absolute;
	bottom: 17px;
	right: 225px;
	color: #C2C2C2;
	z-index: 1111;
	font-size: 12px;
	font-weight: bold;
}
#currency a {
	display: inline-block;
	color: #C2C2C2;
	text-decoration: none;
	padding: 0px 4px;
	font-size: 11px;
	font-weight: bold;
}
#currency a+a {
	border-left: 1px solid #C2C2C2;
}
#currency a b {
	color: #ed1c24;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 1000;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #C2C2C2;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#header #cart .heading a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#header #cart .heading a span {
	margin-left: 5px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	padding: 8px;
	min-height: 150px;
	background: #181818;
	z-index: 9999;
	padding-left: 20px;
	padding-bottom: 20px;
}
#header #cart.active .heading {
	background: #181818;
	border-left:1px solid #ff0000;
	border-top:1px solid #ff0000;
	border-right:1px solid #ff0000;
	border-bottom:1px solid #181818;
	z-index:10000;
}
#header #cart.active .content {
	display: block;
	border:1px solid #ff0000;top:-2px;display:block;
	-moz-box-shadow:0 3.5px 12px #000000;
	-webkit-box-shadow:0 3.5px 12px #000000;
	box-shadow:0 4px 10px #000000;
}
.mini-cart-info {
	z-index:1800;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #FFF;
	vertical-align: top;
	padding: 10px 5px;
}
.mini-cart-info td a {
	color: #ed1c24;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #f4f4f4;
	text-align: left;
	background: #FFF;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
	padding-top: 11px;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #818181;
	padding: 4px;
	text-align: right;
}
.mini-cart-total2 td {
	color: #ffffff!important;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
	color: #C2C2C2;
}

#site_search {
    display: block;
    position: absolute;
	top: 90px;
	right: 7px;
	z-index: 115;
}
#search_bar {
	z-index: 1000;
	outline: none;
	background: none;
	border: none;
	color: #999;
	position: relative;
	left: 20px;
	top: 13px;
	width: 200px;
}

#search_bar input {
	float: left;
	width: 200px;
	margin-right: 27px;
	background: #cccccc;
	color: #303030;
	height: 15px;
}
.button-search-OLD {
	float:right;
	position:relative; /*absolute;*/
	/*right: 14px;*/
	left:-1px;
	background: url('../image/search-button4.png') right center no-repeat;
	width: 41px;
	height: 38px;
	cursor: pointer;
	z-index: 50;
}	

#site_search .s_search_button {
  position: absolute;
  right: -7px;
	background: url('../image/s-b.png') center center no-repeat;
	width: 46px;
	height: 50px;
	cursor: pointer;
	top: -6px;
}
#site_search .s_search_button2 {
  position: absolute;
  right: -7px;
	background: url('../image/search-button.png') center center no-repeat;
	width: 46px;
	height: 50px;
	cursor: pointer;
	top: -6px;
}

#header #welcome {
	position: absolute;
	top: 25px;
	right: 18px;
	z-index: 5;
	width: 400px;
	text-align: right;
	color: #c2c2c2;
	font-size: 12px;
	font-weight: bold;
	display: none;
}
#header #welcome a{
	color: #ed1c24;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#header .links {
	top: 25px;
	right: 18px;
	position: absolute;
	/*left: 450px;
	display: none;
	bottom: 17px;*/
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #b8b8b8;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
}
/* menu */
#menu {
	height: 50px;
	line-height: 1.0;
    position: relative;
    z-index: 10;
	margin-left: 160px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 33;	
}
#menu > ul > li:hover {
	background: #ed1c24;
	color: #FFFFFF!important;
}
#menu > ul > li:hover a {
	color: #FFFFFF;
}	
#menu > ul > li > a {
	display: block;
    font-size: 14px;
    padding: 18px 17px 18px;
    text-decoration: none;
    text-transform: uppercase;
	color: #a9a9a9;
	font-weight: bold;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.1) ;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 33;
	background: #161616;
	border: 3px #ed1c24 solid;
}
#menu > ul > li:hover > div {
	display: table;	
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	color: #888888!important;
	display: block;
	white-space: nowrap;
	min-width: 160px;
	background: #1a1a1a;
	border-top: 1px #252525 solid;
}
#menu > ul > li ul > li > a:hover {
	background: #111111;
	color: #FFFFFF!important;
}
#menu > ul > li > div > ul > li > a {
	background-image: none;
    text-align: left;
    font-size: 11px;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: inherit;    
    color: #c8c8c8;
}
.breadcrumb {
	color: #1b1b1b;
	margin-bottom: 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	 letter-spacing: 1px;
    line-height: 14px;
    padding: 28px 18px 10px 0;
}
.breadcrumb a {
	color: #1b1b1b!important;
	margin-bottom: 0; /*10px;*/
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
    line-height: 14px;
}
.breadcrumb a:hover {
	color: #ED1C24;
}
#notification {
	float: none; /*left;*/
	width: 1000px;
}
.success, .warning, .attention, .information {
	padding: 15px 10px 15px 42px;
	color: #B8B8B8;
	margin-top:5px;
	margin-left:-20px;
	width:948px;
}
.success a, .warning a, .attention a, .information a {
	text-decoration: none;
	color: #ED1C24;
}
.success {
	background: #2A2A2A url('../image/success.png') 19px center no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 255, 255, 0.3);
}
.warning {
	background: #2A2A2A url('../image/warning.png') 19px center no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 255, 255, 0.3);
}
.attention {
	background: #2A2A2A url('../image/attention.png') 19px center no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 255, 255, 0.3);
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	padding-top: 8px;
	display: inline-block;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #1B1B1B;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #ED1C24;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ED1C24;
	background: #FFFFFF;
}
.pagination .links a:hover {
	border: 1px solid #ED1C24;
	color: #ED1C24;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	margin-left: 30px;
	color: #1B1B1B;
}
/* button */
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF!important;
	line-height: 12px;
	font-size: 11px;
	font-family: 'Share', cursive;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-image:url('../image/button-arrow.png');
    background-position:92% 6px;
    background-repeat :no-repeat ;	
	padding-right:20px;
	background-color: #2c2c2c;
	text-transform: uppercase;
}
a.button {
	margin: 0;
	border: 0;
	padding: 4px 36px 4px 14px;
}
input.button {
	margin: 0;
	border: 0;
	padding: 4px 36px 4px 14px;
}
a.button:hover, input.button:hover {
	background-color: #ed1c24;
	background-image:url('../image/button-arrow.png');
}
.buttons {
	background: #FFFFFF;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 34px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 7px 15px 10px 15px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}

.htabs a.selected {
	padding-bottom: 10px;
	background: #FFFFFF;
	border-top: 2px solid #000000;
	color: #ed1c24;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	font-size: 13px;
}

#column-left + #column-right + #content .box-right-social-product > div {
	width: 119px;
}
.box-right-social-product .image {
	display: inline-block;
    float: left;
}
.box-right-social-product .image img {
	margin-right: 16px;
}
.box-right-social-product .name a, .box-right-social-product .name{
	color: #dd8f90;
	text-decoration: underline;
	display: block;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}
/* box-right */
.box-right {
	padding-right: 25px;
	background: #FFFFFF;
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
	border-bottom: 1px #eaeaea solid;
	padding-left: 20px;
	float: left;
	width: 203px;
	padding-bottom: 10px;
}
.box-right .box-right-heading {
	background-image: url("../image/bullet.png");
    background-position: left 17px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: 'Share', cursive;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
    padding: 20px 15px 7px;
    text-transform: uppercase;
}
.box-right .box-right-content {

}
.box-right-product {
}
.box-right-product > div {
	float: left;
	margin-bottom: 15px;
	width: 195px;
}
#column-left + #column-right + #content .box-right-product > div {
	width: 119px;
}
.box-right-product .image {
	display: inline-block;
    float: left;
}
.box-right-product .image img {
	margin-right: 15px;
	border: 1px solid #1b1b1b;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: none repeat scroll 0 0 #000000;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
}
.box-right-product .name a {
	color: #c9c9c9;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.box-right-product .price {
	display: block;
	font-weight: bold;
	color: #ee0000; /*#d03b20;*/
	margin-bottom: 4px;
	font-size: 14px;
}
.box-right-product .price-old {
	color: #dd0000;
	text-decoration: line-through;
}
.box-right-product .price-new {
	font-weight: bold;
	color:#00aa00;
}
/* box-left */
.box-left {
	padding-right: 25px;
	background: #FFFFFF;
	padding-left: 20px;
}
.box-left .box-left-heading {
    background-image: url("../image/bullet.png");
    background-position: left 17px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
    padding: 20px 15px 7px;
    text-transform: uppercase;
}
.box-left .box-left-content {

}
/* box-left products */
.box-left-product {
}
.box-left-product > div {
	float: left;
	margin-bottom: 15px;
	width: 195px;
}
#column-left + #column-right + #content .box-left-product > div {
	width: 119px;
}
.box-left-product .image {
	display: inline-block;
    float: left;
}
.box-left-product .image img {
	margin-right: 15px;
	border: 1px solid #1b1b1b;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: none repeat scroll 0 0 #000000;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
}
.box-left-product .name a {
	color: #c9c9c9;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.box-left-product .price {
	display: block;
	font-weight: bold;
	color: #ee0000; /*#d03b20;*/
	margin-bottom: 4px;
	font-size: 14px;
}
.box-left-product .price-old {
	color: #dd0000;
	text-decoration: line-through;
}
.box-left-product .price-new {
	font-weight: bold;
	color:#00aa00;
}
/* box */
.box {

}
.box .box-heading {
	background-image: url("../image/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
    margin: 24px 15px 20px 0px;
    padding: 8px 15px 7px;
    text-transform: uppercase;
}
.box .box-content {
}
/* box products */
.box-product {
	width: 103%;
	margin-bottom: 25px;
}
.box-product > div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
	margin-bottom: 20px;
	border-radius:3px 3px 3px 3px;
	bottom:10px;
}
.box-product > div:last-child {
	margin: 0;
}
.box-product > div:hover {
	 background:#f3f3f3;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 16px;
}
.box-product .image img {
	padding: 4px;
}
.box-product .name a {
	color: #1a1a1a;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	font-weight: bold;
}
.box-product .description {
	color: #303030;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 0 !important;
	margin-bottom: 15px;
	font-family: 'PT Sans', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}
.box-product .price {
	display: block;
	color: #333333;
	margin-bottom: 15px;
	font-family: 'Share', cursive;
	font-size: 24px;
	padding-left: 20px;
	font-weight:bold;
}
.box-product .price-old {
	color: #dd0000; /*#ed1c24;*/
	font-size: 16px;
	font-weight:normal;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
	color:#00aa00;
}
.box-product .cart {
	display: block;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	padding-bottom: 20px;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #f0f0f0;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #2a2a2a;
	font-size: 14px;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	color: #ED1C24;
}
.box-category > ul > li a:hover {
	color: #ED1C24;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #2A2A2A;
}
.box-category > ul > li ul > li > a.active {
}
.box-category  .product-count {
	border: 1px solid #f0f0f0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	float: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	line-height: 15px;
}
/* content */
#content .content {
	overflow: hidden;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: hidden; /*auto*/
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
	list-style: none outside none;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	margin-left: 0; /*-20px;*/
	margin-right: -20px;
	padding-left: 20px;
	padding-bottom: 5px;
	background: #f6f6f6;
	height: 38px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 8px;
	color: #1b1b1b;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #1B1B1B;
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
	padding-top: 11px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #1B1B1B;
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
	padding-top: 11px;
	padding-right: 20px;
}
#grid_a {
    background: url("../image/grid_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    text-indent: -9999px;
    width: 28px;
    margin-left: 10px;
    margin-right: 7px;
	position:relative;
    top:5px;
}
#grid_b {
    background: url("../image/grid_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    width: 28px;
    margin-left: 10px;
    margin-right: 7px;
	position:relative;
    top:5px;
}

#list_a {
    background: url("../image/list_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    margin-left: 10px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 28px;
}
#list_b {
    background: url("../image/list_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    margin-left: 10px;
    margin-right: 7px;
    width: 28px;
	position:relative;
    top:6px;
}

#grid_a:hover {
    background: url("../image/grid_b.png") no-repeat scroll 0 0 transparent;
}
#list_a:hover {
    background: url("../image/list_b.png") no-repeat scroll 0 0 transparent;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: normal;
}
.product-list {
	overflow: hidden;
}	
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	padding-left: 20px;
	padding-right: 23px;
	border-left: 1px solid #eee;
	margin-left: 15px;
	margin-top: 20px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 30px;
}
.product-list .image {
	float: left;
	margin-right: 30px;
}
.product-list .image img {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #1A1A1A;
    display: block;
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.product-list .price {
	height: 50px;
	text-align: left;
	color: #333333;
    display: block;
    font-family: 'Share',cursive;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product-list .price-old {
	color: #dd0000; /*#ED1C24;*/
	text-decoration: line-through;
	font-size: 11px;
	vertical-align: middle;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.product-list .price-new {
	font-weight: bold;
	color:#00aa00;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
	text-align: left;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #32363b;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 22px;
}
.product-list .compare a {
	color: #32363b;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 22px;
}
.product-grid {
	width: 103%;
}
.product-grid > div {
	width: 178px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 22px;
	background: #fcfcfc;
	border: 1px solid #e8e8e8;
	padding-left: 20px;
	padding-right: 20px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	margin-top: 20px;
}
.product-grid .image img {

}
.product-grid .name a {
	color: #1A1A1A;
    display: block;
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
	margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 15px;
}
.product-grid .price {
	color: #333333;
    display: block;
    font-family: 'Share',cursive;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product-grid .price-old {
	color: #dd0000; /*#ED1C24;*/
	text-decoration: line-through;
	font-size: 11px;
	vertical-align: middle;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.product-grid .price-new {
	font-weight: bold;
	color:#00aa00;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 20px;
	margin-top: 15px;
	float: left;
}
.product-grid .wishlist a {
	color: #32363b;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.product-grid .compare a {
	color: #32363b;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:8px;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
}
.product-info > .left + .right {
	margin-left: 300px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #dfdfdf;
}
.product-info .image-additional img:hover {
	border: 1px solid #ed1c24;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #32363b;
	font-size: 13px;
}
.product-info .description a {
	color: #d44d3a;
	text-decoration: none;
	font-size: 13px;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333333;
	
	color: #333333;
    display: block;
    font-family: 'Share',cursive;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product-info .price-old {
	color: #dd0000;
	text-decoration: line-through;
}
.product-info .price-new {
	color:#00aa00;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #959595;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 5px 10px 0px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border: 1px solid #DFDFDF;
	padding: 18px 5px 18px 15px;
	margin-bottom: 20px;
	color: #32363b;
	overflow: auto;
	background: #f1f1f1;
}
.product-info .cart a {
    color: #32363B;
    font-size: 11px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #a5a5a5;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	margin-bottom: 10px;
	background: #f1f1f1;
}
.product-info .review a {
    color: #505050;
    font-size: 11px;
    vertical-align: middle;
}
.product-info .review > div {
	padding: 8px 8px 8px 15px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #dd0000;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
	color:#00aa00;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 

#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#powered {
	text-align: left;
	clear: both;
}

#top {

	position:relative;
	z-index:4;
	margin: 0px auto;
    padding: 0;
    width: 1000px;
	margin-left: -20px;
	
}

/* NIVO SLIDER AREA */
#slider {
	background:url(image/loader.gif) 50% 52% no-repeat;
	list-style:none;
	width:100px;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom: 25px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */
.slideshow {
	margin-bottom: 20px;
	position: relative;
	background: url('../image/loader.gif') 50% 52% no-repeat;
}
.slideshow a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	right: 10px;
	text-align: center;
	z-index: 99;
}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:25px;
	height:25px;
	background:url('../image/nivo-prev.png') no-repeat;
	text-indent:-9999px;
	border:0;
	z-index: 1000;
}
.nivo-directionNav a:hover {
	background:url('../image/nivo-prev-hover.png') no-repeat;
}

a.nivo-nextNav {
	background:url('../image/nivo-next.png') no-repeat;
	right:70px;
}
a.nivo-nextNav:hover {
	background:url('../image/nivo-next-hover.png') no-repeat;
}
a.nivo-prevNav {
	left:70px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}

.controlnav-thumbs .nivoSlider {
   
}
.controlnav-thumbs .nivo-controlNav {
	position:absolute;
	left: 0px;
	right: 0px;
	bottom: 0px; /* Tweak this to push thumbnails down */
    margin:0;
	text-align: center;
	height: 74px;
	background: url('../image/bg_slideshow.png') repeat; 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c353430', endColorstr='#4c353430');
	padding-left: 15px;
}
.controlnav-thumbs .nivo-controlNav a {
	display:inline;
	background:none;
	text-indent:0px;
	border:0;
	margin-right:15px;
	float:none;
}
.controlnav-thumbs .nivo-controlNav a.active img {
	opacity: 1;
	border: 2px solid #FFFFFF;
}
.controlnav-thumbs .nivo-controlNav img {
	display:inline;
	position:relative;
	cursor:pointer;
	border: 2px solid #010101;
	opacity: 0.5;
	margin-top: 18px;
}
.controlnav-thumbs .nivo-controlNav img:hover {
	opacity: 1;
	border: 2px solid #FFFFFF;
}


/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
/* header banner */


#banner-wrapper {
	margin-bottom: 5px;
	width: 101%;
}
.banner-name {
	background-image: url("../image/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
    margin: 24px 15px 20px 0;
    padding: 8px 15px 7px;
    text-transform: uppercase;
}

.banner-title, .banner_3 li h3 a {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
	text-decoration: none!important;
	width: 220px!important;
}

/* Tg helios Html Module */

#html-wrapper {
	width: 960px;
	background: #FFF;
	padding-bottom: 10px;
}
.html-name {
	background: #e9e9e9;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
	width: 980px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
}
#html-wrapper .html-4:first-child  {
	margin-left: 0px;
}
#html-wrapper .html-4  {
	display: inline-block;
    margin-bottom: 20px;
    margin-left: 23px;
    vertical-align: top;
    width: 220px;
	text-align: justify;
	color: #000000!important;
	font-weight: normal;
}
#html-wrapper .html-4 p {
	line-height: 20px;
}
#html-wrapper .html-4 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

#html-wrapper .html-4 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}	

/* footer */ 
#footer {
	clear: both;
	overflow: hidden;
	
    color: #787878;
	margin: 0 auto;
    width: 1000px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 255, 255, 0.3);
	
	z-index: 9999;
}

#bottomwrapper {
    margin: 0 auto;
    width: 960px;	
	background: #000;
	float: left;
	padding: 20px;
}

#footer .footer-holder {
    width: 100%;
    text-align:left;
}
#footer .footer-default {
    overflow: hidden;
    padding: 20px 0 25px 0px;
    width: 100%;
    float: left;
}

#second_footer {
    background-color: #0b0b0b;
    border-top: 1px solid #121212;
    color: #6B6B6B;
    /*background-image: url("../image/footer_light.png") !important;*/
    background-position: center 1px;
    background-repeat: no-repeat;
    font-size: 11px;
    margin: 0 auto;
    padding: 0;
	width: 1000px;
	
}
.footer-area .column_3:first-child {
	margin-left: 0px;
}
.footer-area .column_3 {
  	float: left !important;
    width: 220px !important;
	margin-left: 26px;
	list-style: none;
}
.footer-area .column_3 p, .footer-area .column_4 p, .footer-area .column_6 p, .footer-area .column_12 p {
	color: #666666;
	font-family: 'PT Sans', sans-serif;
	line-height: 21px;
    text-align: justify;
}	

.footer-area .column_3 a{
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
.footer-area .column_3 ul {
	list-style: none;
}
#footer-inner .column_3 li {
	list-style: none;
}

.footer-area .header_3 {
    margin-right: 20px !important;
    width: 220px !important;
	color: #e9e9e9;
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans',sans-serif;
	text-transform: uppercase;
}

.footer-area .header_social_3 {
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    margin-bottom: 11px;
	list-style: none;
	float: left;
	padding-top: 15px;
}
.footer-area .column_4:first-child {
	margin-left: 0px;
}
.footer-area .column_4 {
  	float: left !important;
    width: 301px; /*!important;*/
	margin-left: 26px;
	list-style: none;
}
.footer-area .column_4 a{
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
.footer-area .column_4 ul {
	list-style: none;
}
#footer-inner .column_4 li {
	list-style: none;
}

.footer-area .header_4 {
    margin-right: 20px !important;
    width: 150px !important;
	color: #e9e9e9;
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans',sans-serif;
	text-transform: uppercase;
}

.footer-area .header_social_4 {
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    margin-bottom: 11px;
	list-style: none;
	float: left;
	padding-top: 15px;
}
.footer-area .column_6:first-child {
	margin-left: 0px;
}
.footer-area .column_6 {
  	float: left !important;
    width: 467px !important;
	margin-left: 26px;
	list-style: none;
}
.footer-area .column_6 a{
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
.footer-area .column_6 ul {
	list-style: none;
}
#footer-inner .column_6 li {
	list-style: none;
}

.footer-area .header_6 {
    margin-right: 20px !important;
    width: 467px !important;
	color: #e9e9e9;
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans',sans-serif;
	text-transform: uppercase;
}

.footer-area .header_social_6 {
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    margin-bottom: 11px;
	list-style: none;
	float: left;
	padding-top: 15px;
}
.footer-area .column_12 {
  	float: left !important;
    width: 960px !important;
	list-style: none;
}
.footer-area .column_12 a{
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
.footer-area .column_12 ul {
	list-style: none;
}
#footer-inner .column_12 li {
	list-style: none;
}

.footer-area .header_12 {
    width: 960px !important;
	color: #e9e9e9;
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans',sans-serif;
	text-transform: uppercase;
}

.footer-area .header_social_12 {
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    margin-bottom: 11px;
	list-style: none;
	float: left;
	padding-top: 15px;
}
#footer .column:first-child {
	margin-left: 0px;
}
#footer .column {
	float: left !important;
    width: 220px !important;
	margin-left: 26px;
	list-style: none;
	color: #FFFFFF;
	font-size: 15px;
    list-style: none outside none;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none !important;
}
#footer .column ul li {
	margin-bottom: 3px;
	color: #666666 ;
}
#footer .column a {
	color: #797979 ;
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 12px;
	list-style: none;
	font-family: 'PT Sans', sans-serif;
}
#footer .column a:hover {
	color: #FFFFFF;
}

#footer .column2 {
	float: left !important;
    margin-right: 23px !important;
    width: 100%;
	list-style: none;
}

#footer .column2 ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none !important;
}
#footer .column2 ul li {
	margin-bottom: 3px;
	color: #666666 ;
	font-family: 'PT Sans', sans-serif;
}
#footer .column2 a {
	color: #666666 ;
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
#footer .column2 a:hover {
	color: #FFFFFF;
}

#footer .second_footer {
    background-color: #151515;
    border-top: 1px solid #2E2E2E;
    color: #6B6B6B;
    background-image: url("../image/footer_light.png") !important;
    background-position: center 1px;
    background-repeat: no-repeat;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#powered {
	color: #6B6B6B;
	margin-left: auto;
	margin-right: auto;
	 background: none repeat scroll 0 0 transparent;
    padding: 15px 10px;
    width: 960px;
	font-size: 11px;
}
#powered a {
	color: #6B6B6B;
	text-decoration: none;
	font-size: 11px;
}
#powered a:hover {
	color: #FFFFFF;
}
#paymentimage {
	float: right;
	vertical-align: middle;
}

.s_widget_holder {
margin-top: -43px;

}
#twitter a {
    color: #CCCCCC;
}
#twitter li {
    margin-bottom: 18px;
    margin-left:-38px;
    list-style: none;
	font-family: 'PT Sans', sans-serif;
}
#twitter li a {
    font-style: italic;
    font-size: 12px !important;
    color: #b1b1b1;
    white-space: nowrap;
}
#twitter li span,
#twitter li span *
{
    line-height: 16px;
    font-size: 12px !important;
    font-style: italic !important;
    color: #666666;
	font-family: 'PT Sans', sans-serif;
}
#twitter li span * {
    display: inline !important;
    margin: 0;
    padding: 0;
}
#twitter li span a {
    color: #ed1c24;
}

#twitter li span a:hover {
    color: #FFFFFF;
}
#twitter li span:after {
    visibility: hidden;
    content: "."
}
#twitter ul {
    margin-bottom: -20px;
}


/************************************** TG HELIOS CSS STYLES **************************************************/
/************************************** TG HELIOS CSS STYLES **************************************************/
/************************************** TG HELIOS CSS STYLES **************************************************/
.tg-helios-footer-heading {
	color: #ee1b1b!important;
}

#site_subcribe {
	color: #FFFFFF;
	float: left;	
}

#site_subcribe input {
	color: #303030;
	width: 143px;
	background: #FFFFFF;
	border: 1px solid #dddddd;
	height: 25px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px; /* border radius */
	padding-right: 10px;
	z-index: 10!important;
}
#site_subcribe .heading {
	font-family: 'PT Sans', sans-serif;
	margin-right: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 20px;
	float: left;
	line-height: 16px;
}
#site_subcribe .holder {
	width: 200px;
	float: left;
}

/* subscribe button */
#site_subcribe .button-s {
	background: url('../image/button-s.png') top left no-repeat;
	color: #FFFFFF;
	height: 33px;
	width: 42px;
	float: right;
	line-height: 28px;
}
/* box related products */
.box-related-product {
	width: 100%;
	margin-bottom: 25px;
}
.box-related-product > div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	border-radius:3px 3px 3px 3px;
	bottom:10px;
}
.box-related-product > div:last-child {
	margin: 0;
}
.box-related-product > div:hover {
	 background:#f3f3f3;
}

#column-left + #column-right + #content .box-related-product > div {
	width: 119px;
}
.box-related-product .image {
	display: block;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 16px;
}
.box-related-product .image img {
	padding: 4px;
}
.box-related-product .name a {
	color: #1a1a1a;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	font-weight: bold;
}
.box-related-product .description {
	color: #303030;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 0 !important;
	margin-bottom: 15px;
	font-family: 'PT Sans', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}
.box-related-product .price {
	display: block;
	color: #333333;
	margin-bottom: 15px;
	font-family: 'Share', cursive;
	font-size: 24px;
	padding-left: 20px;
	font-weight:bold;
}
.box-related-product .price-old {
	color: #dd0000; /*#ed1c24;*/
	font-size: 16px;
	font-weight:normal;
	text-decoration: line-through;
	padding-left: 20px;
}
.box-related-product .price-new {
	font-weight: bold;
	color:#00aa00;
}
.box-related-product .cart {
	display: block;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	padding-bottom: 20px;
}
.box-related-product .rating {
	display: block;
	margin-bottom: 4px;
	padding-left: 20px;
}
/* box-right-featured */
.box-right-featured {
	background: #eaeaea;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}
.box-right-featured .image {
    float:none;
}
.box-right-featured .box-right-featured-heading {
	background-image: url("../image/bullet.png");
    background-position: left 17px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: 'Share', cursive;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
    padding: 20px 15px 7px;
	padding-bottom: 20px;
    text-transform: uppercase;
}
.box-right-featured .box-right-featured-content {

}
.box-border {
	width: 195px;
	height: 2px;
	background: url("../image/box-border.png") repeat-x scroll right center transparent;
}
/* box-right featured products */
.box-right-featured-product {
}
.box-right-featured-product > div {
	float: left;
	margin-bottom: 15px;
	width: 208px;
}
#column-left + #column-right + #content .box-right-featured-product > div {
	width: 119px;
}
.box-right-featured-product .image {
	display: inline-block;
    float: left;
}
.box-right-featured-product .image img {
	margin-right: 20px;
	border: 1px solid #d5d5d5;
	background: none repeat scroll 0 0 #FFF;
}
.box-right-featured-product .name a {
	color: #2c2c2c;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.box-right-featured-product .price {
	display: block;
	font-weight: bold;
	color: #ee0000; /*#d03b20;*/
	margin-bottom: 4px;
	font-size: 14px;
}
.box-right-featured-product .price-old {
	color: #dd0000;
	text-decoration: line-through;
}
.box-right-featured-product .price-new {
	font-weight: bold;
	color:#00aa00;
}
/* box-right-sidecart */
.box-right-sidecart {
	background: #3c424b;
	margin-top: 0; /*42px;*/
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	width: 195px;
	padding-right: 25px;
	color: #FFFFFF;
}
.box-right-sidecart .box-right-sidecart-heading {
	background-image: url("../image/bullet.png");
    background-position: left 17px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: 'Share', cursive;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 14px;
    padding: 20px 15px 7px;
	padding-bottom: 20px;
    text-transform: uppercase;
}
.box-right-sidecart .box-right-sidecart-content {

}
/* box-right-newsletter */
.box-right-newsletter {
	padding-right: 25px;
	background: #be141a;
	padding-left: 20px;
	float: left;
	width: 205px;
	padding-bottom: 20px;
}
.box-right-newsletter .box-right-newsletter-heading {
	background-image: url("../image/newsletter.png");
    background-position: 0px 18px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 14px;
    padding: 20px 40px 7px;
    text-transform: uppercase;
}
/* box-right-social */
.box-right-social {
	padding-right: 25px;
	background: #840e11;
	padding-left: 20px;
	float: left;
	width: 195px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.box-right-social-product {
}
.box-right-social-product > div {
	float: left;
	margin-bottom: 15px;
	width: 195px;
}


/* Hover on the link */

.product-grid .wishlist a:hover, .product-grid .compare a:hover, .box-right-featured-product .name a:hover, #header .links a:hover, #currency a:hover, .product-list .wishlist a:hover, 
.product-list .compare a:hover, .product-info .cart a:hover, .product-info .review a:hover, .htabs a:hover, .product-grid .name a:hover, .product-list .name a:hover, .tg-helios-module-heading{color: #ED1C24;}

#filterpro .option_box {border: 1px solid #E8E8E8;border-radius: 7px;display: inline-block;margin: 5px;min-width: 136px;padding: 5px;vertical-align: top;width: 215px;}
#filterpro .price_limit {border: 0;color: #38B0E3;font-weight: bold;width: 100%;}
#filterpro .ui-widget-header {background: none repeat scroll 0 0 #38B0E3;border: 0 none;color: #FFFFFF;font-weight: bold;}
#filterpro select {width: 126px;}
#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {border: 1px solid #E8E8E8;background: none repeat scroll 0 0 #d9f2fc;}
#filterpro .price_slider {padding: 5px;}
#filterpro .option_values {padding-top: 5px;}
#filterpro .option_name, #filterpro .attribute_group_name {background: url("../image/filter-bullet-down.png") no-repeat scroll right center transparent;cursor: pointer;padding: 5px;}
#filterpro .attribute_group_name{padding-left: 0;}
#filterpro .hided {background: url("../image/filter-bullet-up.png") no-repeat scroll right center transparent;cursor: pointer;}
#filterpro #max_price { text-align:right; }
.clear_filter {border-bottom: 1px dashed;text-decoration: none;float: right;}