body {
	background: #000 url(../dimage/flemington-bg.jpg) no-repeat 0px 0px;
	height: 100%;
}

div#header {
	background-color: black;
}

div#content h1.info {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

div.info h1, div.info h2, div.info h3 {
	font-size: 12px;
}

div#site {
	width: 960px;
	margin: 0 auto;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
	background-color: #333;
}

table {
	border-collapse: collapse;
}

ul.menu {
	width: 950px;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	background: url(../dimage/menu_bg.png) repeat-x;
	height: 27px;
	text-align: justify;
}

ul.menu li {
	display: inline;
	padding-left: 5px;
	padding-right: 2px;
	text-align: center;
}

img {
	vertical-align: bottom;
}

a {
	color: #fff;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

div.sidepanel {
	float: right;
	margin-right: -17px;
	background-color: #333;
}

.sidepanel table td {
	vertical-align: middle;
	padding: 4px 0;
}

.sidebox {
	width: 164px;
	background-color: white;
	color: black;
	padding-bottom: 24px;
	margin-bottom: 1em;
	text-align: center;
}

.sidebox label {
	width: 4em;
	display: block;
	float: left;
	padding-left: 3px;
	text-align: left;
}

.sidebox h1 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

div#content {
	padding: 30px;
	background-color: #333;
	overflow: hidden;
	color: #ddd;
}

div#searchform {
	margin-right: 5px;
	position: relative;
	text-align: right;
}

div.promo {
	margin-top: 15px;
	float: left;
}

div#footer {
	clear: both;
	overflow: hidden;
	background-color: black;
	padding: 0 20px;
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 12px !important;
	padding: 1.5em 0em;
	padding-bottom: 0.75em;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}

table td {
	text-transform: lowercase;
}

table th {
	text-transform: lowercase;
}

.selected {
}

div#footer ul {
	padding: 0;
	margin: 0;
	border-bottom: 2px ridge #333;
	width: 100%;
	list-style: none;
}

div#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

legend {
	font-style: italic;
	margin: 7px 0px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

input.text {
	border: 1px solid #444;
	background-color: #333;
	color: white;
	padding: 2px 4px;
}

.button {
	background-color: #AF0455;
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: "Verdana";
	padding: 2px;
	letter-spacing: 1px;
	border: 1px solid white;
	margin: 3px 0px;
}

.subcategory {
	text-transform: lowercase;
	float: left;
	width: 200px;
	height: 190px;
	margin: 8px 10px 0px 10px;
}

.subcategory a {
	text-decoration: none;
}

.subcategory h1 {
	padding: 0.5em;
	padding-top: none;
	margin: 0;
	font-size: 12px; 
	text-align: left;
	background-color: #666;
}

.subcategory div {
	background-color: white;
}

div.product {
	overflow: hidden;
	background-color: #999;
	color: white;
	padding: 2em;
	background: url(../dimage/prodetail-gradient.jpg) repeat-x top left;
}

div.product .details {
	border-collapse: collapse;
	width: 500px;
}

div.product .details th {
	text-align: left;
}

.product h1.name {
	font-size: 14px;
	text-transform: lowercase;
}

.product h1.price {
	font-size: 12px;
}

.product .description img {
	float: left;
	margin-right: 1em;
}

ul.product-subcatlist {
	float: left;
	list-style-position: inside;
	list-style: none;
	margin: 0;
	margin-left: -5px;
	margin-right: 30px;
	padding: 0;
}

ul.product-subcatlist li {
	display: block;
	width: 150px;
	background-color: #666;
	margin: 0;
	margin-top: 5px;	
	padding: 7px 8px;
	text-transform: lowercase;
}

ul.product-subcatlist a:hover {
	text-decoration: none;
}

ul.product-subcatlist li.current {
	background-color: #999;
	color: #666;
	border: 1px solid #ccc;
}

ul.product-subcatlist li:hover {
	background-color: #999;
}

div#product-list {
	overflow: hidden;
	width: 550px;
}

div.mini-product {
	float: left;
	width: 170px;
	height: 255px;
	margin-right: 11px;
	margin-bottom: 10px;
	background-color: white;
}

.mini-product .title {
	width: 100%;
	border-collapse: collapse;
	font-weight: bold;
	font-size: 10px;
	background-color: #999;
	color: white;	
	margin: 0;
	text-align: left;
	text-transform: lowercase;
	height: 3.6em;
	padding-bottom: 0.1em;
}

.mini-product .image {
	background-color: white;
	text-align: center;
	height: 164px;
	padding: 0px 0px;

}

.mini-product .more-button {
	text-align: right;
	position: relative;
	top: 2px;
	right: 1px;
}

.mini-product div.price {
	background-color: white;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0px;

}

div.price .saleprice {
	/* just the text 'sale price' */
	color: #666;
}
div.price span.price {
	color: #333;
	padding: 0 0.5em;
	font-size: 11px;
}

#orderform table {
	float: left;
	width: 32%;
	border-collapse: collapse;
	margin: 2px;
}

.required {
	color: #AF0455;
	padding-left: 0.25em;
}

/*  when a cart item is added we output some messages about
	what was added etc.
*/
.good, .okay {
	color: #cde;
}

.bad {
	color: #fc0;
}

.cart-summary {
	border-collapse: collapse;
}

.cart-summary caption {
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.cart-summary tbody td, .cart-summary tbody th {
	padding: 4px 0px;
}

div#viewcart table, div#viewcart div, div#viewcart p {
	margin: 0 auto;
	width: 60%;
}

div#viewcart div {
	margin-top: 1em;
	text-align: center;
}
div#viewcart p {
	padding: 0.5em;
}

#paymentoptions {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

#paymentoptions h1.legend {
	font-style: normal !important;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#orderform_cart {
	background-color: #444;
	margin-bottom: 1.5em;
	padding: 0.5em;
}

#orderform_cart table caption {
	font-weight: bold;
	font-size: 12px;
}

#orderform_cart table {
	margin: 1em 0em;
	width: 50%;
}