/* 
Title:     	OTR Tire Selector - Sliding Panels
Author: 	Website Operations - Goodyear Tire & Rubber Company
Updated:   	September 7 2007
*/

#tire_selector { float: left; width:695px; height: 201px; position:relative; }
#search_panel { position:absolute; top:0; left:0; width: 229px; height: 201px; background:transparent url(../img/search_dd_ylw.gif) 0 0 no-repeat; overflow:hidden; }

#tsnav { height: 111px; margin:53px 0px 0px 12px; list-style: none; width: 199px; }
#main ul.ts li { margin-bottom: 4px; }
#tsnav li { float: left; height: 25px; overflow: hidden; padding:0px; margin-bottom:0; }
#tsnav li a { display: block; line-height: 25px; text-indent: -5000px; overflow: hidden; }
#tsnav li a.show { display: block; line-height: 25px; text-indent: 0px; overflow: hidden; border-top: 1px solid #c9c911; width: 199px; color:#333; font-size:10px; padding-left: 3px; }
#search_panel #tsnavIndustry { width: 199px; background: url(../img/industry_btn.gif) no-repeat; background-position: center top; }
#search_panel #tsnavRim { width: 199px; background: url(../img/rim_btn.gif) no-repeat; }
#search_panel #tsnavOEM { width: 199px; background: url(../img/oem_btn.gif) no-repeat; }
#search_panel #tsnavEquip { width: 199px; background: url(../img/equip_btn.gif) no-repeat; }

#search_panel #tsnav li a#tsnavIndustry:hover { background-position: center bottom; }
#search_panel #tsnav li a#tsnavRim:hover { background-position: center bottom; }
#search_panel #tsnav li a#tsnavOEM:hover { background-position: center bottom; }
#search_panel #tsnav li a#tsnavEquip:hover { background-position: center bottom; }
#search_panel.btn1 #tsnavIndustry { background-position: center bottom;}
#search_panel.btn2 #tsnavRim { background-position: center bottom;}
#search_panel.btn3 #tsnavOEM { background-position: center bottom;}
#search_panel.btn4 #tsnavEquip { background-position: center bottom;}

.panels {
	position: absolute;
	top: 0;
	left: 229px;
	width: 466px;
	height: 201px;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index:1000;
}

#home {
	background: #fff url(../img/search_panel_ylw.gif) 0 0 no-repeat;
}

.overview { padding: 0px 15px; color:#333; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; }

.displayDiv { overflow: hidden; }


#slide1 {
	background: #fff url(../img/search_panel_on.jpg ) 0 0 no-repeat;
	display: none;
}
#slide2 {
	background: #fff url(../img/search_panel_on.jpg ) 0 0 no-repeat;
	display: none;
}
#slide3 {
	background: #fff url(../img/search_panel_on.jpg ) 0 0 no-repeat;
	display: none;
}
#slide4 {
	background: #fff url(../img/search_panel_on.jpg ) 0 0 no-repeat;
	display: none;
}
#slide5 {
	background: #fff url(../img/search_panel_on.jpg ) 0 0 no-repeat;
	display: none;
}

/* SHOW-HIDE SEARCH BOX
==============================================================================*/
#show-hide_btn { height: 23px; margin:0px; list-style: none; width: 160px; }
#main ul.sh li { margin-bottom: 4px; }
#show-hide_btn li { float: left; height: 23px; overflow: hidden; padding:0px; margin-bottom:0; }
#show-hide_btn li a { display: block; line-height: 23px; text-indent: -5000px; overflow: hidden; }
#show_search #sh_btn { width: 160px; background: url(../img/open-close_ts.gif) no-repeat; background-position: center bottom; }

#show_search.btn1 #sh_btn { background-position: center top;}
#selectorShowHide{ display: none; margin-bottom:10px;}