HTML BODY.productLanding { background-image: none; }

BODY.productLanding DIV#wrapper DIV#content { top: 6.7em; left: auto; right: 20px; width: 670px; text-align: left; }
HTML BODY.productLanding DIV#content * { color: #000; }
DIV#content DIV#info { width: 120px; float: left; padding-left: 15px; }
DIV#content DIV#info H2 { position: absolute; top: -40px; right: 0; }
DIV#content DIV#info HR { height: 1px; border: none; background-color: #000; }
DIV#content DIV#info P { text-align: left; font-size: 11px; }

DIV#content DIV#info UL.productLinks {
	list-style-type: none;`
	margin-top: 1em;
}

DIV#content DIV#info UL.productLinks LI {
	list-style-image: url(/ru_RU/products/images/blank.gif);
	font-size: 10px;
	line-height: 15px;
}

DIV#content DIV#info UL.productLinks LI A {
	font-size: 10px;
}

DIV#content DIV#info UL.productLinks LI A:hover {
	color: #0CF;
	text-decoration: none;
}

DIV#content DIV#info UL.productLinks LI.selected {
	list-style-image: url(/ru_RU/products/images/arrow.gif);
}

DIV#content DIV#info UL.productLinks LI.selected A {
	color: #0CF;
}
/*
DIV#content UL.productImages { position: absolute; top: 0; right: auto; left: 150px; list-style-type: none; vertical-align: bottom; }
DIV#content UL.productImages { height: 500px; }
BODY.productLanding DIV#wrapper DIV#content UL.productImages li { display: inline; height: 100%; color: #FFF; margin: 0; }

BODY.productLanding DIV#wrapper DIV#content UL.productImages LI.stacked { margin-left: 48px; }
BODY.productLanding DIV#wrapper DIV#content UL.productImages LI.stacked DIV { position: absolute; top: 126px; right: 350px;}
BODY.productLanding DIV#wrapper DIV#content UL.productImages LI.stacked DIV UL { display: inline; height: 404px; vertical-align: bottom; }
BODY.productLanding DIV#wrapper DIV#content UL.productImages LI.stacked DIV UL LI A { display: block; padding-bottom: 5px; }
*/
BODY.productLanding DIV#wrapper DIV#content TABLE.productImages TR TD { position: relative; }
BODY.productLanding DIV#wrapper DIV#content TABLE.productImages TR TD.stacked IMG { display: block; }
DIV#content IMG#coming09 { position: absolute; top: 252px; left: 462px; }

DIV#content IMG#salonServicesProducts { position: absolute; top: 40px; right: 0; }

.transparent {
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
}

DIV.alphaBox
{
	background-color: #FF0000;
	display: block;
	float: left;
	position: relative;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	visibility: hidden;
}