/* This stylesheet is used to style the mid section as one box and the side menu.
This is so that the managed pages have the max amount of space. */

div#mid_section {
	background-image: url(images/mid_section_managed_background_v2.jpg);
}

div#mid_section div.left_content {
	width: 651px;
	padding-right: 10px;
}



/* ##### TYRE RESULTS ##### */
div#battery_search_intro {
	width: 437px;
	float : left;
	margin-top : 12px;
}

div#battery_search_intro h1 {
	margin-top : 0;	
}

div#battery_search_content {
	clear : both;
}

div#battery_search_container {
	margin-top : 12px;
	margin-bottom : 7px;
	float: right;
	width: 340px;
	background-image: url(images/battery_search_bg.gif);
	background-repeat: no-repeat;
	padding: 55px 15px 10px 15px;
	border-bottom: 1px solid #2F2F2F;
}
* html div#battery_search_container {
	padding-bottom: 0px;
}
div#requestCallback {
	float: right;
	width: 370px;
	margin-top: 10px;
}



/* ##### ENQUIRY DETAILS ##### */
div.sub_left_content {
	width: 280px;
}
div.sub_right_content {
	width: 340px;
}
table#tyre_details th {
	text-align: right;
}

