/* ############ 2010 Black Horse Design Stylesheets ####### */

/* Body Formatting */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
      background: url("../graphics/2011background.jpg");

}

/* Table Formatting */

.top {
      background: #2B2724;
}
.bodytable {
      background: #2B2724;

}
.goldbar {
      background: #2a2623 url("../graphics/gold-bar.jpg");
	background-repeat: repeat-x;
}


div.scroll {
height: 400px;
width: 980px;
overflow: auto;
border: 0px solid transparent;
padding: 5px;
background: url("../graphics/indeximage.jpg");
}


/* IMAGES */
.gutter {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}


/* Page Formatting */



/* Text Formatting */

h1 { 
 font-family: arial,helvetica;  
 font-size: 12pt; 
 line-height: 22pt;
 font-weight:bold;
 color: #7E6247;
 margin-left:10px;
 }
h2 { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #7E6247;
 margin-left:10px;
 }
h3 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 margin-left:10px;
 }

p {
 color: #7F796B;
 font-family: "avant garde","century gothic",Verdana,"ms sans serif",arial,sans-serif;
 font-size: 10pt;
 line-height: 16pt;
 margin-left:20px;
 margin-right:20px;
}
.two {
 color: #A08A62;
 font-family: georgia,"times roman","times new roman",times,serif;
 font-size: 12pt;
 line-height: 20pt;
}
.three {
 color: #A08A62;
 font-family: georgia,"times roman","times new roman",times,serif;
 font-size: 8pt;
 line-height: 20pt;
}
ul {
 color: #ffffff;
	font-family: "Kabel Bk BT",arial,helvetica;
	font-size:12pt;

}


.sold {
	font-weight: normal;
	color: red;
	font-family: Arial,Serif;
	background : none;
}
.listing {
 font-family: "avant garde","century gothic",Verdana,"ms sans serif",arial,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 color: #4a3a28;
}
 .frontpage {
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
}

.ul { 
 font-size: 11pt; 
 line-height: 19pt;
}
.Disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 12pt;
 color: #000000;
 background: #324C4C;
 }
.fineprint  {
 font-family: verdana,arial,helvetica;  
 font-size: 8pt; 
 line-height: 10pt;
 margin: 8px 10px;
 color: #776045;
 text-decoration:none;
}
/* Link Formatting */

.navs { 
 font-family: "Kabel Bk BT",arial,helvetica;  
 font-size: 12pt; 
 line-height: 14pt;
 font-weight:bold;
 color: #000000;
 text-decoration:none;
 }
.navs:hover { 
 color: #ffffff;
 text-decoration:none;
 }
a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #000000;
	font-family: "Kabel Bk BT",arial,helvetica;
	font-size:14pt;
	font-weight:normal;
	text-decoration:none;
	}
	
a.menu:hover {
	color: #ffffff;
	}


/* Form Formatting */

input {
border:none;
background:#C3B79E;
color:#000000;
}

select {
border:none;
background:#C3B79E;
color:#000000;
font-weight:bold;
}

textarea {
border:none;
background:#C3B79E;
color:#000000;
font-weight:bold;
}

/* Table Formatting */

.outsidebordertable {
background:#000000;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}



/* CSS FOR THUMBNAIL */

.thumbnail img{
border: 2px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid black;
}


/* ************* END CSS FOR THUMBNAIL  */



