/*
	GYR Website Base CSS Styles
	-------------------------------
	Author: Jake Tracey (Acumentum)
			Andrew Bitto (Acumentum)
			
	Last Updated: 19/12/2006
	
	This file includes external stylesheets for use on the following areas:
	 
	 - GYR Tyre Search
	 - GYR Dealer Locator
 
	-------------------------------
*/

/* Subpage Imports */

@import url('gyrdealerlocator.css');
@import url('gyrtyresearch.css');

/* Baseline Settings */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .79em;
	background: #004990 url('/images/Goodyear/bodybg.jpg') repeat-x top;
}

a img {
	border: 0;
}

h1, h2, h3, h4, p, ul, ol, li, dl, dt, table, label, form {
	margin: 0;
	padding: 0;
}

/* Page Container */

div#container {
	width: 895px;
	margin: 0 auto;
	background: url('/images/Goodyear/containerbg.gif') repeat-y;
}

/* Page Header */

div#header {
	background: url('/images/Goodyear/headerbg.gif') no-repeat;
	width: 895px;
	height: 151px;
	margin-top: 40px;
}

/* Goodyear Logo */

div#header h1 {
	background: url('/images/Goodyear/logo.gif');
	width: 192px;
	height: 41px;
	float: left;
	margin: 20px;
	text-indent: -9999px;
}

/* Page Description */

div#header div#subtagline {
float: right;
color: #ccc;
font-size: 13px;
margin-right: 50px;
}

/* Popup Bubble */

div#bubble {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	background: url('/images/Goodyear/bubblebg.gif') no-repeat;
	width: 177px;
	height: 62px;
}
	
div#bubble ul {
	margin-top: 5px;
	margin-left: 35px;
	padding: 0;
	list-style: none;
}

div#bubble ul li {
	margin-left: 10px;
}

div#bubble ul li a {
	color: #fff;
	text-decoration: underline;
	font-size:10px;
	font-weight: bold;
}


/* Page Tagline */

div#header h2#tagline {
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 30px;
	margin-right: 50px;
	color: #ccccff;
}

/* Page Navigation */

div#navigation {
	float: left;
	clear: left;
	margin-top: 10px;
	padding: 0;
	margin-left: 4px;
	background: url('/images/Goodyear/navbg.gif') repeat-y;	
}


div#navigation a {
	color: #00295b;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-top: 5px;
	float: left;
}

div#navigation span {
	background: url('/images/Goodyear/navsplit.gif') no-repeat center;
	width: 2px;
	height: 26px;
	padding: 0 22px;
	float: left;
}

/* Content Container */

div#content_container {
	background: url('/images/Goodyear/containerbg.gif') repeat-y;
	margin-top: 0 auto;
	padding-top: 10px;
	width: 880px;
}

/* Left Sidebar */

div#lsidebar {
	float: left;
	width: 100px;
	padding: 0;
}

/* Left Sidebar - Links */

div#lsidebar a {
	color:#4077a9;
}

div#lsidebar a:hover {
	color: #000;
}

/* Left Sidebar - Subnavigation */

div#lsidebar h3 {
	margin: 0px 0px;
	padding-top: 20px;
	font-size: .95em;
	font-weight: bold;
	margin-left: 20px;
	padding-right: 20px;
	color: #666666;
	text-transform: uppercase;
}

div#lsidebar div#subnavigation {
	background: url('/images/Goodyear/gyr_subnavbg.jpg') no-repeat;
	width: 158px;
	height: 198px;
}

div#lsidebar div#subnavigation ul {
	float: left;
	margin: 20px 0px;
	margin-left: 20px;
	padding-right: 20px;
	list-style: outside;
	font-size: .9em;
	list-style-type: none;
}

/* Left Sidebar - Promotional Lozenges */

div#lsidebar div.promo {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

/* Main Page Body Content */

div#content {
	float: left;
	width: 720px;
}

div#content div.promo {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}
/* Subpage Body Content */

div#subpagecontent {	
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 68px;
	clear: none;
	width:550px;
	background: url('/images/Goodyear/subcontentfooter.gif') bottom no-repeat #fff;
	padding-bottom: 15px;
}

div#contentpadder {
	margin: 0 15px;
	
}

/* Subpage Content - Links */

div#subpagecontent a {
	color:#4077a9;
}

div#subpagecontent a:hover {
	color: #000;
}	

div.roundedcorners {
		background: url('/images/Goodyear/gyr_breadcrumbsbg.gif') top no-repeat #fff;
		width: 550px;
		height: 10px;
}

/* Subpage Content - Breadcrumbs */

div#subpagecontent div#breadcrumbs {
	margin: 0;
	padding:0;
}

div#subpagecontent div#breadcrumbs ul {
	border-bottom: 1px solid #eee;
	padding: .5em 0px 1em 0;
	margin: 0;	
	font-size: .9em;
}

div#subpagecontent div#breadcrumbs ul li {
	list-style: none;
	display: inline;
}

div#subpagecontent div#breadcrumbs ul li a {
	margin-right: 5px;
}


/* Subpage Content - Main Typography */

div#subpagecontent h2 {
	color: #00295b;
	margin: 1em 0;
	font-family: Arial;
	font-size: 1.5em;
}

div#subpagecontent h3 {
	clear: left;
	color: #999;
	font-size: 1.3em;
	font-family: Arial;
	margin: 1em 0;
}
	
div#subpagecontent p {
	color: #222;	
	margin: 1em 0;
	font-size: 1em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Subpage Content - Form Typography */

div#subpagecontent form textarea {
	font-family: Arial, Helvetica, sans-serif;
}

div#subpagecontent form#TyreVehicleSearchActionForm { 
	margin: 0px 0;
}

div#subpagecontent form#TyreVehicleSearchActionForm select { 
	width: auto; 
	font-size: 1em;
}

div#subpagecontent form#TyreSizeSearchActionForm  {
}

div#subpagecontent form#TyreSizeSearchActionForm div {
}

div#subpagecontent form#TyreSizeSearchActionForm select { 
	margin: 0;
}

div#subpagecontent form label {
	margin: 0px 0px;
}

div#subpagecontent table {
	margin: 0px 0px;
}

/*div#subpagecontent input {
	margin: 0px 0px;
}

div#subpagecontent input.button {
	margin: 10px 0px;
}*/
/* Search Box */

div#searcharea {
	margin-bottom: 20px;
	padding: 10px;
	float: right;
	margin-right: -11px;
}
	
/* Right Hand Sidebar */

div#rsidebar {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
}
	
div#rsidebar p {
color: #222;
	font-size: .9em;
}

div#rsidebar p a {
	color: #274976;
	font-size: .9em;
}

div#rsidebar input {
	font-size: .9em;
}

/* Right Hand Sidebar - Search */

div#rsidebar div#search {
	padding-left: 15px;
	background: url('/images/Goodyear/searchbg.gif') no-repeat;
	width: 156px;
	height: 67px;
}

div#rsidebar form#standardSearchForm table {
	margin-top: 10px;
}

div#rsidebar #standardSearchForm input {
	width: 90px !important; /* Explicitly set the width of the WebBuilder search input field */
	background: #fff;
	float: left;
	color: #222;
	padding: 2px 3px 3px 3px;
	border: 1px solid #ccc;
	font-size: 11px;
}

div#rsidebar input#search_go {
	width: 20px;
	float: left;
	margin: 0;
}

/* Right Hand Sidebar - Search by town or suburb link */

div#rsidebar a#search_by_town_or_suburb {
	margin-left: 20px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	color: #004b9d; 
	font-size: .9em;
}

/* Right Hand Sidebar - Search by tyre size link */

div#rsidebar a#search_by_tyre_size {

	display: block;
	margin-left: 20px;
	margin-top: 10px;
	color: #004b9d; 
	font-size: .9em;
        width:102px;
}

/* Goodyear Advisor */

div#rsidebar div#advisor {
	background: url('/images/Goodyear/sidebarbg.gif') repeat-y;
	width: 156px;
}

/* Goodyear Advisor - Heading */

div#rsidebar h3#goodyear_advisor {
	background: url('/images/Goodyear/goodyear_advisorbg.gif');
	width: 156px;
	height: 37px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;	
}

/* Goodyear Advisor - Dealer Locator Heading */

div#rsidebar h3#dealer_locator {
	background: url('/images/Goodyear/sidebar_dealerlocator.gif') no-repeat;
	text-indent: -9999px;
	width: 130px;
	float: left;
	height: 31px;
	margin-left: 11px;
}

/* Goodyear Advisor - Tyre Search Heading */

div#rsidebar h3#tyre_search {
	background: url('/images/Goodyear/sidebar_tyresearch.gif') no-repeat;
	text-indent: -9999px;
	width: 130px;
	height: 31px;
	margin-top: 5px;
	margin-left: 11px;
}

div#rsidebar div#email_friend div#email_this_page_link_image {
  display: none;
}
div#rsidebar div#email_friend {
  display: block;	
	padding-top: 2px;
	background: url('/images/Goodyear/email_friendbg.gif') bottom left no-repeat;
	padding-left: 20px;
	padding-bottom: 22px;
	width: 158px;
	color: #004b9d; 
	font-size: 0.9em;
}
div#rsidebar a:hover {
	color: #000;
}
div#rsidebar div#email_friend {
	float: left;
}
div#rsidebar div#email_friend a {
	color: #004b9d;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
	clear: left;
}
div#rsidebar p#request_a_quote {
	margin-left: 11px;
	padding-left:9px;
		display: block;
				background: url('/images/Goodyear/sidebarbreak.gif') left bottom no-repeat;
				padding-bottom: 15px;
}
div#rsidebar p#request_a_quote a {
	margin: 0;
	padding: 0;
  color: #004b9d; 
	margin-top: 0px;
	font-size: 11px;


}

div#advisor label {
	margin: 4px 20px;
	color: #004b9d; 
	font-size: .9em;
	float: left;
}

div#advisor input#dealer_postcode_textfield {
	float: left;
	margin: 2px 0px 0px 20px;
}

div#advisor input#dealer_postcode_go {
	margin: 0;
	padding: 1px;
	float: left;
}

div#advisor input#tyre_search_go {
	margin: 0;
	float: left;
	padding: 1px;
}
div#advisor input#dealer_postcode_textfield {
	margin-left: 20px;
	width: 80px;
}

div#advisor form#TyreVehicleSearchActionForm select#tyre_make_select {
	width: 85px;
	margin-left: 20px;
	font-size: .9em;
	color: #000;
	border: 1px solid #898a8c;
}

div#advisor form#TyreVehicleSearchActionForm select#tyre_year_select {
	width: 85px;
	margin-left: 20px;
	font-size: .9em;
	color: #000;
	border: 1px solid #898a8c;
}

div#advisor form#TyreVehicleSearchActionForm select { 
	float: left; 
	font-size: 1em;
}

div#advisor form#TyreVehicleSearchActionForm {
	padding-bottom: 10px;
}
div#advisor form#demo_form select#tyre_make_select {
	width: 85px;
	margin-left: 20px;
	font-size: .9em;
	color: #898a8c;
	border: 1px solid #898a8c;
	margin-bottom: 5px;
}

div#advisor form#demo_form select#tyre_year_select {
	width: 75px;
	margin-left: 20px;
	font-size: .9em;
	color: #898a8c;
	border: 1px solid #898a8c;
}

div#advisor form#demo_form select { 
	float: left; 
	font-size: 1em;
}
	
/* Footer */
div#Home_Footer {
	clear: both;
	text-align: center;
	color: #003366;
	margin-top: 5px;
}


div#footer {
	clear: both;
	text-align: center;
	width: 956px;
	padding-bottom: 20px;
	margin: 10px auto;
	color: #003366;
}

/* Footer Sublinks */

div#footer ul {
 	list-style: none;
	display: inline;
	margin-left: -16px;
}
	
div#footer ul li {
	display: inline;
	border-right: 1px solid #003366;
	padding: 0 10px;
}

div#footer ul li a {
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}

/*div#footer p a {
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	float: left;
	padding: 2px 30px;
}*/

div#footer {
	padding-right: 30px;
}

div#footer ul li a:hover {
	color: #000;
}
	
div#footer p {
	clear: none;
	color: #003366;
	display: inline;
	text-align: center;
	font-size: 11px;
	padding-left: 10px;
}

div#footer p a {
	color: #003366;
	text-decoration: none;
	border-right: 1px solid #003366;
	padding: 0px 10px 0px 10px;
	margin-right: 20px;
}

div#footer p a:hover {
	color: #000;
	text-decoration: none;
}

/* Error Box Global Styles */

div.errorbox {
	margin: 0 15px;
	color: red;
	padding: 0;
}
	
div#rsidebar div.errorbox {
	clear: left;
	margin: 0em 15px;
	color: red;
	font-size: .9em;
}
	
/* 
	WebBuilder Page Specific Styles
*/

/* Search Results  */

div.searchresults {
width: 500px !important;
margin-left: 15px;
}


/* Popup page */

div#popup {
color: #fff;
margin: 1em;
}

.clearf {
	clear: both;
}
