html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body {
	background: url('../image/header-top.png') repeat-x;
	color: #005dad;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .box-heading {
	margin: 0px;
	color: #005dad;
}
h2 {
	color: #005dad;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #005dad;
	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;
	color: #005dad;
	border: 1px solid #d0e3ee;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	color: #005dad;
	border: 1px solid #d0e3ee;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 210px;
}
#column-right {
	float: right;
	width: 210px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 220px;
}
#column-right + #content {
	margin-right: 220px;
}
/* header */
#header {
	height: 122px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 55px;
	left: 15px;
}
#language {
	position: absolute;
	top: 57px;
	right: 460px;
	width: 130px;
	text-align: right;
	color: #666;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 150px;
	position: absolute;
	top: 58px;
	text-align: center;
	right: 316px;
	color: #666;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	float: right;
	padding: 6px 2px 0px 2px;
	background: url('../image/currency.png') center top no-repeat;
	height: 30px;
	width: 30px;
	color: #666;
	margin-right: 4px;
	text-decoration: none;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 99;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-top: 15px;
	padding-left: 14px;
	position: relative;
	z-index: 1;
}
#header #cart .heading a {
	color: #666;
	text-decoration: none;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 7px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	-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 #d0e3ee;
	-moz-box-shadow: 0px 2px 2px #d0e3ee;
	box-shadow: 0px 2px 2px #d0e3ee;
	background: #FFF;
}
#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: 55px;
	right: 0px;
	width: 307px;
	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;
}
#header #search input {
	background: url('../image/search_bg.png') no-repeat;
	padding: 0px 55px 3px 15px;
	color: #FFFFFF;
	width: 250px;
	height: 39px;
	border: none;
}
#header #welcome {
	position: absolute;
	top: 18px;
	left: 5px;
	z-index: 5;
	width: 100%;
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #022E54;
	text-align: left;
}
#header #welcome a {
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #022E54;
}
#header .links {
	position: absolute;
	top: 0px;
	right: -12px;
	padding-right: 10px;
	height:33px;
	z-index: 9;
}
#header .links a {
	float: left;
	display: block;
	padding: 18px 12px 0px 12px;
	color: #FFFFFF;
	height:33px;
	font-weight:bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #022E54;
	text-decoration: none;
	font-size: 11px;
}
#header .links a:hover {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	background: #E2E2E2;
	height:33px;
}
#header .links a + a {
	background: url('../image/top-menu-hr.png') left 5px no-repeat;
	height: 33px;
}
/* menu */
#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;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#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;
}
#menu > ul > li:hover {
}
#menu > ul > li > a.active {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #022E54;
	font-size:12px;
	font-weight:bold;
	display: block;
	padding: 10px 10px 10px 10px;
	margin-bottom: 7px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
}
#menu > ul > li > div {
	display: none;
	background: #005baa url('../image/menu.png');
	position: absolute;
	z-index: 5;
	padding: 5px;
	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;
}
#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 {
	color: #00539B;
	background: #E2E2E2;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#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;
	text-shadow: 0 1px 0 #022E54;
	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;
	text-shadow: 0 1px 0 #fff;
}
#advanced_menu a.active {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
}
#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;
	text-shadow: 0 1px 0 #fff;
}
#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-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 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: 150px;
}
table.form > * > * > td {
	color: #005dad;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
table.list thead td {
	background-color: #d0e3ee;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	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 #d0e3ee;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #d0e3ee;
	padding: 4px 10px;
	background: #d0e3ee;
	text-decoration: none;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #d0e3ee;
	padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	background: #d0e3ee;
}
.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: 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;
	text-shadow: 0px 1px 0px #000;
	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 #e0eff8;
}
a.button:hover, input.button:hover {
	background: url('../image/button-active.png') repeat-x;
	text-shadow: 0px 1px 0px #000;
}
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;
	text-shadow: 0px 1px 0px #000;
}
a.button-detail:hover {
	background: url('../image/button-active.png') repeat-x;
	text-shadow: 0px 1px 0px #000;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #d0e3ee;
	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 #d0e3ee;
}
.htabs a {
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	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;
	text-shadow: 0 1px 0 #fff;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-left: 1px solid #0062B3;
	border-right: 1px solid #0062B3;
	border-top: 1px solid #0062B3;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 8px 10px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}
.box .box-heading a {
	text-shadow: 0 1px 0 #000;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}
.box .box-content {
	background: #FFFFFF;
	-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;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	text-align: center;
}
.box-product > div {
	width: 144px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 20px 5px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #d0e3ee;
	-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;
}
#column-left .box-product > div {
	width: 175px;
	padding-top: 5px;
	margin: 0 0 15px 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 .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin: 2px 2px;
	height: 37px;
	width: 36px;
	z-index: 1;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {

}
.box-product .name a {
	color: #005dad;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	clear: both;
	min-height:30px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #005dad;
	margin-bottom: 4px;
}
.box .box-product .price-2 {
	float: right;
	margin: 15px -6px 0 0;
	background: url('../image/price.png') no-repeat;
	width: 98px;
	height: 45px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 12px;
	font-weight: bold;
}
.box-product .price-old-2 {
	color: #fdd0ce;
	top: -8px;
	position: relative;
	font-size: 11px;
	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: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #d0e3ee;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #005dad;
	padding-left:20px;
}
.box-category > ul > li > a:hover {
	color: #63abe9;
}
.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: 5px 5px 0px 14px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category> ul > li ul > li > a:hover {
	color: #63abe9;
}
.box-category > ul > li ul > li > a.child-active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #d0e3ee;
}

#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;
	border: 1px solid #d0e3ee;
}
.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-shadow: 0 1px 0 #fff;
	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;
	text-shadow: 0 1px 0 #fff;
	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;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #005dad;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #005dad;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #005dad;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.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 solid #d0e3ee;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #d0e3ee;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #005dad;
	font-weight: bold;
	text-decoration: none;
}
.product-list .name a:hover {
	text-decoration: underline;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #005dad;
}
.product-list .rating {
	color: #005dad;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #005dad;
	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;
}
.product-grid > div {
	width: 144px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 20px 5px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #d0e3ee;
	-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;
}
#column-left + #content .product-grid > div {
	width: 136px;
}
#column-right + #content .product-grid > div {
	width: 136px;
}
#column-left + #column-right +  #content .product-grid > div {
	width: 166px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {

}
.product-grid .name a {
	color: #005dad;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	clear: both;
	min-height:30px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #005dad;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #86b2d9;
	text-decoration: none;
}
.product-grid .compare a {
	color: #86b2d9;
	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 .image {
	border: 1px solid #d0e3ee;
	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 solid #d0e3ee;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #005dad;
	font-weight: bold;
}
.product-info .description span {
	color: #005dad;
	font-weight: normal;
}
.product-info .description a {
	color: #005dad;
	text-decoration: underline;
}
.product-info .description a:hover {
	color: #005dad;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #d0e3ee;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #005dad;
}
.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: #52b2d9;
}
.product-info .options {
	border-bottom: 1px solid #d0e3ee;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #005dad;
}
.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 {
	border-bottom: 1px solid #d0e3ee;
	padding: 3px 5px 13px 5px;
	margin-bottom: 20px;
	color: #005dad;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #86b2d9;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #86b2d9;
	clear: both;
}
.product-info .review {
	color: #86b2d9;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #d0e3ee;
	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;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	background: #d0e3ee;
	text-align: left;
}
.attribute tr td:first-child {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	background: #F3F3F3;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #005dad;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	background: #d0e3ee;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #005dad;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #005dad;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
}
.wishlist-info tbody .image img {
	border: 1px solid #d0e3ee;
}
.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 #00a0f6;
}
.login-content {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	overflow: auto;
	border-top: 3px solid #00a0f6;
}
.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 #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
}
.cart-info tbody .image img {
	border: 1px solid #d0e3ee;
}
.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 #d0e3ee;
	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: #d0e3ee;
	border: 1px solid #d0e3ee;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	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 #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
}
.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 #d0e3ee;
}
.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 */ 
.clear {
	clear: both;
}
#footer {
	overflow: auto;
	padding: 0 20px 0 20px;
	min-height: 100px;
	background: #f9f9f9;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
}
#footer h3 {
	position:absolute;
	padding-left: 30px;
	color: #00539B;
	text-transform:uppercase;
	text-shadow: 0 1px 0 #fff;
	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: #005dad;
}
#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') repeat-x center top;
	height: 137px;
}
#footer-menu {
	background: url('../image/menu-bg.png') repeat-x;
	border-left: 1px solid #0062B3;
	border-right: 1px solid #0062B3;
	border-bottom: 1px solid #0062B3;
	height: 48px;
	text-align:center;
	margin-bottom: 20px;
	-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;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}
#footer-menu .footer-links {
	width:980px;
	text-align:center;
}
#footer-menu .footer-links a {
	display: inline-block;
	padding: 18px 12px 0px 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #022E54;
	text-decoration: none;
	font-size: 11px;
}
#footer-menu .footer-links a:hover {
	text-decoration: underline;
}
#footer-menu .footer-links a + a {
	background: url('../image/menu-hr.png') left 0px no-repeat;
	height: 42px;
}
#powered {
	margin-top: 5px;
	text-align: center;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* 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;
	text-shadow: 0 1px 0 #fff;
	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: #005dad;
	font-weight: bold;
}
.reveal-modal .modal .contents .description span {
	color: #005dad;
	font-weight: normal;
}
.reveal-modal .modal .contents .description a {
	color: #005dad;
	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: #005dad;
}
.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: #005dad;
	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;
} 
.boxgrid {
    overflow:hidden;
    position:relative;
}
.boxcaption {
    position:absolute;
    width:100%;
	text-align: center;
}
.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 {
	background: #eee; 
	padding: 5px;
	border: 1px solid #d0e3ee;
 }
.article-content {
    border: 1px solid #d0e3ee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.article-image {
	padding: 8px; 
	background: #eee; 
	border: 1px solid #d0e3ee;
	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: #86b2d9;
}
.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: #86b2d9;
}
.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;
}
