@charset "UTF-8";
/* CSS Document */

.home_greybox
{
	float: left;
	width: 186px;
	padding:0;
}

.home_head 
{
	width:186px;
	height:25px;
	background:url(../images/home_images/home_greybox_images/greybox_top.jpg) no-repeat;
}

.home_head dl{
	margin:0;
}

.home_head dl dt{
	padding-top:3px;
	padding-left: 15px;
	float:left;
}

.home_head dl dt a{
text-decoration:none;
color:#333333;
font-size:12px;
}

.home_head dl dt a:visited{
color:#333333;
}


.home_midsection
{
	width:186px;
	height:195px;
	background-image:url(../images/home_images/home_greybox_images/greybox_background.png);
	background-repeat:repeat-y;
}


.home_imagebox
{
	width:186px;
	margin:0px auto;
}

.home_productdescription
{
	width:156px;
	margin-top:7px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.home_productdescription dl
{
	margin:0;
}

.home_productdescription dl dt
{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}

.home_productdescription dl dt a
{
	color:#333333;
	text-decoration:none;
}

.home_productdescription dl dt a:visited
{
	color:#333333;
}

.home_productdescription dl dt dd
{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	text-decoration:none;
	color:#666666;
}

.home_roundedbottom 
{
	width:186px;
	height:15px; 
}

img.home_displayed {
    display: block;
	
    margin-left: auto;
    margin-right: auto;
}

img.home_bottom{
    display: block;
    float:right;
}