@charset "UTF-8";
/* CSS Document */


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-decoration: none;
}

.footercopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.maintext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}


/*Product page layout*/
.prodinfo {float:left;padding-bottom:30px}
.cartstatus {
	margin-bottom:10px;
	background:#E6F3C0;
	border:1px solid #98cb00;
	width:200px;
	margin-left: 225px;
	margin-top: -25px;
}
.cartstatus a {margin-right:30px}
.cartstatus p {margin:5px}
.cartstatus strong {color:#98cb00}
.product strong {font-size:13px;line-height:18px}
.product strong.savings {font-size:11px;color:#0099cc}
.product .cartstatus {width:150px}
.addbut {
	width:500px;
	margin-left: 100px;
}
