@charset "UTF-8";
@import "global.css";
@import "menu.css";

/* stijlen homepage OccasionCentre */

.logo {
	position: absolute;
	right: 0;
	top: 38px;
}

.loMain {
	margin: 0 auto;
	height: 100%;
	width: 944px;
}

/* de form tag voor Sitecore functionaliteit voorkomt verticaal schalen van pagina... */
form {
	height: 100%;
}

.loBody {
	/* float: left;
	height: 781px; */
	margin: -28px 0 0 0;
	background-color: #fff;
	border-right: 20px solid #fff;
	border-left: 20px solid #fff;
	text-align: left;	
	width: 904px;
	position:relative;
}

.loHeader {
	position: relative;
	margin: 0 auto;
	padding-top: 68px;
	width: 904px;
	height: auto;
}

.loTop {
	position: relative;
	top: 1px;
	margin: 0 auto;
	width: 904px;
	height: 228px;
	background-color: #ccc;
	z-index: 1;
}

.loBottom {
	/* position: absolute; */
	clear: left;
	margin: 10px auto 0;
	width: 902px;
	/* top: 343px; */
    border:1px solid #E5E5E5;
    overflow:auto;
}

.loBottom + .loBottom {
	border-top:0;
	margin:0;
}

.loBottomWide {
	clear: left;
	margin: 10px auto 0;
	width: 902px;
    border:1px solid #E5E5E5;
    border-top:0px;
    position:relative;
    bottom:9px;
    height:109px;
}

.loFooter {
	clear: left;
	margin: 0 auto;
	top: 556px;
	width: 944px;
	height: 23px;
	padding-top: 5px;
}

/* contentblocks */

.loMainContent {
	position: relative;
	margin: 0 auto;
	float: left;
	height: 287px;
	width: 209px;
	background:#FFF;
	padding:10px;
	border-right:1px solid #E5E5E5;
}

.loMainContent a 
{
	display:block;
	background:url(/images/occasioncentre/rel_arrow-athlon.gif) no-repeat !important;
	padding:0 0 0 15px;
	margin-top:1em;
	font-weight:normal;
	position:relative;
}

.loMainContent .newstitle a 
{
	background:none !important;
	color:#333333;
	font-weight:bold;
	padding:0;
}

.loContent p {
	line-height: normal;
}

.loBottom .loMainContent .loContent.top {
	top: 0px;
}

.loBottom .loMainContent .loContent.bottom {
	top: 2px;
}

/* usercontrols */
.ucNews {
	position: relative;
	margin: 0 auto;
	padding: 4px 3px;
	height: 108px;
}

.center .top .ucNews {
    border-bottom:1px solid #E5E5E5;
}

.darkblue {
	background-color: #2c2a6f;
	color: #fff;
}

.lightblue {
	background-color: #b7c7da;
	color: #2c2a6f;
}

.white {	
	color:#333;
}

.newstitle {
	margin-bottom: 6px;
	font-weight: bold;	
}

.newsimage 
{
	height:95px;
	overflow:hidden;
	width:200px;
	margin:1em 0em;
}

.newsimage img 
{
	height:95px;
}

.newscontent {
}

.newsurl {
	margin-top: 6px;
}

.ucNavigation {
	position: relative;
	clear: left;
	top: 24px;
	margin: 0 auto;
	height: 48px;
	background-color: transparent;
	z-index: 9;
}

/* Hyperlinks */

.darkblue a, .darkblue a:link, .darkblue a:visited, .darkblue a:active
{
	color: #ffffff;
}

a.more {
	background: transparent url(/images/occasioncentre/arrow_blue_right.png) no-repeat scroll 0px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 2px 10px !important;
}

* html a.more {
	line-height: 16px;
	zoom: 1.0;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/occasioncentre/arrow_blue_right.png', sizingMethod='crop');
}

.darkblue a.more {
	color: #fff;
}

.lightblue a.more {
	color: #2c2a6f;
}

.darkblue a.more {
	background: transparent url(/images/occasioncentre/arrow_white_right.png) no-repeat scroll 0px;
}

* html .darkblue a.more {
	line-height: 16px;
	zoom: 1.0;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/occasioncentre/arrow_white_right.png', sizingMethod='crop');
}


/* UserControls */


/* SeacrchQuick */

.ucSearchQuick {
	background-color: #e2e9f0;
	overflow: hidden;
	height:305px;
}

.searchitem .label {
	font-size: 10px;
	line-height: 33px;
	overflow: hidden;
	float: left;
	padding-left: 9px;
}

.label.title,
.ucSearchQuick .label.title,
.ucLogin .label.title {
	background-color: #ffcf2e;
	border-bottom: 1px solid #fff;
	height: 32px;
	line-height: 32px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 11px;
	font-weight: bold;
	color: #2C2A6F;
}

.ucSearchQuick .label.submit {
	background-color: #b7c7da;
	border-top: 1px solid #fff;
	height: 36px;
	width: 209px;
	overflow: hidden;
	position:relative;
}

.searchitem {
	height: 33px;
	line-height: 33px;
	margin: 0pt auto;
	width: 209px;
	border-bottom: 1px solid #b7c7da;
	padding:6px 0;
}

.last {
	border-bottom: none;
}

.searchitem .select {
	display: inline;
	vertical-align: middle;	
	font-size: 10px;
	padding-right: 9px;
	padding-left: 9px;
	height: 33px;
}
 
.searchitem .select select {
	border: 1px solid #fff;
	width: 190px;
}


/* IE 5.5/6 hack */
* html .searchitem .select select {
	margin-top: 8px;
}

.submitAdvanced {
	padding-left: 9px;
	padding-top:0px;
}
.submitSimple {
	position:absolute;
	right:12px;
	top:0px;	
	display:inline;
	width:50px;
}

/* OfferRotator */

/*
div.offer1 
{
	width:902px;
	float:left;
	height:109px;
	background:#e2e9f0;
	border-right:1px solid #E5E5E5;
}*/ 

div.offer1 
{
	width:459px;
	float:left;
	height:109px;
	background:#333333;
	color:#FFF;
	border-right:1px solid #E5E5E5;
}

div.offer2
{
	background:#e2e9f0;
	width:442px;
	float:left;
	height:109px;
}

.ucOfferRotator 
{
	cursor:pointer;
}

.ucOfferRotator a.moreinfo 
{
	font-weight:bold;
	color:#E7D95F;
	text-decoration:underline;
}

.ucOfferRotator a.moreinfo:hover 
{
	text-decoration:none;
}

.ucOfferRotator .car 
{
	border-bottom:0;
	height:auto;
	top:0;
	float:none;
	margin:0;
	padding:1em 0 0;
	text-transform:uppercase;
	font-weight:bold;
}

.ucOfferRotator .info
{
	overflow:auto;
	width:200px;
}

.ucOfferRotator img 
{
	height:109px;	
	float:left;
	margin-right:10px;
}

.ucOfferRotator dl 
{
	display:block;
	float:left;
	width:100px;
	position:relative;
	height:40px;
	margin:1em 0 0;
}

.ucOfferRotator dl dt 
{
	position:absolute;
	top:0px;
	font-size:0.9em;
	display:block;
	clear:both;
	color:#CCC;
}

.ucOfferRotator dl dd
{
	position:absolute;
	display:block;
	clear:both;
	bottom:0;
	font-size:1.1em;
	font-weight:bold;
}

/* Recommended */

div#recommended {
	border-right:1px solid #E5E5E5;
	float:left;
	width:459px;
}

div#recommended h2 {
	margin:0;
}

	div#recommended .ucVehicleGrid {		
		width:459px;
	}

/* Popular and most viewed */

h2.label,
h3.label {
	margin:0;
}

div#popular,
div#most-views {
	float:left;
	width:229px;
}

div#popular {
	border-right:1px solid #E5E5E5;
}

div#most-views {
	width:212px;
}

/* Alphabeth */

div#brands {
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	float:left;
	overflow:hidden;
	padding:0 0 16px;
	width:442px;
}

	div#brands ol {
		margin:0;
		padding:10px;
	}
	
		div#brands ol li {
			list-style-position:outside;
			list-style-type:none;
			margin-right:10px;
			overflow:hidden;
			width:140px;
		}
		
		div#brands ol li.coltopper {
			position:relative;
		}
		
		div#brands ol li.column2 { margin-left:150px; }
		div#brands ol li.column3 { margin-left:300px; }

/* ucFooter */

.ucFooter {
	color: #999;
	line-height: 20px;
	font-size: 9px;
}

.ucFooter .label.link {
	float: left;
	margin-right: 6px;
	line-height: 20px;
	font-size: 9px;
}

.ucFooter .label.copyright {
	float: right;
	line-height: 20px;
	font-size: 9px;
}

.ucFooter a {
	color:#2C2A6F;
	margin-right: 6px;
	line-height: 20px;
	font-size: 9px;
}

/* ucLogin */

.ucLogin {
	background-color: #dce5ee;
	height: 242px;
	overflow: hidden;
	position: relative;
}

.ucLogin .loginform {
	margin-top: 9px;
}

.loginform-item {
	padding-left: 9px;
	padding-right: 9px;
}
.ucLogin .loginform-item .label {
	text-align: right;
	/*width: 85px;*/
	float: left;
	margin-right: 9px;
	margin-top: 6px;
	color: #2c2a6f;
	font-size: 10px;
}
.ucLogin .loginform-item .input input {
	border: 1px solid #e5e5e5;
	background-color: white;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 140px;
}

.ucLogin .loginform-item .input.submit {
	margin-top: 6px;
	padding-right: 9px;
	/*text-align: right;*/
}

.ucLogin .img {
	background-color: #B7C7DA;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ucLogin .helptext {
	/*background-color: #B7C7DA;*/
	position: absolute;
	bottom: 6px;
	left: 6px;
	right: 6px;
	color: #2C2A6F;
}
.ucLogin .helptext .label {
    font-size:10px;
}


/* Error message */

.ucLogin .ucResultsPath {
	background-color: #FFF1C0;
	border: 1px solid #fff;
	margin: 6px;
}

.ucLogin .ucResultsPath .message {
	margin: 6px;
}

.ucLogin .ucResultsPath .label
{
	position: relative;
	margin: 0 auto;
	right: 0;
	font-size: 10px;
	width: 200px;
}

.ucLogin .ucResultsPath .icon {
	width: 25px;
	float: left;
}

.ucLogin .ucResultsPath .label.error {
	font-weight: bold;
	color: #990000;
}
