/*	these will need to be adjusted for each car shot in case they aren't uniform	*/

#content-wrap { overflow-x:hidden; }

#awards-reviews .RL #content-wrap
{
	background:#fff url(/images/awards-model-rl.jpg) 423px 82px no-repeat;
}
#awards-reviews .TL #content-wrap
{
	background:#fff url(/images/awards-model-TL.jpg) 423px 82px no-repeat;
}
#awards-reviews .TSX #content-wrap
{
	background:#fff url(/images/awards-model-TSX.jpg) 423px 82px no-repeat;
}
#awards-reviews .MDX #content-wrap
{
	background:#fff url(/images/awards-model-MDX.jpg) 423px 82px no-repeat;
}
#awards-reviews .RDX #content-wrap
{
	background:#fff url(/images/awards-model-RDX.jpg) 423px 82px no-repeat;
}

#awards-reviews .ZDX #content-wrap
{
	background:#fff url(/images/awards-model-ZDX.jpg) 423px 82px no-repeat;
}

#awards-reviews h4 { background:none; padding:0; }
#awards-reviews h4 span { padding-left:10px; }

#awards-reviews .content-header
{
   min-height:40px; -height:40px;
}
	#awards-reviews .toolbar
	{
		top:20px;
	}
	#awards-reviews .toolbar .menu
	{
		clear:both;float:right;
	}
	
	
	#awards-reviews .content-body
	{
		margin-top:0px;
		min-height:400px;
	   position:relative;
	   overflow:visible;
	}
		#awards-reviews .intro-copy
		{
			margin-top:2px;
			width:350px;
			min-height:98px;
			*height:98px;
		}
		
		#awards-reviews .awards-model
		{
			position:absolute;
			right:0px; top:0px;
			width:375px; height:145px;
		}

		#awards-reviews .awards-icons
		{
			margin-top:50px;
		}
			
			#awards-reviews .awards-icons li.first
			{
				margin-left:0px;
			}
		#awards-reviews .ratings
		{
			clear:both;
			margin-top:65px;
		}	
		    #awards-reviews .rating
		    {
			    padding:0 20px 20px 170px;
		    }	
		    #awards-reviews .rating h6
		    {
			    font-weight:bold;
		    }	
		#awards-reviews .reviews
		{
			clear:both;
			margin-top:45px;
		}

			#awards-reviews .reviews ul
			{
				width:180px;
				float:left;
				margin-right:20px;
			}
			#awards-reviews .no-review-thumb .reviews ul
			{
				margin-left:20px;
			}

				#awards-reviews .reviews li
				{
					margin-bottom:15px;
				}
					#awards-reviews .reviews li a
					{
						margin-right:5px;
						text-decoration:underline;
						color:#FF7300;
					}
					#awards-reviews .reviews li.current a
					{
						font-weight:bold; text-transform:uppercase; text-decoration:none;
						color:#FF7300;
					}
					#awards-reviews .reviews li.current span
					{
						display:none;
					}
				#awards-reviews .review
				{
					padding:27px;
				}
				#awards-reviews .review
				{
					background-color:#f2f2f2;
					width:380px;
					float:left;
				}
				#awards-reviews .no-review-thumb .review
				{
					width:460px;
				}
					#awards-reviews .review-author
					{
						color:#666666;
					}
			#awards-reviews .review-thumb
			{
				float:right; width:100px;
				text-align:center;
			}
			#awards-reviews .no-review-thumb .review-thumb
			{
				display:none;
			}
				#awards-reviews .review-thumb a
				{
					color:#FF7300;
					font-size:10px;
					text-decoration:underline;
				}
	        
	        /*new awards layout*/
	        
	        #awards-reviews .awards-icons {
	            position:relative; -position:static;
	            *zoom:1;
	        }
	        #awards-reviews .awards-icons:after {
	            content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
	        }
	        
		    #awards-reviews .awards-icons li
		    {
			    float:left;               	
                height:85px;
			    padding-left:150px; margin-bottom:10px;
			    width:27%; -width:27%;
		    }
		    #awards-reviews .awards-icons li h6
		    {
                color:#000; font-size:11px; font-weight:bold; 
		    }  	
		    #awards-reviews .awards-icons li p
		    {             
              color:#666; font-size:10px; line-height:11px;
		    }
		    #awards-reviews .reviews
	        {
		        clear:both;
	        } 
		    #awards-reviews .awards-icons .iihs
		    {
			    background:#fff url(../images/awards-icons/award_insurance_inst.jpg) 0 0 no-repeat;
		    }    		
		    #awards-reviews .awards-icons .nhtsa
		    {
			    background:#fff url(../images/awards-icons/award_nhsta.jpg) 0 0 no-repeat;
		    }    		
		    #awards-reviews .awards-icons .forbes
		    {
			    background:#fff url(../images/awards-icons/award_forbes.jpg) 0 0  no-repeat;
		    }   
		    #awards-reviews .awards-icons .alg
		    {
			    background:#fff url(../images/awards-icons/award_alg.jpg) 0 0  no-repeat;
		    }
		    
/*needed for extra content in rdx, tsx award section*/
#awards-reviews .RDX #content-wrap .awards-icons li
{
    height:140px; *height:100px;
}
#awards-reviews .TSX #content-wrap .awards-icons li
{
    height:140px; *height:100px;
}
#awards-reviews .RL #content-wrap .awards-icons li
{
    height:140px; *height:100px;
}