body {
	margin: 0px;
	font: 12px verdana,arial,sans-serif;
}

sup {
	font-size: .7em;
}


a:hover {
	color: #900;
}

.header {
	width: 960px;
	height: 136px;
	margin: 0px auto;
	position: relative;
	background: #999 url(/images/headerImage.jpg);
}
.headerAdsense {
	width: 960px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	background: #ffffff;
	
	border-top: 1px solid #fddf4b;
	border-bottom: 1px solid #fddf4b;
}

.headerNav {
	position: absolute;
	width: 770px;
	top: 103px;
	left: 190px;
	text-align: center;
}

.headerNav a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px;
	color: #FFF;
}

.headerNav a:hover {
	
	color: #fff;
	filter:alpha(style=0,opacity=90);
	opacity: .9;
	-moz-opacity: .9;	
}

.content {
	width: 960px;
	margin: 0px auto;
	position: relative;
	height: 400px;
	overflow: show;
	background: url(images/contentBG.jpg) repeat-y;
	padding: 0px;
}

body>.content {
	height: auto;
	min-height: 400px;
}

.rightPane {
	padding: 0px 10px;
	line-height: 1.5em;
}

.pageTitle {
	font-size: 20px;
	font-weight: bold;
	color:#660000;
	display: block;
	margin-bottom: 20px;
	line-height: 1.2em;
	
}

h1,h2,h3,h4,h5,h6 {
	color:#660000;
	font-weight: bold;
	line-height: 1.2em;
	
}
h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;

}

h5 {
	font-size: 12px;
	
}
/*============ side menu styles ================*/
.lSideMenu {
	width: 188px;
	
}
.leftSideMenu {
	width: 200px;
	
}
.lMenuContainer {
	padding: 0px 5px;
}

.breederLinkDiv {
	margin-bottom: 1px;
	padding: 2px;
}

.breederSMLink {
	display: block;
	padding-left: 5px;
}
.lmState {
	display: block;
	margin-left: 5px;
}

.smHeader {
	font-size: 11px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.lmStateLink {
	display: block;
	padding-left: 5px;
}

.lmBreedLink {
	display: block;
	padding-left: 5px;
	margin-bottom: 2px;
	font-size: .9em;
}


/*============= footer styles =============*/
.footer {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background: #ffdf49;
}

.footerNav {
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	text-align: center;
	line-height: 1.5em;
	font-size: .8em;
	color: #333;
	padding: 5px;
	background: #ffcc00;
}

.footerNav a {
	color: #333;
}
.footerNav a:hover {
	color: #900;
}

.red {
	color: #c00;
}

.error {
	color: #900;
	border: 3px double #c00;
	padding: 10px;
	background: #ffffcc;
}

/*========== article styles =============*/

.breadCrumb {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(images/mapIcon.gif) no-repeat 0px 5px;
	font-size: .8em;
	
}
.breadCrumb a {
	font-weight: bold;
}

.articleLink {
	display: block;
	background: url(images/article.gif) no-repeat 0px 5px;
	padding-left: 20px;
	line-height: 1.4em;
}

.articleSMLink {
	display: block;
	margin-bottom: 4px;
	background: url(images/articleBullit.jpg) no-repeat 2px 3px;
	padding-left: 10px;
	font-size: .9em;
	line-height: 1.2em;
}

.categoryLink {
	display: block;
	background: url(images/category.gif) no-repeat 0px 5px;
	padding-left: 20px;
	line-height: 1.8em;
}

/* =============== breeder/classified styles =============*/

.breederListing {
	line-height: 1.3em;
	padding: 4px 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

.breederLink {
	font-weight: bold;
	font-size: 1.2em;
}

.breederLogo {
	float: left;
	margin: 0px 10px 10px 0px;
}
.dataContainer {
	margin-left: 20px;
	max-width: 560px;
}

.dataContainer img {
	max-width: 400px;
}

.dataContainer2 {
	margin-left: 20px;
	max-width: 760px;
}
/*=============== index styles =================*/

.breedVList {
	
	padding-right: 7px;
	padding-left: 5px;
}

.breedVList a {
	font-size: .9em;
	display: block;
	margin-bottom: 3px;
}

.breederLogin {
	position:absolute; 
	right: 0px; 
	top: 10px; 
	color: #fff; 
	font-size: .9em;
	width: 310px;
	
	
}

.breederLogin th {
	line-height: 2em;
}

.breederLogin .textEntry {
	font-size: .8em;
	width: 100px;
}

.breederLogin form {
	margin: 0px;
}

.breederLogin a {
	color: #fff;
}

/*======== misc ============*/

.codeBlock {
	display: block;
	padding: 5px;
	background: #eee;
	border: 1px dashed #ccc;
	font-size: .8em;
	margin-top: 3px;
}

.tableList th {
	background: #eee;
}

.siteSearchBox {
	text-align: center;
	padding: 5px 16px;
	/*background: url(images/new-icon.gif) no-repeat;*/
	/*border: 1px solid #FFBF05;*/
}

.siteSearchBox form {
	margin: 0px;
	
}

#searchTextInput {
	width: 110px;
	height: 16px;
	background: #ffff00;
	border: 1px solid #999;
}

#searchButton {
	font-size: 11px;
}

/*============ ad styles ===========*/

.smAd {
	text-align: center;
	margin: 0px 2px 10px 0px;
	background: #eee;
	padding: 1px 0px 1px 0px;
}

.smAdLink {
	text-align: center;
	margin-bottom: 10px;
}
.email {
	display:block;
	padding:0px 0px 3px 28px;
	background:URL(images/email.gif) no-repeat;
}

.emailFriend {
	display:block;
	padding:0px 0px 3px 28px;
	background:URL(images/email-friend.gif) no-repeat;
}


.phone {
	display:block;
	padding:0px 0px 3px 28px;
	background:URL(images/phone.gif) no-repeat;
}
.website {
	display:block;
	padding:0px 0px 3px 28px;
	background:URL(images/website.gif) no-repeat;
}

/*======================= brag styles ======================*/

.bragThumb {
	float: left;
	margin: 0px 15px 5px 0px;
	border: 0px;
}

.bragImg {
	display: block;
	margin: 0px auto;
}

.clear {
	clear: both;
	display: block;
}

.bragShortDesc {
	margin-bottom: 0px;
}

.bragDetails {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dotted #996600;
	color: #444;
	background: #ffffcc;
}

.soldTag {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background-color: #993300;
	margin: 0px 0px 10px 0px;
	
}
.oldprice {
	text-decoration:line-through;
	
	}
	
.discountprice {
	color:#cc0000;
}

.classifiedGallery td.filled{
	text-align: center;
	padding: 10px;
	border: 1px solid #fdee92;
	/*border-top: 1px solid #fae147;*/
	background-color: #fff7c4;
}

#galleryheader {
	border: 1px dotted #ccc;
	padding: 5px;
	font-weight: bold;
	margin: 0px 2px;
	background-color: #efefef;
}

#breedSearchControl {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eee;
}

#breedSearchControl a {
	text-decoration: none;
	font-weight: bold;
}

#breedSearchDiv {
	display:none;
	background-color: #eee;
}

#breedSearchDiv td {
	
}

.headerNotice {
	padding: 10px 0px;
	color: #fff;
	background-color: #990000;
	width: 960px;
	margin: 0px auto;
	text-align: center;
}

.headerNotice a {
	color: #fff;
	text-decoration: none;
}

.featuredAdHeader {
	background: #f60;
	color: #fff;
	padding: 5px;
}

.featuredAdDiv {
	border: 3px solid #f60;
	border-top: none;
	background: #ffc;
	
	
}
.featured_sec {
	margin-top: 10px;
}

.preview_img {
	width: 100px;
	display: block;
	float: left;
	margin : 5px 10px 5px 0px;
	clear: both;
}

