body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color: #ffffff;
margin:20px 10px 20px 10px ;
padding:0px;
}
table {
width:100%;
font-size:.9em;
margin:10px;
padding:2px 2px 2px 0px;
border:1px solid black;
}
th {
height:40px;
text-align:left;
font-weight:bold;
background-color: #AF5757;
color:white;
border-left:1px solid #DDDDDD;
border-bottom:1px solid #BFBFBF;
padding:0px 2px 0px 4px;
}
td {
padding:1px 2px 0px 4px;
border-left:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
overflow: visible;
}
.alt{
background: #AFAFAF;
}

.hilite {
background-color: #4F4F4F;
color: white;
}
.sold {
background-color: #000000;
color: white;
}
p {
padding:10px 0px 10px 10px;
color: #000000;
}

img {
padding:0px;
margin:0px;
border:0px;
}
a {
color:#AF5757;
text-decoration: underline;
}
a:hover {
color:#000000;
text-decoration: underline;
}

/* LIGHTBOX STYLES */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	top:0px;
	background-color: #04202b;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top:10px;

	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(prevlabel.gif) left center no-repeat; 
	padding:0px;
	margin:0px;
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(nextlabel.gif) right center no-repeat; 
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: white;
	background-color: #04202b;
	margin: 0 auto;
	line-height: 1.6em;
}

#imageData{
	padding:0px 10px 0px 10px;
	}
#numberDisplay {
	color:#c7c8ca;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	