/* Body background styles START */
BODY {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url('../images/BG2.jpg');	
	/*background-repeat: */
	background-position: center top;
}
/* Body background styles END */

.ProductName {font-family: Arial;
		font-size: 14px;}

.FeaturedName {font-family: Arial;
		font-size: 12px;}
		
.Price {font-family: Arial;
		font-size: 12px;
		color:green;
		font-weight:Bold;}

.ProductPrice {font-family: Arial;
		font-size: 16px;
		color:green;
		font-weight:Bold;}
		
.Summary {
		font-size: 12px;
		}
		
.ViewCat {font-family: Arial;
		font-size: 14px;
		font-weight:Bold;}
		
.ViewTitle {font-family: Arial;
		font-size: 18px;
		font-weight:Bold;}

.ViewSubTitle {font-family: Arial;
		font-size: 14px;
		color:#006699;
		font-weight:Bold;}

.Review {font-family: Arial;
		font-size: 12px;}

.Title {font-family: Arial;
	font-size: 16px;
	font-weight:Bold;}

.HomeTitle {font-family: Arial;
	font-size: 16px;
	font-weight:Bold;
	color:white;}

.Paginator {font-family: Arial;
		font-size: 12px;}

.Search {
	position:relative;
	float:left;}

.Home {font-family: Arial;
		font-size: 14px;}
		
a.button, a.bigbutton {
	font-family: Arial;
	font-size: 14px;
	color:#ffffff;
	display: block;
	padding:4px 0px 0px 12px;
	font-weight: bold;
	background-image:url(../Images/But1.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:25px;
	margin:0px;
}
a:hover.button, a:hover.bigbutton {
	background-image:url(../Images/But1-on.jpg);
	color:#000000;
	text-decoration:none;

}

.VisitLink a:link {text-decoration: none; color: #ffffff; font-weight:bold;}
.VisitLink a:visited {text-decoration: none; color: #ffffff; font-weight:bold;}
.VisitLink a:hover {text-decoration: none; color: #000000; font-weight:bold;}
.VisitLink a:active {color: #000000; text-decoration: none; font-weight:bold;}

.Standard a:link {text-decoration: none; color:blue;}
.Standard a:visited {text-decoration: none; color: #660066;}
.Standard a:hover {text-decoration: none; color: #993333; font-weight:bold;}
.Standard a:active {color: #ff0000;text-decoration: none;}

.Link a:link {color: #921c36; font-weight:bold;}
.Link a:visited {color: #921c36; font-weight:bold;}
.Link a:hover {color: #000000; font-weight:bold;}
.Link a:active {color: #000000;  font-weight:bold;}



