/*************************** Elements ********************************/


table.colorTable {
	border: 0px;
}

	table.colorTable td {
		padding: 10px;
	}
	
	table.colorTable td.border {
		background-image: url("../images/dot.gif");
		background-repeat: repeat-y;
		background-position: right;
	}


/*************************** colors ********************************/
.darkred {
	color: #7D2E32;
}

.darkgreen {
	color: #5E5F36;
}

.gold {
	color: #A48545;
}

.blue {
	color: #678391;
}

.purple {
	color: #6B585E;
}




/*********************** tabs ***************************/
ul.tabs li {
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;

	width: 150px;
	height: 40px;
	
	font-size: 11px;
	line-height: 12px;
	color: #664733;
	text-align: center;
	
	background-color: #ededd6;
}



/*********************** Locator Results **********************/
#locatorResults table.dealerTable {
	margin: 20px 0px 0px 0px;
	border: 0px solid #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	width: 600px;
}

#locatorResults td.dealerInfo {
	padding: 15px 0px 0px 20px;
	width: 350px;
}
