/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/* text-align: center; */
	background-image: url(images/bg_page.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
}
A:link {
    FONT-WEIGHT: bold; COLOR: #e00000; TEXT-DECORATION: none
}
A:active {
    FONT-WEIGHT: bold; COLOR: #e00000; TEXT-DECORATION: none
}
A:visited {
    FONT-WEIGHT: bold; COLOR: #e00000; TEXT-DECORATION: none
}
A:hover {
    COLOR: #bbb
}

.formLabel {
	width: 110px;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-align: right;
}

.formField,
.form_buttons {
	margin-top: 2px;
	padding: 2px;
	background-color: #EFF6E4;
	border: 1px solid #728c44;
	font-size: 11px;
}
/* START Footer */
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../media/blockactive.gif) center center repeat-x;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 0px 0;
background: url(../media/blockdefault.gif) center center repeat-x;
list-style: none;
}

.hiPic {display:none;
}

.solidfblockmenu li{
display: inline;
}
.solidfblockmenu li a{
float: left;
color: white;
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid white;
}
.solidfblockmenu li a:visited{
color: white;
}

.solidfblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../media/blockactive.gif) center center repeat-x;
}
.solidfblockmenu{
margin: 0;
padding: 0;
float: left;
font: 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 0px 0;
background: url(../media/blockdefault.gif) center center repeat-x;
list-style: none;
}

/* END Footer */
.asterisk {
	color:#CC0000;
	font-weight: bold;
}