/* 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.jpg);
}

div#mid_section div.left_content {
	width: 651px;
	padding-right: 10px;
}



/* ##### TYRE RESULTS ##### */
div#battery_search_left {
	float: left;
	width: 270px;
}
div#battery_search_container {
	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#battery_search_results {
	float: left;
	width: 651px;
	margin-top: 20px;
}
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;
}