html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
/* disable font boosting on mobile */
html * {max-height:1000000px;}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background: url(../image/bg.jpg);
	font-family: Tahoma;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}
ul, li {
	font-size: 14px;
}

hr {
width: 86%;
border: none;
border-top: 1px solid #CCC;
margin: 0 auto;
padding: 0;
}
h1{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding-left: 45px;
	color: #510014;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}

.inline-block {
   display: -moz-inline-stack�;
  display: inline-block;
  zoom:1;
  *display:inline;
  display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
  margin-right: 3px;
}
/* layout */
#container {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 269px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 275px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
.header-delivery
{
    display: block;
    position: absolute;
    top: 80px;
    right: 32px;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#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 {	
	position: absolute;
	top: 109px;
	left: 700px;
	z-index: 9;
	width: 245px;
	line-height: 24px;
}

#header #cart .heading {	
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 54px;
	padding-right: 14px;
	position: relative;
	z-index: 1;	
}

#header #cart a {	
	text-decoration: none;
}
#header #cart .heading span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	font-size: 12px;
	clear: both;
	display: none;
	position: absolute;
	top: -1px;
	left : -20px;
	padding: 8px;
	min-height: 150px;
	border: 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;
	width: 340px;
}

#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
	z-index: 20;
	position: relative;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
	width:250px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

.search-content{
	   z-index: 2;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px 27px 10px;
	margin: 10px 5px;
}

#header #search {
position: absolute;
top: 119px;
left: 265px;
width: 320px;
z-index: 0;
}
#header .button-search {
background: #FFF url('../image/search.png') 0px 0px no-repeat;
margin : 2px 0px 0px 0px; 
position: absolute;
right: 0px;
width: 62px;
height: 36px;
cursor: pointer;
}

#header .button-search:hover {
margin : 2px 0px 0px 0px; 
background: #FFF url('../image/search_hover.png') 0px 0px no-repeat;
position: absolute;
right: 0px;
width: 62px;
height: 36px;
cursor: pointer;
}

#header #search input {
margin: 0px 0px 0px 0px;
padding: 1px 1px 1px 1px;
width: 256px;
height: 36px;
border: none;
font-size: 18px;
color: #696969;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}

.breadcrumb span a span {
    font-size: 12px;
}

.info_page{
	padding: 10px 10px 10px 33px;
	background: #FFF;
}
.info_page .buttons{
	border : none;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
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: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
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;
}

#scroll-button{
position:fixed;
/* left:990px; */
/* top:500px; */
z-index:999;
}

.scroll-to-top-button { 
background: url("../image/scroll.png") 50% 50% no-repeat #FFFFFF;
border-radius: 6px;
box-shadow: 0px 0px 10px #000000;
color: #FFFFFF;
cursor: pointer;
height: 32px;
left: 0px;
/* margin: 350px 0px 0px 800px;*/
padding: 13px;
width: 32px;
z-index:999;
}

.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.pagination .links {
	float: left;	
	padding-left : 50px;
}
.pagination .links a {
	display: inline-block;
	/* border: 1px solid #EEEEEE; */
	padding: 2px 6px 2px 6px;
	/* text-decoration: none; */
	color: #000;
	font-weight: bold;
}
.pagination .links b {
	display: inline-block;
	/* border: 1px solid #269BC6; */
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	/* text-decoration: none; */
	color: #FFF;
	/*	color: #269BC6; */
	background: #CCC;
}

.pagination .links .left_btn{
	background: url('../image/la.jpg') 50% 50% no-repeat;
	color : #FFF;
	text-indent: -9999px;
	width: 21px;
	height: 21px;
	vertical-align : middle;	
}

.pagination .links .right_btn{
	background: url('../image/ra.jpg') 50% 50% no-repeat;
	color : #FFF;
	text-indent: -9999px;
	width: 21px;
	height: 21px;
	vertical-align : middle;	
}

.pagination .results {
	float: right;
	padding-top: 3px;
	padding-right: 35px;
}
/* button */
button.button_cart,
a.button_cart {
	display: inline-block;
	padding-left: 24px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
	margin-top: 3px;
}
button.button_cart
{
    border: none;
    margin: 4px 0 0 0;
    padding: 0 0 0 24px;
    outline:none;
}
button.button_cart span,
a.button_cart span {
	color: #000;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}
button.button_cart:hover,
a.button_cart:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
button.button_cart:hover span,
a.button_cart:hover span {
	color: #FFFFFF;
	background: url('../image/button-right-active.png') top right no-repeat;
}
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #000;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}


a.button:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('../image/button-right-active.png') top right no-repeat;
}

.box-product .cart a.button {
	display: inline-block;
	background: url('../image/buy.jpg') no-repeat;
	text-decoration: none;
	cursor: pointer;
	padding: 33px;
}
.box-product .cart a.button span {
	display: none;
}


.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	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: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 7px;
	display: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}


.htabs a.selected {	
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	
	padding: 10px 20px 10px 20px;
	z-index: 3;
	overflow: auto;
	position: relative;
}
/* box */

#content .box_hit{
	background: url(../image/box_hit.png) no-repeat;
	width: 970px;
	margin: 0 auto;
	margin-bottom: 10px;
	height: 243px;
	display: block;
}
#content .box_hit .box-heading{
	font-size: 16px;
	font-weight: bold;
	color: #510014;
	margin-left: 60px;
	text-transform: uppercase;
	padding-top: 5px;
}
#content .box_hit .box-content{
	overflow: hidden;
	height: 202px;
	width: 970px;	
	position: relative;
	
}

#content .box_hit .box-content .itm .cart{
	padding-left : 130px;
}

#content .box_hit .box-content .itm .price{
	padding-left : 5px;
}

#content .box_hit .box-wrapper{
	width: 850px;
	padding: 0px 30px 0px 0px;
	position: relative;
	margin: 20px 20px 25px 60px;
	overflow: hidden;
}
#content .box_hit .box-content #wrp_left{
	position: absolute;	
	top: 115px;
	left: 25px;
	background: url(../image/la.jpg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
		
}
#content .box_hit .box-content #wrp_right{
	position: absolute;
	top: 115px;
	right: 20px;
	background: url(../image/ra.jpg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;	
}

#content .box_hit .box-product{
	position: relative;
	width: 10000px;
	margin: 0px;
	padding-left : 0px;
}
#content .box_hit .box-product > div {
width: 135px;
}
#content .box_mask .box-product > div{
width: 224px;	
margin-right: 0px;
}

#content .box_hit .box-product > div .image{
	float: left;
}
#content .box_mask .box-product > div .image{
	float: left;
}

.box {
	margin-bottom: 20px;
  position: relative;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 20px;	
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}

.field {
	background: #FFFFFF;
	padding : 15px;
	overflow: auto;	
}
.field  .buttons{
	border : none;	
}

.checkout {
	background: #FFFFFF;
	padding : 15px;
	overflow: auto;	
}
.checkout .buttons{
	border : none;	
}


.box-product .cart{
	padding-left : 150px;
}

.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: none;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #F45D3C;
	margin-bottom: 4px;
	padding: 3px 0px 0px 150px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}

/* box-left-menu */
.box-left-menu{   
	margin-top: -5px;
  position: relative;
}
.box-left-menu ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-left-menu > ul > li {    
	padding: 8px 8px 8px 0px;	
}
.box-left-menu > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-left-menu > ul > li > a {
	text-decoration: none;
	font-size : 15px;
	color: #510014;
}
.box-left-menu > ul > li ul {
	display: none;
}
.box-left-menu > ul > li a.active {
	font-weight: bold;
	color: #864100;
	
}
.box-left-menu > ul > li a.active + ul {
	display: block;
}

.box-left-menu .menu-sub-cat li{
	list-style-image : url('../image/pointh.png') ;
	margin : 5px 5px 0px 20px;	
}

.box-left-menu .menu-sub-cat li:hover{
	list-style-image : url('../image/pointb.png') ;	
}

.box-left-menu .menu-sub-cat li a:hover{
	color :  #F4BC5B; 
}
/*
.box-left-menu > ul > li ul > li :hover{	
    list-style-image : url('../image/pointb.png') ;		
	color :  #F4BC5B; 
}

.box-left-menu > ul > li ul > li {
    list-style-image : url('../image/pointh.png') ;
	margin : 5px 5px 0px 20px;	
}
*/



.box-left-menu > ul > li ul > li > a {
background-color : #FFF;
	text-decoration: none;
	font-size : 14px;	
	line-height : 22px;
	display: block;
	color: #3b93cb;
	
}
.box-left-menu > ul > li ul > li > a.active {
	font-weight: bold;
	color: #F4BC5B; 
}


/* box category */
.box-category {   
	margin-top: -5px;
  position: relative;
}
.box-category ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {    
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #510014;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
	color: #7B001E;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 20px;
}
.box-category > ul > li ul > li > a {
background-color : #3b93cb;
	text-decoration: none;
	font-size : 15px;	
	line-height : 25px;
	display: block;
	color: #3b93cb;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;	
}

/* collection */
.collection{
	display		 :	none; 
	padding-left :  20px; 
	line-height  :  19px; 	
}
.collection li{
	list-style-image : url('../image/pointh.png') ;	
}

.collection   li:hover{
	list-style-image : url('../image/point.png') ;	
}

.collection a{
	background-color :  #F9D9A2; 
	text-decoration  :  none; 
	padding          :  1px 3px 1px 3px; 
	border-radius    :  5px 5px 5px 5px;
}

.collection a:hover{
	background-color: #fffccb;	
}

/* drops */
.box-category .drops  li {
	padding : 2px 11px 2px 4px;
	background-color: #F9D9A2;
	float : left;		
	border-radius: 4px;
	margin : 4px;
	white-space: nowrap;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image : url('../image/point.png') ;
	
}
.box-category .drops  li:hover{
	background-color: #FFF0DB;	
	margin : 4px;	
	float : left;	
	border-radius: 4px;
	padding : 2px 11px 2px 4px;
	white-space: nowrap;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image : url('../image/pointh.png') ;	
}
.box-category .drops  a {
	color: #000;	
	font-size:14px;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	background-color:#FFF;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	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 {
	padding-bottom: 30px;
	padding-top: 10px;
	overflow: auto;
}

.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	margin-right: 50px;
	color: #333;
        font-size:12px;
}
.product-filter .limit {
	margin-left: 15px;
	float: left;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.properties{
	margin-left : 214px;
	padding : 5px  5px 5px 5px;
	background-color: #FEF0E3;
	border-radius: 10px;
	margin-bottom : 10px;	
}

.properties ul{
	margin : 5px 0px 5px 30px;	
	padding : 0px;
}


.property_name{
	line-height : 30px;
	color : #707070;
	font-weight : 500;
	font-size : 13px;
	padding-left : 5px
}
.property_value{
	line-height : 30px;
	font-weight : 500;
	font-size : 13px;
}
.property_size_title
{
    font-size: 12px; 
    cursor:help; 
    border-bottom: 1px dotted #9C9C9C; 
    text-decoration: none;
}

.properties  .collection_name_link,
.properties .collection li a,
.properties .description li
{
    font-size: 12px;
}

.product-list{
	background: #fff;
	position: relative;
	z-index: 3;
}
.product-list > div {
	overflow: auto;
	margin:0 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
	width: 146px;
}
.product-list > div + div {
	padding-top: 16px;
	border-top: 1px solid #ccc;
}
.product-list .image {
	float: left;
	margin-right: 10px;
  text-align: center;
  width: 200px;
}

.product-parts-list .image {
  width: auto;
}

.product-list .image img {
  padding: 3px;
  max-height: 250px;
  max-width: 200px;
}
.product-list .name {
	margin-bottom: 6px;	
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 18px;
	margin-bottom: 5px;
	color: #4D4D4D;
	list-style-image : url('/catalog/view/theme/default/image/list.jpg');
}

.product-list .left{	
	position: relative;
	overflow:hidden;
}

.product-list .cat_manufacturer {	
	height : 19px;	
	/* position: absolute;	
	bottom : 25px;
	left : 10px;  */
	color: #4D4D4D;
	clear:left;
	float : left;
	padding-left : 10px;
	margin-bottom: 10px;
	
}

.product-list .cat_manufacturer  span{	
	height : 19px;
	vertical-align : top;
	font-size : 12px;
}

.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	
	line-height: 60px;
	color: #F45D3C;
	font-size: 17px;
	font-weight : 700;
}
.product-list .price.price_sale {
	
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 20px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-list  .dostav{
	color:#7D7D7D; 
	padding-top: 10px; 
	vertical-align:text-top;
}
.product-list  .dostav_car{
	background: url('../image/car.png') left top no-repeat;
	margin: 7px 0px 5px 0px; 	
}
.product-list  .dostav_car  span{
	padding : 4px 0px 0px 43px;	
	line-height : 20px;
}

.product-list  .dostav_clock{
	background: url('../image/clock.png') left top no-repeat;
	margin: 5px 0px 5px 0px; 	
}
.product-list  .dostav_clock  span{
	padding : 4px 0px 0px 43px;	
	line-height : 20px;
}


.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	max-width:360px;
	
}
.product-info > .left + .right {
	margin-left: 375px;
}
.product-info .image {	
  /*	float: left; */
	margin-bottom: 0px;
	padding: 10px;
	text-align: center;
}

.product-info .image-colors {
	/* width: 279px; */
	height: 20px;
	padding: 5px 0px 15px 30px;
	
	clear: both;
	overflow: hidden;
	
}

.product-info .image-additional {
	 width: 355px; 
	/* width: 279px; */
	height: 182px;
	/* padding-left: 20px; */
	clear: both;
	overflow: hidden;
	
}
.image-additional .image-number-text{
	padding : 0px 0px 5px 33px;
}

.image-additional {
	position: relative;	
}
.image-additional .box-wrapper{
	margin: 0 30px;
	overflow: hidden;
	height: 152px;
	width: 295px;
/*	width: 222px; */
	position: relative;
}

.image-additional .box-wrapper .wrp{
	width: 10000px;
	position: relative;
	padding-right : 3px;
}

.image-additional #left_no_act_arrr{
	position: absolute;
	top: 46px;
	left: 0;
	background: url(../image/la_na.jpg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	padding-left : 10px;
	z-index : 999;
		
}

.image-additional #left_arr{
	position: absolute;
	top: 75px;
	left: 0;
	background: url(../image/la.jpg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	padding-left : 10px;	
		
}
.image-additional #right_arr{
	position: absolute;
	top: 75px;
	right: 0px;
	background: url(../image/ra.jpg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	padding-left : 0px;
}

.product-info .image-additional .box-wrapper{
	border : 1px solid #A1A1A1;
	border-radius: 6px;	
}

.product-info .image-additional img{
padding : 5px 0px 5px 3px;
}

.product-info .image-additional a {
	float: left;
	display: block;
}
.product-info .description {
	padding: 5px 50px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
color: #000;
width: 142px;
padding-left: 15px;
display: block;
float: left;
}
.product-info .description hr{
	width: 100%;
}
.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;
	margin-right: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #F45D3C;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	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;
	margin-right: 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;
}

.dt_td {
	background: url(../image/dot.gif) 100% 0.9em repeat-x transparent;	
	width : 250px;
}

.dt_header{
	font-size : 16px;
	font-weight : 600;
	padding-top : 10px;
}

.description_table  td {
	line-height : 22px;
	font-size : 14px;
}

.description_table  span{	
	background: #FFFFFF;	
}


.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-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;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */

.cart-info{
	background: #FFF;
}

.cart-info table {
	width: 100%;
	/* margin-bottom: 20px; */
	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: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .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 .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-field{
	background: #FFF;
	padding : 15px;
}

.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	background: #FFF;
	/* margin-bottom: 15px; */
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	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: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	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%;
}

/* ������ ���������  */
.product-parts-list .price{
	line-height : 20px;
	margin-right : 0px;
	font-size : 16px;
	border : none;
}

.product-parts-list .right{
	width : 80px;
	margin-left : 0px;
}

.product-parts-list .chk {
	float: left;
	margin-right: 0px;
	margin-top: 25px;
}

.product-parts-list .image {
	padding : 5px;
	margin-right : 0px;
}

.product-parts-list .left{
	font-size : 11px;
}

.product-parts-list  .item{
	border-bottom : 1px solid #CCC;
}

.product-parts-list .name{
	margin : 2px 0px 2px 0px;
}

div#sel {	
	float:left;	
	margin: 5px 10px 0px 50px;
	font-size : 16px;
	font-weight : bold;	
}

span#sum{
	color : #F45D3C;
}


/* cat bottom menu*/
#cat_bottom_menu {
	/* clear: both; */
	overflow: auto;
	min-height: 100px;
	padding: 20px 20px 20px 40px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #FFF; 
	/* background: #F8F8F8; */
	margin-bottom : 10px;
	margin-top : 10px;
}
#cat_bottom_menu h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#cat_bottom_menu .column {
	float: left;
	
	min-height: 100px;	
}
#cat_bottom_menu .column ul {
    margin-top: 0px;
    margin-left: 3px;
    padding-left: 0;
    list-style: none;
}
#cat_bottom_menu .column ul li {
    margin-bottom: 3px;	
}
#cat_bottom_menu .column ul li:before {
    content: "\0BB \020";
    color: #e89300;
    font-size: 16px;
    padding-right: 5px;
 }
#cat_bottom_menu .column a {
    text-decoration: none;
    color : #245DEB;
}
#cat_bottom_menu .column a:hover {
    text-decoration: underline;
}




/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 5px;
}

/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer h3 {
	color: #000000;
	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;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: center;
	float:left; 
	width: 30%; 
	padding: 20px 0px 0px 0px;	
}

.footer-line {
	margin-left: 20px; 
	width: 940px; 
	height: 65px; 
	background: url(../image/footer_bg.jpg) center center no-repeat;
}
.footer-adress{
	float:left; 
	width: 35%; 
	padding: 20px 0px 0px 20px;
}

.footer-phone{
	float:left; 
	width: 31%; 
	text-align:right; 
	color:#951C11; 
	letter-spacing: 1.5px; 
	padding: 20px 0px 0px 0px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 5px;
}



#header{
	background: url(../image/header.jpg) no-repeat;
	margin: 0 auto;
	width: 972px;
	height:330px;
	position: relative;
}
#header #menu{
	display: block;
	margin: 0 auto;
	text-align:center;
	width: 870px;
	font-weight : 700;	
}
#header #menu ul{
	list-style: none;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#header #menu ul li{
	float: left;
	margin: 0px 20px;
}
#header #menu ul li:first-child{
	float: left;
	margin-left: 25px;
}
#header #menu ul li:last-child{
	float: left;
	margin-right: 0px;
}
#header #menu ul li a,#header #menu ul li a:visited, #header #menu ul li a:active{
	color: #FFF;
	text-shadow: 1px 0px 7px #532800;
	/* color: #510014; */
	font-size: 16px;
	font-weight : 700;
}
/* ��������� */
#header #mesg{	
	background-color: #EAE0D8;
	font-size: 14px;
	font-weight: 600;
	color: red;
	display: block;
	position: absolute;
	top: 98px;
	left: 390px;
}


a,a:visited, a:active{
	color: #510014;
}

#ya-phone-1{
	font-family: "Tahoma Bold";
	display: block;
	position: absolute;
	font-size: 18px;
	top: 70px;
	left: 550px;
	line-height: 30px;
	color: #510014;
}

#sales{
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 120px;
	left: 550px;
	width: 110px;
	height: 100px;
}

#graf{	
	font-size: 16px;
	line-height : 22px;		
	width: 600px;
}

#graf td{
	font-size: 16px;
	line-height : 22px;	
	border-bottom : 1px solid #CCC;
	width: 600px;
}

#graf1{
	position:absolute;
	top: 79px;
	left: 465px;
	width: 210px;
	height: 20px;
	color: #FFF;
	font-size: 15px;
	font-weight : 600;	
	text-shadow: 0px 3px 1px #5c3612;
	
}
#graf1 span{	
	border-bottom : 1px dashed #FFF;
}


#logo{
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 185px;
	height: 135px;
}

#sales{
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 90px;
	left: 615px;
	width: 70px;
	height: 90px;
}

#info {
	
	display: block;
	position: absolute;	
	
	top: 40px;
	left: 260px;
	line-height: 30px;
	
	
}
#info  a{
	font-family: "Tahoma";
	font-size: 32px;
	text-shadow: 0px 3px 1px #5c3612;
	font-weight: 800;
	color: #ff9100;
	text-decoration:none;
} 

.tel_small
{
	font-size: 18px;
	color: #FFF;	
}
.tel_8800{
	margin:0px 0px 00px 20px;
	font-size: 18px;
	color: #FFF;
}

.work-time{	
	
	display: block;
	position: absolute;
	font-size: 13px;
	top: 45px;
	left: 65px;
	font-weight: 600;
	color: #510014;
}

#header #menu2{
	display: block;
	position: absolute;
	top: 185px;
	left: 0px;
	z-index : -1;
}
#header #menu2 ul{
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #menu2 ul li{
	display: block;
	text-align: center;
	/*width: auto;*/
	/* height: 124px;	*/
	height: 42px;
	padding: 91px 0px 0px 0px;
	float: left;
	margin: 0px;
}


.menu_li_1{
	width: 170px;
	
}
.menu_li_2{
	width: 119px;
}
.menu_li_3{
	width: 150px;
}
.menu_li_4{
	width: 174px;
}
.menu_li_5{
	width: 113px;
}
.menu_li_6{
	width: 116px;
}
.menu_li_7{
	width: 115px;
}
#header #menu2 ul li{
	cursor:default;
	text-transform: uppercase;
	font-size: 14px;
}
#header #menu2 ul li a,#header #menu2 ul li a:visited{
	text-transform: uppercase;
	line-height: 18px;
	color: #532B03;
	font-size: 14px;
	text-decoration:none;
	padding: 00px 0px 0px 0px;
	/* text-shadow: 0px 1px 0px #faaf39;*/ 
}

#header #menu2 ul li div{
overflow: hidden;
width: 210px;
display: none;
background: #EBEBEB;
box-shadow: 0px 5px 7px #888;
border-radius: 10px;
}
#header #menu2 ul li:hover div{
	display: block;	
}


#header #menu2 #submenu{
	margin: 11px 0px 0px 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


#header  #menu2 #submenu ul{
	list-style: none;	
	line-height: 10px;	
	padding: 0px;
}

#header #menu2 #submenu ul li:hover{	
	background-color: #f8c86e;	
}

#header #menu2 #submenu ul li{	
	line-height: 40px;
	text-align : center;		
	height: 40px;
	float: left;	
	width: 210px;
	padding: 00px 0px 0px 0px;
	border-bottom : 1px dotted; 	
	background-color: #ffe8c6;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#header #menu2 #submenu ul li a{
	padding-left: 15px;
        padding-right: 10px;
	font-size: 15px;
	text-transform: none;	
	color : #140A6E;
	padding-top: 10px;
        padding-bottom: 10px;
}



#banner0{
	background: url(../image/banner_bg.jpg) 50% 100% no-repeat;
}

.category_bottom{
	background: #fff;
	width: 700px;
	margin: 0 auto;
 	overflow: hidden;
}

.white_top,.white_bottom{
	background: #fff;
	width: 959px;
	margin: 0 auto;
 	overflow: hidden;
}
.white_bottom .wrap .box-heading,.white_top .box-heading,.welcome{
	margin:20px 0px -20px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14.5px;
	padding-left: 45px;
	color: #510014;
	line-height: 46px;
}
.category_bottom .box-heading{	
	margin:20px 0px -20px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14.5px;
	padding-left: 45px;
	color: #510014;
	line-height: 46px;
	background: url(../image/question.png) no-repeat;
}
.category_bottom .box-content{	
	margin: 20px;	
	padding-left: 15px;
	padding-right: 15px;
	
}
.category_bottom{
	width: 700px;		
	background: url(../image/shadow1.png) transparent 50% 100% no-repeat;
}

.category_bottom  .category_wrap{	
	overflow: hidden;
	background:  #fff;
	margin-bottom: 5px;
}
	

.white_bottom .box-heading{
	background: url(../image/question.png) no-repeat;
}
.white_top .box-heading{
	background: url(../image/letter.png) no-repeat;
}
.white_top .box-content a,.white_top .box-content a:visited{
	color:#379dd7;
}
.welcome_div .wrp p{
	padding-left: 45px;
	font-size : 14px;
}
.welcome {
	margin: 0px;
	

}
.white_bottom .wrap .box-content,.white_top .box-content{
	margin: 20px;	
	padding-left: 45px;
	padding-right: 15px;
}
.white_bottom .wrap .box-content .box-news  span, span a{
	line-height: 150%;
	font-size : 14px;
}

p{
	font-size : 14px;
	text-indent: 35px;
}
.white_bottom{
	background: url(../image/shadow1.png) transparent 50% 100% no-repeat;
	width: 959px;
	margin: 0 auto;
	overflow: hidden;
}
.white_bottom .wrap{
	overflow: hidden;
	background:  #fff;
	margin-bottom: 5px;
}
.welcome_div{
	background: url(../image/shadow1.png) transparent 50% 100% no-repeat;
	padding-bottom: 5px;
	width: 959px;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.welcome_div div{
	background: #fff;
	overflow: hidden;
}

.linebg{
	display: block;
	margin: 0 auto;
	position: relative;
	background: url(../image/line_bg.jpg) 50% 100% no-repeat;
	width: 100%;
	height: 44px;
	margin-top: -35px;
	z-index: 1;

}
.welcome_div .wrp{
	padding: 10px 20px 0px 20px;
}
.welcome_div .welcome{
	background: url(../image/baner.png) no-repeat;
}




.box_category {
	background: url('../image/category_down.png') 50% 100% no-repeat;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.box_category .box-heading {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box_category .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 10px;
	margin: 10px 10px;
}
#column-left .box_hit{
	background: url(../image/bg_left_col.png) 50% 100% no-repeat;
	padding-bottom: 9px;
}
#column-left .box_hit > div
{
	background: #fff;
	margin-top: -27px;
	padding-top: 27px;
	padding-left: 38px;
	padding-right: 18px;
}
#column-left .box_hit .box-heading{
	text-transform: uppercase;
	font-size: 16px;
	color: #510014;
	font-weight: bold;
	line-height: 46px;
}
#column-left .box_hit .box-product .image{
	float: left;
	margin-right: 5px;
}
#column-left .box_hit .box-product > div{
width: 144px;
display: inline-block;
vertical-align: top;
margin-right: 0px;
margin-bottom: 20px;
}

#column-left .box_hit .box-content .itm .cart{
	padding-left : 130px;
}

#column-left .box_hit .box-content .itm .price{
	padding-left : 5px;
}

#column-left .box_hit  #wrp_left{
	display: none;
}

#column-left .box_hit  #wrp_right{
	display: none;
}


.products_header{
	background: url(../image/catalog_header.png) 50% 0 no-repeat;
	padding: 10px 6px;
	min-height: 200px;
}
.products_footer {
background:  url(../image/catalog_footer.png) 50% 100% no-repeat;
padding: 10px 6px 10px 6px;
height: 176px;
margin-top: -155px;
position: relative;
}

.products_footer  .pagination{
	padding: 150px 20px 0px 20px;
}

.product_footer {
background:  url(../image/product_footer.png) 50% 100% no-repeat;
padding: 10px 6px;
height: 176px;
margin-top: -194px;
position: relative;
z-index: 2;
}

.product_info{
        z-index: 2;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0px 27px 0px;
	margin: 10px 5px;
}
.box_filter{
	background:  url(../image/box-bg.png) 50% 0% no-repeat;
	height: 191px;
	/* overflow: hidden; */
}
#content .box_filter .box-content{
	margin: 0 34px;
}
#content .box_filter .box-heading{
	font-size: 16px;
	font-weight: bold;
	color: #510014;
	margin-left: 34px;
	text-transform: uppercase;
	padding: 8px 0px 6px 0px;
}
  #filters{line-height: 22px;}
  #filters b{display:block;padding: 2px 5px 1px 15px;}
  .filter-item{margin: 0 5px;}
  .filter-item label{margin-left:5px;padding-left:5px;display: block;cursor:pointer;}
  .filter-item label input{margin: 0 3px;}
  .filter-item label a{text-decoration:none;color: #236BBB;}
  .filter-item label.active a{color: #E56101;font-weight:bold;}
  .filter-item select{margin-left:10px;min-width:100px;}
  .filter-item label + label{border-top: 1px solid #ECECEC;}
	#filters .item{ float: left; width: 270px; margin: 0 20px;}
	#filters .item b{ float: left; width: 120px;}


#filters .filter_all{
display: block;
color: #38B0E3;
text-align: right;
clear: both;
}
.product-info h1{
	padding-left: 0;
}

.area-recomends{
	margin-bottom : 10px;
	padding : 20px;
	background-color : #FFF;
}

.area-recomends h2{
	color: #510014;
	padding-bottom : 10px;
}
.area-recomends .addcart{
	text-align : right;
	padding-right : 20px;
}


.name_all{
position: absolute;
top: 0;
left: 300px;
width: 580px;
height: 600px;
z-index: 5;
}


.tab-content h1{
	padding: 0px;
}
#tab-recomends h2{
	color: #510014;
	padding-bottom: 7px;
}

#tab-recomends{
	background: url(../image/tab-related.png) 50% 100% no-repeat;
	z-index: 1;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: -6px;
	overflow: hidden;
	height: 309px;
}
#tab-recomends .wrp{	
	overflow: hidden;
	margin: 20px 20px 0px 45px;
}
#tab-recomends .box-product{
	width: 10000px;
	position: relative;
	
}

#tab-recomends .box-product .price {
	display: block;
	font-weight: bold;
	color: #F45D3C;
	margin-bottom: 4px;
	padding: 0px 0px 0px 0px;
}

#tab-recomends .box-product .itm{
	width: 159px;   /* 148px  */
	margin-right: 0px;
	display: inline-block;
	padding-right: 10px;
}
#tab-recomends .box-product .itm .image{
	float: left;
	padding-right: 5px;
}
#tab-recomends #left_arrr{
	position: absolute;
	top: 150px;
	left: 22px;
	background: url(../image/la.jpg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
		
}
#tab-recomends #right_arrr{
	position: absolute;
	top: 150px;
	right: 16px;
	background: url(../image/ra.jpg) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
}


.inner	{padding:10px;position:relative;float:left;}

.inner_row	{margin-top : 50px; padding:0px 10px 10px 10px;position:relative;float:left;}

.box-cat{
	background: #fff;
	width: 702px;
	margin:0 auto;
}

.box_slider{
	z-index: 2;
	width: 1000px;
	height: 1002px;
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.box_slider .box-content{
	margin: 20px 0px 0px 20px;  
	background: #fff;
}
.box_slider .box-content .name{
	background: #CCC;
	border-radius: 10px;
	color: #510014;
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	top: 540px;
	right: 20px;
	padding: 10px;
	opacity: 0.6;
	z-index: 30;
	text-decoration: none;
}
.box_slider .box-content .name span{
	color: #333;
	margin-left: 50px;
}
.box_slider .box_mask{
	width: 887px;
	height: 602px;
	position: absolute;
	top: 0px;
	background: url(../image/mask.png) no-repeat;
}
.box_slider .box_mask .box-product{
	width: 240px;
	padding: 20px 37px;
}

.dimension	{
	position:relative;float:left;
	width:218px;
	border:1px solid #ccc;
	border-radius:4px;
	padding:11px 0 0 0;
	text-shadow:0px 1px 0px rgba(255, 255, 255, .5);
}
	.dimension h2	{		
		text-align:center;
		padding:0 20px;
	}
		.dimension h2 a	{
			font:600 16px sans-serif;
			color:#3399cc;
			text-decoration:none;
		}.dimension h2 a:hover	{text-decoration:underline;}
		
	
	.dimension-photo	{
		position:relative;float:left;
		width:100%;height:110px;line-height:105px;
		margin:8px 0 10px 0;
		text-align:center;
	}
		.dimension-photo img	{
			display:inline-block;
			vertical-align:middle;
			max-height:110px;
		}
	
		
	.dimension-info	{
		position:relative;float:left;
		width:100%;background:#f6f2e9;
		border-bottom-left-radius:4px;
		border-bottom-right-radius:4px;
		box-shadow:inset 0px 5px 3px -3px rgba(0, 0, 0, .1);
		padding:0 0 13px 0;
	}
		.dimension-info	p {
			text-align:center;
			font:700 13px/15px Arial;
			margin:15px 0 23px 0;
		}
	.dimension-links-info
	{
		line-height: 24px;
		text-align:center;
		position:relative;float:left;
		width:100%;background:#f6f2e9;
		border-bottom-left-radius:4px;
		border-bottom-right-radius:4px;
		box-shadow:inset 0px 5px 3px -3px rgba(0, 0, 0, .1);
		padding:13px 0 13px 0;
	}
	 .dimension-links-info a	{	
			color:#3399cc;			
			font:500 15px sans-serif;
		}
	
	.dimension-penal-value	{
		position:relative;float:left;
		width:195px;height:30px;
		margin:8px 0 0 15px;
		border-top:1px solid #c7c5c1;
	}
		.dimension-penal-value span	{
			font:500 12px/36px 'Roboto Condensed', sans-serif;
			color:#666;text-align:left;		
			position:absolute;display:block;
			top:-1px;
			width:30px;
			background:url(../image/ranger/ui-value-mark.png) 20% 0 no-repeat;
			border-top : 2px solid #CCC;			
		}
			.dimension-penal-value span	{left:-10px; margin-left:0px;}
			.dimension-penal-value span + span	{left:20px;}
			.dimension-penal-value span + span + span	{left:50px;}
			.dimension-penal-value span + span + span + span	{left:80px;}
			.dimension-penal-value span + span + span + span + span	{left:110px;}
			.dimension-penal-value span + span + span + span + span + span	{left:140px;}
			.dimension-penal-value span + span + span + span + span + span + span	{left:170px;}
	
	.dimension-value	{
		position:relative;float:left;
		width:195px;height:30px;
		margin:8px 0 0 15px;
		border-top:1px solid #c7c5c1;
	}
		.dimension-value span	{
			font:500 12px/36px 'Roboto Condensed', sans-serif;
			color:#666;text-align:left;		
			position:absolute;display:block;
			top:-1px;
			width:30px;
			background:url(../image/ranger/ui-value-mark.png) 20% 0 no-repeat;
			border-top : 2px solid #CCC;
		}
			.dimension-value span	{left:-10px;}
			.dimension-value span + span	{left:20px;}
			.dimension-value span + span + span	{left:50px;}
			.dimension-value span + span + span + span	{left:80px;}
			.dimension-value span + span + span + span + span	{left:110px;}
			.dimension-value span + span + span + span + span + span	{left:140px;}
			.dimension-value span + span + span + span + span + span + span	{left:170px;}
		
		
	.dimension-links	{
		position:absolute;width:100%;
		left:0px;bottom:-35px;
	}		
		.dimension-links a	{
			display:none;
			text-align:center;
			color:#3399cc;
			font:500 15px sans-serif;
		}.dimension-links a:first-child	{display:block;}
	
	.normal-links{
		padding: 4px 0px 0px 0px;
		clear:both;
		text-align:center;
	}
		.normal-links a	{			
			display:block;
			color:#3399cc;
			font:500 15px sans-serif;
			padding: 3px 0px 3px 0px;
		}
		
	.penal-slider {
		position:relative;float:left;
		width:195px;height:5px;
		margin:0 15px;
		background:#dedede;border:0;
		box-shadow:0px 1px 0px 1px rgba(255, 255, 255, .2), inset 0px 0px 2px 0px rgba(0, 0, 0, .2);
	}
	
	.ekran-slider {
		position:relative;float:left;
		width:195px;height:5px;
		margin:0 15px;
		background:#dedede;border:0;
		box-shadow:0px 1px 0px 1px rgba(255, 255, 255, .2), inset 0px 0px 2px 0px rgba(0, 0, 0, .2);
	}
	
	.dimension-slider	{
		position:relative;float:left;
		width:195px;height:5px;
		margin:0 15px;
		background:#dedede;border:0;
		box-shadow:0px 1px 0px 1px rgba(255, 255, 255, .2), inset 0px 0px 2px 0px rgba(0, 0, 0, .2);
	}
		.dimension-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
			border:none;border-radius:0;
			width:16px;height:27px;margin:-3px 0 0 -8px;
			background:url(../image/ranger/ui-handler.png);
		}		
		.dimension-slider .ui-slider .ui-slider-range {
			border:0!important;height:5px;top:0px;
			background:url(../image/ranger/ui-selected-range.png);	
		}
		
		.dimension-slider .ui-widget-header, .ekran-slider .ui-widget-header,  .penal-slider .ui-widget-header{
			border:0!important;height:5px;top:0px;
			background: none;			
		}

.sort .active {
  text-decoration: none;
  color: #333333;
}

.load {
  position: absolute;
  bottom: -5px;
  left: 20px;
  color: #4D4D4D;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.more {
  padding: 5px 10px;
  border: 2px solid #00f;
}


.table-product-dimension{
	border-collapse: collapse; 
	border-spacing: 0px; /* cellspacing */
	border: 1px solid #CCC; 
	text-align: center;	
}
.table-product-dimension .align-left{
	text-align: left;	
}
.table-product-dimension td, th{
	font-size:14px;
	padding: 2px 5px;
}

.table-product-dimension th{
	background-color:#FFEED4;
	font-weight:400;
	font-size:14px;	
}

.table-product-dimension .border-rb{
	border-right: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	padding: 2px 5px;
}

.table-product-dimension .border-r{
	border-right: 1px solid #CCC; 	
	padding: 2px 5px;
}




.product-info-list li, li span {
	padding: 5px 0px;
	font-size : 16px;
	font-family : Tahoma;
}

.table-product-description{
	margin: 15px 5px 0px 15px;
}
.table-product-description div.theader{
	background-color: #EFEFEF;
	padding: 3px 0px;
	margin: 15px 0px 0px 0px;
	
}

.table-product-description td{
	font-size : 16px;
	font-family : Tahoma;
	vertical-align:top;
	padding: 3px 0px;	
}

.table-product-description  td span{
	background: #FFF;
}

.table-product-description td:nth-child(odd) {
	background: url(../image/dot.gif) 100% 0.9em repeat-x transparent;
    padding-right:50px;
	width: auto;	
}

.style_quest{		
	background:url(../image/quest.png) #FFF no-repeat  !important;		
	/* border-bottom: 1px dotted rgb(156, 156, 156); */
	/*font-weight: 600;*/
	padding:0px 5px;
	width:12px;
	height:12px;
	display:inline-block;
	cursor: help;	
}

/*  �������� �������� */

.shipping_items{
	text-align: center;
	font-size:16px;
}

.shipping_items p{
	text-indent: 0px;
	margin-bottom: 0px;
}

.shipping_items .item{
/*	display: inline-block;	
	vertical-align: top;
	width: 305px;*/
}

.shipping_items .item .ship_title{
	font-size: 16px;
	color: #29A0C1;
	font-weight: bold;
	margin:7px 0px;
}

.shipping_items .item .desk{
	text-align: center;
}

.shipping_items .item .desk p{	
	line-height:36px;
	color: #000;
	margin-bottom: 4px;	
}

.shipping_items .item .desk p:nth-child(3){	
	font-size:16px;
}

.shipping_items .item .desk .time {
  padding-left: 25px;
  background: url(../image/time.png) left top no-repeat;
  display: inline-block;
  line-height:16px;
}

.shipping_items .item .desk .time p {
  background: url(../image/days_some.png) right center no-repeat;
  font-size:16px;
  line-height:16px;
  padding-right: 90px;
  margin-bottom:10px;
}

.shipping_items .item .desk_sec .time p {
  background: url(../image/days_some.png) right center no-repeat;
}

.shipping_items .item .desk_sec .time p:nth-child(2) {
  background: url(../image/days_saturday.png) right center no-repeat;
}

.shipping_items .item .desk_sec .addr{
	padding-left: 25px;
	line-height:32px;
	display: inline-block;
	background: url(../image/metro.png) left center no-repeat;
}

.shipping_items .item .desk_sec .addr a{
	font-size:16px;
	color:#29A0C1;
	text-decoration:none;
	border-bottom: 1px dashed #29A0C1;
}

.info_tk{
	padding:20px 20px 20px 100px;
	background: url(../image/znak.png) 10px center no-repeat;
	border: 3px solid #FFC25F;
	border-radius:6px;
}

.info_block .punkt {
  margin-top: 40px;
}
.info_block .punkt p {
  text-align: left;
  color: #2289cc;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}
.info_block .punkt h4 {
  text-align: left;
  font-size: 14px;
  padding: 5px;
  color: #000;
  padding-left: 20px;
  background: url(../img/place.png) left center no-repeat;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 20px;
}
.info_block .punkt .image {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.info_block .punkt .image img {
  display: inline-block;
  width: 470px;
}
.info_block .map_wrap {
  margin-top: 50px;
  height: 365px;
  width: 100%;
}

.product-delivery-tab-item
{
    
}
.product-delivery-tab-item p
{
    text-indent: 0px;
    margin-top: 15px;
    line-height: 20px;
}
.product-delivery-tab-item-box
{
    height: 55px;
}
.product-delivery-tab-item-image
{
    float: left;
}
.product-delivery-tab-item-title
{
    color: #38b0e3;
    font-weight: bold;
    font-size: 16px;
    float: left;
    padding-left: 20px;
    line-height: 34px;
}
.product-delivery-tab-item-grey
{
    background: #efefef;
    display: inline-block;
    padding: 10px 20px;
    line-height: 24px;
    margin: 15px 0 0 0;
}

.blurred-product-item
{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.5;
}


/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: none;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : #fef0e3;
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #ea9a00;
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
  cursor: pointer;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
}

.nano .nano-content {
    /*padding: 20px;*/
}

.nano .nano-pane {
    width: 10px;
    right: 1px;
    margin: 5px;
}


.nano > .nano-pane {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: 1;
}
.nano:hover > .nano-pane {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 1;
}

.optionDescription .optionDescriptionTitle,
.optionDescription .optionDescriptionText
{
    display: none;
}
.optionDescriptionQuestionMark
{
    width: 12px;
    height: 12px;
    padding-left: 3px;
}



.triangle-border {
  position:relative;
  padding:15px;
  margin: 0 20px 20px 20px;
  border:5px solid #f4bc5b;
  color:#333;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
  margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
  margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:170px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#f4bc5b transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:177px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
  top:-20px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:40px; /* controls horizontal position */
  border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
  top:-13px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width:0 13px 13px;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 30px 15px 0;
  border-color:transparent #f4bc5b;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 21px 9px 0;
  border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:auto;
  right:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 0 15px 30px;
  border-color:transparent #f4bc5b;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:auto;
  right:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 0 9px 21px;
  border-color:transparent #fff;
}


.option_description_qtip .qtip-close
{
    right: -1px;
    top: -1px;
}
.option_description_qtip .qtip-content
{
    line-height: 16px;
}

#tab-description ul
{
    list-style: none;
}
#tab-description ul li:before {
 content: "\0BB \020";
    color: #e89300;
 }

.category-color-img-item
{
    
}
.category-color-img-item.selected
{
    /*-webkit-filter: drop-shadow(5px 5px 5px #000);
    filter: drop-shadow(0px 0px 3px #000);*/
}

.category-color-img-a
{
    margin-left: 5px;
    padding: 2px 0px 4px 0px;
    border: 2px solid rgba(0,0,0,0);
}
.category-color-img-a-selected
{
    border: 2px solid #38b0e6;
    border-radius: 12px;
    margin-left: 5px;
    padding: 1px 0px 4px 0px;
}

.special-container
{
    position: relative; z-index: 3; padding: 0 30px 0 30px;
    min-height: 500px;
}
.special-container h2
{
    padding-left: 15px;
    margin-bottom: 0px;
}
ul.special-items
{
    list-style: none;
    margin-top: 0px;    
}
ul.special-items a
{
    font-size: 14px;
}
ul.special-items li:before {
 content: "\0BB \020";
    color: #e89300;
    font-size: 20px
 }
 
.product-list .special
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.price
{
    font-family: Times;
}















