html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background: #fff /*url('../image/bkg_body.gif') top center repeat-x*/;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	margin-top: 0px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
   font-weight:400; font-size: 20px; font-family: 'PTSansBold'; margin-bottom:16px; color:#000
}
h2 {
	font-weight:400; font-size: 11px; font-family: 'PTSansBold';
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform:uppercase;
	clear:left
	
}
h4 { margin:0 0 6px 0}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #7f7f7f;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;    
    transition: all 0.4s ease 0s;
}
 input:focus {outline:none }
a:focus {outline:none ; background:none}
a:visited,a:active,a:link  { background:none}
a:hover , a:hover b{
	color:#02ADEC;
	/*text-decoration:underline*/
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type="text"], input[type="password"], textarea {-webkit-appearance: none;
	border: 1px solid #CCCCCC;
    padding: 6px 4px;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius: 3px;
	 color: #7F7F7F;
	 width:238px;
	 resize:none
}
select {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
    color: #7F7F7F;
    font-size: 12px;
    padding: 5px 4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width:248px;
	line-height:22px

}
label {
	cursor: pointer;
}
ul , li { list-style:none; padding:0; margin:0}

input[type="submit"],
input[type="reset"],
input[type="button"]
{
    filter:chroma(color=#000000);
}

/* layout */
#container {
	/*width: 960px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow:hidden
}
#column-left {
	float: left; margin-right:20px;margin-bottom: 25px;
}
#column-right {
	float: right; margin-left:20px;margin-bottom: 25px;
}
#content {
	min-height: 400px;
	margin-bottom: 50px;
}
#column-left + #column-right + #content, #column-left + #content {
	overflow:hidden
}
#column-right + #content {
	overflow:hidden
}

/* header */
#header { font-size:11px; background:#000;
	position: relative;
	z-index: 99;
	color:#a2a3a3;
	float:left; width:100%;
	padding-bottom:18px
}

.boss-header-left { float:left; width:/*380px*/35.5%; padding-top:15px;}
	.boss-header-left div { display:block}
	.boss-header-left div.frame_big { display:none;color:#5d5d5d; transition: all 0.2s linear 0s; position:absolute; border:1px solid #dbdbdb; background:#fff; padding:17px 13px; width:261px; top:17px; left:0; z-index:5}
	.boss-header-left li:hover div.frame_big{  display:block; }
	.login-frame input { width:96%; margin-bottom:7px}
	.login-frame p { margin-bottom:8px}
	#header .links .login-frame ul li a, #header .links .login-frame a.forgotpass{color:#7f7f7f!important; float:none;display:inline-block; padding:0}
	#header .links .login-frame a:hover , #header .links  .login-frame  li a:hover{ text-decoration:underline}
	.login-frame  ul { margin:8px 0 18px}
	.login-frame  li { display:block; overflow:hidden; padding-bottom:2px;color:#7f7f7f;}
	#header .links  .login-frame  li a { color:#ff0000}
	
.boss-header-middle{ float:left; width:/*442px*/39.5%;padding-top:16px;}
	.static-block-1 h4{ font-weight:400; font-size: 11px; font-family: 'PTSansBold'; text-transform:uppercase; color:#fdc919; margin:0 0 1px 0}
	.static-block-1 p{ font-size:11px;line-height: 14px;}
.boss-header-right{ float:right; width:/*260px*/24%;padding-top:16px; }
#header #logo {  position: absolute; top:74px; left:0}

#header .block-header-bottom { float:right;clear:both; width:100%; padding-top:29px;}

.static-block-2 { float:right}
.static-block-2 img { float:left; margin-right:8px; cursor:pointer}
.static-block-2 .text  { margin-top:5px; float:left; text-align:left}
.static-block-2 .text h4  {margin-bottom:0; font-weight:400; font-size: 10px; font-family: 'PTSansBold'; color:#FDC919 }

.static-brand li  { float:left;}
.static-brand { position:absolute; right:0; top: 159px; z-index:10}
.boss-header-right-1{ position:relative; z-index:99}
#header #cart {  padding-bottom:15px; float:right; margin-right:10px;z-index: 12;}
.botton-checkout { float:right; margin-top:-5px}
.botton-checkout a { background:#ff0000 url('../image/btn_cart_top.png') left top repeat-x; padding:0 15px; display:inline-block; height:32px; text-decoration:none; color:#fff; font-weight:400; font-size: 14px; font-family: 'PTSansBold';line-height:31px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.botton-checkout a span {}
#header #cart .heading a { padding-bottom:20px}

#header #cart .heading { position: relative;
    z-index: 100;}
#header #cart .heading h4 {  font-weight:400; font-size: 11px; font-family: 'PTSansBold'; text-transform:uppercase; color:#fdc919; margin:0 0 1px 0}
#header #cart .heading a { font:bold 11px  arial;color: #17BEE4;}
#header #cart .heading a span {}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 36px;top:35px\0;	
	padding: 12px 12px 32px 19px;
	min-height: 40px;
	border:1px solid #dbdbdb;
	background: #FFF;
	width:247px;
	z-index:99;
	right: 0;
}
#header #cart .content_1 { max-height:450px; overflow-y:auto;overflow-x:hidden; width:100%; position:relative;}
#header  #cart.active  .heading a  {  background: url('../image/icon_hover.png') center 16px no-repeat; position:relative; z-index:6;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;    
    transition: none;
}
#header #cart.active .heading {
	
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info { }
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 8px;
}
.mini-cart-info tr{ }
.mini-cart-info td {
	text-align:center;
	color: #000;
	vertical-align: top;
	padding: 10px 30px 18px;border-bottom:1px solid #d2d2d2
}
.mini-cart-info td  div { text-align:left}
.mini-cart-info table .thumb_image {
	width: 105px;
	position:relative;
	display:inline-block;
	margin-top:20px; text-align:center
}
.mini-cart-info .image img {}
.mini-cart-info .name { text-align:left;color: #242424;font:bold 12px Arial; }
.mini-cart-info .name a {
	color: #242424;font:bold 12px Arial;text-align:left;display:inline-block; padding-bottom:3px
}
.mini-cart-info .name a:hover { color:#02ADEC}
.mini-cart-info .quantity { text-align:left;}
.mini-cart-info .total {
	color:#ff0000; font-weight:bold;text-align:left;display:block; padding-top:3px
}
.boss_use_voucher .name { position:relative; padding-top:32px}
.boss_use_voucher .remove { right:36px; top:10px}
table .remove {
	position:absolute;
	top:0; right:-5px
}
.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: 8px;
	width:100%
}
.mini-cart-total td { color: #141414;padding: 3px 0;text-align:left}
.mini-cart-total td.left { font-weight:400; font-size: 11px; font-family: 'PTSansBold'; text-transform:uppercase;width:160px }
.mini-cart-total td.right  { font:bold 14px Arial; color:#ff0000}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .checkout .boss_button.button_cart { margin-left:10px; float:right; padding: 0 0 0 5px;}

#header #cart .empty {
	padding-top: 24px;
	text-align: center;
}
#header #search { height:43px;  padding:0; display:block; margin-top:40px; position:relative; left:-4px}
#header .button-search { height:43px; width:40px;background: url('../image/button-search.png') right center no-repeat; float:left; cursor:pointer}
#header .search { background: url('../image/bkg_search.png') left center no-repeat;height:43px;  width:82%;padding: 0 0 0 13px;float:left;}
#header #search input {  color:#a2a3a3; border:none;  width:99%; padding:0; margin-top:14px}

#header #welcome{ font-weight:400; font-size: 11px; font-family: 'PTSansBold'; text-transform:uppercase; color:#fdc919; padding-bottom:3px; margin-right: 10px; }
#header #welcome a { font-weight:400; font-size: 12px; font-family: 'PTSansBold';color:#17BEE4;text-transform:none }
#header #welcome a:hover{ color:#FDC919}
#header .links { position:relative;clear: both;}
#header .links ul { float:left;}
#header .links a {
	/*float: left;*/
	display: inline-block;
	padding: 0px 0px 0px 12px;
	color: #a2a3a3;
	font-size: 11px;
	line-height:11px;
	float:left;
}
#header .links a.boss_button.button_black { float:left; clear:both}
#header .links a:first-child { padding-left:0}
#header .links a  { 	margin-right: 13px;border-left: 1px solid #282828;}
#header .links li:hover > a , #header .links a:hover{ color:#17BEE4}
#header .links ul{ float:left}
#header .links ul li  > a { margin-left:0; border:none; padding-bottom:10px}
#header .links ul li:hover >  a{ z-index:6; text-decoration:none}
span.boss-icon { background: url("../image/icon_hover.png") no-repeat 0 0;
    display: inline-block;
    height: 5px;
    left: 30px;
    position: absolute;
    top: -5px;
    width: 10px;}
/* menu */
.boss_menu_fixed { background:#000; position:relative;float:left;width:100%;margin-bottom: 16px; clear:both; z-index:5}
.menu-setting {clear:both;background-image: url(../image/bkg_menu.png);background-position: 0 0;background-repeat:repeat-x;	background-color:#1ac9e8;float:left;width:100%;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.menu-setting  > ul > li:hover  {background: url(../image/menu_hover.png) repeat right center;}
.menu-setting > ul > li:hover > a { position: relative; } 
.menu-setting > ul > li.children:hover > a:after { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.menu-setting > ul > li.children:hover > a:after { border-top-color: #0b97c7; border-width: 6px; left: 50%; margin-left: -8px; }
.menu-setting > ul > li > div a.parent, .menu-setting > ul > li > div .product li span a  { color:#141414}
.menu-setting  h3 {  font-weight:400; font-size: 11px; font-family: 'PTSansBold'; color:#141414;text-transform: uppercase;margin:0 0 8px 0}
.menu-setting  p { color:#7c7c7c}

.menu-setting > ul > li > a { color:#fff;font-weight:400; font-size: 16px; font-family: 'PTSansBold';}
.menu-setting > ul > li:hover > a { color:#fff}
.menu-setting > ul > li ul > li > a {  padding: 2px 0 4px; color: #7c7c7c; display: block; white-space: nowrap;/*min-width: 120px;*/ display:inline-block;  white-space:normal}
.menu-setting > ul > li ul > li:hover > a, .menu-setting > ul > li > div a:hover { color:#0B9EC9}
.menu-setting > ul > li > div a.parent, #boss_menu > ul > li > div.dropdown .manufacturer a, #megamenu-responsive .root > ul > li > ul > li > a {  font-weight:400; font-size: 11px; font-family: 'PTSansBold';}
.menu-setting  > ul > li > div { background-color:#fff}


#menu{}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
display:table
}
#menu > ul > li:hover { z-index:1600}
#menu > ul > li > a {line-height: 50px;display: block; position: relative; padding:0 15px; z-index:6
}
#menu > ul > li:hover > a {
}
#menu > ul > li > div {
	display: none;	
	position: absolute;
	z-index: 5;
	background-color: #fff;border: 1px solid #dbdbdb;	padding: 5px 10px;
}
#menu > ul > li:hover > div {
	display: block;

}
#menu > ul > li:hover > div > div { display:inline-table;}
#menu > ul > li > div > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {}


	/* boss_menu*/
#boss_menu ul { display:block;list-style: none;margin: 0;   padding: 0;}
#boss_menu ul li:hover { z-index:1600}
#boss_menu > ul > li {  position:relative;float:left;z-index:20;display:block;height:50px;
	-webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;    
    transition: background 0.5s ease 0s;

}
#boss_menu > ul > li > a { /*text-shadow:0 1px 1px #0d98b6;*/line-height: 50px;display: block; z-index: 6; position: relative; padding:0 15px }
#boss_menu > ul > li:hover > a { /*background: url(../image/icon_hover_menu.png) no-repeat center 50px;*/ padding-bottom:0; text-decoration:none ;
	-webkit-transition:none;
    -moz-transition: none;
    -o-transition:none;
    -ms-transition: none;    
    transition: none;

}
#boss_menu > ul > li:hover:first-child > a  { background:none}
#boss_menu > ul > li:hover  {background: url(../image/menu_hover.png) repeat right center;}
#boss_menu > ul > li:first-child{ 
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-khtml-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#boss_menu > ul > li > div {    display: none;margin: 0px auto ;position: absolute;z-index: 5;padding: 16px 0 10px;border: 1px solid #dbdbdb; top:50px}
#boss_menu > ul > li:hover > div {display: block;}
#boss_menu > ul > li > div > ul {   display: inline-block; position: relative;}
#boss_menu > ul > li ul > li  { padding:2px 10px 0 0;position: relative;}
#boss_menu > ul > li ul > li:hover  > a{ color:#0B9EC9}
#boss_menu > ul > li > div.dropdown a.parent { margin:0 19px 3px 20px}
#boss_menu > ul > li > div.dropdown .column.category li, #boss_menu > ul > li > div.dropdown .column.information li, #boss_menu > ul > li > div.dropdown .column.manufacturer li { margin-left:20px}


#boss_menu > ul > li > div.dropdown .option { padding-bottom:10px;}
#boss_menu > ul > li > div.dropdown .option  .staticblock { font-size:12px;margin-left:20px }
#boss_menu > ul > li > div.dropdown .option  .staticblock  p { margin-bottom:23px}
#boss_menu > ul > li > div.dropdown .product li span { display:block; padding:0 0 6px 0}
#boss_menu > ul > li > div.dropdown ul.column.product li {color:#ff000; font-weight:bold;min-height:180px; padding:0 20px}
#boss_menu > ul > li > div.dropdown .product li span a { color:#242424;}
#boss_menu > ul > li > div.dropdown .product li span a:hover{ color:#0B9EC9}
#boss_menu > ul > li > div.dropdown .parent,  #boss_menu > ul > li > div.dropdown .manufacturer a {text-transform: uppercase;padding-bottom:5px; display:inline-block}
#boss_menu > ul > li > div.dropdown .parent img, #boss_menu > ul > li > div.dropdown .manufacturer img { display:block; margin-bottom:6px}
#boss_menu > ul > li > div.dropdown .manufacturer li { margin-bottom:5px}
#boss_menu > ul > li > div.dropdown .manufacturer a:hover {color:#0B9EC9}
#boss_menu > ul > li ul > li.category{ padding:0}
#boss_menu > ul > li ul > li > a:hover { padding: 2px 0 4px;}
#boss_menu > ul > li > div > ul > li > a {color: #7c7c7c;}
#boss_menu .option ul li {position: relative; color:#FF0000;width:78% }
#boss_menu ul li ul li > div.sub_menu{  z-index:999!important;padding: 5px 0;border: 1px solid #dbdbdb;background: #fff;width:180px; }
#boss_menu ul li ul li > div.sub_menu{display:none;position:absolute;top:-6px;left:145px;}
#boss_menu ul li ul li > div.sub_menu ul li a:hover{  }
#boss_menu ul li ul li{}
#boss_menu ul li ul li:hover > div.sub_menu{display:block;}



.breadcrumb {color:#fff; margin-bottom: 25px;font-weight:bold; clear:both}
.breadcrumb  a {  color: #7f7f7f;  text-decoration:none }
.breadcrumb a + a {  background: url('../image/icon_brec.png') no-repeat left center;padding-left:15px; margin-left:5px;}
.breadcrumb  a.last { color: #242424; }
.breadcrumb a.last:hover { cursor:default; text-decoration:none}
.breadcrumb  a:hover {  color: #242424;}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 26px 0 21px;
	color: #555555;	
	clear:both
}
.success {
	background: #d6faff url('../image/success.png') 10px center no-repeat;
	border: 1px solid #8be7f6;
	color:#00b7d0
	
}
.warning {
	background: #f5faee url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #d5ebb7;
	color: #569701;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
	font:normal 10px Arial; padding-top:3px
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child { }
table.form > * > * > td {
	color: #5d5d5d;font-weight:bold
}
table.form td {
	padding: 3px 0;
}
input.large-field, select.large-field {}
table.list {
	border-collapse: collapse;
	width: 99.933%;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	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 {
	border-collapse: collapse;
}
table.radio td {
	padding: 0 10px 5px 0;
	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;top:0
}
table.radio tr.highlight:hover td {
	
	cursor: pointer;
}
table.radio td  b{white-space: nowrap;}
.pagination {
	border-top: 1px solid #d9d9d9;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links { 
	padding-top: 3px;
	float: right;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 8px;
	color: #7f7f7f;
}
.pagination .links a:hover{ color:#000; text-decoration:none}
.pagination .links b {
	display: inline-block;
	padding: 4px 8px;
	font-weight: normal;
	color: #000;
}
.pagination .results { color:#5d5d5d; font-size:11px;float: left;padding-top: 8px;}

.htabs {
	height: 42px;
	line-height: 16px;

}
.htabs a {
	color:#7f7f7f; float:left; margin-right:2px;
	font-size:18px; font-weight:normal;font-family: 'PTSansRegular';line-height:42px;
	text-decoration:none;
	padding:0 22px;
		-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;    
    transition: none
}
.htabs a.selected , .htabs a:hover{
	background: url('../image/btn_44_black_1.png') left 0 repeat-x; height:40px;line-height:40px; color:#fff; display:inline-block;border:1px solid #000;
	-webkit-border-radius: 3.2px;
	-moz-border-radius: 3.2px;
	-khtml-border-radius: 3.2px;
	border-radius: 3.2px;
	padding:0 21px;
	cursor:pointer
	
}
.htabs a.selected:hover {cursor:default;}

.tab-content {
	padding:20px 0 0;
	margin-bottom: 0;
	z-index: 2;
	clear:both;
	float:left; width:100%
}
.tab-content p strong span { color:#141414}

div.tags { clear:both}
/* box */
.box {
	margin-bottom: 27px;
}
.box .box-heading {padding-bottom:4px;font-weight:400; font-size: 20px; font-family: 'PTSansBold';color:#000;border-bottom:1px solid #d9d9d9; text-transform: capitalize;}
.box .box-content {	}


/*box manuff*/
.manuff_block.box select {   
	margin-top:20px;   
	width:100%;
}

/*box featured*/
.featured .box-product { padding:27px 0 0}
.featured .box-product  > div { display:block}
.featured .box-product .image{ margin-bottom:12px}
/**/
.box.boss_tag{ margin-bottom:35px}
.boss_tag  .box-content {padding-top:10px}
.boss_tag a { display: inline-block; padding: 0 5px 2px 0}
.boss_tag a:hover { /*color:#0b9ec9*/}
/* box products */
.box-product {
	overflow: hidden;
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 13px;
}
.box-product .image img {}
.box-product .name {
	display: block;
	margin-bottom: 4px;
}
.box-product .name a {
	color: #242424;
	font-weight: bold;

}
.box-product .name a:hover{color:#02ADEC}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 4px;
}
.price-old  {color: #5d5d5d;	text-decoration: line-through;}
.box-product .price-old {
	color: #5d5d5d;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {	margin-top: 14px;}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 4px 8px 4px 0px;
}
.box-category > ul > li + li {
}
.box-category > ul > li > a {
	color: #333;
}
.box-category > ul > li > a:hover { color:#0b9ec9}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	color:#0b9ec9;cursor: default;
}
.box-category > ul > li a.active + ul {
	display: block;
	margin:5px 0 0 10px
}
.box-category > ul > li ul > li {
	padding: 5px 5px 5px 0;	
}
.box-category > ul > li ul > li  > a { background: url('../image/icon_li_category.png') 0 4px no-repeat; padding-left:12px}
.box-category > ul > li ul > li  > a:hover, .box-category > ul > li ul > li > a.active{ background-position:0 -20px; color:#0b9ec9}
.box-category > ul > li ul > li > a {
	display: inline-block;
	color:#7f7f7f
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	margin-bottom: 20px;
	padding-top:20px
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.boss_info  { display:block; overflow:hidden;	margin-bottom: 20px;}
.boss_info .image { float:left; margin-right:27px}
.category-info { 
	overflow: auto;

	display:block; overflow:hidden
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #ccc;
}
.category-info h1 { color:#242424;font:bold 12px Arial; margin-bottom:10px}
.category-list { width:100%;
	overflow: hidden;
	margin-bottom: 24px;
}


.category-list ul { margin:2px 0 0;float: left;width: 18%;padding:0}
.category-list ul li  a{background: url('../image/icon_li_category.png') 0 7px no-repeat; padding:3px 0 2px 12px}
.category-list ul li a:hover{ background-position:0 -16px}
.category-list ul li  a { color:#7f7f7f; text-decoration:none; display:inline-block}
.category-list ul li  a:hover { color:#0b9ec9}
/* 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;
	overflow: hidden;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
}
.manufacturer-list ul  a:hover { color:#1e1e1e }
/* product */
.product-filter { height:28px; padding:4px 8px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.product-filter.row { margin-bottom:7px}
.product-filter .display { padding-top:2px;
	margin-right: 15px;
	float: left;
	color: #333;
}
.product-filter .display  b { display:none}
.product-filter .display a, .product-filter .display span { display: block;float: left;margin: 1px 0 0;text-indent: -9999px; width:22px; height:22px; margin-right:6px}
.display span.active-gird, .display a.no-active-gird:hover { background: url('../image/icon_grid_list.png') 0 0 no-repeat;}
.display a.no-active-gird {  background: url('../image/icon_grid_list.png') -22px 0 no-repeat;}

.display  span.active-list, .display  a.no-active-list:hover{  background: url('../image/icon_grid_list.png') 0 -22px no-repeat; }
.display  a.no-active-list{ background: url('../image/icon_grid_list.png') -22px -22px no-repeat;}
.product-filter .sort b , .product-filter .limit b{ font-weight:400; font-size: 10px; font-family: 'PTSansBold'; text-transform:uppercase}
.product-filter .limit select, .product-filter .sort select{
	-webkit-border-radius: 3.2px;
	-moz-border-radius: 3.2px;
	-khtml-border-radius: 3.2px;
	border-radius: 3.2px;
    color: #a9a9a9;
    font-size: 11px;
    height: 28px; line-height:23px;
    padding: 6px ; padding-top:4px\0; padding-bottom:5px\0;
    width: 136px;
}
.product-filter .limit select, .product-filter .sort select{}
.product-filter .limit select option, .product-filter .sort select option{ padding: 0 0 0 10px}
.product-filter .sort {
	float: right;
	color: #333;
	margin-left: 15px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	margin-bottom: 23px;
}
.product-compare a { color:#5d5d5d; font-weight:400; font-size: 12px; font-family: 'PTSansBold'; text-transform:uppercase}
.product-compare a:hover{ color:#02ADEC}

.product-list  { margin-left:-10px; margin-right:-10px; overflow:hidden}
.product-list > div { width:94%!important;
	overflow: auto;
	padding-bottom: 15px;
	position:relative;	
}
.product-list .right {}
.product-list > div + div {
	position: relative;
}

.product-list .image {
	float: left;
	margin-right: 27px;

}
.product-list .image img {}
.product-list .image:hover img  { opacity:0.5; filter: alpha( opacity=50)}
.product-list .name {
	margin-bottom: 5px;
}
.product-list .name a {
	color: #242424;
	font-weight: bold;
}
.product-list .name a:hover { color:#02ADEC}

.product-list .description {
	font-size:11px;
	line-height: 120%;
	margin-bottom: 7px;
	color: #a2a3a3;
}
.product-list .rating {
	margin-bottom:6px;
	color: #7B7B7B;
}
.product-list .price { 	
	margin-bottom:17px;	font:bold 11px Arial; color:#ff0000
}
.product-list .price-old {
	color: #5d5d5d;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	margin-left:15px;
	font:normal 11px Arial;
	font-weight: normal;
	color: #5d5d5d;
}
.product-list .cart {
	margin-bottom: 3px; float:left;
}
.product-list .boss_com_wish {float:left}
.product-list .wishlist, .product-list .compare { 
	padding:10px 0 0 18px;
	margin-bottom: 3px; float:left
}
.product-list > div span.boss_button, .product-grid > div span.boss_button{ float:left}
.product-list > div span.boss_button  input.button, .product-grid > div span.boss_button input.button { float:none;display:inline-block }
.product-grid {
	margin-left: -10px;
    margin-right: -10px;
}
.product-grid > div {
	float:none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
	position:relative
}
.product-grid > div.last { margin-right:0}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
#column-left + #column-right + #content .product-grid .image ,#column-left  + #content .product-grid .image ,#column-right + #content .product-grid .image {margin-bottom: 12px;}
.product-grid .image {
	display: block;
	margin-bottom: 6px;
}
.product-grid .image a { display:block}
.product-grid .image img { max-width:100%}
.product-grid .image:hover img  { opacity:0.5; filter: alpha( opacity=50)}
.product-grid .name {display: block;margin-bottom: 6px;}
.product-grid .name a { color: #242424;font-weight: bold;	}
.product-grid .name a:hover { color:#02ADEC}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 16px;
}
.product-grid .price-old {
	color: #5d5d5d;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
	color:#5d5d5d
}
.product-grid .cart { margin-bottom: 8px;float:left; width:100%}	
.product-grid .compare  { margin-right:16px}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px; display:inline-block
}

/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info .left {
	float: left;
	margin-right: 22px;
	width:280px
}
.product-info .right {
	/*margin-left: 304px;*/
	/*float: left;width: 507px;*/overflow:hidden; display:block; 
}
.product-info .image {
	float: left;
	padding:3px ;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	width: 288px;
	clear: both;
	overflow: hidden;
	position:relative;
	margin-bottom: 10px;
}
.product-info .image-additional img {}
.product-info .image-additional a { margin:0 5px 5px 0;padding:1px;display: inline-block;
		-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;    
    transition: none;
}
.product-info .image-additional a:hover{ border:1px solid #ccc; padding:0}
.product-info .description { color:#7f7f7f; line-height:1.7; border-bottom:1px solid #ccc;margin-bottom: 18px; padding-bottom: 12px; float:left; width:100%}
.product-info .description h1 { color:#242424; font-weight:bold;font-size: 18px}
.product-info .description span { color:#7f7f7f }
.product-info .description a {text-transform:uppercase}
.product-info .description   em { font-style:normal; color:#0da5d2}
.product-info .cart .price {
	overflow: auto;
	font-size: 15px;
	font-weight: bold;
	color: #ff0000;
}
.product-info .cart .price > span { display:inline-block}
.product-info .cart  .price-old {
	color: #5d5d5d;
	text-decoration: line-through;
	margin-right:10px;
	font-size: 11px;
	font-weight: normal;
}
.product-info .price-new {
	color: #ff0000;
}
.product-info .cart  .price-tax {
	padding-left:10px;
	font-size: 11px;
	font-weight: normal;
	color: #5d5d5d;
	display:inline
}

.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 {float:let; width:100%; clear:both;
	border-bottom: 1px solid #ccc;
	padding: 0 0 22px 0;
	margin-bottom: 16px;
	color: #5d5d5d;
	overflow: hidden;
}
.product-info .options select { width:246px; margin-top:5px}
.product-info .options input[type="text"] { width:236px;margin-top:5px}
.product-info .options textarea { width:406px;margin-top:6px ; overflow:auto}
.product-info .options h2 {
	text-transform:uppercase; font-size:11px;margin-bottom:0;
}
.product-info .options b {	
	color:#5d5d5d;
	padding-bottom:5px; 
}
.product-info .option { margin-top:12px}
.product-info .options input[type="text"]{ margin-bottom:-3px}
.product-info .option  .boss_button.button_black { margin:17px 0 1px; display: inline-block; padding:0; background:none}
.button { border:1px solid #000; background-color:#000; border-top:0}
.button.hover{ background-color:#333;border-color: #333; }

.product-info .boss_radio  { float:left; width:39%; margin-bottom: 16px;}
.product-info .boss_checkbox{ float:left; width:61%; margin-bottom: 14px;} 
.product-info .boss_radio b, .product-info .boss_checkbox b { display:inline-block; margin-bottom:1px;margin-top: 1px;}
.product-info .boss_radio label, .product-info .boss_checkbox label{  display:inline-block; margin-bottom:2px}
.product-info .option.float-left, .product-info .option.float-right{ width:40%; float:left; margin-bottom:11px}
.product-info .option.float-left input[type="text"], .product-info .option.float-right input[type="text"] { width:140px}
.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 { float:let; width:100%; clear:both;
	color: #4D4D4D;
	overflow: hidden;
	padding-bottom:5px
}
.product-info .cart strong { color:#5d5d5d;padding-bottom:5px; display:block}
.product-info .cart div { color:#a2a3a3;
	float: left;
	vertical-align: middle;
	width:100%;
	padding-bottom:17px
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
}
.product-info .cart div input[type="text"]{ width:236px; padding:6px 5px}
.product-info .cart div  > a { /*color:#a2a3a3;*/ font-size:11px; text-decoration:none}
.product-info .cart div  > a:hover { /*color:#0B9EC9*/}
.product-info .cart .minimum {padding-bottom: 0;
	padding-top: 10px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .cart  .boss_button{ width:auto; float:left; margin-right:18px}
.product-info .cart  .wishlist, .product-info .cart  .compare { 
	padding:10px 0 0 0;
	margin-bottom: 3px; float:left; width:auto
}
.product-info .cart  .compare  { padding-right:18px}
.product-info .cart .wishlist a, .product-info .cart  .compare a{ font-size:11px;padding-left: 13px;
	display: block; background: url('../image/add.png') left center no-repeat; }
	
.wishlist a, .compare a{ font-size:11px;color: #5d5d5d;padding-left: 13px;
	display: block; background: url('../image/add.png') left center no-repeat; }
.wishlist a:hover ,.compare a:hover	{ color:#0B9EC9}
.product-info .cart div.boss_com_wish {float:left; width:auto}

.product-info .review { float:let; width:100%; clear:both;
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px 0;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {}
#tab-related ul li  { margin-right:40px}
#tab-related ul li .name {margin-bottom:6px; display:block; }
#tab-related ul li a {  color: #242424;font-weight: bold;}
#tab-related ul li a:hover { color:#02ADEC}
#tab-related  .rating{ margin-bottom:6px}
#tab-related  .price { color:#ff0000; font-weight:bold; margin-bottom:16px; display:block}

#tab-review input[type="text"]{ margin:5px 0}
#tab-review textarea{  display:block;margin:5px 0}

#cboxCurrent { display:none!important}

.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 #dcdcdc;
	border-left: 1px solid #dcdcdc;
	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 #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.compare-infomation {
    overflow-x: auto;
    overflow-y: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 3.2px;
	-moz-border-radius: 3.2px;
	-khtml-border-radius: 3.2px;
	border-radius: 3.2px;
	border:1px solid #C2C2C2; border-bottom:0
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
	
	
}
.compare-info thead td, .compare-info thead tr td:first-child {
	text-transform: none;
	text-align: left;
	padding: 13px 7px 12px 20px;
    color: #000000;
   font-weight:400; font-size: 14px; font-family: 'PTSansBold';
}
.compare-info tr td:first-child {
	color: #141414;
	font: bold 11px arial;
	text-align: left;
	text-transform:uppercase; padding-left:18px;
	
}
.compare-info td {
	padding: 18px;
	width: 20%;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dcdcdc;
}
.compare-info .name a {
	font-weight: bold;
	color:#242424
}
.compare-info .name a:hover { color:#02ADEC}
.compare-info .price-old {
	font-weight: bold;
	color: #5d5d5d;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
.compare-info td.boss-brand{text-transform:uppercase; }
.compare-info td.boss-vailability{  color: #3A8A00;font: italic bold 12px Arial;}
table.compare-info .remove { position:static; margin-top:10px}
/* wishlist */
.wishlist-info { border:1px solid #c2c2c2; margin-bottom: 25px;padding-bottom:25px;
	-webkit-border-radius: 3.2px;
	-moz-border-radius: 3.2px;
	-khtml-border-radius: 3.2px;
	border-radius: 3.2px;}
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	
}
.wishlist-info td {
	padding:13px 7px 12px 20px;
}
.wishlist-info thead td {
	color: #000;
	border-bottom: 1px solid #c2c2c2;
	font-weight:400; font-size: 14px; font-family: 'PTSansBold';
}
.wishlist-info thead .image {}
.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;
	padding: 38px 18px 0;
}
.wishlist-info tbody .image img {}
.wishlist-info tbody .image {
	padding-top:15px;
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .stock { color:#3a8a00; font:bold italic 12px Arial}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .name a, .wishlist-info tbody .model{ color:#242424; font-weight:bold}
.wishlist-info tbody .name a:hover { color:#02ADEC}
.wishlist-info tbody .price s {color: #5D5D5D;font-weight: bold;text-decoration: line-through;margin-right:5px}
.wishlist-info tbody .price b { font:bold 12px Arial}
.wishlist-info tbody .action  { padding-top:28px}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.wishlist-info tbody .thumb_image { position:relative}
.wishlist-info .cart .boss_button { white-space: nowrap;}

.login-content {
	margin:0 0 20px;
}
#content .login-content  .content {padding-top:10px}
.login-content h1 {
	font-weight:400; font-size: 20px; font-family: 'PTSansBold'; margin-bottom:22px; color:#000
}
.login-content h2{
	color:#000; text-transform:uppercase; font-size:11px
}
.login-content p { color:#5D5D5D}
.login-content .right a { color:#7F7F7F; display:inline-block; margin:10px 0 0 0; font-size:11px}
.login-content .right a:hover { color:#0B9EC9;}
.login-content .left {
	/*float: left;*/ display:inline-block; margin-right:10px;vertical-align:top;
	width: 48%;
}
.login-content .right {
	/*float: right;*/display:inline-block;vertical-align:top;
	width: 50%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
.login-content  input[type="text"],.login-content  input[type="password"] { width:300px; margin:5px 0}
.login-content  .right .boss_button{ float:left; margin-right:10px}
 
/* 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-form {}
.container .return-product .columns , .container .return-detail .columns{ margin-right:20px}
.return-form input[type="text"],.return-form input[type="password"],.return-form textarea { margin:2px 0 5px}

.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-detail  b { margin-bottom:8px; display:inline-block}
.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 {
	border:1px solid #c2c2c2;margin-bottom: 17px;padding-bottom:20px;
	-webkit-border-radius: 3.2px;
	-moz-border-radius: 3.2px;
	-khtml-border-radius: 3.2px;
	border-radius: 3.2px;
}
 
.cart-info table {
	width: 100%;	
	border-collapse: collapse;	
}
.cart-info td {
	padding: 13px 7px 12px 20px;
	text-align:left
}
.cart-info thead td {
	color: #000;
	border-bottom: 1px solid #c2c2c2;
	font-weight:400; font-size: 14px; font-family: 'PTSansBold';
}
.cart-info thead .image {
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
}
.cart-info tbody td {
	vertical-align: top;
}
.cart-info tbody .image img {}
.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  .thumb_image { float:left; margin-right:15px;position: relative;}
.cart-info tbody  .name { /*float: left;*/ padding-top:17px;color:#a2a3a3; font-size:11px; display:block; overflow:hidden}

.cart-info tbody .model, .cart-info tbody  .price,  .cart-info tbody  .total{ padding-top:30px}
.cart-info tbody .name a , .cart-info tbody .model{color:#242424; font:bold 12px Arial; text-transform:none}
.cart-info tbody .name a:hover { color:#02ADEC} 
.cart-info tbody .model { }
.cart-info tbody .quantity { padding-top:27px; padding-left:22px}
.cart-info tbody .quantity input {color:#454545; width:auto;border:0; padding:0; background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 2px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	padding-top: 0 !important;
	display: none;
}
.cart-module { color:#5d5d5d; font-weight:bold; overflow: hidden; padding-bottom: 30px;}
.cart-module p { font-weight:normal; margin-bottom:14px}
.cart-module table td { padding:0 0 5px 0}
.cart-module table td:first-child { width:110px; vertical-align:top; padding-top:8px}
.cart-module .boss_button.button_black { margin:5px 0 0 114px; display: block;}
.cart-module #voucher .boss_button.button_black { margin-left: 197px;margin-top: 10px;}
.cart-module #coupon .boss_button.button_black { margin-left: 142px;margin-top: 10px;	}
.cart-module select{ width:248px}
#cboxLoadedContent table.radio tr td:first-child input{margin:0}

.cart-info tbody .boos_use_voucher .name { color: #242424; font: bold 12px Arial;  left: 91px; position: relative;padding-top:15px}
.cart-info tbody .boos_use_voucher .name  .a_move{ margin-right:7px}

	
.cart-total {
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
	padding-top: 22px;
	margin-bottom: 15px;
	clear:both
}
.cart-total table { margin-bottom:10px}
.cart-total td {
	padding: 3px 0 5px;
	text-align: left; width:236px
}
.cart-total td  .buttons {margin-bottom: 26px;}
.cart-total td.left{ color:#5d5d5d}
.cart-total td.left.last { font-size:18px}
.cart-total td.right { text-align:left; color:#ff0000; font-weight:bold}
.cart-total td.right.last { font-size:18px}
.cart-total div.right a.button, .cart-total  div.left a.button{ background: url('../image/btn_checkout.png') left 0 no-repeat; padding:0 0 0 7px; display:inline-block; height:52px; line-height:52px;border:none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;}
.cart-total a.boss_button.button_cart {margin-left:0; float:left; padding: 0 0 0 5px;}
.cart-total a.boss_button.button_cart:hover { margin-left:0;float: left;}
.cart-total a.button span { background: url('../image/btn_checkout.png') right -52px no-repeat; padding:0 67px 0 47px; display:inline-block; border:none; height:52px; font-weight:400; font-size: 18px; font-family: 'PTSansBold';line-height:52px; text-transform:uppercase;  color:#01677a; text-shadow:1px 1px 0 #68e6ff; -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0; }


#content .content.choice_shopping_cart{ color:#5d5d5d; padding-top:10px}
.choice_shopping_cart h2 { font-size:14px; margin-bottom: 11px;}
.choice_shopping_cart p  { font-size:11px}
.choice_shopping_cart table.radio tr td:first-child input {   margin-top: -2px;}

 
/* checkout */
.checkout-heading {
	font-size:18px; font-weight:normal;font-family: 'PTSansRegular'; color:#7f7f7f; height:40px; line-height:40px;background: url('../image/bkg_step.png')  0  0 repeat-x;border:1px solid #000; color:#fff;
	-webkit-border-radius: 3.2px;
	-moz-border-radius: 3.2px;
	-khtml-border-radius: 3.2px;
	border-radius: 3.2px;
	margin-bottom:13px;
	padding:0  19px
}
.checkout-heading span { float:left}
.checkout-heading a {
	font-size:14px; font-weight:normal;font-family: 'PTSansRegular';line-height:37px;	
	float: right;
	margin-top: 1px;
	font-weight: normal;
}
.checkout-content {
	padding: 7px 0px 35px 0px;
	display: none;
	overflow: hidden;
	position: relative;
}
.checkout-content .left {
	float: left;
	width: 50%;
}
.checkout-content .right {
	float: left;
	width:50%
}
#checkout  .checkout-content .left {
	width: 44%;
	margin-right:34px;}
.checkout-content textarea { margin-top:8px}
.checkout-content  h2 { margin-bottom:12px}
.checkout-content  p { margin-bottom:9px; }
.checkout-content .left p span { font-size:11px}
.checkout-content .left label { display:block; margin:-2px 0 4px 0; cursor: default;}
.checkout-content .left span span { background:none; height:auto; padding:0}
.checkout-content input[type="radio"], .checkout-content input[type="checkbox"] { margin-left:0}
.checkout-content .right .boss_button { float:left}
.checkout-content .right a { float:left; font-size:11px; padding:10px 0 0 11px}
.checkout-content .right b { display:block; margin-bottom:7px; color:#5d5d5d;  margin-top: 5px;}
.checkout-content  input[type="text"] , .checkout-content  input[type="password"]  { width:83.333%}
.checkout-content .right input[type="password"]{ margin-bottom:10px}
.checkout-content  .payment .right { float:right}
span.wait{ position:absolute; bottom:15px; left:0}
.checkout-content .buttons {
	clear: both; margin-bottom:0
}
.checkout-content .buttons .right{ width:auto}
.checkout-product table {
	width: 99.9333%;
	border-collapse: collapse;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td { color:#000;font-size:14px; font-weight:normal;font-family: 'PTSansRegular'; border-bottom:1px solid #dcdcdc}
.checkout-product tfoot td  b { color:#5d5d5d; font-weight:normal}
.checkout-product tbody .name a { color:#242424; font-weight:bold}
.checkout-product tbody .name a:hover { color:#02ADEC}
.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 #dcdcdc;
}
.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 #dcdcdc;
}
#payment-address .error{ padding:0 0 2px 0; margin-top:-4px}
#payment-address .checkout-content .left, #payment-address .checkout-content .right{ color:#5d5d5d; font-weight:bold}
#payment-address .checkout-content .buttons .left , #payment-address .checkout-content .buttons .right{ font-weight:normal}
#payment-address b { font-weight:normal}
#payment-address .checkout-content  input, #shipping-address  .checkout-content  input{ margin:6px 0 7px}
#payment-address .checkout-content  input[type="button"], #shipping-address  .checkout-content  input[type="button"]{ margin:0}
#payment-address select.large-field{margin:6px 0 7px; width:85.333%} 
#payment-address .checkout-content .left h2 {  margin-top: 58px;padding-top: 55px;}
#payment-address .checkout-content .left h2:first-child { margin-top:0; padding-top:0}
#payment-address .checkout-content input[type="checkbox"]{ margin-right:8px}
#payment-address .checkout-content a { font-weight:normal; color:#7f7f7f}
#payment-address .checkout-content td { padding:0}
#payment-address .checkout-content td:first-child ,
#shipping-address .checkout-content td:first-child{ padding-top:12px; width:170px;vertical-align: top;}
#shipping-address .checkout-content td:first-child { padding-top:15px}

#shipping-method table.radio tr td:first-child input, #payment-method   table.radio tr td:first-child input{ margin-top:-2px}

#payment-method .checkout-content .left { width:100%}
#payment-new .error { padding:0; margin-top:-4px}

.payment div.right input.button { float:left}


.boss_contact input[type="text"], .boss_contact input[type="password"], .boss_contact textarea{ margin:5px 0; width:238px!important}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
#content .contact-info .content { padding:10px 0;overflow: hidden;}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info a { }
.sitemap-info  li ul { padding-left:20px}

/* footer */ 
.footer_bkg { background-color:#transparent; width:100%; float:left}
#footer {
	background-color:#f5f5f5;
	clear: both;
	overflow: visible;
	min-height: 100px;
	padding: 20px 0 10px;
	margin-top:75px;
	border-top:3px solid #eee	
}
#footer h3 {
	color: #454545;
	font-weight:400; font-size: 14px; font-family: 'PTSansBold';
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
	font
}
#footer .column{
	float: left;
	min-height: 100px;
	width:212px
}
#footer .column h3  , #footer  .block-footer.last h3{ 	color: #333;font-weight:400; font-size: 11px; font-family: 'PTSansBold'; margin-bottom:8px}
#footer .column ul {}
#footer .column ul li {
	margin-bottom: 9px;
}
#footer .column a {
	font-size:11px;
	color: #747474;
}
#footer .column a:hover {color:#02ADEC}
#powered { 
	font-size:11px;
	padding:22px 0 56px;
	clear: both;
}
.powered_bottom { float:right; }
.powered_top{float:left;color:#666;}
.powered_top br { display:none}
#powered a {font-size:11px; color:#666;}
#powered a:hover {color:#02ADEC}
#powered form { float:right; margin-left:20px;}
#powered form a{ color:#828282; font:bold 10px Arial; text-transform:uppercase;  margin-left:5px; display:inline-block; width:22px; height:22px; line-height:22px;line-height:21px\0; text-align:center}
#powered form a:hover { text-decoration:none; cursor:pointer}
#language {
	/*position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;*/
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency { }
#currency a {}
#currency a b, #language a.active, #language a:hover , #currency a:hover{ 
	background:#000;color: #fff; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;	
	cursor:default
}
#currency a b {width:100%; height:100%; text-align:center;display:inline-block; font-weight:normal	}
#currency a:hover b, #language a.active:hover{ text-decoration:none; cursor:default}
#currency a , #language a{ 	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;    
    transition: none;}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 24px;max-width: 100%;
}
#column-left + .banner, #column-right .banner { margin-bottom:27px}
#banner1 { padding-top:25px}

#column-left + #content .banner div  , #column-right + #content .banner div , #column-right + #column-right + #content .banner div { text-align:center }

/*boss_account left */
.boss_account { margin-bottom:25px;clear: both;}
.boss_account ul{ margin-top:13px}
.boss_account li { padding:4px 0}
.boss_account li a { color:#5d5d5d; font-weight:bold}
.boss_account li a:hover , .boss_account li a.active { color:#0b9ec9; text-decoration:none}
.boss_account li a.active { cursor:default}
/*boss_myaccount*/
#content.boss_myaccount .content{ padding-top:6px; margin-bottom:30px}
#content.boss_myaccount .columns  { display:inline-block; vertical-align:top; margin-right: 10px;   width: 48%;margin-bottom:20px}
.boss_myaccount ul li { margin:2px 0 9px}
.boss_myaccount ul li a { color:#7f7f7f}
.boss_myaccount ul li a:hover{ color:#02ADEC}

.group-banner-home { clear:both; float:left; margin:4px 0 27px}
.group-banner-home .group-left{float:left; width:736px; margin-right:14px}
.group-banner-home .group-right{float:left; margin-right:-6px}
.group-banner-home  a { float:left }
.group-banner-home .group-left a:first-child  {margin:0 20px 0 -9px }
.group-banner-home .group-left .banner-home-3 { margin:-10px 0 0}
.group-banner-home .group-right .banner-home-4 { margin-top:-4px }
.banner-mid-home { margin-bottom:32px; overflow:hidden}
a.banner-mid-home-1, a.banner-mid-home-2 { margin-right:9px; vertical-align:middle; display: inline;float:left; margin-bottom:10}
a.banner-mid-home-2 { margin-right:0}

.box.boss_featared  { clear: both; padding-top: 32px;margin-bottom: 0;overflow:hidden;position: relative;}
.box.boss_featared .box-content{ overflow:hidden}
.boss_featared .product-grid {overflow:hidden ;margin-right:-11px; margin-left:-9px}
.box.boss_featared .box-heading, #boss_filter_category.box .box-heading { border:none; text-align:center; margin-bottom:21px;font-size:24px; font-weight:normal;font-family: 'PTSansRegular'; letter-spacing:-1px }
.boss_featared .product-grid > div  { margin-bottom:0;}
.boss_featared  .box-product { margin:0 -20px}
.boss_featared .box-product  div.one-product {  width:20%; margin:0; /*background: url('../image/line_featured.png') right 0 repeat-y;*/ position: relative;}
.boss_featared  .box-product  > div  > div{margin: 0;padding-right:30px;padding-bottom:5px; padding:0 28px 20px }
.boss_featared  .product-grid .price {margin-bottom:0}
.boss_featared .boss_label{ top:0; left:28px}




.slideshow { width:64.3%; float:left; margin-right:18px}
.static-shop-by { float:right; background: url('../image/bkg_right_slide.png') left 0 repeat;padding:33px 0 0 0;width:430px;text-align:center; margin-bottom:28px;margin-bottom:28px;
	-webkit-border-radius: 3.2px;
	-moz-border-radius: 3.2px;
	-khtml-border-radius: 3.2px;
	border-radius: 3.2px;}
.static-shop-by ul { float:left; margin:32px 0 5px; text-align:left; margin-top:30px\0; margin-bottom:8px\0}
.static-shop-by ul.boss_first { margin-right:15px;margin-left:64px}
.static-shop-by ul  li{  margin-bottom:17px}
.static-shop-by ul  li a{ background:url("../image/icon_li_active.png") no-repeat scroll left center; padding-left:15px;display:inline-block; color:#0b9ec9 }
.static-shop-by ul  li a:hover{ background:url("../image/icon_li_active_b.png") no-repeat scroll left center;text-decoration:none; color:#000}

.static-shop-by .shop_by_2 {display: block; margin-bottom: -3px; clear:both}



.login-content.affiliate { margin-top:0}
.login-content.affiliate .right span.boss_button { float:left; margin:10px 10px 0 0}
.login-content.affiliate .right  a { padding-top:10px}


p.check_search { margin-bottom:5px}
p.check_search input[type="text"] { margin: 5px 0;}
p.check_search select {width: 246px; margin: 0 0 15px;}


@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/ptsans/PTS75F.eot');
    src: url('../fonts/ptsans/PTS75F.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans/PTS75F.woff') format('woff'),
         url('../fonts/ptsans/PTS75F.ttf') format('truetype'),
         url('../fonts/ptsans/PTS75F.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

} 
/*
@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/PTS75F-webfont.eot');
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS75F-webfont.woff') format('woff'),
         url('../fonts/PTS75F-webfont.ttf') format('truetype'),
         url('../fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*register*/
h2.boss_title {font-size:20px; font-weight:normal;font-family: 'PTSansRegular'; margin-bottom:23px; color:#000; text-transform:none}
.register {}
.register  h2{ color:#000; text-transform:uppercase; font-size:11px; margin-bottom:10px}
.register table.form { margin-bottom:30px}
#content .register .content { padding-top:0; margin-bottom:7px}
#content .register table.form td { color:#5d5d5d; font-weight:bold}
#content .register table.form td:first-child { width:127px; padding-top: 10px; vertical-align: top;}
#content .register input[type="text"], #content .register input[type="password"], #content .register textarea { width:515px}
#content .register select { width:525px}
#content .register .content.boss_newletter{ margin:0}
.boss_newletter table.form { margin:0 0 9px 0}
.boss_newletter table.form tr td:first-child { padding-top:3px}
.boss_newletter table.form tr td { padding-top:1px}
#content .register .boss_button{ margin-top:15px; display:block}
#content .register  .buttons,  #content .register  .buttons a b, a b { color:#5d5d5d; font-weight:normal}
a:hover b { text-decoration:underline}


/*catelogy*/
.boss_label { background: url('../image/i_saleoff.png') left 0 no-repeat; width:44px; height:47px; position:absolute; top:10px; left:10px ; text-indent:-9999px }
.price, .total { color:#ff0000; font:bold 12px Arial}

.container {z-index:6}
input, input:active, input:focus, :visit{overflow: visible;}
input[type="radio"], input[type="checkbox"] {  vertical-align:-2px; margin-left:0; margin-right:5px; margin-left:-3px\0!important}



/* button */
/*.boss_button, a.button, #header  a.boss_button.button_black   { background:none!important; padding:0;	-webkit-border-radius: 3px;display:inline-block;text-align:center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;    
    transition: background-color 0.5s ease-in-out;}
table td a.button, input.button, input.button_cart, a.button span, a.boss_button.button_black  span, .cart  .boss_button span {margin-left:0; margin-right:0;
	display: inline-block;font-weight:400; font-size: 12px; font-family: 'PTSansBold'; text-transform:uppercase;cursor: pointer;
	text-decoration: none;border-right:0;display:inline-block;
	background-image: url('../image/bkg_button.png'); background-position: 0 0; background-repeat: repeat;background-color: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding:9px 15px 6px; border:1px solid #000	; border-top:0
}*/

input[type="button"],input[type="submit"], a.boss_button, a.button, #header  a.boss_button{ margin-left:0; margin-right:0;display:inline-block;
	display: inline-block;font-weight:400; font-size: 12px; font-family: 'PTSansBold'; text-transform:uppercase;cursor: pointer;
	text-decoration: none;border-right:0;display:inline-block;padding:0 15px; border:1px solid #000	;height:31px; line-height:32px;
	background-image: url('../image/bkg_button.png'); background-position: 0 -1px; background-repeat: repeat;background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;    
    transition: all 0.5s ease-in-out;
	}
a.boss_button, a.button, #header  a.boss_butto { line-height:33px}
input[type="button"], input[type="submit"]{ visibility:visible; overflow:visible }
input[type="button"]:hover,input[type="submit"]:hover,  a.boss_button:hover, a.button:hover, #header  a.boss_button:hover { background-color:#333; border:1px solid #333;  color:#000;	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;}
input[type="button"],input[type="submit"], a.boss_button, a.button  { color:#fff}
div.right input.button , div.left input.button, input.button {  display: block;}

.cart   input[type="button"],.cart a.boss_button{ background-color:#00a9cb; border:1px solid #00a9cb; overflow:hidden;display:block ;width:130px;text-overflow: ellipsis; white-space: nowrap; padding:0 10px; text-align:center;line-height:30px;}
.cart a.boss_button  {line-height:32px; width:110px}
.cart   input[type="button"]:hover, .cart a.boss_button:hover{  background-color:#333;background-color:#333; border:1px solid #333;  color:#000;}

a.boss_button.button_cart, a.boss_button.button_cart:hover { background: url('../image/btn_32_grey.png') left 0 no-repeat!important; display:inline-block; margin-left:5px; float:right; margin-bottom:5px; height:32px!important; line-height:34px;  padding: 0 0 0 5px; border:none!important;	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;    
    transition: none;}
a.boss_button.button_cart span ,a.boss_button.button_cart:hover span{ background: url('../image/btn_32_grey.png') right -32px  no-repeat!important;text-shadow:none ; color:#6a6a6a; text-transform:uppercase;display: inline-block; padding: 0 10px 0 5px;}

a.button:hover, input.button:hover, a.boss_button:hover { text-decoration:none!important}
.buttons {
	overflow: hidden;
	margin-bottom: 20px;
}
.buttons .left { margin-right:10px;
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*footer*/
#footer .block-footer:first-child { position: relative;top: -77px;margin-bottom: -103px;}
.block-footer  { overflow:hidden}
.block-footer .block-content > div {  text-align:center; font-size:12px; color:#747474; padding:21px 100px 25px; border-bottom:1px solid #bfbfbf; margin-bottom:29px}
.block-footer.last .block-content > div { margin-bottom:5px}
.block-footer .block-content > div h3 { font-weight:400; font-size: 14px; font-family: 'PTSansBold'; color:#454545; text-transform:uppercase; margin-bottom:13px }
.block-footer .block-content > div a {font-size:11px; color:#747474; display:inline; padding:0 0 5px; line-height:18px }
.block-footer .block-content > div a:hover { color:#02ADEC}
/*#static-footer-top div.block-review  + div {  text-align:center; font-size:11px; color:#747474; padding:21px 100px 25px; border-bottom:1px solid #bfbfbf; margin-bottom:27px }
#static-footer-top div.block-review  + div  h3 { font:14px 'PTSansBold'; color:#454545; text-transform:uppercase; margin-bottom:13px}
#static-footer-top div.block-review  + div a {font-size:11px; color:#747474; display:inline; padding:0 5px 5px; line-height:18px }
#static-footer-top div.block-review  + div a:hover { color:#02ADEC} */

.block-footer .block-content > div.block-review { 
	border:1px solid #dcdcdb;border-bottom:1px solid #cbcbca; background:#fff  url('../image/bkg_block-footer.png') center bottom repeat-x; overflow:hidden;padding:19px 19px 10px 19px;text-align:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.block-footer .block-content > div.block-review .one-review { float:left; width:50%; padding:0 }
.block-footer .block-content > div.block-review .one-review:first-child {}
.block-footer .block-content > div.block-review .one-review .boss_img { 
	background: url('../image/bkg_img.png') left 0 no-repeat;float:left;  height: 70px;padding: 3px 2px 2px 3px;width: 62px;margin-right:8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.block-footer .block-content > div.block-review .one-review img {width:61px; height:61px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.block-footer .block-content > div.block-review  .info { display:block; overflow:hidden;background: url('../image/icon_text.png') left 0 no-repeat; padding:3px 20px 0 26px; color:#5b5b5b; margin-top:8px }
.block-footer .block-content > div.block-review  .info  p { margin-bottom:4px;}
.block-footer .block-content > div.block-review  .info p.author { text-transform:uppercase; font:bold 10px Arial; color:#333333}
.block-footer .block-content > div.block-review  .info p.author span { color:#02adec}

#static-footer-bottom { width:446px; float:left}
.block-footer .block-content > div.payment,  .block-footer .block-content > div.about-us { float:left; width:50%; padding:0; border:none; text-align:left}
.block-footer .block-content > div.payment { margin-right:20px; width:45%}
.block-footer .block-content > div.payment a { display:inline-block; margin:0 5px 7px 0; padding:0 }
.block-footer .block-content > div.about-us a{ display:inline-block; margin:0 5px -2px 0; padding:0 }
.block-footer .block-content > div.about-us a img:hover { 
zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opactiy 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
}

.block-footer .block-content > div.about-us > div:first-child { padding-bottom:13px}
#footer .block-footer  .about-us h3 { margin-bottom:3px}
.block-footer .block-content > div.about-us p { margin-bottom:5px}
.block-footer .block-content > div.about-us p a { color:#0b9ec9; text-transform:uppercase; font:bold 10px Arial;background: url('../image/icon_find.png') right center no-repeat; padding-right:20px }
.block-footer .block-content > div.about-us p a:hover { color:#747474}
.block-footer .block-content > div.about-us ul li { float:left}

a.shopnow:hover { text-decoration:none}
a.shopnow { 
	background-color:#000; padding:0 1px 1px;	-webkit-border-radius: 3px;display:inline-block;width:99%;margin-top: 17px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;    
    transition: background-color 0.5s ease-in-out;}
a.shopnow span { 
	display: inline-block;font-weight:400; font-size: 12px; font-family: 'PTSansBold';line-height:34px; text-transform:uppercase;  color:#fff; height:32px;cursor: pointer;
	text-decoration: none;border-right:0;display:inline-block;border:none;
	background-image: url('../image/bkg_button.png'); background-position: 0 0; background-repeat: repeat-x;background-color: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width:100%}
a#shopnow-0.shopnow  { background-color:#cf0000; }
a#shopnow-1.shopnow  { background-color:#F95B00; }
a#shopnow-2.shopnow  { background-color:#FDB90E; }
.boss_filter_category  .caroufredsel_wrapper{overflow:hidden;}
.boss_filter_category  .list_carousel ul {margin-left:1px!important} 

#container.box{	
	overflow:hidden;
	width:1200px;
	margin:10px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	box-shadow: 0 0 8px #666;
}
#container.box #header {

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
	
/*	Category boxes
	-------------------------------------------------- */
#menu ul li .ajax_block_product .exclusive:hover {
    color: #202020;
    text-decoration: none;
}
#megamenu-responsive {
    clear: both;
    /*display: none;*/
    line-height: 17px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 98;
	padding:10px 0;
}
.menu-toggle > p {
    background: url("../image/menu_res.png") no-repeat scroll 50% center transparent;
    display: block;
    float: left;
    height: 30px;
    margin: -6px 10px 0 0;
    width: 30px;
}
.menu-toggle {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    margin: 0 !important;
    padding: 5px;
}
#megamenu-responsive-root {
}
#megamenu-responsive-root > li {
    display: block;
    font: 700 14px/16px "Lato",arial;
    padding: 10px 0;
    text-transform: uppercase;
}
#megamenu-responsive-root li.root { padding: 0}
#megamenu-responsive-root li.root > ul {
    display: none;
}
#megamenu-responsive-root li.root.open > ul {
    display: block;margin-top:2px
}
#megamenu-responsive-root li.parent > ul {
    display: none;
}
#megamenu-responsive li.parent {
    clear: both;
}
#megamenu-responsive .root li {
    padding: 10px 0;
	background-color: #1AC9E8;
    background-image: url("../image/bkg_menu_respon.png");
    background-position: 0 0;
    background-repeat: repeat-x;
}
#megamenu-responsive .root li + li {}
#megamenu-responsive .root li a:hover {
    text-decoration: none;
}
#megamenu-responsive li.parent ul {
    clear: both;
}
#megamenu-responsive .root li ul {
    overflow: hidden;
}
#megamenu-responsive ul span {
}
#megamenu-responsive .root > ul > li > a { text-indent:5px}
#megamenu-responsive .root > ul > li > a, #megamenu-responsive .root > ul > li > ul > li > a {
    color: #202020;
    text-transform: capitalize;
}
#megamenu-responsive .root > ul > li > ul > li > a { text-indent:20px; text-transform:capitalize}
#megamenu-responsive a {
    display: block;
}
#megamenu-responsive li.parent > a span {
    display: block;
}
#megamenu-responsive li.parent > p {
 
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 10px;
    padding: 4px 10px 7px;
    text-align: center;
    width: 10px;
	margin-bottom:0
}
#megamenu-responsive .root li ul { border:1px solid #dbdbdb; border-top:0;background-color:#fff
}
#megamenu-responsive .root li ul li { border-top:1px solid #ccc; margin:0;background-color:#fff;    background-image:none;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
#megamenu-responsive .root li ul li:first-child { border:none}
#megamenu-responsive .root li ul li:hover { background:none!important}
#megamenu-responsive .root > ul > li > a{ color:#fff}
#megamenu-responsive .root > ul > li > a:hover { color:#fff}
#megamenu-responsive .root > ul > li > ul > li > a{ color:#141414}
#megamenu-responsive .root > ul > li > ul > li > a:hover { color:0B9EC9}

#at_hover a { 
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;    
    transition: none}
a#sft_quickshop_icon{ z-index:6}
#cboxWrapper .product-info  .right { float:none; width:auto; overflow:hidden; display:block}

.colorpicker input { width:auto!important}
.container_24, #page { clear:both}

a.sft_quickshop_icon{ z-index:6}


.product-filter .limit select, .product-filter .sort select,
.article-filter .limit select, .article-filter .sort select{ padding-top:7px\0}
.cloud-zoom-title { left:0}
.cboxPhoto { margin-top:0!important}

.boss_quickshop .product-info .left{ width:280px; float:left}
.boss_quickshop .product-info .right{float:left;width: 520px; overflow:visible;display:inline-block}

.fancybox-lock .fancybox-overlay {overflow:auto!important}
 @media screen and (-webkit-min-device-pixel-ratio:0)
{
	#header #cart .content { top:34px}
	.container { position:static!important}
	.boss_header_1{ position:relative!important}	
	.flex-viewport { width:695px}
	.hc-es-carousel ul li { width:199px!important; margin-right:21px!important}
}

