/*
--------------------------------------------------------------------------------
 Global site style CSS for 960px width site.
--------------------------------------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: black url( '/img/global/main-background.gif' ) top left repeat-x;
	margin: 0px;
}

body.white {
	background: white;
}

a:link,
a:visited,
a:active,
a:hover {
	color: rgb( 0, 95, 181 );
}
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;
}

.clearPixel {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.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( '/img/global/bg_960px.jpg' ) no-repeat top center;
	text-align: center;
}

div.container {
	margin: auto;
	width: 960px;
	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;
}

div.topToolbar_logo {
	float: left;
	width: 170px;
}

div.topToolbar_us {
	float: left;
	width: 110px;
	padding-top: 20px;
	text-align: center;
}

div.topToolbar_otherSites {
	float: left;
	width: 170px;
	padding-top: 15px;
}

div.topToolbar_translate {
	float: left;
	padding-left: 150px;
	padding-top: 20px;
	width: 120px;
}

div.topToolbar_cardlogin {
	float: left;
	padding-top: 20px;
	width: 140px;
}

div.topToolbar_search {
	float: right;
	width: 200px;
	padding-top: 15px;
	position: relative;
}

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('/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('/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( 90, 123, 166 );
}

div.topToolbar input.topToolbar_textBox {
	width: 144px;
	height: 19px;
	padding: 1px 0px 0px 10px;
	background: url('/img/global/topToolbar_textBox.gif') no-repeat top left;
	font-size: 11px;
	font-weight: normal;
	color: white;
	border: none;
	position: absolute;
	left: 0;
	top: 15px;
}

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: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 32px;
	height: 24px;
	background: url('/img/global/topToolbar_goBtn_off.jpg') no-repeat top left;
}
div.topToolbar a.topToolbar_goBtn:hover {
	background: url('/img/global/topToolbar_goBtn_on.jpg') no-repeat top left;
}
div.topToolbar a span {
	display: none;
}

/* ---------- Top navigation. ---------- */

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 );
	*/
	background: rgb( 90, 123, 166 );
	border-top: solid 1px rgb( 120, 153, 196 );
	border-bottom: solid 1px rgb( 56, 94, 133 );
}

div.topNav_v2Inside { padding-left: 218px; }

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( '/img/global/topNav.gif' ) no-repeat;
	text-decoration: none;
	overflow: hidden;
}

div.topNav_v2 a span {
	display: block;
	padding-top: 24px;
}

#topNav_browse a:link,
#topNav_browse a:visited,
#topNav_browse a:active { width:108px; background-position: -218px -1px; }
#topNav_browse a.on,
#topNav_browse a:hover,
#topNav_browse a.on:hover { background-position: -218px -29px; }

#topNav_offers a:link,
#topNav_offers a:visited,
#topNav_offers a:active { width:75px; background-position: -326px -1px; }
#topNav_offers a.on,
#topNav_offers a:hover,
#topNav_offers a.on:hover { background-position: -326px -29px; }

#topNav_ownAndDrive a:link,
#topNav_ownAndDrive a:visited,
#topNav_ownAndDrive a:active { width:106px; background-position: -401px -1px; }
#topNav_ownAndDrive a.on,
#topNav_ownAndDrive a:hover,
#topNav_ownAndDrive a.on:hover { background-position: -401px -29px; }

#topNav_autoService a:link,
#topNav_autoService a:visited,
#topNav_autoService a:active { width:108px; background-position: -507px -1px; }
#topNav_autoService a.on,
#topNav_autoService a:hover,
#topNav_autoService a.on:hover { background-position: -507px -29px; }

#topNav_about a:link,
#topNav_about a:visited,
#topNav_about a:active { width:127px; background-position: -615px -1px; }
#topNav_about a.on,
#topNav_about a:hover,
#topNav_about a.on:hover { background-position: -615px -29px; }

/*
#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: 122px;
	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: 76px;
	background-position: -173px 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: -173px -24px;
}

#topNav_tireRegistration a:link,
#topNav_tireRegistration a:visited,
#topNav_tireRegistration a:active,
#topNav_tireRegistration a:hover {
	width: 105px;
	background-position: -249px 0px;
}
#topNav_tireRegistration a:hover,
#topNav_tireRegistration a.on:link,
#topNav_tireRegistration a.on:visited,
#topNav_tireRegistration a.on:active,
#topNav_tireRegistration a.on:hover {
	background-position: -249px -24px;
}

#topNav_kyt a:link,
#topNav_kyt a:visited,
#topNav_kyt a:active,
#topNav_kyt a:hover {
	width: 125px;
	background-position: -354px 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: -354px -24px;
}

#topNav_promotions a:link,
#topNav_promotions a:visited,
#topNav_promotions a:active,
#topNav_promotions a:hover {
	width: 112px;
	background-position: -479px 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: -479px -24px;
}

#topNav_goodyearCard a:link,
#topNav_goodyearCard a:visited,
#topNav_goodyearCard a:active,
#topNav_goodyearCard a:hover {
	width: 86px;
	background-position: -591px 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: -591px -24px;
}

#topNav_apparel a:link,
#topNav_apparel a:visited,
#topNav_apparel a:active,
#topNav_apparel a:hover {
	width: 63px;
	background-position: -677px 0px;
}
#topNav_apparel a:hover,
#topNav_apparel a.on:link,
#topNav_apparel a.on:visited,
#topNav_apparel a.on:active,
#topNav_apparel a.on:hover {
	background-position: -677px -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: 960px;
	background: white;
}

div.pageContentLeft {
	float: left;
	width: 740px;
}

div.pageContentLeftInside {
	padding: 10px 0px 10px 10px;
}

div.pageContentLeftInside_noPadding {
}

div.pageContentRight {
	float: right;
	width: 210px;
}

div.pageContentRightInside {
	padding: 27px 10px 10px 0px;
}

div.pageContentDefaultBg {
	background: white url( '/img/global/defaultPageBg.jpg' ) left bottom no-repeat;
}

div.pageContent_legacy {
	width: 740px;
	margin: 0px auto;
}

div.pageContent_legacyPadded {
	width: 720px;
	margin: 0px auto;
	padding: 10px;
}

/* ---------- Page footer. ---------- */

div.pageFooter {
	padding: 8px;
	text-align: center;
}
div.pageFooter,
div.pageFooter a:link,
div.pageFooter a:visited,
div.pageFooter a:active,
div.pageFooter a:hover {
	font-size: 10px;
	color: rgb( 170, 170, 170 );
	text-transform: uppercase;
	text-decoration: none;
	
}
div.pageFooter a:hover {
	color: white;
	text-decoration: underline;
}

div.bottomBanner {
	background: white;
}

/*
----------------------------------------------------------------------
  Tire Selector Module.
----------------------------------------------------------------------
*/

div#tireSelectorModule {
	width: 200px;
}

div#tireSelectorModuleBgTop {
	background: rgb( 134, 167, 221 ) url( '/img/global/tireSelectorModule/tireSelectorModuleBg.jpg' ) no-repeat top left;
}

div#tireSelectorModuleBgBottom {
	background: url( '/img/global/tireSelectorModule/tireSelectorModuleBgBottom.gif' ) no-repeat bottom left;
}

div#tireSelectorModuleInside {
	min-height: 320px;
	overflow: hidden;
	margin-bottom: 8px;
}

div#tireSelectorModule div#tsm_top {
	height: 92px;
	overflow: hidden;
}

div#tireSelectorModule div#tsm_top h2 {
	padding-top: 200px;
}

/* ---------- Tire Selector Module Tabs. ---------- */

div#tireSelectorModule div.tabContainer {
}

div#tireSelectorModule ul.tabOptions {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#tireSelectorModule ul.tabOptions li {
	float: left;
	height: 25px;
	overflow: hidden;
}

div#tireSelectorModule ul.tabOptions li a:link,
div#tireSelectorModule ul.tabOptions li a:visited,
div#tireSelectorModule ul.tabOptions li a:active,
div#tireSelectorModule ul.tabOptions li a:hover {
	display: block;
	height: 25px;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}

div#tireSelectorModule ul.tabOptions li a span {
	display: block;
	padding-top: 4px;
	text-align: center;
	white-space: nowrap;
}

div#tireSelectorModule a.tabOption_on:link,
div#tireSelectorModule a.tabOption_on:visited,
div#tireSelectorModule a.tabOption_on:active,
div#tireSelectorModule a.tabOption_on:hover {
	color: rgb( 15, 26, 44 );
	background: rgb( 198, 214, 240 ) url( '/img/global/tireSelectorModule/tabOnBg.jpg' ) repeat-x top left;
}

div#tireSelectorModule a.tabOption_off:link,
div#tireSelectorModule a.tabOption_off:visited,
div#tireSelectorModule a.tabOption_off:active,
div#tireSelectorModule a.tabOption_off:hover {
	color: white;
}

div#tireSelectorModule a#tsm_tab_byVehicle {
	width: 50px;
}

div#tireSelectorModule a#tsm_tab_bySize {
	width: 33px;
}

div#tireSelectorModule a#tsm_tab_byCatalog {
	width: 52px;
}

div#tireSelectorModule a#tsm_tab_byName {
	width: 65px;
}

div#tireSelectorModule div.tabPanes {
	clear: left;
	padding: 5px 0px;
}

div#tireSelectorModule div.tabPane {
}

div#tireSelectorModule div.tabPane_on {
	display: block;
}

div#tireSelectorModule div.tabPane_off {
	display: none;
}

div#tireSelectorModule div.tabPaneContent {
	padding: 2px;
	text-align: center;
}

div#tireSelectorModule ol.tsm_formFieldList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#tireSelectorModule ol.tsm_formFieldList li {
	padding-bottom: 3px;
	text-align: center;
}

div#tireSelectorModule ol.tsm_formFieldList li.tsm_containerOff {
	display: none;
}

div#tireSelectorModule ol.tsm_formFieldList li.tsm_containerOn {
	display: block;
}

div#tireSelectorModule ol.tsm_formFieldList li label {
	display: block;
	width: 180px;
	margin: 0px auto;
	text-align: left;
	color: #003366;
}

div#tireSelectorModule ol.tsm_formFieldList li label.tsm_subLabel {
	display: inline;
	width: auto;
	margin: 0px;
}

div#tireSelectorModule ol.tsm_formFieldList li select {
	width: 180px;
}

div#tireSelectorModule ol.tsm_formFieldList li select#tsm_tireName {
	width: 140px;
	margin-top: 2px;
	vertical-align: top;
}

div#tireSelectorModule ol.tsm_formFieldList li input {
	vertical-align: middle;
}

div#tireSelectorModule li#tsm_vehicleSubmitListItem,
div#tireSelectorModule li#tsm_sizeSubmitListItem {
	padding-top: 8px;
}

div#tireSelectorModule div.tsm_tireCatalogCategory {
	margin-bottom: 10px;
}

div#tireSelectorModule div.tsm_tireCatalogInfo {
	padding: 0 15px;
	margin-bottom: 5px;
	color: #003366;
}

div#tireSelectorModule div.tsm_tireCatalogButton {
}

div#tireSelectorModule input.tsm_goBtn {
	width: 36px;
	height: 23px;
	margin: 0px;
	padding-top: 40px;
	background: url( '/img/home/v5/btns/Go.png' ) no-repeat top left;
	border: none;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
}

/* Deprecated. Use the span.tsm_showAvailableTiresBtn method instead. */
div#tireSelectorModule input.tsm_showAvailableTiresBtn {
	width: 114px;
	height: 25px;
	margin: 0px;
	padding-top: 40px;
	background: url( '/img/home/v5/btns/show-available-tires.png' ) no-repeat top left;
	border: none;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
}

div#tireSelectorModule span.tsm_showAvailableTiresBtn {
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	width: 114px;
	height: 25px;
	background: url( '/img/home/v5/btns/show-available-tires.png' ) no-repeat top left;
	overflow: hidden;
}

div#tireSelectorModule span.tsm_showAvailableTiresBtn input {
	width: 114px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}

/*
----------------------------------------------------------------------
  Retailer Locator Module.
----------------------------------------------------------------------
*/

div#retailerLocatorModule {
	width: 200px;
	height: 176px;
	margin-bottom: 8px;
	background: rgb( 134, 167, 221 ) url( '/img/global/retailerLocatorModule/retailerLocatorBg.jpg' ) no-repeat top left;
}

div#retailerLocatorModule div#rlm_top {
	height: 48px;
	overflow: hidden;
}

div#retailerLocatorModule div#rlm_top h2 {
	padding-top: 200px;
}

div#retailerLocatorModule form {
	padding: 0px 10px;
}

div#retailerLocatorModule input#rlm_cityField,
div#retailerLocatorModule input#rlm_stateField,
div#retailerLocatorModule input#rlm_zipField {
	width: 120px;
}

div#retailerLocatorModule div#rlm_retailerLocatorCity {
	padding-bottom: 2px;
}

div#retailerLocatorModule div#rlm_retailerLocatorState {
	padding-bottom: 2px;
}

div#retailerLocatorModule div#rlm_retailerLocatorOr {
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0a2b54;
}

div#retailerLocatorModule div#rlm_retailerLocatorZip {
	padding-bottom: 5px;
}

div#retailerLocatorModule div#rlm_retailerLocatorGo {
	
}

div#retailerLocatorModule option.rlm_initialOption {
	color: #666666;
}

div#retailerLocatorModule input.rlm_goBtn {
	width: 36px;
	height: 23px;
	margin: 0px;
	padding-top: 40px;
	background: url( '/img/home/v5/btns/Go.png' ) no-repeat top left;
	border: none;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
}

/*
----------------------------------------------------------------------
  Social Module.
----------------------------------------------------------------------
*/

div#socialModule {
	margin-bottom: 10px;
}

/*
----------------------------------------------------------------------
  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;
}

/*
----------------------------------------------------------------------
  Left Navigation.
----------------------------------------------------------------------
*/

div.leftNav {
	float: left;
	width: 180px;
	padding-bottom: 40px;
	background: url( '/img/global/sn_side-shadow2.gif' ) no-repeat bottom right;
}

div.leftNavInside {
	padding: 10px 10px 10px 0px;
	background: url( '/img/global/sn_side-shadow2.gif' ) no-repeat top right;
}

div.leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.leftNav ul li {
	margin: 0px;
	padding: 0;
	font-size: 12px;
	background: url( '/img/global/submenu_underdot.gif' ) bottom left repeat-x;
}

div.leftNav ul li a:link,
div.leftNav ul li a:visited,
div.leftNav ul li a:active,
div.leftNav ul li a:hover {
	display: block;
	text-decoration: none;
	padding: 6px 5px;
}

div.leftNav ul li a:hover {
	text-decoration: underline;
}

/*
----------------------------------------------------------------------
  Center Content (Only Used With Left Navigation).
----------------------------------------------------------------------
*/

div.centerContent {
	float: right;
	width: 530px;
}

div.centerContent_noMenu {
	float: left;
	width: 530px;
}

div.centerContentInside {
	padding-right: 20px;
}

div.centerContentInside_noPadding {
}

/*
----------------------------------------------------------------------
 Dialog.
----------------------------------------------------------------------
*/

div.dialog_T,
div.dialog_TL,
div.dialog_TR {
	height: 13px;
	font-size: 1px;
}
div.dialog_T {
	background: url('/img/global/dialog_T.jpg') repeat-x top;
}
div.dialog_TL {
	background: url('/img/global/dialog_TL.jpg') no-repeat top left;
}
div.dialog_TR {
	background: url('/img/global/dialog_TR.jpg') no-repeat top right;
}

div.dialog_C {
	background: white;
}
div.dialog_L {
	background: url('/img/global/dialog_L.jpg') repeat-y top left;
}
div.dialog_R {
	background: url('/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('/img/global/dialog_B.jpg') repeat-x top;
}
div.dialog_BL {
	background: url('/img/global/dialog_BL.jpg') no-repeat top left;
}
div.dialog_BR {
	background: url('/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('/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;
}

/*
----------------------------------------------------------------------
 Tire Selector: Search By Vehicle
----------------------------------------------------------------------
*/

div.dialog_tires_body {
	margin:5px;
	padding:0px;
	float:left;
	width: 350px; /* 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: 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;
	z-index: 9999;
}
#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;
}

/*
----------------------------------------------------------------------
 Legacy Styles.
----------------------------------------------------------------------
*/

.hd16pt0C1C62 {
	font-size: 16px;
	font-weight:bolder;
	color:#0C1C62;
	padding: 4px 0px;
}

.hdBlue9pt {
	font-size: 9pt;
	/*font-weight:bolder;*/
	color:#0C1C62;
}

.hdGrey8ptBold {
	font-size: 8pt;
	color: #666666;
	font-weight:bolder;
}

.hdGrey8pt {
	font-size: 8pt;
	color: #333333;
	font-weight:bolder;
}

.hdBlue9pt {
	font-size: 9pt;
	/*font-weight:bolder;*/
	color:#0C1C62;
}

.hdWhite12pt {
	font-size: 12px;
	color:#FFFFFF;
	padding: 1px 3px;
}

img.left {
	float: left;
}
img.right {
	float: right;
}

div.myclear {
	clear:both;
	height:0px;
	width:0px;
	margin:0px;
	width:0px;
	line-height:0px;
	font-size:0px;
}

.vehicle_type_table_tire_size {padding: 6px 0px 10px 10px;}