<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	background-image: url(../image/bg.png);
	color: #000000;
	
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
.fs9{ font-size:9px; }
.fs10{ font-size:10px; }
.fs11{ font-size:11px; }
.fs12{ font-size:12px; }
.fs13{ font-size:13px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin: 0px 20px 20px;
}

a, a:visited, a b {
	color:#787676;
}
a:focus  {outline:none}
.bloglatest .box-heading,
.blog-body h4 a:hover,
.box-product .name a:hover,
.informations li a:hover,
.product-list .wishlist a:hover,.product-list .compare a:hover,
a:hover, a:focus {
	color: #ce2920;
	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: #fff;
	border: 1px solid #e0e0e0;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	width:90%;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
/*
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}*/
#column-left {
	 
}
#column-left,
#column-right {
	border:1px solid #EBEBEB;
	margin-top:20px;
}
.page-home #column-right {
	margin:0px
}
.page-common-home #column-left,
.page-common-home #column-right{
	margin-top: 0;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	border:1px solid #EBEBEB; background:#fff
}
#content.search {border:none; background:none}
#column-left + #column-right + #content, #column-left + #content {

}
#column-right + #content {
	
}
.container{
	position:relative;
}
/* header */
#header {
	min-height: 126px;
	position: relative;
	z-index: 9;
}
#header .header-top {
	background:url(../image/bg_header-top.png) bottom left repeat-x;
	 padding-bottom: 7px;
}
#header .header{
	height:89px;
}
#header .header .container {background:#fff}
#header .header-top .wrap-link {
	margin:4px 5px 0 0;
	background:#fff; 
	border:1px solid #e5e5e5; 
	height:25px;
	line-height:25px; 
	padding:0px 10px; 
	position: relative;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	float:left;
}
.header-top .wrap-link a{
	color:#888b8c;
	line-height:25px; 
}
#header #logo {
	padding:2px 0px;
}
#header .header-right{
	height:96px;
	position:relative;
}
#header .header-right &gt; div{
	position:relative;
}
.language {
	color: #999;
	line-height: 25px;
}
.language img {
	cursor: pointer;
	margin:0 3px;
}
.currency {
	color: #999;
	line-height: 25px;
}
.currency a {
	padding:0px 2px;
	color: #888b8c;
	line-height:25px;
}
.currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position:relative;
	z-index: 9;
	background:url(../image/shopping-cart.png) left center no-repeat;
	padding:10px 0 0 60px;
	height:50px;
	margin:13px 0 0;
}
#header #cart .heading {
	padding: 0px;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #ce2920;
	font-weight: normal;
	margin:0px;
	line-height:25px;
	font-size:20px
}
#header #cart .heading a {
	color: #595c5d;
	text-decoration: none;
	font-size:11px;
}
#header #cart .heading a span {
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 55px;right:0px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
	min-width:300px;
	
}
#header #cart.active .heading {

}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.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;
}
.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: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top:30px;right:0px;
	width:200px;z-index:15;
	height:38px;padding:0px 15px;
	background:url(../image/bg_header-top.png) top left repeat-x;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
#header #search .wrap-link {padding:0px}
#header .button-search {
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
	float:right;
}
#header #search input {box-shadow:none;
	background: none;
	width: 150px;
	height: 23px;
	border: none;
	float:left;
	font-size:11px;
	padding:2px 5px;
}
#header #welcome {
	text-align: right;
	color: #999999;
}
#header .links {
	
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #ce2920;
	text-decoration: none;
	font-size: 11px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
.show-mobile{
	margin-right: 100px;
}
.show-mobile:before,.show-mobile:after {
    content: " ";
    display: table;
    margin-bottom: 10px;
}
.show-mobile:after {
    clear: both;
}
.show-mobile &gt; div {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}
.show-mobile .quickaccess-toggle {
    background-color: #ce2920;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-left: 1px;
    text-align: center;
    width: 35px;
    border-radius: 3px;
}
.show-mobile .quickaccess-toggle:hover {
    background-color: #F1865D;
    color: #fff;
}
.show-mobile &gt; div:hover .inner-toggle {
    display: block;
}
.show-mobile .inner-toggle{
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color;
    border-style: solid;
    border-width: 5px 1px 1px;
    display: none;
    min-width:155px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
    color: #F1865D;
}
.show-mobile ul,.show-mobile .links {
    float: none;
    text-align: left;
}
.show-mobile ul a,.show-mobile .links a {
    background-color: rgba(0, 0, 0, 0);
    float: none;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.show-mobile ul li, .show-mobile .links li {
    display: block;
    float: none;
}
.show-mobile .links a:hover,.show-mobile .links li a:hover{
    color: #F1865D !important;
}
.show-mobile ul a,.show-mobile .links a {
    background:none;
    border: medium none;
    float: none;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.show-mobile .links span{
    margin-right: 10px;
}
.show-mobile .currency,.show-mobile .language {
    margin: 10px 20px 5px 0;
    border-left: none;
    border-right: none;
}
.show-mobile .currency .dropdown-menu,.show-mobile .language .dropdown-menu {
    min-width: 95px;
    width: 95px;
}
.show-mobile .login,.show-mobile .checkout-cart{
    border: none;
}
.show-mobile .quick-user .inner-toggle {
    right: -40px;
}
.show-mobile .quick-access .inner-toggle {
    right: -40px;
}
/*end mobile */

#mainmenu{
	height:56px;
	background: none;
}

#mainmenu .navbar-inner {
	border:none;
	padding:0px;
	background:#fff url(../image/bg_nav.png) left top repeat-x;
}
#mainmenu  ul.nav &gt; li.dropdown:hover &gt; .dropdown-menu{
    display: block;    
}
.navbar .nav &gt; li:hover &gt; a,
.navbar .nav li.dropdown.open &gt; .dropdown-toggle, 
.navbar .nav li.dropdown.active &gt; .dropdown-toggle, 
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle,
.navbar .nav &gt; li.home &gt; a,
.navbar .nav &gt; li &gt; a:focus,
.navbar .nav &gt; li &gt; a:hover{
	background: url(../image/bg_nav-hover.png) left center repeat-x;	
	color:#fff;
}
.dropdown-menu {margin:0px; min-width:100%; padding:5px 10px 10px}
#mainmenu .navbar .nav li.dropdown:hover &gt; .dropdown-toggle .caret {border-bottom-color: #fff;
    border-top-color: #fff;
}
.dropdown-menu  li &gt; a {padding:3px 10px;background: url(../image/bg-li-menu.png) left center no-repeat;
transition:all 0.2s ease-out 0s}
.navbar .nav &gt; li &gt; .dropdown-menu &gt; li {padding:0px 10px}

.navbar .nav &gt; li &gt; a {font-size:14px; text-transform: uppercase;text-shadow: none; padding:18px 20px 18px 10px}


.dropdown-menu  li &gt; a:hover,
.dropdown-menu  li &gt; a:focus,
.dropdown-submenu:hover &gt; a,
.dropdown-submenu:focus &gt; a {
	background:#fd7b25 url(../image/bg-li-menu.png) 10px center no-repeat;
	padding:3px 5px 3px 15px;
}
.breadcrumb {
	color: #6e6f70;
	margin: 20px 0;
	padding:10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;	
	background-color: #FFF;
}

.wrapper{
	background-color: #FFF;
	padding: 20px;	
}

.breadcrumb a{color:#6e6f70}
.breadcrumb a:hover {color:#2AB9DB}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 6px;
	padding-left: 4px;
	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 &gt; * &gt; * &gt; td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 93%;
}
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 {
	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;
}
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;
}
.pagination {
	padding: 10px 20px;
	display: block;
	overflow:hidden;
	margin: 0px;
	background:#fff;
	border-top:1px solid #E9E9E9;
	border-left:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
}
.pagination .links {
	float: left;
}
.pagination .links li {
    list-style:none;
	float:left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links a:hover, .pagination .links .current a {
    background-color:#ce2920;
	color: #fff;
	font-weight:600;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #ce2920;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 5px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #ce2920;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border:1px solid #E7E7E7;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	height: 29px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -29px;
}
.buttons {
	background: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	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 {
	line-height: 39px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') left bottom repeat-x;
	padding: 0px 20px;
	float: left;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #696c6d;
	display: none;
}
.htabs a.selected {
	color:#ce2920;
}
.tab-content {
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: inherit;

}
#tab-related{
	position: relative;
}
#related .carousel-controls {
    position: absolute;
    right: 0;
    top: 24px;
    width: 92px;
}

#related .carousel-controls .carousel-control {
    font-size: 25px;
    height: 25px;
    line-height: 22px;
    width: 25px;
    top: -60px;
    margin-top: 0;
}
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-controls .left {
    float: left;
}
.carousel-controls .right {
    float: right;
}
/* box */
.box {
}
.box .box-heading {
	height:47px;padding:0px;
	background:url(../image/bg-heading.png) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 47px;
	color: #565758;
}
.box.is-hide .box-heading{
	display:none;
}
#content .box .box-heading h2,
.box .box-heading h2{
	line-height:47px;margin:0px;font-size:15px; font-weight:normal;
	color:#565758;text-transform:uppercase;padding:0 0 0 40px;
	background:url(../image/bg-title.png) left top no-repeat
}
#column-right .category h2 {background:url(../image/bg-title2.png) left top no-repeat}
.box .box-content {
	background: #FFFFFF;
	padding: 20px;
}
.is-hide .box-content p{
	margin:0;
}
#column-right .box .box-content {padding:0px;overflow: hidden;}
#column-right .box .box-content p{
	margin-top: 20px;
}
/* box products */
.box-product {
	width: 100%;

}
.box-product &gt; div {
}
 
.box-product .image {
	display: block;
	margin-bottom: 0px;
	position: relative;
	border: 1px solid #E7E7E7;
	padding: 10px;
}
.box-product .image img {

}
.box-product .name a {
	color: #595b5c;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height:16px; 	
	margin: 10px 0px 0px 10px;
}
.laster .box-product .name a {padding:0px 10px}
.box-product .description{
	color:#939292;
	font-size:11px;
	line-height:16px;
	margin:0px 10px;
	height:32px; overflow:hidden
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #ce2920;
	margin: 10px;
	font-size:16px;line-height:24px;
}
.box-product .wrap-infor .action {overflow:hidden; height:33px}
.box-product .wrap-infor .action .wishlist,
.box-product .wrap-infor .action .compare{width:18%;float:left;margin-right:1px;}
.box-product .wrap-infor .action .wishlist a,
.box-product .wrap-infor .action .compare a{
	text-indent:-999em; display:block;
	height:33px;transition:all 200ms ease-in-out 0s;
}
.box-product .wrap-infor .action .wishlist a{
	background:#f8aa8b url(../image/wishlist.png) center center no-repeat;
}
.box-product .wrap-infor .action .compare a{
	background:#f8aa8b url(../image/compare.png) center center no-repeat;
}
.box-product .wrap-infor .action .cart {
	background:#65cef2 url(../image/addtocart.png) 15px center no-repeat;
	color:#fff;padding:0px 10px 0px 35px;width:40%;
	height:33px;line-height:33px; float:right;transition:all 200ms ease-in-out 0s
}
.box-product .wrap-infor .action .cart input.button{
	background: transparent;
	border: none;
	color: #fff;
	padding: 0;
}
.box-product .wrap-infor .action .cart a{color:#fff;font-weight:bold; font-size:12px;}
.box-product .wrap-infor .action div{display:none; }
.box-product .product-inner:hover  .wrap-infor .action div{display:block}
.box-product .wrap-infor .action .cart:hover,
.box-product .wrap-infor .action .wishlist a:hover,
.box-product .wrap-infor .action .compare a:hover{background-color:#ce2920;}

.box-product .price-old {
	color: #ce2920;margin:0 5px 0 0;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	padding:0px;
	line-height:34px;
}
.sidebar ul  li {
	border-top: 1px solid #EBEBEB;
}
.sidebar ul  &gt; li &gt; a {
	text-decoration: none;line-height:34px;
	color: #8f8f8f;height:34px; 
	padding: 0px 0px 0px 28px;
	background:url(../image/list-category.png) 15px center no-repeat;
}

.sidebar ul  &gt; li &gt; a.active,
.sidebar ul &gt; li &gt; a:hover{
	color:#ce2920;
	background:url(../image/list-category-hover.png) 15px center no-repeat;
}

ul.box-category &gt; li ul {
	display: none;
}
ul.box-category &gt; li a.active {
	
}
ul.box-category &gt; li a.active + ul {
	display: block;
}
ul.box-category &gt; li ul &gt; li {
	padding: 5px;
	margin: 0 0 0 20px;
	border-top:1px solid #EBEBEB;
}
ul.box-category &gt; li ul &gt; li &gt; a {
	text-decoration: none;
	display: block;color:#8f8f8f;
}
ul.box-category &gt; li ul &gt; li &gt; a:hover,
ul.box-category &gt; li ul &gt; li &gt; a.active {
	color:#ce2920;
}
.sidebar ul &gt; li .subcat {
    float: right;
}
.sidebar ul &gt; li .subcat a {
    float: left;
    height: 30px;
    padding-left: 0;
    width: 20px;
    line-height: 30px;
    font-size: 8px;
    color: #8F8F8F;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter &gt; li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-title{
}
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #E7E7E7;
	padding: 5px;
}
.category-info .image {
	float: left;
		
}
.category-info p{padding: 20px; background:#fff; margin:0px}

.category-info .image  img{width:100%}
.refine {
	border:1px solid #E7E7E7;
	background:#fff;
	margin : 0 0 20px;
}
#content h1,
#content h2,
.login h2,
.success-page h2,
.wrap-checkout h2,
.checkout-cart h2,
.wrap-search h2,
.refine h2 {
	font-weight:normal;
	border-bottom:1px solid #E7E7E7;
	background:#F9F9F9;
	padding:0px 20px;
	font-size:16px;
}
.category-list {
	overflow: auto;
}
.category-list ul {
	float: left;
	width: 18%;
}
/**search**/
.wrap-search {background:#fff;border:1px solid #E7E7E7}
.wrap-search b {padding:0px 20px; line-height:32px}
.wrap-search p {overflow: hidden; margin-bottom:5px}
.wrap-search input[type="text"] {width:200px; height:22px}
.wrap-search label,
.wrap-search input[type="checkbox"] {float:left}
#content .wrap-search .content {border:none; margin:0px; padding:0px 20px}
.success-page .buttons,
.wrap-search  .buttons {border:none; border-top:1px solid #E7E7E7;}


/**checkout-cart**/
.page-product #content,
.login ,
.success-page,
.wrap-checkout,
.checkout-cart {
	background:#fff; border:1px solid #E7E7E7;
	padding:0px; border-radius:0px
}
.wrap-success,
.wrap-cart {padding:0 20px}
.wrap-cart h2{border:1px solid #E7E7E7}
#content .wrap-cart .content {padding:20px}

.checkout {padding:20px}
/* 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 {
	padding:8px 9px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;line-height:30px;
	background:#f9f9f9;
	border:1px solid #e9e9e9;
}
.product-filter b{color: #808080; font-weight:normal}
.product-filter .display {
	margin-right: 15px;background:fefefe;
	float: left;line-height:30px;
	border:1px solid #e1e1e1;
	color: #434343;padding:0px 10px;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;border:1px solid #e1e1e1;
	line-height:27px;background:fefefe;
	padding:0px 4px 0 10px;
	margin-right: 10px;
}
.product-filter select{
	margin:0px;padding:5px 0;
	border:none;width:130px;
	color:#434343
}
.product-filter .limit {
	border:1px solid #e1e1e1;background:fefefe;
	float: left;padding:0px 4px 0 10px;
	color: #808080;margin-right: 10px;
}
.product-filter .limit select{width:60px}
.product-compare {
	font-weight: bold;
	float:right;
	padding:0px 10px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 4px;  
    border-radius: 4px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list {
	background:#fff;
	padding:20px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.product-list .wrap-infor {}
.product-list   div.product_block {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list &gt; div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
	width: 30%;
}
.product-list .image img {
	padding: 3px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #ce2920;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin: 5px 0px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	height: 50px;margin:5px 0;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	font-weight: bold;
	float:left;line-height:26px;
	padding:0px 10px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 4px;  
    border-radius: 4px;
}

.product-list .cart a{
	font-weight: bold;
    text-decoration: none;
}
.product-list .wishlist, .product-list .compare {
	margin:0px 10px; line-height:28px; float:right
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	padding:20px;
	overflow: auto;
	background:#fff;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.product-grid &gt; div {
	display: inline-block;
	vertical-align: top;
}

.product-list .row-fluid  [class*="span"] {
	width:100%;
	margin:0;
	padding:20px 0;
	border-bottom:1px solid #E7E7E7;
}
.product-list .row-fluid [class*="span"]:last-child{
	border:none
}


.product-grid .product_block{margin-bottom:20px} 
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	
}
.product-grid .image img {

}
.product-grid .name a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	margin-left:10px;
}
.product-label-special {
    background: none repeat scroll 0 0 #F94B4B;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    left: 5px;
    text-align: center;
    top: 5px;
    z-index: 10;
}


.product_block .colorbox.product-zoom,.product_block .img.product-zoom {
    position: absolute;
    top: 0;
	left: 40%;
    z-index: 15;
	overflow: hidden;
    opacity: 0;
	 transition: all 1s ease 0s;
	 -o-transition: all 1s ease 0s;
	 -moz-transition: all 1s ease 0s;
	 -webkit-transition: all 1s ease 0s;
	 -ms-transition: all 1s ease 0s;
    background: #ce2920;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
	border-radius: 20px;
}
.product_block:hover .colorbox.product-zoom,.product_block:hover .img.product-zoom {
	top: 40%;
	left: 40%;
	
    opacity: 0.9;
}
.product_block .colorbox.product-zoom span {
}
.product_block:hover .colorbox.product-zoom:hover,.product_block:hover .img.product-zoom:hover {
	opacity: 1;
}
.product-grid .image:hover  .colorbox.product-zoom{ display: block }
.product-grid .description {
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #ce2920;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.wrap-product {}
.category #content{background:none; border:none}
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info &gt; .left {
	float: left;
	margin-right: 15px;
}
.product-info &gt; .left + .right {
	margin-left: 265px;
}
.product-info .product-img-box {
}
.product-info .image {
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	text-align: center;
	position: relative;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
}

.product-info .product-shop {
	margin:0px;
	padding:0px 20px;
	
}
.product-info .product-shop h1 {
	font-size:15px;
	color:#696c6d;
	line-height:37px;
	border-bottom:1px solid #E7E7E7;
	padding:0px 20px;
	margin:0px -20px;
	background:none !important;
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #ce2920;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 10px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #ce2920;
}
.product-info .price-old {
	color: #ce2920;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.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 {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .options input {float:left; clear:both; margin-right:10px}
.product-info .options label {float:left}
.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 {
	padding: 0px 0px 10px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart input.qty {width:24px; margin-right:10px}
.product-info .cart div &gt; span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review &gt; div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review &gt; div &gt; span {
	color: #ce2920;
}
.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: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* 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;
	padding:20px;
}
.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 */
.quantity input[type="text"] {
    text-align: center;
    width: 24px;
    margin-bottom: 0;
}
.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: middle;
	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: 0;
	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 &gt; div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	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;
	margin-top: 25px;
}
.contact-form {
	margin-top: 25px;
}
.gm-style img {
    max-width: none;
}
#contact-map {
}
.contact-customhtml,.contact-address {
	padding: 15px;
	background-color: #fff;
}
.contact-address {
    margin-bottom: 25px;
}
.contact-address ul li {
    border-bottom: 1px dashed #CCCCCC;
    padding: 10px 0;
    list-style: none;
    line-height: 20px;
}
.contact-address ul li i {
    color: #888888;
    float: left;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}
.contact-address ul li span {
    display: inline-block;
    padding-left: 15px;
}
.contact-customhtml ul li {
    padding: 7px 0;
    list-style: none;
    line-height: 20px;
}
.contact-customhtml ul li i {
    float: left;
    font-size: 20px;
    padding: 8px 5px 6px 10px;
}
.contact-customhtml ul li span {
    display: inline-block;
    padding-left: 5px;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/**menu*/
.home .columns{min-width:180px;float:left}
.dropdown-menu h2{color:#fff; font-size:14px; font-weight:normal; line-height:24px}
.dropdown-menu a{color:#fff} 
.full{position: relative;}


.full .dropdown-menu {padding:0px; }

.navbar .nav li.home &gt; .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;}

.home &gt; a &gt; span{ padding:0 0 0 20px;
	background: url(../image/home.png) left 0px no-repeat;
}

/* footer */ 
#footer {
		clear: both;
		min-height: 100px;

	}
	#footer .footer-top {
		margin-bottom:-25px
	}
	
	#footer .footer-top .wrap-ft{
		padding:20px;border:1px solid #EBEBEB;
		background:#f9f9f9;
	}
	#footer .footer-top .wrap-ft .email {overflow:hidden; margin-bottom:10px}
	#footer .footer-top .wrap-ft .email input {
	width:200px; float:left;
	height:29px;margin:11px 0 0;
	border-radius:0;
	padding:3px 10px;
	}
	#footer .footer-top .wrap-ft .email .button-email {
		width:47px;height:48px;
		background:url(../image/button-email.png) center center no-repeat;
		float:left;
		border: none;
		margin:0;
		text-indent: -999em;
	}
	#footer .footer-center {
		padding: 20px 20px 20px;
		border-top: 4px solid #e6e6e6;
	}
	#footer .footer-bottom {
		padding: 20px;

	}

	#footer .box .box-content{
			background:none;
			border:none;
			padding:0;
			margin:0;
		}
		#footer .box .box-heading h2,
		#footer .box .box-heading {
			background:none;font-weight:normal;
			border:none;color:#565758;
			padding:0px 0;font-size:16px;
			line-height:20px; height:30px;
		}
#footer .social{
	list-style:none;
	margin:0px; margin:0px;
} 
#footer .social li {float:left;margin-right:5px; width:28px; height:28px }
#footer .social li a{display:block; width:28px; height:28px; text-indent:-9999em}
#footer .social li.facebook a{background:url(../image/icon/facebook.png) center center no-repeat}
#footer .social li.twitter a{background:url(../image/icon/twitter.png) center center no-repeat}
#footer .social li.dribbble a{background:url(../image/icon/dribbble.png) center center no-repeat}
#footer .social li.vimeo a{background:url(../image/icon/vimeo.png) center center no-repeat}
#footer .social li.gplus a{background:url(../image/icon/gplus.png) center center no-repeat}
#footer .social li.email a{background:url(../image/icon/email.png) center center no-repeat}
#footer .social li.rss a{background:url(../image/icon/rss.png) center center no-repeat}

#footer h3 {
	color: #ce2920;
	font-size: 16px;
	margin: 0px;
}
#footer p{margin:0px}
#footer .column {
	color:#000000;
}
#footer .column ul {
	margin: 0px;padding:0px;
}
#footer .column ul li {
	margin-bottom: 3px;
	list-style : none;
	
}
#footer .column a {
	text-decoration: none;
	color: #000000;
        padding:0 0 0 10px;
	background:url(../image/list-footer.png) left center no-repeat;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#footer .column a:hover {
	padding:0 0 0 15px;
	color:#ce2920;
}
#powered {
	text-align: center;
	clear: both;
	height:20px;
        line-height:20px;
        color:#ffffff;
	padding:10px 0;
	background-color:#ce2920;
}
#powered a {
        color:#ffffff;
}
/* footer top */

/***free shipping**/
#header #freeship {
	position:relative;
	z-index: 9;
	background:url(../image/freeship.png) left center no-repeat;
	padding:10px 0 0 60px;
	height:50px;
	margin:13px 0 0;
}
#header #freeship .heading {
	padding: 0px;
	position: relative;
	z-index: 1;
}
#header #freeship .heading h4 {
	color: #ce2920;
	font-weight: normal;
	margin:0px;
	line-height:39px;
	font-size:20px
}
#header #freeship .heading span{
	color: #595c5d;
	font-size:11px;
}


/**pav-promotion**/
#pav-promotion p,
#pav-promotion .box-content{margin:0px; padding:0px}
#pav-promotion .span12 {margin:20px 0}
#pav-promotion .box-content {border:1px solid #E7E7E7}

/***laster***/
.laster {}
.laster .box-product .wrap-infor .action .cart {width:85px}
.product-block {margin-bottom:20px}

/**special**/
#column-right .box-product .product-block{
	border-top:1px solid #EBEBEB;
	padding:15px;overflow:hidden;
	width: 100%;
	margin-bottom: 0;
}
#column-right .box-product .product-block .cart{
	display: none;
}
#column-right .special .box-product .image{float:left}
#column-right .special .box-product .image{
	border:none;
}
#column-right .special .box-product .name {width:120px;float:right;height:63px; overflow:hidden }
#column-right .special .box-product .name a{margin:0px}
#column-right .special .box-product .price {margin:0px;float:right}


/**twitter**/

#footer .twitter {color:#a7a9aa}
#footer .twitter a:hover,
#footer .twitter a{background:none; color:#ce2920; padding:0px}
#footer .twitter li{border-bottom:1px dashed #a7a9aa}
.jta-tweet-list-controls span{cursor:pointer}
.jta-tweet-list-controls-button-next {float:right; padding-right: 10px;
	background:url(../image/twitter_next.png) right center no-repeat;
}
.jta-tweet-list-controls-button-prev{float:left; padding-left: 10px;
	background:url(../image/twitter_prev.png) left center no-repeat;
}
.jta-tweet-list-controls span:hover {color:#ce2920}

/**contact**/
.contact .tel {
	background: url(../image/icon/tel.png) left center no-repeat; 
	padding: 10px 0 10px 30px; 
	height:22px;
	font-size:14px; 
        color:#000;
}
.contact .mail {
	background: url(../image/icon/email.png) left center no-repeat; 
	padding-left:30px; 
	height: 28px;
        line-height: 28px;
	font-size:13px; 
        color:#000;
}
/**informations****/
.informations {
	list-style:none;
	margin:0px
}
.informations li {
	float:left;
	padding: 0 20px 0 0;
	line-height:30px
}
.informations li a {color:#a7a9aa}


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

.a-button{
	font-weight: bold;
	float:left;line-height:26px;
	padding:0px 10px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 4px;  
    border-radius: 4px;
}

.left {float:left !important}
.right {float:right !important}


.pattern1{background:url(../image/pattern/pattern1.png);	}
.pattern2{background:url(../image/pattern/pattern2.png);	}
.pattern3{background:url(../image/pattern/pattern3.png);	}
.pattern4{background:url(../image/pattern/pattern4.png);	}
.pattern5{background:url(../image/pattern/pattern5.png);	}
.pattern6{background:url(../image/pattern/pattern6.png);	}
.pattern7{background:url(../image/pattern/pattern7.png);	}
.pattern8{background:url(../image/pattern/pattern8.png);	}
.pattern9{background:url(../image/pattern/pattern9.png);	}
.pattern10{background:url(../image/pattern/pattern10.png);}
.pattern11{background:url(../image/pattern/pattern11.png);}
.pattern12{background:url(../image/pattern/pattern12.png);}
.pattern13{background:url(../image/pattern/pattern13.png);}
.pattern14{background:url(../image/pattern/pattern14.png);}
.pattern15{background:url(../image/pattern/pattern15.png);}
.pattern16{background:url(../image/pattern/pattern16.png);}
/**
 * OFF CANVAS MENU 
 */
@media (min-width: 979px)  {
	body.off-canvas-active &gt; * {
		transform:translateX(0px) !important;
		-webkit-transform:translateX(0px) !important;

	}
	body.off-canvas-active #page-container{
		position: inherit!important;
	}
	#off-canvas-nav {
		display:none;
	}
}

.off-canvas body &gt; *, #off-canvas-nav .pavo-mainnav  {
	transition:all 500ms ease 0s;
}
body.off-canvas-active &gt; * {
	transform:translateX(250px);
	-webkit-transform:translateX(250px);
}

body.off-canvas-active #page-container{
	position:fixed;
}
body.off-canvas-inactive #page-container {
	position: inherit;
}
body.off-canvas-inactive &gt;#off-canvas-nav{
	 overflow:hidden;
}
body.off-canvas-active &gt;#off-canvas-nav .pavo-mainnav {
	left: -256px;
}

.off-canvas body{ overflow-x: hidden; }
#page-container{ position: relative;}


#off-canvas-nav {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0px;

}
#off-canvas-nav .pavo-mainnav {
	width:210px;
	padding: 12px 18px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -500px;
	background: #ce2920;
	height: 100 
}


#off-canvas-nav .megamenu li.home a {
	
}
#off-canvas-nav .megamenu .mega-cols{ width: 100%; min-width:inherit; }

#off-canvas-nav .dropdown-menu{
	position: relative;
	 display: block;
	 left: 0;
	 right: 0;
	 top: 0;
	 float: none;
	border: none;
	 box-shadow: none;
	 margin: 0;
	  padding: 0 10px;
}
#off-canvas-nav .dropdown-mega,
#off-canvas-nav  li.mega-group .dropdown-menu {
	padding: 0 15px;
}
#off-canvas-nav .mega-col {
	display: block;
	width: 100%;
	position: relative;
}
#off-canvas-nav .megamenu .mega-group &gt; a .menu-title {
	font-size:  13px;
}
#off-canvas-nav .dropdown-menu img{ width: 100%; }
#off-canvas-nav #off-canvas-button {   color: #FFF; padding: 12px 0px; font-weight: bold;cursor: pointer; }
#off-canvas-nav #off-canvas-button span{ 
	font-weight: bold; 
	margin-right: 12px ; 
	font-size: 16px;
}
#off-canvas-nav .dropdown .dropdown-menu li,#off-canvas-nav .megamenu .dropdown-mega li {
	 background:  none;
}
#off-canvas-nav .nav &gt; li:hover, 
#off-canvas-nav .nav &gt; li &gt; a:hover, #off-canvas-nav .nav &gt; li &gt; a:focus {
	 background:  none;
}
#off-canvas-nav .megamenu li.homepage a {
	 height: auto;
	 width: auto;
	 text-indent: inherit;
}
#off-canvas-nav .nav li {
	 border:none;
	 padding:  0;
}
#off-canvas-nav ul li a {
	 border-bottom:  1px solid #e0e0e0;
	 display:  block;
	 line-height: 30px;
}
#off-canvas-nav .nav &gt; li &gt; a {  
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding:  5px 0;
    line-height: 35px;
	color: #ffffff;
}
	#off-canvas-nav  .full .dropdown-menu{
			width: 180px!important;}
		#off-canvas-nav .menu-content &gt; div {
			width: 180px!important;
		}
	#off-canvas-nav  .full .columns ul  {
		margin-left: 10px;
	}
	#off-canvas-nav  .full .columns.img {
		width: 100%!important;
		}
.select span {
    border: 1px solid #cccccc;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 5px;
}
.select span:hover {
    border: 2px solid #ff6701;
    margin: 4px;
}
.select span img {
    height: 55px;
    vertical-align: bottom;
    width: 55px;
}
.select span.on {
    background: url("../image/on.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border: 2px solid #ff6701;
    margin: 4px;
}
.select span em {
    color: #ff6600;
    font-style: normal;
    text-decoration: underline;
}
.select span em:hover {
    color: #ff0000;
}
.select span.other_model {
    border: 1px solid #f9f9f9;
    cursor: pointer;
}
.select span.other_model:hover {
    border: 2px solid #fff4ec;
}
.select span.other_model.on {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#pageNotFound {
    background: url("../image/404.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 600px;
    position: relative;
}
#pageNotFoundHeading {
    border: medium none;
    color: #3e3e3e;
    left: 160px;
    position: absolute;
    top: 65px;
}
#pageNotFoundMainContent {
    color: #888888;
    font-size: 11px;
    height: 113px;
    left: 145px;
    line-height: 15px;
    padding: 0;
    position: absolute;
    top: 88px;
    width: 195px;
}
#button-cart {
    margin-bottom:10px;
}
#column-right .price {
    font-size:13px;
}</pre></body></html>