.footerbg {
	background-image: url(/images/as_seen_in_bg.jpg);
	background-repeat: repeat-y;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.footer {
	color: #666666;
}
.footer strong {
	color: #000000;
	font-size: 13px;
}

.contentbg {
	background-image: url(/images/contentbg.jpg);
	background-repeat: repeat-y;
}
.headerbg {
	background-image: url(/images/logo2.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 459px;
	background-position: left;
}
.headerbg .viewbasket {
	height: 47px;
	width: 152px;
	background-color: #343434;
	margin-top: 24px;
	margin-left: 270px;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 14px;
}
.contentbg h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	margin: 0px;
}

.headerbg .viewbasket a{
	color: #FFFFFF;
	text-decoration:none;
}
.headerbg .viewbasket a:hover{
	text-decoration:underline;
}
a {
color:6598cb;
}
.error {
	color: #FF0000;
	font-weight: bolder;
}
.success {
	color: darkgreen;
	font-weight: bolder;
}
.instructions {
	color: #999966;
	font-size: 8pt;
}
.required {
	color: #FF0000;
	font-weight: bolder;
}
.productText {
    font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.productTable {
	background-image: url(/images/contentbg.jpg);
	background-repeat: repeat-y;
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:15px;
}
.productName {
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
}
.productPrice {
    font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.productSalePrice {
    font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5f1414;
}
.categoryName {
	background-image: url(/images/contentbg.jpg);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #8e8b8b;
	text-indent: 15px;
	padding-top: 15px;
}
.Add2Basket {
	margin-left: auto;
	margin-right: auto;
}
.Add2Basket img {
margin: 0 auto;
} 
.cartHead
{
		background-color: #FFCC66;
		color:#333333;
}
.cartFoot
{
		background-color: #FFCC66;
		color: #333333;
		font-size:10pt;
}
.cartRow1
{
	background-color:#FFCC00;
}
.cartRow2
{
	background-color:#FFCCC0;
}
#cartTable li
{
		font-size: 9pt;
		margin-left: 30px;
}
img{
border:0px;
}