/* generic */

a { text-decoration: none; }

a:link,
a:visited {
  color:#005EA6;
}

a:hover,
a:active {
  color: #E3370F;
}

a img { border: 0 }

.clearing {
  clear: both;
}

sup {
  font-size: 50%;
  vertical-align: top;
}

h2 {
  padding:0px; 
  margin: 15px 0 5px; 
  font-weight: bold;
  font-size: 19px;
  color:#E3370F;
  /*text-transform: uppercase;*/
}

h3 {
  padding:0px; 
  margin:0 0 15px; 
  font-weight:normal;
  font-size:13px; 
  font-style:italic; 
  color: #444444;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  color: #005EA6;
  text-transform: uppercase;
  margin: 0;
}

h5 {
  font-size: 11px;
  font-weight: bold;
  color: #005EA6;
  margin: 0;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  color: #005EA6;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 0px;
}

.h7 {
	font:bold 21px helvetica arial, sans-serif; 
	color:#005ea6
}

.h8 {
	font: bold 11px helvetica arial, sans-serif; 
	color:#10aee7; 
	line-height:1.5em;
}

.h9 {
  padding:0px; 
  margin-top: 10px;
	margin-bottom:5px; 
  font-weight: bold;
  font-size: 14px;
  color:#E3370F;
	border-bottom: 1px solid #E3370F;    
  /*text-transform: uppercase;*/
}     
.h9a {
  padding:0px; 
  margin-top: 10px;
	margin-bottom:5px; 
  font-weight: bold;
  font-size: 14px;
  color:#E3370F;
	   
  /*text-transform: uppercase;*/
}

div.error {
  border: 2px solid #E3370F;
  margin: .75em 0;
  padding: 4px;
}

form { margin: 0; padding: 0 }

/* structures */

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #94A5B5 url(../images/shared/background_bubbles.jpg) top left repeat-x;
  font: 11px Helvetica, Verdana, sans-serif;
}

div#container {
  margin: 0 auto;
  width: 923px;
  padding: 0 1px 32px;
  background: #CCC url(../images/shared/main_gradient.gif) bottom left repeat-x;
}

div#header {
  background: #fff url(../images/shared/header_gradient.gif) top right repeat-x;
  position: relative;
  height: 62px;
}

div#header img#logo {
  position:absolute;
  top: 20px;
  left: 18px;
}


div#footer {
  border-top: 1px solid #FFE01A;
  background: #fff url(../images/shared/footer_gradient.gif) bottom left repeat-x;
  padding: 0 30px;
  height: 25px;
  line-height: 25px;
  color: #206E94;
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {
  color: #206E94;
}

div#footer .footer_legal {
  float: right;
}


/*XPERT Site Stuff*/
div#home_top_xpert{
background-image:url(../../images/bgHomeTop.jpg);
}

div#steps{
float:left;
width:308px;
text-align:center;
display:inline;
font-size:13px;
color:#005EA6;
font-weight:bold;
}

/*End EXPERT Site Styles*/

/* home */
div#home_top embed,
div#home_top object {
  display: block;
}

div#home_bottom {
  background: #fff top left repeat-x;
  padding: 16px 10px 0;
  font-weight: bold;
  font-size: 12px;
  color: #10AEE7;
}

table#home_smpromo {
  width: 903px;
}

table#home_smpromo .smpromo_photo {
  float: left;
}

table#home_smpromo .smpromo_body {
  padding-top: 12px;
  margin-left: 150px;
}

div#home_bottom_buttons {
  padding: 12px 20px 0;
}

div#home_bottom_buttons .right {
  float: right;
}

/* interior */

div#main {
  min-height: 450px;
  background: #fff url(../images/shared/content_gradient.gif) top left repeat-x;

}

#main_promo {
  min-height: 450px;
  background: #fff url(../images/shared/content_gradient.gif) top left repeat-x;
  margin-top:-9px;

}

div.content {
  padding: 28px 50px 14px 15px;
  line-height:1.5em;
}

div#content {
  margin-left: 176px;
  color:#444444; 
}

* html div#content {
  zoom: 1;
}
  
/* top nav */

/*http://www.htmldog.com/articles/suckerfish/dropdowns/*/

ul#topnav {
  position: absolute;
  top: 24px;
  left: 216px;
  font-weight: bold;
  text-transform: uppercase;
}

#topnav, #topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#topnav a {
	display: block;
	xwidth: 10em;
	line-height: 22px;
	padding-left: 25px;
	xpadding-top: 4px;
	padding-right: 15px;
}

#topnav li {
	float: left;
	xwidth: 10em;
	margin-right: 10px;
	background: url(../images/nav/topnav_main_off.gif) 9px 6px no-repeat;
}

#topnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background: #fff url(../images/nav/topnav_drop_gradient.gif) top left repeat-x;
	font-size: 10px;
	line-height: 12px;
	border-top: 1px solid #95A6B6;
}

#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}

#topnav li.on a,
#topnav li.solo:hover a {
	background: url(../images/nav/topnav_solo_bg_right.gif) top right no-repeat;
}

#topnav li.on, 
#topnav li.solo:hover {
	background: url(../images/nav/topnav_solo_bg_left.gif) top left no-repeat;
}

#topnav li.on a {
    color: #fff;
}

#topnav li:hover a, #topnav li.sfhover a {
	background: url(../images/nav/topnav_main_bg_right.gif) top right no-repeat;
    color: #fff;
}

#topnav li:hover, #topnav li.sfhover {
	background: url(../images/nav/topnav_main_bg_left.gif) top left no-repeat;
}

#topnav li:hover ul a, #topnav li.sfhover ul a {
  background: transparent;
}

#topnav li:hover ul li, #topnav li.sfhover ul li {
  background: transparent;
}

#topnav li ul a {
  padding: 0;
}

#topnav li ul li {
    width: 88px;
    padding: 4px 10px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #95A6B6;
	margin-right: 0;
}


#topnav ul a {
  line-height: 16px;
}

#topnav a,
#topnav a:link,
#topnav a:visited,
#topnav ul a:link,
#topnav ul a:visited {
  color: #005EA6;
}
#topnav ul a:hover,
#topnav ul a:active {
  color: #E8370F;
}


#topnav #topnav0,
#topnav #topnav0 xa,
#topnav #topnav0 ul
{
  width: 110px;
}
#topnav #topnav0 ul li {
  width: 88px;
}

#topnav #topnav3,
#topnav #topnav3 xa,
#topnav #topnav3 ul
{
  width: 160px;
}
#topnav #topnav3 ul li {
  width: 138px;
}

#topnav #topnav4,
#topnav #topnav4 xa,
#topnav #topnav4 ul
{
  width: 110px;
}
#topnav #topnav4 ul li {
  width: 88px;
}

/* side nav */

div#sidenav {
  width: 176px;
  float: left;
  background: #fff url(../images/nav/sidenav_bottom_gradient.gif) bottom left repeat-x;
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-top: 1px solid #B8B8B8;
  font-weight: bold;
  text-transform: uppercase;
}

div#sidenav ul {
  margin: 0;
  background: #60B2E8 url(../images/nav/sidenav_top_gradient.gif) top left repeat-x;
  margin: 0;
  padding: 28px 0 16px;
  list-style: none;
}

div#sidenav ul li {
  line-height: 16px;
  /* padding: 4px 10px 4px 30px; */
  padding: 4px 0;
  background: url(../images/nav/bullet_lightblue_dkblue.gif) 16px 7px no-repeat;
}

div#sidenav ul a {
  display: block;
  margin: 0 10px 0 30px;
} 

div#sidenav ul ul {
  padding: 0;
}

div#sidenav ul ul a {
  display: block;
  margin-left: 12px;
} 

div#sidenav ul li.on {
  background-image: url(../images/nav/bullet_yellow_dkblue.gif);
}

div#sidenav ul li.on ul {
  background: #EAEFF3;
  color: #60B2E8;
  padding-left: 30px;
}

div#sidenav ul li.on ul li {
  background: #EAEFF3 url(../images/nav/bullet_lightblue_grey.gif) 0px 7px no-repeat;
}

div#sidenav ul li.on ul li.on {
  background: #EAEFF3 url(../images/nav/bullet_red_grey.gif) 0px 7px no-repeat;
  color: #E8370F;
}

div#sidenav ul a:link,
div#sidenav ul a:visited,
div#sidenav ul a:hover,
div#sidenav ul a:active {
  color: #fff;
}

div#sidenav ul li.on ul a:link,
div#sidenav ul li.on ul a:visited,
div#sidenav ul li.on ul a:hover,
div#sidenav ul li.on ul a:active {
  color: #60B2E8;
}

div#sidenav ul li.on ul li.on a:link,
div#sidenav ul li.on ul li.on a:visited,
div#sidenav ul li.on ul li.on a:hover,
div#sidenav ul li.on ul li.on a:active {
  color: #E8370F;
}

/* swap image links */
#image_swap {
text-align:center;
}

.prod_options {
text-align:center;
color:#005EA6;
font-size:13px;
}

div#swap_links {
  width: 191px;
  float: left;
  background: #fff url(../images/nav/sidenav_bottom_gradient.gif) bottom left repeat-x;
  padding-bottom: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

div#swap_links ul {
  margin: 0;
  background: #60B2E8 ;
  margin: 0;
  padding: 8px 0 16px;
  list-style: none;
}

div#swap_links ul li {
  line-height: 16px;
  /* padding: 4px 10px 4px 30px; */
  padding: 4px 0;
  background: url(../images/nav/bullet_lightblue_dkblue.gif) 16px 7px no-repeat;
}

div#swap_links ul a {
  display: block;
  margin: 0 10px 0 30px;
} 

div#swap_links ul ul {
  padding: 0;
}

div#swap_links ul ul a {
  display: block;
  margin-left: 12px;
} 

div#swap_links ul li.on {
  background-image: url(../images/nav/bullet_yellow_dkblue.gif);
}

div#swap_links ul li.on ul {
  background: #EAEFF3;
  color: #60B2E8;
  padding-left: 30px;
}

div#swap_links ul li.on ul li {
  background: #EAEFF3 url(../images/nav/bullet_lightblue_grey.gif) 0px 7px no-repeat;
}

div#swap_links ul li.on ul li.on {
  background: #EAEFF3 url(../images/nav/bullet_red_grey.gif) 0px 7px no-repeat;
  color: #E8370F;
}

div#swap_links ul a:link,
div#swap_links ul a:visited,
div#swap_links ul a:hover,
div#swap_links ul a:active {
  color: #fff;
}

div#swap_links ul li.on ul a:link,
div#swap_links ul li.on ul a:visited,
div#swap_links ul li.on ul a:hover,
div#swap_links ul li.on ul a:active {
  color: #60B2E8;
}

div#swap_links ul li.on ul li.on a:link,
div#swap_links ul li.on ul li.on a:visited,
div#swap_links ul li.on ul li.on a:hover,
div#swap_links ul li.on ul li.on a:active {
  color: #E8370F;
}
/* end swap image links */
/* breadcrumb */

div#breadcrumb {
	border-bottom:1px solid #60b2e8;	
	margin-bottom:25px;
}

div#breadcrumb,
div#breadcrumb a:link,
div#breadcrumb a:visited,
div#breadcrumb a:hover,
div#breadcrumb a:active {
  color: #005EA6;
}

/* image swap css 
#swap_wrapper { float:right;
}

#swap_links  { float:right;
}
*/

/* content */


#content_image_main {
  margin-left:75px; 
  float:right;
}

#content_image_main2 {
  margin-left:15px; 
  float:right;
}

.bold {font-weight:bold;}

#content ul { 
  margin-top:0px;
}

#bottom_products {
  width:650px;
  clear:both;
}

.icon_list { 
  background-repeat:no-repeat; 
  padding-top:40px; 
  padding-left:75px;
}

.large_co {
  font-size: 14px;
  font-weight: bold;
  color:#005ea6; 
  line-height:1.5em; 
  text-align:right;
  width:319px; 
  height:130px; 
  background-image:url(../images/large_co_bg.gif);
  background-repeat:no-repeat;
}

.small_co {
  font-size: 14px;
  font-weight: bold;
  color:#005ea6; 
  vertical-align:middle;
  line-height:1.5em; 
  text-align:center;
  width:650px; 
  height:56px; 
  background-image:url(../images/small_co_bg.gif);
  background-position:bottom; 
  background-repeat:no-repeat;
}

.small_co img {
  vertical-align:middle;
}

.co_image {
  float:right; 
  padding: 0px 15px;
}

#also_try {
	width: 405px;
}

#also_try th {                
	text-align: left;
	font-weight: normal;
	font-size: 14px;
  color: #0057a2;
  padding-top: 0px; 
	margin-top:0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  
}

#also_try td {
  text-align:center; 
  font-size: 10px;
  color: #687580;
  vertical-align:bottom;
}


#retail_search {
  background: #61B2E8;
  color: #fff;
  font-size: 13px;
}

#retail_search .steps td {
  padding: 30px 0 0 65px;
  vertical-align: top;
  background: transparent 20px 30px no-repeat;
}

#retail_search #step1 {
  width: 223px;
  background-image: url(../images/retail_step1.gif);
}

#retail_search #step2 {
  width: 223px;
  background-image: url(../images/retail_step2.gif);
}

#retail_search #step3 {
  width: 181px;
  background-image: url(../images/retail_step3.gif);
}

#retail_search .q {
  font-weight: bold;
  text-transform: uppercase;
}

#retail_search .q img {
  vertical-align: middle;
}

#retail_search .a {
}

#retail_search .a td {
  padding: 0 4px 0 0;
  line-height: 1.25em;
  padding-bottom: 1em;
}

#retail_search input.text {
  border: none;
  width: 8em;
  padding: 3px;
}

#retail_search .error {
  font-size: 16px;
  color: #ffe01a;
  padding-left: 24px;
}

#retail_search .submit {
  padding-left: 65px;
}

#retail_results {
  background: url(../images/retail_resultheader.gif) top left no-repeat;
  text-transform: uppercase;  
  border-bottom: 1px solid #DADFE1;
}

#retail_results th,
#retail_results td {
  padding-left: 22px;
}

#retail_results th {
  text-align: left;
  color: #005EA6;
  height: 30px;
  line-height: 30px;
}

#retail_results td {
  font-weight: bold;
  color: #707576;
  padding-top: .75em;
  padding-bottom: .75em;
}

#retail_results td.first {
  border-left: 1px solid #DADFE1;
}

#retail_results td.last {
  border-right: 1px solid #DADFE1;
}

#retail_results .alt1 td {
  background: #DADFE1;
}

#retail_results .alt2 td {
  background: #fff;
}

#retail_results a:link,
#retail_results a:visited {
  color: #E8370F;
}

#retail_results a:hover,
#retail_results a:active {
  color: #005EA6;
}

.retail_button {
  /* width: 841px;
  text-align: right; */
}

.retail_pager {
  width: 841px;
  margin-top: 1em;
  color: #707576;
}

.retail_pager form {
  display: inline;
  margin: 0px;
  padding: 0px
}

#selector_search {
  width: 650px;
  background: #FFE01A;
  color: #005EA6;
  margin-top: 1.5em;
}

#selector_search th,
#selector_search .alt1 td,
#selector_search .alt2 td {
  padding-left: 25px;
}

#selector_search th {
  text-align: left;
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
}

#selector_search td {
  font-size: 13px;
  line-height: 27px;
}

#selector_search .alt1 td { }
#selector_search .alt2 td {
  background: #FFEE81;
}

#selector_search a {
  display: block;
  padding-left: 30px;
  background: top left no-repeat;
}

#selector_search .alt1 a {
  background-image: url(../images/selector_arrow_yellow.gif);
}

#selector_search .alt2 a {
  background-image: url(../images/selector_arrow_beige.gif);
}

#selector_search a:link,
#selector_search a:visited {
  color: #005EA6;
}

#selector_search a:hover,
#selector_search a:active {
  color: #E8370F;
}

#selector_results {
  background: url(../images/selector_resultheader.gif) top left no-repeat;
  border-bottom: 1px solid #DADFE1;
}

#selector_results th,
#selector_results td {
  padding-left: 22px;
}

#selector_results th {
  text-align: left;
  font-size: 10px;
  color: #005EA6;
  text-transform: uppercase;
  height: 30px;
  vertical-align: middle;
  line-height: 1em;
}


#selector_results th.overhead, 
#selector_results tr.underhead th {
  height: 15px;
}

#selector_results th.overhead {
  text-align: center;
  font-size: 8px;
  vertical-align: bottom;
}

#selector_results tr.underhead th {
  vertical-align: top;
}
  
#selector_results td {
  color: #707576;
  padding-top: .75em;
  padding-bottom: .75em;
}

#selector_results td.hilite {
  color: #E8370F;
}

#selector_results td.asterisk {
  color: #070;
  background-color: #fff;
}

#selector_results td.first {
  border-left: 1px solid #DADFE1;
  text-transform: uppercase;
}

#selector_results td.last {
  border-right: 1px solid #DADFE1;
}

#selector_results .alt1 td {
  background: #DADFE1;
}

#selector_results .alt2 td {
  background: #fff;
}

.selector_button {
  width: 665px;
  text-align: right;
}

.selector_fineprint {
  padding-left: 255px;
  width: 440px;
  color: #E3370F;
  font-style: italic;
}
.selector_asterisk {
  padding-left: 255px;
  width: 440px; 	
  color: #070;
  font-style: italic;
}

div#contact_col1,
div#contact_col2 {
  line-height:1.7em;
  float: left;
}

div#contact_col1 {
  width: 275px;
  margin-right: 30px;
}

div#contact_col2 {
  width: 340px;
}

div.contact h4 {
   font-size: 14px;
}

div.contact div {
  margin-bottom: 1.5em;
}

#contact_form {
	background-color: #EAEFF3;
	padding:10px;
	vertical-align:top;
	margin-bottom: 2em;
}

#contact_form h4 {
  margin-bottom: 1em;
}

#contact_form td,
#contact_form th {
  vertical-align: top;
}

#contact_form th {
  text-align: left;
  text-transform: uppercase;
  color: #005EA6;
}

#contact_form input.text,
#contact_form textarea {
	width:270px;
  border: 1px solid #000;
  padding: 3px;
}

#contact_form .submit {
  padding-right: 10px;
  text-align: right;
}

#wiper_arm_table td {
	text-align: center;
	color: #1169ac;
}

#wiper_button {
	vertical-align:middle;
}

.diagram1 {
	float:right;
}

.shown {
	display:block;
}

.hidden {
	display:none;
}


.promo_offer_content {
	height:500px;
	margin-left:150px; 
	margin-top:10px;
}

.promo_content {
	margin-left:20px; 
	margin-top:10px;
}


#i_change {
	width:287px; 
	height:28px; 
	background-image:url(../images/i_change_bg.gif); 
	padding:5px 0px 5px 15px;
	font:bold 12px helvetica arial, sans-serif; 
	color:#005ea6;
}

#i_change img {
	vertical-align:middle; 
}

#get_changed {
	width:383px; 
	height:28px; 
	background-image:url(../images/i_get_bg.gif); 
	padding:5px 0px 5px 15px; 
	font:bold 12px helvetica arial, sans-serif; 
	color:#005ea6;
}

#get_changed img {
	vertical-align:middle; 
}

.groundhog {
	float:left; 
	padding-right:20px;
}

.promo_legal {
	font:9px helvetica arial, sans-serif; 
	color:#444444; 
	padding:0px 40px;
}

#promo_offer { display: block;}

#promo_1 { display: none;}

#promo_2 { display: none;}

#promo_2 table {
	clear:both; 
	text-align:center;
	font: bold 11px helvetica arial, sans-serif; 
	color:#10aee7; 
	line-height:1.5em;
}

#promo_2 td {
	vertical-align:top;
}

#promo_label_l {
	padding-left:170px; 
	padding-right:50px;
}

#promo_label_r {
	padding-right:160px; 
	padding-left:50px;
}

.product_thumb { 
	float: left;
	font-size:11px;
	height:180px;	
	width: 85px;
	text-align:center;
	display:block;	    	
}                  

.product_block { 
	float:left;
	display:block;     
	margin-bottom: 15px; 
	margin-right: 28px;
}     

#product21 {
	width: 170px;
}     

#product22 {
	width: 170px;
}      

#product23 {
	width: 170px;
}


#buy { 
       color:#444444;
}
#buy img { vertical-align:middle;
         

}
#content_copy ul { /*list-style:none;*/
                   /*list-style-type:none;*/

}
#content_copy ul li { /*list-style:none;*/
                    /*  list-style-type:none; */

}

#tips_left { float:left;
             font-size:13px;
             line-height:20px;
             vertical-align:top;
           
             

}
#tips_left p {
padding-top:10px;
}

#tips_left a {
color:RGB(3, 98, 172);
text-decoration:underline;

}


#tips_right { margin-left:360px;
font-size:13px;
line-height:20px;
vertical-align:top;

}

#tips_right p {
padding-top:10px;
}

#tips_right a {

color:RGB(3, 98, 172);
text-decoration:underline;

}

/*   Truck U   */
#video_container {
background: url('../images/truck_u/video_bg.jpg');
width:675px;
height:511px;
background-repeat:no-repeat;
}

#glass_video {
padding-left:30px;
padding-top:40px;

}






