body, td, input, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: gray;
}

input, select {
	font-size: .9em;
}

body {
	margin: 0;
	background-color: #999;
}

a {
	color: gray;
}

	a.alphaBlock, a.stateBlock {
		border: 1px solid #CBC0A6; margin-right: 3px; margin-bottom: 3px;
		text-align: center; height: 1.2em; width: 1.2em;
		text-decoration: none; padding: 1px; display: block; float: left;
	}

	a.stateBlock {
		width: 1.8em;
	}

	a.alphaBlock:hover, a.stateBlock:hover {
		background-color: #DDD;
	}

sup {
	font-size: .6em;
}

.exampleText {
	font-size: .5em;
}

div.fieldset {
	border: 1px solid #CBC0A6;
}

div.legend {
	color: #CBC0A6;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.3em;
	padding: 10px 0 10px 0;
}

#searchPane {
	width: 210px;
	padding: 10px;
}

.smallerFormText {
	font-size: small;
}

table#searchResults {
	width: 100%;
}

td.sortBar {
	text-align: right;
	background-color: #EEE;
	font-size: 65%;
	font-weight: normal!important;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

img.helpIconRight {
	margin-left: 10px;
}

th {
	text-align: left;
	border-bottom: 1px solid #AAA;
}

tfoot th {
	text-align: left;
	border-top: 1px solid #AAA;
	border-bottom: 0;
}

table td {
	vertical-align: top;
}

.smallProductImage {
	width: 100px;
	height: 100px;
	border: 1px solid #DDD;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
	padding: 6px;
	margin-right: 10px;
}

.hilite {
	background-color: #EEE;
}

.searchItemSub {
	font-size: 0.7em;
}

.subText {
	font-size: 0.8em;
}

.searchItemOriginalPrice {
	font-size: 1.6em;
	text-align: center;
	font-weight: bold;
}

.termsConditions {
	border: 1px solid #CCC;
	padding: 0 10px 0 10px;
	overflow: auto;
	height: 200px;
	width: 75%;
	font-size: 0.6em;
}

#whiteArea {
	background-image: url('/_images/large_martini.gif');
	background-color: white;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px 10px 20px 0;
}

#footer {

}

#footerBlockFlourish {
	position: absolute;
	left: 70px;
	text-align: right;
	top: inherit;
	width: 150px;
	padding-top: 20px;
}

#footerBlock {
	font-size: .6em;
	letter-spacing: 0;
	color: white;
	position: absolute;
	left: 240px;
	top: inherit;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footerBlockLinks {
	border-left: 1px dotted #DDD;
	font-size: .6em;
	letter-spacing: 0;
	color: white;
	position: absolute;
	left: 560px;
	top: inherit;
	width: 180px;
	padding: 20px;
	padding-bottom: 0;
	text-transform: lowercase;
}

#footerBlockSiteStats {
	border-left: 1px dotted #DDD;
	letter-spacing: 0;
	color: white;
	position: absolute;
	left: 760px;
	top: inherit;
	width: 100px;
	padding: 20px;
	padding-bottom: 0;
	padding-top: 28px;
	text-transform: lowercase;
}

#footerBlock a, #footerBlockLinks a, #footerBlockSiteStats a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #DDD;
}

#quickStats td {
	font-size: .6em;
	color: white;
}

#quickStats td.icon {
}

#quickStats td.numeric {
	text-align: right;
	padding-left: 10px;
}

#quickStats td.text {
}

ul#mainNav li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	xpadding-bottom: 6px;
	xbackground-color: white;
}

ul#mainNav {
	xbackground-image: url('/_images/main_nav_bg_gradient.gif');
	xheight: 40px;
}

ul#subNav {
	margin: 0;
	padding: 0;
}

ul#subNav li {
	font-size: .8em;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#errorBlock {
	width: 90%;
	color: #CD0000;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CD0000;
	background: url('/_images/errorBlock_background.gif');
	background-repeat: no-repeat;
	background-color: #FAEAEA;
}

ul.errorList {
	margin-top: 0;
	font-size: .7em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
}

ul.errorList li {
	border-bottom: 1px solid #FAAAAA;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-bottom: 4px;
}

#messageBlock {
	width: 90%;
	color: #0088CD;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #0088CD;
	background: url('/_images/messageBlock_background.gif');
	background-repeat: no-repeat;
	background-color: #EAF5FA;
}

ul.messageList {
	margin-top: 0;
	font-size: .7em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
}

ul.messageList li {
	border-bottom: 1px solid #AADFFA;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-bottom: 4px;
}

#warningBlock {
	width: 90%;
	color: #CDA000;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CDA000;
	background: url('/_images/warningBlock_background.gif');
	background-repeat: no-repeat;
	background-color: #FAF6EA;
}

ul.warningList {
	margin-top: 0;
	font-size: .7em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
}

ul.warningList li {
	border-bottom: 1px solid #FAE8AA;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-bottom: 4px;
}

/* */

h1 {
	border-bottom: 1px solid #BE9292;
	color: #BE9292;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.4em;
}

h2 {
	border-bottom: 1px solid #CBC0A6;
	color: #CBC0A6;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.2em;
}

h6 {
	margin: 0;
	border-bottom: 1px solid #CBC0A6;
	color: #CBC0A6;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16pt;
}

/* Sale Indicator Column Cell */
td.hasSales, td.noSales {
	width: 60px;
	text-align: center;
	vertical-align: middle!important;
	white-space: nowrap;
}

td.noSales {
	color: #CCC;
}

/* Store Hours Table */

table#hoursTable {

}

table#hoursTable th, table#hoursTable td {
	padding-right: 15px;
	xwhite-space: nowrap;
	font-size: 70%;
}

table#hoursTable th {
	font-size: 75%;
	border: 0;
}

/* Main Content Table Layout */

table#layout {
	padding-bottom: 50px;
	margin-right: 10px;
}

table#layout td {
	vertical-align: top;
}

table#layout td#leftCol {
	width: 220px;
}

table#layout td#centerCol {
	padding-left: 10px;
	padding-right: 30px;
}

table#layout td#centerCol h1 {
	margin-top: 0;
}

table#layout td#rightCol {
	width: 220px;
	font-size: 0.8em;
}

/* Top 5 Tables */

table.top5 {
	font-size: 9pt;
}

table .top5 th.colItems {
	padding-left: 5px;
}

table .top5 th.colVotes {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

table .top5 th.colRating {
	text-align: center;
}

table .top5 td {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
}

table .top5 td.colItems {
	padding-left: 5px;
}

/* Reviews */

.reviewFooterBlock {
	text-align: right;
	float: right;
	font-size: .5em;
	color: #BBB;
	border-top: 1px solid #DDD;
	margin-bottom: 10px;
	width: 75%;
}

/* Tag Cloud */

span.cloud {
	padding-right: 10px;
	color: #AAA;
}

span.cloud a {
	color: #AAA;
	text-decoration: none;
}

span.cloud a:hover {
	text-decoration: underline;
}

/* Quick Search */

#quickSearch td {
	padding-right: 10px;
}

/* Yes No Tables (Store Accounts page) */

table#yesNo {
	border-collapse: collapse;
}

table#yesNo td {
	height: 20px;
	background: no-repeat center;
	padding: 2px;
}

table#yesNo td.yes {
	background-image: url('/_images/tick.png');
	text-align: center;
	font-size: 50%;
}

table#yesNo td.no {
	background-image: url('/_images/cross.png');
	text-align: center;
	font-size: 50%;
}

table#yesNo tr.section {
	background-color: #DDD;
	border-bottom: 1px solid #AAA;
	font-weight: bold;
	font-size: 80%;
}

table#yesNo tr.hilite {
	background-color: #EEE;
}

/* My Account > Shopping List */

#shopping tbody td.itemPrice {
	text-align: center;
	padding: 5px;
}

#shopping tfoot th {
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
}

#shopping tfoot th#listTotal {
	font-size: 1.6em;
}

/* script.aculo.us Styles */

div.autocomplete {
	position: absolute;
	width: 300px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: .7em;
}

div.autocomplete ul li.selected { background-color: #FFB;}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}