/* -----------------------------------------------------------------------
xdaveyx.com CSS
(c) 2009 xdaveyx.com
----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#444;background:#598315;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:1.2em;line-height:1;margin-bottom: 0.25em;}
h2 {font-size:2em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 0.5em;}
ul { margin: 0 0 1.5em 3em; }
a { color: #208EB1; text-decoration: none; }
a:hover { text-decoration: underline; }

/* general.css */
.c { width: 920px; margin: 0px auto; }
.d { width: 970px; margin: 0px auto; }
.e { width: 860px; margin: 20px auto; }
.l { float: left !important; }
.r { float: right !important; }
.m20r { margin-right:20px; }
.clear { clear: both; }
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; text-align: center;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.pink {color:#D4415B !important;}
.green { color: #598315; }
.center { text-align: center; }
.bigbutton {padding: 5px 10px;}

/* general layout */
.col {	float: left; margin: 0 25px 10px 0; width: 270px; padding: 10px 0; }
.col2 {	float: left; margin: 0 10px 10px 0; width: 590px; border: 1px solid #ECECEC; padding: 10px 9px; }
.last { margin-right: 0px; }

/* menu.css */
ul#menu {
	background: #FFF;
	list-style-type: none;
	list-style-position: outside;
	color: #9A9A9A;
	padding: 0;
}
ul#menu li a {
	padding: 10px 20px;
	float: right;
	z-index: 10;	
	position: relative;
	color: #6A6A6A;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
ul#menu li a:hover {
	background: #D4415B;
	color: #FFF !important;
	text-decoration: none;
}

/* header.css */
#header {
	height: 170px;
}
#header a#logo {
	background: #FFF url('../images/header.jpg') no-repeat 0 0;
	float: left;
	height: 175px;
	width: 970px;
	text-indent: -9999px;
	overflow: hidden;
}

/* signup.css */
#signup {
	height: 60px;
	background: #FFF url('../images/empty-pink-bar.jpg') no-repeat 0 0;
}
#signup a#bar {
	background: #FFF url('../images/signup.jpg') no-repeat 0 0;
	float: left;
	height: 60px;
	width: 970px;
	text-indent: -9999px;
	overflow: hidden;
}

/* main.css */
#m {
	padding: 10px 0;
	background: #FFF;
	margin: 0 auto;
}
#main {
	width: 900px;
	margin: 0px auto;
}



/* about.css */
.about {
	margin: 10px auto 20px;
	width: 600px;
}
.about img {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 10px;
}
.about p {
	float: right;
	width: 440px;
}
.about strong {
	color: #598315;
	font-size: 1.2em;
}




/* footer.css */
#footer {
	background: #598315 url('../images/footer.jpg') no-repeat 0 0;
	height: 90px;
	padding: 25px 0 0;
}
#footer ul {
	list-style-type: none;
	list-style-position: outside;
	color: #FFF;
	margin: 0px auto;
}
#footer ul li a {
	padding: 10px 20px;
	float: left;
	z-index: 10;	
	position: relative;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
#footer ul li a:hover {
	color: #FFF !important;
}
#copyright {
	margin: 10px auto;
	color: #b1cf5c;
	font-size: 9px;
	line-height: 10px;
}

/* homepage-specific.css */
#productarea {
	width: 860px;
	margin: 10px auto;
	background: #F8F8F8;
	padding: 10px 0;
}
#product {
	float: left;
	margin: 0px 10px;
	width: 400px;
	text-align: center;
}
#product h1 {
	font-weight: bold;
	color: #9A9A9A;
}
#product .product400 {
	width: 400px;
	height: 400px;
}
#product .product100 {
	width: 100px;
	height: 100px;
	margin: 0px 4px;
}
#pdetails {
	width: 400px;
	float: left;
	margin: 0 10px 0 20px;
}
#pdetails span {
	display: block;
}
#pdetails .price {
	color: #D4415B;
	font-size: 5em;
	line-height: 1em;
	font-weight: bold;
}
#pdetails .user {
	color: #9A9A9A;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 20px;
}
#pdetails p {
	font-size: 1.2em;
	color: #9A9A9A;
}
#pdetails var {
	font-size: 4em;
	font-style: normal;
	font-weight: bold;
	color: #9A9A9A;
}
#pdetails var i {
	font-style: normal;
	color: #D4415B;
}
#pdetails button.bid-now {
	background: #F8F8F8 url('../images/bid-now.jpg') no-repeat 0 0;
	width: 260px;
	height: 80px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}
#pdetails button.bid-now.newuser:hover {
	background: #F8F8F8 url('../images/bid-now.jpg') no-repeat 0 -80px;
}
#pdetails #emailsignup {
	margin: 20px 0 10px;
}
#pdetails #emailsignup h3 {
	margin-bottom: 10px;
}
#pdetails #emailsignup input {
	padding: 5px 10px;
}
#pdetails #emailsignup .textbox {
	width: 200px;
}

#biddinghistory {
	width: 400px;
	margin-bottom: 20px;
	color: #9A9A9A;
}
h3#biddinghistorytitle {
	font-size: 1.5em;
	color: #D4415B;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 20px auto 5px;
	border-bottom: 1px solid #CCC;
}


.signup {
	/* background: #ECECEC;
	text-decoration: none;
	color: #2B8635;
	*/
}
.signup p {
	margin: 0 20px 5px;
}
.signup label {
	width: 80px;
	float: left;
}
.signup .textbox {
	float: left;
	width: 140px;
}


/* product-page.css */
#productextras {
	color: #9A9A9A;
}
#productextras .l,
#productextras .r {
	width: 400px;
}
#productextras h2 {
	color: #D4415B;
	font-weight: bold;
}


#hp_upcoming {
	background: #F8F8F8;
	width: 860px;
	margin: 30px auto 10px;
	padding: 10px 0;
}
#hp_upcoming h2 {
	text-align: center;
	color: #D4415B;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
#hp_upcoming ul {
	margin: 0 auto;
	width: 860px;
	padding: 0;
}
#hp_upcoming ul li {
	display: inline;
	padding: 0 10px;
}

h1.satisfaction {
	margin: 40px auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	width: 860px;
}

#prevauctions {
	text-align: left;
	width: 860px;
	margin: 0px auto 20px;
}
#prevauctions a.col {
	text-decoration: none;
	color: #444;
	padding: 0px;
}
#prevauctions a.col img {
	float: left;
}
#prevauctions a.col .info {
	float: right;
	width: 140px;
	margin-right: 30px;
}
#prevauctions .col h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 5px 0 0px;
	text-transform: uppercase;
}
#prevauctions .col h3 {
	margin: 0 0 10px;
	color: #9A9A9A;
	font-size: 12px;
	line-height: 12px;
}
#prevauctions .col h4 {
	margin: 0 0 5px;
	color: #444;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}
#prevauctions .col h5 {
	margin: 0 0 5px;
	color: #444;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}






#moreinfo {
	text-align: center;
	width: 860px;
	margin: 0px auto;
}
#moreinfo h1 {
	margin: 40px auto;
	font-size: 1.5em;
	font-weight: bold;
}


#moreinfo a.col {
	background: #598315;
	text-decoration: none;
	color: #FFFFFF;
}
#moreinfo a:hover.col {
	background: #598315;
	color: #FFF;
}
#moreinfo .col h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 10px 0 5px;
}
#moreinfo .col h3 {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}



/* General Layout Code from prelim.css */
.account {
	background: #FFF url(../images/register-bg.png) repeat-y 0 0;
	margin: 10px auto;
	padding: 0px 0;
	border: 1px solid #ECECEC;
}
ul#rmenu {
	float: left;
	width: 280px;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 20px;
	margin:0 10px 0 0;
	padding: 0 0 50px 0;
}
ul#rmenu li {
	font-size: 22px;
	color: #9A9A9A;
	padding: 10px 0;
}
ul#rmenu li a {
	color: #9A9A9A;
	text-decoration: none;
}
ul#rmenu h2 {
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0 5px;
}
ul#rmenu p {
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0 auto;
	text-indent: 0px;
	width: 260px;
}
ul#rmenu li.active,
ul#rmenu li.active a {
	color: #2b8635;
	font-weight: bold;
	background: #FFF;
}
#rform {
	float: left;
	width: 600px;
	margin: 10px 0;
}
#rform h1 {
	color: #598315;
	font-size: 2em;
	padding: 0;
	margin: 0 0 10px 0;
}
#rform h3 {
	background: #ECECEC;
	color: #2b8635;
	padding: 5px 0;
	text-indent: 10px;
}
#rform label {
	width: 190px;
	text-align: right;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #9A9A9A;
}
#rform .selectbox,
#rform .textbox {
	width: 250px;
	font-size: 16px;
	padding: 3px 5px;
}
#rform button.bigsignup {
	padding: 10px 20px;
	font-size: 22px;
	color: #2b8635;
}
#rform p.buy_bids {
	width: 250px;
	margin-right: 50px;
	float: left;
}
#rform .bid_radio {
	float: left;
	display: block;
	width: 20px;
}
#rform .bigtextinput {
	font-size: 18px;
	padding: 10px;
	margin-right: 10px;
}
#rform label.bid_img {
	width: 250px;
	height: 172px;
	float: left;
	display: block;
}
#rform label.bid_txt {
	width: 220px;
	font-size: 12px;
	float: left;
	text-align: left;
	display: block;
	margin: 0px;
}
#rform label.flatlabel {
	color: #9A9A9A;
	width: 600px;
	margin: 0px;
	text-align: left;
}
#rform textarea.widetextarea {
	width: 400px;
	height: 60px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rform table {
	width: 600px;
	margin: 10px auto 20px;
	font-size: 14px !important;
}
#rform table.bidhistory {
	width: 300px;
	font-size: 10px !important;
	background: #F8F8F8;
	color: #9A9A9A;
	padding: 0 0 5px 0;
}
#rform table.bidhistory tr {
	margin: 0;
	height: 16px;
}
#rform table.bidhistory tr.head {
	font-weight: bold;
	color: #2b8635;
	padding: 5px 0;
	font-size: 12px;
}
#rform table tr.head {
	background: #ECECEC;
	color: #2b8635;
	padding: 10px 0;
	margin: 0 0 5px 0;
	text-indent: 10px;
	font-weight: bold;
	font-size: 14px;
}
#rform table tr.head td {
	padding: 5px 0;
}
#rform table tr {
	margin-bottom: 10px;
	height: 30px;
}
#rform table tr td {
	text-indent: 10px;
}


#purchase {
	margin: 10px auto;
}
#purchase #item {
	width: 200px;
	float: left;
}
#purchase #item .product200 {
	height: 200px;
	width: 200px;
}
#purchase #item h1 {
	font-size: 1.2em;
	text-align: center;
}
#purchase table {
	width: 400px;
	float:right;
}
#purchase table tr td.price {
	text-align: right;
	text-indent: 5px;
	padding-right: 20px;
}
#purchase table tr.head td {
	font-weight: bold;
}
#purchase table tr.total td {
	border-top: 2px solid #2B8635;
	font-weight: bold;
	color: #2B8635;
}