﻿/* 
Title:		Livestock Plus
Author: 	David Boyer
Email:		david.boyer[at]26tigers.com
Created: 	Febuary 14, 2007
Updated:	Febuary 21, 2007
*/

/*
Design Notes:
	Colors: 
		Footer Brown: #331F0E
		Left Content Column Background: #C8B9A1
		Dark Teal Links: #55778E
		
*/

/*--[Global]----------*/
img {
	margin:0;
	padding:0;
}
address {
	margin:0;
	padding:0;
}
dl {
	margin:0;
	padding:0;
}
ol {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
}
blockquote {
	margin:0;
	padding:0;
}
pre {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
h6 {
	margin:0;
	padding:0;
}
h5 {
	margin:0;
	padding:0;
}
h4 {
	margin:0;
	padding:0;
}
h3 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0;
}
h1 {
	margin:0;
	padding:0;
}
select {
	margin:0;
	padding:0;
}
input {
	margin:0;
	padding:0;
}
legend {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
div {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
}
html {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}
ul {
	list-style-type: none;
}
body {
	background: #F5EBD1 url(../images/bg_body.gif) repeat-x; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.1em;
	color: #333;
	text-align: center; /* KLUDGE: IE5.5 and IE6 in quirks mode doesn't understand auto marging. IE misunderstands text-align: center and centers everything. Must reset text to the left in the wrapper tag. */
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}		
img {
	border:0;
}
hr {
     border: 0;
     clear: both;
     display: block;
     float: none;
     margin: -7px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}	

/*--[Set Common Elements]----------*/
.tiny {
	font: xx-small Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
p.centered {
	text-align:center;
}
.centered {
	text-align:center;
}
.right {
	float: right;
}
.left {
	float: left;
}

/*--[Generic Link Rules]----------*/
a:link {
	color:#55778E; /* Dark Teal */
	text-decoration: none;
}
a:visited {
	color: #55778E; /* Dark Teal */
	text-decoration: none;
}
a:hover {
	color: #990000; /* Dark Red */
	text-decoration: none;
}

/*--[Link Rules]----------*/
a.largelink  {
	font: bold 130%/1.5em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #55778E;
	text-decoration: underline;
}
	a:hover.largelink {
		color: #990000; 
	}
p.linklist_map {
	background: url(../images/icon_map.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	line-height: 16px;
}
p.linklist_pdf {
	background: url(../images/icon_pdf.gif) no-repeat 0 0;
	padding: 0 0 5px 20px;
	line-height: 16px;
	margin-left: 20px;
	font-size: 90%;
}
p.linklist_link {
	background: url(../images/icon_link.gif) no-repeat 0 0;
	padding: 0 0 5px 20px;
	line-height: 16px;
	margin-left: 20px;
	font-size: 90%;
}	
/*--[Top Wrapper]----------*/
/* Holds all content except the footer. */	
#wrapper {
	width: 1000px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
}

/*--[Masthead]----------*/
#masthead {
	height: 164px;
	width: 1000px;
	position: relative;
}
	#masthead h1 {
		width: 545px;
		height: 96px;
		background: url(../images/img_logo.gif) no-repeat 0 0;
		text-indent: -9926px;
		position: absolute;
		top: 0;
		left: 0;
	}
		#masthead h1 a {
			display: block;
			height: 86px;
			background: url(../images/img_logo.gif) no-repeat 0 0; /* Logo needs to be repeated in order to prevent flickering in IE on mouse over. */
		}

/*--[Main Tabbed Nav]----------*/
#masthead .MainMenuClass
{
	width: 525px;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0;
}

ul#nav_main {
	width: 625px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 530px;
}
	ul#nav_main li {
		float: left;
		background: url(../images/butn_PostAnAd_right.gif) no-repeat top right;
		margin-right: 3px;
		margin-top: 3px;
	}
		ul#nav_main li a {
			display: block;
			padding: 0 1.0em;
			background: url(../images/butn_PostAnAd_left.gif) no-repeat top left;
			text-decoration: none;
			color: #FFF;
			float: left;
			font: normal 110%/35px "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
		}	
		ul#nav_main a:hover {
			color: #F5EBD1;
			background: url(../images/butn_PostAnAd_right.gif) no-repeat top right;
		}
		ul#nav_main li a:hover {
			color: #F5EBD1;
			background: url(../images/butn_PostAnAd_left.gif) no-repeat top left;
		}

/*--[Top Tab Toolbar]----------*/
div#toolbar {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	background: url(../images/bg_toolbartab_right.gif) no-repeat top right;
	padding-right: 11px;
}	
	div#toolbar ul {
		background: url(../images/bg_toolbartab_left.gif) no-repeat top left;
		font-size: 75%;
		height: 36px;
		float: right;
		padding-top: 6px;					
	}
		div#toolbar ul li {
			display: inline;
			background: url(../images/bg_toolbar_divider.gif) no-repeat 0 0;
			padding: 0 10px;
			color: #FFF;
		}
			div#toolbar ul li img {
				padding-right: 5px;		
			}
			div#toolbar ul li a { 
				color: #FFCF9D;
			}
			div#toolbar ul li a:visited { 
				color: #FFCF9D;
			}		
		div#toolbar ul li.first {
			background: url(none);
		}
		div#toolbar ul li.last {
			padding-right: 0;
		}
	
/*--Search Tab----------*/
#top_search {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 360px;
	height: 35px;
	background: url(../images/bg_searchtab.gif) no-repeat 0 0;
}
#top_search fieldset {
	border: none;
}
#top_search legend {
	text-indent: -9926px;
}		
#top_search p {
	padding-left: 80px;
	margin-top: -5px;
}
	* html #top_search p {
		margin-top: -6px;
	}
#top_search input {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

/*--[Headlines]----------*/
h2#itemlisting {
	font: normal 220%/41px "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFF;
	background: url(../images/bg_itemtitle.gif) repeat-x 0 0;
	padding: 0 20px;
	margin-left: 2px;
}
h2#eventlisting {
	font: normal 220%/41px "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFF;
	background: url(../images/bg_eventtitle.gif) repeat-x 0 0;
	padding: 0 20px;
	margin-left: 2px;	
}
h2#bigmessage {
	font: normal 220%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #905D2E;
	padding: 10px 10px 15px 0;
	margin-bottom: 20px;
}
h2.tabbed_light {
	font: normal 135% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #F5EFE1;
	background: url(../images/bg_tabbox_h2.gif) no-repeat 30px 0;
	padding: 0 15px 0 45px;
	line-height: 33px;
}
h2.tabbed_red{
	font: normal 135% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #F5EFE1;
	background: url(../images/bg_tabbox_h2_red.gif) no-repeat 30px 0;
	padding: 0 15px 0 45px;
	line-height: 33px;
}
h2.tabbed_medium {
	font: normal 135% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #F5EFE1;
	background: url('../images/featuredlistings.jpg') no-repeat 4px;
	padding: 0 15px 0 45px;
	line-height: 58px;
	margin-top: 20px;
	margin-bottom: -57px;
}
h2.tabbed_medium_std {
	font: normal 135% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #F5EFE1;
	background: url('../images/standardlistings.jpg') no-repeat 4px;
	padding: 0 15px 0 45px;
	line-height: 58px;
	margin-top: 20px;
	margin-bottom: -57px;
}

h2.tabbed_medium_std_inline
{
	margin-bottom: -30px;
}

h2.tabbed_results {
	font: normal 135% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #F5EFE1;
	background: url('../images/searchresults.jpg') no-repeat 4px;
	padding: 0 15px 0 45px;
	line-height: 58px;
	margin-top: 20px;
}
h2.tabbed_dark_medium {
	font: normal 135% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #F5EFE1;
	background: url(../images/bg_tabbox_h2_dark_med.gif) no-repeat 30px 0;
	padding: 0 15px 0 45px;
	line-height: 33px;
	margin-top: 25px;
}
h3.contentheader {
	font: bold 130%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFF;
	padding: 0 10px 7px 0;
}
h4.blocktitle {
	font: normal 170%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #992722;
	padding: 15px 0 10px 8px;
}
h5.itemsubheading {
	font: normal 140%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #992722;
	padding: 15px 0 10px 8px;
}

/*--[Breadcrumb]---------*/
#breadcrumb {
	font-size: 80%;
	padding: 5px 5px 5px 15px;
	color: #55778E;
}

/*--[Content Area - Normal]------------*/
#content_wrapper {
	background: url(../images/bg_content_wrapper_2col.jpg) no-repeat 0 0;
	padding: 55px 0 0 0;
	font-size: 95%;
	width: 1000px;
	min-height: 940px;
	position: relative;
}	
#content_wrapper_1col {
	background: url(../images/bg_content_wrapper_1col.jpg) no-repeat 0 0;
	padding: 55px 0 0 0;
	font-size: 95%;
	width: 1000px;
	min-height: 940px;
}	

*html #content_wrapper_1col 
{
	height: 600px;
}

#content_wrapper_admin {
	background: url(../images/bg_content_wrapper_1col.jpg) no-repeat 0 0;
	padding: 55px 0 0 15px;
	font-size: 95%;
	width: 1000px;
	min-height: 940px;
}	

*html #content_wrapper_admin
{
	height: 600px;
}

#content_leftcol {
	float: left;
	width: 538px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#content_leftcol2 {
	position: relative;
	float: left;
	width: 538px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#content_rightcol {
	float: right;
	width: 442px;
}

/*--[Content Area - Wide]------------*/
#wide #content_wrapper {
	background: url(../images/bg_content_wrapper_3col.jpg) no-repeat 0 0;
	padding: 55px 0 0 0;
	font-size: 95%;
	width: 1000px;
}	
#wide #content_leftcol {
	float: left;
	width: 787px;
	padding: 0;
	margin: 0;
}
#wide #content_rightcol {
	float: right;
	width: 200px;	
}

/*--[Welcome Tabbox]----------*/
.tabbox_top {
	background:  url(../images/bg_tabbox_roundtop.gif) no-repeat 0 0;
	margin: 0 20px;	
	padding: 10px 0 20px 0;
}
.tabbox_top p {
	padding: 3px 10px;
	font-size: 80%;
}

/*--[Tabbox]----------*/
.tabbox {
	background: url(../images/bg_content_leftcol.gif) repeat-y;
	min-height: 1100px;
}

*html .tabbox 
{
	height: 1100px; /* ensure that the left column is at least as long as the right */
}

.tabbox_inner 
{
	position: relative; 
	top: -22px; 
	padding-bottom: 12px;
}

/*--[Listing List]----------*/
.listing_tab {
	background: #C9B9A2 url(../images/bg_listingwrapper.jpg) no-repeat 0 0;
	padding: 10px 0 20px 0;
	position: relative;
	width: 498px;
	margin: 0 auto;	
}
	img.thumb {
		float: left;
		border: 1px solid #C5B6A0;
		margin: 5px 10px 0 10px;
		background-color: #F0EDE7;
		border: solid 1px #C5B6A0;
		padding: 2px;
	}
	.listing_tab h3 a {
		font: normal 115%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;		
		color: #5D5D5D;
	}
	* html .listing_tab h3 a { /* Forces IE6 and below not to display listing headings quite so big. */
		font: normal 95%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	}
		.listing_tab h3 a:visited {	
			color: #5D5D5D;
		}	
		.listing_tab h3 a:hover {
			color: #990000;
		}
	.listing_tab p {
		font-size: 75%;
		color: #666;
	}
		.listing_tab p.date {
			color: #999;
			padding-bottom: 5px;	
		}
		.listing_tab p.description {
			padding: 0 10px;
		}
	.listing_tab ul.icons {
		padding-right: 5px;
		text-align: right;
	}
		.listing_tab ul.icons li {
			display: inline;
			padding: 0 2px;
		}
	.listing_tab img.add {
		position: absolute;
		top: 5px;
		right: 5px;
	}

.listing_tab_image
{
	margin: 6px 8px 0px 6px;
	width: 90px;
	height: 90px;
	float: left;
	text-align: center;
}

/*--[Item Listing]----------*/
p#alertmarquee {
	line-height: 33px;
	padding: 0 15px 0 43px;
	color: #FFF;
	background: #5B0000 url(../images/bg_marqueealert.gif) no-repeat 0 0;
	font-size: 90%;
}

p#alertmarquee a
{
	color: White;
	text-decoration: underline;
}

p#alertmarquee a:visited
{
	color: White;
	text-decoration: underline;
}

#alertmarqueeblank 
{
	height: 4px;
	background: #5B0000;
}

.item_left {
	float: left;
	width: 285px;
}

.item_attachments 
{
	margin: 10px 0 0 10px;
	padding-bottom: 15px;
}

.PrimaryAttachment img
{
	border: solid 0px #F3E8CE;
}

.item_attachments img 
{
	border: solid 5px #F3E8CE;
}

.OtherAttachments img
{
	border: solid 1px #F3E8CE;
	border-color: #5B0000;
}

.item_right {
	float: right;
	width: 233px; /* Allows a 20 pixel gutter. */
	padding-top: 15px;
}
	.item_right p {
		padding: 0 10px 5px 0;
		font-size: 80%;
	}
p.itemdate {
	color: #666;
	padding-bottom: 0;
}
#itemDesc 
{
	margin-bottom: 10px;
}

p.seller {
	background: url(../images/icon_user.gif) no-repeat 0 0;
	padding: 0 0 10px 18px;
	color: #666;
}
dl.specboc {
	background-color: #D7C7AD;
	border: 1px #FFF solid;
	width: 200px;
	margin: 0 auto;
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 75%
}
	dl.specboc dt {
		font-weight: bold;
		padding: 0 0 5px 5px;
	}
	dl.specboc dd {
		background: url(../images/bullet_tiny_brown.gif) no-repeat 4% 50%;
		margin: 0;
		padding: 0 0 3px 20px;	
	}
/*--[Item Images]---------*/
img.stdview {
	padding: 5px;
	background-color: #F0EDE7;
	border: solid 1px #C5B6A0;
	margin: 15px 0 0 9px;
}
	.item_left img.thumb {
		margin: 5px 0 0 9px;
	}
ul.prodrelate {
	padding:0 8px;
	margin:0;
}			
	ul.prodrelate li  {
		float: left;
		width: 100%;
		min-height: 25px;
		clear: left;
	}
	ul.prodrelate li p {
		font-size: 80%;
		padding: 5px 10px 0 0;
	}
	ul.prodrelate li p a:visited {	
		color: #475B73;
		text-decoration: underline;
	}
	ul.prodrelate li p a:link {	
		color: #475B73;
		text-decoration: underline;
	}
	ul.prodrelate li p a:hover {
		color: #990000;
	}	

/*--[Item Sub Block]---------*/
.itemsub {
	background: url(../images/bg_itemblocks.gif) no-repeat 0 0;
	margin: 25px 0 0 10px;
	width: 275px;
	padding-bottom: 15px;
}
	.item_left .itemsub img.thumb {
		margin: 5px 10px 0 10px;
	}

/*--[Item Sub Block]---------*/
.itemsubwide {
	background: url(../images/bg_itemblocks_wide.gif) no-repeat 0 0;
	margin: 25px 0 0 10px;
	width: 520px;
	padding-bottom: 15px;
}

/*--[Event Listing]----------*/
p#messagemarquee {
	line-height: 33px;
	padding: 0 15px 0 25px;
	color: #FFF;
	background: #5B0000 url(../images/bg_messagemarquee.gif) repeat-x 0 0;
	font-size: 90%;
	margin-left: 2px;
}
.event_left {
	float: left;
	width: 538px;	
}
	.event_left h3 {
		padding: 8px 20px 5px 20px;
	}
	.event_left p {
		padding: 0 20px 5px 20px;
		font-size: 80%;
	}
.event_right {
	float: right;
	width: 233px;
	padding-top: 15px;
}

/*--[Event Block]----------*/
.wide_side_block {
	padding: 10px;
	width: 210px;
}

/*--[Event Block]----------*/
.event_block {
	float: left;
	background: url(../images/bg_eventbox_top.jpg) no-repeat 0 0;
	width: 227px;
}
ul.eventlisting {
	padding: 0 10px;
}
	ul.eventlisting li {
		/*display: inline;*/
		display: block;
			padding: 4px 0 4px 0px;
			font-size: 91%;
			color: #000000;
			vertical-align:top;
	}
		ul.eventlisting li a 
		{
			/*
			display: block;
			background: url(../images/icon_calendar.gif) no-repeat 3% 50%;
			padding: 4px 0 4px 27px;
			font-size: 85%;
			color: #333;
			*/
			color:#000000;
		}	
		ul.eventlisting li a:visited {
			/*color: #333;*/
			color:#000000;
		}	
		/*
		ul.eventlisting li.odd a {
			background-color: #C5B59B;			
		}
		*/
		ul.eventlisting li.odd {
			background-color: #C5B59B;
		}
		ul.eventlisting li a:hover {
			color: #990000; 
			text-decoration: none;
		}

/*--[News Box]----------*/
.news_block {
	float: left;
	background: url(../images/bg_newsbox_top.jpg) no-repeat 0 0;
	width: 227px;
	margin-top: 15px;
}
ul.newsfront {
	padding: 0 10px;
}
	ul.newsfront li {
		background:url(../images/icon_newspaper.gif) no-repeat 0 4px;
		padding:0 0 10px 20px;
		border-bottom: 1px solid #C5BFB1;
		margin-bottom: 10px;	
	}
	ul.newsfront li.last {
		border-bottom: none;
		margin-bottom: 0;
	}
	ul.newsfront li p {
		font-size: 85%;
		line-height: 1.2em;
}
h4.newstitle {
	text-transform: capitalize;
	font: bold 95%/normal "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
}
p.newsdate {
		color:#728267; /* Sage Green */
		padding-bottom: 5px;
	}

/*--[Auction Boxes]----------*/
.auction_block {
	float: left;
	background: url(../images/bg_genericbox_top.jpg) no-repeat 0 0;
	width: 227px;
	margin-top: 15px;
}
	.auction_block dl {
		padding: 0 15px;
	}
			.auction_block dl dt {
				font-weight: bold;
			}
				.auction_block dl dd {
					padding: 0 0 5px 0;
					font-size: 90%;
				}
/*--[Generic Box]----------*/
.generic_block {
	float: left;
	background: url(../images/bg_genericbox_top.jpg) no-repeat 0 0;
	width: 227px;
	margin-top: 15px;
}
	.generic_block ul {	
		padding: 0 15px;
	}
		.generic_block ul li {	
		
		}
			.generic_block ul li a {
				display: block;	
				padding: 0 0 5px 15px;
				background: url(../images/bullet_tiny_brown.gif) no-repeat 0 50%;
				font-size: 80%;
			}
p.boxbottom {
	background: url(../images/bg_newsbox_bottom.jpg) no-repeat 0 100%;
	height: 28px;
	margin: 10px 0 0 0;
}

/*--[Auction Company Logo Box]----------*/
.auction_logo {
	background: url(../images/bg_logobox.gif) no-repeat 0 0;
	height: 227px;
	width: 227px;
}	
.auction_logo img {
	padding: 20px 10px;
}

/*--[Go Buttons]----------*/
span.gobutton {
	background: url(../images/butn_go_orange.gif) no-repeat  0 0;
	height: 21px;
	width: 32px;
	text-indent: -9926px;
	float: right;
	padding: 0 5px 0 0;

}
	span.gobutton {
		display: block;
		background: url(../images/butn_go_orange.gif) no-repeat  0 0;
		width: 32px;
	}

/*--[Teardrop Text Button]----------*/
p.teardrop {
	float: right;
	padding: 10px
}
p.teardrop a {
	font: bold 140%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(../images/btn_teardrop.gif) no-repeat 100% 0;
	padding: 0 35px 0 0;
	float: left;
	line-height: 21px;
	text-transform: uppercase;
}
	p.teardrop a:link {
		color: #5B0000;	
	}
		p.teardrop a:visited {
			color: #5B0000;	
		}
		p.teardrop a:hover {
			text-decoration: underline;
		}		

/*--[Rectange Ads]---------*/
ul.rectads {
	float: right;
	padding-right: 20px;
}
	ul.rectads li {
		padding-bottom: 10px;
	}
	
/*--Footer----------*/
#footer {
	clear: both;
	background-color: #331F0E;
	padding: 0;
	margin: 0;
	border-top: 2px solid #FFF;
}
#footer h4 {
	color: #FFF;
	font: normal 150%/2.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;		
}
#footer_wrapper {
	width: 1000px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
	padding: 0px 10px 10px 10px;
}
#footer_leftcol {
	float: left;
	padding-left: 10px;
}
#footer_rightcol {
	float: right;
}
ul.linklist {
	float: left;
	width: 480px;
	width: 100%;
	padding: 3px 0 15px 0;	
}
	ul.linklist li {
		display: inline;
	}
	ul.linklist li a {
		padding: 4px 0;	
		float: left;
		width: 190px;
		background: url(../images/icon_littlelink.gif) no-repeat 0 40%;
		font-size: 80%;
		padding: 0 0 5px 18px;
	}
		ul.linklist li a {
			color: #F5EBD1;
		}
		ul.linklist li a:visited {
			color: #F5EBD1;
		}
		ul.linklist li a:hover {
			color: #55778E;
		}
		
/*Directory Cat Listing*/
#dir_wrapper {
	width: 1000px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
	padding: 0px 0px 0px 0px;
}
#dir_leftcol {
	float: left;
	padding-left: 0px;
}
#dir_rightcol {
	float: right;
}
ul.catlist {
	float: left;
	width: 480px;
	width: 100%;
	padding: 3px 0 15px 0;	
}
	ul.catlist li {
		display: inline;
	}
	ul.catlist li a {
		padding: 4px 0;
		float: left;
		width: 190px;
		background: url(../images/icon_folder.gif) no-repeat 0 40%;
		font-size: 110%;
		padding: 5px 0 3px 18px;
	}
		ul.catlist li a {
			color: #000000;
		}
		ul.catlist li a:visited {
			color: #000000;
		}
		ul.catlist li a:hover {
			color: #990000;
		}
	
/*--[Basement]---------*/	
#basement {
	width: 1000px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
	font-size: 80%;
	padding: 15px 0;
	color: #55778E;
}
	#basement ul{
		padding: 0 0 0 0;
		text-align: center;
	}
		#basement ul li {
			display: inline;
		}
	#basement p {
		text-align: center;
	}
			






/* ========== Begin Customization ========== */
.LoginBox
{
	border: solid 1px black; 
	width: 300px;
	text-align: left; 
	padding-left: 6px; 
	padding-top: 8px; 
	background-color: #F6EFDF; 
	color: black;
}

.Button
{
	text-align: center;
	font-size: 12pt;
	width: 300px;
	border: ridge 1px #aaa;
	margin: 4px;
	margin-bottom: 12px;
}

.Button a
{
	padding: 10px 5px 10px 5px;
	display: block;
	background-color: #eee;
}

.Button a:hover
{
	background-color: #E1D5BD;
}

.Button2 a
{
	font-size: 10pt;
}

.AdTypeOption
{
	margin-top: 10px;
	background-color: white;
	border: solid 1px #444;
	width: 600px;
}

.AdTypeOption h2
{
	margin: 0px;
	padding: 6px;
	background-color: #8E1C1E;
	font-size: 14pt;
	color: White;
	text-align: left;
}

.AdTypeOption p
{
	margin: 0px;
	padding: 4px;
}

.AdTypeOption a
{
	text-decoration: none;
}

.AdTypeOptionImage
{
	float: left;
	padding: 4px;
	padding-right: 8px;
	border: none;
}

.Web20Text
{
	font-size: 9pt;
	padding: 4px;
	background: #F6EED9 url('../images/textboxback.gif') repeat-x;
	color: Black;
	border: solid 1px #905D2E;
	border-color: #888;
}

.Web20Button
{
	border: solid 1px Gray;
	cursor: hand;
	background-image: url('../images/textboxback.gif');
}

#advancedSearchBox
{
	margin-left: 30px;
	margin-left: 20px;
	margin-right: 16px;
	padding: 6px;
	background-color: #F7EFDE;
	border: solid 1px #D6CEB5;
	border-bottom: none;
}

.advancedSearchInput
{
	width: 370px;
	font-size: 12pt;
}

#advancedSearchButton
{
	padding-top: 6px;
	text-align: right;
	width: 455px;
}

#advancedSearchBottom
{
	position: relative;
	top: -2px;
	margin-left: 20px;
}

.RememberMyLogin
{
	font-size: 8pt;
}




.bloodlineall { POSITION: relative; height: 500px; width: 400px; border: none; background-repeat: no-repeat; }

.bloodlinedam { background-color: Green;background-image: url(../images/bloodlineback2.gif); top: -515px; }

.bloodlinesire { background-image: url(../images/bloodlineback.gif); top: -1px; }

.bloodlineitem { FONT-SIZE: 10pt; font-weight: bold; Z-INDEX: 1; VERTICAL-ALIGN: middle; COLOR: black; FONT-FAMILY: arial; TEXT-ALIGN: center; }

.bloodlineitem A:hover { Z-INDEX: 500; BACKGROUND-COLOR: #ffffff; background-image: url(../images/bloodlinehover.gif); }

.bloodlineitem A SPAN.HorseDesc { DISPLAY: none }

.bloodlineitem A:hover SPAN.HorseDesc { PADDING: 5px; BORDER: none; DISPLAY: block; Z-INDEX: 500; LEFT: -15px; WIDTH: 146px; CURSOR: pointer; COLOR: #000000; POSITION: absolute; TOP: -39px; HEIGHT: 89px; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center; background-image: url(../images/bloodlinehover.gif); }

.bloodlineitem img { cursor: default; }

.BloodlineItemNoPage { font-weight: bold; }

.specs
{
	padding: 4px;
	border: solid 1px #785E45;
	background-color: #EEE0C6;
}

.EditTitle
{
	display: none;	
	position: absolute;
	top: 30px;
	left: 20px;
	width: 400px;
	font-size: 16pt;
	padding: 3px;
}

.Web20Input
{
	padding: 4px;
}

.LinkButton a
{
	background-color:#eee;
	border: solid 1px #aaa;
	padding: 2px;
}

#MainImageInput
{
	width: 290px;
	BORDER: #aaa 1px solid; 
	BACKGROUND-COLOR: #eee;
}

#OtherImageInput
{
	width: 290px;
	BORDER: #aaa 1px solid; 
	BACKGROUND-COLOR: #eee;
}

.DirListing
{
	padding: 6px;
	margin: 10px 26px 6px 12px;
	border: solid 1px black;
	background-color: #F5EAD4;
}

.DirListingWidth
{
	width: 485px;
}

.DirListing a:hover
{
	background-color: #F5EAD4;
}

.DirListingTitle
{
	font-size: 14pt;
	line-height: 19px;
	color: #55778E;
}

.DirListingDetails
{
	font-size: 8pt;
}

.DirCategory
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 200%;
}

.DirAdTxtZip
{
	width: 60px;
}

.DirAdTxtRadius
{
	width: 40px;
}

.DirListingFullAddress
{
	font-style: italic;
	font-size: 8pt;
	padding-top: 3px;
}

.DirListingPhone
{
	font-size: 8pt;
}

.PostInputBox
{
	background-color: #F7EFDE;
	border: solid 1px #D6CEB5;
	border-bottom: none;
}

.PostInputButtons
{
	background-color: #F7EFDE;
	border: solid 1px #D6CEB5;
	border-bottom: none;
}

.indent
{
	padding-left: 10px;
}

.AdSteps
{
	position: relative;
	top: -38px;
	margin-left: 80px;
}

.SuccessPanel
{
	border: green;
	color: Green;
	background-color: #eee;
	padding: 3px;
	font-size: 9pt;
}

.FailurePanel
{
	border: Red;
	color: Red;
	background-color: #eee;
	padding: 3px;
	font-size: 9pt;
}

.Sire1
{
	position:absolute;
	top: 240px;
	left: 24px;
	width: 140px;
	}

/* == Paging Style == */
/* Page Numbers */

.pages {
padding: 1em;
margin: 1em 0;
line-height: 10px;
font-size: 85%;
margin-top: -10px;
margin-bottom: 1px;
}

.pages a, .pages span {
display: block;
float: left;
padding: 0.2em 0.5em;
margin-right: 0.1em;
border: 1px solid #6B6B6B;
background: #D3C5AB;
}

.pages span.current {
border: 1px solid #6B6B6B;
font-weight: bold;
background: #FDF3D8;
font-size: 8pt;
padding: 5px;
}

.pages a 
{
background-color: #DBCFB9;
border: 1px solid #6B6B6B;
text-decoration: none;
padding: 5px;
font-weight: bold;
color: #5D5D5D;
}

.pages a:hover {
border-color: #A87141;
border-color: #6B6B6B;
background-color: #FDF3D8;
text-decoration: none;
}

.pages a:visited 
{
	color: #5D5D5D;
}

.pages a.nextprev {
font-weight: bold;
}

.pages span.nextprev {
color: #666;
}

.pages span.nextprev {
border: 1px solid #6B6B6B;
color: #666;
font-size: 8pt;
padding: 5px;
}

.ProductListHeaderPaging
{
	float: right;
	margin-right: 13px;
}

.ProductListFooterPaging
{
	float: right;
	margin-right: 13px;
}

/* == Admin Homepage == */
.AdminHomeHeader
{
	margin-top: 8px;
	font-size: 16px;
	line-height: 20px;
}

.AdminHomeDiv a
{
	display: block;
	border: solid 1px #6B6B6B;
	padding: 8px;
	width: 100%;
	color: #5D5D5D;
	background-color: #DBCFB9;
	font-size: 9pt;
	margin-bottom: 4px;
}

.AdminHomeDiv a:visited
{
	color: #5D5D5D;
}

.AdminHomeDiv a:hover
{
	background-color: #FDF3D8;
}

a .AdminPageName
{
	color: Black;
}

a .AdminPageName
{
	color: Black;
}

.AdminPageDesc a
{
	color: Black;
}

.AdminPageDesc a:visited
{
	color: Black;
}

.AdminHomeLink a
{
	color: Black;
	font-size: 14px;
	display: block;
	border: solid 1px #6B6B6B;
	width: 250px;
	padding: 8px;
	background-color: #DBCFB9;
	vertical-align: middle;
}

.AdminHomeLink a:hover
{
	background-color: #FDF3D8;
}

.AdminHomeLink a:visited
{
	color: Black;
}

.PostAnAdTab
{
	position: absolute; 
	bottom: 0px; 
	left: 580px;
	background: url(../images/butn_tabright.gif) no-repeat top right;
	width: 90px;
	height: 35px;
	border: solid 1px black;
	padding-top: 20px;
}

.PostAnAdTab a
{
	color: White;
}

.PostAnAdTab a:visited
{
	color: White;
}

#view-pedigree
{
	display: block;
	border: solid 1px white;
	background-color: #D7C7AD;
	background-image: url(../images/pedigree.gif);
	background-repeat: no-repeat;
	padding: 8px 6px 8px 32px;
	width: 162px;
	font-size: 18px;
	margin-left: 15px;
}

.CreatePostInfo
{
	border: solid 1px #004000;
	width: 384px;
	padding: 6px;
	color: #004000;
	background-color: #C0FFC0;
	text-align: center;
}

.DirectorySub a
{
	color: Black;
	text-decoration: underline;
	line-height: 120%;
	font-size: 16pt;
}

.DirectorySub a:visited
{
	color: Black;
	text-decoration: underline;
	line-height: 120%;
	font-size: 16pt;
}

.breadcrumbs a
{
	color: Black;
	text-decoration: underline;
}

.DirectorySubCats
{
	margin: 10px 16px 10px 10px;
	padding: 10px;
	background-color: #F7EFDE;
	border: solid 1px #D6CEB5;
	border-bottom: none;
}

.CategorySub
{
	margin-right: 6px;
	margin-bottom: 12px;
	width: 150px;
	vertical-align: top;
	text-align: center;
}

.DirectoryBreadcrumbs
{
	font-weight: bold;
	margin-left: 5px;
}

.DirectoryBreadcrumbs a
{
	color: Black;
	text-decoration: underline;
}

.DirectoryBreadcrumbs a:visited
{
	color: Black;
	text-decoration: underline;
}

.DirectorySearchSummary
{
	position: relative;
	top: 0px; 
	left: 0px;
	margin-top: 18px;
	margin-left: 10px;
	font-size: 12pt;
	font-weight: bold;
}

.PostSearchSummary
{
	margin-top: 20px;
	margin-left: 28px;
	font-size: 9pt;
	font-weight: bold;
	z-index: 2000;
}

.AuctionFilter
{
	float: right;
}

.MyAds
{
	font-size: 18pt;
	font-weight: bold;
	margin-left: 5px;
}

.PostChildItems
{
	clear: both;
	margin-left: 10px;
}

.PostChildItem
{
	margin: 0px 0px 10px 10px;
	padding: 4px;
	border: solid 1px white;
	background: #D7C7AD;
	text-align: center;
	width: 150px;
	font-size: 8pt;
}

.PostChildItem img
{
	border: 1px solid #C5B6A0;
	background-color: #F0EDE7;
	border: solid 1px #C5B6A0;
	padding: 2px;
}

.CreateAdHint
{
	width: 400px; 
	padding: 8px; 
	position: absolute; 
	left: 630px;
	display: none; 
	border: solid 1px black; 
	background-color: #F3F783;
}

.MyAdButton
{
	text-align: center;
	padding-left: 5px;
}

.MyAdButton a
{
	font-weight: bold;
	display: block;
	background-color: #eee;
	border: solid 1px black;
	padding: 3px;
}

.MyAdButton a:visited
{
	font-weight: bold;
	display: block;
	background-color: #eee;
	border: solid 1px black;
	padding: 3px;
}

.SendMsg 
{
	background: url(../images/bg_itemsendmsg.gif) no-repeat 0 0;
	margin: 25px 0 0 5px;
	width: 275px;
	height: 190px;
	padding: 6px;
	padding-top: 0px;
}

.SendMessageInput
{
	padding: 3px;
	width: 150px;
}

.hide_thumb img 
{
	display: none;
}

.hide_thumb
{
	margin: 0px 0px 0px 6px;
	width: 0px;
	height: 20px;
}

.ZipCode
{
	width: 112px;
}

.DirPostMiles
{
	float: right;
	
}

.RelatedCatList
{
	min-width: 250px;
	min-height: 400px;
}

.NewsListItem
{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: dashed 1px #444;
}

.RSSButton
{
	float: right;
	border: none;
	font-size: 20px;
}

.RSSButton img
{
	border: none;
}

.TabInfo
{
	padding: 6px;
	border: solid 1px #5B0000;
	background-color: #FBF6EB;
	margin-bottom: 6px;
}

.RSSLink
{
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

.RSSLink a
{
}

.AdvSearchAttributes
{
	DISPLAY: none; 
	CLEAR: both; 
	BORDER-RIGHT: #d8ceb5 1px solid; 
	BORDER-TOP: #d8ceb5 1px solid; 
	MARGIN-BOTTOM: 10px; 
	BORDER-LEFT: #d8ceb5 1px solid; 
	WIDTH: 100%; 
	BORDER-BOTTOM: #d8ceb5 1px solid; 
	BACKGROUND-COLOR: #f5eedb; 
	TEXT-ALIGN: left;
}

.CropperTitle
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
}

.PhotoAdTextHalfLarge
{
	font-size: 9px;
	line-height: 11px;
}

.PhotoAdTextHalf
{
	font-size: 13px;
	line-height: 11px;
}

.PhotoAdTextFullLarge
{
	font-size: 8px;
	line-height: 10px;
}

.PhotoAdTextFull
{
	font-size: 7px;
	line-height: 9px;
}

.article_photo
{
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: solid 2px #ccc;
}

.relatedPostsItem
{
	margin-bottom: 12px;
}