/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size:62.5%;
	vertical-align: baseline; */
}

H1 {font-size:2em
    font-family: "Calisto MT";
	font-variant:small-caps;
	font-weight:normal;
}  /* displayed at 24px */
H2 {font-size:1.5em; 
    line-height:1.2em;
    font-family: "Calisto MT";
	font-variant:small-caps;
	font-weight:normal;
}  /* displayed at 18px */
H3 {font-size:1.4em;
	font-family: "Calisto MT";
	font-variant:small-caps;
	font-weight:normal;
}  /* displayed at 15px */

H3:hover {
     text-decoration: none;
	 font-weight:normal;
} 
H4 {font-size:1em}  /* displayed at 12px */
INPUT, SELECT, TH, TD {font-size:1em}

#trackTable td,th{ 
	text-align:center; 
	padding:10px;
}

#trackTable td{ 
	font-size:.75em;
}

#upcomingAuctions td{
	padding:10px;
}

body {
	line-height: 1;
	background: #40452F url("../images/bg_edit.png") repeat-x;
	text-align: center;
    font-family: "Arial";	
}

#homebody{
	line-height: 1;
	background: #354030 url("../images/bg_edit2.png") repeat-x;
	text-align: center;
	font-family: "Arial";	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start DIV Positioning & Elements */


#map {
	width:900px;
	height:800px;
	font-size:.75em;
}

#header{
	height:107px;
	font-weight:normal;
	font-family: "century gothic";
	position:relative;
	width:100%;
}

#header a, #header a:hover{
	font-weight:normal;
}

a {
	color:#414D37;
	text-decoration:none;
	font-weight:bold;
}




#search {
	display:block;
	overflow:hidden;
	position:relative;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	margin-right:30px;
}

#search form {
	text-align:right;
	margin-top:5px;
	float:right;
	width:100%;
}

#search input {
	background-color:#d2d1ac;
}

#wrapper {
	width:1000px;
	height:100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display:block;
	color:#414d37;
}

#logo {
	width:308px;
	text-align:left;
	float:left;
	margin-top:10px;
	margin-left:20px;
}

#logo img{
	width:290px;
	float:left;
	
}

#viewer {
	height:258px;
	position:relative;
	text-align:center;
	width:100%;
}

#ua td{
    padding:10px;
	font-size:.75em;
}

#contenttop {
	margin: 0px -36px -23px;
	height:100%;
}

#content1 {
	background:url("../images/contentbg.png") repeat-y;
	padding: 20px 50px 30px;
	margin:-3px 0 0;
	height:100%;
}

#content {
	background:url("../images/contentbg.png") repeat-y;
	padding: 20px 50px 30px;
	min-height:550px;
	height:100%;
}

#content p {
	display:block;
	padding-bottom:20px;
}

#leftCol {
	width:175px; 
	float:left; 
	position:relative;
	height:100%;
	padding: 0 35px;
}

#leftCol img, #rightCol img {
	border:2px #414d37 solid;
	/*float:left;*/
	/*margin:0 5px 5px 30px;*/
}

#leftCol h3, #rightCol h3 {
	padding-top:30px;
}

.upcomingauctions {
	padding-top:20px;	
}

#separator {
	width:2px;
	height:600px;
	float:left;
	display:inline;
	padding-left:40px;
	padding-right:30px;
}

#rightCol {
	display:inline; 
	position: relative; 
	width:575px;
	float:right;
}

.clear {
	clear:both;
}

#footertext {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	margin-top:30px;
}

div.footerleft {
float:left;
left:139px;
line-height:22px;
position:relative;
text-align:left;
width:200px;
}

div.footerright {
float:right;
margin-right:140px;
}

div.footerright .inner {
background:none repeat scroll 0 0 #6D7E52;
border:2px groove #FDF5CD;
padding:10px;
width:242px;
}

/*#footertext p {
	text-align:left;
}*/

/*#footertext a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}*/

#description p {
	margin-top:10px;
	font-size:.75em;
	line-height:1.2em;
}

#priceResults {
	font-size:.75em;
}

#links td{
	padding:10px;
}

#auctionItems td{
	line-height:1.5em;
	font-size:.75em;
}

#auctionItems img{
	padding:5px;
}


/*<!--#nav {
	text-align:right;
}-->
*/

#whecbutton img {
	border: none;
	margin: 10px 0 0 15px;
}
/* End DIV Positioning & Elements */


/* Start Class Formatting & Font Formatting */

p.quote {
	font-size:0.7em;
}

#nav {
	float:right;
	margin-top:10px;
	width:65%;
}


#nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:1em;
}

#nav a:hover {
	color:#fff6cf;
}


/* End Class Formatting & Font Formatting */

/* Begin Nav Building */

#navbar {
    position: absolute;
    left: -38px;
    font-variant:small-caps;
    font-size:1em;
    margin-top: 5;
    padding: 0;
}


.mainnav{
    list-style: none;
    float: right;
	overflow:visible;
}

.mainnav a {
    display: block;
    padding: 0px 22px 20px;
    text-decoration: none;
    color: #FFFFFF;  
    
}
  
.mainnav a:hover {
    color:#fff6cf;
}

.sublist {
	display: none;
	height:40px;
	top: 30px;
	position:relative;
}

.sublist a {
    padding: 0px 15px 0px;
    text-decoration: none;
}

.subnav {
	float:right;
	position:relative;
}

#cnav {
border-right: solid 0px gray;
}

/*#cnav:hover #csub{
	width:300px;
}

#snav:hover #ssub{
	width:300px;
}*/

#prnav:hover #prsub{
	width:525px;	
}

#anav:hover #asub{
	width:338px;	
}

.mainnav:hover ul{
    position: absolute;
    display: inline;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mainnav:hover .subnav{
    float: right; 
}
    
.mainnav:hover .subnav a{
    color: #FFFFFF; 
}


/* End Nav Building */

#standardCategories a, #auctionCategories a {
	border:1px outset #FFFBEE;
	font-size:.75em;
	line-height:2.2em;
	padding:4px 10px;
}

#standardCategories a:hover, #auctionCategories a:hover {
text-decoration:none;
background:#d2d1ac;
}

#standardCategories a:active, #auctionCategories a:active {
text-decoration:none;
background:#d2d1ac;
}


#footer {
	background: url("../images/footerbg.jpg") repeat-x;
	height:225px;
	display:block;
	color:#FDF5CD;
	width:100%;
	text-align:center;
}
#footer a {
	color:#FDF5CD;
	font-weight:normal;
}

#footer a:hover{
	color:#FDF5CD;
	font-weight:normal;
	text-decoration:underline;
}

#footernav{
	font-size:.85em;
	padding-top:18px;
}

#footer p {
	font-size:0.8em;
	line-height:16px;
}

#contactbutton {
	margin-left:auto;
	padding-top:10px;
}

#bulletedList ol,ul{
	list-style-type: inherit;
	margin-left:40px;
}

/* Form Stylizing */

label{
	display:inline;
	font-weight:bold;
	text-align:right;
	width:125px;
	float:left;
	clear:both;
}

input, select {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #000000;
	width:200px;
	margin:1px 0 1px 10px;
}

textarea{
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #000000;
	width:290px;
	margin:1px 0 1px 10px;
}

.pricesrealized {
	border-collapse:separate;
	border-spacing:20px;
	line-height:1.5em;
	font-size:.85em;
	margin-left:125px;
}

.auctionlist {
	border-collapse:separate;
	border-spacing:20px;
	line-height:1.5em;
	font-size:.85em;
}

.haspricerealized{
	color:#009900;
}

.checkbox{
	width:25px;
}

.checkboxlabel{
	width:300px;
}


/* End Form Stylizing */

/* Legend and Fieldset Styling */
fieldset{
	border: 1px solid #781351;
	padding:11px;
	margin-right:10px;
	margin-top:10px;
}

.bigger {
	width: 27em;
}

legend{
	color: #FFFFFF;
	background: #6C7E54;
	border: 1px solid #000000;
	padding: 6px 10px;
} 



/* End Legend and Fieldset Styling */


#largeImage {
position: absolute;
padding: .5em;
background: #e3e3e3;
border: 1px solid #BFBFBF;
}

#largeImage img {
border: none;
}

.bordered{
	border:1px outset #445038;
	padding:2px;	
}

.buttonlink{
	background-color:#6C7E54;
	color:#FFFFFF;
	width:6em;
	padding:3px;
	border:1px solid #000000;
	font-size:1.35em;
	margin:2px;
	float:left;
	text-align:center;
}

.smallbuttonlink{
	background-color:#6C7E54;
	color:#FFFFFF;
	padding:2px;
	border:1px solid #000000;
	font-size:.85em;
	font-weight:normal;
	margin:2px;
}

.mediumbuttonlink{
	background-color:#6C7E54;
	color:#FFFFFF;
	padding:2px;
	border:1px solid #000000;
	font-size:1em;
	font-weight:normal;
	margin:2px;
}


.user_wishlist_item{
float:left;
width:32%;
text-align:center;
}
.user_wishlist_item img{
margin-bottom:5px;
}