/************************************************************************
	CSS Stylesheet for DIY Performance Radiator
	Name: styles.css
	Media Type: Screen
	Creation Date: Feb 9th, 2007
	Author: Charlie Moseley
	Author: Dan Ward
	Page URI: http://usaradiator.com/index.php
	Description: Global styles used for the DIY Performance Radiator.
				 Subpage styles also stored with comment breaks.
	Copyright: DesignerWeb August 2006 (http://designer-web.com)
*************************************************************************/


/****************************************/
/********* GLOBAL STYLING ***************/
/****************************************/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.gif); }

a {
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

form {
	margin: 0px;
	padding: 0px; }

form.carSelector select {
	margin-bottom: 10px; }

div.carContainer {
	margin: auto;
	width: 240px;
	text-align: center; }
			

/****************************************/
/******** HEADER CONSTRUCT **************/
/****************************************/
#cHeaderTop {
	width: 800px;
	margin: auto;
	height: 27px; }

	#cHeaderTop .left {
		width: 28px;
		height: 27px;
		background: url(images/cornerTopLeft.gif) no-repeat;
		float: left; }

	#cHeaderTop .middle {
		width: 743px;
		height: 26px;
		border-top: 1px solid #C0C8DD;
		background: url(images/headerTopImage.jpg) no-repeat;
		float: left; }

	#cHeaderTop .right {
		width: 28px;
		height: 27px;
		background: url(images/cornerTopRight.gif) no-repeat;
		float: left; }

#cHeaderMiddle {
	width: 798px;
	height: 101px;
	margin: auto;
	background: url(images/usaRadLogo.jpg) no-repeat;
	border-left: 1px solid #C0C8DD;
	border-right: 1px solid #C0C8DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; }

	#cHeaderMiddle .right {
		width: 661px;
		padding-right: 10px;
		height: 101px;
		background: url(images/headerMain.jpg) no-repeat;
		float: right;
		text-align: right; }

		#cHeaderMiddle .right span {
			color: #0000FF;
			font-style: italic; }

#cHeaderBottom {
	width: 798px;
	height: 23px;
	margin: auto;
	background: url(images/headerBottom.jpg) no-repeat;
	border-left: 1px solid #C0C8DD;
	border-right: 1px solid #C0C8DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; }

	#cHeaderBottom .left {
		padding-top: 3px;
		padding-left: 10px;
		float: left; }

	#cHeaderBottom .right {
		font-size: 13px;
		float: right;
		text-align: right;
		padding-right: 10px;
		margin-top: -5px; }

		#cHeaderBottom .right span {
			font-size: 18px; }

#cTopNav {
	width: 698px;
	_width: 718px;
	height: 19px;
	margin: auto;
	padding: 0 50px 0 50px;
	_padding: 0 40px 0 40px;
	background: #3A7EBF;
	border-left: 1px solid #C0C8DD;
	border-right: 1px solid #C0C8DD;
	border-bottom: 1px solid #8BB1D5; }

	#cTopNav a {
		display: block;
		float: left;
		height: 17px;
		margin: 0 6px 0 6px;
		padding: 2px 10px 0 10px;
		color: #FFFFFF; }

	#cTopNav a:hover {
		background: #74A5D6;
		text-decoration: none; }


/****************************************/
/******** FOOTER CONSTRUCT **************/
/****************************************/
#cFooter {
	width: 800px;
	height: 27px;
	margin: auto; }

	#cFooter .left {
		width: 28px;
		height: 27px;
		background: url(images/cornerBottomLeft.gif) no-repeat;
		float: left; }

	#cFooter .middle {
		width: 744px;
		height: 26px;
		background: #FFFFFF;
		font-size:10px;
        color:#777777;
		border-bottom: 1px solid #C0C8DD;
		float: left; }

	#cFooter .right {
		width: 28px;
		height: 27px;
		background: url(images/cornerBottomRight.gif) no-repeat;
		float: left; }


/****************************************/
/*********** PAGE STYLING ***************/
/****************************************/

/**********ALL PAGE STYLING**************/
#cContent {
	width: 798px;
	margin: auto;
	border-left: 1px solid #C0C8DD;
	border-right: 1px solid #C0C8DD;
	background:  #FFFFFF; }

	.content {
		padding: 0 10px 10px 10px;
		_padding: 0 8px 10px 10px; }

	.contentSpacer {
		width: 770px;
		margin: auto;
		height: 1px;
		clear: both; }

	.bold {
		font-weight: bold }

div.generalDivider {
	width: 100%;
	color: #cf0810;
	font-size: 25px;
	border-bottom: 2px dotted #1965af;
	margin: 0px 0 8px 0;
	padding: 10px 0px 1px 3px; }


div.generalSecondaryDivider {
	width: 100%;
	color: #cf0810;
	font-size: 17px;
	border-bottom: 2px dotted #1965af;
	margin: 0px 0 8px 0;
	padding: 10px 0px 1px 3px; }

div.spacer {
	height: 1px;
	margin: auto;
	clear: both; }

a.addToCartButton {
	width: 85px;
	height: 13px;
	padding: 3px;
	display: block;
	background: #397fc2;
	border: solid 1px #0d4e8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: white;
	text-align: center; }

a.addToCartButton:hover {
	text-decoration: none;
	background: #0A4D91; }


/**********INDEX PAGE STYLING**************/
#fpProductsDisplay {
	text-align: center;
	margin-left: 20px; }

#fpProductsDisplay span {
	font-size: 10px;
	color: #666666; }


/********** ABOUT PAGE ******************/
#aboutLeft {
	width: 515px;
	float: left; }

#aboutRight {
	float: right;
	margin-top: 30px; }


/******** CAREERS PAGE ******************/
#careersLeft {
	width: 290px;
	float: left; }

#careersRight {
	float: right;
	margin-top: 15px; }


/*** FEEDBACK PAGE/ORDER HISTORY PAGE ***/
.feedbackForm .name, .feedbackForm .email,
.orderHistoryForm .orderID, .orderHistoryForm .email, .orderHistoryForm .shipToZip {
	border: 1px solid #A5ACB2;
	width: 200px; }

.feedbackForm .comments {
	border: 1px solid #A5ACB2;
	width: 240px; }

.feedbackForm .submit,
.orderHistoryForm .submit {
	border: 1px solid #0D4E8E;
	background: #397FC2;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer; }

.formFieldFeedBack{
	padding-right:10px;}


/******* TABLE STYLES **********/
table.result {
	font-family: Verdana, Arial, Helvetica, sans-serif; }

tr.resultRowOdd {
	background: #cccccc;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultRowGrey {
	background: #F3F3F3;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 10pt;
	color: #383838; }

tr.resultRowWhite {
	background: White;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultRowOdd {
	background: #cccccc;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultRowEven {
	background: #ebebeb;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultsHeaderRow {
	background: #000066;
	color: White;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt; }

tr.searchResultsHeader{
	background:#464646;
	color:#ffffff;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt; }

tr.resultsHeaderColumnTitles {
	background: #FDF3D4;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultRowEven:hover {
	background: #dddddd;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultRowOdd:hover {
	background: #dddddd;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultRowEvenhover {
	background: #dddddd;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

tr.resultRowOddhover {
	background: #dddddd;
	font-family: 'Verdana', 'Helvetica';
	font-weight: normal;
	font-size: 9pt;
	color: #383838; }

#partsTableResults {
	/*width:798px;*/ }

table.searchResults {
	width:90%;
	padding-top:10px;
	margin:auto; }

/*****selected category box****/
/******************************/
.selectedCatBox {
	border:1px solid red; }

	.selectedCatBoxTopLeft {
		height:11px;
		width:11px;
		float:left;
		position:relative;
		top:-1px;
		left:-1px;
		background:url(images/redBoxCrnrTopLeft.gif); }

	.selectedCatBoxTopRight{
		height:11px;
		width:11px;
		float:right;
		position:relative;
		top:-1px;
		left:1px;
		background:url(images/redBoxCrnrTopRight.gif); }

	.selectedCatBoxMiddle {
		clear:both;
		padding-left:5px;
		padding-right:5px; }

	.selectedCatBoxBottomLeft {
		height:11px;
		width:11px;
		float:left;
		position:relative;
		top:1px;
		left:-1px;
		background:url(images/redBoxCrnrBottLeft.gif); }

	.selectedCatBoxBottomRight {
		height:11px;
		width:11px;
		float:right;
		position:relative;
		top:1px;
		left:1px;
		background:url(images/redBoxCrnrBottRight.gif); }

/*****unselected category box****/
/******************************/
.unselectedCatBox {
	border:1px solid white; }

	.unselectedCatBoxTopLeft {
		height:11px;
		width:11px;
		float:left;
		position:relative;
		top:-1px;
		left:-1px;
		/*background:url(images/yellBoxCrnrTopLeft.gif);*/ }

	.unselectedCatBoxTopRight{
		height:11px;
		width:11px;
		float:right;
		position:relative;
		top:-1px;
		left:1px;
		/*background:url(images/yellBoxCrnrTopRight.gif);*/	}

	.unselectedCatBoxMiddle{
		clear:both;
		padding-left:5px;
		padding-right:5px; }

	.unselectedCatBoxBottomLeft{
		height:11px;
		width:11px;
		float:left;
		position:relative;
		top:1px;
		left:-1px;
		/*background:url(images/yellBoxCrnrBottLeft.gif);*/ }

	.unselectedCatBoxBottomRight{
		height:11px;
		width:11px;
		float:right;
		position:relative;
		top:1px;
		left:1px;
		/*background:url(images/yellBoxCrnrBottRight.gif);*/ }



/*********search by vehicle box corners*****/
/*******************************************/

	.searchByVehicleBoxTopLeft{
		height:11px;
		width:11px;
		float:left;
		position:relative;
		top:-13px;
		left:-13px;
		background:url(images/yellBoxCrnrTopLeft.gif) no-repeat;
	}

	.searchByVehicleBoxTopRight{
		height:11px;
		width:11px;
		float:right;
		position:relative;
		top:-13px;
		left:13px;
		background:url(images/yellBoxCrnrTopRight.gif) no-repeat top right;
	}

	.searchByVehicleBoxBottomLeft{
		height:11px;
		width:11px;
		float:left;
		position:relative;
		top:13px;
		left:-13px;
		background:url(images/yellBoxCrnrBottLeft.gif) no-repeat bottom left;
	}

	.searchByVehicleBoxBottomRight{
		height:11px;
		width:11px;
		float:right;
		position:relative;
		top:13px;
		left:13px;
		background:url(images/yellBoxCrnrBottRight.gif) no-repeat bottom right;
	}

/****** search by vehicle ******/
/*******************************/

h1.searchByVehicle
{
	color: #cf0810;
	font-size: 15px;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}

	h2.searchByVehicle
	{
		color: #3c7dc1;
		font-size: 12px;
		margin: 0px 0 0px 0;
		padding: 0px 0px 0px 0px;
	}

	h1.searchByVehicle
	{
		color: #cf0810;
		font-size: 15px;
		margin: 0px 0 0px 0;
		padding: 0px 0px 0px 0px;
	}

h1.searchByVehicle
{
	color: #cf0810;
	font-size: 15px;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}


/************ SORT LATER INTO COMPREHENSIBLE CRAP ***********/
h2.locations{
	color: #cf0810;
	font-size: 15px;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
table.cartView {
	width: 90%;
	margin-top: 10px; }

	table.cartView tr.header {
		background: #464646;
		color: #FFFFFF; }

	table.cartView tr {
		background: #F4F4F4; }
	table.cartView td{
		padding:2px 10px 2px 5px}

	table.cartView tr.stripeAlt {
		background: #E1E1E1; }


.locations h1{
	color: #000000;
	font-size: 20px;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}

.locationSearchResults{
}

.locationSearchResults h2{
	color: #cf0810;
	font-size: 15px;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
.locationSearchResults table{
	width:670px;
}
.locationSearchResults img{
	border:0;
}

.locationSearchResults td{
	padding:2px 10px 2px 5px;
}
.locationsResultsHeader{
	background:black;
	color:white;
}


#cContent legend{
	color: #cf0810;
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 0 3px 0 3px;
}

.cart li{
	list-style-image:url(images/greySquare.gif);
}