/* CSS Document */
.ProdBoxBot h1
{
	background:url(../images/bullet.gif) right 5px no-repeat;
	text-align:right;
	padding:0 15px 0 0;
	border-bottom:1px dotted #000;
	line-height:normal;
	height:23px;
}
#ProdDetails
{
	width:270px;
	float:right;
	text-align:right;
	padding:10px;
}
#ProdDetails #Price
{
	font:bold 14px Arila;
	color:#8f0303;
}
#ImageBox
{
	width:250px;
	float:left;
}
.ProdImageSmall
{
	display:block;
	width:88px;
	height:68px;
	text-align:center;
	background:url(../images/small_img_frame.gif) no-repeat;
	float:right;
}
.ProdImageSmall img
{
	width:80px;
	height:60px;
	margin-top:2px;
}
#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}


