.width-100	 {clear:both;}    
.detail {float:left;width:40%;}
.answer {float:left;width:20%;} 
.comment {float:left;width:40%;position:relative;}    
.sliders {
  background: #fff;
  border: solid 1px #aaa;
  height: 15px;
  width: 155px;
}             
.sliders .knob {
    border-radius: 5px;
	border: solid 1px #666;
	background: #999;
    width: 15px;
    height: 21px;
    top:-4px;
    cursor:pointer;
}       

.rating_scale {
	width:155px;position:relative;	
}      

.rating_min {
	position:absolute;left:0px;top:0px;	
} 
   
.rating_med {
	position:absolute;left:75px;top:0px;	
}          

.rating_max {
	position:absolute;right:0px;top:0px;
}    

.slider_cover {
	width:100%;position:relative;margin:5px 0px;
}

.rating {
	position:absolute;left:170px;top:0px;	
}          

.comment textarea {
	width:75%;min-height:55px;
}

.comment input[type=text] {
	width:85px;
}
                  
#bpsubnav {
	/*margin-bottom:10px;*/
	
	margin: 0px auto 10px;
	list-style: none;
	width: 942px;
	height: 27px;
	position: relative;
	top: -8px;
}
#bpsubnav li {
	/*display:inline;*/
	
	background: #011f37 url(../images/r-subnavbg.png) bottom repeat-x;
	float: left;
	height: 25px;
	margin-top: -2px;
	margin-right: 2px;
}
#bpsubnav li div {
	height: 25px;
	width: 9px;
	float: left;
}

#bpsubnav li .r-lcurve {
	background: url(../images/r-lcurve.png) bottom;
}

#bpsubnav li .r-rcurve {
	background: url(../images/r-rcurve.png) bottom;
}

#bpsubnav li a {
	/*text-decoration: none;
	padding:5px 7px;
	font-size:13px;*/
	text-transform: uppercase;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: abbeyroad;
	color: #bbd4e7;
	font-size: 16px;
	text-decoration: none;
	padding: 0px 10px;
	float: left;
	display: block;
	margin-top: 3px;
}

#bpsubnav li a.selected {
	color: #FFF;
}

#bpsubnav li a:hover {
	color: #FFF;
}