#Overlay {
	visibility: hidden;
	position: absolute;
	top:  0px;
	left: 0px;
	width:  100%;
	height: 100%;
	background-color: #d7d3cc;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 100;
}


#ProductItemDetails {
	visibility: hidden;
	position: absolute;
	width: 650px;
	height: 520px;
	top: 0px;
	left: 0px;
	font-size: 14px;
	color: black;
	background-color: white;
	background-position: right top;
	background-repeat: no-repeat;
	border: 5px #be0000 solid;
	filter: blendTrans(Duration=1);
	z-index: 101;
}
.ProductItemDetailsPromo_bg {background-image: url(../../images/productitems/promo-big_bg.png);}
.ProductItemDetailsPromo_en {background-image: url(../../images/productitems/promo-big_en.png);}
.ProductItemDetailsPromo_ru {background-image: url(../../images/productitems/promo-big_ru.png);}
	#ProductItemDetails_Navigation {
		margin: 21px 28px 0px 22px;
	}
		#ProductItemDetails_NavigationPrev, #ProductItemDetails_NavigationNext {
			width: 100px;
			height: 25px;
			padding-top: 5px;
			font-size: 14px;
			text-align: center;
			color: #605b53;
			float: left;
		}
		#ProductItemDetails_NavigationPrev {
			margin-right: 126px;
		}
		#ProductItemDetails_NavigationNext {
		}
		.ProductItemDetails_NavigationEnabled {
			background-color: #f5f3ef;
		}
			#ProductItemDetails_NavigationPrev a, #ProductItemDetails_NavigationNext a {
				text-decoration: underline;
				color: #605b53;
			}
		#ProductItemDetails_NavigationClose {
			width: 88px;
			padding-top: 4px;
			float: right;
		}
		.ProductItemDetailsPromo #ProductItemDetails_NavigationClose {
			margin: 28px 24px 0px 0px;
		}
			#ImgNavigationClose {
				width:  88px;
				height: 17px;
				border-width: 0px;
			}

		#TblProductItemInfo {
			width: 100%;
			height: 400px;
			padding: 0px;
		}
			#TdProductItemImage, #TdProductItemDetails {
				display: table-cell;
				vertical-align: bottom;
			}
			#TdProductItemImage {
				width: 257px;
				padding: 0px 39px 0px 22px;
			}
			#TdProductItemDetails {
				padding-right: 22px;
			}
				#ProductItemImage {
				}
				#ProductItemPrice {
					margin-top: 8px;
					padding-right: 55px;
					width: 271px;
					height: 31px;
					background-image: url(../../images/backgrounds/productitem-price.png);
					background-repeat: no-repeat;
				}
				.ProductItemDetailsPromo #ProductItemPrice {
					padding-right: 10px;
					width: 316px;
				}
					#ProductItemPrice #CaptionPriceTtl {
						margin: 7px 6px 0px 0px;
						font-weight: bold;
						font-size: 14px;
						color: #b6ada1;
						float: right;
					}
					#ProductItemPrice #CaptionPriceValue {
						margin: 3px 10px 0px 0px;
						font-size: 18px;
						font-weight: bold;
						color: #be0000;
						float: right;
					}
					#ProductItemPrice #CaptionPriceValueOld {
						margin: 7px 5px 0px 0px;
						font-size: 14px;
						font-weight: bold;
						text-decoration: line-through;
						color: #2a2a2a;
						float: right;
					}
					#ProductItemPrice a.LinkProductItemBuy {
						width:  34px;
						margin: 5px 0px 0px 0px;
						background-image: url(../../images/backgrounds/productitem-button-buy-short.png);
						float: right;
					}
					#ProductItemPrice .ProductItemQuantity input {
						width: 30px;
						margin: 5px 5px 0px 0px;
					}

					.ProductItemQuantity input {
						margin-right: 1px;
						float: right;
					}
					a.LinkProductItemDetails, a.LinkProductItemBuy {
						display: block;
						height: 20px;
						text-align: center;
						text-decoration: none;
						background-repeat: no-repeat;
						float: right;
					}
					a.LinkProductItemDetails {
						width:  64px;
						padding: 0px 3px 0px 14px;
						margin: 5px 0px 9px 0px;
						color: #4a412e;
						background-image: url(../../images/backgrounds/productitem-button-details.png);
					}
					.ProductItemPromo a.LinkProductItemDetails {margin-top: 5px;}
					a.LinkProductItemBuy {
						width:  49px;
						padding: 0px 9px 0px 23px;
						margin-top: 4px;
						color: #486803;
						background-image: url(../../images/backgrounds/productitem-button-buy.png);
					}
					a.LinkProductItemDetails:hover, a.LinkProductItemBuy:hover {text-decoration: none;}


			#TblProductItemDetails {
				width: 100%;
				padding: 0px;
			}
				#TblProductItemDetails tr.TrOdd  {background-color: #eee9e2;}
				#TblProductItemDetails tr.TrEven {background-color: #f5ecda;}
				#TblProductItemDetails th, span.TextProductItemDetails {
					font-size: 14px;
					font-weight: bold;
					color: #b6ada1;
				}
				#TblProductItemDetails th {
					text-align: right;
				}
				#TblProductItemDetails td {
					color: #2a2a2a;
					font-weight: bold;
				}
				#TblProductItemDetails #TdProductItemDetailsNote {
					font-weight: normal;
				}

		#NoteVatIncluded {
			width: 350px;
			padding-top: 10px;
			font-size: 12px;
			font-style: italic;
			text-align: right;
			color: #958e84;
			float: left;
		}

