/* header */

.headerLogo
{
	padding: 40px 0 50px 0;
}

.headerMenu
{
	padding: 10px 0 45px 0;
	vertical-align: bottom;
}

.headerMenu h4
{
	font-size: 150%;
	font-weight:normal;
	margin-left: 10px;
	color:#999;
}

.headerMenu ul
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	clear: both;
	width:100%;
}

.headerMenu ul li
{
	font-size:70%;
	float:left;
	margin: 0.3em 5px 0 0;
	padding: 0.3em 10px;
	text-indent: 0;
	text-transform: uppercase;
	font-weight:bold;
	background-color: #fff;
}

.headerMenu ul  .cur
{
	background-color: #b81b2a;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.headerPhone
{
	padding: 30px 0 0px 0;
	vertical-align: bottom;
}

.headerPhone div
{
	padding-top: 0.3em;
}

.headerPhone span
{
	font-size:120%;
	font-weight:normal;
	white-space: nowrap;
}

.headerPhone strong
{
	font-size: 120%;
	font-weight:bold;
	white-space: nowrap;
}

.headerPhone small
{
	font-size:85%;
	color:#666;
	display: inline;
	line-height: 1.4em;
	white-space: nowrap;
}

.headerPhone a
{
	display: block;
	font-size:85%;
	padding: 0.1em 0 0.5em 0;
}



/* menu */

.catList
{
	margin: 0 0 1.8em 0;
	padding: 0;
	font-size: 100%;
}

.catList h4
{
	font-size: 120%;
	padding: 0;
}

.catList li
{
	font-size:100%;
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 1.2em;
}

.catList li a
{
	font-size: 90%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 1%;
	
	padding: 0.5em 10px;
	margin:0;
}

.catList li a.cur
{
	background-color: #b81b2a;
	color:#fff;
	font-weight: bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.catList span
{
	font-size: 90%;
	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 1%;
	
	padding: 0.5em 10px;
	background-color: #b81b2a;
	color:#fff;
	font-weight: bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}



/* home */

.homeParagraph
{
	padding: 2em 5px 0 5px;
}

.homeParagraph h3
{
	font-size: 250%;
	font-weight:bold;
	margin-top:0;
}

.homeParagraph p
{
	font-size:95%;
	line-height: 1.8em;
}

#freeDeliveryBanner
{
	position: relative;
}

#freeDeliveryBanner div
{
	position: absolute;
	width:325px;
	height:41px;
	top: 0;
	left:25%;
	margin-left: 17em;
	background: url('../i/freedelivery.png') no-repeat left top;
	z-index:20;
}

.homeAnonsBlock
{
	padding-top: 3em;
}

.homeAnons
{
	background-color: #ffd400;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 1em 15px 0.8em 15px;
	margin-top: 0.8em;
}

.homeSpecialTable td
{
	padding: 2em 0 1em 0;
}

.homeSpecial
{
	position: relative;
	cursor: hand; 
}

.homeSpecial .img
{
	position: relative;
	left:0;
	top:0;
	width:200px;
	height:200px;
	background-position: center center;
	background-repeat: no-repeat;
}

.homeSpecial .mask
{
	position:  absolute;
	left:0;
	top:0;
	width:200px;
	height:200px;
	border: solid #DADADA 3px;
/*	background:  url('../i/homeanonsmask.png') no-repeat 0 0;
	behavior: url('../png.htc');*/
	z-index: 10;
}

.homeSpecial .name
{
	position: absolute;
	width:102px;
	height:25px;
	left:20%;
	text-align: center;
	bottom: 10px;
	background: url('../i/nameshadow.png') no-repeat 0 0;
	z-index: 15;
	overflow: visible;
}

.homeSpecial .name div
{
	position: absolute;
	white-space: nowrap;
	right:2px;
	bottom: 2px;
	background-color: #fff;
	font-size: 75%;
	font-weight:bold;
	text-transform: uppercase;
	z-index: 16;
	padding: 0.5em 10px;
}

.homeSpecial .name a
{
	color:#ff5500;
}

.homeSpecial .price
{
	position: absolute;
	width: 74px;
	height:25px;
	left:130px;
	top: 40px;
	background: url('../i/priceshadow.png') no-repeat 0 0;
	z-index: 15;
	overflow: visible;
}

.homeSpecial .price div
{
	position: absolute;
	right:2px;
	bottom: 3px;
	white-space: nowrap;
	background-color: #ffa900;
	font-size: 120%;
	z-index: 16;
	padding: 0.4em 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.homeAnons h4
{
	margin: 0 0 0.4em 0;
}

.homeAnons p
{
	font-size: 75%;
	line-height: 1.5em;
	margin: 0;
}

.homeInfo
{
	width:94%;
	margin: 3em 0 0 3%;
	background-color: #f6f4e8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.homeInfo td
{
	padding: 1em 0 1em 40px;
}



/* catalogue */

.p_good_col_show,
.n_good_col_show {
	padding-top:7px;
	padding-bottom:7px;
	line-height:1em;
	width:28%;
}

.p_good_col_show {
	text-align:right;
	padding-right:20px;
	background:url('../i/diap_table/delimiter.gif') repeat-y right top;
	right:0;
	top:0;
}

.n_good_col_show {
	text-align:left;
	padding-left:20px;
	background:url('../i/diap_table/delimiter.gif') repeat-y left top;
	left:0;
	top:0;
}

.p_good_col_hide,
.n_good_col_hide {
	background:#fff;
}

.p_good_col_show div strong,
.p_good_col_show a,
.p_good_col_show .good_price,
.n_good_col_show div strong,
.n_good_col_show a,
.n_good_col_show .good_price {
	font-size:75%;
}

.col_all_goods {
	font-size:100%;
	text-align:center;
	padding:0 10px;
}

.col_all_goods span {
	color:#666;
	font-size:80%;
}

.good_price .rur {
	font-size:110%;
}

.diap_price_block {
	position:relative;
	height:100%;
	margin-top:30px;
	background:url('../i/diap_table/bg.png') repeat-x left center;
	left:0;
}

.left_mask,
.right_mask {
	position:relative;
	width:22px;
	height:100%;
}

.left_mask {
	background:url('../i/diap_table/left_mask.png') no-repeat left center;
	left:0;
	
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/diap_table/left_mask.png', sizingMethod='scale');
}

.right_mask {
	background:url('../i/diap_table/right_mask.png') no-repeat right center;
	right:0;
	
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/diap_table/right_mask.png', sizingMethod='scale');
}

.diap_price_table tr td {
	vertical-align:middle !important;
}

.catalogueFilter
{
	background-color: #eae1b4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position: relative;
	margin-left:-10px;
	padding: 0.8em 20px 0 20px;
}

.catalogueFilter h1
{
	margin-bottom: 0.4em;
}

.catalogueFilterList
{
	position: relative;
	margin: 0 0 0 -5px;
	padding: 0;
	font-size: 100%;
	clear: both;
	width:100%;
}

.catalogueFilterList li
{
	font-size:100%;
	margin: 0;
	padding: 0;
	text-indent: 0;
	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 1%;
}

.catalogueFilterList li a,
.catalogueFilterList li span
{
	display:block;
	font-size:85%;
	margin: 0 3px 0 0;
	padding: 0.3em 15px;
	background-color: #f5f0da;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	color:#333;
	text-decoration: none;
}

.catalogueFilterList li a:hover
{
	background-color: #fbf9f0;
}

.catalogueFilterList li span
{
	background-color: #fff;
}

.catalogueFilterList li small
{
	color:#666;
	margin-left: 5px;
	font-size: 80%;
}

.catalogueText
{
	padding: 2em 10px 0 0;
}

.catalogueText h3
{
	font-size:90%;
	font-style: italic;
	font-weight: bold;
}

.catalogueText p
{
	font-size:75%;
	color:#333;
	line-height: 1.6em;
	font-style: italic;
}

.catalogueText li
{
	font-size:75%;
	font-style: italic;
}

.catBlock {
/*	position:relative;*/
}

.linklab_block {
	position:absolute;
	left:0;
	top:-180px;
}

.linklab_block div {
	padding:0 10px;
	font-size:75%;
}

.goodsTable
{
	width:auto;
}

.goodsTable .highlight td
{
	border-bottom: dashed 2px #cccccc; 
}

.goodsTable td
{
	padding: 2em 20px 1em 0;
	border-bottom: dashed 2px #cccccc; 
}

.goodsTable h4
{
	position: relative;
	font-size:120%;
	margin: 0 0 0.3em 0;
}

.goodsTable span
{
	position: relative;
	width:auto;
}

.freeDelivery
{
	position: absolute;
	margin: 0 0 0 10px;
	bottom:0.3em;
	width:19px;
	height: 12px;
	background: url('../i/freedelivery.gif') no-repeat left top;
	right:-30px;
	top:7px;
	overflow: hidden;
}

.freeDeliveryLegend
{
	color:#de5400;
	font-size:70%;
	font-style:italic;
	font-weight: normal;
	margin: 1em 0 2em 0;
	padding: 0.3em 0 0.3em 25px;
	background: url('../i/freedelivery.gif') no-repeat left 0.3em;
}

.goodsTable ul, .goodsTable ol
{
	font-size: 100%;
	margin:0;
}

.goodsTable p
{
	font-size: 75%;
	line-height: 1.5em;
	margin:0;
}

.goodsTable li
{
	font-size: 75%;
	line-height: 1.3em;
	padding: 0;
	margin-top: 0.5em;
	margin-bottom:0;
}

.goodsPriceBlock
{
	position: relative;
	left: -5px;
	padding-top: 0.8em;
	white-space: nowrap;
}

.goodsPriceBlock table
{
	width:auto;
	border-collapse: collapse;
	padding:0;
	margin:0;
}

.goodsPriceBlock td.goodsPrice
{
	
	color: #0066FF;
	font-size: 100%;
	padding-left: 13px;
	padding: 5px 10px;
	margin:0;
	border: solid 2px #0066FF;
	background-color: #FFFFFF;
	
/*	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
*/	
}

.goodsPriceBlock td.goodsBasketAdd,
.goodsPriceBlock td.goodsBasketAddOver
{
	font-size: 80%;
	padding: 0.7em 10px;
	margin:0;
	border: none;
	
/*	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	cursor: pointer;
	
	cursor: hand;
*/
}

.goodsBasketAdd{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #009900;
/*background: url('../i/addbasket.png') repeat-x left center;*/
}
.goodsBasketAddOver{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #009900;

/*background: url('../i/addbasket_over.png') repeat-x left center;}*/

.goodPath
{
	padding: 0 10px 2em 10px;
}

.goodPath .path
{
	margin:0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 1%;
	padding: 0 30px 0 0;
}

.goodPath .path h1
{
	margin-bottom:0;
}

.goodPath .goodsPriceBlock
{
	margin:0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 1%;
	left:0;
	padding: 1.4em 0 0 0;	
}

.goodCharTable
{
	width:auto;
}

.goodCharTable .highlight td
{
	background-color: #f6f4e8;
}

.goodCharTable td
{
	padding: 0.6em 10px;
	font-size: 75%;
	color:#333;
}

.goodCharTable p,
.goodCharTable strong
{
	color:#333;
	font-size: 100%;
	margin:0;
	line-height: normal;
	padding:0;
	font-weight: normal;
}


/* articul page */

.articulBlock
{
	padding: 1em 0 0.5em 0;
}

.articulBlock h4
{
	font-weight: normal;
	font-size:120%;
	margin: 0 0 0.3em 0;
}

.articulBlock p
{
	margin:0;
}



/* infoscroller */

#infoScroll
{
	visibility: hidden;
	height:0px;
	position: fixed;
/*	height:100%;*/
	width:auto;
	right:0;
	top:7px;
	z-index: 100;
}

#infoScroll a,
#infoScroll a:hover,
#infoScroll a:visited
{
	
	position: absolute;
	display: block;
	text-decoration: none;
	right:0;
	font-size:65%;
	color:#666;
	text-align:right;
	white-space: nowrap;
	background-color: #fff;
	z-index: 100;
}

#infoScroll a .rur
{
	color:#666;
	z-index: 100;
}


/* vendor page */

.vendorCatBlock
{
	width:100%;
	padding-bottom: 3em;
}

.vendorCat
{
	width: 250px;
	padding: 1em 40px 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 1%;
}

.vendorCat h4
{
	font-size:120%;
	font-weight:normal;
	margin: 0 0 0.3em 0;
}

.vendorCat small
{
	font-size:75%;
	color:#666;
	margin-left: 10px;
}

.vendorCat p
{
	font-size:70%;
	line-height: 1.5em;
}

.vendorText
{
	background-color: #f6f4e8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.5em 30px;
	position: relative;
	margin-left: -20px;
}



/* basket */

#basket
{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
}

#basket .top
{
	position: relative;
	height:12px;
	width:100%;
	background: url('../i/basket_edge.gif') no-repeat #d3bd9a 0 -12px;
	z-index: 70;
}

#basket .top div
{
	position: absolute;
	right:0;
	top:0;
	width:24px;
	height:12px;
	background: url('../i/basket_edge.gif') no-repeat 0 0;
}

#basket .content
{
	position: relative;
	z-index: 90;
	background-color: #b09771;
	width: 100%;
	color:#fff;
	text-align: center;
	font-size: 90%;
	padding: 0.7em 20px;
}

#basket .content *
{
	color:#fff;
}

#basket .content a
{
	margin-left: 30px;
	font-weight: bold;
}

#basket .content a:hover
{
	color:#b81b2a;
}


/* checkout */

.basketTable
{
	width:auto;
	border-collapse: collapse;
}

.basketTable th
{
	font-size: 70%;
	text-align: left;
	padding: 0.5em 15px;
}

.basketTable .highlight td
{
	background-color: #f6f4e8;
}

.basketTable td
{
	padding: 0.6em 15px;
	font-size: 90%;
	vertical-align: middle
}

.basketTable .total
{
	text-align: right;
	font-size: 120%;
	border-top: 1px solid #ccc;
	padding: 0.5em 15px;
}

.quantityBlock .minimum,
.quantityBlock .maximum,
.quantityBlock .normal
{
	position: relative;
	margin-left:20px;
	height:20px;
	background-color: #fe9;
	width:1.8em;
}

.quantityBlock .minus,
.quantityBlock .plus,
.basketTable .delete,
.quantityBlock .minusOver,
.quantityBlock .plusOver,
.basketTable .deleteOver
{
	position: absolute;
	top:0;
	width:20px;
	height:20px;
	background-image: url('../i/basket_buttons.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}

.quantityBlock .normal .minus,
.quantityBlock .maximum .minus
{
	left:-20px;
	background-position: 0 0;
	cursor: pointer;
}

.quantityBlock .normal .minusOver,
.quantityBlock .maximum .minusOver
{
	left:-20px;
	background-position: 0 -20px;
	cursor: pointer;
}

.quantityBlock .normal .plus,
.quantityBlock .minimum .plus
{
	left:100%;
	background-position: -20px 0;
	cursor: pointer;
}

.quantityBlock .normal .plusOver,
.quantityBlock .minimum .plusOver
{
	left:100%;
	background-position: -20px -20px;
	cursor: pointer;
}

.quantityBlock .minimum .minus,
.quantityBlock .minimum .minusOver
{
	left:-20px;
	background-position: 0 -40px;
	cursor: default;
}

.quantityBlock .maximum .plus,
.quantityBlock .maximum .plusOver
{
	left:100%;
	background-position: -20px -40px;
	cursor: default;
}

.basketTable .delete
{
	background-position: -40px 0;
	position: relative;
	cursor: pointer;
}

.basketTable .deleteOver
{
	background-position: -40px -20px;
	position: relative;
	cursor: pointer;
}

.quantityBlock .quantity
{
	font-size: 90%;
	position: absolute;
	height:20px;
	width:1.8em;
	text-align: center;
	padding-top: 2px;
}

.checkoutForm
{
	padding: 1em 0;
}

.checkoutForm .warning
{
	vertical-align: middle;
	border-left: 1px solid #de5400;
	padding-left: 10px;
	font-style: italic;
	font-size: 75%;
	color:#de5400;
}

.checkoutForm p
{
	margin-bottom: 1.5em;
}

.checkoutForm table
{
	width:auto;
	border-collapse: collapse;
}

.checkoutForm td
{
	font-size:100%;
	padding: 0.5em 20px 0.5em 0;
}

.checkoutForm td label
{
	display: block;
	font-size:85%;
	padding-top: 0.3em;
}

.checkoutForm td input,
.checkoutForm td textarea
{
	font-size:85%;
	width:300px;
}

#checkoutSent,
#checkoutSent
{
	position: relative;
	left: -5px;
	padding: 0.8em 0 0 0;
	white-space: nowrap;
}

#checkoutSent table
{
	width:auto;
	border-collapse: collapse;
	padding:0;
	margin:0;
}

.buttonEnabled td.checkoutPrice,
.buttonDisabled td.checkoutPrice
{
	font-size: 100%;
	padding: 0.4em 10px;
	margin:0;
	background: url('../i/ordersentborder.gif') repeat-y right top #81aa1e;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	color:#fff;
}

.buttonDisabled td.checkoutPrice
{
	background: url('../i/ordernosentborder.gif') repeat-y right top #666;
}

#checkoutSent td.checkoutPrice *
{
	color:#fff;
}

#checkoutSent td.checkoutButton,
#checkoutSent td.checkoutButtonOver
{
	font-size: 80%;
	padding: 0.7em 10px;
	margin:0;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}

.buttonEnabled .checkoutButton{background: url('../i/ordersent.png') repeat-x left center; cursor: pointer; cursor: hand;}
.buttonEnabled .checkoutButtonOver{background: url('../i/ordersent_over.png') repeat-x left center; cursor: pointer; cursor: hand;;}

.buttonDisabled .checkoutButton,
.buttonDisabled .checkoutButtonOver
{
		background-image:none;
		background-color: #ccc;
		cursor: default;
}


/* footer */

.footerLine
{
	margin-top:1.5em;
	width:100%;
	height:34px;
	background: url('../i/footer_line.gif') #fff repeat-x left 20px;
	position: relative;
}

.footerSaw
{
	position: absolute;
	width:209px;
	height:34px;
	top:0;
	right:5%;
	background: url('../i/footer_saw.gif') no-repeat left top;
}

.footerCounter
{
	font-size: 9px;
	width: 88px;
	height: 60px;
	margin: 20px 0;
	vertical-align: bottom;
	background-color:#FFFF33;
	
}

.footerPhone
{
	padding: 20px 0;
}

.footerPhone small
{
	font-size:100%;
	font-weight:normal;
	white-space: normal;
}

.footerPhone strong
{
	font-size:100%;
	font-weight:bold;
	white-space: normal;
	line-height: 1.5em;
}

.footerText p
{
	font-size: 70%;
	color:#666;
	margin-top: 2em;
}
.footercounter
{
	
	text-align:center;
	font-size: 10px;
	
}
