body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #003366;
	margin: 0px;
}
a:link,
a:visited,
a:active,
a:hover {
	color: #333366;
}
a.nav {
	font-weight: bold;
	color: white;
	padding: 3px;
}

a img {
	border: 0px;
}

p, ul, ol, dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	border: 0px;
	border-top: solid 1px rgb( 230, 230, 230 );
}

form {
	margin: 0px;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0px;
	padding: 0px 20px;
	margin-bottom: 10px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: rgb( 0, 51, 102 );
}

sup {
	vertical-align: top;
	font-size: 8px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
hr {
	margin-top: 0px;
	margin-bottom: 10px;
}

img {
	border: none;
	vertical-align: middle;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

.footnote {
	font-size: 10px;
}


/*
----------------------------------------------------------------------
 Global Template.
----------------------------------------------------------------------
*/

#base {
	background: url( '/fc/img/global/bg.jpg' ) repeat-y center;
	text-align: center;
}

div.container {
	margin: auto;
	width: 740px;
	text-align: left;
}

/* ---------- Top toolbar. ---------- */

div.topToolbar {
	height: 47px;
	background: rgb( 12, 28, 98 );
	border-bottom: solid 1px rgb( 0, 8, 78 );
}
div.topToolbar,
div.topToolbar a:link,
div.topToolbar a:visited,
div.topToolbar a:active,
div.topToolbar a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}


/* PENDING DELETION: When all sites move over to the new toolbar. */
div.topToolbar select,
div.topToolbar input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	background-color: #000044;
}
/* END PENDING DELETION. */


div.topToolbar td {
	vertical-align: middle;
}

div.topToolbar_dropDown {
}
div.topToolbar div.topToolbar_dropDown a.topToolbar_dropDownLink:link,
div.topToolbar div.topToolbar_dropDown a.topToolbar_dropDownLink:visited,
div.topToolbar div.topToolbar_dropDown a.topToolbar_dropDownLink:active,
div.topToolbar div.topToolbar_dropDown a.topToolbar_dropDownLink:hover {
	display: block;
	width: 144px;
	height: 19px;
	padding: 5px 0px 0px 10px;
	background: url('/fc/img/global/topToolbar_dropDown_off.jpg') no-repeat top left;
	font-weight: normal;
	color: white;
}
div.topToolbar div.topToolbar_dropDown a.topToolbar_dropDownLink:hover {
	background: url('/fc/img/global/topToolbar_dropDown_on.jpg') no-repeat top left;
	color: rgb( 255, 218, 0 );
}
div.topToolbar div.topToolbar_dropDown div.topToolbar_dropDownList {
	position: absolute;
	z-index: 1;
	
}
div.topToolbar div.topToolbar_dropDown div.topToolbar_dropDownList ul {
	margin: 0px;
	padding: 0px;
	background: rgb( 12, 28, 98 );
	list-style-type: none;
}
div.topToolbar div.topToolbar_dropDown div.topToolbar_dropDownList ul a:link,
div.topToolbar div.topToolbar_dropDown div.topToolbar_dropDownList ul a:visited,
div.topToolbar div.topToolbar_dropDown div.topToolbar_dropDownList ul a:active,
div.topToolbar div.topToolbar_dropDown div.topToolbar_dropDownList ul a:hover {
	display: block;
	width: 140px;
	padding: 3px 8px;
	font-weight: normal;
}
div.topToolbar div.topToolbar_dropDown div.topToolbar_dropDownList ul a:hover {
	background: rgb( 15, 93, 159 );
}

div.topToolbar input.topToolbar_textBox {
	width: 144px;
	height: 19px;
	padding: 5px 0px 0px 10px;
	background: url('/fc/img/global/topToolbar_textBox.jpg') no-repeat top left;
	font-weight: normal;
	color: white;
	border: none;
}

div.topToolbar a.topToolbar_goBtn:link,
div.topToolbar a.topToolbar_goBtn:visited,
div.topToolbar a.topToolbar_goBtn:active,
div.topToolbar a.topToolbar_goBtn:hover {
	display: block;
	width: 32px;
	height: 24px;
	background: url('/fc/img/global/topToolbar_goBtn_off.jpg') no-repeat top left;
}
div.topToolbar a.topToolbar_goBtn:hover {
	background: url('/fc/img/global/topToolbar_goBtn_on.jpg') no-repeat top left;
}
div.topToolbar a span {
	display: none;
}

/* ---------- Top navigation. ---------- */



/* TOP NAV V1 PENDING DELETION WHEN V2 IS FULLY IMPLEMENTED. */
/* START TOP NAV V1. */
div.topNav {
	background: rgb( 15, 93, 159 );
	border-top: solid 1px rgb( 35, 113, 179 );
	border-bottom: solid 1px rgb( 0, 73, 139 );
}
div.topNav a:link,
div.topNav a:visited,
div.topNav a:active,
div.topNav a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
div.topNav a:hover,
div.topNav a.on:link,
div.topNav a.on:visited,
div.topNav a.on:active,
div.topNav a.on:hover {
	color: #ffcc00;
}
div.topNav table {
	margin-left: 8px;
}
div.topNav td {
	padding: 5px 10px 5px 6px;
	text-align: center;
}
/* END TOP NAV V1. */


div.topNav_v2 {
	height: 26px;
	background: rgb( 15, 93, 159 );
	border-top: solid 1px rgb( 35, 113, 179 );
	border-bottom: solid 1px rgb( 0, 73, 139 );
}

div.topNav_v2 a:link,
div.topNav_v2 a:visited,
div.topNav_v2 a:active,
div.topNav_v2 a:hover {
	display: block;
	height: 24px;
	background: url( '/fc/img/global/topNav.gif' ) no-repeat;
	text-decoration: none;
	overflow: hidden;
}

div.topNav_v2 a span {
	display: block;
	padding-top: 24px;
}

#topNav_home a:link,
#topNav_home a:visited,
#topNav_home a:active,
#topNav_home a:hover {
	width: 51px;
	background-position: 0px 0px;
}
#topNav_home a:hover,
#topNav_home a.on:link,
#topNav_home a.on:visited,
#topNav_home a.on:active,
#topNav_home a.on:hover {
	background-position: 0px -24px;
}

#topNav_about a:link,
#topNav_about a:visited,
#topNav_about a:active,
#topNav_about a:hover {
	width: 170px;
	background-position: -51px 0px;
}
#topNav_about a:hover,
#topNav_about a.on:link,
#topNav_about a.on:visited,
#topNav_about a.on:active,
#topNav_about a.on:hover {
	background-position: -51px -24px;
}

#topNav_autoService a:link,
#topNav_autoService a:visited,
#topNav_autoService a:active,
#topNav_autoService a:hover {
	width: 40px;
	background-position: -221px 0px;
}
#topNav_autoService a:hover,
#topNav_autoService a.on:link,
#topNav_autoService a.on:visited,
#topNav_autoService a.on:active,
#topNav_autoService a.on:hover {
	background-position: -221px -24px;
}

#topNav_kyt a:link,
#topNav_kyt a:visited,
#topNav_kyt a:active,
#topNav_kyt a:hover {
	width: 150px;
	background-position: -261px 0px;
}
#topNav_kyt a:hover,
#topNav_kyt a.on:link,
#topNav_kyt a.on:visited,
#topNav_kyt a.on:active,
#topNav_kyt a.on:hover {
	background-position: -261px -24px;
}

#topNav_goodyearCard a:link,
#topNav_goodyearCard a:visited,
#topNav_goodyearCard a:active,
#topNav_goodyearCard a:hover {
	width: 150px;
	background-position: -411px 0px;
}
#topNav_goodyearCard a:hover,
#topNav_goodyearCard a.on:link,
#topNav_goodyearCard a.on:visited,
#topNav_goodyearCard a.on:active,
#topNav_goodyearCard a.on:hover {
	background-position: -411px -24px;
}

#topNav_promotions a:link,
#topNav_promotions a:visited,
#topNav_promotions a:active,
#topNav_promotions a:hover {
	width: 100px;
	background-position: -561px 0px;
}
#topNav_promotions a:hover,
#topNav_promotions a.on:link,
#topNav_promotions a.on:visited,
#topNav_promotions a.on:active,
#topNav_promotions a.on:hover {
	background-position: -561px -24px;
}



/* ---------- Top links. ---------- */

div.topLinks {
	height: 26px;
	padding-top: 3px;
	background: rgb( 5, 83, 149 );
	border-bottom: solid 1px rgb( 35, 113, 179 );
}

/* ---------- Page content. ---------- */

div.pageContent {
	width: 720px;
	background: white;
	padding: 10px;
}
div.pageContent_noPadding {
	width: 740px;
	background: white;
}

/* ---------- Page footer. ---------- */

div.pageFooter {
	padding: 2px 0px 4px 0px;
	background: rgb( 255, 204, 0 );
	border-top: solid 1px rgb( 225, 174, 0 );
	border-bottom: solid 1px rgb( 185, 134, 0 );
	text-align: center;
}
div.pageFooter,
div.pageFooter a:link,
div.pageFooter a:visited,
div.pageFooter a:active,
div.pageFooter a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

div.pagebottomShadow {
	height: 26px;
	background: url( '/fc/img/global/footerBg.jpg' ) no-repeat bottom center;
	font-size: 1pt;
}

div.bottomBanner {
	background: white;
}

/*
----------------------------------------------------------------------
  Breadcrumbs.
----------------------------------------------------------------------
*/

div.breadcrumbs {
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 11px;
	font-style: italic;
	border-bottom: solid 1px rgb( 208, 210, 231 );
}

div.breadcrumbs,
div.breadcrumbs a:link,
div.breadcrumbs a:visited,
div.breadcrumbs a:active,
div.breadcrumbs a:hover {
	color: rgb( 137, 142, 147 );
	text-decoration: none;
}

div.breadcrumbs a:hover {
	text-decoration: underline;
}

div.breadcrumbs a.activeBreadcrumb:link,
div.breadcrumbs a.activeBreadcrumb:visited,
div.breadcrumbs a.activeBreadcrumb:active,
div.breadcrumbs a.activeBreadcrumb:hover {
	color: rgb( 1, 13, 76 );
}

/* Breadcrumbs for use on a blue background. */
div.breadcrumbs_blueBg {
	border-bottom: none;
}
div.breadcrumbs_blueBg,
div.breadcrumbs_blueBg a:link,
div.breadcrumbs_blueBg a:visited,
div.breadcrumbs_blueBg a:active,
div.breadcrumbs_blueBg a:hover {
	color: #6793e3;
}
div.breadcrumbs_blueBg a.activeBreadcrumb:link,
div.breadcrumbs_blueBg a.activeBreadcrumb:visited,
div.breadcrumbs_blueBg a.activeBreadcrumb:active,
div.breadcrumbs_blueBg a.activeBreadcrumb:hover {
	color: #9ac6f6;
}

/*
----------------------------------------------------------------------
 Dialog.
----------------------------------------------------------------------
*/

div.dialog_T,
div.dialog_TL,
div.dialog_TR {
	height: 13px;
	font-size: 1px;
}
div.dialog_T {
	background: url('/fc/img/global/dialog_T.jpg') repeat-x top;
}
div.dialog_TL {
	background: url('/fc/img/global/dialog_TL.jpg') no-repeat top left;
}
div.dialog_TR {
	background: url('/fc/img/global/dialog_TR.jpg') no-repeat top right;
}

div.dialog_C {
	background: white;
}
div.dialog_L {
	background: url('/fc/img/global/dialog_L.jpg') repeat-y top left;
}
div.dialog_R {
	background: url('/fc/img/global/dialog_R.jpg') repeat-y top right;
}

div.dialog_B,
div.dialog_BL,
div.dialog_BR {
	height: 14px;
	font-size: 1px;
}
div.dialog_B {
	background: url('/fc/img/global/dialog_B.jpg') repeat-x top;
}
div.dialog_BL {
	background: url('/fc/img/global/dialog_BL.jpg') no-repeat top left;
}
div.dialog_BR {
	background: url('/fc/img/global/dialog_BR.jpg') no-repeat top right;
}

div.dialog_Content {
	margin: 0px 10px;
}

/*
----------------------------------------------------------------------
 Object Styles.
----------------------------------------------------------------------
*/

ul.itemList {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
ul.itemList li {
	margin-bottom: 15px;
	padding-left: 20px;
	background: url('/fc/img/global/itemListBg.gif') no-repeat top left;
}
table.itemList tr td {
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
}

ul.itemList div.itemTitle {
	font-weight: bold;
}

dl.dividedList dt {
	padding: 0px 5px;
}
dl.dividedList dd {
	padding-bottom: 10px;
	border-bottom: solid 1px rgb( 200, 200, 200 );
}

table.formLayoutTable {
	margin: auto;
}
table.formLayoutTable th,
table.formLayoutTable td {
	padding: 3px;
	vertical-align: top;
}
table.formLayoutTable th {
	padding-right: 10px;
	text-align: right;
}



/*
----------------------------------------------------------------------
 Legacy Styles.
----------------------------------------------------------------------
*/

a.compareRow {
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	font-size: 10px;
}
#leftNav {
	background-color:#FFFFFF;
	width: 281px;
	padding-top: 8px;
	padding-left: 5px;
	margin-top: 3px;
	padding-right: 15px;
}
a.btnHomeCatalog {
	background-image:url(/img/home/btn_homeSearch.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	clear: left;
	padding-top: 10px;
	padding-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
}
a.btnHomeSize {
	background-image:url(/img/home/btn_homeSearch.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	clear: left;
	padding-top: 10px;
	padding-bottom: 45px;
	padding-left: 28px;
	padding-right: 30px;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
.hdGrey14pt {
	font-size: 14px;
	font-weight:bolder;
	color:#333333;
}
.hd16pt0C1C62 {
	font-size: 16px;
	font-weight:bolder;
	color:#0C1C62;
	padding: 4px 0px;
}
.hdWhite14pt {
	font-size: 14px;
	font-weight:bolder;
	color:#FFFFFF;
}
.hdWhite11pt {
	font-size: 11px;
	color:#FFFFFF;
}
.hdWhite10pt {
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bolder;
}
.hdWhite12pt {
	font-size: 12px;
	color:#FFFFFF;
	padding: 1px 3px;
}
.hdBlack16pt {
	font-size: 16px;
	font-weight:bolder;
	color:#000000;
	padding: 4px 4px;
}
.hdRed16pt {
	font-size: 16pt;
	font-weight:bolder;
	color: #FF0000;
	padding: 4px 5px;
}
.hdRed10pt {
	font-size: 10pt;
	font-weight:bolder;
	color: #FF0000;
	padding: 4px 5px;
}
.hdGrey9pt {
	font-size: 9pt;
	color: #333333;
}
.hdGrey8ptBold {
	font-size: 8pt;
	color: #666666;
	font-weight:bolder;
}
.hdGrey8pt {
	font-size: 8pt;
	color: #333333;
	font-weight:bolder;
}
.hdGrey8ptReg {
	font-size: 8pt;
	color: #666666;
}
.hdBlue9pt {
	font-size: 9pt;
	font-weight:bolder;
	color:#0C1C62;
}
.hdBlue9ptReg {
	font-size: 9pt;
	color:#0C1C62;
}
.hdBlue8ptBold {
	font-size: 8pt;
	font-weight:bolder;
	color:#0C1C62;
}
.hd14ptBold0C1C62 {
	font-size: 14px;
	font-weight:bolder;
	color:#0C1C62;
}
.hdGold11ptBold {
	font-size: 11pt;
	font-weight:bolder;
	color:#FFCC00;
}
form {
	margin: 0px;
}
div.bottomRight {
	border-left: 1px dotted #000000;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	min-height: 190px;
	height: 190px;
}
div.bottomRightFlash {
	border-left: 1px dotted #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	min-height: 190px;
	height: 190px;
}
a.secondaryNav {
	font-size: 11px;
	color:#333333;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}
a.secondaryNav:hover {
	color:#000060;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}
a.footer {
	font-size: 10px;
	color: #000066;
	text-decoration:none;
}
#mainContent{
	width: 439px;
	background-color: #4B6488;
	z-index: -1;
}
#selectorResults{
	background-image:url(/img/selector/grey_bar.jpg);
	background-repeat:repeat-x;
}
table.greybar{
	background-image: url(/img/selector/grey_bar.jpg);
	background-repeat:repeat-x;
}
table.nav {
	background-color: #0F5D9F;
}
tr.padded {
	padding: 5px;
}
tr.ODD{
	background-color:#FFFFFF;
	padding: 2px;
}
tr.EVEN {
	background-color:#CCCCCC;
	padding: 2px;
}
td.blackBar {
	background-image: url(/img/about/blk_bar.jpg);
	background-repeat: repeat-y;
}
td.sortON {
	background-color:#FFCC00;
}
td.shadowRight {
	background-image: url(/img/home/shadow_right.jpg);
	background-repeat:repeat-y;
}
td.shadowLeft {
	background-image: url(/img/home/shadow_left.jpg);
	background-repeat:repeat-y;
}
td.fordBlueBkg{
	background-color: #336699;
	padding: 10px;
}
/* set millions of background images for the tire selector column header backgrounds - off state*/
.rbroundbox { background: url(/img/selector/nt.gif) repeat; height: 32px; min-height: 32px;}
.rbtop div { background: url(/img/selector/tl.gif) no-repeat top left; }
.rbtop { background: url(/img/selector/tr.gif) no-repeat top right;}
.rbbot div { background: url(/img/selector/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/img/selector/br.gif) no-repeat bottom right; }

/* set millions of background images for the tire selector column header backgrounds - on state*/
.rbroundboxON { background: url(/img/selector/nt_on.gif) repeat; height: 42px; min-height: 42px;}
.rbtopON div { background: url(/img/selector/tl_on.gif) no-repeat top left; }
.rbtopON { background: url(/img/selector/tr_on.gif) no-repeat top right;}
.rbbotON div { background: url(/img/selector/bl_on.gif) no-repeat bottom left; }
.rbbotON { background: url(/img/selector/br_on.gif) no-repeat bottom right; }

.rbroundbox { margin: 0px 3px; }

.headText, a.headText { font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#0C1C62; padding: 4px 0px; text-align:center;}
.headText:hover, a.headText:hover { font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#0F5D9F; padding: 4px 0px; text-align:center;}
.headTextON, a.headTextON { font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; padding: 4px; text-decoration:none;}
.headTextON:hover, a.headTextON:hover { font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#FFCC00; padding: 4px; text-decoration:none;}

.headText10pt, a.headText10pt { font-size: 10px; font-family:Arial, Helvetica, sans-serif; color:#0C1C62; padding: 4px 0px; text-align:center;}
.headText10pt:hover, a.headText10pt:hover { font-size: 10px; font-family:Arial, Helvetica, sans-serif; color:#0F5D9F; padding: 4px 0px; text-align:center;}

#compare {
	float:left; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 345px;
}
#headEVEN {
	background-color: #0F5D9F;
	font-size: 10pt;
	color: #FFFFFF;
	font-style:italic;
	font-weight:bolder;
	padding: 5px;
	width: 345px;
}
#headODD {
	background-color: #FFCC00;
	font-size: 10pt;
	color: #000000;
	font-style:italic;
	font-weight:bolder;
	padding: 5px;
}
p.contentHeaderBlue {
	padding: 5px; 
	margin: 10px 0px 0px 0px; 
	font-size:11px; 
	border-top: #66CCFF 1px solid; 
	border-left: #66CCFF 1px solid; 
	border-right: #66CCFF 1px solid;
	background-color: #205B9F; 
	font-weight:bold; 
	color: #FFFFFF
}
p.contentBorderBlue {
	padding: 5px; 
	margin: 0px; 
	font-size:11px; 
	border-bottom: #66CCFF 1px solid; 
	border-left: #66CCFF 1px solid; 
	border-right: #66CCFF 1px solid;
}
a.yellowBG {
	font-size: 11px;
	background-color: #FFFF33;
	border: #FFCC00 2px solid;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
	display: block;
	width: 75px;
	text-align: center;
}
a.yellowBG:hover {
	font-size: 11px;
	background-color: #003366;
	border: #FFCC00 2px solid;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
	display: block;
	width: 75px;
	text-align: center;
	color: #FFFF33;
}

/***********************************/
/* new tire selector styles        */
/***********************************/
div.dialog_tires_body {
	margin:5px;
	padding:0px;
	float:left;
	width: 359px;
	background: url(../img/selector/dialog_bg_body.jpg) repeat-y top;
}
div.dialog_tires_bottom {
	margin:0px;
	padding:0px;
	width:359px;
	background: url(../img/selector/dialog_bg_bottom.jpg) no-repeat bottom;
}
div.dialog_tires_top {
	margin:0px;
	padding:0px;
	width:359px;
	background: url(../img/selector/dialog_bg_top.jpg) no-repeat top;
}
div.dialog_tires_content {
	margin:0px;
	padding: 13px 10px 0px 10px;
	height:100px;
}
div.promotion_btn {
	font-size:0px;
	text-align:right;
}
div.myclear {
	clear:both;
	height:0px;
	width:0px;
	margin:0px;
	width:0px;
	line-height:0px;
	font-size:0px;
	}
#search_results_vehicle_type,
#search_results_tire_size {
	font-weight:bold;
	font-size:12px;
	margin: 7px 0px 0px 0px;
	padding:0px;
	}
td.searchBtns {
	vertical-align:top;
	}
td.searchBtns a img {
	float:left;
	border:none;
	margin:10px 0px 0px 10px;
	}
div.tire_results_core_div {
	width:712px;
	margin: 0px auto;
	padding:0px;
	}
div.tire_results_core_hdr {
	height:33px;
	margin:0px;
	padding:0px;
	}
.performance_tab {
	background:url(../img/selector/tab_section_performance.jpg) no-repeat top left;
}
.carminivan_tab {
	background:url(../img/selector/tab_section_carminivan.jpg) no-repeat top left;
}
.trucksuv_tab {
	background:url(../img/selector/tab_section_trucksuv.jpg) no-repeat top left;
}
.winter_tab {
	background:url(../img/selector/tab_section_winter.jpg) no-repeat top left;
}
div.tire_results_core_hdr p {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:10px 0px 0px 20px;
}
div.tire_results_cat_desc {
	width:672px;
	margin:5px auto;
	padding:0px;
	}
div.tire_results_cat_desc p {
	margin:0px;
	padding:0px;
	font-size:12px;
	}
table.tire_results_table {
	margin-bottom:10px;
	}
table.tire_results_table tr th {
	border-top:1px solid #cccccc;
	height:29px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	background-color:#9398b6;
}
table.tire_results_table tr th a {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	display:block;
	text-decoration:none;
}
table.tire_results_table tr th a:hover {
	font-weight:bold;
	font-size:12px;
	display:block;
}
table.tire_results_table tr td {
	padding-bottom:10px;
	}
th.divider {
	background:url(../img/selector/grey_tab_divider.jpg) no-repeat top left #9398b6;	
}
th.left_tab {
	background:url(../img/selector/grey_tab_left.jpg) no-repeat top left #9398b6;
}
th.search_results_right_tab {
	width:7px;
	background:url(../img/selector/grey_tab_right.jpg) no-repeat right top #9398b6;
}

#tire_help_div {
	display:none;
	position:absolute;
	top:200px;
	left:200px;
	height:172px;
	width:300px;
	border:2px solid #9398b6;
	background-color:#FFFFFF;
	padding:20px;
}
#tire_help_div h2 {
	font-size:14px;
	font-weight:bold;
	display:block;
	background-color:#9398b6;
	line-height:18px;
	padding-left:10px;
	margin:0px;
}
#tire_help_div div {
	position:absolute;
	right:0px;
	top:0px;
	font-size:10px;
	color:#9398b6;
	}
#tire_help_div div a {
	text-decoration:none;
	}
