HTML BODY.productDetails {
	background: transparent url(../images/light_gray_bkg.gif) no-repeat center 200px;
}

DIV#content {
	width: 650px;
	left: auto;
	right: 20px;
	top: 7.5em;
	text-align: left;
}

HTML BODY.productDetails DIV#content * {
	color: #000;
	text-align: left;
}

HTML BODY.productDetails DIV#content a {
	color: #000000;
}

DIV#left {
	float: left;
	margin-right: 2em;
	padding-left: 15px;
	width:140px;
}

DIV#left H2 {
	font-size: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid black;
}

DIV#left UL.more {
	margin: 8px 0 15px 0;
}

DIV#left UL.more LI {
	list-style-image: url(/ru_RU/products/images/blank.gif);
	font-size: 10px;
	margin-bottom: 3px;
}

DIV#left UL.more LI A {
	font-size: 10px;
}

DIV#left UL.more LI A:hover {
	color: #0CF;
	text-decoration: none;
}

DIV#left UL.more LI.selected {
	list-style-image: url(/ru_RU/products/images/arrow.gif);
}

DIV#left UL.more LI.selected A {
	color: #0CF;
}

DIV#left DIV#styleTipsContainer {
	position: relative;
	height: 200px;
	z-index: 1;
}

DIV#left DIV#styleTipsContainer DIV#styleTipsThumb {
	margin-bottom: 1em;
}

/** INFO PANE **/
DIV#info {
	width: 454px; /*435*/
}

HTML BODY.productDetails DIV#wrapper DIV#content DIV#info H2 {
	font-size: 18px;
	color: #CCC;
	margin-bottom: 0.6em;
	line-height: 18px;
}

HTML BODY.productDetails DIV#wrapper DIV#content DIV#info P {
	font-size: 11px;
	margin-bottom: 0.9em;
	line-height: 14px;
}

/** DETAILS PANE **/
HTML BODY.productDetails DIV#wrapper DIV#content DIV#details {
	position: absolute;
	top: 0;
	right: 0;
}

HTML BODY.productDetails DIV#wrapper DIV#content DIV#details DIV.productName {
	position: absolute;
	top: 346px;
	right: 142px;
	font-size: 72px;
	color: #FFF;
}

HTML BODY.productDetails DIV#wrapper DIV#content DIV#details DIV.productHeadline {
	position: absolute;
	top: 410px;
	right: 142px;
	width: 524px;
	text-align: right;
}

HTML BODY.productDetails DIV#wrapper DIV#content DIV#details DIV.productShot {
	position: absolute;
	top: -60px;
	right: 0;
}

HTML BODY.productDetails DIV#wrapper DIV#content DIV#info H3 { margin-top: 1em; font-size: 12px; }

/** SPECIAL INSTRUCTIONS **/
.wideProduct { margin-right: 18px; }
