`html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select {
	font-size: 12px;
}
a {font-size: 18px;}

h1, .welcome {
	color: #636E75;
	font-family: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	text-align: justify;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align:justify;
}
a, a:visited, a b {
	color: #616161;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/*input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}*/

select {
	background: #F8F8F8;
	border: 1px solid #cccccc;

	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {

    margin-left: auto;
    margin-right: auto;
    padding: 103px 31px 31px 31px;
    text-align: left;
    width: 980px;
    -webkit-box-shadow: 0 -117px 40px #C7C7C7;
	-moz-box-shadow: 0 -117px 40px #C7C7C7;
	box-shadow: 0 -117px 40px #C7C7C7;
    
}
#column-left {
	float: left;
	width: 188px;
}
#column-right {
	float: right;
	width: 188px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	padding: 10px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 145px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 36px;
	left: -15px; height:30px;
}
#language {
	color: #999999;
    line-height: 17px;
    position: absolute;
    right: 48px;
    top: 6px;
    width: 122px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	color: #999999;
    line-height: 17px;
    position: absolute;
    right: -90px;
    top: 11px;
    width: 156px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	min-width: 300px;
    position: absolute;
    right: 14px;
    top: -8px;
    z-index: 9;
}
#header #cart .heading {
	float: right;
	margin-right: 4px;
	margin-top: 6px;
	padding-left: 14px;
	padding-right: 14px;
    height: 42px;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #fff;
    text-decoration: none;
	margin-left: 65px;
	position:absolute;
	margin-top: 14px;
}
#header #cart .active .heading span {
	color: #fff;
    text-decoration: none;
	margin-left: 65px;
	position:absolute;
	margin-top: -4px;
}
#header #cart .heading a span {
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 6px;
	
	padding-bottom: 6px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#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 #EEEEEE;
}


.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	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;
    right: 0;
    top: 107px;
    width: 298px;
}
#header .button-search {
    background: url("../image/button-search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 0;
    width: 25px;
}
#header #search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7E8E60;
    border-radius: 5px;
    color: #555555;
    font: bold 12px/28px Verdana,Arial,Helvetica,sans-serif;
    height: 25px;
    padding: 1px 25px 1px 10px;
    width: 262px;
}
#header #welcome {
	position: absolute;
	top: 22px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: -3px;
	font-size: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
    text-transform: uppercase;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #195822;
}
/* menu */
#menu {
	background: url('/image/menu-bg.png') center center repeat-x;
	height: 32px;
	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;
	-webkit-box-shadow: 0 2px 2px #9C9C9C;
	-moz-box-shadow: 0 2px 2px #9C9C9C;
	box-shadow: 0 2px 2px #9C9C9C;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
    background: url('/image/menu-bg-hover.png') center center repeat-x;
}

#menu > ul > li:first-of-type a {
    border-left: medium none;
}
#menu > ul > li:first-child a {
    border-left: medium none;
}
#menu > ul > li:last-of-type a {
    border-right: medium none;
}
#menu > ul > li:last-child a {
    border-right: medium none;
}
#menu > ul > li > a.active {
	background: url('/image/menu-bg-hover.png') center center repeat-x;;
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 9px 10px 9px 10px;
	z-index: 6;
	position: relative;
    text-transform: capitalize;
    border-right: 1px solid #00CC33;
    border-left: 1px solid #444444;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
}
#menu > ul > li:hover > a {
}
#menu > ul > li > div {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 5;
	padding: 2px;
	border-left: 3px solid #006600;
    border-right: 3px solid #006600;
    border-bottom: 3px solid #006600;
	-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;
	-webkit-box-shadow: 0 2px 6px #545454;
	-moz-box-shadow: 0 2px 6px #545454;
	box-shadow: 0 2px 6px #545454;
}
#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: #000000;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #3b9730;
    color: #fff;
}
#menu > ul > li > div > ul > li > a {
	color: #000;
    text-transform: uppercase;
}
#menu > ul > li > div > ul > li + li {
    border-top: 1px solid #ccc;
}
/* #advanced_menu */
#advanced_menu {
    background: url("../image/menuBg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 51px;
    margin-bottom: 50px;
}
#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;	
}

#advanced_menu > ul > li:first-of-type a {
    border-left: medium none;
}
#advanced_menu > ul > li:first-child a {
    border-left: medium none;
}
#advanced_menu > ul > li:last-of-type a {
    border-right: medium none;
}
#advanced_menu > ul > li:last-child a {
    border-right: medium none;
}
#advanced_menu > ul > li > ul > li:hover{
    background: #3b9730;
    color: #fff;
}
#advanced_menu > ul > li > ul > li:hover a{
    color: #FFF;
}
#advanced_menu > ul > li > ul > li > ul > li:hover{
    background: #3b9730;
}
#advanced_menu ul li ul li:hover ul li:hover a {
    color: #fff;
}
#advanced_menu ul li ul li:hover ul li a {
    color: #000;
}
#advanced_menu li {
   	position: relative;
	float: left;
	z-index: 20;	
}
#advanced_menu a {
	font-size: 13px;
	color: #000;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 8px 4px 8px 4px;
	z-index: 6;
	position: relative;
    text-transform: capitalize;
    
    border-left: 1px solid #444444;
   
    text-transform: uppercase;
    font-weight: bold;
}
#advanced_menu li a:hover {

}
#advanced_menu a.active {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	text-shadow: 0 1px 0 #fff;
}
#advanced_menu ul li ul {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 5;
	padding: 2px;
	border-left: 3px solid #006600;
    border-right: 3px solid #006600;
    border-bottom: 3px solid #006600;
	-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;
	-webkit-box-shadow: 0 2px 6px #545454;
	-moz-box-shadow: 0 2px 6px #545454;
	box-shadow: 0 2px 6px #545454;
}
#advanced_menu ul li ul li  {
 	min-width: 136px;
}
#advanced_menu ul li ul li a {
 	text-transform: none;
	margin: 0px;
    color: #000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    border-right: 0px;
    border-left: 0px;
    text-shadow: 0 0 0; 
    text-transform: uppercase;
    padding: 4px 10px 4px 10px;
    font-weight: normal;
}
body #advanced_menu ul li ul {
	display: none;
}
#advanced_menu > ul > li > ul > li + li {
    border-top: 1px solid #CCCCCC;
}
#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: #000000;
	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: 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;
    text-decoration: blink;
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #DDDDDD;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #000000;
	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: #DDDDDD;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	background: #DDDDDD;
	text-decoration: none;
	color: #000000;
	text-shadow: 0 1px 0 #fff;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-shadow: 0 1px 0 #fff;
	background: #DDDDDD;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

/* button */
a.button, input.button {
	cursor: pointer;
	color: #016301;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    border: 0px;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
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: 0px solid #e0eff8;
}
a.button:hover, input.button:hover {

}
.box-product .cart input.button {
    background: url("/image/add_to_cart.gif") no-repeat scroll left center transparent;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 #9C9C9C;
    color: #005800;
    font-weight: normal;
    margin-right: 14px;
    margin-top: 8px;
    padding-left: 31px;
    text-transform: uppercase;
}
#content .product-grid .cart input.button,
#content .product-list .cart input.button {
    background: url("/image/add_to_cart.gif") no-repeat scroll left center transparent;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 #9C9C9C;
    color: #005800;
    font-weight: normal;
    margin-right: 14px;
    margin-top: 8px;
    padding-left: 31px;
}
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;
}
a.button-detail:hover {

}
.buttons {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	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 #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	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: #000;
	text-shadow: 0 1px 0 #fff;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
    color: #000;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;

}
.tab-content-2 {
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px; margin-top:5px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
    text-transform: uppercase;
	background: url('/image/menu-bg.png') center center repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
    text-shadow: 0 1px 0 #000000;
    color: #FAFFF9;
   	-webkit-box-shadow: 0 2px 2px #9C9C9C;
	-moz-box-shadow: 0 2px 2px #9C9C9C;
	box-shadow: 0 2px 2px #9C9C9C;
    margin-bottom: 7px;
}
#column-left .box .box-heading {
    text-shadow: 0 2px 2px #000;
}
.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;
	margin-top:28px;
}
#content .box-heading {
    background: #FFFFFF url('/image/header-border-bottom.png') left bottom no-repeat; 
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    text-transform: uppercase;
    background-size: 100%;
	padding: 8px 10px 9px 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
    margin-bottom: 7px;
    -webkit-box-shadow: 0 0px 0px #9C9C9C;
	-moz-box-shadow: 0 0px 0px #9C9C9C;
	box-shadow: 0 0px 0px #9C9C9C;  
}
/* box products */
.box-product {
	width: 100%;
}
#content .box-product {
    background: url("/image/menu-bottom.png") no-repeat bottom center transparent;
    background-size: 100%;
    margin-left: -13px;
    width: 106%;
    text-align: center;
}
#content .box-product > div {
	display: inline-block;
    margin-bottom: 40px;
    margin-left: 11px;
    margin-right: 9px;
    vertical-align: top;
    width: 168px;
}
#column-left .box-product > div,
#column-right .box-product > div {
	width: 168px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 19px;
    padding-top: 11px;
    text-align: center;
}
#content .box-product > div .cart {
    text-align: center;
}
#content .product-grid > div .cart {
    text-align: center;
    margin-top: -25px;
}
#content .box-product > div .hov .cart {
    margin-top: -19px;
    margin-bottom: 10px;
}
#column-left .box-product > div .cart,
#column-right .box-product > div .cart {
    text-align: center;
    position: relative;
    bottom: -9px;
    text-align: center;
}
#column-left + #column-right + #content .box-product > div {
	width: 178px;
}
.box-product .image {
	display: block;
	margin-bottom: 4px;
    border: 0px solid #000;
}
.box-product .image img {
	padding: 3px;

}
.box-product .image a img {
	padding: 3px;
}
.box-product .image .hov,
.product-grid .image .hov {
    display: none;
    position: absolute;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
    
}


































.box-product .name a,
.product-grid .name a {
	color: #333;
	display: block;
	margin-bottom: 4px;
    font-size: 12px;
    text-align: center;
}

#content .box-product .price,
#content .product-grid .price,
#content .product-list .price {
	display: block;

	margin-bottom: 20px;
    text-align: center;
    font-family: Garamond, serif;

	color: #fc3d93;
	font-weight:bold;
	font-size: 24px;
	text-shadow:0 0 0 #B10048, 1px 1px 0 #76000D, 0 0 1px rgba(0, 0, 0, 0.15), 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2);    
}
#content .product-list .price {
    margin-top: 3px;
}
#column-left .box-product .price,
#column-right .box-product .price {
	display: block;

	margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 3px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Garamond, serif;
    line-height: 1em;
    color: #fc3d93;
    font-weight:bold;
    font-size: 24px;
    text-shadow:0px 0px 0 rgb(177,-14,72), 1px 1px 0 rgb(118,-73,13),2px 2px 1px rgba(0,0,0,0.15),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);    

}
.box-product .price-old,
.product-grid .price-old,
.product-list .price-old,
.product-info .price-old {
    font-family: Garamond, serif;
	line-height: 1em;
	color: #30961E;
	font-weight:bold;
	font-size: 20px;
	text-shadow: 1px 1px 1px transparent, 2px 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px transparent;
    text-decoration: line-through;
    text-align: center;
}

.box-product .price-new {


	margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 3px;
    right: 45px;
    text-align: center;
    
    font-family: Garamond, serif;
	line-height: 1em;
	color: #fc3d93;
	font-weight:bold;
	font-size: 24px;
	text-shadow:0 0 0 #B10048, 1px 1px 0 #76000D, 0 0 1px rgba(0, 0, 0, 0.15), 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2); 
}

.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: 7px 8px 7px 9px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
#column-left .box-product > div + div,
#column-right .box-product > div + div {
    border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
    text-transform: uppercase;
	font-size: 12px;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
    padding: 5px 5px 0px 14px;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 0px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a:hover {
    text-decoration: underline;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #DDDDDD;
}

#content .content ul li {
	margin-bottom: 5px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 65%;
	margin-top:-100px;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	background: #DDDDDD;
	padding: 2px 6px;
	color: #000;
	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 #DDDDDD;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #DDDDDD;
	border: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	color: #000;
	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 #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 0px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #000;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #000;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #000;
}
.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 #DDDDDD;
	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 {
    border: 1px solid #DDDDDD;
    padding: 3px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a:hover {
	text-decoration: underline;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #444;
}
.product-list .rating {
	color: #005dad;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 18px;
	text-align: right;
	color: #005dad;
	font-size: 16px;
}
.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: #444;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #444;
	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: 184px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 20px 5px;
	padding-bottom: 10px;
	text-align: center;
}
#content .product-grid > div {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 11px;
    margin-right: 9px;
    vertical-align: top;
    width: 168px;
}
#column-left + #content .product-grid > div {
	width: 169px;
}
#column-right + #content .product-grid > div {
	width: 136px;
}
#column-left + #column-right +  #content .product-grid > div {
	width: 168px;
}
.product-grid .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin: 2px 2px;
	height: 37px;
	width: 36px;
	z-index: 1;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {

}

.product-grid .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-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 */
.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 #E7E7E7;
	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 #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #000;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
    color: #fc3d93;
    font-weight:bold;
    font-size: 24px;
    text-shadow:0 0 0 #B10048, 1px 1px 0 #76000D, 0 0 1px rgba(0, 0, 0, 0.15), 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2);    
}
.product-info .price span.saving {
    text-shadow:0 0 0 #B10048;
    color: #000;
    font-size: 16px;
}
.product-info .price-new {
}
.product-info .price-tax,
.product-info .price .reward,
.product-info .price .discount {
	color: #444444;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 0 0;
    font-family: Arial,Helvetica,sans-serif;
}

.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #000000;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.border {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
}
.login-content {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.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 #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #000000;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	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: #DDDDDD;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #000000;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
.clear {
	clear: both;
}
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px 20px 37px 20px;
	border-top: 1px solid #30A11E;
	background: url("/image/menu-bottom.png") center bottom no-repeat;
    background-size: 100%;
    margin-bottom: 5px;
}
#footer h3 {
	color: #016301;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
	font-size: 12px
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	clear: both;
    float: right;
    margin-bottom: 21px;
    margin-top: -35px;
    text-align: right;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* reveal-modal */
.reveal-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	width: 800px; 
	margin-left: -400px;
	background: #e5e5e5;
	position: absolute;
	z-index: 2000;
    -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;
}
.reveal-modal .modal {
	background: #66C866;
	padding: 5px;
    
}
.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: #2E862E;
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
	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 #cccccc;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
    padding-bottom: 26px;
}
.reveal-modal .modal .contents .description {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #005800;
	font-weight: bold;
}
.reveal-modal .modal .contents .description span {
	color: #000;
	font-weight: normal;
}
.reveal-modal .modal .contents .description a {
	color: #005800;
	text-decoration: underline;
}
.reveal-modal .modal .contents .description a:hover {
	text-decoration: none;
}
.reveal-modal .modal .contents .price {
	overflow: auto;
	border-bottom: 1px solid #cccccc;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #005dad;
}
.reveal-modal .modal .contents .price-old {
	font-family: Garamond, serif;
	line-height: 1em;
	color: #30961E;
	font-weight:bold;
	font-size: 20px;
	text-shadow: 1px 1px 1px transparent, 2px 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px transparent;
    text-decoration: line-through;
    text-align: center;
}
.reveal-modal .modal .contents .price-new {
    text-align: left;
    width: 412px;
}
.reveal-modal .modal .contents .price-tax {
	font-size: 13px;
	font-weight: normal;
	color: #000;
    text-shadow: 0 0 0;
    font-family: Arial,Helvetica,sans-serif;
}
.reveal-modal .modal .contents .price .reward {
	font-size: 15px;
	font-weight: normal;
	color: #000;
    text-shadow: 0 0 0;
    font-family: Arial,Helvetica,sans-serif;
}
.reveal-modal .modal .contents .cart {

    color: #005DAD;
    margin-bottom: 10px;
    overflow: auto;
    padding: 3px 5px 2px;
    width: 495px;
}
.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: #000;
    text-shadow: 0 0 0;
    font-family: Arial,Helvetica,sans-serif;
	clear: both;
    text-align: left;
}
.reveal-modal .modal .contents .htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #cccccc;
	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;
}
#content .reveal-modal .modal .contents .cart div a.button,
#column-left .reveal-modal .modal .contents .cart div a.button {
    background: none repeat scroll 0 0 #F8F8F8;

}
.boxgrid {
    position:relative;
}
.boxcaption {
    position:absolute;
    width:100%;
	text-align: center;
}
.caption .boxcaption {
    top:300%;
    left:0;
}
.special {
    position: absolute;
    margin-top: 20px;
    margin-left: -16px;
    z-index: 98;
}
.product-list .special {
    margin-top: 24px;
}
.product-list .image .special img {
    border: 0px;
    padding: 0px;
}
.product-grid .special {
    margin-left: -7px;
    margin-top: 26px;
}

/* 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 #DDDDDD;
 }
.article-content {
    border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.article-image {
	padding: 8px; 
	background: #eee; 
	border: 1px solid #DDDDDD;
	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 #DDDDDD;
	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: 0px;
	display: block;
	border-left: 1px solid #DDDDDD;
	cursor: pointer;
}
#artsearch input {
	background: #FFF;
	padding: 1px 33px 1px 4px;
	width: 150px;
	height: 21px;
	border: 1px solid #DDDDDD;
	-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;
}
/* quick search */
#quick_search_results {
    margin:0px;
    padding:5px;
    position: absolute;
    top: 37px;
    left: 8px;
    background-color: #999;
    list-style-type: none;
    z-index: 9999;
    min-width: 250px;
    border-bottom: 1px solid #000;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#quick_search_results li {
    padding: 5px;
}
#quick_search_results a, #quick_search_results a:visited, #quick_search_results a:hover {
    color: #fff;
    text-decoration: none;
}
#quick_search_results a:hover {
    color: #FFF;
}
#quick_search_results li:hover {
    background-color: #777;
}
#quick_search_results .lisves {
    background-color: #777;
}
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	
	background-color:#fff;	
	cursor:move;		
}
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
#newDivPh {
  position:absolute;
  background:#fff;
  padding:10px;
  border:2px solid #30961E;
    -webkit-box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
    z-index: 99;
}
#descript {
    text-align: justify;
    padding: 0 27px 0 27px;
}
.telefonimg {
    position: relative;
    top: -24px;
    left: 221px;
    width: 27px;
}
.telefonnumber {
    font-size: 24px;
    left: 470px;
    position: relative;
    top: -59px;
    width: 300px;
	color:#FFFFFF;
}
.telefonimgfooter {
    float: left;
    margin-left: 300px;
    margin-right: 13px;
	margin-top:-30px;
}
.telefonimgfooter img {
    width: 30px;
    height: 30px;
}
.telefonnumberfooter {
    float: left;
    font-size: 17px;
    margin-top:-26px;
	position:absolute;
	margin-left:720px;
}
.informleft {
    color: #000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 27px;
    letter-spacing: -2px;
    padding: 0 0 0 7px;
    position: relative;
    top: 8px;
    left: 225px;
    
}

.informleft span {
    color: #808080;
    font-family: Tahoma;
    font-size: 12px;
    letter-spacing: -1px;
}
.informright b, .informleft b {
    color: #808080;
    font-family: Arial;
    font-size: 11px;
    letter-spacing: -1px;
}
.inform {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    left: 260px;
    position: absolute;
    top: 75px;
    width: 124px;
}

.inform .ico {
    left: 0;
    position: absolute;
    top: 7px;
}
.inform .days {
    color: #ffffff;
    left: 560px;
    position: absolute;
    text-align: center;
    top: -120px;
    width: 40px;
}

.inform .time1 {
    color: #000000;
    position: absolute;
    right: -540px;
    top: -120px;
}
.inform .days span {
    color: #FF0000;
}
.informright {
    background: url("../img/skypon.png") no-repeat scroll 10px 20px transparent;
    color: #86C324;
    float: right;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -2px;
    padding: 0;
    text-align: right;
    width: 120px;
    position: relative;
    top: 3px;
    right: 371px;
}

.informright span {
    color: #808080;
    font-family: Tahoma;
    font-size: 12px;
    letter-spacing: -1px;
}
.holder p {
    margin-bottom: 0px;
}
#pay {
    float: left;
    margin-top: 5px;
	width:370px; height:40px;}

#header .cartimg {
    float: right;
    position: relative;
    right: 334px;
    top: -56px;
	z-index:99;
}
#welcome a {
    color: #000;
}
.description .stock {
    background: url("/image/stock.gif") no-repeat scroll left center transparent;
    float: left;
    margin-left: -5px;
    margin-right: 11px;
    margin-top: 27px;
    padding-left: 28px;
}
.divstock {
    position: relative;
    text-align: center;
    background: url("/image/stock.gif") no-repeat scroll 14% center transparent;
    margin-left: 12px;
    margin-top: 16px;
}
#content .boxcaption {
    position:relative;
    width:100%;
	text-align: center;
    margin-top: 10px;
}
.boxcaption a {
    color: #30961E;
    font-size: 17px;
    text-decoration: none;
}
#column-left .boxcaption,
#column-right .boxcaption {
    left: -7px;
    position: relative;
    width: 200px;
}
.box-product .hov,
.product-grid .hov,
.product-list .hov {
    display: none;
    position: absolute;
    
}

#content .box-product .hov .price,
#content .product-grid .hov .price {
    margin-top: 11px;
    text-align: center;
}
.box-product .hov .price-new,
.product-grid .hov .price-new {
    text-align: center;
}
#content .hov .special {
    float: left;
    height: 0;
    left: 2px;
    position: absolute;
    text-align: right;
    top: 8px;
}

#content .box-product .image:hover .hov,
#content .product-grid .image:hover .hov {
	display: block;
    z-index: 99;
    background: #fff;
    position: absolute;
    margin-top: -270px;
    -webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
    margin-left: -45px;
    text-align: center;
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#444444')";
     width: 280px;
}

.hov span.head {
    color: #000000;
    font-size: 18px;
}
#address-data {
    margin-left: 500px;
    margin-top: -68px;
    position: absolute;
    width: 220px;
}
#help-data {
    margin-left: 750px;
    margin-top: -68px;
    position: absolute;
    width: 298px;
}
.bonus { margin-bottom: -10px; margin-top: -20px;}
.address-data-header {
    color: #30961E;
    font-weight: bold;
    
}
.product-info .image_colorbox {
    background: url("../image/view.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 51px;
    margin: 2px 2px 2px 195px;
    position: absolute;
    width: 50px;
    z-index: 9;
}
.icq { margin-top: -50px; width: 200px;}
.icq_ { margin-left: 40px; margin-top: -25px; width: 200px;}
.width25 {
    width: 25%;
}
.grid-box {
    float: left;
	margin-top:70px;
}
.mod-box-transparent1 {
    background: url("../image/module_box_transparent.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
h3 {
    font-size: 18px;
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
    color: #016301;
}
.mod-box {
    padding: 5px;
}
#content, .module {
    margin: 2px;
}
#wrapper {
    background: url("../image/headerBg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
	/*height: 269px;*/
}
#topinfo {margin-top:-104px;}
#header .heading {
    background: url("../image/cartBg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 41px;
    position: relative;
    width: 360px;
    z-index: 1;
	margin-top: -36px;
}
.heading span {font-size:11px;}
.skype {
    background: url("../image/skype.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 26px;
    margin-bottom: -10px;
    width: 26px;
}
.skype-off{
    background-position: 0 -26px;
}
.input_text1 {
    background: url("../image/input_te.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 16px;
    height: 46px;
    margin: -5px 0 0 30px;
    padding-left: 40px;
    width: 314px;
}
.input_button {
    background: url("../image/input_bu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    height: 84px;
    margin: 15px 0 0 26px;
    width: 371px;
}
.close-reveal-modal {
    background: url("../image/close000.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 36px;
    right: -15px;
    top: -13px;
    width: 37px;
}
.input_text2 {
    background: url("../image/input_tf.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 16px;
    height: 46px;
    margin: 25px 0 0 30px;
    padding-left: 40px;
    width: 314px;
}
.pav-blog .image img { display:none;}
.blog-body img { width:170px;}