html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body,input {
	background-color: #ededed;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #2B4775;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #2B4775;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #2B4775;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px dashed #DDDDDD;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
/*	background: url("../image/snowflakes.png") repeat-y scroll 50% 0 rgba(0, 0, 0, 0);*/
	text-align: left;
}
#column-left {
	float: left;
	width: 235px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 316px;
	margin-bottom: 43px;
	background-color: #fff;
	padding: 0px 20px;

}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 235px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header-wrap {
	background: url("../image/top_bg.png") repeat-x scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#header-wrap2 {
	background: url("../image/main_top.png") no-repeat center 36px transparent;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header {
	height: 263px;
/*	margin-bottom: 8px;*/
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	width: 1000px;
}
#logo {
	position: absolute;
	bottom: 15px;
	left: 45px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#logo a {
	text-decoration: none;
	color: #000;
}
#logo img {
	padding-bottom: 2px;
	padding-left: 16px;
}
#language {
	position: absolute;
	bottom: 25px;
	right: 270px;
	width: 80px;
	color: #fff;
	line-height: 17px;
	font-weight: bold;
	z-index: 10;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	margin-top: 3px;
}
#currency {
	width: 75px;
	position: absolute;
	bottom: 24px;
	right: 190px;
	color: #fff;
	line-height: 17px;
	font-weight: bold;
	z-index: 10;
}
#currency a {
	display: inline-block;
	padding: 0 4px;
	border: 1px dashed #999;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 3px;
	font-size: 11px;
	line-height: 13px;
}
#currency a b {
	color: #fff;
	text-decoration: none;
}
#header  #cart {
	position: absolute;
	top: 197px;
	right: 0px;
	z-index: 9;
	min-width: 367px;
	background: url('../image/shopping_cart.png') 100% 0% no-repeat;
}
#header #cart .heading {
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin-left: 172px;
	margin-bottom: 15px;
	margin-top: 14px;
	margin-right: 30px;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 13px;
	min-width: 120px;
	background: none;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;

}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
/*	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 20px;*/
	display: block;
	width: 100px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 7px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px dashed #999;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
	background: url("../image/cart_bg.png") repeat scroll 0 0 transparent;
	color: #ffffff;
}
#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: #FFF;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info td  a {
	color: #FFF;
	cursor: pointer;
    text-decoration: underline;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #FFF;
}
.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: #FFF;
	padding: 4px;
}

#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .checkout a{
	color: #FFF;
	cursor: pointer;
    text-decoration: underline;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#menu #search {
position: relative;
/*right: 160px;
	bottom: 150px;
	right: 400px;*/
	float: right;
	width: 238px;
	z-index: 15;
	margin-right: 7px;
	margin-top: 9px;
}
#menu .button-search {
position: absolute;
right: 1px;
	background: url('../image/button-search.png') top center no-repeat;
	width: 28px;
	height: 21px;
	cursor: pointer;

}
#menu #search input {
	background: url('../image/search_bg.png') top right no-repeat #fff;
	padding: 1px 10px;
	width: 185px;
	height: 16px;
	margin: 0px;
	border: none;
/*	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;*/
}
#header #welcome {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
	width: 365px;
	text-align: right;
	color: #999999;
/*	border: 1px solid #fff;*/
}
#header #welcome .login_text {
	padding-top: 7px;
	color: #fff;
}
#header #welcome .login_text  a{
	color: #BDDCF8;
}

#header #welcome input {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: url('../image/login_bg.png') top right no-repeat #fff;
	padding: 2px 10px;
	width: 132px;
	height: 15px;
	margin: 7px 20px 7px 3px;
	border: none;
	float: left;
}
#header #welcome  input.button_login {
/*	background: url("../image/button_login.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 6px;
    width: 21px;
	margin: 8px 0px;
	display: block;*/
	background: none;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0px;
    width: 21px;
	margin: 6px 0px;
	display: block;
}
#header #welcome ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#header #welcome ul li {
    float: left;
    padding: 9px 0px 0px 12px;
    position: relative;
    z-index: 20;
	width: 45%;
	text-align:left;
}
#header #welcome ul li a {
	color: #FFFFFF;
    display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
	font-weight: 600;
    line-height: 12px;
    position: relative;
    text-decoration: none;
    z-index: 6;
}
#header #welcome ul li a:hover {
    text-decoration: underline;
}

#header .links {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 10px;
 /*   margin-left: 0;
    margin-right: -3000px;
    padding-left: 3000px;
    padding-right: 3000px;*/
	width: 100%;
	height: 36px;
/*	background: url("../image/top_bg.png") repeat-x scroll 0 0 transparent;*/
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 18px 0px 18px;
	margin-top: 9px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#header .links a + a {
	
	border-left: 1px solid #CCC;
}
#header .links a:hover {
	text-decoration: underline;
}

/* menu */
#menu {
	background: url("../image/menu_bg.png") repeat scroll 0 0 transparent;
	height: 36px;
	margin-bottom: 0px;
	padding: 0;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 7px 4px 7px;

}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 5px 10px 4px 10px;
/*	margin-bottom: 5px;*/
	z-index: 6;
	position: relative;
	text-transform:uppercase;
}
#menu > ul > li  + li {
	border-left: 1px dashed #6a788b;
	height:25px;
}

#menu > ul > li:hover > a {
	background: #f3f3f4;
	color: #2B4775;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
#main-wrap {
	margin-top: 3px;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
	clear: both;
	background-color: #ffffff;
	display:table;
}
#content div.breadcrumb {
	margin: 30px 0px 0px 0px;
	border-bottom: 1px dashed #E2E1E1;
	padding-bottom: 10px;
}

.breadcrumb {
	color: #6d6e71;
	margin: 30px 20px 0px 20px;
	padding-bottom: 10px;
}
.breadcrumb  a {
	color: #6d6e71;
	text-decoration: none;
}
.breadcrumb  a:hover {
	text-decoration: underline;
}

.success, .warning, .attention, .information {

	margin-left: auto;
    margin-right: auto;
	padding: 10px 10px 10px 33px;
	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: #BDD9F7 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #426091;
	-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: 4px;
	padding-right: 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;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #6D6E71;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
table.list td {
	border-top: 1px dashed #DDDDDD;
	color: #6D6E71;
}
table.list td + td {
	border-left: 1px dashed #DDDDDD;
}
table.list thead td {
	background-color: #F3F3F4;
	padding: 0px 5px;
	border-top: none;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #6D6E71;
	font-size: 11px;
}
table.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px 5px;
	min-width: 57px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #f3f3f4;
	cursor: pointer;
}
.pagination {
	border-top: 1px dashed #e0dfe0;
	padding-top: 8px;
	display: inline-block;
	width: 95%;
	margin: 0px 0px 10px 20px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px dashed #A4A8AE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A4A8AE;
}
.pagination .links b {
	display: inline-block;
	border: 1px dashed #2b4775;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #2b4775;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color: #6D6E71;
	font-size: 11px;
}
/* button */
.floatright {
	float: right;
}

a.cart_button, input.cart_button {
	cursor: pointer;
	color: #ffffff;
	line-height: 12px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
/*	float: right;*/
	background: url('../image/buy_button.png') top right no-repeat #384c68;
}
a.cart_button {
	display: inline-block;
	text-decoration: none;
/*	padding: 6px 12px 6px 12px;*/
}
input.cart_button {
	margin: 0;
	border: 0;
	height: 19px;
	width: 105px;
	padding: 0px 22px 2px 15px;
	text-align:left;
}
a.cart_button:hover, input.cart_button:hover {
	/*color: #384c68;
	background: url('../image/buy_button.png') top right no-repeat #BDD9F7;
	border: 1px solid #000;*/

}
a.button-grey, input.button-grey {
	cursor: pointer;
	color: #ffffff;
	line-height: 12px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') top right no-repeat #818285;
}
a.button-grey {
	display: inline-block;
	text-decoration: none;
	line-height: 14px;
	padding: 2px 21px 3px 18px;
}
input.button-grey {
	text-align: left;
	height: 19px;
	padding: 0px 21px 0px 18px;
	margin: 0;
	border: 0;
}


a.button, input.button {
	cursor: pointer;
	color: #ffffff;
	line-height: 12px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') top right no-repeat #384c68;
}
a.button {
	display: inline-block;
	text-decoration: none;
	line-height: 14px;
	padding: 2px 21px 3px 18px;
}
input.button {
	text-align: left;
	height: 19px;
	padding: 0px 21px 0px 18px;
	margin: 0;
	border: 0;
}
/*a.button:hover, input.button:hover {
	background: url('../image/button-active.png') repeat-x;
}*/

.buttons {
	background: #FFFFFF;
/*	border: 1px solid #EEEEEE;*/
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons div.right + div.right {
	margin-right: 25px;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px dashed #E2E1E1;
	border-left: 1px dashed #E2E1E1;
}
.htabs a {
/*	background: #FFFFFF url('../image/tab.png') repeat-x;*/
	padding: 7px 15px 6px 15px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #6d6e71;
	margin-right: 2px;
	display: none;
}
.htabs a.selected+a{
	border-right: 1px dashed #E2E1E1;
	border-left: none;
}
.htabs a+a{
	border-left: 1px dashed #E2E1E1;

}
.htabs a.selected {
	padding-bottom: 7px;
	color: #fff;
	background: #384c68 url('../image/tab.png') no-repeat top right;
	border: none;
	border-bottom: 1px solid #fff;
}
.tab-content {

	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	color: #6d6e71;
}
/* box */
.menu_box{
	padding: 20px 0px 0px 0px;
	background: #e1e4e8;
	border-bottom: 1px dashed #a4a8ae;
}
.menu_box .menu_box-heading {
/*	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;*/
	padding: 8px 15px 7px 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	color: #87898c;
}
.box {
	margin-bottom: 20px;
/* padding: 0px 15px;*/
	border-top: 1px dashed #e2e1e1;
}

.box-heading-cat {
	padding: 0;
}

.box .box-content {
	padding: 0px;
}
.box-content-cat {
	background: #FFFFFF;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
/*
.box-product > div {
	width: 140px;
	padding: 0 10px 0 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.box-product > div + div
{
	border-left: 1px dashed #e2e1e1;
}
*/
.box-product-over{
	width: 161px;
	padding: 10px 10px 20px 16px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	height: 193px;
	position: relative;
}
.box-product-over  + .box-product-over
{
	border-left: 1px dashed #e2e1e1;
}
.box-product-over:hover {
	background: #F3F3F3;
}
.box-product-over .cart {
	position: absolute;
	float: right;
	bottom: 0;
	left: 17px;
	
}
.box-product-cat {
	width: 100%;
/*	overflow: auto;*/
}
.box-product-cat > div {
	width: 133px;
	display: inline-block;
	vertical-align: top;
	padding: 3px 0px 0px 0px;
	margin: 9px 0px 9px 9px;
	border: 1px dashed #dcdcdc; 
	height: 143px;
	overflow: hidden;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px dashed #d4d3d3;
}

.box-product-cat .image img {
	padding: 0px;
	border: none;
}
.box-product .name a {
	color: #2B4775;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .name a:hover{
	text-decoration: underline;
}
.box-product-cat .name a {
	color: #2B4775;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size: 9px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #6D6E71;
	margin-bottom: 4px;
	font-size: 14px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
	font-size: 14px;
}
.box-product .price-lt {
	font-size: 11px;
	font-weight: normal;
	color: #6d6e71;
}


.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content-cat div.content {
	margin-left: 20px;
	margin-right: 20px;
}
#content-cat h1 {
    border-top: 1px dashed #E2E1E1;
    margin: 0 10px 20px 110px;
    padding: 11px 0 0 10px;
	float: none;
}
#content-cat h2 {
    border-top: 1px dashed #E2E1E1;
    margin: 0 10px 15px 20px;
    padding: 8px 0 0;
	font-size: 23px;
	color: #2B4775;
}
#content-cat img.man-head-img {
	height: 50px; 
	width: 90px; 
	margin: 0 10px 0 20px; 
	float: left;
	border-top: 1px dashed #E2E1E1;
}
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px dashed #EEEEEE;
	color: #6D6E71;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
/*	border: 1px dashed #DBDEE1;*/
	padding: 5px;
	overflow: auto;
	margin-bottom: 10px;
}
.manufacturer-heading {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
	color: #2B4775;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
.manufacturer-list ul li {
	float: left;
	width: 24%;
	height: 92px;
	border: 1px dashed #DBDEE1;
	text-align: center;
	text-decoration: none;
	text-transform:lowercase;
}
.manufacturer-list ul li a{
	text-decoration: none;
	text-transform:capitalize;
}
.manufacturer-list ul li+li {
	/*border-left: 1px dashed #DBDEE1;*/
}
.manufacturer-list img{
vertical-align: middle;
}
/* product */
.product-filter {
	border-bottom: 1px dashed #E2E1E1;
	padding-bottom: 12px;
	margin: 0px 20px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #6d6e71;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .display img {
	padding-top:5px;
}
.product-filter .sort {
	float: right;
	color: #6d6e71;
	width: 200px;
}
.option-select {
   width: 110px;
   height: 17px;
   overflow: hidden;
   background: url('../image/select-arrow.png') right center no-repeat #fff;
   border: 1px dashed #E2E1E1;
   color: #6d6e71;
}
.option-select select {
	background: transparent;
   width: 128px;
   padding: 0px 1px 2px;
   margin: 0;
   font-size: 11px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 17px;
   -webkit-appearance: none;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   color: #6d6e71;
}
.limit-select {
float: right;
   width: 40px;
   height: 17px;
   overflow: hidden;
   background: url('../image/select-arrow.png') right center no-repeat #fff;
   border: 1px solid #e9e9e9;
   color: #6d6e71;
}
.limit-select select {
	background: transparent;
   width: 58px;
   padding: 0px 1px 2px;
   margin: 0;
   font-size: 11px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 17px;
   -webkit-appearance: none;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   color: #6d6e71;
}
.sort-select {
float: right;
   width: 140px;
   height: 17px;
   overflow: hidden;
   background: url('../image/select-arrow.png') right center no-repeat #fff;
   border: 1px solid #e9e9e9;
   color: #6d6e71;
}
.sort-select select {
	background: transparent;
   width: 158px;
   padding: 0px 1px 2px;
   margin: 0;
   font-size: 11px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 17px;
   -webkit-appearance: none;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   color: #6d6e71;
}
.product-filter .limit {
	margin-left: 35px;
	float: right;
	color: #6d6e71;
	width: 95px;
}
.product-compare {
	padding: 6px 20px 0px 20px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin: 0px 20px 15px 20px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px dashed #e0dfe0;
	padding-top: 16px;
}
.product-list > div:hover {
	background: #F3F3F3;
}
.product-list .image {
	float: left;
	margin-right: 15px;
}
.product-list .image img {
	padding: 3px;
	border: 1px dashed #d8d7d8;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #2b4775;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #2b4775;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 31px;
	margin: 9px 0px 0px 8px;
	text-align: right;
	color: #2b4775;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px; /* kad Lt litai pereitu graziai  i kita eilute*/
}
.product-list .model {
	font-size: 11px;
	font-weight: normal;
	color: #2B4775;
	text-align:right;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 11px;
	font-weight: normal;
	color: #6d6e71;
}
.product-list .price-lt {
	font-size: 11px;
	font-weight: normal;
	color: #6d6e71;
}
.product-list .cart {
	margin-bottom: 3px;
	clear: right;
	float: right;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #6d6e71;
	text-decoration: none;
	padding: 0px 30px 0px 26px;
	display: block;
	background: url('../image/right_arrow.png') left center no-repeat;
	float: left;
}
.product-list .compare a {
	color: #6d6e71;
	text-decoration: none;
	padding-left: 26px;
	display: block;
	background: url('../image/right_arrow.png') left 60% no-repeat;
	float: left;
}
.product-list hr {
	margin: 9px 20px 16px 20px;
    border-style: none none dashed;
    border-width: 0 0 1px;
	border-color: #E0DFE0;
}

.product-grid {
	width: 725px;
	overflow: auto;
	padding: 0px 20px;
}

.product-grid .elem4 {
	display: inline-block;
	vertical-align: top;
	width: 155px;
	margin: 10px 0px;
	padding: 0px 9px 0px 13px;
	clear: left;
}

.product-grid .elem {
	display: inline-block;
	vertical-align: top;
	width: 155px;
	margin: 10px 0px;
	padding: 0px 9px 0px 13px;
}
.product-grid .elem:hover ,.elem4:hover {
	background: #F3F3F3;
}
.product-grid .elem  + .elem {
border-left: 1px dashed #e2e1e1;
}
.product-grid .elem4 + .elem {
border-left: 1px dashed #e2e1e1;
}
.product-grid  hr {
	margin: 10px 0px 15px 0px;
    border-style: none none dashed;
    border-width: 0 0 1px;
	border-color: #D4D4D4;
}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px dashed #D4D3D3;
}
.product-grid .name a {
	color: #2B4775;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .name a:hover{
	text-decoration: underline;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #6d6e71;
	margin-bottom: 4px;
	font-size: 14px;
}
.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 .price .price-lt {
	font-size: 11px;
	font-weight: normal;
	color: #6d6e71;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .model {
	font-size: 11px;
	font-weight: normal;
	color: #6d6e71;
	text-align:right;
	display: none;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #6d6e71;
	text-decoration: none;
	padding: 4px 30px 4px 26px;
	display: block;
	background: url('../image/right_arrow.png') left center no-repeat;
}
.product-grid .compare a {
	color: #6d6e71;
	text-decoration: none;
	padding-left: 26px;
	display: block;
	background: url('../image/right_arrow.png') left 60% no-repeat;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px dashed #E2E1E1;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px dashed #E2E1E1;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-bottom: 1px dashed #ececec;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #2B4775;
	font-size: 14px;
}
.product-info .description span {
	color: #6d6e71;
	font-size: 12px;
}
.product-info .description a {
	color: #2B4775;
	font-size: 14px;
	text-decoration: none;
}
.product-info .description a:hover {
	text-decoration: underline;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px dashed #ececec;
	padding: 0px 5px 25px 5px;
	margin: 25px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #6d6e71;
}
.product-info .price-text {
	font-weight: normal;
	float:left;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 14px;
}
.product-info .price-new {

}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #6d6e71;
}
.product-info .photo_dis {
	font-size: 10px;
	font-weight: normal;
	color: #6d6e71;
}

.product-info .price-option {
	float:left;
	padding-left: 5px;
}


.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 25px 0px 0px;
	color: #6D6E71;
	float: left;
	font-size: 12px;
}
.product-info span.option-text {
	float: left;
	padding-right: 10px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px dashed #ececec;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #6d6e71;
	overflow: auto;
	font-size: 14px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	display: block;
}
.product-info .cart .minimum {
	padding-top: 4px;
	font-size: 11px;
	color: #2b4775;
	clear: both;
}
.product-info.wishlist, .product-info.compare {
	margin-bottom: 3px;
}
.product-info .wishlist a {
	color: #6d6e71;
	text-decoration: none;
	margin-top:10px;
	padding: 5px 30px 4px 26px;
	display: block;
	background: url('../image/right_arrow.png') left 60% no-repeat;
	float: left;
}
.product-info .compare a {
	color: #6d6e71;
	text-decoration: none;
	margin-top:10px;
	padding: 5px 30px 4px 26px;
	display: block;
	background: url('../image/right_arrow.png') left 60% no-repeat;
	float: left;
}
.product-info .cart input.kiekis {
	border: none;
	background: url('../image/kiekis.png') right top no-repeat;
	width: 30px;
/*	height: 21px;
	margin: 4px;*/
	color: #6d6e71;
	text-align: center;
}


.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 > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #2b4775;
	font-size: 12px;
	font-weight: normal;
	background: #f3f3f4;
	text-align: left;
	border: none;
}
.attribute tr td:first-child {
	color: #6d6e71;
	font-weight: normal;
	text-align: right;
	width: 20%;
	font-size: 11px;
	border: none;
	border-top: 1px dashed #DDDDDD;
}
.attribute td {
	padding: 7px;
	color: #6d6e71;
	text-align: center;
	vertical-align: top;
	border-left: 1px dashed #DDDDDD;
	border-top: 1px dashed #DDDDDD;
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
/*	border-top: 1px dashed #DDDDDD;
	border-left: 1px dashed #DDDDDD;*/
	border: none;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #2B4775;
	font-size: 12px;
	font-weight: normal;
	background: #f3f3f4;
	text-align: left;
	border: none; 
}
.compare-info tr td:first-child {
	color: #6d6e71;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	border: none;
	border-top: 1px dashed #DDDDDD;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #6D6E71;
	text-align: center;
	vertical-align: top;
	border-left: 1px dashed #DDDDDD;
	border-top: 1px dashed #DDDDDD;
}
.compare-info .name a {
	font-weight: normal;
}
.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: #6d6e71;
	font-size: 11px;
	background-color: #F3F3F4;
}
.wishlist-info thead td+td {
	border-left: 1px dashed #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: middle;
	border-top: 1px dashed #DDDDDD;
	color: #6d6e71;
}
.wishlist-info tbody td+td {
	border-left: 1px dashed #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px dashed #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 .action {
	width: 50px;
}
.wishlist-info tbody .price s {
	color: #F00;
	display: block;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
	color: #6D6E71;
}

.order-list div.order-content div a b {
text-decoration: none;
}
.order-list div.order-content div a {
text-decoration: underline;
}
.order-list div.order-content div a:hover {
text-decoration: none;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.order-list p.order-status {
	float: left;
	text-align: right;
	margin-left: 35px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	border: 1px dashed #DDDDDD;
}
.order-list .order-content div {
	float: left;
	width: 31%;
	padding-left: 10px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
/*	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
}
.cart-info td {
	padding: 7px 10px;
}
.cart-info thead td {
	color: #6D6E71;
	font-size: 11px;
	background-color: #f3f3f4;
/*	border-bottom: 1px solid #DDDDDD;*/
}
.cart-info thead td+td {
	border-left: 1px dashed #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: left;
}
.cart-info tbody td {
/*	vertical-align: top;*/
	border-top: 1px dashed #DDDDDD;
	color: #6D6E71;
}
.cart-info tbody td+td {
	border-left: 1px dashed #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px dashed #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
	width: 60px;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .model {
	width: 140px;
}
.cart-info tbody .quantity {
	width: 96px;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: left;
	width: 71px;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info tbody input.kiekis {
	border: none;
	background: url('../image/kiekis.png') right top no-repeat;
	width: 25px;
/*	height: 21px;
	margin: 4px;*/
	color: #6d6e71;
	text-align: center;
}

.cart-module > 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;
	color: #6d6e71;
	font-size: 14px;
}
.cart-total tr + tr +tr {
	font-weight: bold;
}
/* checkout */

.checkout-heading {
	background: #F3F3F4;
	border: 1px dashed #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
/*	float: left;*/
}
.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;
	color: #6D6E71;
}
.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: none;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #6D6E71;
	font-size: 11px;
	background-color: #f3f3f4;
	border-top: none;
}
.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: middle;
	border-top: 1px dashed #DDDDDD;
}
.checkout-product td + td {
	border-left: 1px dashed #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-top: 1px dashed #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer-wrap {
	clear: both;
	overflow: auto;
	background: #8f8e98;
	margin-top: 45px;
}
#footer {
	min-height: 100px;
	padding: 40px 0;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;

}
#footer h3 {
	color: #ffffff;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	padding: 0 75px 0 30px;
	min-height: 100px;
	min-width: 140px;
}
#footer .column  + .column{
	border-left: 2px dotted #abaab2;
}
#footer .column  + .column  + .column  + .column{
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 11px;
	width: 150px;
}

#footer .column ul {
	margin: 18px 0px 0px 0px ;
	padding: 0px;
}
#footer .column ul li {
	list-style-type: none;
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	width: 900px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	text-align: left;
	clear: both;
	padding: 10px 0 30px 60px;
	color: #ffffff;
	font-size: 10px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
.cat_list {
	width: 750px; background: #fff; margin: 0 auto; text-align: left; /* width = .leftsidebar(width+borders)+.rightsidebar(width+borders)+ .cat_main(padding)*(all_colums+1) */ 
}

.cat_main  {
	position: relative; overflow: hidden; padding: 5px; zoom: 1; 
}

.clear {
	clear: both; 
}
.leftsidebar_bottom {
position: absolute; bottom: 0; left: 5px; height: 2px; width: 354px; background: #ccc;
}
.rightsidebar_bottom {
position: absolute; bottom: 0; right: 5px; height: 2px; width: 354px; background: #ccc;
}
.leftsidebar {
float: left; width: 350px; padding-bottom: 200%; margin-bottom: -200%; border: #ccc 2px solid; background: #fff;
}
.rightsidebar {
float: right; width: 350px; padding-bottom: 200%; margin-bottom: -200%; border: #ccc 2px solid; background: #fff;
}
.cat_image{
	display: block;
	padding: 3px;
	margin: 3px;
	float:left;
}
.cat_name {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}
.cat_name a{
	font-size: 16px;
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.cat_child_name a{
	display:block;
	margin-bottom: 2px;
	margin-left: 100px;
	padding-left: 14px;
	background: #FFFFFF url('../image/close.png') 0% 50% no-repeat;

}
.cat_child_name a {
	font-size: 11px;
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.login_left {
float:left;
}
.login_forget{
float: right;
font-size: 10px;
margin-left: 10px;
}
.grayscale{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.grayscale:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
/* camaccordion  menu 1st level*/
.menu_box-category ul#camaccordion {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.menu_box-category ul#camaccordion li {
	padding: 0;
}
.menu_box-category ul#camaccordion li a {
	text-decoration: none;
	color: #4A4A4A;
	display: block;
	line-height: 12px;
	position: relative;
	padding: 10px 5px 10px 15px;
	border-top: 1px dashed #a4a8ae;
	background: url('../image/bullet-3.png') 4px 48% no-repeat;
}
.menu_box-category ul#camaccordion li a.havechild {
	background: url('../image/bullet-2.png') 4px 48% no-repeat;
}
.menu_box-category ul#camaccordion li a.active{
	font-weight: bold;
	color: #000;
	background: url('../image/bullet-3.png') 4px 48% no-repeat #D7DADE;
}
.menu_box-category ul#camaccordion li a:hover{
	color: #264270;
	background-color: #B8D4F2;
}
/* camaccordion  menu 2nd level*/
.menu_box-category ul#camaccordion li ul {
    margin: 0;
    padding: 0px 0px 0px 13px;
	background-color: #D7DADE;
}
.menu_box-category ul#camaccordion li ul li a{
	border: none;
	padding: 5px 5px 5px 15px;
}
.menu_box-category ul#camaccordion li ul li a.active{
	background: url('../image/bullet-3.png') 4px 48% no-repeat #CDD0D4;
}
.menu_box-category ul#camaccordion li ul li a:hover{
	color: #264270;
	background-color: #B8D4F2;
}
/* camaccordion  menu 3nd level*/
.menu_box-category ul#camaccordion li ul li ul{
	background-color: #CDD0D4;
}
.menu_box-category ul#camaccordion li ul li ul li a.active{
	background: url('../image/bullet-3.png') 4px 48% no-repeat #C3C6CA;
}
.menu_box-category ul#camaccordion li ul li ul li a:hover{
	color: #264270;
	background-color: #B8D4F2;
}
/* camaccordion  menu 4rd level*/
.menu_box-category ul#camaccordion li ul li ul li ul{
	background-color: #C3C6CA;
}
/* camaccordion  menu last5 by ID*/
.menu_box-category ul#camaccordion li.cid80, 
.menu_box-category ul#camaccordion li.cid81, 
.menu_box-category ul#camaccordion li.cid82, 
.menu_box-category ul#camaccordion li.cid83, 
.menu_box-category ul#camaccordion li.cid84 {
	background-color: #c3c9d1;
}
.menu_box-category ul#camaccordion li.cid80 a.active, 
.menu_box-category ul#camaccordion li.cid81 a.active, 
.menu_box-category ul#camaccordion li.cid82 a.active, 
.menu_box-category ul#camaccordion li.cid83 a.active, 
.menu_box-category ul#camaccordion li.cid84 a.active {
	background-color: #CDD3DB;
}
.menu_box-category ul#camaccordion li.cid80 a:hover, 
.menu_box-category ul#camaccordion li.cid81 a:hover, 
.menu_box-category ul#camaccordion li.cid82 a:hover, 
.menu_box-category ul#camaccordion li.cid83 a:hover, 
.menu_box-category ul#camaccordion li.cid84 a:hover {
	color: #264270;
	background-color: #B8D4F2;
}
/* camaccordion menu last5 by ID 2nd level*/
.menu_box-category ul#camaccordion li.cid80 ul, 
.menu_box-category ul#camaccordion li.cid81 ul, 
.menu_box-category ul#camaccordion li.cid82 ul, 
.menu_box-category ul#camaccordion li.cid83 ul, 
.menu_box-category ul#camaccordion li.cid84 ul {
    background-color: #CDD3DB;
}
.menu_box-category ul#camaccordion li.cid80 ul li a.active, 
.menu_box-category ul#camaccordion li.cid81 ul li a.active, 
.menu_box-category ul#camaccordion li.cid82 ul li a.active, 
.menu_box-category ul#camaccordion li.cid83 ul li a.active, 
.menu_box-category ul#camaccordion li.cid84 ul li a.active {
    background-color: #D7DDE5;
}
.menu_box-category ul#camaccordion li.cid80 ul li a:hover, 
.menu_box-category ul#camaccordion li.cid81 ul li a:hover, 
.menu_box-category ul#camaccordion li.cid82 ul li a:hover, 
.menu_box-category ul#camaccordion li.cid83 ul li a:hover, 
.menu_box-category ul#camaccordion li.cid84 ul li a:hover {
	color: #264270;
	background-color: #B8D4F2;
}
/* camaccordion menu last5 by ID 3rd level*/
.menu_box-category ul#camaccordion li.cid80 ul li ul, 
.menu_box-category ul#camaccordion li.cid81 ul li ul, 
.menu_box-category ul#camaccordion li.cid82 ul li ul, 
.menu_box-category ul#camaccordion li.cid83 ul li ul, 
.menu_box-category ul#camaccordion li.cid84 ul li ul {
    background-color: #D7DDE5;
}
.menu_box-category ul#camaccordion li.cid80 ul li ul li a.active, 
.menu_box-category ul#camaccordion li.cid81 ul li ul li a.active, 
.menu_box-category ul#camaccordion li.cid82 ul li ul li a.active, 
.menu_box-category ul#camaccordion li.cid83 ul li ul li a.active, 
.menu_box-category ul#camaccordion li.cid84 ul li ul li a.active {
    background-color: #E1E7EF;
}
.menu_box-category ul#camaccordion li.cid80 ul li ul li a:hover, 
.menu_box-category ul#camaccordion li.cid81 ul li ul li a:hover, 
.menu_box-category ul#camaccordion li.cid82 ul li ul li a:hover, 
.menu_box-category ul#camaccordion li.cid83 ul li ul li a:hover, 
.menu_box-category ul#camaccordion li.cid84 ul li ul li a:hover {
	color: #264270;
	background-color: #B8D4F2;
}
/* camaccordion menu last5 by ID 3rd level*/
.menu_box-category ul#camaccordion li.cid80 ul li ul li ul, 
.menu_box-category ul#camaccordion li.cid81 ul li ul li ul, 
.menu_box-category ul#camaccordion li.cid82 ul li ul li ul, 
.menu_box-category ul#camaccordion li.cid83 ul li ul li ul, 
.menu_box-category ul#camaccordion li.cid84 ul li ul li ul {
    background-color: #E1E7EF;
}

#content-cat {
	background-color: #FFFFFF;
/*    margin-bottom: 43px;*/
    min-height: 400px;
	padding: 0;
}
#column-left + #content-cat {
	margin-left: 235px;
}

.box-cat{

}
.box-product-cat div a {
	color: #87898e;
	text-decoration: none;
	font-size: 11px;
}
.box-product-cat div a:hover{
	text-decoration: underline;
}
.box-product-cat > div:hover {
	background: #F4F4F4;
	border-color: #D4D4D4;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.link-cat-out{
	display: table;
	height: 47px;
	overflow: hidden;
	width: 131px;
}
.link-cat-out .link-cat-in{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.link-cat-out .link-cat-in a {
	display: block;
	padding: 0;
}
.box-cat hr {
margin: 10px 20px 15px 20px;
    border-style: none none dashed;
    border-width: 0 0 1px;
	border-color: #D4D4D4;
}
#content-cat div.box {
	margin-bottom: 20px;
	border: none;
}
#content-cat div.box div.box-heading {
	border-top: 1px dashed #e2e1e1;
	padding: 8px 0px 0px;
	margin: 0px 10px 7px 20px;
}
#content h1 {
	margin-top: 10px;
}
.menu_box div.box-content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.menu_box div.box-content ul li  {
    display: block;
	line-height: 12px;
	border-top: 1px dashed #A4A8AE;
	padding: 10px 5px 10px 15px;
}
.menu_box div.box-content ul li:hover  {
	background-color: #B8D4F2;
    color: #264270;
}
.menu_box div.box-content ul li a {
    color: #58585A;
    position: relative;
    text-decoration: none;
}
#content form h2 {
	display: inline;
	margin-left: 13px;
}
#content form h3 {
	font-size: 14px;
	color: #2B4775;
	display: inline;
}
#content form h2 + h2 {
	margin-left: 178px;
}
.checkout .login_left b {
	color: #6D6E71;
}
input.reginp {
	background: url("../image/reg_input.png") no-repeat scroll right top #FFFFFF;
    border: none;
    height: 16px;
    margin: 0;
    padding: 1px 10px;
	width: 124px;
}

.hide-row {
	display:none;
	border-collapse: collapse;
}
.content input:focus.reginp {
outline:none;
}
.country-select {
float: left;
   width: 215px;
   height: 17px;
   overflow: hidden;
   background: url('../image/select-arrow.png') right center no-repeat #fff;
   border: 1px solid #e9e9e9;
   color: #6d6e71;
}
.country-select select {
	background: transparent;
   width: 233px;
   padding: 0px 1px 2px;
   margin: 0;
   font-size: 11px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 17px;
   -webkit-appearance: none;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   color: #6d6e71;
}
.zone-select {
float: left;
   width: 185px;
   height: 17px;
   overflow: hidden;
   background: url('../image/select-arrow.png') right center no-repeat #fff;
   border: 1px solid #e9e9e9;
   color: #6d6e71;
}
.zone-select select {
	background: transparent;
   width: 203px;
   padding: 0px 1px 2px;
   margin: 0;
   font-size: 11px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 17px;
   -webkit-appearance: none;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   color: #6d6e71;
}
#content hr {
	margin: 10px 0px 15px 0px;
    border-style: none none dashed;
    border-width: 0 0 1px;
	border-color: #E2E1E1;
}
.checkout .left label {
	color: #6D6E71;
}
#payment-new {
	padding-left: 10px;
}
#shipping-new table.form tbody tr td input.reginp,
#payment-new table.form tbody tr td input.reginp {
	float: left;
	margin-left: 30px;
}

#payment-address div.checkout-content div input.reginp {
	float: right;
	margin-right: 50px;
}
.w350l {
	width: 350px;
	float: right;
}
.w350l div, .w350r div {
	margin-bottom: 8px;
}
.w350r {
	width: 350px;
	float: left;
}
.con_left {
float: left;
width: 140px;
}
.con_right {
float: left;
}
.clr {
clear: both;
}
.contact-info .con_right ul {
	margin: 0;
	padding: 0;
	display: block;
    list-style-position: inside;
    list-style-type: disc;
}
.contact-info .left em {
	padding: 0 15px;
	width: 100px;
	display: inline-block;
}
.contact-info .right a.colorbox img#image {
	left: 6px;
    position: relative;
    top: 18px;
}

input.oos_button {
    background: white;
    color: red;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
	border: 1px dashed red;
    height: 20px;
    margin: 0;
    padding: 0 15px 2px 15px;
    text-align: left;
    width: 103px;
	text-align: center;
}
#tab-downloads a {
	height: 38px;
	line-height: 38px;
}

#tab-downloads a span {
	font-size: 13px;
	text-decoration: none;
	float: left;
	padding-left: 10px;
}
#tab-downloads a img {
	float: left;
}
/*******box filter****/
.box .box-heading {
	padding: 8px 10px 7px 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	color: #2b4775;
}
.filter-box-heading {
	padding: 8px 10px 7px 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #2b4775;
	border-bottom: 1px dashed #e2e1e1;
}
.filter-buttons{
    display: table-cell;
    margin: 5px 0 0 5px;
    padding: 5px;
    position: relative;
    vertical-align: top;
    width: 170px;
	height: 115px;
	vertical-align: bottom;
}
.filter-buttons a {

}
.box-filter {
    background: none repeat scroll 0 0 #e1e4e8;
    display: table-cell;
    margin: 5px 0 0 5px;
    padding: 5px;
    position: relative;
    vertical-align: top;
    width: 170px;
	vertical-align: bottom;
}
.box-filter ul {
	background-color: #fff;
	margin: 4px 0 0;
	padding: 2px 2px 0 5px;
	height: 95px;
	overflow: auto;
}
.box-filter li{
	list-style: none;
	color: #6d6e71;
}
.box-filter span {
	font-weight: bold;
	display: block;
	color: #87898C;
}
.box-filter > li ul {
	padding-bottom: 10px;
}
.filter-box-content {
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e2e1e1;
}
.filter-reset:before {
/*	content: '\f420';
	font: normal 16px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
/*	position: absolute;
    right: 6px;
    top: 4px;*/
border-bottom: 5px solid #384C68;
    border-right: 5px solid #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.filter-reset {
	width: 21px; 
	height: 18px; 
	background: #384C68; 
	position: relative;
	float: left;
	padding:0;
	

}
.filter-reset:hover:after {
 -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.filter-reset:after {
	content: '\f420';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
    right: 3px;
    top: 2px;
	
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}
a#clear-filter{
	color: #6d6e71;
    padding: 4px 0px 4px 6px;
    text-decoration: none;
}
a:hover#clear-filter{
	color: #4a4a4a;

}

.circle {
	display: inline-block;
	width: 10px; 
	height: 10px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#sale {
	background-color: rgba(12, 0, 255, 0.3);
	}
 /***/