body {
	background: #590E0E;
}

#header {
	background: #F2CD5E;
}

.container {
	background: white;
}

.footer {
	clear: both;
	background: #65A66F;
}

a {
	color: #590E0E;
}

.margin {
	margin-left: 6px;
	margin-right: 6px;
}

.listed-item {
	text-align: center;
}

ul.featured {
	margin: 5px;
	padding: 5px;
}

ul.featured li {
	text-align: center;
	list-style: none;
	margin: 7px;
	float: left;
}

div.price {
	font-weight: bold;
}

div.cart-add {
	text-align: right;
}

h1 {
	border-bottom: 1px solid #F2CD5E;
	margin: 20px 5px;
}

h1.front-page a {
	text-decoration: none;
}

h2 {
	margin-bottom: 4px;
}

.footer-right {
	float: right;
}

span.required, label.required {
	color: red;
}

#slider {
    width: 620px;
    margin: 0 auto;
	padding-top: 3px;
    position: relative;
}

.scroll {
    height: 62em;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border: 1px solid #F2CD5E;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}

ul.regnav {
    list-style: none;
    margin: 0;
    padding: 9px;
}

ul.regnav li {
    display: inline;
    margin-right: 10px;
}

ul.regnav a {
    padding: 10px;
    color: #666;
    text-decoration: none;
	background-color: #ccc;
}

ul.regnav a:hover {
	color: black;
    background-color: #D3AF54;
}

ul.regnav a.selected {
	color: black;
    background-color: #F2CD5E;
}

ul.regnav a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.prod-img, ul.prod-list li img {
	width: 150px;
	height: 150px;
	vertical-align: middle;
}

td.prod-item {
	vertical-align: top;
	width: 198px;
}

div#prodzoom {
	text-align: center;
}

ul.horiz, ul.prod-list {
	list-style: none;
}

ul.horiz li, ul.prod-list li {
    display: inline;
	float: left;
	width: 220px;
	margin-top: 6px;
	height: 250px;
	overflow: auto;
	text-align: center;
}

#search_paginate {
	text-align: center;
}

#search_paginate img {
	vertical-align: middle;
}

#searchfrm input {
	font-size: 1.2em;
}

#searchfrm input[type=text] {
    width: 240px;
}

input.labelHighlight {
	color: gray;
}

#google_checkout img {
    vertical-align: top;
}

#main_content{
	width: 950px;
	float: right;
}

#sidebar{
	width: 150px;
	float: left;
}

#sidebar h6{
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}

#sidebar ul{
	padding-left: 10px;
	list-style: none;
}
