@charset "UTF-8";
/* ESPN RadioMatch 
   @author: franito
   02-02-09
 */
/* GENERAL STYLES */
*{	margin:0px;	padding:0px; outline:none;}
a img{border:none;text-decoration:none;}
.clear{clear:both;}
a:hover{
	text-decoration:underline;
}
body{
	/*background:#f3f3f3;*/
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

/* MAIN STRUCUTRE */
#rm-wrapper{
	text-align:left;
	width:992px;
	margin:0px auto;
	position:relative;
}
#rm-mainheader{
	width:974px;
	height:48px;
	background:url(../images/rm-mainheader6.png) no-repeat;
	margin:0px auto;
	position:absolute;
	left:10px;
	z-index:1;
}
#rm-results-container{
	border:1px solid white;	
	margin-top:10px;
	background-color:#FFF;
	/*padding:3px 24px 3px 24px;
	width:598px;*/
	width:646px;
	float:left;
	position:relative;
	min-height:1316px;
	background: #FFF url(../images/container_bg.gif) bottom left repeat-x;	
}
#rm-search-container{
	border:1px solid white;
	margin-top:10px;	
	background-color:#FFF;
	/*padding:3px 0px 3px 30px;
	padding-left:36px;*/
	width:338px;	
	float:right;
	position:relative;
	height:1316px;
	background: #FFF url(../images/container_bg.gif) bottom left repeat-x;
}

/* RIGHT SEARCH FIELDS */
#rm-search-content{
	position:relative;
	padding-top:45px;
	padding-left:33px;
}

#rm-search-step1{
	height:330px;
	position:absolute;
	padding-left:0px;
	width:280px;
}

#rm-search-step2{
	height:400px;
	position:absolute;
	top:420px;
	padding-left:0px;
}
#rm-search-step3{
	position:absolute;
	top:810px;
	padding-left:0px;
}

#rm-search-btn{
position:absolute;
top:1040px;
height:42px;
width:335px;
z-index:100;
left:-33px;
background:url(../images/rm-search-btn2.png) top no-repeat;
_background:url(../images/rm-search-btn.gif) top no-repeat;
cursor: pointer;
}

#rm-search-btn input{
	height:43px;
	_height:38px;
	width:335px;
}

a#rm-resetForm{
	padding:3px 0px 0px 25px;
	position:absolute;
	top:360px;
	left:-11px;
	float:left;
	color:#BEC6C9;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	cursor:pointer;	
	width:110px;
	background:url(../images/startOver_arrow.gif) left no-repeat;	
}

a#rm-resetForm:hover{
	color:red;
	background:url(../images/pagination-next-btn-over.gif) left no-repeat;
}

#search-arrow{
	position:absolute;
	left:-33px;
}

.sa-one, .sa-two, .sa-three{
	top:-10px;
}

#rm-search-content h2{
	color:#BEC6C9;
	font-size:18px;
	padding-bottom:10px;
}

#rm-search-content h3{
	color:#808080;
	font-size:16px;
	padding-bottom:10px;
}

#rm-search-content p{
	font-size:11px;
}

#rm-search-content p#question-bold{
	font-weight:bold;
	margin-top:15px;
}

#rm-search-content p#rm-range-copy{
	margin-top:10px;
}

.rm-search-linebreak{
	z-index:1;
	position:absolute;
	height:1px;
	border-top:1px solid #d4d4d4;
	width:100%;
	
}

/* linebreaks */
#lb-one{
	top:390px;
	*top:395px;
}

#lb-two{
	top:780px;
}

#lb-three{
	top:1090px;	
	_top:1100px;
}

/* /linebreaks */

#checkboxes-q2 p{
	padding:7px 10px 10px 0px;
}

#rm-checkboxes, #rm-checkboxes-step2{
	margin-top:5px;
	*margin-top:0px;
	padding-bottom:0px;
}

#rm-checkboxes-step2 p{
	padding-left:5px;
}

#rm-checkboxes table td, #rm-checkboxes-step2 table td{
	padding-bottom:7px;
	*padding-bottom:5px;
}

#checkboxesRelationship{
	margin-top:10px;
	*margin-top:5px;
}

#checkboxesRelationship table{
	padding-left:5px;
}

#checkboxesRelationship table td{
	padding-bottom:7px;
	*padding-bottom:0px;
}

#checkboxesRelationship p{
	padding:0px 0px 0px 3px;
}

#checkboxes-ftlt p{
	display:inline;
	padding:0px 30px 0px 0px;
}

#rm-zipcode{
	*margin-top:10px;
	margin-top:10px;
}

p#zipcode-copy{
	font-weight:bold;
	font-size:11px;
	color:red;
	width:230px;
	padding-bottom:10px;
}

.zipcode-entered{
	color: black
	border: 1px solid red;
}


input#rm-location{
	width:210px;
	font-size: 12px;
	padding: 5px;
    margin-bottom: 5px;
    display: block;
    border: solid 1px #d4d4d4;
	background-color: #f3f5f7;
}

input#rm-location:focus{
	background-color: #ffffff;
    border: solid 1px #33677F;
  
}

/* step 3 sliders */
.slider_container {
	position: relative;
	height: 20px;
	width:272px;
	padding:10px 0px;
}
#first-slider{
	margin-top:10px;
}
.slider_bar, .slider_bar2, .slider_bar3, .slider_bar4, .slider_bar5 {
	background:url(../images/slider.png) no-repeat;
	height:9px;	
	width:272px; 
	float: left;
	position: relative;
}
.slider_handle {
	background:url(../images/slider_handleESPN2.png) no-repeat;
	*background:url(../images/slider_handleESPN2.gif) bottom no-repeat;
	height:30px;
	width:44px;
	/*overflow: hidden; */
	position: absolute; 
	z-index: 2; 
	top:-7px;
	*top:-12px;
} 
 
 #slider-copy-left, #slider-copy-right{
 	font-size:11px;
	margin-top:10px;
 } 
 #slider-copy-left{
  float:left;
  } 
 #slider-copy-right{
 	float:right;
 }	
