html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background-color: #ffffff;	
}
body {
	background: url('../image/body_bg.gif') repeat-x scroll 0 0 #E4EFF2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	color: #595959;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-family: Verdana;
	font-size: 13px;
}
h1, .box-heading {
	margin: 0px;
	font-size: 15px;
	color: #595959;
	font-family: Georgia, serif;
	font-style: italic;
}
h2 {
	color: #595959;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Verdana;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #595959;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #d00044;
	font-size: 13px;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	outline:none;
	border: 1px solid #5897fb;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
	-moz-box-shadow   : 0 0 6px rgba(0,0,0,.3);
	box-shadow        : 0 0 6px rgba(0,0,0,.3);
}
input[type='text'], input[type='password'], textarea, select {
	border: 1px solid #d2d2d2;
	background: #fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #999;
	padding: 3px;
	transition:border linear .5s,box-shadow linear .5s;
	-moz-transition:border linear .5s,-moz-box-shadow linear .5s;
	-webkit-transition:border linear .5s,-webkit-box-shadow linear .5s;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 90%;
	min-width: 1040px;
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 230px;
}
#column-right {
	float: right;
	width: 230px;
}
#content {
	min-height: 100px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 250px;
}
#column-right + #content {
	margin-right: 250px;
}
.header_top {
	height: 20px;
	background-size: 100%;
}
.wrapper {
	background: url('../image/bg.png') repeat-y;
	padding: 0 10px;
	background-size: 100%;
}
/* header */
#header {
	height: 122px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #address-data {
	position: absolute;
	top: 60px;
	left: 550px;
	width: 230px;
	color: #595959;
	font-family: Verdana;
	font-size: 12px;
	color: #287bb1;	
	text-align: center;
}
#header #logo {
	position: absolute;
	top: 30px;
	left: -5px;
	color: #287bb1;
	text-align: center;
}
#language {
    position: absolute;
    top: 92px;
    right: 260px;
    z-index: 99;
}
#language select {
    width: 100px;
}
#currency {
	position: absolute;
	top: 47px;
	right: 260px;
	cursor: pointer;
}
#currency select {
    width: 100px;
}
#header .header_cart {
	position: absolute;
	top: 94px;
	right: 12px;
	height: 35px;
	z-index: 9;
	width: 35px;
}
#header .cart_bg {
	position: absolute;
	top: 87px;
	right: 0px;
	height: 54px;
	width: 250px;
	background: url('../image/search_bg.png') no-repeat;
}
#header #cart {
	position: absolute;
	top: 82px;
	right: 0px;
	height: 54px;
	z-index: 5;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-top: 20px;
	padding-right: 60px;
	position: relative;
	text-align: left;
	z-index: 1;
}
#header #cart .heading a {
	color: #999;
	text-decoration: none;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 1px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 0px 8px 8px 8px;
	-moz-border-radius: 0px 8px 8px 8px;
	-khtml-border-radius: 0px 8px 8px 8px;
	border-radius: 0px 8px 8px 8px;
	-webkit-box-shadow: 0px 2px 2px #999;
	-moz-box-shadow: 0px 2px 2px #999;
	box-shadow: 0px 2px 2px #999;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 14px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	max-width: 500px;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #999;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #d2d2d2;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #d2d2d2;
	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: #999;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search input:focus, #header #login input:focus, #header #password input:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#header #search {
	position: absolute;
	top: 42px;
	right: 0px;
	width: 250px;
	height: 59px;
	z-index: 99;
}
#header .button-search {
	position: absolute;
	top: 5px;
	right: 14px;
	background: url('../image/button-search.png') center center repeat;
	width: 32px;
	height: 35px;
	cursor: pointer;
}
#header .button-search:hover {
	background: url('../image/button-search-active.png') center center repeat;
}
#header #search input {
	background: url('../image/search_bg.png') no-repeat;
	padding: 3px 65px 5px 10px;
	color: #999;
	text-align: right;
	width: 175px;
	height: 39px;
	border: none;
}
#header #login {
	position: absolute;
	background: url('../image/login_bg.png') no-repeat;
	top: 42px;
	left: 280px;
	width: 210px;
	height: 54px;
	z-index: 99;
}
#header #login input {
	margin: 12px 0px 5px 50px;
	color: #999;
	text-align: left;
	width: 130px;
	border: none;
}
#header #password {
	position: absolute;
	background: url('../image/pass_bg.png') no-repeat;
	top: 87px;
	left: 280px;
	width: 210px;
	height: 54px;
	z-index: 99;
}
#header #password input {
	margin: 12px 0px 5px 50px;
	color: #999;
	text-align: left;
	width: 130px;
	border: none;
}
#header #account-header {
	position: absolute;
	background: url('../image/account-header.png') no-repeat;
	text-indent: -9999px;
	top: 55px;
	left: 340px;
	width: 70px;
	height: 70px;
	z-index: 99;
}
#header #logout {
	position: absolute;
	background: url('../image/logout.png') no-repeat;
	text-indent: -9999px;
	top: 65px;
	left: 440px;
	width: 50px;
	height: 50px;
	z-index: 99;
}
.button_login {
	position: absolute;
	background: url('../image/button-login.png') no-repeat;
	top: 62px;
	left: 450px;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 99;
}
#header .links_left {
	background: url('../image/top_menu_left.png') no-repeat; 
	height: 62px; 
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 1;
	overflow: hidden; 
	padding-left: 25px;
}
#header .links_left .links_right { 
	background: url('../image/top_menu_right.png') no-repeat 100% 0; 
	height: 100%; 
	padding-right: 20px; 
}
#header .links_left .links_middle { 
	background: url('../image/top_menu_middle.png') repeat-x left 0px; 
	height: 100%; 
	padding-top:24px;
	text-align: center;
}
#header .links a {
	color: #C5DEE4;
	text-decoration: none;
	font-size: 11px;
}
#header .links a:hover {
	color: #fff;
	text-shadow: none;
}
#header .links a + a {
	background: url('../image/top_menu_divider.gif') left 3px no-repeat;
	height: 40px;
	padding: 20px 0px 20px 10px;
}

/* #advanced_menu */
#advanced_menu {
	background: url('../image/menu_bg.png') repeat-x;
	height: 48px;
	margin-bottom: 15px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	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: 3px 1px 6px 15px;
}
#advanced_menu > ul > li + li {
	background: url('../image/menu-hr.png') top left no-repeat;
}
#advanced_menu li {
   	position: relative;
	float: left;
	z-index: 20;	
}
#advanced_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: 20px 7px 15px 2px;
	margin-bottom: 6px;
	margin-top: -7px;
	z-index: 6;
	position: relative;
}
#advanced_menu > ul > li:hover > a {
	background: url('../image/menu-hover.png') 3px 0 no-repeat;
	color: #fff;
	padding: 23px 7px 12px 20px;
	margin-top: -10px;
	margin-left: -18px;
	text-shadow: 0 1px 0 #022E54;
	-webkit-border-radius: 0px 8px 9px 0px;
	-moz-border-radius: 0px 8px 9px 0px;
	-khtml-border-radius: 0px 8px 9px 0px;
	border-radius: 0px 8px 9px 0px;
}
#advanced_menu > ul > li > a.active {
	background: url('../image/menu-hover.png') 3px 0 no-repeat;
	color: #fff;
	padding: 23px 7px 12px 20px;
	margin-top: -10px;
	margin-left: -18px;
	text-shadow: 0 1px 0 #022E54;
	-webkit-border-radius: 0px 8px 9px 0px;
	-moz-border-radius: 0px 8px 9px 0px;
	-khtml-border-radius: 0px 8px 9px 0px;
	border-radius: 0px 8px 9px 0px;
}
#advanced_menu ul li ul {
	display: none;
	background: #005baa url('../image/menu.png');
	position: absolute;
	z-index: 5;
	padding: 5px;
	border-top: 3px solid #0798b2;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-khtml-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
#advanced_menu ul li:hover ul {
	display: table;
}
#advanced_menu ul li ul {
	display: table-cell;
}
#advanced_menu > ul > li ul + ul {
	padding-left: 20px;
}
#advanced_menu > ul > li ul > li > a {
 	text-decoration: none;
	padding: 6px 4px;
	color: #fff;
	text-shadow: 0 1px 0 #022E54;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#advanced_menu > ul > li ul > li > a:hover {
 	color: #d2d2d2;
	text-shadow: 0 1px 0 #022E54;
}
#advanced_menu > ul > li ul > li + li  {
	border-top: 1px dotted #fff;
	width: 100%;
}
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%;
	padding-left: 5px;
	border-top: none;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-khtml-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
}
#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;
}
ul#breadcrumbs-two {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	list-style: none;
}
#breadcrumbs-two{
	overflow: hidden;
	width: 100%;
}
#breadcrumbs-two li{
	float: left;
	margin: 0 8px 0 7px;
}
#breadcrumbs-two a{
	background: #e8e8e8;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #595959;
	font-size: 10px;
	text-shadow: 0 1px 0 #fff;
	position: relative;
}
#breadcrumbs-two a:hover{
	background: #ddd;
	color: #d00044;
}
#breadcrumbs-two a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #e8e8e8 #e8e8e8 #e8e8e8 transparent;
	left: -1em;
}
#breadcrumbs-two a:hover::before{
	border-color: #ddd #ddd #ddd transparent;
}
#breadcrumbs-two a::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #e8e8e8;
	right: -1em;
}
#breadcrumbs-two a:hover::after{
	border-left-color: #ddd;
}
#breadcrumbs-two .current,  #breadcrumbs-two .current:hover{
	font-weight: bold;
	background: none;
}
#breadcrumbs-two .current::after,  #breadcrumbs-two .current::before{
	content: normal;
}
.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: #595959;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
table.list thead td {
	background-color: #eee;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #d00044;
	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: #eee;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	border-top: 1px solid #d2d2d2;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #d2d2d2;
	padding: 4px 15px;
	background: #eee;
	font-weight: normal;
	text-decoration: none;
	color: #595959;
	text-shadow: 0 1px 0 #fff;
	-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;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #d2d2d2;
	padding: 5px 15px 4px 15px;
	font-weight: normal;
	text-decoration: none;
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	background: #eee;
	-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;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: white;
	line-height: 12px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	background: url('../image/button.png') top left repeat-x;
	border-radius: 5px;
	margin: 3px;
	border: 1px solid #4cae4c;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 4px 7px 4px;
	margin: 3px;
}
input.button {
	margin: 3px;
	border: 0;
	height: 26px;
	padding: 2px 4px 4px 4px;
	border: 1px solid #4cae4c;
}
a.button:hover, input.button:hover {
	background: url('../image/button-active.png') repeat-x;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #d2d2d2;
}
.htabs a {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #595959;
	text-shadow: 0 1px 0 #fff;
	margin-right: 2px;
	display: none;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
	color: #d00044;
}
.tab-content {
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-content-2 {
	border: 1px solid #d2d2d2;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* Hover effects */
.view {
   overflow: hidden;
   width: 100%;
   height: 144px;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
	position: absolute;
	width: 150px;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.view img {
   display: block;
   position: relative;
   margin-bottom: 4px;
}
.view h2 {
	text-align: center;
	position: relative;
	margin: 2px 0 0 2px;
}
.view p {	
   font-family: Verdana;
   position: relative;
   font-size: 12px;
   margin: 2px 2px 20px 1px;
   text-align: left;
   height: 85px;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: #F0F0F0;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
    background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
    color: #595959;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth .info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover .info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
/* box */
.box {
	margin-bottom: 10px;
}
.box .box-heading-left {
	background: url('../image/rbox-top-left.png') no-repeat;
	height: 52px;
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden; 
	padding-left: 33px;
}
.box .box-heading-left .box-heading-right {
	background: url('../image/lbox-top-right.png') no-repeat 100% 0;
	height: 100%; 
	padding-right: 33px;
}
.box .box-heading-left .box-heading-middle {
	background: url('../image/box-top-middle.png') repeat-x left 0px; 
	height: 100%; 
	padding: 6px 20px;
	font-size: 16px;
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	text-shadow: 2px 2px 2px gray;
	color: #ffffff;
}
.box .box-heading-left .box-heading-middle a {
	font-size: 17px;
	font-family: Georgia, serif;
	font-style: italic;
	text-shadow: 2px 2px 2px gray;
	color: #ffffff;
}
.box .lbox-heading-left {
	background: url('../image/lbox-top-left.png') no-repeat;
	height: 52px;
	margin-left: -20px;
	overflow: hidden; 
	padding-left: 45px;
}
.box .lbox-heading-left .lbox-heading-right {
	background: url('../image/lbox-top-right.png') no-repeat 100% 0;
	height: 100%; 
	padding-right: 33px;
}
.box .lbox-heading-left .lbox-heading-middle {
	background: url('../image/box-top-middle.png') repeat-x left 0px; 
	height: 100%; 
	padding: 8px 0px;
	font-size: 16px;
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	text-shadow: 2px 2px 2px gray;
	color: #ffffff;
}
.box .rbox-heading-left {
	background: url('../image/rbox-top-left.png') no-repeat;
	height: 52px;
	margin-right: -20px;
	overflow: hidden; 
	padding-left: 33px;
}
.box .rbox-heading-left .rbox-heading-right {
	background: url('../image/rbox-top-right.png') no-repeat 100% 0;
	height: 100%; 
	padding-right: 45px;
}
.box .rbox-heading-left .rbox-heading-middle {
	background: url('../image/box-top-middle.png') repeat-x left 0px; 
	height: 100%; 
	padding: 8px 0px;
	font-size: 16px;
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	text-shadow: 2px 2px 2px gray;
	color: #ffffff;
}
.box .box-heading a {
	text-shadow: 2px 2px 2px black;
	color: #ffffff;
}
.box .box-content {
	background: #FFFFFF;
	padding: 0px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: visible;
	text-align: center;
}
.box-product > div {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 4px 5px 4px;
	text-align: center;
	border: 1px solid #d2d2d2;
	-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: 230px;
	padding-top: 5px;
	margin: 0 0 15px 0;
}
#column-right .box-product > div {
	width: 230px;
	margin: 0 0 10px 0;
}
#column-left + #content .box-product > div {
	width: 150px;
	height: 195px;
	overflow: hidden;
}
#column-right + #content .box-product > div {

}
#column-left + #column-right +  #content .box-product > div {
	width: 150px;
}
.box-product .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin-top: -32px;
	font-family: Verdanda;
	height: 32px;
	width: 50px;
	z-index: 1;
	color: #FFF;
	font-size: 13px;
	text-decoration: blink;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}
.box-product .sale-left {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin-top: 65px;
	margin-left: 168px;
	font-family: Verdanda;
	font-style: italic;
	height: 32px;
	width: 50px;
	z-index: 1;
	color: #FFF;
	font-size: 13px;
	text-decoration: blink;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}
.box-product .sale-right {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin-top: 72px;
	margin-left: 23px;
	font-family: Verdanda;
	font-style: italic;
	height: 32px;
	width: 50px;
	z-index: 1;
	color: #FFF;
	font-size: 13px;
	text-decoration: blink;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}
.box-product .sale-2 {
	position: absolute;
	background: url('../image/sale_product.png') no-repeat;
	margin: 2px 2px;
	height: 45px;
	width: 70px;
	text-decoration: blink;
	z-index: 100;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-family: Verdanda;
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
}
.box-product .image {
	display: block;
	margin: 2px 2px -3px 2px;
}
.box-product .name {
	background: url('../image/name-bg-big.png') repeat-x left 0px;
	overflow: hidden;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 3px 5px 3px;
	height: 44px;
}
.box-product .name a.sub-category {
	font-family: Verdana;
}
.box-product .name a.sub-category:hover {
	font-family: Verdana;
	color: #d00044;
}
.box-product .price {
	background: url('../image/price-bg.gif') no-repeat;
	display: block;
	position: absolute;
	height: 33px;
	width: 69px;
	padding: 10px 0;
	margin-top: -32px;
	margin-left: 81px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	z-index: 1;
	line-height: 15px;
}
.box-product .price-old {
	position:relative;
	text-decoration: line-through;
	top: -6px;
	font-weight: normal;
}
.box-product .price-new {
	color: #F00;
	font-weight: bold;
	position:relative;
	top: -6px;
}
.box .box-product .price-left {
	float: right;
	margin: 12px -6px 0 0;
	background: url('../image/price.png') no-repeat;
	width: 98px;
	height: 45px;
	color: #f8f8f8;
	text-shadow: 0px 1px 0px #333;
	font-size: 14px;
	padding-top: 12px;
	font-weight: bold;
}
.box-product .price-old-left {
	color: #f00;
	top: -8px;
	position: relative;
	text-shadow: 0px 0px 1px #fff;
	font-size: 12px;
	text-decoration: line-through;
}
.box-product .price-new-left {
	font-weight: bold;
	font-size: 12px;
	top: -12px;
	position: relative;
}
.box .box-product .price-right {
	float: left;
	position: absolute;
	margin: 12px 0 0 -10px;
	padding-left: -100px;
	background: url('../image/price-right.png') no-repeat;
	width: 98px;
	height: 45px;
	color: #f8f8f8;
	text-shadow: 0px 1px 0px #333;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	text-indent: -4px;
}
.box-product .price-old-right {
	color: #f00;
	top: -8px;
	position: relative;
	text-shadow: 0px 0px 1px #fff;
	font-size: 12px;
	text-decoration: line-through;
}
.box-product .price-new-right {
	font-weight: bold;
	font-size: 12px;
	top: -12px;
	position: relative;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
.box-product .button-wishlists {
	background: url('../image/ico-wishlist.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-left: 10px;
	text-indent: -9999px;
	z-index: 1;
}
.box-product .button-compares {
	background: url('../image/ico-compare.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-left: 117px;
	text-indent: -9999px;
	z-index: 1;
}
.box-product .button-wishlists-left {
	background: url('../image/ico-wishlist.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-top: -50px;
	margin-left: 145px;
	text-indent: -9999px;
	z-index: 1;
}
.box-product .button-compares-left {
	background: url('../image/ico-compare.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-top: -50px;
	margin-left: 210px;
	text-indent: -9999px;
	z-index: 1;
}
.box-product .left-button-cart {
	background: url('../image/ico-cart.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-top: -40px;
	margin-left: 180px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	z-index: 1;
}
.box-product .button-wishlists-right {
	background: url('../image/ico-wishlist.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-top: -50px;
	margin-left: 5px;
	text-indent: -9999px;
	z-index: 1;
}
.box-product .button-compares-right {
	background: url('../image/ico-compare-right.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-top: -50px;
	margin-left: 68px;
	text-indent: -9999px;
	z-index: 1;
}
.box-product .right-button-cart {
	background: url('../image/ico-cart.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin-top: -38px;
	margin-left: 37px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	z-index: 1;
}

/* list products */
.list-product {
	width: 100%;
	overflow: visible;
}
.list-product > div {
	width: 100%;
	display: inline-block;	
	vertical-align: top;
	margin: 7px 0px 7px 0px;
	border: 1px solid #d2d2d2;	
	-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 .list-product > div {
	height: 167px;
	min-width: 760px;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.list-product .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	font-family: Verdana;
	height: 32px;
	width: 50px;
	z-index: 1;
	color: #FFF;
	font-size: 11px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}
.list-product .image {
	float: left;
	margin: 2px 5px 2px 5px;
	width: 140px;
	text-align: left;
	padding: 4px 3px;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.list-product .name {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 3px 0px;
}
.list-product .name a.sub-category {
	font-family: Verdana;
}
.list-product .name a.sub-category:hover {
	font-family: Verdana;
	color: #d00044;
}
.list-product .price {
	float: right;
	width: 148px;
	text-align: left;
	padding: 5px 5px;
	font-size: 12px;
	font-family: Verdana;
}
.list-product .price-old {
	text-decoration: line-through;
	font-weight: normal;
}
.list-product .price-new {
	color: #F00;
	font-weight: bold;
	position:relative;
}
.list .list-product .price-left {
	float: right;
	margin: 12px -6px 0 0;
	background: url('../image/price.png') no-repeat;
	width: 98px;
	height: 45px;
	color: #f8f8f8;
	text-shadow: 0px 1px 0px #333;
	font-size: 14px;
	padding-top: 12px;
	font-weight: bold;
}
.list-product .price-old-left {
	color: #f00;
	top: -8px;
	position: relative;
	text-shadow: 0px 0px 1px #fff;
	font-size: 12px;
	text-decoration: line-through;
}
.list-product .price-new-left {
	font-weight: bold;
	font-size: 12px;
	top: -12px;
	position: relative;
}
.list .list-product .price-right {
	float: left;
	margin: 12px 0 0 -6px;
	background: url('../image/price-right.png') no-repeat;
	width: 98px;
	height: 45px;
	color: #f8f8f8;
	text-shadow: 0px 1px 0px #333;
	font-size: 14px;
	padding-top: 12px;
	font-weight: bold;
}
.list-product .price-old-right {
	color: #f00;
	top: -8px;
	position: relative;
	text-shadow: 0px 0px 1px #fff;
	font-size: 12px;
	text-decoration: line-through;
}
.list-product .price-new-right {
	font-weight: bold;
	font-size: 12px;
	top: -12px;
	position: relative;
}
.list-product .rating {
	display: block;
	margin-bottom: 4px;
}
.list-product .wishlist a {
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left 60% no-repeat;
}
.list-product .compare a {
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left 60% no-repeat;
}

/* text attribute */
.attribute-text {
	display: block;
	font-family: Verdana;
	text-align: left;
	white-space: pre;
	overflow: hidden;
    text-overflow: ellipsis;
	color: black;
}
.attribute-name {
	font-family: Verdana;
	color: grey;
}

/* box category */
.box-category {
	margin-top: 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	background: url('../image/cat-left.png') -2px 0px repeat-y;
	margin-left: 5px;
}
.box-category > ul > li + li {
	border-top: 1px dotted #d2d2d2;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #595959;
	padding: 8px 8px 8px 4px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin-left:20px;
	display: block;
}
.box-category > ul > li:hover {
	background: url('../image/category-hover.png') -2px 0px no-repeat;
}
.box-category > ul > li a:hover {
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.no-active {
	font-weight: normal;
}
.box-category > ul > li a.active {
	font-weight: normal;
	margin-left: 0px;
	padding: 8px 8px 8px 23px;
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	background: url('../image/category-hover.png') -2px 0px no-repeat;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	background: url('../image/cat-left.png') -2px 0px repeat-y;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	padding: 5px 5px 5px 24px;
	display: block;
	font-size: 12px;
}
.box-category> ul > li ul > li > a:hover {
	color: #d00044;
	padding: 5px 5px 5px 24px;
}
.box-category > ul > li ul > li > a.child-active {
	font-weight: bold;
	color: #d00044;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #84a914;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
#content .content-address {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #84a914;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
#content .content ul li {
	margin: 5px 0 5px -30px;
	list-style: none;
}
#content .content li a {
	background: url('../image/footer-arrow.png') 0 2px no-repeat;
	padding: 0 0 0 20px;
}
#content .content li a:hover {
	background: url('../image/footer-arrow-active.png') 0 2px no-repeat;
	padding: 0 0 0 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #d2d2d2;
}
.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 #d2d2d2;
	background: #eee;
	padding: 2px 6px;
	line-height: 2;
	color: #595959;
	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 #d2d2d2;
	padding: 5px;
	overflow: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
.manufacturer-heading {
	background: #eee;
	border: 1px solid #d2d2d2;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 6px;
	-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-content {
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	background-color: #f0f0f0;
	border: 1px solid #dddddd;
	padding: 5px 0px;
	overflow: auto;
	-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;
}
.product-filter .display {
	padding: 4px 0 0 10px;
	float: left;
	font-size: 12px;
	color: #595959;
}
.product-filter .sort {
	float: right;
	color: #595959;
	text-shadow: 0 1px 0 #fff;
	margin: 0 5px 0 0;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #595959;
	text-shadow: 0 1px 0 #fff;
	margin: 0 5px 0 0;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #d2d2d2;
	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 #d2d2d2;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}
.product-list .name a:hover {
	text-decoration: underline;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #595959;
}
.product-list .rating {
	color: #595959;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #595959;
	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: #999;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #999;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #999;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: visible;
	text-align: center;
}
.product-grid > div {
	width: 256px;
	height: 217px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 8px 7px;
	text-align: center;
	border: 1px solid #d2d2d2;
	-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;
}
.product-grid .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	font-family: Verdana;
	margin-top: -160px;
	height: 32px;
	width: 50px;
	z-index: 1;
	color: #FFF;
	font-size: 11px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}
.product-grid .name {
	background: url('../image/name-bg-big.png') repeat-x left 0px;
	display: table;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	padding: 0px 3px 5px 3px;
	width: 250px;
	height: 44px;
	overflow: hidden;
}
.product-grid .name a.sub-category {
    font-family: Verdana;
}
.product-grid .name a.sub-category:hover {
	text-shadow: 2px 2px 2px #fff;
	color: #d00044;
}
.product-grid .image {
	width: 140px;
	text-align: left;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.product-grid .price {
	display: block;
	position: absolute;
	width: 117px;
	margin-top: -155px;
	margin-left: 141px;
	font-size: 11px;
}
.product-grid .compare-wishlist {
	display: none;
}
.product-grid .price-old {
	text-decoration: line-through;
	font-weight: normal;
}
.product-grid .price-new {
	color: #F00;
	font-weight: bold;
	position:relative;
}
.product-grid .attribute-text {
	display: none;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 10px;
}
.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: 45px;
	width: 70px;
	text-decoration: blink;
	z-index: 50;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana;
	font-style: italic;
	font-size: 14px;
	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 {
	border: 1px solid #d2d2d2;
	float: left;
	margin-bottom: 10px;
	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 #d2d2d2;
}
.product-info .saving {
	font-weight: normal;
	color: #666;
}
.product-info .saving .saving-red {
	color: #F00; 
	text-decoration: blink; 
	font-weight: bold;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 18px;
	color: #595959;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}
.product-info .description span {
	color: #666;
	font-weight: normal;
}
.product-info .description a {
	color: #595959;
	text-decoration: underline;
}
.product-info .description a:hover {
	color: #595959;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	font-family: Verdana;
	font-style: italic;
	border-bottom: 1px solid #d2d2d2;
	padding: 0px 5px 10px 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #595959;
}
.product-info .price .text-prices {
	font-size: 15px;
	font-weight: normal;
	color: #666;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through blink;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #b2b2b2;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #b2b2b2;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 13px;
	color: #b2b2b2;
	margin-top: -10px;
}
.product-info .options {
	border-bottom: 1px solid #d2d2d2;
	padding: 0px 5px;
	margin-bottom: 10px;
	color: #595959;
}
.product-info .option-image {
	margin-top: 3px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #d2d2d2;
	cursor: pointer;
}
.product-info .cart {
	margin-bottom: 10px;
	color: #b2b2b2;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart .quantity-input {
	background: url('../image/quantity.png') no-repeat;
	height: 41px;
	width: 97px;
	margin-right: 2px;
	float: left;
}
.product-info .cart .quantity-input input {
	border: none;
	padding: 3px;
	margin: 10px 0 0 36px;
	background: transparent;
	text-align: center;
	width: 20px;
	color: #666;
}
.product-info .cart .quantity-input .minus {
	position: absolute;
	margin: 4px 0 0 5px;
	cursor: pointer;
}
.product-info .cart .quantity-input .plus {
	position: absolute;
	margin: 4px 0;
	cursor: pointer;
}
.product-info .cart .quantity-input input:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.product-info .wishlist a {
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-info .compare a {
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #b2b2b2;
	clear: both;
}
.product-info .review {
	color: #999;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.attribute {
	border-collapse: collapse;
	width: 100%;	
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	font-family: Verdana; 
	font-size: 12px;
	font-weight: bold;
	background: #eee;
	text-align: left;
}
.attribute tr td:first-child {
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	background: #F3F3F3;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #595959;
	text-align: left;
	white-space: pre-line;
	vertical-align: top;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #595959;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #595959;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.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 #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #d2d2d2;
}
.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 #d2d2d2;
}
.wishlist-info tbody .image img {
	border: 1px solid #d2d2d2;
}
.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;
}
.wishlist-info tbody .action {
	width: 75px;
}
.border {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	border-top: 3px solid #f3b81c;
}
.login-content {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	overflow: auto;
	border-top: 3px solid #f3b81c;
}
.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 #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.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 #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.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 #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.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 #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #d2d2d2;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info .quantity .quantity-input {
	background: url('../image/quantity.png') no-repeat;
	height: 41px;
	width: 97px;
	float: left;
}
.cart-info .quantity .quantity-input input {
	border: none;
	padding: 3px;
	margin: 10px 0 0 36px;
	background: transparent;
	text-align: center;
	width: 20px;
	color: #666;
}
.cart-info .quantity .quantity-input .minus {
	position: absolute;
	margin: 1px 0 0 5px;
}
.cart-info .quantity .quantity-input .plus {
	position: absolute;
	margin: 1px 0;
}
.cart-info .quantity .quantity-input input:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #d2d2d2;
}
.cart-info tbody .image img {
	border: 1px solid #d2d2d2;
}
.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 #d2d2d2;
	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: #eee;
	border: 1px solid #d2d2d2;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 15px;
	-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;
}
.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 #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #d00044;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #d2d2d2;
}
.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 #d2d2d2;
}
.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 #d2d2d2;
}
.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-top {
	background: url('../image/footer-top.png') no-repeat;
	height: 2px;
	margin: 0 -8px;
	background-size: 100%
}
.footer-box {
	margin: 0 -8px;
	background: url('../image/footer-middle.png') repeat-y;
	position: relative;
	z-index: 9;
	background-size: 100%;
}
.footer-box .footer-menu-left {
	background: url('../image/footer-menu-left.png') no-repeat;
	height: 58px;
	margin-left: -12px;
	margin-right: -12px;
	overflow: hidden; 
	padding-left: 52px;
}
.footer-box .footer-menu-left .footer-menu-right {
	background: url('../image/rbox-top-right.png') no-repeat 100% 13px;
	height: 100%; 
	padding-right: 45px;
}
.footer-box .footer-menu-left .footer-menu-middle {
	background: url('../image/box-top-middle.png') repeat-x left 13px; 
	height: 100%; 
	padding: 23px 0;
	text-shadow: 2px 2px 2px gray;
	color: #ffffff; 
	text-align: center;
}
.footer-box .footer-menu-left .footer-menu-middle a {
	text-shadow: 2px 2px 2px gray;
	color: #ffffff; 
	text-decoration: none;
	margin-right: 10px;
}
.footer-box .footer-menu-left .footer-menu-middle a:hover {
	text-shadow: 2px 2px 2px gray;
	color: #9FC6D0;
}
.footer-box .footer-menu-left .footer-menu-middle a + a {
	margin: 0 10px;
}
#footer {
	position: relative;
	overflow: auto;
	margin: -20px -8px 0 -8px;
	padding: 0px 20px;
	min-height: 100px;
	background: url('../image/footer-middle.png') repeat-y;
	background-size: 100%;
}
#footer h3 {
	color: #9fc6d0;
	text-shadow: 0 1px 0 #555;
	font-size: 18px;
	font-family: "Times New Roman", Arial;
	font-weight: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #9fc6d0;
}
#footer .column {
	float: left;
	width: 33%;
}
#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-active.png') 0 5px no-repeat;
	padding-left: 20px;
}
#footer .column ul li:hover {
	background: url('../image/footer-arrow.png') 0 5px no-repeat;
}
#footer .column a {
	text-decoration: none;
	color: #9fc6d0;
}
#footer .column a:hover {
	text-decoration: none;
	color: #fff;
}
#footer .footer-logo {
	position: absolute;
	background: url('../image/footer-logo.png') no-repeat;
	width: 71px;
	height: 103px;
	right: 55px;
	top: 75px;
}
#powered {
	margin: 3px;
	text-align: center;
	clear: both;
	color: #b2b2b2;
}
#powered a {
	color: #b2b2b2;
}
/* 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: 40px; 
	left: 50%;
	width: 750px; 
	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:550px;
	text-align: left;
}
.reveal-modal .modal .contents > .left {
	float: left;
	margin-right: 15px;
}
.reveal-modal .modal .contents > .left + .right {
	margin-left: 180px;
}
.reveal-modal .modal .contents .name {
	background: #e6e5e5;
	color: #595959;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	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 #d2d2d2;
	float: left;
	padding: 10px;
	text-align: center;
}
.reveal-modal .modal .contents .description {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 18px;
	color: #595959;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}
.reveal-modal .modal .contents .description span {
	color: #666;
	font-weight: normal;
}
.reveal-modal .modal .contents .description a {
	color: #595959;
	text-decoration: underline;
}
.reveal-modal .modal .contents .description a:hover {
	text-decoration: none;
}
.reveal-modal .modal .contents .prices {
	overflow: auto;
	font-family: Verdana;
	font-style: italic;
	border-bottom: 1px solid #d2d2d2;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #595959;
}
.reveal-modal .modal .contents .prices .text-prices {
	font-size: 15px;
	font-weight: normal;
	color: #666;
}
.reveal-modal .modal .contents .prices-old {
	color: #F00;
	text-decoration: line-through blink;
}
.reveal-modal .modal .contents .prices .reward {
	font-size: 12px;
	font-weight: normal;
	color: #b2b2b2;
}
.reveal-modal .modal .contents .cart {
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
	color: #b2b2b2;
	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: #b2b2b2;
}
.reveal-modal .modal .contents .cart .minimum {
	padding-top: 5px;
	font-size: 10px;
	font-family: Verdana;
	font-style: italic;
	color: #b2b2b2;
	clear: both;
}
.reveal-modal .modal .contents .htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #d2d2d2;
	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 .savings {
	font-weight: normal;
	color: #666;
}
.reveal-modal .savings .savings-red {
	color: #F00; 
	text-decoration: blink; 
	font-weight: bold;
}
.reveal-modal .wishlist a {
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left 60% no-repeat;
}
.reveal-modal .compare a {
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left 60% no-repeat;
}
/* News */
.article-share {
	text-align: right; 
	width: 100%; 
	height: 50px; 
	overflow: hidden;
}
.article-prelated-head {
	font-size: 15px; 
	font-weight: bold; 
	text-decoration: none; 
	margin-bottom: 7px; 
	margin-left: 5px;
}
.article-author-head {
	background: #eee; 
	padding: 5px;
	border: 1px solid #d2d2d2;
 }
.article-content {
    border: 1px solid #d2d2d2;
	padding: 10px;
	margin-bottom: 10px;
	z-index: 2;
	overflow: auto;
}
.article-image {
	padding: 8px; 
	background: #eee; 
	border: 1px solid #d2d2d2;
	margin-left: 15px; 
	margin-bottom: 10px;
	float: right;
}
.line-article-coments {
	font-size: 15px; 
	font-weight: bold; 
	text-decoration: none; 
	font-style: italic; 
	margin-bottom: 5px; 
	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: #999;
}
.button-more {
	float: right;
	margin: 5px;
}
.box-category .article-cat {
	border-bottom: 1px dotted #d2d2d2;
}
.box-category .news-search {
	border-top: 1px dotted #d2d2d2;
	background: url('../image/category-hover.png') -2px 0px no-repeat;
}
#artsearch {
	padding: 4px 0;
	width: 188px;
	margin-left: auto;
	margin-right: auto;
}
#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 #d2d2d2;
	cursor: pointer;
}
#artsearch input {
	background: #FFF;
	padding: 1px 33px 1px 4px;
	width: 150px;
	height: 21px;
	border: 1px solid #d2d2d2;
	-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;
}
#artsearch input:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.box-news-story > div {
	display: inline-block; 
	width: 45%; 
	padding: 5px; 
	vertical-align: top;
	font-size: 13px;
}
.box-news-story .news-story-title {
	margin-bottom: 5px;
}
.box-news-story .news-story-title a {
	font-weight: bold; 
	text-decoration: none;
	font-family: Georgia, serif;
	font-style: italic;
}
.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: #999;
}
.box-news-side > div {
	border-bottom: 1px dotted #d2d2d2;
	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;
	font-family: Georgia, serif;
	font-style: italic;
}
.box-news-side .description {
	font-size: 11px;
}
.box-news-side .news-story-read-more {
	margin: 0;
	float: right;
	padding-right: 5px;
}
.box-news-side .news-story-read-more a {
	text-decoration: none;
	font-family: Georgia, serif;
	font-style: italic;
}
.box-news-side .news-story-read-more a:hover {
	color: #d00044; 
}
.box-news-side .news-story-coments {
	margin: 0;
	font-style: italic; 
	color: #999;
	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: 41px;
    left: 0px;
    background-color: #fff;
    list-style-type: none;
    z-index: 9999;
    min-width: 230px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	-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;
}
#quick_search_results li {
   
}
#quick_search_results a, #quick_search_results a:visited, #quick_search_results a:hover {
    color: #666;
    text-decoration: none;
	display: block;
	padding: 5px;
}
#quick_search_results a:hover {
    color: #d00044;
	text-shadow: 0 1px 0 #fff;
}
#quick_search_results li + li {
    border-top: 1px dotted #d2d2d2;
}
#quick_search_results li:hover {
    background-color: #e9e9e9;
}
#quick_search_results .lisves {
    background-color: #e9e9e9;
}