/* .prd_entry */
/* Div Container class for a product entry */
/* Contains the prd_entry_thmbnl class for the product thumb nail image */
/* Contains the prd_entry desc class for the text description of the product */
/* Contains the prd_entry_price_blk container class for the product price and add to cart button */
.prd_entry
{
position:relative;
width:480px;
/*height:150px;*/
border-left:solid 1px #999999;
border-top:solid 1px #999999;
border-right:solid 1px #999999;
border-bottom:0px;
}

/* .prd_entry_thmbnl */
/* Div Container class for a product entry thumbnail image */
.prd_entry_thmbnl
{
	padding:2px;
}

/* .prd_price_cntblk */
/* Div Container class for a product price*/
.prd_price_cntblk
{
	position:absolute;
	left:145px;
	top:5px;
	width:60px;
	border-style:solid;
	border:0px;
	padding:2px; 
}


/* .prd_pricelabel */
/* Label Text class for a Your Price Label */
.prd_pricelabel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	font-style:italic;
	color:#FF0000;
}

/* .prd_price */
/* Text class for the price of a product entry */
.prd_price
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	font-style:italic;
	color:#000000;
}


/* .prd_entry_desc */
/* Container class for a product entry text description */
.prd_entry_desc
{
	position: absolute;
	top:5px;
	left:220px;
	height:105px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Product entry text description for the link anchor tag */
.prd_entry_desc a {font-size:12px;}
.prd_entry_desc a:link{color:#000000}
.prd_entry_desc a:visited{color:#000000}
.prd_entry_desc a{font-weight:bold}


/* .prd_entry_last */
/* Div Container class for the LAST product entry on a page*/
.prd_entry_last
{
	position:relative;
	width:480px;
	height:150px;
	border:solid 1px #999999;
}

.prd_OutOfStock
{
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#FF0000;
}
