
#main_content
{
	position: relative;
	width: 1000px;
	min-height: 500px ;
	border-top: thin #CCC solid;
	background-image: url(../images/gradient/h300_reverse.png);
	background-color: #fff;
	background-repeat: repeat-x;
	z-index: 10;
	padding-top: 40px;
}

.horse-panes {
	position: relative;
	width: 700px; 
	float: left;
}

/* tab pane styling */
div.horse-panes div.horse-pane {
	display: none;
	padding: 0px 0px 35px 75px;
	border-top: 0;
	font-size: 14px;
}

/* horse picture */
.horse-pane img {
	float:left;
	clear: none;
	margin: 0px 20px 20px 0px;		
}

/* horse name */
.horse-pane h3 {
	font-size: 2em;
	color: #333;
	font-weight: normal;
	letter-spacing: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
} 

/* subtitle */
.horse-pane h4 {
	font-size: .8em;
	color: #000;
	letter-spacing: normal;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 0px;
} 

/* other heading: winnings, progeny, etc */
.horse-pane h5 {
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	letter-spacing: 0px;
	font-variant: small-caps;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 15px 40px;
} 

/* paragraph styling */

.horse-pane p, .order_form  {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 40px;
	width: 550px;
	letter-spacing: normal;
	font-size: .8em;
	color: #333;
}

.horse-pane a {display: inline;}

.horse-pane .order_form
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0;
	display: inline;
	clear: none;
	border: 0px;
}

.horse-pane p.first_p {
	font-weight: bold;
} 

/* CCS for detail table */

#detail_table  {margin-top: 20px;}

td.cell_right, td.cell_left
{
	text-transform: uppercase;
	color: #333;
	font-size: 1.1em;
	vertical-align: top;
	letter-spacing: .1em;
	padding: 0;
	margin: 0;
}
    				
td.cell_left {text-align: right;}

td.cell_right {
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.1em;
	width: 200px;
}

#detail_table tr {height: 30px; margin: 0;}


/* CCS for Sire | Dam table */
    	    
#sire_dam  {
	margin: 0px 0px 40px 0px;
	padding: 0;
	padding-left: 40px; 
	text-align: left;
	letter-spacing: .15em;
	color: #666;
}

#sire_dam.no_pad_left {padding: 0px 0px 35px 0px; margin: 0;}

#sire_dam tr {height: 39px; margin: 0;}

#sire_dam td {
 	font-variant: small-caps;
 	font-weight: 200;
 	border-bottom: 1px #666 solid;
 	padding-left: 0px;
 	font-size: .8em;
 	color: #333;
 	vertical-align: middle;
 	width: 150px;
 }

 #sire_dam td.no_border {border-bottom: none;}

/* CCS for racing table */

#race_table  {margin-top: 20px;}

td.race_cell_right, td.race_cell_left {
	text-transform: uppercase;
	color: #333;
	font-size: 1em;
	vertical-align: top;
	letter-spacing: .1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
    				
td.race_cell_left {text-align: right;}

td.race_cell_right
{
	text-transform: capitalize;
	font-size: 1em;
	text-align: left;
	padding-left: 10px;
	font-weight: 100;
	width: 200px;
}

#race_table tr {height: 30px; margin: 0;}

/* CCS for accordion menu */

#right {
	padding: 20px 75px 0px 0px;
	float: right;
	width: 180px;
}


#right .box {
	width:181px;
	margin:-1px 0 7px 0;	
}

#right h2 {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 6px 10px;
	display: block;
	text-decoration: none;
	color: #000;
	letter-spacing: 0px;
	background-image: url(../images/accordion/sidenav.png);
	background-repeat: no-repeat;
	font-weight: normal;
}

#right h5 {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 6px 10px;
	display: block;
	text-decoration: none;
	color: #000;
	letter-spacing: 0px;
	font-weight: normal;
}

#right h2.ruby {
	background-position:0 -255px;	
	color:#fff;	
}

#right h2.active {
	background-position:0 -192px;	
	color:#fff;		
	height:17px;
}

#right .inside, #right div.box ul {
	background-image: url(../images/accordion/sidenav_strip.jpg);
	background-repeat: no-repeat;
}

#right .clear {
	height: 10px;
	background-image: url(../images/accordion/sidenav.png);
	background-repeat: no-repeat;
	background-position: 0 -353px;
}

#right div.box ul {
	margin:0;
	padding:0;
	background-color: #FFF;
}

#right div.box li {	
	list-style-type:none;		
}

#right .box a {
	display:block;
	padding:6px 8px;
	border-bottom:1px solid #999;
	text-decoration:none;	
	font-size:12px;
	margin:0px 3px;
}

#right .box a:hover {
	background-color:#efefef;
	color:black;
}

#right .box a.selected, #right .box a.selected:hover {
	background-color:#666;
	color:#fff;
	cursor:default;
}

#right .horse-tabs a.current, #right .horse-tabs a.current:hover {
	background-color:#666;
	color:#fff;
	cursor:default;
}

#right p.active a {
	text-decoration:underline !important;
	color:black;
	cursor:default;
}

#right h2 {cursor:pointer;}

#right .box a.no_line { border-bottom: 0px #999 solid; }



