@charset "utf-8";
/* CSS Document 
Miniature Horse Club of Great Britain {MHCGB}
URL...www.mhcgb.net
Created By Richard Gale...www.richard-gale.co.uk

Colour Palette: style/palette.png
/***********************************************************/

/* Import the global reset document  */

@import "reset.css";

.clearfix {
	clear:both;
}

/***********************************************************/

/* Definitions */

*{
	border: 0;
	margin: 0;
	padding: 0;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

li{
	list-style: none;
}

body{
	color: #666666;
	background-color: #C6E1FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#page{
	width: 960px;
	min-height:580px;
	background-color: #FFFFFF;
	margin:15px auto 2px auto;
	border: 1px solid #CCCCCC;
}

/***********************************************************/

/* Banding Header/Nav */

#header{
	height: 125px;
	background: #C6E1FF url(../images/style/banner.png) no-repeat;
	margin: 4px 4px;
	padding: 0px;
}

#header a#title {
	display:block;
	text-indent:-9000px;
	height:90px;
	width:800px;
}

/* Navigation */
ul#main_nav {
	height:18px;
	width:730px;		
	text-align:center;
	margin-left:150px;
}

ul#main_nav li {
	display:inline;
	float:left;
}
ul#main_nav li a {
	display:block;
	margin-right:5px;
	padding: 2px 4px 2px 4px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#0760CB;
}

ul#main_nav li a:hover {
	color:#FFFFFF;
	background-color:#0760CB;
	padding: 2px 4px 2px 4px;
}

/***********************************************************/

/* Column Container */

#columns{
	padding:0px 15px 25px;
	background-color: #ffffff;
	margin: 0px;
}

.content{
	height: 1%;
	padding:5px 0 0 0;
	margin: 0;
	background-color:blue;
}

/***********************************************************/

/* Left Column */

#leftcolumn { 
	width: 700px;
	margin-top:10px;
	float:left;
}

.left_article {
	padding: 2px 5px 5px 5px;
	border:1px solid #ddd;
	margin-bottom:15px;
	background-color:#ffffff;
}

.left_article h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0px 5px 0px;
}

.left_article p{

	font-size: 12px;
	line-height: 16px;
	padding: 0px 10px 10px;
	text-align:justify;

}
.left_article_footer {
	border-top:1px solid #E4E4E4;
	padding: 4px 5px 0px 0px;
	text-align:right;
	font-size:9.5px;
}

.gallery {
	text-align:center;
}

div#gallery img { 
	border:1px solid #E4E4E4;
}

.videoitem{
	width:410px;
	color:#000000;
	background-color:#e4e4e4;
	border:1px solid #666666;
	text-align:center;
	padding: 10px 5px 5px 5px;
	Margin:5px auto;
}

.videoitem_text{
	background-color:#ffffff;
	margin: 5px; 
	padding-left:2px;
	padding-right:2px;
	border:1px solid #0760CB;
}
	
.videoitem_text h2{
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-left:3px;
	border-bottom:1px solid #e4e4e4;
}
.videoitem_text p{
	font-weight:normal;
	font-size:10px;
	text-align:left;
}

.videoitem_text ul{
	list-style:square;
	text-align:left;
	padding-left:15px;
	font-size:10px;
}
.videoitem_text_footer{
	border-top:1px dotted #e4e4e4;
	text-align: right;
	font-size: 9.5px;
}

/* Events List (Diary) */

.eventslist {
	cursor:default;
}

.eventslist h2 {
	margin-top:5px;
	padding-left:5px;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	width:682px;
	background-color:#0760CB;
	color:#FFFFFF;
	text-align:left;
}
.eventslist h3 {
	margin-top:1px;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	background-color:#E4E4E4;
	width:50px;
	text-align:center;
	float:left;
}
.eventslist h4 {
	width:610px;
	font-size:16px;
	margin-left:5px;
	padding-left:20px;
	line-height:40px;
	float:left;
}

.eventslist h5 {
	padding-left:75px;
	font-weight:bold;
	margin-bottom:5px;
}

.eventslist h6 {
	padding-left:75px;
	font-size:11px;
	font-weight:bold;
	color: #666666;
}

.eventslist p {
	margin: 10px 5px 0px 65px;
	font-size:12px;
	text-align:justify;
}

.eventslist_note {
	color:#FF0000;
	margin: 5px 20px 5px 100px;
	padding:3px;
	background:#E4E4E4 url(../images/style/event_note_img.jpg) no-repeat left top;
	padding-left:27px;
	font-weight:bold;
	cursor:default;
}

.eventslist_datehold {
	background-color:#E4E4E4;
	line-height:25px;
	min-width:20px;
	float:left;
}

.eventslist a {
	color: #666666;
}

.eventslist_footer_wlinks {
	border-top: 1px dotted #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin: 0px 0px 3px 75px;
	padding: 2px 5px 2px;
	text-align:right;
}

.eventslist_footer_wlinks a {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding: 1px 2px 1px 2px;
}

.eventslist_footer_wlinks a:hover {
	color:#0760CB;
	text-decoration:none;
	padding: 1px 2px 1px 2px;
}

.eventslist_footer_nolinks {
	border-bottom: 1px solid #E4E4E4;
	margin: 0px 0px 3px 75px;
}

.eventslist_left{
	width:500px;
	background-color:green;
	display:Inline;
	float:left;
}

.eventslist_right{
	width:100px;
	min-height:100px;
	background-color:red;
	margin:0px 5px 0px 5px;
	display:inline;
	vertical-align:middle;
	float:right;

/* Contact Page */

.contactinfo {
	padding: 2px 5px 5px 5px;
	border:1px solid #ddd;
	margin-bottom:15px;
	background-color:#ffffff;
	cursor:default;
}

.contactinfo h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0px 5px 0px;
}

.contactinfo h3 {
	font-size:14px;
	margin-left:5px;
	border-bottom:1px dotted #666666;
	color:#0760CB;
}

.contactinfo p{

	font-size: 12px;
	line-height: 16px;
	margin: 0px 10px 10px;
	text-align:justify;
	padding-left:20px;
}

.contact_email {
	background: url(../images/style/contact_page/addressbg.png) no-repeat;
	color:#666666;
	padding-left:30px;
}

.contact_address {
	background: url(../images/style/contact_page/emailbg.png) no-repeat;
	color:#666666;
	padding-left:30px;
}

.contact_email a {
	color: #666666;
}

.contact_email a:hover {
	color: #0760CB;
}

.contact_phone {
	background: url(../images/style/contact_page/phone.png) no-repeat;
	color:#666666;
	padding-left:30px;
}
.contact_Footer {
	border-bottom:1px dotted #666666;
	margin-bottom:10px;
	margin-left:10px;
}

/* Links */
.linkitem {
	width:600px;
	height:50px;
	border:1px solid #E4E4E4;
	margin: 5px auto 5px 40px;
}

/* Services */

.stallionstud {
}
.stallionstud img {
	width:687px;
	border:1px solid #E4E4E4;
}
.stallionstud a {
	margin:3px 0px 3px 0px;
}

.stationary {
	height:36px;
	width:500px;
	padding:20px 5px 0px 40px;
	margin-left:65px;
	font-weight:bold;
}

.stationary a {
	color:#666666;
}

.stationary a:hover {
	color:#0760CB;
}

/* Contact Form */

#form_area {
	border:1px solid #dddddd;
	background-color:#e4e4e4;
	padding:5px;
	margin:5px auto 5px auto;
	cursor:default;
	width:450px;
	}

.form {
	border:1px solid #dddddd;
	background-color:#ffffff;
	padding: 5px;
	}

.form_label {
	color:#666666;
}

.form_button {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#ffffff;
	color:#0760CB;
	cursor:pointer;
}

.form_button:hover {
	color:#ffffff;
	background-color:#0760CB;
	}
	
/***********************************************************/

/* Right Column */

#rightcolumn {
	width: 220px;
	margin-top:10px;
	float:right;
}

.subcol{
	width: 200px;
}

.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
	background-color: #0760CB;
}

/***********************************************************/

/* Widgets */

.widget {
}	

.widget_area {
	width:200px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 5px;
	border: 1px solid #dddddd;
	float:right;
}

.widget h2 {
	padding: 5px;
	cursor:default;
}

.widget_content {
	background-color:white;
	padding:5px;
	border: 1px solid #dddddd;
	margin:5px auto 2px auto;
	overflow:auto;
	font-size:12px;
}

.widget_content h6 {
	line-height:20px;
	margin-top: 2px;
	padding-left:3px;
	border-bottom: 1px dotted #E4E4E4;
	cursor:default;
}

.widget_content a {
	color:#0760CB;
	line-height:20px;
	padding:0px 3px 1px 6px;
	font-weight:bold;
	display:block;
	margin-top:1px;
}

.widget_content a:hover {
	color:#ffffff;
	line-height:20px;
	padding:0px 3px 1px 6px;
	margin-top:1px;
	text-decoration:none;
	background-color:#0760CB;
}

.widget_content img {
	border:1px solid #E4E4E4;
	width:180px;
	margin: 3px 0px 3px 3px;
}

/* Calendar */

.calendar {
	border-collapse: collapse;
	margin: auto auto;
	padding: 0px;
	cursor:default;
	border: 1px solid #dddddd;
	background-color:#FFFFFF;
}

.calendar_buttonl {
	float:left;
	min-width:75px;
	margin-left:2px;
}
.calendar_buttonr {
	float:right;
	min-width:75px;
	margin-right:2px;
}
.calendar_divider {
	height:5px;
}
.calendar a {
	color:#0760CB;
	font-weight:normal;
	background-color:#DAE7F7;
	margin:0px 1px 0px 1px;
}

.calendar a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#0760CB;
	margin:0px 1px 0px 1px;
}

.calendar caption { 
	font-weight: bold;
	font-size: 0.91667em;
	line-height: 1.72727em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #E5E5E5;
	border-bottom: 1px dotted #ddd; 
}

.calendar th { 
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	background: #F2F2F2;
	border-bottom: 1px dotted #ddd;
	text-align: center; 
}

.calendar td { 
	width: 26px;
	padding:2px 0px 2px 0px;
	color: #999999;
	text-align: center;
}

.calendar tr {
	padding:2px 0px 2px 0px;
	text-align: center;
}

/********************** Sales **********************/
.salelisting{
	width:600px;
	margin:5px auto 5px auto;
	background-color:#eeeeee;
	border: 1px solid #dddddd;
}

.listingitem{
	width:586px;
	margin:5px auto 5px 3px;
	padding:2px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	float:left;
	display:inline;
	cursor:default;
}

.listingheading {
	height: 25px;
	background-color:#0760CB;
	padding:5px;
	margin:5px 2px;
	vertical-align:middle;
	color:#ffffff;
}

.listingheading h2 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	float:left;
	padding:3px 0px;
	margin:0px;
}

.listingheading h3 {
	text-align:right;
	font-size:12px;
	float:right;
	display:inline;
	padding-top:10px;
	font-weight:normal;
}

.listingitem_img {
	width: 125px;
	height:90px;
	float:left;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 1px 3px 1px 2px;
	position: relative;
}

.listingitem p {
	width:270px;
	float:left;
	margin: 1px 5px 1px 1px;
	height:92px;
	background-color:#ffffff;
	padding:0px;
}

.listing_detail {
	width:73px;
	float:left;
	margin: 1px 0px 2px 0px;
	padding:0px;
	height:68px;
	line-height:20px;
}

.listing_detail p{
	border-bottom:1px dotted #dddddd;
	width:69px;
	background-color:inherit;
	line-height:14px;
	height:auto;
	font-weight:bold;
	text-align:right;
	padding-left:1px;
}

.listing_details {
	width:73px;
	float:left;
	margin: 1px 0px 2px 0px;
	padding:0px;
	height:68px;
	line-height:20px;
}

.listing_details p{
	border-bottom:1px dotted #dddddd;
	width:96px;
	background-color:inherit;
	line-height:14px;
	height:auto;
}

.listing_price {
	width:115px;
	background-color:#0760CB;
	height:11px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	float:left;
	padding:2px 5px 10px 5px;
	text-align:center;
}

.listing_button {
	width:40px;
	background-color:#0760CB;
	height:11px;
	float:right;
	padding:2px 5px 10px 5px;
	margin-right:3px;
	text-align:center;
}

.listing_button a {
	text-decoration:none;
	color:#ffffff;
}

.listing_button a:hover{
	text-decoration:underline;
}

.saleitem {
	width:590px;
	margin:5px auto 5px auto;
}

.iteminfo {
	width:586px;
	margin:5px auto 5px auto;
	padding:2px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	float:left;
	display:inline;
	cursor:default;
}

.iteminfo h2 {
	background-color:#0760CB;
	margin:2px auto 2px auto;
	padding:2px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	max-width:580px;
	color:#ffffff;
}

.iteminfo a {
	text-decoration:none;
	font-weight:bold;
	color:#0670CB;
	}

.iteminfo a:hover {
	text-decoration:none;
}

.iteminfo_left {
	width:300px;
	margin-top: 2px;
	float:left;
}

.left_area {
	border: 1px solid #0670CB;
	padding:2px;
	margin-bottom:2px;
	}

.itemimage {
	line-height:250px;
	text-align:center;
	border:1px solid #0670CB;
	background-color:#eeeeee;
	}
.itemimage img {
	max-height:246px;
	max-width:296px;
	vertical-align:middle;
	border:1px solid #ffffff;
	}
	
.imgthumbs {
	width:74px;
	height:74px;
	margin: 3px 1px 1px 0px;
	float:left;
	text-align:center;
	}
	
.imgthumbs img {
	max-width:74px;
	max-height:74px;
	}
	
.imgthumbs a {
	border:none;
}

.iteminfo_right {
	width:282px;
	padding: 0px 1px 1px 0px;
	float:right;
}

.right_area {
	border: 1px solid #0670CB;
	padding:2px;
	margin-bottom:2px;
	}

.right_area li {
	border-bottom:1px solid #dddddd;
	margin-bottom:1px;
	}

.detailleft {
	width:55px;
	text-align:right;
	font-weight:bold;
	padding-right:6px;
	float:left;
	}
	
.detailright {
	width:211px;
	text-align:left;
	font-weight:normal;
	}

.detailright a {
	font-weight:normal;
	}

.detailright a:hover {
	text-decoration:underline;
	}
	
.breedingleft {
	width:30px;
	text-align:right;
	font-weight:bold;
	padding-right:6px;
	float:left;
	}
	
.breedingright {
	width:236px;
	text-align:left;
	font-weight:normal;
	}
	
.breedingright a {
	font-weight:normal;
	}

.breedingright a:hover {
	text-decoration:underline;
	}

.description {
	width:100%;
}

.description_area {
	border: 1px solid #0670CB;
	padding:2px;
	margin:1px;
	}
	
.description_area p {
	font-size: 12px;
	padding:2px;
	line-height: 16px;
	text-align:justify;
}

.thumbnail img{
	border: 1px solid #ffffff;
	margin: 0 5px 5px 0;
	text-align:center;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #ffffff;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #0760CB;
	padding: 8px 5px 3px 10px;
	left: -1000px;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
	border:1px solid #ffffff;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 6px;
	text-decoration:none;
	background-color: #eeeeee;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -6px;
	left: 125px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-decoration:none;
}

/* News items */

.news_area {
	width:600px;
	margin: 5px auto 5px auto;
	padding:1px;
	border:1px solid #dddddd;
}
.news_area h1 {
	background-color:#0760CB;
	color:#ffffff;
	padding: 2px;
	margin-bottom:2px;
	font-size:14px;
	}

.news_area h6 {
	background-color:#0760CB;
	color:#ffffff;
	margin-top:2px;
	font-size:10px;
	text-align:right;
	width:598px;
	padding-right:2px;
	}

.news_area img {
	float:left;
	}

.news_area p {
	float:right;
	width:465px;
	text-align:left;
	background-color:#ffffff;
	}

.news_area a {
	color:#666666;
	}
	
.news_area a:hover{
	color:#0760CB;
	}









.pblogarea {
	margin:0px 3px 0px 3px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	max-height:400px;
	overflow:auto;
	background-color:#F2F2F2;
	padding-bottom:5px;
	}
	
.pbloghead {
	margin:3px 3px 0px 3px;
	background-color:#0670CB;
	color:#ffffff;
	border: 1px solid #dddddd;
	}

.pbloghead h2 {
	padding-left:4px;
	}
	
.pbloghead h3 {
	padding-left:10px;
	}
	
.pblogfooter {
	margin:0px 3px 3px 3px;
	background-color:#dddddd;
	font-weight:bold;
	color:#0670CB;
	text-align:right;
	padding-right:3px;
	padding-bottom:2px;
	vertical-align:middle;
	}

/* Homepage */
#newsslider {
	width:283px;
	height:210px;
	position:relative;	
	overflow:hidden;
	border: 1px solid #dddddd;
	margin:auto;
}

#mask-nslider {
	overflow:hidden;	
}

#nslider {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	width:900px;
	overflow:hidden;
}

	#nslider li {
		float:left;
	}
	
	#nslider img {
	border:none;
	}


#mask-excerpt {
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	width:100px;
	overflow:hidden;	
}
	
#excerpt {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;
	opacity: 0.8;  
	list-style:none;
	margin:0;
	padding:0;
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	width:100px;
	background-color:#eeeeee;
	overflow:hidden;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;	
}

#excerpt li {
	padding:5px;

}

#hometleft {
	width:298px;
	height:217px;
	float:left;
	padding-top:6px;
	border: 1px solid #dddddd;
	background-color:#eeeeee;
	}
	
#hometright {
	width:380px;
	float:right;
	}

#homebleft {
	width:298px;
	float:left;
	margin-top:20px;
	border: 1px solid #dddddd;
	background-color:#eeeeee;
	}

#homebrightt {
	width:380px;
	height:195px;
	float:right;
	margin-top:20px;
	}

#homebrightb {
	border:1px solid #dddddd;
	width:345px;
	height:21px;
	float:right;
	margin-top:5px;
	padding-top:2px;
	padding-left:30px;
	margin-left:3px;
	color:#000000;
	background:url(../images/style/event_note_img.jpg) no-repeat #e4e4e4;
	font-weight:bold;
	}

#homebrightb a{
	text-decoration:none;
	}

#res_area{
	border:1px solid #dddddd;
	text-align:center;
	}
	
#res_area h3{
	margin:10px;
	font-size:16px;
	}

#res_pics {
	margin: 5px auto 0px 55px;
	}

.res_pics_text {
	width:283px;
	margin:0px 5px 5px auto;
	float:left;
	text-align:center;
	}
	
#res_classes {
	width:280px;
	border:1px solid #dddddd;
	text-align:left;
	padding:2px;
	margin-top:5px;
	float:left;
	max-height:396px;
	overflow:auto;
	cursor:default;
	}
	
#res_classes a {
	font-size:10px;
	color:#0670CB;
	display:block;
	padding-bottom:1px;
	}

#res_classes a:hover{
	color:#ffffff;
	background-color:#0670CB;
	text-decoration:none;
	}
	
#res_list {
	border:1px solid #dddddd;
	width:385px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	padding:5px;
	max-height:390px;
	overflow:auto;
	cursor:default;
	}

#res_list h3 {
	border-bottom:1px dotted #0760CB;
	border-top:1px dotted #0760CB;
	padding-left:3px;
	color:#0760CB;
	margin-top:8px;
	}

#res_list ul {
	margin-left:5px;
	margin-bottom:2px;
	padding-bottom:2px;
	}

#res_list ul p {
	width:30px;
	font-weight:bold;
	float:left;
	text-align:left;
	margin:0px;
	padding:1px 0px;
	}
	
#res_foot {
	border:1px solid #dddddd;
	text-align:center;
	margin-top:5px;
	}

#res_foot a {
	color:#666666;
	}

#res_foot a:hover {
	color:#0760CB;
	}

#res_foot h4 {
	font-size:16px;
	font-weight:bold;
	}

#res_foot h5 {
	font-size:13px;
	font-weight:bold;
	}
	
/* Stallions at Stud */

.stallionlisting{
	width:600px;
	margin:5px auto 5px auto;
	background-color:#eeeeee;
	border: 1px solid #dddddd;
}

.slistingitem{
	width:586px;
	margin:5px auto 5px 3px;
	padding:2px;
	border:1px solid #dddddd;
	background-color:#FFFFEA;
	float:left;
	display:inline;
	cursor:default;
}

.slistingheading {
	height: 25px;
	background-color:#0760CB;
	padding:5px;
	margin:5px 2px;
	vertical-align:middle;
	color:#ffffff;
}

.slistingheading h2 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	float:left;
	padding:3px 0px;
	margin:0px;
}

.slistingheading h3 {
	text-align:right;
	font-size:12px;
	float:right;
	display:inline;
	padding-top:10px;
	font-weight:normal;
}

.slistingitem_img {
	width: 125px;
	height:90px;
	float:left;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 1px 3px 1px 2px;
	position: relative;
}

.slistingitem p {
	width:270px;
	float:left;
	margin: 1px 5px 1px 1px;
	min-height:92px;
	background-color:#FFFFEA;
	padding:0px;
}

.slisting_detail {
	width:73px;
	float:left;
	margin: 1px 0px 2px 0px;
	padding:0px;
	max-height:68px;
	line-height:20px;
}

.slisting_detail li {
	border-bottom:1px dotted #dddddd;
	width:69px;
	background-color:#FFFFEA;
	line-height:14px;
	height:14px;
	font-weight:bold;
	text-align:right;
	padding-left:1px;
	}

.slisting_details {
	width:73px;
	float:left;
	margin: 1px 0px 2px 0px;
	padding:0px;
	max-height:68px;
	line-height:20px;
}

.slisting_details li{
	border-bottom:1px dotted #dddddd;
	width:96px;
	background-color:#FFFFEA;
	line-height:14px;
	height:14px;
}

.slisting_stud {
	width:160px;
	height:20px;
	float:left;
	padding:2px 10px 10px 0px;
	text-align:center;
}

.slisting_button {
	width:40px;
	background-color:#0760CB;
	height:11px;
	float:right;
	padding:2px 5px 10px 5px;
	margin-right:3px;
	text-align:center;
	border-left:1px solid #ffffff;
	font-weight:bold;
}

.slisting_button a {
	text-decoration:none;
	color:#ffffff;
}

.slisting_button a:hover{
	text-decoration:underline;
}

.stallionitem {
	width:590px;
	margin:5px auto 5px auto;
}

.siteminfo {
	width:586px;
	margin:5px auto 5px auto;
	padding:2px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	float:left;
	display:inline;
	cursor:default;
}

.siteminfo h2 {
	background-color:#0760CB;
	margin:2px auto 2px auto;
	padding:2px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	max-width:580px;
	color:#ffffff;
}

.siteminfo a {
	text-decoration:none;
	font-weight:bold;
	color:#0670CB;
	}

.siteminfo a:hover {
	text-decoration:none;
}

.siteminfo_left {
	width:300px;
	margin-top: 2px;
	float:left;
}

.sleft_area {
	border: 1px solid #0670CB;
	padding:2px;
	margin-bottom:2px;
	}

.sitemimage {
	line-height:250px;
	text-align:center;
	border:1px solid #0670CB;
	background-color:#eeeeee;
	}
.sitemimage img {
	max-height:246px;
	max-width:296px;
	vertical-align:middle;
	border:1px solid #ffffff;
	}
	
.simgthumbs {
	width:74px;
	height:74px;
	margin: 3px 1px 1px 0px;
	float:left;
	text-align:center;
	}
	
.simgthumbs img {
	max-width:74px;
	max-height:74px;
	}
	
.simgthumbs a {
	border:none;
}

.siteminfo_right {
	width:282px;
	padding: 0px 1px 1px 0px;
	float:right;
}

.sright_area {
	border: 1px solid #0670CB;
	padding:2px;
	margin-bottom:2px;
	}

.sright_area li {
	border-bottom:1px solid #dddddd;
	margin-bottom:1px;
	}

.sdetailleft {
	width:55px;
	text-align:right;
	font-weight:bold;
	padding-right:6px;
	float:left;
	}
	
.sdetailright {
	width:211px;
	text-align:left;
	font-weight:normal;
	}

.sdetailright a {
	font-weight:normal;
	}

.sdetailright a:hover {
	text-decoration:underline;
	}
	
.sbreedingleft {
	width:30px;
	text-align:right;
	font-weight:bold;
	padding-right:6px;
	float:left;
	}
	
.sbreedingright {
	width:236px;
	text-align:left;
	font-weight:normal;
	}
	
.sbreedingright a {
	font-weight:normal;
	}

.sbreedingright a:hover {
	text-decoration:underline;
	}

.sdescription {
	width:100%;
}

.sdescription_area {
	border: 1px solid #0670CB;
	padding:2px;
	margin:1px;
	}
	
.sdescription_area p {
	font-size: 12px;
	padding:2px;
	line-height: 16px;
	text-align:justify;
}

.sthumbnail img{
	border: 1px solid #ffffff;
	margin: 0 5px 5px 0;
	text-align:center;
}

.sthumbnail:hover{
	background-color: transparent;
}

.sthumbnail:hover img{
	border: 1px solid #ffffff;
}

.sthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #0760CB;
	padding: 8px 5px 3px 10px;
	left: -1000px;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
	border:1px solid #ffffff;
}

.sthumbnail span img{ /*CSS for enlarged image*/
	max-width:422px;
	border-width: 0;
	padding: 6px;
	text-decoration:none;
	background-color: #eeeeee;
}

.sthumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -6px;
	left: 125px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-decoration:none;
}
