.product
{
	position: relative;
	float: left;
	margin: 20px 50px 10px 0px;	
  padding: 0;
	left: 30px;
	width: 380px;
	height: 250px;
	background-color: #C8F0FF;
}
.product_title 
{
	position: relative;
	margin: 0;	
  padding: 0;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 26px;
	background-image: url(buynow_block_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.product_title h2 
{	
	margin: 0;	
  padding: 4px 0px 0px 10px;  
}
.product_title a 
{	
	margin: 0;	
  padding: 0;
	font-family: Verdana;	
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
}
.product_main
{
	position: relative;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 202px;
	background-image: url(buynow_block_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.product_main a
{
	font-weight: 600;
	text-decoration: none;
	color: #3C74A1;
}
.product_main a:hover
{
	font-weight: 600;
	color: #508CC8;
}
.product_description
{
	position: relative;
	margin: 0;
  padding: 0;
	left: 10px;
	top: 12px;
	width: 350px;
	text-align: justify;
	text-indent: 10px;
	font-family: Tahoma;	
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	color: #0C4471;
} 
.product_description p
{
	margin: 0;
  padding: 0;
} 
.product_download
{
	position: absolute;
	margin: 0;
  padding: 0;
  right: 20px;
  top: 150px;
}
.product_download p
{
	margin: 0px 0px 8px 0px;
  padding: 0;
	text-align: right; 
} 
.product_download a
{
  text-align: left;
	font-size: 12px;	
	font-weight: 600;
	text-decoration: none;
	color: #3C74A1;
}
.product_download a:hover
{
	color: #508CC8;
}
.product_bottom
{
	position: relative;
	margin: 0;	
  padding: 0;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 22px;
	background-image: url(buynow_block_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.product_read_more a
{
	position: absolute;
	margin: 0;
  padding: 0;
  right: 4px;
  bottom: 4px;
  text-align: right;
 	font-family: Verdana;	
	font-size: 13px;	
	font-weight: 600;
	text-decoration: none;
	color: #3C74A1;
}
.product_read_more a:hover
{
	color: #508CC8;
}
