/* PHAT CYCLES (SPEC SHEET) - style_specs.css - Updated: 12.23.08 */


/*PAGE LOOK & FORMAT*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px;
	}

div.specs {
	background-color: transparent;
	}	
	
	
/*TEXT - STYLES*/
	
span.header {
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 3px;
	text-align: right;
	}
	
span.subheader {
	color: #CCCCCC;
	font-size: 12px;
	font-style: normal;	
	word-spacing: normal;
	letter-spacing: 1px;
	font-weight: normal;
	padding-left: 5px;
	}

span.disclaimer {
	color: #CCCCCC;
	font-size: 12px;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: 1px;
	font-weight: normal;
	}

span.close {
	text-align: right;
	padding-right: 3px;
	}

a {
	text-decoration: none;
	}

link {
	color: #FFFFFF;
	text-decoration: none;
	}

visited {
	color: #666666;
	text-decoration: none;
	}
	
active {
	color: #FFFFFF;
	text-decoration: none;
	}

hover {
	text-decoration: underline;
	color: #666666;
	}
	

/*WHITE DIVIDER*/

hr {
	border: 0;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
	vertical-align: top;
	}


/*TABLE - TECHNICAL SPECS*/

table {
	width: 100%;
	border: 0;
	border-collapse:collapse;
	letter-spacing: 1px;
	word-spacing: 1px;
	}

td.row-first-left {
	background-color: transparent;
	width: 135px;
	vertical-align: top;	
	color: #FFFFFF;
	font-weight: bold;
	}

td.row-first-right {
	background-color: transparent;
	vertical-align: top;
	color: #CCCCCC;
	}

td.row-second-left {
	background-color: #222222;
	width: 135px;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: bold;
	}
	
td.row-second-right {
	background-color: #222222;
	vertical-align: top;
	color: #CCCCCC;
	}