/* CSS Document for PSerraRacing.com */
/* Developed by Cody Schindel/Autosports Media */
/* http://autosportsmedia.com */
/* May 12, 2009 */

/* Secondary CSS Styling for Expanding Race Team Section */

.race-team {
		margin: 0 0 15px 25px;
		clear: left;
		float: left;
		width: 685px;
		min-height: 200px;
	}
	
.col-3-content {
		padding: 10px 5px;
		font-size: 80%;
	}

.race-team ul {
	list-style: none;
	margin: 8px 0 5px 0;
	padding: 0;
	display: block;
	font-size: 80%;
	max-width: 685px;
	overflow: hidden;
	text-transform: uppercase;
	}
	
.race-team li {
	margin-bottom: 15px;
}

.race-team li a {	
	background:url(images/team-bg.jpg) repeat-x top left;
	width: 650px;
	height: 50px; 
	margin: 0;
	clear: both;
	display: block;
	padding:0;
	border: 1px solid #000;
	}
	
.race-team a {
	text-decoration: none;
	color: #000;
	}
	
.race-team a:hover {
	background:url(images/news-head-over.jpg) repeat-x top left;
	}
	
.image {
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	width: 75px;
	height: 50px;
	font-size: 90%;
	font-weight: bold;
	}

.info {
	margin: 0 0 0 25px;
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 125%;
	font-variant: small-caps;
	font-style: italic;
	}

.driver-content {
	padding: 10px;
	width: 530px;
}
	
.driver-image {
	float: right;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	max-height: 150px;
	max-width: 101px;
	}

/* Expands */
#expand1, #expand2, #expand3, #expand4, #expand5 {
	clear: both;
	width: 650px;
	padding: 0 0px 0 0px;
	display: none;
	min-height: 150px;
	font-size: 90%;
	text-align: justify;
	text-transform: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}

#expand1 a {
	float: left;
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #06f;
	margin-bottom: 10px;
	max-width: 50px;
	}
	
#expand1 a:hover {
	text-decoration: underline;
	color: #000;	}
