@charset "utf-8";
/* CSS Document */

.yellow {font-weight: bold; color: #FFBE0A;}
.yellowNoBold {font-weight: normal; color: #FFBE0A;}

h1, h2, h3, h4 {
	padding-bottom: 8px;
	font-size: 18px;
	line-height: 21px;
	text-shadow: 2px 2px 2px #000;
}
h2 {padding-top: 14px;}

h3 {
	padding-bottom: 8px;
	padding-top: 14px;
	font-size: 15px;
	line-height: 19px;
}

.styled {
	background: #000;
	border: 1px solid #333;
}

.styled th {
	color: #FFF;
	background: #0063AF;
	font-size: 14px;
	text-align: left;
	padding: 8px 7px;
	border: 5px solid #000;
	line-height: 16px;
}
.styled td {
	padding: 5px 7px;
	border: 5px solid #000;
}
.styled td.noPad {padding: 0px !important; margin: 0px !important; } 
td.partsRow {padding: 0px;}

td.partsRow a {
	padding: 4px 7px;
	display: block !important;
	color: #FFF;
	font-weight: bold;
}
td.partsRow a:hover {
	background: #101010;
	text-decoration: none;
}

a.exploreBtn:focus, a.photosBtn:focus, a.overviewBtn:focus {outline: none !important;}

a.exploreBtn {
	display: block;
	float: left;
	height: 29px;
	width: 185px;
	background: url(../images/btn_explore.gif) no-repeat left top;
	text-indent: -9989px;
	margin-right: 8px;
}
a.exploreBtn:hover {
	background: url(../images/btn_explore.gif) no-repeat left bottom;
}

a.photosBtn {
	display: block;
	float: left;
	height: 29px;
	width: 112px;
	background: url(../images/btn_photos.gif) no-repeat left top;
	text-indent: -9989px;
}
a.photosBtn:hover {
	background: url(../images/btn_photos.gif) no-repeat left bottom;
}

a.overviewBtn {
	display: block;
	float: left;
	height: 29px;
	width: 170px;
	background: url(../images/btn_overview.gif) no-repeat left top;
	text-indent: -9989px;
	margin-right: 8px;
}
a.overviewBtn:hover {
	background: url(../images/btn_overview.gif) no-repeat left bottom;
}



.small {font-size: 10px !important; line-height: 13px;}
.13pxleading {line-height: 13px;}
.marginBottom {
	margin-bottom: 4px;
}
.red {color: #FF0000 !important;}
.noPad {margin: 0px !important; padding: 0px !important;}
.floatRight {float: right;}
.floatLeft {
	float: left;
}
.padLeft {padding-left: 25px;}
.marginLeft {
	margin-left: 15px;
	margin-top: 3px;
}
.bumpDown {margin-top: 7px;}
.padRight {padding-right: 10px;}
.padBottom {
	padding-bottom: 8px;
}

.clearBoth {clear: both;}
.padTextLeft {padding-left: 37px;}

a.partsThumb {
	float: left;
	margin-right: 5px;
	border: 3px solid #000;
	margin-bottom: 5px;
}
a.partsThumb:hover {border: 3px solid #FEBD11;}
.thumbSpacer {padding-right: 6px;}

.headerTM {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}
.bulletListTitle {
	padding-bottom: 2px !important;
}

td.caption {
	background: #161616;
	padding: 5px;
	font-size: 10px;
	line-height: 14px;
}

