/* layout overrides */
body
{
    background-color:#F6F6F6;
    padding-bottom: 20px;
}
.r-desktop 
{
	border: 0;
	background-color:#FFF;
}
#r-header #logo-banner
{
     margin: 0 0 10px 10px;
}
#r-header #banner
{
    margin-right:10px;
}
#r-contents 
{
	position:relative;
	z-index:0;
	margin: 0;
	*margin-top: 17px;
}

.nw_title_bar .NetworkShortCuts 
{
	margin-left: -5px;
}

/*menu - colour,bg only*/
.RainbowAdmin #r-menu .menu ul {padding:0;border:medium none;-moz-border-radius:0;-webkit-border-radius:0}
.RainbowAdmin #r-menu .menu ul li ul { width: 150px; background: #aa0a24;}
.RainbowAdmin #r-menu .menu ul li {}
.RainbowAdmin #r-menu .menu ul li ul li {border:medium none}

/* Link to divert to Mobi site */
.mobi-xlk 
{
    background-color:#f8f4f4;
    text-align:left;
}
.mobi-xlk  a, .mobi-xlk  a:visited 
{
    color:#B91518;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    background:transparent url(/Design/Themes/CarSalesWide/mobi_icon.png) no-repeat scroll left 3px;
    line-height:23px;
    padding-left:20px;
    margin-left:10px;
    display:inline-block;
    width:auto;
}

/*site logo*/
.csn-sitelogo{background:url("//resource.csnstatic.com/redbook_legacy/images/redbook_logo.png") no-repeat 0 0;width:234px;height:54px;margin-top:15px;display:block;text-indent:-10000px;overflow:hidden;}
.csn-sitelogo:hover{background-position:center bottom;}
.homepage .csn-sitelogo:hover{background-position:center top;}

.r-desktop #r-menu {
	position: relative;
	width: 990px;
	margin: 0 auto;
	float: left;
	clear: both;
	height: 33px;
	background:#696969 url(//resource.csnstatic.com/redbook_legacy/images/gradient.png) repeat-x 0 -9px;
	margin-bottom: 27px;
}
		#r-menu #menu {
			float: left;
			margin: 2px 9px;
			padding: 0;
			list-style-type: none;
		}
		
			#r-menu #menu li {
				position: static;
				float: left;
				margin-right: 4px;
			}
			
				#r-menu #menu li a {
					display: block;
					border: 1px solid #343434;
					border-bottom: 0;
					background:url(//resource.csnstatic.com/redbook_legacy/images/gradient.png) repeat-x 0 -93px;
					color: #fff;
					font-weight: bold;
					font-size: 13px;
					text-align: center;
					min-width: 84px;
					_width:84px;
					padding: 6px 6px 0;
					height: 23px;
					text-decoration: none;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-topright: 5px;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					line-height: inherit;
					outline: 0;
					line-height:16px;
				}
				
				* html #r-menu #menu li#menu2807468 a.top
				{
				    width:140px;
				} 
				
				#r-menu .menu .top 
				{
					padding: inherit;
				}
				
				#r-menu #menu .selected a {
					border-color: #ab0c26;
					border-bottom: 1px solid #aa0a24;
					background:url(//resource.csnstatic.com/redbook_legacy/images/gradient.png) repeat-x 0 -50px;
				}
				
				#r-menu #menu li .level-1 {
					display: none;
					position: absolute; 
					left: 0;
					width: 972px;
					padding: 4px 9px;
					float: left;
					background: #aa0a24;
					margin: 0;
					list-style-type: none;
					top: auto;
				}
				
				#r-menu #menu .selected .level-1 {
					display: block;
				}
				
					#r-menu #menu li .level-1 li {
						border-left: 1px solid #B86777;
						margin: 0;
						position: relative;
						width: auto;
					}
					
					#r-menu #menu li .level-1 .first {
						border-left: 0;
					}
				
						#r-menu #menu li .level-1 li a {
							display: block;
							padding: 3px 17px 0;
							height: 16px;
							font-size: 11px;
							border: 0;
							background: 0;
							text-align: center;
							min-width: 40px;
							_width:40px;
							text-decoration: none;
							outline: 0;
							-moz-border-radius: 0;
							border-radius: 0;
						}
						
						#r-menu #menu li .level-1 a:hover,
						#r-menu #menu li .level-1 .selected a
						{
							text-decoration: underline;
						}
						
						.RainbowAdmin #r-menu #menu li .level-1 li a 
						{
							padding: 3px 15px 0;
						}
						
					#r-menu #menu .level-1 .level-2 {
						display: none;
						position: absolute;
						left: 0;
						margin: 0;
						list-style-type: none;
						background: #aa0a24;
						min-width: 120px;
						_width:120px;
						padding: 7px 0 5px;
						top: auto;
						z-index:8000;
					}
						#r-menu #menu .level-1 .level-2 li {
							border: 0;
						}
						
							#r-menu #menu .level-1 .level-2 li a {
								font-size: 10px;
								height: auto;
								padding: 3px 15px 5px;
								text-decoration: none;
								outline: 0;
							}
							
							#r-menu #menu .level-3 
							{
								background: #aa0a24;
							}
							
							
.csn-search-panel {
	clear: both;
	overflow: hidden;
	zoom: 1;
	background: #c3c3c3;
	background: -moz-linear-gradient(top, #c3c3c3 0%, #dedede 100%);
	background: -webkit-linear-gradient(top, #c3c3c3 0%, #dedede 100%);
	padding: 0 14px 12px 9px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

	.search-panel {
		float: left;
		background: #fff;
		background: -moz-linear-gradient(top, #fff 75%, #f6f6f6 100%);
		background: -webkit-linear-gradient(top, #fff 75%, #f6f6f6 100%);
		width: 670px;
		border: 1px solid #eaeaea;
		border-top: 0;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		padding: 25px 22px 17px;
		overflow: hidden;
		zoom: 1;
	}
	
		.search-panel .submit-action label 
		{
			display: none;
		}
	
		.value-search {
			float: left;
			width: 334px;
			padding-bottom: 15px;
			position: relative;
			min-height: 285px;
			_height: 285px;
			border-right: 1px solid #ccc;
		}
		
			.value-search .r-title, .lifestyle-search .r-title, .search-header .r-title {
				font-size: 16px;
				color: #bf0a26;
				padding: 0;
				line-height: inherit;
			}
			
				.value-search .r-title span, 
				.lifestyle-search .r-title span, 
				.search-header .r-title span,
				h4.sub-header   {
					color: #999;
				}

				h4.sub-header 
				{
				    font-size:12px;
				    font-weight:bold;
				    margin:20px 0 12px;
				}

			.value-search .search-field{
				overflow: hidden;
				zoom: 1;
				margin-bottom: 10px;
			}

				.search-field label{
					font-weight: bold;
					float: left;
					width: 80px;
					margin-top: 3px;
					*font-size: 12px;
				}
				.search-field select {
					float: left;
					width: 230px;
					border: 1px solid #94969c;
					padding: 2px;
				}
				
				.search-field input {
					float: left;
					width: 224px;
					border: 1px solid #94969c;
					padding: 2px;
				}
				
				#KeywordSearchRow .span-as-title
				{
				    display:none;
				}
	
			.submit-action {
				float: right;
				margin-top: 15px;
				margin-right: 14px;
			}
			
				.submit-action a {
					display: block;
					border: 1px solid #aa0a24;
					color: #fff;
					text-decoration: none;
					background: #ab0a24;
					background: -moz-linear-gradient(top, #c31630 0%, #ab0a24 100%);
					background: -webkit-linear-gradient(top, #c31630 0%, #ab0a24 100%);
					-moz-border-radius: 3px;
					border-radius: 3px;
				}
				
					.submit-action span {
						display: block;
						padding: 4px 34px 4px 18px;
						font-weight: bold;
						background: url("//resource.csnstatic.com/redbook_legacy/images/sprite.png") no-repeat 64px -112px;
						cursor: pointer;
					}
					
				.submit-action a:hover {
					background: -moz-linear-gradient(top, #ab0a24 0%, #c31630 100%);
					background: -webkit-linear-gradient(top, #ab0a24 0%, #c31630 100%);
				}
		
		.search-type .span-as-title 
		{
			display: none;
		}
		
		.search-type {
			margin: 12px 0 20px;
			padding: 0;
			list-style-type: none;
			overflow: hidden;
			zoom: 1;
		}
		
		.bike-spec-search-type.search-type 
		{
			margin: 12px 0 5px;
		}
		
			.search-type li {
				float: left;
				margin-right: 20px;
			}
			
				.search-type input {
					margin: 0;
				}
	
		.search-type-swap {
			float: right;
			margin-top: 12px;
		}
		
			.search-type-swap a {
				font-size: 11px;
				color: #004d76;
				text-decoration: none;
			}
			
			.search-type-swap a:hover 
			{
				text-decoration: underline;
			}
			
			.splitter-label 
			{
				position: absolute;
				top: 145px;
				right: -8px;
				display: block;
				background: #fff;
				padding: 10px 0;
				color: #888;
			}


/*New content clip styles*/
.content-clip
{
    margin-left: 3px;
    width: 238px;
    margin-top: 12px;
}
	
.content-clip .r-title {
    float: right;
    padding: 3px 10px;
    font-weight: bold;
    color: #999;
    font-size: 9px;
    background: #e1e1e1;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin: 0;
    line-height: 11px;
}

.content-clip .ad-panel { clear:both; }
.content-clip .ad-panel {
    clear: right;
    margin-bottom: 4px;
    margin-right: 0;
}
			
.content-clip .sponsored-link 
{
    display: block;
    overflow: hidden;
    zoom: 1;
    text-decoration: none;
    cursor: pointer;
    padding: 4px;
    padding-right: 8px;
    background: #e1e1e1;
    font-size: 11px;
    color: #000;
}
				
.content-clip .sponsored-img {
    float: left;
    border: 1px solid #d8dadf;
    margin-right: 8px;
    display: block;
}
		
/*End content clip styles*/
				
.redbook-login {
	display: block;
	padding: 4px 0;
	margin: 5px 0 0 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #555;
	background: -moz-linear-gradient(top, #7e7e7e 0%, #333 100%);
	background: -webkit-linear-gradient(top, #7e7e7e 0%, #333 100%);
}
		
.redbook-login:hover {
	background: -moz-linear-gradient(top, #333 0%, #7e7e7e 100%);
	background: -webkit-linear-gradient(top, #333 0%, #7e7e7e 100%);
}
		
.gradient-border-bottom 
{
    background:url(//resource.csnstatic.com/redbook_legacy/images/gradient_under_search.png) no-repeat;
    width:992px;
    height:10px;
    display:block;
}
		
#r-contents .r-left-right,
#r-contents .r-left-right-tower
{
	border: 1px solid #e1e1e2;
	background: #fff;
	border-bottom: 0;
	padding: 10px 14px 20px; 
	overflow: hidden;
	zoom: 1;
}

#r-contents .r-right-only,
#r-contents .r-left-only,
#r-contents .r-right-tower 
{
    border-left: 1px solid #E1E1E2;
    border-right: 1px solid #E1E1E2;
    overflow: hidden;
    padding: 10px 15px 0;
}

#r-contents .r-right-only .r-center-pane,
#r-contents .r-left-only .r-center-pane {
    margin-right: 11px;
    width: 637px;
}

#r-contents .r-bottom-pane 
{
	border: 1px solid #e1e1e2;
	background: #fff;
	border-top: 0;
	border-bottom: 0;
	padding: 0px 15px 10px;
	overflow: hidden;
	zoom: 1;
}

/*Dealer Specials*/

.pmg-dealer-specials h3 {
    border-bottom: 4px solid #AA0A24;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom:20px;
}
.pmg-dealer-specials .state 
{
    font-weight:bold;
    margin:10px 0 20px;
}

/*Finance Insurance*/
.pmg-menu .r-title
{
    font-size: 12px;
    font-weight: normal;
    line-height: inherit;
    padding: 0;
    background: #E2E2E2;
    border-color: #DBDCDE;
    border-style: solid solid none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px 1px 0;
    border-bottom: 3px solid #6A6A6A;
    display: block;
    padding: 6px 10px;
}
.pmg-menu li
{
    padding:5px;
    border:1px solid #ccc;
    border-top:0 none;
}
.pmg-menu li a
{
    text-decoration:none;
    color:#000;
}
.pmg-menu li a:hover
{
    text-decoration:underline;
}
/* generic pmg content */
.pmg-content .r-title
{
   border-bottom: 4px solid #AA0A24;
   font-size: 16px;
   font-weight: bold;
   line-height: 16px;
   margin: 0;
   padding: 4px 0;
}
/*Special offers*/
.pmg-special-offers h3
{
    font-size: 14px;
    font-weight: bold;
    margin:30px 0 10px;
}
.pmg-special-offers p
{
    width:200px;
    margin-bottom:20px;
}
.pmg-special-offers .state
{
    font-weight:bold;
}
.pmg-special-offers a
{
    display: block;
	border: 1px solid #aa0a24;
	color: #fff;
	text-decoration: none;
	background: #ab0a24;
	background: -moz-linear-gradient(top, #c31630 0%, #ab0a24 100%);
	background: -webkit-linear-gradient(top, #c31630 0%, #ab0a24 100%);
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 10px;
    text-decoration: none;
    width: 106px;
}		
.pmg-special-offers a:hover {
	background: -moz-linear-gradient(top, #ab0a24 0%, #c31630 100%);
	background: -webkit-linear-gradient(top, #ab0a24 0%, #c31630 100%);
}
/* Listing sponsored links */
.pmg-sponsoredlinks
{
    margin:10px 0 0;
}
.pmg-sponsoredlinks .r-title
{
    border: 0 none;
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 5px;
}

.pmg-sponsoredlinks .r-content 
{
	margin: 0 10px;
}

	.pmg-sponsoredlinks .ad-panel div 
	{
		border-top: 1px solid #eee;
		margin-top: 5px;
		padding-top: 5px;
	}
	
	.pmg-sponsoredlinks .ad-panel #Tile9 
	{
		border-top: 0;
	}
	
		.pmg-sponsoredlinks .ad-panel a 
		{
			text-decoration: none;
			font-size: 10px;
			color: #999;
		}
		
			.pmg-sponsoredlinks .ad-panel a span 
			{
				display: block;
			}
		
			.pmg-sponsoredlinks .ad-panel a .title 
			{
				font-weight: bold;
				font-size: 11px;
				color: #666;
			}
			
			.pmg-sponsoredlinks .ad-panel a .desc 
			{
				margin: 2px 0;
			}
			
			.pmg-sponsoredlinks .ad-panel a .link 
			{
				font-weight: bold;
			}

/* Powered by */
.powered-by
{
    background: url(//resource.csnstatic.com/redbook_legacy/images/powered_by_logos.png);    
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 139px;
}
.powered-by-bikesales
{
    background-position:0 -103px;
}
.powered-by-boatsales
{
    background-position:0 -47px;
}

/* MY LIST NEW SEARCH */
.save-new-search
{
    margin-bottom:10px;
}
.save-new-search .save-search
{
    float:left;
    width:102px;
    margin-right:0;
}
.save-new-search a
{
    font-size:11px;
    color:#004d76;
    text-decoration:none;
    background:url(//resource.csnstatic.com/redbook_legacy/images/sprite.png) 0 -1070px no-repeat;
    padding-left:18px;
    cursor:pointer;
}
.save-new-search a:hover
{
    text-decoration:underline;
}

.save-new-search a.add-to-mylist
{
    background-position:0 -1166px;
}
/* MY LIST*/
.SavedSearches .pnl-header
{
    background: none repeat scroll 0 0 #F3F3F3;
    display: block;
    padding: 5px;
}
.SavedSearches .no-items
{
    font-size:11px;
    padding:10px;
    display:block;
}
.SavedSearches .pnl-body 
{
	font-size: 11px;
}
.SavedSearches .saved-search
{
    margin-left:5px;
}
    .SavedSearches .pnl-body  span.remove 
    {
        color: #666666;
        display: block;
        font-size: 9px;
        margin:0 4px 5px 0;
        text-align: right;
    }
    .SavedSearches .pnl-body .item a
	{
		float:left;
		width:160px;
		margin-bottom:5px;
		color: #004d76;
	}
        .SavedSearches .pnl-body .item img
        {
            border: 1px solid #C0C0C0;
            float: left;
            margin: 0 2px 2px 5px;
            width: 50px;
        }
        .SavedSearches .pnl-body .item .text
        {
            display: block;
            float: left;
            font-size: 11px;
            white-space: normal;
            width: 100px;
            color:#004D76;
        }
        .SavedSearches .pnl-body .item a:hover .text
	     {
	         text-decoration:underline;
	     }
    .SavedSearches .pnl-body .item .remove 
    {
        background: url("//resource.csnstatic.com/redbook_legacy/images/delete_icon.gif") no-repeat scroll 0 0 transparent;
        float: right;
        outline: medium none;
        text-indent: -10000px;
        width: 20px;
        cursor:pointer;
    }

    .SavedSearches .compare
	{
		color: #004d76;
		float: left;
		margin: 5px;
		padding-left: 20px;
		font-size: 11px;
		text-decoration: none;
		background: url("//resource.csnstatic.com/redbook_legacy/images/sprite.png") no-repeat scroll 0 -1070px;
		line-height: 15px;
	}
			
			.SavedSearches .compare:hover
			{
				text-decoration: underline;
			}
			
.csn-feed 
{
	*margin-top: 10px;
}

/*Disclaimer*/
.disclaimer-text {
    color:#666;
    font-size: 11px;
    padding: 10px 0;
    clear:both;
}

	.disclaimer-text p 
	{
		margin-bottom: 12px;
	}

/* New Footer */
#tracking{display: none;}
#r-footer,
#desktopfooter 
{  
    _clear:left;
    padding:0 10px;
    padding-top:20px;
    width:968px;
    border: 1px solid #e1e1e2;
    border-top: 0;
}

#desktopfooter 
{
	border: 0;
	width: auto;
}

#r-footer hr,
#desktopfooter hr
{
    border:0;
    border-top:7px solid #d9d9d9;
    height:7px;
    margin:0;
    padding:0;
}

#r-footer .legal,
#desktopfooter .legal 
{
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.footer-panel
{
    padding-bottom:10px;
    margin:5px 18px 10px 0;
    _margin:20px 9px 10px 0;
    float: left;
}
.footer-panel-first 
{
    margin-left:13px;
    _margin-left:6px;
}
.social-media 
{
    float:right;
    margin-right:0;
    width:250px;
}
#r-footer h3,
#r-footer h5,
#desktopfooter h3,
#desktopfooter h5
{
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
    border:0;
    line-height:14px;
}
#r-footer ul,
#desktopfooter ul
{
    color: #CCC;
    float: left;
}
#r-footer .left,
#desktopfooter .left
{
    margin-right: 5px;
}
#r-footer .left li,
#desktopfooter .left li {width:110px;background:transparent url(//resource.csnstatic.com/redbook_legacy/images/editorial-icons.png) no-repeat scroll left -188px;padding-left:12px;}

#r-footer .right,
#desktopfooter .right
{
    margin-left: 5px;
}
#r-footer .right li,
#desktopfooter .right li {width:80px;background:transparent url(//resource.csnstatic.com/redbook_legacy/images/editorial-icons.png) no-repeat scroll left -188px;padding-left:12px;}
#r-footer .sites .left,
#desktopfooter .sites .left 
{
    width:80px;
}
#r-footer li,
#desktopfooter li
{
    clear: left;
    float: left;
    font-size: 11px;
    margin: 2px 0 0;
    padding: 0;
    width: auto;
}
#r-footer li a,
#desktopfooter li a
{
    color: #666;
    text-decoration: none;
    font-size: 11px;
}
#r-footer li a:hover,
#desktopfooter li a:hover 
{
    text-decoration:underline;
}
#r-footer p,
#desktopfooter p
{
    font-size: 11px;
    color: #666;
    margin: 0;
    padding: 0 0 3px;
}
#r-footer .social-media li,
#desktopfooter .social-media li
{
    margin-right:9px;
    display: block;
    clear: none;
    line-height:16px;
    background:transparent url(//resource.csnstatic.com/redbook_legacy/images/editorial-icons.png) no-repeat scroll 0 -50px;
    padding-left: 20px;
    font-weight:bold;
}
#r-footer .social-media li.facebook,
#desktopfooter .social-media li.facebook 
{
    background:none;
    padding-left:0;
}
#r-footer .social-media li.you-tube,
#desktopfooter .social-media li.you-tube
{
    background-position:0 -88px;
    margin-top:4px;
}
#r-footer .social-media li.you-tube a,
#desktopfooter .social-media li.you-tube a {color:#FA1919;}

#r-footer .social-media li.twitter,
#desktopfooter .social-media li.twitter
{
    background-position:0 -69px;
    margin-top:4px;
}
#r-footer .social-media li.twitter a,
#desktopfooter .social-media li.twitter a {color:#72C2F1;}

#r-footer .corporate-links,
#desktopfooter .corporate-links 
{
    clear:left;
    float:left;
    margin-bottom:5px;
    *width:610px;
}

#r-footer .corporate-links li,
#desktopfooter .corporate-links li {margin-right:6px;clear:none;float:left;}

#r-footer .network-links,
#desktopfooter .network-links {float:right;*width:310px;}

#r-footer .network-links li,
#desktopfooter .network-links li {margin-left:10px;_margin-left:5px;clear:none;float:left;}

#r-footer .network-links li a,
#desktopfooter .network-links li a {
    background-image: url(/industrycontent/shared/network_logos.png);
    display: block;
    height: 39px;
    width: 101px;
}
#r-footer .network-links li a.bikelogo,
#desktopfooter .network-links li a.bikelogo {
  background-position: -112px 0;
}
#r-footer .network-links li a.boatlogo,
#desktopfooter .network-links li a.boatlogo {
  background-position: -226px 0;
  width: 96px;
}
#r-footer .network-links li a.homelogo,
#desktopfooter .network-links li a.homelogo {
    background-position: -327px 0;
    width: 80px;
}
#r-footer p.copyright,
#desktopfooter p.copyright 
{
    clear:left;
    font-style:italic;
    font-size:10px;
    *width:600px;
    margin-top:5px;
}
#r-footer p.copyright em,
#desktopfooter p.copyright em 
{
    font-style:italic;
    font-family:Georgia, Serif;
}
div#r-footer.r-row div.footer-panel ul li.twitter-follow,
div#desktopfooter div div.footer-panel ul  li.twitter-follow {background: none; padding-left: 0px; width:250px; overflow: hidden;}

div#r-footer.r-row div.footer-panel ul li.facebook-page,
div#desktopfooter div div.footer-panel ul li.facebook-page { margin-top: 4px;}

div#r-footer.r-row div.footer-panel ul li.facebook-page a,
div#desktopfooter div div.footer-panel ul li.facebook-page a { color: #3B5997; }

div#r-footer.r-row div.footer-panel ul li.keyline,
div#desktopfooter div div.footer-panel ul li.keyline { background: none; margin: 4px 0px; padding: 0px; width: 250px; height:1px; border-top: 1px solid #D9D9D9; line-height: 0px; } 


/* star rater */


.dgi-ancap-rating 
{
	margin-top: 20px;
}

.dgi-green-rating 
{
	margin-top: 10px;
}

.FullGreenStar {
    background-image: url("//resource.csnstatic.com/redbook_legacy/images/redboook_green_star.gif");
    display: block;
    float: left;
    height: 15px;
    width: 16px;
}
.HalfGreenStar {
    background-image: url("//resource.csnstatic.com/redbook_legacy/images/redboook_green_halfstar.gif");
    display: block;
    float: left;
    height: 15px;
    width: 8px;
}
.OverallGreenStar {
    background: url("//resource.csnstatic.com/redbook_legacy/images/overallgreenstars.gif") repeat scroll 0 0 transparent;
    display: block;
    height: 15px;
    width: 84px;
}
.OverallGreenStar0 {
    background-position: 0 -150px;
}
.OverallGreenStar05 {
    background-position: 0 -135px;
}
.OverallGreenStar1 {
    background-position: 0 -120px;
}
.OverallGreenStar15 {
    background-position: 0 -105px;
}
.OverallGreenStar2 {
    background-position: 0 -90px;
}
.OverallGreenStar25 {
    background-position: 0 -75px;
}
.OverallGreenStar3 {
    background-position: 0 -60px;
}
.OverallGreenStar35 {
    background-position: 0 -45px;
}
.OverallGreenStar4 {
    background-position: 0 -30px;
}
.OverallGreenStar45 {
    background-position: 0 -15px;
}
.OverallGreenStar5 {
    background-position: 0 0;
}
.FullYellowStar {
    background-image: url("//resource.csnstatic.com/redbook_legacy/images/redboook_green_star.gif");
    display: block;
    float: left;
    height: 15px;
    width: 16px;
}
.HalfYellowStar {
    background-image: url("//resource.csnstatic.com/redbook_legacy/images/redboook_green_halfstar.gif");
    display: block;
    float: left;
    height: 15px;
    width: 8px;
}
.OverallYellowStar {
    background: url("//resource.csnstatic.com/redbook_legacy/images/overallyellowstars.gif") repeat scroll 0 0 transparent;
    display: block;
    height: 15px;
    width: 84px;
}
.OverallYellowStar0 {
    background-position: 0 -150px;
}
.OverallYellowStar05 {
    background-position: 0 -135px;
}
.OverallYellowStar1 {
    background-position: 0 -120px;
}
.OverallYellowStar15 {
    background-position: 0 -105px;
}
.OverallYellowStar2 {
    background-position: 0 -90px;
}
.OverallYellowStar25 {
    background-position: 0 -75px;
}
.OverallYellowStar3 {
    background-position: 0 -60px;
}
.OverallYellowStar35 {
    background-position: 0 -45px;
}
.OverallYellowStar4 {
    background-position: 0 -30px;
}
.OverallYellowStar45 {
    background-position: 0 -15px;
}
.OverallYellowStar5 {
    background-position: 0 0;
}

 .qtip-content 
{
    padding: 15px !important;
    background: #222 !important;
    background: rgba(34, 34, 34, 0.9) !important;
    color: #fff !important;
    line-height: 1.7;
    font-size: 10px;
    -moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.ucsr-link i{
    background: url("//resource.csnstatic.com/redbook_legacy/images/sprite-ucsr.png") repeat scroll 0 0 transparent;
    display: block;
    height: 36px;
    width: 120px;
    margin: 10px 42px 0 0;
    float: right;
    cursor: pointer;
}
.ucsr-link .ucsr4 i {background-position: 0 0;}
.ucsr-link .ucsr5 i {background-position: 0 -35px;}

.footlink
{
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}

/* flags */

.flags 
{
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;
}
	
	.flags .cert 
	{
		float: left;
		margin-right: 4px;
	}
	
	.flags .flag-topdeal 
	{
		background: url("//resource.csnstatic.com/redbook_legacy/images/top_deals_icon.gif") no-repeat 0 0;
		width: 60px;
		height: 30px;
	}
	
	.flags .certification-racv-doe 
	{
		background: url("//resource.csnstatic.com/redbook_legacy/images/racv.gif") no-repeat 0 0;
		width: 58px;
		height: 26px;
		margin-top: 2px;
	}
	
	.flags .flag-raa 
	{
		background: url("//resource.csnstatic.com/redbook_legacy/images/raa-logo.jpg") no-repeat 0 0;
		width: 65px;
		height: 26px;
		margin-top: 2px;
	}
	
	.flags .flag-unique 
	{
		background: url(//resource.csnstatic.com/redbook_legacy/images/unique_tab.gif) no-repeat 0 0;
		width: 71px;
		height: 25px;
		margin-top: 1px;
	}
	
.no-results 
{
	background: #f0f0f0;
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}

	.no-results p 
	{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.no-results a 
	{
		border: 1px solid #aa0a24;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background:#c43c50;
		background: -moz-linear-gradient(top, #c43c50 0%, #aa0a24 100%);
		background: -webkit-linear-gradient(top, #c43c50 0%, #aa0a24 100%);
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		width: 77px;
		text-align: center;
		display: block;
		padding: 5px 10px 6px;
		cursor: pointer;
		float: right;
	}

	.no-results a:hover
	{
		background: -moz-linear-gradient(top, #aa0a24 0%, #c43c50 100%);
		background: -webkit-linear-gradient(top, #aa0a24 0%, #c43c50 100%);
	}
	
.search-tips 
{
	margin: 20px 0;
	padding: 0 20px;
}

	.search-tips h4 
	{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.search-tips ol 
	{
		font-size: 14px;
		margin-left: 20px;
	}
	
		.search-tips ol li 
		{
			list-style-type: decimal;
			margin-bottom: 5px;
		}
		
/* PRICE TYPE POPUP*/
body.popup-page
{
    margin:10px;
    background:none;
}
.price-type-popup
{
    margin-top:20px;
}
.price-type-popup h3
{
    font-weight:bold;
    float:left;
    margin-right:5px;
}

.ui-dialog .ui-dialog-content 
{
	padding: 0.5em 0 !important;
}
/* Email A Friend */
body#email-a-friend-popup
{
    background:none;
    margin:10px;
}
.Head
{
    font-weight:bold;
    margin-top:10px;
}

/* large ad tiles */

.valuation-tile 
{
	width: 296px;
	border: 2px solid #cdcdcd;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 275px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	margin: 10px 0;
}

.valuation-tile.future 
{
	background-image: url("//resource.csnstatic.com/redbook_legacy/images/big_future_car_val.jpg");
}

.valuation-tile.personal 
{
	background-image: url("//resource.csnstatic.com/redbook_legacy/images/big_personal_car_val.jpg");
}

.valuation-tile.bike 
{
	background-image: url("//resource.csnstatic.com/redbook_legacy/images/big_future_bike_val.jpg");
}

	.valuation-tile p 
	{
		margin: 80px 10px 0 125px; 
	}
	
	.valuation-tile .call-to-action 
	{
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 110px;
		text-align: right;
	}
	
	.valuation-tile.future .call-to-action 
	{
		bottom: 40px;
	}
	
		.valuation-tile .call-to-action .action-button 
		{
			display: block;
			border: 1px solid #aa0a24;
			color: #fff;
			text-decoration: none;
			background: #c31630;
			background: -moz-linear-gradient(top, #c31630 0%, #ab0a24 100%);
			background: -webkit-linear-gradient(top, #c31630 0%, #ab0a24 100%);
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		
			.valuation-tile .call-to-action .action-button span
			{
				display: block;
				padding: 4px 28px 4px 10px;
				font-weight: bold;
				background: url("//resource.csnstatic.com/redbook_legacy/images/sprite.png") no-repeat 90px -1378px;
				cursor: pointer;
			}
			
		.valuation-tile .call-to-action .action-button:hover 
		{
			background: -moz-linear-gradient(top, #ab0a24 0%, #c31630 100%);
			background: -webkit-linear-gradient(top, #ab0a24 0%, #c31630 100%);
		}
		
		.valuation-tile .call-to-action p {
			margin: 0 30px 10px 0;
			font-size: 14px;
			color: #4b4b4b;
			text-align: left;
		}
							
			.valuation-tile .call-to-action p var {
				color: #a70625;
				font-style: normal;
				font-weight: bold;
				font-size: 25px;
				display: block;
				line-height: 18px;
				margin-left: 14px;
			}
								
				.valuation-tile .call-to-action p var span {
					font-size: 12px;
					vertical-align: 8px;
					padding: 0 2px;
				}
				
		.valuation-tile .call-to-action .find-out-more 
		{
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #3f66a7;
		}
		
		.valuation-tile .call-to-action .find-out-more:hover 
		{
			text-decoration: underline;
		}
		
/* csn-feed footer */		
		
.csn-feed .footer {
  position:absolute;
  bottom:0;
  left:0;
  width: 317px;
  background: none repeat scroll 0 0 #F9F9F9;
  margin-top: 6px;
  overflow: hidden;
  padding: 3px 10px 5px 15px;
}
.csn-feed .footer a{color:#004D76;float:right;font-size:11px;font-weight:bold;line-height:9px;padding:3px 12px 3px 0;text-decoration:none;background:transparent url(//resource.csnstatic.com/redbook_legacy/images/icon-more-link-chevron.gif) no-repeat scroll 100% 4px;}

/* FEEDBACK */
#pmg-survey a
{
    background: url("//resource.csnstatic.com/redbook_legacy/images/survey.png") repeat scroll 0 0 transparent;
    display: block;
    height: 72px;
    position: fixed;
    width: 101px;
    bottom:0;
    right:0;
}

/* Inline Ads */
.listing-inline-ad
{
  margin-bottom: 15px;
  margin-right: 31px;
  position: relative;
}
.collapsed .listing-inline-ad
{
  margin-right: 30px;
}

.listing-inline-ad p
{
  font-size:11px;
  color:#929292;
}

.listing-inline-ad :after
{
  clear: both;
}
.listing-inline-ad.saseditorialinlinead {
    background-color: #ffffff;
    text-align: left;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
}