body {
	background-color: #A5A5A5;
	margin: 0px;
	padding: 0px;
}
.contentTable {
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
}
.contentCell {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.menulinks {
	
	display: block;
	text-align: center;

	background-image: url(/images/menu_bg.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-bottom: 8px;	
}
.randomProducts {
	font-size: 12px;
}
.admin_panel {
	background-image: url(/images/menu_bg2.gif);

	text-align: center; 
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.menulinks, .admin_panel, .admin_panel a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	
	font-weight: bold;
}
.menulinks, .admin_panel a {
	text-decoration: underline;
}
.menulinks:hover, .admin_panel a:hover {

	text-decoration: none;
}
.bottomBar {
	background-image: url(/images/bottom_bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 146px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin: 10px 0px;
}
h3 {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 1px solid #0099FF;
}
hr {
	color: #EAEAEA;
	background-color: #EAEAEA;
}
#footerText {
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footerText a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.catlisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #F4F4F4;
	border: 1px #999999 solid;
	padding: 1px;
	font-size: 12px;
}
div.formcontainer {
	width: 450px;
	padding: 5px;
	margin: 0px auto;
}
fieldset p {
	padding-left: 20px;
	padding-right: 20px;
}
div.row {
	clear:both;
	padding-top: 10px;
}
div.row label {
	float: left;
	width: 175px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
div.row .labelspacer {
	float: left;
	width: 175px;
	text-align: right;
}
div.row span.formf {
	float: right;
	width: 260px;
	text-align: left;
}
