html {
	background: #E9EADA url('../image/pattern-main.jpg') repeat fixed;
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: /*#9B855A*/ #070B08;
	font-family: 'Scada', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1, .box-heading {
	margin: 0px;
	color: #6B5225;
	overflow-y: hidden;
}
h1 {
	height: 33px;
}
h2 {
	color: #6B5225;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #5E5037;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #6B5225;
}
.tagcloud a:hover {
	text-decoration: underline!important;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #E9EADA;
	color: #000000;
	border: 1px solid #AA9568;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #E9EADA;
	color: #000000;
	border: 1px solid #AA9568;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#checkout_form .payment-content {
	display: none!important;
}
#container {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#middle {
	background: url('../image/middle-bg.png') top center repeat-y;
	padding: 6px 22px 0 22px;
}
#column-left {
	margin: 5px 0;
	float: left;
	width: 210px;
}
#column-right {
	margin: 5px 0;
	float: right;
	width: 210px;
}
#content > h1 {
	height: 33px;
	max-width: 752px;
	overflow: hidden;
}
#content {
	min-height: 400px;
/*	background: url('../image/content-bg.png') repeat;*/
	background: #FFFFFF;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #AA9568;
	-webkit-box-shadow: 0px 0px 10px 2px #000;
	-moz-box-shadow: 0px 0px 10px 2px #000;
	box-shadow: 0px 0px 10px 2px #000;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 220px;
}
#column-right + #content {
	margin-right: 220px;
}
#content .slideshow {
	margin: -10px -10px 0px -10px;
	width: 992px;
	height: 335px;
}
#content .slideshow .nivoSlider {
/*	margin: 30px 30px 30px 30px;*/
}
#content .slideshow .nivo-controlNav {
	bottom: 65px;
}


/* liScroll styles */
#content > .tickercontainer {
	background: #000000;
	opacity: 0.5;
	border-top: 1px solid #AA9568;
	position: absolute;
	width: 992px;
	z-index: 100;
	height: 63px;
	margin-top: -64px;
}
.tickercontainer {
/*	background: #827F6C; */
	margin: 0 -10px 0 -10px;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	overflow: hidden;
}
ul.marque { /* that's your list */
	position: relative;
/*	left: 992px;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.marque li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0 50px;
	padding: 0;
}
ul.marque li h1, ul.marque li h2 {
	color: #FFFFFF;
}



/*threads*/
.thread-hor {
	clear: both;
	width: 100%;
	height: 6px;
	background: url('../image/thread-hor.png') repeat-x scroll left center;
}
/*.thread-hor.top {
	position: absolute;
	top: 1px;
}

.thread-hor.bottom {
	position: absolute;
	bottom: 1px;
}*/
.thread-ver-right {
	background: url('../image/thread-ver.png') repeat-y scroll top right;
	width: 100%;
	float:left;
	overflow:hidden;
}
.thread-content-back {
	/*float:left;
	width: 100%;
	right: 300px;*/    /* width of right sidebar */
}
.thread-ver-left {
	background: url('../image/thread-ver.png') repeat-y scroll top left;
	width: 100%;
	/*left: 300px;*/ /* width of the content area */
	float:left;
}
.thread-content {
	margin-left: 10px;
	float:left;
	width: 994px;
	overflow:hidden;
	left: 6px;
}
#header .thread-content {
	height: 109px;
}

#footer-bottom .thread-content {
/*	height: 127px;*/
}

/* header */
#header {
	background: url('../image/header-bg.png') top center no-repeat;
	height: 115px;
	padding: 22px 22px 0 22px;
	position: relative;
	z-index: 5;
}
#header #logo {
	position: absolute;
	top: 35px;
	left: 35px;
}
#header .share a {
	opacity: 0.5;
}
#header .share a:hover {
	opacity: 1!important;
}

#header #address-data {
	position: absolute;
	top: 60px;
	right: 320px;
	width: 330px;
	color: #EEE7D2;
	text-align: right;
	font-size: 16px;
}
#header .share {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 250px;
}
#header #address-data .address-data-header {
	font-weight: bold;
	margin-bottom: 4px;
}
#language {
	position: absolute;
	top: 8px;
	left: 150px;
	width: 100px;
	text-align: right;
	color: #666;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 130px;
	position: absolute;
	top: 60px;
	text-align: center;
	right: 210px;
	color: #000000;
	line-height: 17px;
}
#currency a {
	border: 1px solid #AA9568;
	display: inline-block;
	float: right;
	padding: 3px;
	background: #E9EADA;
	min-width: 30px;
	color: #FFFFFF;
	margin-right: 4px;
	text-decoration: none;
}
#currency a:hover {
	box-shadow: inset 0;
}
#currency a b {
	color: #FFFFFF;
	text-decoration: none;
}
#header #cart {
	background: url('../image/cart-bg.png') no-repeat;
	position: fixed;
	top: 150px;
	left: 10px;
	z-index: 20;
	width: 80px;
	height: 80px;
}
#header #cart.content.empty + #header #cart.heading {
	display: none;
}
#header #cart .heading {
	float: right;
	position: relative;
	z-index: 20;
}
#header #cart .heading a {
	color: #EEE7D2;
	text-decoration: none;
	content: '';
	width: 80px;
	height: 80px;
	display: block;
	text-indent:-999px;
}
#header #cart .heading a span {
	content: '';
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 0px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
	border-bottom: 1px solid #AA9568;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #000000;
	-moz-box-shadow: 0px 2px 2px #000000;
	box-shadow: 0px 2px 2px #000000;
	background: #FFF;
	z-index: 20;
	width: 300px;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #d0e3ee;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #d0e3ee;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 83px;
	right: 15px;
	width: 200px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	top: 2px;
	right: 3px;
	background: url('../image/button-search.png') center center repeat;
	width: 32px;
	height: 35px;
	cursor: pointer;
	display: none;
}
/*#header #search input {
	background: url('../image/search_bg.png') no-repeat;
	padding: 0px 55px 3px 15px;
	color: #FFFFFF;
	width: 200px;
	height: 39px;
	border: none;
}*/
#header #search input {
    box-shadow:  0 0 10px 2px #333333, 0 0 5px 1px #888888 inset;
    color: #000000;
    height: 20px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    width: 150px;
}
#header #welcome {
	position: absolute;
	top: 106px;
	left: 320px;
	z-index: 5;
	width: 350px;
	color: #666;
	text-align: left;
}
#header #welcome a {
	color: #666;
}
#header .links {
	position: absolute;
	top: 30px;
	right: 20px;
	padding-right: 10px;
	z-index: 9;
}
#header .links a {
	float: left;
	display: block;
	padding: 5px 12px;
	color: #EEE7D2;
	font-weight:bold;
/*	text-transform: uppercase;*/
	text-decoration: none;
	font-size: 11px;
}
#header .links a:hover {
	color: #FFFFFF;
}
#header .links a + a {
	border-left: 1px dashed #EEE7D2;
}
/* menu */
#menu {
	margin-left: 5px;
	padding: 0px 5px;
	position: absolute;
	bottom: 2px;
	z-index: 10;
	width: 994px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul.right, #menu ul.right > li > div {
	float: right;
}
#menu ul.right > li > div > ul #currency {
	position: inherit;
	right: 0;
	top: 0;
	width: auto;
}
#menu ul.right > li > div > ul a {
	background: none;
	float: none;
	border: none;
	display: block;
	position: inherit;
	width: auto;
	height: auto;
	text-align: left;
}

#menu ul.right > li > div > ul a:hover {
	text-decoration: underline;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
#menu > ul > li + li {
/*	border-left: 1px dashed #EEE7D2;*/
}
#menu > ul > li:hover {
}
#menu > ul > li > a.active {
	text-decoration: underline;
}
#menu > ul > li > a {
	font-size: 14px;
	color: #EEE7D2;
	line-height: 14px;
	text-decoration: none;
/*	text-transform: uppercase;*/
	font-size:13px;
	font-weight:bold;
	display: block;
	padding: 5px 10px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	text-decoration: underline;
}
#menu > ul > li > div {
	display: none;
/*	background: url('../image/middle-bg.png') center top repeat-y;*/
	background: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 10;
	padding: 5px;
/*	border-top: 3px solid #EEE7D2;
	border-left: 1px solid #EEE7D2;
	border-right: 1px solid #EEE7D2;
	border-bottom: 1px solid #EEE7D2;*/
    box-shadow:  0 0 10px 2px #333333/*, 0 0 20px 5px #000000 inset*/;
/*	-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;*/
}
#menu > ul > li:hover > div {
/*	display: table;*/
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
/*	border-left: 1px dashed #EEE7D2;*/
}
#menu > ul > li ul > li > a {
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
/* #advanced_menu */
#advanced_menu {
	background: url('../image/menu-bg.png') repeat-x;
	height: 48px;
	margin-bottom: 15px;
	border-left: 1px solid #0062B3;
	border-right: 1px solid #0062B3;
	border-top: 1px solid #0062B3;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding: 0px 5px;
}
#advanced_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
* html #advanced_menu_menu ul {
	float: left;
	margin-left: 15px;
}
#advanced_menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 7px 5px 6px 0px;
	background: url('../image/menu-hr.png') top right no-repeat;
}
#advanced_menu li {
   	position: relative;
	float: left;
	z-index: 20;
}
#advanced_menu a {
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	display: block;
	padding: 10px 10px 10px 10px;
	margin-bottom: 7px;
	z-index: 6;
	position: relative;
}
#advanced_menu li a:hover {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
}
#advanced_menu a.active {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
}
#advanced_menu ul li ul {
	margin: 0px;
	position: absolute;
	left: 1px;
	float: left;
	min-width: 200px;
	background: #005baa url('../image/menu.png') repeat;
	padding: 0px;
	border-top: 3px solid #00a0f6;
	border-left: 1px solid #0062B3;
	border-right: 1px solid #0062B3;
	border-bottom: 1px solid #0062B3;
	-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;
}
#advanced_menu ul li ul li  {
 	min-width: 200px;
}
#advanced_menu ul li ul li a {
 	text-transform: none;
	margin: 0px;
}
body #advanced_menu ul li ul {
	display: none;
}
#advanced_menu ul li:hover ul, #advanced_menu ul li ul:hover {
	display: block;
}
* html #advanced_menu ul li ul {
	border-top: 1px solid #555;
	border-left: 0񳹍
}
#advanced_menu > ul .parent {
	background: url('../image/menuarrow.png') 95% center no-repeat;
}
#advanced_menu > ul .activeparent {
	background: url('../image/menuarrow-hover.png') 95% center no-repeat;
	background-color: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
}
#advanced_menu ul li ul li ul   {
	visibility: hidden;
	top: 0px;
	left: 100%;
}
#advanced_menu ul li ul li:hover ul {
	visibility: visible;
}
#advanced_menu ul li ul li:hover ul li ul {
	visibility: hidden;
}
#advanced_menu ul li ul li ul li:hover ul {
	visibility: visible;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 15px 0;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 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.group {
	width: 100%;
	border-collapse: collapse;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 250px;
}
table.form > * > * > td {
	color: #AA9568;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #AA9568;
	border-bottom: 1px solid #AA9568;
}
table.list thead td {
	background-color: #AA9568;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #d0e3ee;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	border-top: 1px solid #AA9568;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #AA9568;
	padding: 4px 10px;
	background: #AA9568;
	text-decoration: none;
	color: #FFFFFF;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #AA9568;
	padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #AA9568;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #BAA378;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA9568', endColorstr='#BAA378');
	background: -webkit-gradient(linear, left top, left bottom, from(#AA9568), to(#BAA378));
	background: -moz-linear-gradient(top,  #AA9568,  #BAA378);
	background: -o-linear-gradient(top,  #AA9568,  #BAA378);
	background: -ms-linear-gradient(top,  #AA9568,  #BAA378);
/*	-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 0px 2px #BAA378;
	-moz-box-shadow: 0px 0px 2px #BAA378;
	box-shadow: 0px 0px 2px #BAA378;
	border: 1px solid #BAA378;
	margin: 3px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 7px 12px 9px 12px;
	margin: 3px;
}
input.button {
	margin: 3px;
	border: 0;
	height: 30px;
	padding: 0px 12px 4px 12px;
	border: 1px solid #BAA378;
}
a.button:hover, input.button:hover {
	background: #AA9568;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAA378', endColorstr='#AA9568');
	background: -webkit-gradient(linear, left top, left bottom, from(#BAA378), to(#AA9568));
	background: -moz-linear-gradient(top,  #BAA378,  #AA9568);
	background: -o-linear-gradient(top,  #BAA378,  #AA9568);
	background: -ms-linear-gradient(top,  #BAA378,  #AA9568);
}
a.button-detail {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	padding: 8px 6px;
	background: url('../image/button.png') top left repeat-x;
	-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 0px 2px #0062B3;
	-moz-box-shadow: 0px 0px 2px #0062B3;
	box-shadow: 0px 0px 2px #0062B3;
	border: 1px solid #e0eff8;
}
a.button-detail:hover {
	background: url('../image/button-active.png') repeat-x;
}
.buttons {
	background: #FFFFFF;
	border-top: 1px dashed #AA9568;
	border-bottom: 1px dashed #AA9568;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #AA9568;
}
.htabs a {
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #00539B;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	margin-bottom: 20px;
	z-index: 2;
/*	overflow: auto;*/
}
.tab-content-2 {
	border: 1px solid #d0e3ee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-content h2 {
	border-bottom: 1px dashed #AA9568;
}
/*modules box*/
.box.testimonial .box-product {
	text-align: left;
}
.box.testimonial .box-product .name a {
	height: auto;
	min-height: 0;
}
/* box */
#column-left .box, #column-right .box {
	-webkit-box-shadow: 0px 0px 10px 2px #000;
	-moz-box-shadow: 0px 0px 10px 2px #000;
	box-shadow: 0px 0px 10px 2px #000;
}
.box {
	margin-bottom: 10px;
}
#content .box .box-heading {
	border: 1px solid #AA9568;
	border-bottom: 1px solid #EEE7D2;
	overflow: hidden;
}
.box .box-heading {
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
	border-top: 1px solid #AA9568;
	border-bottom: 1px solid #EEE7D2;
	background: url("../image/box-top-bg.jpg") repeat-x scroll;
	padding: 4px 10px 4px 10px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
/*	-webkit-box-shadow: inset 0px 5px 10px #000000;
	-moz-box-shadow: inset 0px 5px 10px #000000;
	box-shadow: inset 0px 5px 10px #000000;*/
}
.box .box-heading a {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}
.box .box-content {
/*	background: url('../image/content-bg.png') repeat;*/
	background: #FFFFFF;
/*	padding: 10px;*/
}
#column-left .box .box-content, #column-right .box .box-content {
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
	border-bottom: 1px solid #AA9568;
	padding: 5px 10px;
}
/* box products */
.box-product {
	width: 100%;
	text-align: center;
	margin: 0 -5px -5px -5px;
	padding: 0px 5px 5px 5px;
}
.box-product > div {
	background: #FFFFFF;
	width: 151px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 2px 0px 3px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #AA9568;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box-product.category > div {
	width: 86px;
}
.box-product.category > div img {
	width: 86px;
}
.box-product.category > div .name a {
	min-height: 34px;
}
#column-left .box-product > div {
	width: 175px;
	padding-top: 5px;
	margin: 5px 0 5px 0;
}
#column-right .box-product > div {
	width: 175px;
	padding-top: 5px;
	margin: 0 0 15px 0;
}
#column-left + #content .box-product > div {
	width: 132px;
}
#column-right + #content .box-product > div {
	width: 132px;
}
#column-left + #column-right +  #content .box-product > div {
	width: 158px;
}
.box-product > div:hover {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	z-index: 150;
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box-product > div > div a {
	text-decoration: none;
}
.box-product .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin: 2px 2px;
	height: 37px;
	width: 36px;
	z-index: 1;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.box-product .sale-2 {
	position: absolute;
	background: url('../image/sale_product.png') no-repeat;
	margin: 2px 2px;
	height: 51px;
	width: 50px;
	z-index: 100;
	color: #FFF;
	padding-top: 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.box-product .rating {
	display: block;
	position: absolute;
	margin: 5px 0 0 5px;
	float: right;
	z-index: 1;
}
.box-product .sale + .rating {
	margin: 5px 0 0 40px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {

}
.box-product .name.subcatname a {
	min-height: 0;
}
.box-product .name a {
	color: #070B08;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	clear: both;
	min-height:34px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #070B08;
	margin-bottom: 4px;
}
.box .box-product .price-2 {
	float: right;
	margin: 15px -6px 0 0;
	width: 98px;
	height: 45px;
	color: #000000;
	font-size: 18px;
	padding-top: 12px;
	font-weight: bold;
}
.box-product .price-old-2 {
	color: #fdd0ce;
	top: -8px;
	position: relative;
	font-size: 12px;
	text-decoration: line-through;
}
.box-product .price-new-2 {
	font-weight: bold;
	top: -8px;
	position: relative;
}
.box-product .price-old {
	color: #F00;
	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: -5px;*/
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 0px 0px 0px 0px;
}
.box-category > ul > li img {
	display: none;
}
.box-category > ul > li + li {
	border-top: 1px dotted #AA9568;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #070B08;
	padding: 5px 0;
	display: block;
}
.box-category > ul > li > a + li > a {
}
.box-category > ul > li > a:hover {
	color: #777777;
}
.box-category > ul > li ul {
/*	display: none;*/
}
.box-category .article-cat {
	border-bottom: 1px solid #d0e3ee;
}
.box-category > ul > li a.no-active {
	font-weight: bold;
/*	background: url('../image/cat-no-active.png') 0 -1px no-repeat;*/
}
.box-category > ul > li a.active {
	font-weight: bold;
/*	background: url('../image/cat-active.png') 0 0 no-repeat;*/
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #AA9568;
}
.box-category > ul > li ul > li + li {
	border-top: 1px dotted #AA9568;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #070B08;
	padding: 5px 0 5px 5px;
}
.box-category > ul > li ul > li > a + li > a {
}
.box-category> ul > li ul > li > a:hover {
	color: #777777;
}
.box-category > ul > li ul > li > a.child-active {
/*	font-weight: bold;*/
	background: #F3EEE8;
}
/* content */
#content .content {
	padding: 10px 0;
	overflow: auto;
	margin-bottom: 20px;
	border-top: 1px dashed #AA9568;
	border-bottom: 1px dashed #AA9568;
}
#content .buttons {
	border-bottom: none;
}
#content .content ul li {
	margin-bottom: 5px;
}
#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;
	display: none;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-category {
	border: 1px solid #d0e3ee;
	background: #d0e3ee;
	padding: 2px 6px;
	color: #00539B;
	text-decoration: none;
	font-weight: bold;
	-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;
}
.manufacturer-list {
	border: 1px solid #d0e3ee;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #d0e3ee;
	border: 1px solid #d0e3ee;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	color: #00539B;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-top: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	padding: 5px 0px;
	overflow: auto;
	display: none;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #9B855A;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #9B855A;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #9B855A;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	display: none;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px dotted #AA9568;
	padding-top: 16px;
}
.product-list .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin: 2px 2px;
	height: 37px;
	width: 36px;
	z-index: 1;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #AA9568;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #070B08;
	font-weight: bold;
	text-decoration: none;
}
.product-list .name a:hover {
	text-decoration: underline;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #070B08;
}
.product-list .rating {
	color: #070B08;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #070B08;
	font-size: 16px;
}
.product-list .price-old {
	color: #F00;
	font-size: 12px;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #86b2d9;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #86b2d9;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin: -5px;
	padding: 5px 5px 25px 5px;
	overflow: hidden;
}
.product-grid > div {
	background: #FFFFFF;
	width: 174px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 2px 0px 3px;
	text-align: center;
	border: 1px solid #AA9568;
/*	-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;*/
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#column-left + #content .product-grid > div {
	width: 176px;
}
#column-right + #content .product-grid > div {
	width: 176px;
}
#column-left + #column-right +  #content .product-grid > div {
	width: 176px;
}
.product-grid > div:hover {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	z-index: 150;
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-grid .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin: 2px 2px;
	height: 37px;
	width: 36px;
	z-index: 1;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {

}
.product-grid .name a {
	color: #070B08;
/*	font-weight: bold;*/
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	clear: both;
	min-height: 40px;
	font-size: 15px
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	position: absolute;
	margin: 5px 0 0 5px;
	float: right;
}
.product-grid .sale + .rating {
	margin: 5px 0 0 40px;
}
.product-grid .price {
	float: left;
	font-size: 18px;
	display: block;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 0 0px;
	height: 46px;
	width: 88px;
}
.product-grid .price span {
	clear: both;
	display: block;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin: 0 -6px 0 0;
	float: right;
	background: url('../image/add-to-cart-bg.png') no-repeat;
	width: 83px;
	height: 45px;
	right: 0;
}
.product-grid .cart input.button {
	background: none;
	filter: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 15px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	clear: both;
}
.product-grid .wishlist {
	display: none;
}
.product-grid .wishlist a {
	color: #EEE7D2;
	text-decoration: none;
}
.product-grid .compare a {
	color: #EEE7D2;
	text-decoration: none;
}
/* 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 .sale {
	position: absolute;
	background: url('../image/sale_product.png') no-repeat;
	margin: 2px 2px;
	height: 51px;
	width: 50px;
	z-index: 6;
	color: #FFF;
	padding-top: 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.product-info .image_colorbox {
	position: absolute;
	background: url('../image/view.png') no-repeat;
	display: block;
	margin: 2px 2px;
	height: 51px;
	width: 50px;
	margin-left: 195px;
	z-index: 9;
}
.product-info .image {
	background: #FFFFFF;
/*	border-top: 1px dashed #AA9568;
	border-bottom: 1px dashed #AA9568;*/
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	margin-left: -10px;
	clear: both;
	overflow: hidden;
	border-top: 1px dotted #AA9568;
}
.product-info .image-additional img {
/*	border-top: 1px dashed #AA9568;
	border-bottom: 1px dashed #AA9568;*/
}
.product-info .saving {
	font-size: 14px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px dotted #AA9568;
	border-bottom: 1px dotted #AA9568;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #070B08;
	font-weight: bold;
}
.product-info .description span {
	color: #070B08;
	font-weight: normal;
}
.product-info .description .rating {
/*	margin-top: 4px;*/
}
.product-info .description a {
	color: #070B08;
	text-decoration: underline;
}
.product-info .description a:hover {
	color: #070B08;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px dotted #AA9568;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #070B08;
}
.product-info .price-old {
	color: #F00;
	font-size: 15px;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #9B855A;
}
.product-info .options {
	border-bottom: 1px solid #9B855A;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #9B855A;
}
.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 #d0e3ee;
	cursor: pointer;
}
.product-info .cart {
	padding: 3px 5px 5px 0px;
	color: #9B855A;
	overflow: auto;
	font-size: 13px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #FFFFFF;
}
.product-info .product-description {
	width: 487px;
	overflow: hidden;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #9B855A;
	clear: both;
}
.product-info .review {
	color: #FFFFFF;
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #AA9568;
	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;
}
.tab-content #review .review-list {
	border-bottom: 1px dotted #AA9568;
	margin-bottom: 10px;
}
.tab-content #review .review-list .author {
	width: 667px;
	float: left;
}
.tab-content #review .review-list .rating {
	float: right;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: #AA9568;
	text-align: left;
}
.attribute tr td:first-child {
	color: #FFFFFF;
	background: #F3F3F3;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #9B855A;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #AA9568;
	border-bottom: 1px solid #AA9568;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: #AA9568;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #9B855A;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #9B855A;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #AA9568;
	border-bottom: 1px solid #AA9568;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #AA9568;
	border-bottom: 1px solid #AA9568;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #AA9568;
}
.wishlist-info tbody .image img {
	border: 1px solid #AA9568;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.border {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	border-top: 3px solid #AA9568;
}
.login-content {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	overflow: auto;
	border-top: 3px solid #AA9568;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #AA9568;
	border-bottom: 1px solid #AA9568;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #AA9568;
	border-bottom: 1px solid #AA9568;
}
.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 #AA9568;
	border-bottom: 1px solid #AA9568;
}
.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 #AA9568;
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #AA9568;
	border-bottom: 1px solid #AA9568;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #AA9568;
}
.cart-info tbody .image img {
	border: 1px solid #AA9568;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #AA9568;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: url("../image/box-top-bg.jpg") repeat-x;
	border: 1px solid #AA9568;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #AA9568;
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #AA9568;
	border-bottom: 1px solid #AA9568;
}
.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 #AA9568;
}
.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 #AA9568;
}
.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-contact-info {
	position: absolute;
	margin-left: 373px;
	margin-top: 10px;
}
.clear {
	clear: both;
}
#footer {
	overflow: auto;
	padding: 0 20px 0 20px;
	min-height: 100px;
	background: #f9f9f9;
	border-left: 1px solid #AA9568;
	border-right: 1px solid #AA9568;
}
#footer h3 {
	position:absolute;
	padding-left: 30px;
	color: #00539B;
	text-transform:uppercase;
	font-size: 12px;
	margin-top: -35px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#footer .info {
	background: url('../image/h3-icon1.png') 0 1px no-repeat;
}
#footer .service {
	background: url('../image/h3-icon2.png') 0 1px no-repeat;
}
#footer .extra {
	background: url('../image/h3-icon3.png') 0 2px no-repeat;
	padding-bottom:20px;
}
#footer .account {
	background: url('../image/h3-icon4.png') 0 1px no-repeat;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 120px;
	background: url('../image/footer-hr.gif') 95% -30px no-repeat;
}
#footer .column ul {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 3px;
	line-height:22px;
	background: url('../image/footer-arrow.png') 0 3px no-repeat;
	padding-left: 20px;
}
#footer .column ul li:hover {
	margin-bottom: 3px;
	background: url('../image/footer-arrow.png') 3px 3px no-repeat;
	padding-left: 20px;
}
#footer .column a {
	text-decoration: none;
	color: #9B855A;
}
#footer .column a:hover {
	text-decoration: none;
}
.footer-top-left {
	background: url('../image/footer-top-left.png') no-repeat;
	height: 60px;
	overflow: hidden;
	padding-left: 7px;
}
.footer-top-left .footer-top-right {
	background: url('../image/footer-top-right.png') no-repeat 100% 0;
	height: 100%;
	padding-right: 7px;
}
.footer-top-left .footer-top-middle {
	background: url('../image/footer-top-middle.png') repeat-x center top;
	height: 100%;
}
#footer-bottom {
	background: url('../image/footer-bg.png') no-repeat center bottom;
/*	height: 137px;*/
	padding: 0 22px 22px 22px;
}
#footer-bottom .contacts {
	float: right;
	text-align: right;
	width: 200px;
	color: #EEE7D2;
	padding: 10px 0;
}
#footer-bottom .powered {
	float: left;
	text-align: left;
	width: 200px;
	color: #EEE7D2;
	padding: 10px 0;
}
#footer-bottom .powered a {
	color: #EEE7D2;
}

#footer-menu {
	text-align:center;
	margin: 10px 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#footer-menu .footer-links {
	width: 100%;
	text-align:center;
}
#footer-menu .footer-links a {
	display: inline-block;
	padding: 5px 12px;
	color: #EEE7D2;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}
#footer-menu .footer-links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer-menu .footer-links a + a {
	border-left: 1px solid #EEE7D2;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
#slideshow0 {
	z-index: 4;
}
/* reveal-modal */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
	z-index: 500;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	background: #e5e5e5;
	position: absolute;
	z-index: 2000;
	border: 1px solid #8e8e8e;
}
.reveal-modal .modal {
	background: #4F4F4F;
	padding: 7px;
}
.reveal-modal .modal .contents {
	padding: 0px 10px 20px 10px;
	background: #F8F8F8;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	height:600px;
	text-align: left;
}
.reveal-modal .modal .contents > .left {
	float: left;
	margin-right: 15px;
}
.reveal-modal .modal .contents > .left + .right {
	margin-left: 265px;
}
.reveal-modal .modal .contents .name {
	background: #e6e5e5;
	color: #00539B;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 -10px 10px -10px;
	padding: 10px;
	border-bottom: 1px solid #cecece;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
.reveal-modal .modal .contents .images {
	border: 1px solid #d0e3ee;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.reveal-modal .modal .contents .description {
	border-top: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #9B855A;
	font-weight: bold;
}
.reveal-modal .modal .contents .description span {
	color: #9B855A;
	font-weight: normal;
}
.reveal-modal .modal .contents .description a {
	color: #9B855A;
	text-decoration: underline;
}
.reveal-modal .modal .contents .description a:hover {
	text-decoration: none;
}
.reveal-modal .modal .contents .price {
	overflow: auto;
	border-bottom: 1px solid #d0e3ee;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #9B855A;
}
.reveal-modal .modal .contents .price-old {
	color: #F00;
	text-decoration: line-through;
}
.reveal-modal .modal .contents .price-new {
}
.reveal-modal .modal .contents .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.reveal-modal .modal .contents .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.reveal-modal .modal .contents .cart {
	border-bottom: 1px solid #d0e3ee;
	padding: 3px 5px 13px 5px;
	margin-bottom: 20px;
	color: #9B855A;
	overflow: auto;
}
.reveal-modal .modal .contents .cart div {
	float: left;
	vertical-align: middle;
}
.reveal-modal .modal .contents .cart div > span {
	padding-top: 7px;
	display: block;
	color: #86b2d9;
}
.reveal-modal .modal .contents .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #86b2d9;
	clear: both;
}
.reveal-modal .modal .contents .htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #d0e3ee;
	clear: both;
}
.reveal-modal .close-reveal-modal {
	position: absolute;
	display: block;
	top: 12px;
	right: 11px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: url('../image/closes.png') center bottom no-repeat;
}
.reveal-modal .close-reveal-modal:hover {
	background: url('../image/closes.png') center top no-repeat;
}
.reveal-modal .saving {
	font-size: 12px;
}
.boxgrid {
    overflow:hidden;
    position:relative;
}
.boxcaption {
    position:absolute;
    width:100%;
	text-align: center;
	display: none;
}
.caption .boxcaption {
    top:300%;
    left:0;
}
/* News / Blog */
.article-share {
	text-align: right;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.article-prelated-head {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 7px;
	margin-left: 5px;
}
.article-author-head {
	padding: 5px 0;
 }
.article-content {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: hidden;
}
.article-image {
	padding: 8px;
	background: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.line-article-coments {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	margin-bottom: 7px;
	margin-left: 5px;
}
.title-coments {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.article-coments {
	color: #F00;
	font-style: normal;
}
.headlines-text-coments {
	font-style: italic;
	color: #070B08;
}
.button-more {
	float: right;
	margin: 5px;
}
#artsearch {
	border-top: 1px solid #d0e3ee;
	padding-top: 10px;
	width: 188px;
}
#artsearch .button-artsearch {
	position: relative;
	float: right;
	background: url('../image/button-artsearch.png') center center no-repeat;
	width: 27px;
	height: 24px;
	margin-top: -24px;
	display: block;
	border-left: 1px solid #d0e3ee;
	cursor: pointer;
}
#artsearch input {
	background: #FFF;
	padding: 1px 33px 1px 4px;
	width: 150px;
	height: 21px;
	border: 1px solid #d0e3ee;
	-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;
}
.box-news-story > div {
	display: inline-block;
	width: 30%;
	padding: 5px;
	vertical-align: top;
}
.box-news-story .news-story-title {
	margin-bottom: 5px;
}
.box-news-story .news-story-title a {
	font-weight: bold;
	text-decoration: none;
}
.box-news-story .news-story-read-more {
	margin: 5px 0 0 0;
}
.box-news-story .news-story-coments {
	margin: 5px 0 0 0;
	font-style: italic;
	color: #5E5037;
}
.box-news-side > div {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.box-news-side .news-story-title {
	margin-bottom: 2px;
}
.box-news-side .news-story-title a {
	font-weight: bold;
	text-decoration: none;
}
.box-news-side .description {
	font-size: 11px;
}
.box-news-side .news-story-read-more {
	margin: 0;
	float: right;
}
.box-news-side .news-story-read-more a {
	font-weight: bold;
}
.box-news-side .news-story-coments {
	margin: 0;
	font-style: italic;
	color: #777;
	font-size: 11px;
	float: left;
}
.box-news-side .info {
	overflow: auto;
	margin-top: 2px;
}
/* quick search */
#quick_search_results {
    margin:0px;
    padding:5px;
    position: absolute;
    top: 25px;
    left: 0px;
    background-color: #E9EADA;
    list-style-type: none;
    z-index: 9999;
    min-width: 250px;
    border-bottom: 1px solid #000;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#quick_search_results li {
    padding: 5px;
}
#quick_search_results li a {
	color: #888;
    text-decoration: none;
	display:block;
}
#quick_search_results li:hover a {
    color: #FFF;
}
#quick_search_results li:hover {
    background-color: #777;
}
#quick_search_results .lisves {
    background-color: #777;
}
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;
	background-color:#fff;
	cursor:move;
}
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}