@charset "UTF-8";
/* CSS Document */


/*********************************************************************************/
/* COMMON ELEMENTS											 					 */
/*********************************************************************************/

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #ffffff url(../images/BG_gradient.jpg) 0 top repeat-x;

}


img{
border:0;
}

a{
color:#278e3a;
}


a:hover{
color:#14491e;
}

a:active{
color:#278e3a;
}

a.selected {
text-decoration:none;
}

h3{
size: 115%;
margin:0;
padding:5px 0;
}



#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:800px;
}



#header{
width: 800px;
height:117px;
float:left; 
text-align:left;
padding:0;
background:url(../images/headerBanner.jpg) no-repeat;
}

#header h1 {
	margin:0;
	padding:0;
}

#main{
	width:800px;
	background:transparent url(../images/whiteMainBG.jpg) repeat-y;
	float:left;
	top:151px;
	height:auto !important;
	min-height:524px;
}

#main .main{
	width:800px;
	background:transparent url(../images/mainBG.jpg) no-repeat;
	float:left;
	top:151px;
}

#contentColumn{
width:520px;
float:left;
padding:22px 0pt 0pt 30px;
height:auto;
}

#contentColumn_detail{
width:750px;
float:left;
padding:22px 0pt 0pt 30px;
height:auto;
}

#contentColumnContact{
width:730px;
float:left;
padding:22px 0pt 0pt 30px;
height:auto;
}

.clearFloats {
clear:both;
}

#heading {
float:left;
padding-bottom:10px;
width:520px;
}

#headingContact {
float:left;
padding-bottom:10px;
width:730px;
}

#headingContact h2 {
/*width:520px;*/
border-bottom:1px solid #E0DFDF;
margin:0pt;
padding:0pt;
}

#heading h2 {
width:520px;
border-bottom:1px solid #E0DFDF;
margin:0pt;
padding:0pt;
}

#heading_detail {
float:left;
padding-bottom:10px;
width:750px;
}

#heading_detail h2 {
width:750px;
border-bottom:1px solid #E0DFDF;
margin:0pt;
padding:0pt;
}

#rightColumn{
width:210px;
height:auto;
float:right;
padding:0 20px 0 0;
}



.newsBox {
height:140px;
background:url(../images/newsBox.jpg) no-repeat;
}



.newsBox p{
margin:0px;
padding:50px 10px 0 15px;
}


.jobBox {
height:140px;
background:url(../images/jobBox.jpg) no-repeat;
}

.jobBox p{
margin:0px;
padding:50px 10px 0 15px;
}


.licenseeBox{
height:142px;
background:url(../images/becomeBox.jpg) no-repeat;
}

.licenseeBox p{
margin:0;
padding:55px 10px 0 15px;
}

.contactBox{
height:145px;
background:url(../images/contactBox.jpg) no-repeat;
}

.contactBox p{
margin:0;
padding:60px 10px 0 15px;
}

.tipsBox{
height:145px;
background:url(../images/smlTipsBOX.jpg) no-repeat;
}

.tipsBox p{
margin:0;
padding:50px 10px 0 15px;
}

.smldropDownBOX .formElement{
float:left;
margin:0;
/*padding:0 0 6px 0;
*/}




.smlServicesBox {
position:relative;
margin:0;
height:192px;
background:url(../images/smlServicesBOX.jpg) no-repeat;
}

.smlServicesBox p{
margin:0px;
padding:60px 10px 0 15px;
}

.smlServicesBox .searchBTN span{
display:none;
}


.smlServicesBox .searchBTN {
background:url(../images/yellowInfoBTN.jpg);
height:28px;
width:88px;
bottom:12px;
position:absolute;
right:12px;
}


.smlDealerBox{
height:227px;
background:url(../images/smlDealerBOX.jpg) no-repeat;
position:relative;
}

.smlDealerBox p{
margin:0;
padding:60px 10px 0 15px;
}

.smlDealerBox .searchBTN{
position:absolute;
bottom:14px;
right:15px;
}

.smlProductsBox{
margin:0;
height:210px;
background:url(../images/smlProductBOX.jpg) no-repeat;
position:relative;
}

.smlProductsBox p{
margin:0;
padding:55px 10px 0 5px;
}

.smlProductsBox .searchBTN{
position:absolute;
bottom:8px;
right:15px;
}


.smldropDownBOX{
padding:2px 0 0 5px;
float:left;
}

.moreInfo2{
margin:0px;
float:left;
padding:20px 0 10px 0;
}

.pageSkipNav{
margin:0px;
float:right;
padding:20px 0 10px 0;
}

.smldropDownBOX .formElement{
float:left;
margin:0;
/*padding:0 0 6px 0;*/
}

.smldropDownBOX .formElement label {
float:left;
width:30px;
padding: 0 10px 0 0;
line-height:1.4em;
font-weight:bold;
}

.smldropDownBOX .formElement .entry{
margin:6px 0 0 0;
padding:0;
color:#666666;
/*float:left;
*/width:170px;
}

.smldropDownBOX .formElement .entry select.field {
margin:0px;
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:170px;
margin-left:15px;
}











/*********************************************************************************/
/* HOMEPAGE PROMO											 					 */
/*********************************************************************************/

#flashBG{
	width:800px;
	background:transparent url(../images/mainBG.jpg) no-repeat;
	float:left;
	top:151px;
	height:auto !important;
	min-height:280px;
	z-index:1;
}


#flashPROMO {
	padding:0;
	margin-left: 25px;
	margin-right: 25px;
	z-index:1;
	
}

#staticPROMO {
	padding:0;
	margin-left: -25px;
	margin-right: 25px;
	z-index:1;
	
}




/*********************************************************************************/
/* HOMEPAGE BOXES											 					 */
/*********************************************************************************/
.homeBOXES {
float:left;
padding:0 0 0 26px;
display:inline;

}

.homeBOXES p{
padding:0px 0 5px 17px;
margin:0px;
}

.homeBoxesHead {
float:left;
padding:0;
margin:0;
width:800px;
height:63px;
background: transparent url(../images/homeBoxesHead.gif) no-repeat;
display:inline;

}


.dealerHomeBox {
float:left;
width:254px;
height:170px;
background:url(../images/dealerHomeBOX.jpg) no-repeat;
position:relative;
padding-top:8px;
}

.productHomeBox {
float:left;
width:254px;
height:170px;
background:url(../images/productHomeBOX.jpg) no-repeat;
position:relative;
}

.servicesHomeBox {
float:left;
width:253px;
height:170px;
background:url(../images/servicesHomeBOX.jpg) no-repeat;
position:relative;
padding-top:8px;
}

.dropDownBOX{
padding:0px 0 0 17px;
float:left;
}

.dropDownBOX .formElement{
float:left;
margin:0;
padding:0 0 6px 0;
}

.dropDownBOX .formElement label {
float:left;
width:50px;
padding: 0 10px 0 0;
line-height:1.8em;
font-weight:bold;
}

.dropDownBOX .formElement .entry{
color:#666666;
float:left;
width:140px;
padding-top:3px;
}

.dropDownBOX .formElement .entry select.field {
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:140px;
}

.goSearchTyre {
padding-top:12px;
}

.goSearchBottomBTN {
float:left;
padding-top:-1px;
}

.dropDownBOXTyre{
padding:2px 0 0 5px;
float:left;
width:240px;
}
.dropDownBOXTyre .searchTitle{
width:100%;
padding-left:4px;
padding-bottom:3px;
}
.dropDownBOXTyre .formElementTyre{
float:left;
padding:0 0 0 0;
}

.dropDownBOXTyre .formElementTyre .searchTyre select.field {
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:57px;
}

.dropDownBOXTyre .formElementTyre .searchTyre {
padding-left:4px;
border-collapse:collapse;
border-spacing:0px;
float:left;
font-weight:700;	
}

.dropDownBOXCar{
padding:2px 0 0px 10px;
float:left;
}
.dropDownBOXCar .searchTitle{
width:100%;
padding:4px 0 3px 0;
}
.dropDownBOXCar .formElementCar label {
float:left;
width:50px;
padding: 0 10px 0 0;
line-height:1.4em;
font-weight:bold;
}


.dropDownBOXCar .formElementCar{
float:left;
margin:0;
padding:0 0 4px 0;
}

.dropDownBOXCar .formElementCar .entry{
color:#666666;
float:left;
width:140px;
}

select.carfield {
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:160px;
}

.dropDownBOXCar .formElementCar .lastentry{
color:#666666;
float:left;
width:123px;
}

select.carfieldLast {
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:100px;
}

.homeBOXES .searchBTN{
position:absolute;
bottom:23px;
right:32px;
}



/*********************************************************************************/
	/* PRODUCT BOX											 					 */
/*********************************************************************************/

.smlProductsBox .smldropDownBOX .searchBox {
padding:0 0 0 0;
font-size:10px
}

.smlProductsBox .smldropDownBOX .searchBox .searchTyre {
float:left;
padding-right:2px;
}

.smlProductsBox .smldropDownBOX .searchBox .searchTyre {
border-collapse:collapse;
border-spacing:0px;
float:left;
font-weight:700;	
}

.smlProductsBox .smldropDownBOX .searchBox .searchTyre select.field {
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:50px;
}


.dropDownBOXSml{
padding:2px 0 0px 0px;
float:left;
font-size:10px;
}

.dropDownBOXSml .formElementSml label {
float:left;
width:40px;
padding: 0 10px 0 0;
line-height:1.4em;
font-weight:bold;
}


.dropDownBOXSml .formElementSml{
float:left;
margin:0;
padding:2px 0 0 0;
}

.dropDownBOXSml .formElementSml .entry{
color:#666666;
float:left;
width:120px;
}


.dropDownBOXSml .formElementSml .lastentry{
color:#666666;
float:left;
width:100px;
}

select.carfieldSml {
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:140px;
}


select.carfieldLastSml {
border:1px solid #2965a7;
color:#333333;
font-size:100%;
padding:2px;
width:95px;
}

.smlProductTitle {
font-size:11px;
}

.goSmlSearchBottomBTN {
float:left;
padding-top:2px;
padding-left:5px;

}

/*********************************************************************************/
	/* ABOUT US												 					 */
/*********************************************************************************/
.aboutLinks{
width:520px;
float:left;
margin:0;
padding: 0 0 13px 0;
border-bottom:1px solid #E0DFDF;
}

.aboutLinks ul{
padding:0;
margin:0;
width:520px;
color:#278e3a;
}


.aboutLinks ul li {
margin:0;
display:inline;
background:url(../images/greenARROW.gif) no-repeat;
padding:0 10px 0 10px;
}


.aboutIMG{
float:left;
padding: 10px 0 0 20px;
}

.aboutCopy{
padding:15px 0 0 20px;
float:left;
width:270px;
}




/*********************************************************************************/
/* PRODUCTS													 					 */
/*********************************************************************************/
.productsLinks{
width:520px;
float:left;
margin:0;
padding: 0 0 13px 0;
border-bottom:1px solid #E0DFDF;
}

.productsLinks ul{
padding:0;
margin:0;
width:520px;
color:#278e3a;
}


.productsLinks ul li {
margin:0;
display:inline;
background:url(../images/greenARROW.gif) no-repeat;
padding:0 10px 0 10px;
}

.productsLinks_detail{
width:750px;
float:left;
margin:0;
padding: 0 0 13px 0;
border-bottom:1px solid #E0DFDF;
}

.productsLinks_detail ul{
padding:0;
margin:0;
width:520px;
color:#278e3a;
}


.productsLinks_detail ul li {
margin:0;
display:inline;
background:url(../images/greenARROW.gif) no-repeat;
padding:0 10px 0 10px;
}

.productCopyContainer{
margin:0;
float:left;
width:520px;
border-bottom:1px solid #E0DFDF;
}

.productCopyContainer h3{
	font-size: 115%;
	font-weight:bold;
	margin:3px;
}
.productCopyContainer p{
margin:5px;
}

.servicesIMG{
float:left;
width:91px;
height:122px;
padding:10px 0 0 0;

}

.newsIMG{
float:left;
width:91px;
height:122px;
padding:10px 0 0 0;
}

.productParaCopy{

width:100%;
}


.pageSkipNav{
margin:0px;
float:right;
padding:10px 0 10px 0;
}

.tyreInfoImgContainer{
margin:0px;
float:left;
width:131px;
}

.tyreInfoTYRE{
text-align:center;
width:131px;
}

.tyreInfoIMG_detail{
text-align:center;
padding-bottom:10px;
padding-top:10px;
}

.tyreInfo{
margin:0px;
float:left;
border-bottom:1px solid #E0DFDF;
width:520px;
}

.tyreInfoCopyContainer_detail{
float:right;
width:750px;
margin:0px;
padding:15px 0 0 0;
}

.tyreInfoCopyContainer{
float:left;
width:385px;
margin:0px;
padding:15px 0 0 0;
}

.tyreInfoHEAD{
background-color:#f2f2f2;
width:385px;
}

.tyreInfoHEAD h3{
padding: 4px 0 4px 4px;
margin:0px;
font-size: 115%;
font-weight:bold;
}

.tyreInfoCopy h3{
margin:0px;
font-size: 115%;
font-weight:bold;
}

.tyreInfoCopy p{
margin:0px;
padding:5px 0 15px 0;
}

.tyreInfoCopy h4{
margin:0px;
padding:5px 0 5px 0;
font-size: 100%;
font-weight:bold;
}

.tyreInfoCopy p{
margin:0px;
}

.tyreInfoCopyWidth{
width:490px;
}

.floatRight{
width:210px;
height:auto;
float:right;
padding:0 20px 0 0;
}

.floatRight #rightColumn{
width:210px;
height:auto;
float:right;
padding:10px 0 10px 0;
vertical-align:bottom;
padding-bottom:10px;
}

.manufacturer{
padding-right:20px;
padding-bottom:10px;
}

.product_header {
width:100%;
font-weight:700;
}

.class_premium {
text-align:right;
color:#f7cf13;
margin-right:10px;
}
.class_midrange {
text-align:right;
color:#989898;
margin-right:10px;
}

.class_budget {
text-align:right;
color:#bb8f3a;
margin-right:10px;
}

/*********************************************************************************/
/* SERVICES										 								 */
/*********************************************************************************/
.copyContainer{
margin:0;
float:left;
width:520px;
border-bottom:1px solid #E0DFDF;
}

.copyContainer h3{
	font-size: 115%;
	font-weight:bold;
	margin:3px;
}
.copyContainer p{
margin:5px;
}

.servicesIMG{
float:left;
width:91px;
height:122px;
padding:10px 0 0 0;

}

.newsIMG{
float:left;
width:105px;
height:122px;
padding:10px 0 0 0;
vertical-align:middle;

}

.paraCopy{
float:left;
width:405px;
padding:10px 0 0 20px;
}

.news_paraCopy{
float:left;
width:389px;
padding:10px 0 0 20px;
}


/*********************************************************************************/
/* DEALER LOCATOR											 					 */
/*********************************************************************************/


.dealerSearchResult{
float:left;
width:100%;
margin:0;
padding:0;
}

.dealerSearchResultTable{
margin:0px;
padding:0 0 10px 0;
width:520px;
float:left;
/*border-bottom:1px solid #E0DFDF;*/
}

.dealerSearchResultTable a {
/*background:url(../images/greenARROW.gif) 0 center no-repeat;*/
padding:3px 0 2px 0;
}

.dealerSearchResultTable table{
margin:0;
width: 100%;
border:0;
}


.dealerSearchResultTable table thead{
background-color:#024289;
border-bottom:1px solid #E0DFDF;
}

.dealerSearchResultTable table thead h3{
	font-size: 100%;
	margin:0;
	padding:2px;
	font-weight:bold;
	color:#FFFFFF;
}



.dealerSearchResultTable table tbody{
width:100%;
border-bottom:1px solid #E0DFDF;
}

.dealerSearchResultTable table tbody td{
padding:3px;
}

.dealerSearchResultTable tr.odd{
background-color:#f2f2f2;
}

.dealerSearchResultTable tr.selected{
background-color:#C3CBD6;
}

.dealerSearchResultTable tr.dealerDetails td{
	padding:0 0 30px 15px !important;
	border-bottom:1px solid #ccc;
}

.dealerDetails h3{
margin:0;
padding:4px;
background-color:#f2f2f2;
font-size:100%;
}


.dealerDetailsLEFT{
float:left;
width:200px;
}
 
.dealerDetailsLEFT p{
margin:0;
padding:8px 0;
}

.dealerDetailsRIGHT{
float:left;
margin:0;
padding:0 0 0 30px;
}

.dealerDetailsRIGHT img {
padding-top:10px;	
}


.googleMapEnlarge {
clear:left;
text-align:center;
padding-top:5px;
}


a.googleMapLink{
color:#ffc607;
padding:0;
padding:3px 0 3px 20px;
background: url(../images/orangeEnlarge.gif) 0 center no-repeat;
}

a.googleMapLink:hover {
	color:#278E3A
}

ul.servicesLinks{
padding:0;
margin:0;
color:#278e3a;
}


 ul.servicesLinks li {
margin:0;
list-style:none;
padding:5px 0 0 0;

}

 ul.servicesLinks li a{
margin:0;
}







/*********************************************************************************/
/* NEWS							 												 */
/*********************************************************************************/
.newsCopy{
float:left;
width:500px;
padding:10px 0 0 10px;
}


/*********************************************************************************/
/* CONTACT							 											 */
/*********************************************************************************/
.contactTopLeft{
float:left;
width:250px;
padding:0;
text-align:right;
}

.contactTopRight{
float:left;
width:250px;
padding:10px 0 0 20px;
}

.yourDetailsForm{
float:left;
padding:30px 0 0 0;
}

.yourDetailsForm .formElement {
/*background-color:#F1F1F1;*/
float:left;
margin-bottom:2px;
width:100%;
}

.yourDetailsForm .formElement label {
float:left;
/*font-weight:bold;*/
line-height:1.2em;
width:50px;
}

.yourDetailsForm .formElement .entryField {
float:left;
line-height:1.4em;
width:120px;
}

.yourDetailsForm .formElement .entryFieldName {
float:left;
line-height:1.4em;
width:450px;
}

.yourDetailsForm .formElement .entryField input.field, .yourDetailsForm .formElement .entryField select.field {
border:1px solid #2965a7;
font-size:100%;
padding:3px;
width:120px;
}

.yourDetailsForm .formElement .entryFieldMessage input.field, .yourDetailsForm .formElement .entryFieldMessage select.field {
border:1px solid #2965a7;
font-size:100%;
padding:3px;
width:370px;
height:100px;
}


.alignLeft SELECT {
	width:150px;
}


.errors {
padding-left:25px;
}

#sel_dealer {
width:180px;
}

#sel_state {
width:180px;
}



/*********************************************************************************/
/*	FOOTER						 											     */
/*********************************************************************************/

.footerCONTAINER{
	width:800px;
	float:left;
	margin:0;
	background: #ffffff url(../images/footerBG.jpg) no-repeat;
	height:91px;

}

.footerCONTAINER p{
color:#024289;
float:left;
}

.footerIMGS{
font-size:95%;
padding: 20px 0 0 20px;
float:left;
}

.footerTXT{
font-size:9px;
padding: 25px 0 0 5px;
float:left;
}


.linksBottom{
padding:10px 0 0 0;
font-size:90%;
text-align:center;
float:left;
width:800px;
color:#999999;
text-decoration:none;
}


.linksBottom a{
color:#999999;
}


.linksBottom a:hover{
color:#000000;
}

.linksBottom a:active{
color:#999999;
}


/*********************************************************************************/
/*	MAIN NAV							 									     */
/*********************************************************************************/


.nav ul{
padding:0;
margin:0;
list-style:none;
float:left;
width:800px;
background-color:#babab9;

}

.nav ul li {
float:left;
position:relative;
}



.nav ul li a{
height:34px;
display:block;
}

.nav ul li a span{
display:none;
}

.nav ul li span{
display:none;
}

.nav ul li.navHOME a{
float:left;
background:url(../images/homeBTN.jpg) 0 0 no-repeat;
width: 73px;
}

.nav ul li.navABOUT a{
float:left;
background:url(../images/aboutBTN.jpg) 0 0 no-repeat;
width:83px;
cursor:default;
}

.nav ul li.navABOUT ul li a{
cursor:pointer;
}

.nav ul li.navPRODUCTS a{
float:left;
background:url(../images/productsBTN.jpg) 0 0 no-repeat;
width:79px;
cursor:default;
}

.nav ul li.navPRODUCTS ul li a{
cursor:pointer;
}

.nav ul li.navSERVICES a{
float:left;
background:url(../images/servicesBTN.jpg) 0 0 no-repeat;
width:77px;
}

.nav ul li.navDEALER a{
float:left;
background:url(../images/dealerBTN.jpg) 0 0 no-repeat;
width:112px;
}

.nav ul li.navNEWS a{
float:left;
background:url(../images/newsBTN.jpg) 0 0 no-repeat;
width:67px;
}

.nav ul li.navCONTACT a{
float:left;
background:url(../images/contactBTN.jpg) 0 0 no-repeat;
width:93px;
}

.nav ul li.navSEARCH {
float:left;
background:url(../images/searchBTN.jpg) 0 0 no-repeat;
width:213px;
height: 34px;
}

.nav ul li a:hover{
background-position:0 -34px;
}


/*-- Sub nav ( drop down ) --*/
.nav ul ul {
display:none;
width:auto;  
background:#F1EFF0;
border:1px solid #999997;
border-width: 0 1px;
position:absolute; 
left:0; 
top:34px;
width:170px;
z-index:5;
}

.nav ul li:hover ul, 
.nav ul li.over ul {
display:block; 
 
}


.nav ul ul li a{
background-image:none !important;
display:block;
width:150px !important;
height:auto;
padding:5px 10px;
border-bottom:1px solid #999997;
color:#2965A7;
text-decoration:none;
}

.nav ul ul li a:hover{
background-color:#98A3B5;
color:#fff;
}

form {
line-height:1;
margin:0pt;
padding:0pt;
}

#searchTextField {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #685947;
color:#685947;
display:inline;
height:14px;
margin:12px 0 0 60px;
padding:0;
width:100px;
}





/* Enquiry Form */

.required {
	color: #cc0000;
	font-weight: bold;
	font-size:90%;
	text-align: center;

}

td.alignLeft {
	text-align: left;
}

input.medium {
	width: 240px; 
	height: 18px;
}

input.small {
	width: 100px; 
	height: 18px;
}

.state {
	margin-left: 10px;
}

textarea.medium {
	width: 240px; 
	height: 100px;

}

textarea {
font-family:arial;
font-size:12px;
}

#enquiryForm {
margin:0;
padding:9px 0 0 0;
	float: left;
	width: 430px;

/*	border-right: solid 1px #E0DFDF;
*/
}

#address {	
padding:20px 0 0 40px;
margin:0;
	float: left;
}

#address p{	
margin:0;
	
}
	

#joinForm {
	margin-top: 20px;
}

.contactUsTable th {
padding-top:15px;
padding-bottom:5px;
}

/*
Site Map
*/
ul.sitemap, ul.sitemap ul, ul.sitemap ul ul {margin:5px 0 0 10px; padding:0; list-style:none;}
ul.sitemap li {padding:5px 0 5px 15px; background: url(../images/page_thumb.gif) 0 3px no-repeat;}
ul.sitemap li a {text-decoration:none; color:#333; font-weight:bold;}
ul.sitemap li a:hover {text-decoration:underline; color:#333;}
ul.sitemap li li a, ul.sitemap li li li a {font-weight:normal;}


/* Job Page */

.jobTable {
border-collapse:collapse;
width:500px;
}

.jobTable td {
vertical-align:top;
width:100px;
padding-left:10px;
}

.jobTable td.description {
width:350px;
}

.jobTable td.description ul {
padding:0 0 0 5px;
margin:0 0 0 5px;
}

.jobTable td.link {
vertical-align:bottom;
}

.jobMessage {
padding:5px 5px 5px 15px;
}

/* Tyre Tips */
.subhdr {
font-weight:700;
}