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


.thumb_greybox
{
	float: left;
	width: 151px;
}

.thumb_head 
{
	width:151px;
	height:20px;
	background:url(../images/product_page_images/extra/thumb_greybox_images/thumb_greybox_top.jpg);
	
}

.thumb_head dl{
	margin:0;
}

.thumb_head dl dt{
	float:left;
	font-size:11px;
	margin-top:4px;
	margin-left:10px;
}

.thumb_midsection
{
	width:151px;
	background:url(../images/product_page_images/extra/thumb_greybox_images/thumb_greybox_background.png) repeat-y;
	}


.thumb_imagebox
{
	width:151px;
}

.thumb_productdescription
{
	width:151px;
}

.thumb_productdescription dl
{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}

.thumb_productdescription dl dt
{

    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000; 
}

.thumb_productdescription dl dd
{
    text-align:right;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000; 
}

.thumb_roundedbottom 
{
	width:151px;
	height:15px; 
}

img.thumb_displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top:10px;
}

img.thumb_bottom{
    display: block;
}