@charset "utf-8";
/* CSS Document */
body{border:none;margin:0px;padding:0px;overflow:hidden;}
#content{
	width:800px;
	height:458px;
	border-bottom:solid 4px #4a4a6f;
	border-left:solid 1px #4a4a6f;
}
	html>body #content{
		width:1004px;
		height:458px;
	}

#content .print{
	display:none;
}

#content .feat{
	width:129px;
	padding-top:52px;
	left:1px;
}
	html>body #content .feat{
		width:108px;
		left:0px;
	}
	
#content .feat h3{
	width:128px;
	height:44px;
}

#content .feat.treatment h3{
	background-image:url(img/print/treatmentbase.gif);
}
#content .feat.makeupremover h3{
	background-image:url(img/print/makeupremover.gif);
}

#content .feat.treatment{
	height:263px;
}
	html>body #content .feat.treatment{
		height:223px;
	}

#content .feat.makeupremover{
	height:197px;
	top:323px;
}
	html>body #content .feat.makeupremover{
		height:157px;
	}




#content table{
	left:130px;
}
	html>body #content table{
		left:129px;
	}

#content table tr.prods{
	height:337px;
}

#content .prodwrap .effect{
	bottom:280px;
}

#content .prodwrap .prod{
	bottom:50px;
}


