
/******
	TOOL - woofer selection
******/

form input {
	font-size: 16px;
}
form select {
	width: 180px;
	font-size: 14px;
}
form select#number,select#enclosure_number {
	width: 50px;
}

div#tool_container {
	font-size: 14px;
}

div#enclosure_container {
	float: right;
	width: 350px;
	margin-top: 10px;
}
div#left_image {
	float: left;
	width: 180px;
}

div#right_column {
	float: right;
	font-size: 14px;
}

div#woofer_container {
	float: left;
	width: 350px;
	margin-top: 10px;
	clear:both;
}

/******
	TOOL - results 
******/

div#results {
	clear: both;
	padding-top: 6px;
	font-size: 13px;
}

div#whitebox {
	clear: right;
	color: #121212;
	background: #efefef;
	font-size: 15px;
	border: 1px solid #888;
	padding: 3px 3px 5px 6px;
	float: right;
}

h2#result_title {
	font-size: 24px;
	margin: 7px 0 0 0;
	color: white;
}

div#results > em {
	color: #cdcdcd;
	font-size: 13px;
}

h3.yellow {
	color: #ffff00;
	font-size:16px;
	margin-bottom: 10px;
}

tr.result_row {
	font-size: 16px;
	background: url('../images/result_row_bg.png');
	position: relative;
	height: 62px;
}

tr.result_row td {
	background-image: none;
}

tr.result_row td div {
	margin-left: 6px;
	padding-bottom: 2px;
}

tr.woofer_result_row {
	font-size: 16px;
	background: url('../images/result_row_bg.png');
	position: relative;
	height: 62px;
}

tr.woofer_result_row td {
	background-image: none;
}

tr.woofer_result_row td div {
	margin-left: 6px;
	padding-bottom: 2px;
}

a.enclosure {
	font-size: 9px; color: #d5d5d5;
}
a.model {
	font-size: 20px; letter-spacing: -1px; color: #d5d5d5;
}

span.woofer_brand {
	font-weight: bold; font-size: 16px; letter-spacing: 0px; color: #d5d5d5;
}
span.woofer_model {
	font-size: 13px; color: #d5d5d5;
}


span.volume {
	letter-spacing: -1px; font-weight: bold; font-size: 20px;
}

div#legend {
	float: left; width: 700px; border: 1px solid #454545; padding: 4px;
}

div.legend_row {
	float: left; width: 700px; clear: left;
	margin-bottom: 10px;
	margin-top: 0px;
}

div.legend_icon {
	padding-top: 3px;
	float: left; width: 116px;
	padding-left: 4px;
}

div.legend_text {
	float: right; width: 580px;
	font-size: 12px;
	color: #eee;
}

input#woofer_submit {
	width: 325px;
}
input#enclosure_submit {
	width: 325px;
}

div#dealer-info {
	float:right;
	margin-left:10px;
}


/*******
	TOOL  - results
	****/
