/*   PRODUCT PAGE CONTROLLERS   */ 


.Product_Image_Panel{
	padding-left: 20px;
	background-image: url(images/product_panel.png);
	padding-top: 20px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}


.News_Image_Panel{
	padding-left: 20px;
	background-image: url(images/news_panel.png);
	padding-top: 20px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}


/*   PRODUCT PAGE CONTROLLERS END  ////////////////  */

a.Blitzlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	position: relative;
	text-decoration: none;
}

a.Blitzlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FA9729;
	position: relative;
	font-weight: bolder;
	text-decoration: none;
}

a.Blitzlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #DDDDDD;
	position: relative;
	text-decoration: none;
}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
	vertical-align: top;
	text-align: left;
	padding-left: 11px;
	font-weight: bold;
}