/* CSS Document */
#TopBox
{
	width:659px;
	height:96px;
	background:url(../images/top_bg.gif) no-repeat;
	float:right;
	margin-bottom:7px;
}
/* ------------------------------------------------------------------------------------ */
.BoxBot
{
	background:url(../images/box_bot.gif) bottom repeat-x;
	padding:5px;
	text-align:center;
}
/* ------------------------------------------------------------------------------------ */
.ProdBox
{
	background:url(../images/prod_box_bg.gif) center repeat-y;
	margin-bottom:10px;
}
.ProdBoxTop
{
	background:url(../images/prod_box_top.gif) top no-repeat;
}
.ProdBoxBot
{
	background:url(../images/prod_box_bot.gif) bottom no-repeat;
	overflow:hidden;
	padding:10px;
}
.ProdImage
{
	display:block;
	width:172px;
	height:133px;
	background:url(../images/prod_img_frame.gif) no-repeat;
	text-align:center;
	float:right;
}
.ProdImage img
{
	width:165px;
	height:125px;
	margin-top:4px;
}
.ProdBoxLeft
{
	float:left; 
	width:375px;
}
.ProdBoxLeft h2
{
	font:bold 14px Arial;
	text-align:right;
	color:#000;
	background:url(../images/cat_bullet.gif) right 3px no-repeat;
	padding-right:12px;
	border-bottom:1px dotted #000;
	margin-bottom:5px;
	padding-bottom:7px;
}
.ProdBar span
{
	display:block;
	width:93px;
	height:21px;
	background:url(../images/price_bg.gif) center no-repeat;
	text-align:center;
	font:bold 16px Arial;
	color:#8f0303;
	line-height:21px;
}
.ProdBar
{
	margin-right:auto;
}
.ProdBar td
{
	padding-right:5px;
}




