@charset "utf-8";
/* CSS Document */

body	{	background-color:#57351a;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:9pt;
			color:#c7ba9d;
			margin:0px;
			padding:0px;	}
			
.container	{	width:772px;
				margin:0px auto;
				padding:0px;
				overflow:hidden;	}
				
.page_top	{	width:772px;
				margin:0px auto;
				background-image:url(/_template/images/book_top%5B4-8%5D.png);
				background-repeat:no-repeat;
				height:141px;	}
				
.page	{	width:772px;
			margin:0px auto;
			background-image:url(/_template/images/page_repeat.png);
			background-repeat:repeat-y;
			padding:0;	}
			
.clinics	{	background-image:url(/_template/images/swirl.png);
				background-repeat:no-repeat;
				background-position:center top;
				padding-top:15px;
				text-align:center;	}
				
.upcoming_description	{	background-color:#f5e2b3;
							padding:8px;
							font-size:8pt;
							color:#3d3d3d;	}
							
.tiny_text	{	font-size:7pt;
				color:#3d3d3d;
				font-weight:bold;	}
				
.event_date	{	font-size:8pt;
				color:#3d3d3d;
				font-weight:bold;
				border-bottom:1px solid #c6a44e;	}
			
.ribbon_hold	{	float:right;
					width:180px;
					margin-right:135px;
					margin-top:-43px;	}

.ribbon	{	background-image:url(/_template/images/nav_repeat%5B4-8%5D.png);
			background-repeat:repeat-y;
			margin:0px;
			padding:10px 0px 10px 0px;	}	
			
.ribbon_end	{	background-image:url(/_template/images/nav_bottom%5B4-8%5D.png);
				height:52px;
				padding:0px;	}			
				
.ribbon ul	{	list-style:none;	}

.ribbon li	{	list-style:none;
				padding:2px;	}
				
.ribbon li a:link, .ribbon li a:visited	{	color:#c7ba9d;
											text-decoration:none;	}
											
.ribbon li a:hover	{	text-decoration:underline;	}

.text_container	{	width:430px;
					float:left;
					margin-left:15px;
					border:1px solid #5b1617;
					margin-top:-20px;	}
					
.text_top	{	background-color:#faedcd;
				background-image:url(/_template/images/text_top.png);
				background-position:top;
				background-repeat:no-repeat;
				height:24px;
				margin:0;
				padding:0;	}

.text	{	background-color:#faedcd;
			color:#57351a;
			margin:0px;
			margin-top:-20px;
			padding:0px 10px 10px 10px;	}

.text_bottom	{	background-color:#faedcd;
					background-image:url(/_template/images/text_bottom.png);
					background-position:top;
					background-repeat:no-repeat;
					height:24px;
					margin:0;
					padding:0;	}
					
h1	{	font-size:15pt;
		letter-spacing:-1px;
		color:#730f17;	}
		
h2	{	font-size:12pt;
		color:#57351a;
		padding:0px;	}
		
strong.article_title_sm	{	font-size:8pt;
							color:#3d3d3d;
							background:url(images/horse-bullet.gif) no-repeat 0 0; padding:0 0 5px 20px;
							}

							
.indent	{	padding-left:15px;	}

.more a:link, .more a:visited	{	font-size:8pt;
									font-weight:bold;	}
									
.more a:hover	{	text-decoration:underline;	}

.footer	{	border-top:1px #57351a solid;
			width:600px;
			float:left;
			margin-top:15px;
			margin-left:15px;
			padding:8px 5px 0px 0px;	}
			
.left	{	width:350px;
			float:left;
			text-align:left;
			font-size:8pt;
			letter-spacing:0px;
			color:#57351a;	}

.left a:link, .left a:visited	{	color:#c88926;
									text-decoration:underline;	}
									
.left a:hover	{	text-decoration:none;	}

.page_bottom	{	width:772px;
				margin:0px auto;
				background-image:url(/_template/images/book_bottom%5B4-8%5D.png);
				background-repeat:no-repeat;
				height:141px;	}


/*Lightbox Techniques*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(/_template/images/prevlabel.gif) 0 100% no-repeat; 
border: none; left: 0; float: left; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(/_template/images/nextlabel.gif) 100% 100% no-repeat; 
border: none; right: 0; float: right;
}
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*changes by Mark - 4-12-2010*/
table tr td span.article_title_sm a {color:#730f17; text-decoration:none;}
table tr td span.article_title_sm a:hover {text-decoration:underline;}

div.text a:link, a:visited	{color:#730f17;	text-decoration:none;}
						
div.text a:hover	{text-decoration:underline;}
/* end changes by Mark*/

/*Google*/


  .override #googlecart-widget-head {
    background-color:#e8cf96; border:1px solid #6a0e15;
  }
  .override #googlecart-widget-body {
    border:1px solid #6a0e15;
  }
  .override .googlecart-widget-item {
    border:1px solid #6a0e15;
  }
  .override .googlecart-widget-checkout {
    http://www.corllhorsemanship.com/_template/images/buybutton.png
  }

