/* START DEFAULT BUTTONS */
a.quad_button {
    background: url('/showcases/bestop_jeep_tops/nav_images/right_default.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: WHITE;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 10px;
}
    
a.quad_button span {
    background: url('/showcases/bestop_jeep_tops/nav_images/left_default.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 9px 0 5px 10px; /* top, right, bottom, left */
} 

a.quad_button:hover {
    background: url('/showcases/bestop_jeep_tops/nav_images/right_hover.gif') no-repeat scroll top right;
    outline: none; /* removes Firefox outline */
}

a.quad_button:hover span {
    background: url('/showcases/bestop_jeep_tops/nav_images/left_hover.gif') no-repeat;
  	color: WHITE;      
    padding: 10px 0 4px 10px; /* moves the text */
} 

/* END DEFAULT BUTTON */
/* START SELECTED BUTTON */

a.quad_button_select {
    background: url('/showcases/bestop_jeep_tops/nav_images/rightSelected.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: #363636;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 10px;
}
    
a.quad_button_select span {
    background: url('/showcases/bestop_jeep_tops/nav_images/leftSelected.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 9px 0 5px 10px; /* top, right, bottom, left */
} 

a.quad_button_select:hover {
  	color: #363636;      
    outline: none; /* removes Firefox outline */
}

/* END SELECTED BUTTON*/
/* START FAR LEFT BUTTON */

a.quad_button_far_left {
    background: url('/showcases/bestop_jeep_tops/nav_images/right_default.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: WHITE;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 10px;
}
    
a.quad_button_far_left span {
    background: url('/showcases/bestop_jeep_tops/nav_images/farLeft_default.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 4px 0 5px 10px; /* top, right, bottom, left */
} 

a.quad_button_far_left:hover {
    background: url('/showcases/bestop_jeep_tops/nav_images/right_hover.gif') no-repeat scroll top right;
    outline: none; /* removes Firefox outline */
}

a.quad_button_far_left:hover span {
    background: url('/showcases/bestop_jeep_tops/nav_images/farLeft_hover.gif') no-repeat;
  	color: WHITE;      
    padding: 5px 0 4px 10px; /* moves the text */
} 


/* END FAR LEFT BUTTON */
/* START SELECTED BUTTON */

a.quad_button_far_left_select {
    background: url('/showcases/bestop_jeep_tops/nav_images/rightSelected.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
 	color: #363636;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 10px;
}
    
a.quad_button_far_left_select span {
    background: url('/showcases/bestop_jeep_tops/nav_images/farLeftSelected.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 4px 0 5px 10px; /* top, right, bottom, left */
} 

a.quad_button_far_left_select:hover {
  	color: #363636;      
    outline: none; /* removes Firefox outline */
}

/* END SELECTED BUTTON*/
/* START TEXT TWO LINE TEXT BUTTON */

a.quad_button_br {
    background: url('/showcases/bestop_jeep_tops/nav_images/right_default.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: WHITE;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 10px;
}
    
a.quad_button_br span {
    background: url('/showcases/bestop_jeep_tops/nav_images/left_default.gif') no-repeat;
	display: block;
    height: 26px;
    padding: 5px 0 5px 10px; /* top, right, bottom, left */
} 

a.quad_button_br:hover {
    background: url('/showcases/bestop_jeep_tops/nav_images/right_hover.gif') no-repeat scroll top right;
    background-position: bottom right; /*shows the bottom half of image*/
    outline: none; /* removes Firefox outline */
}

a.quad_button_br:hover span {
    background: url('/showcases/bestop_jeep_tops/nav_images/left_hover.gif') no-repeat;
    background-position: bottom left; 
  	color: WHITE;      
    padding: 6px 0 4px 10px; /* moves the text */
} 

/* END TWO LINE TEXT BUTTON */
/* START TEXT TWO LINE TEXT SELECTED BUTTON */

a.quad_button_br_select {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_rightSelected.gif') no-repeat scroll top right;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
  	color: #363636;      
	text-decoration: none;
	font-weight: bold;
	position: relative;
    height: 36px;
    display: block;
	text-align: center;
    padding-right: 10px;
}
    
a.quad_button_br_select span {
    background: url('/showcases/quadratec_exclusive/nav_images/NEW_leftSelected.gif') no-repeat;
	display: block;
    height: 36px;
    padding: 5px 0 5px 10px; /* top, right, bottom, left */
} 

a.quad_button_br_select:hover {
  	color: #363636;      
    outline: none; /* removes Firefox outline */
}

/* END SELECTED BUTTON*/




/* ### btopmerchtitle is for the title above a merch spot ### 
   original font for merch is "arial narrow" */
  
#check_boxes {
	padding-left:18px; text-indent:-22px;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;	
}   

#btopvehicle {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-left: 17px;
	/* padding-bottom: 2px; */
	/* margin-bottom: 2px; */
	color: #feb532;
	margin-bottom: 3px;
}

#btopvehsel {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin-left: 17px;
	/* padding-bottom: 2px; */
	/* margin-bottom: 2px; */
	color: #feb532;
	margin-bottom: 3px;
}

/* used for the element door builder page  */
#parts_selected {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
	color: white;
}

#btopvehyear {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 19px;
	color: white;
}
#btopvehyear a:link,#btopvehyear a:visited,#btopvehyear a:active {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 19px;
	color: white;
}
#btopvehyear a:hover {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 19px;
	color:#FF3300;
}

#btopmerchtitle {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-left: 17px;
	/* padding-bottom: 2px; */
	/* margin-bottom: 2px; */
	color: #feb532;
	margin-bottom: 4px;
}
#btopmerchtitle a:link,#btopmerchtitle a:visited,#btopmerchtitle a:active {
	font-size: 16px;
	line-height: 19px;
	color:#feb532;
	border-bottom: 1px solid #feb532;
	text-decoration: none;
}
#btopmerchtitle a:hover {
	border-bottom: 1px solid #FF3300;
	color:#FF3300;
	text-decoration: none;
}


#btopwhitelink {
	text-decoration: none;
	color:white;
}

#btopwhitelink a:link,#btopwhitelink a:visited,#btopwhitelink a:active {
	text-decoration: none;
	color:white;
}

#btopwhitelink a:hover {
	text-decoration: none;
	color:#f9bd15;
}


#btopmerchtitleno {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-left: 17px;
	/* padding-bottom: 2px; */
	/* margin-bottom: 2px; */
	color: #feb532;
	margin-bottom: 4px;
}
#btopmerchtitleno a:link,#btopmerchtitleno a:visited,#btopmerchtitleno a:active {
	font-size: 16px;
	line-height: 19px;
	color:#feb532;
	text-decoration: none;
}
#btopmerchtitleno a:hover {
	color:#FF3300;
	text-decoration: none;
}

#btop_merch_unline {
    /*text-decoration: underline;*/
	border-bottom: 1px solid #feb532;
}

/* checkmarked gray lines */
ul#btop_ckmark_st {
	list-style-type: none;
	padding: 0;
	padding-top: 4;
	margin: 0;
}

ul#btop_ckmark_st li {
	background-image: url(nav_images/red_ckmark.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
}

/* checkmarked gray lines */
ul#btop_ckmark {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#btop_ckmark li {
	background-image: url(nav_images/ckmark.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	color: white;
}

/* checkmarked lines */
ul#btop_check {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#btop_check li {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
}

/* white double arrows */
ul#revfeaturelist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#revfeaturelist li {
	background-image: url(nav_images/white_check.gif);
	background-repeat: no-repeat;
	background-position: 2 .4em;
	padding-left: 12px;
	padding-bottom: 4px;
}

ul#revfeaturelist li a:link {
	color: #000066;
	text-decoration: underline;
}

ul#revfeaturelist li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

ul#revfeaturelist li a span#freveaturelistprice {
	color: #FF0000;
	text-decoration: none;
}


/* bestop priceline */
#btop_priceline {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #feb532;
	text-decoration: none;
	padding-left: 17px;
}

#btop_priceline a:link, #btop_priceline a:visited, #btop_priceline a:active {
	text-decoration: none;
	color: #feb532;
}

#btop_priceline a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* bestop priceline On Sale! */
#btop_onsale {
	font-size: 14px;
	text-decoration: underline;
}

/* bestop priceline description */
#btop_desc {
	font-size: 12px;
	text-decoration: underline;
}

/* bestop h1*/
h1.btop {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 18px;
    color: WHITE;
   	text-decoration: none;
}

/* bestop h1*/
h2.btop {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 15px;
    color: BLACK;
   	text-decoration: none;
}

/* main top nav styles */
a.bestop_new:link { 
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 100%;
	color: #473722;
	text-decoration: none;
	font-weight: bold;
}

a.bestop_new:visited { 
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 100%;
	color: #473722;
	text-decoration: none;
	font-weight: bold;
}

a.bestop_new:hover { 
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 100%;
	color: red;
	text-decoration: none;
	font-weight: bold;
}



