body {
	background-image: url(/images/fadey-bg-strip.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-size: 11px;
	color: #FFDD00;
}
a:visited {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FFCC33;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
.style1 {color: #000000}
.style2 {color: #33FF99}
.style4 {color: #FF3300}
.style5 {font-size: 10px}
.style6 {
	color: #FF3300;
	font-size: 10px;
	font-weight: bold;
}
.style7 {
	font-size: 14px;
	font-weight: bold;
}
}
.style8 {
	font-size: 16px;
	font-weight: bold;
	color: #66FFFF;
}
.style11 {color: #3E1800}

ul.errors {
	font:normal 12px/15px Arial;
	padding: 1px;
	margin: 2px;
	float: left;
	border: 1px solid #ccc;
	width: 150px;
	font-weight: bold;
}
ul.errors li {
	color: #33FF99;
	font-size: 12px;
	font-style: italic;
	list-style-type: none;
}
dl.zend_form {
    font:normal 12px/15px Arial;
    position: relative;
    width: 400px;
}

dl.zend_form dt {
	clear: both;
	float: left;
	width: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	text-align: right;
}

dl.zend_form dd {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 3px;
}

label.required {
	font-weight: bold;

}

div#reg_form {
	float: left;
	text-align: left;
	width: 290px;
	padding: 0px;
	margin: 0px;
}

div#login_form {
	float: right;
	text-align: left;
	width: 250px;
	padding: 0px;
	margin: 0px;
}

div.reset {
	float: clear;
	clear: both;
}
input:hover, input:focus {
	background-color: #00ffff;
}
table.shopping-cart-table thead tr th {
	background-color: #216E7F;
}

/** Accounts **/
.account-box {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 10px;
}

.col1 {
	float: left;
	width: 45%;
}

.col2 {
	float: right;
	width: 45%;
}

.colHeader {
	border-bottom: dotted 1px #000000;
	clear: both;
}
.colHeader h4{
	float: left;
	margin: 0px;
}
.colHeader a{
	float: right;
}
.reset {
	clear:both;
	float:none;
}
