/* 
	Handicapper page CSS for TopTenCappers.com, v1.0
	Created by Rick Henley
	creative@theguitarnut.com
	09.12.2007
*/


	
/* Three Column Formatting ------------------------ */

/* Override the content settings in global.css */
#content {
	width: 968px;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 5px;
	}
	
#aboutCapper {
	float: left;
	width: 329px;
	height: auto;
	margin: 0 0 0 405px;
	overflow: hidden;
	display: inline;
	}
	
#capperContent {
	float: left;
	width: 228px;
	height: auto;
	margin: 0 0 0 5px;
	overflow: hidden;
	display: inline;
	}
	
#buyPicks {
	float: left;
	width: 400px;
	height: auto;
	margin: 0 0 0 -968px;
	overflow: hidden;
	display: inline;
	}
	
#capperSnapshot {
	width: 300px;
	height: auto;
	margin-left: 15px;
	margin-right:5px;
	margin-top: 10px;
	overflow: hidden;
	background: url(/images/template/bg_snapshot_300x14.gif) top left repeat-y;
	}
	

/* Old three column formatting 
	
#twoColShell {
	width: 729px;
	}
	
#aboutCapper {
	float: right;
	width: 325px;
	height: auto;
	overflow: hidden;
	}
	
#capperContent {
	float: right;
	width: 228px;
	height: auto;
	overflow: hidden;
	}
	
#buyPicks {
	width: 400px;
	height: auto;
	overflow: hidden;
	}
	
#servicePromo {
	width: 725px;
	padding-bottom: 10px;
	}
	
*/


/* Text Formatting ------------------------ */

.buypickSingle {
	display: block;
	min-height: 40px;
	padding: 0 0 5px 40px;
	background-position: 0 0 0 -30px;
	font-size: 10px;
	}

.buypickFootball {
	display: block;
	min-height: 40px;
	padding: 0 0 5px 0;
	font-size: 10px;
	}
	
.buypickFootballSingle {
	display: block;
	min-height: 40px;
	padding: 0 0 5px 0;
	font-size: 10px;
	}
	
.buypickBaseball {
	display: block;
	min-height: 40px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
	font-size: 10px;
	}
	
.buypickBaseballSingle {
	display: block;
	min-height: 40px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
	font-size: 10px;
	}
	
.buypickHockey {
	display: block;
	min-height: 40px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
	font-size: 10px;
	}
	
.buypickHockeySingle {
	display: block;
	min-height: 40px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
	font-size: 10px;
	}
	
.title {
	font-size: 11px;
	color: #990000;
	}
	
.buypickPrice {
	color: #0066CC;
	}
	
.cartLink {
	color: #FF0000;
	}
	
#content #aboutCapper p {
	margin-left: 25px;
	text-align: left;
	}
	
#content #capperContent .quote {
	font-size: 10px;
	font-weight: bold;
	color: #CC6600;
	margin: 5px 12px  12px;
	line-height: 12px;
	}
	
#content #capperContent .article {
	margin: 5px 12px 10px 12px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
	}
	
#content #capperContent p {
	text-align: left;
	}
	
#content #capperContent p.link {
	margin-left: 10px;
	color: #0033FF;
	}
	
#content #capperContent .pastPick {
	margin: 5px 12px 10px 12px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
	}
	
#content #aboutCapper #capperSnapshot ul {
	list-style: none;
	}
	
#content #aboutCapper #capperSnapshot ul li {
	display: block;
	padding: 4px;
	font-size: 10px;
	color: #990000;
	margin-left: 5px;
	list-style-type: square;
	}
	
#content #aboutCapper #capperSnapshot ul li.title {
	font-size: 12px;
	margin-top: -5px;
	}

#capperHotStreaks p {
  font-size: 9px;
}

#capperHotStreaks h1 {
  padding: 3px;
  font-size: 12px;
  background: #DBDBDB;
}

.packageDuration {
	font-size: 11px;
	display: block;
	margin: 5px 0 5px 25px;
	padding: 3px;
	color: #FFFFFF;
	background: #999999;
	width: 90%;
	}

.handicapperPortfolio {
  max-height: 150px;
  overflow: auto;
}
	
/* Misc formatting --------------- */


/* Remove right banner */

#rightBanner {
	display: none;
	}

#achievements li{
  list-style-type: square;
}

