@charset "utf-8";
/* CSS Document */

/* LAYOUT */
#main-wrapper {
	position: relative;
	width: 968px;
	margin: 0 auto;
}
/* header */

#header-wrapper {
	position: relative;
	height: 90px;
	margin: 0 4px;
	background: #ffffff url(../images/style/header-bg.gif) repeat-x bottom;
	z-index: 500;
}
#header-wrapper h1 {
	margin: 0;
    padding: 0;
}
#header-wrapper h1 a {
	position: absolute;
	top: 15px;
	display: block;
	left: 0px;
	width: 282px;
	height: 0;
	padding-top: 55px;
	overflow: hidden;
	background: url(http://static.autokopen.nl/images/style/autokopen-logo.png) no-repeat;
}
.atk-logo {
	display: none;
}

#banner-loading-area {
    display: none;
}
#banner-leaderboard {
    text-align: center;
}
/* menu */

ul#main-menu {
	position: absolute;
	right: 1px;
	bottom: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 12px;
}
ul#main-menu li.main-item {
	position: relative;
	float: left;
	height: 25px;
	background: url(http://static.autokopen.nl/images/style/menu-left.png) no-repeat left;
	margin: 0 -1px 0 0;
}
ul#main-menu li.main-item a {
	display: block;
	height: 19px;
	padding: 6px 15px 0 15px;
	background: url(http://static.autokopen.nl/images/style/menu-right.png) no-repeat right;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
ul#main-menu li.main-item a span {
	background: url(http://static.autokopen.nl/images/style/menu-arrow.gif) no-repeat top right;
	display: inline-block;
	width: 8px;
	height: 7px;
	padding: 0 0 0 5px;
}
/* hover */

ul#main-menu li:hover.main-item {
	background: url(http://static.autokopen.nl/images/style/menu-hover-left.png) no-repeat left;
}
ul#main-menu li:hover.main-item a {
	background: url(http://static.autokopen.nl/images/style/menu-hover-right.png) no-repeat right;
}
/* active */

#header-wrapper ul#main-menu li.active {
	background: url(http://static.autokopen.nl/images/style/menu-active-left.png) no-repeat left;
}
#header-wrapper ul#main-menu li.active a {
	background: url(http://static.autokopen.nl/images/style/menu-active-right.gif) no-repeat right;
	color: #ffffff;
}
#header-wrapper ul#main-menu li.active a span {
	background: url(http://static.autokopen.nl/images/style/menu-active-arrow.gif) no-repeat top right;
}
/* submenu */

ul#main-menu li ul.submenu {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	width: 180px;
	background: #dfdfde url(http://static.autokopen.nl/images/style/submenu-bg.png) repeat-y;
	font-size: 11px;
}
ul#main-menu li.last-item ul.submenu {
	right: 0;
	left: auto;
}
ul#main-menu li.active ul.submenu {
	background: #126cbf url(http://static.autokopen.nl/images/style/submenu-active-bg.png) repeat-y;
	padding: 5px 0 0 0;
}
ul#main-menu li:hover ul.submenu, ul#main-menu li.hover ul.submenu {
	display: block;
}
ul#main-menu li ul.submenu li {
	padding: 0 4px;
}
#header-wrapper ul#main-menu li ul.submenu li a {
	background: none;
	font-weight: normal;
	color: #666666;
}
#header-wrapper ul#main-menu li.active ul.submenu li a {
	color: #ffffff;
}
#header-wrapper ul#main-menu li ul.submenu li a:hover {
	background: #d4d4d3;
}
#header-wrapper ul#main-menu li.active ul.submenu li a:hover {
	background: #4986be;
}
ul#main-menu li ul.submenu li.last-item {
	background: url(http://static.autokopen.nl/images/style/submenu-bottom.gif) no-repeat bottom;
	padding-bottom: 5px;
}
ul#main-menu li.active ul.submenu li.last-item {
	background: url(http://static.autokopen.nl/images/style/submenu-active-bottom.png) no-repeat bottom;
}
ul#main-menu li ul.submenu li.divider {
	background: url(http://static.autokopen.nl/images/style/submenu-divider.gif) no-repeat bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul#main-menu li.active ul.submenu li.divider {
	background: url(http://static.autokopen.nl/images/style/submenu-active-divider.gif) no-repeat bottom;
}

/* shortlink and login */

#header-wrapper #login-container {
    padding-top: 8px;
    position: relative;
}

/* shortlinks */
#header-wrapper #login-container {
    font-size: 10px;
    line-height: 17px;
}
#header-wrapper #login-container .shortlinks {
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: #999;
    text-transform: none;
    margin: 4px 10px 0 0;
}
#header-wrapper #login-container .shortlinks a {
    color: #999;
    text-decoration:none;
}
#header-wrapper #login-container .shortlinks a:hover {
    text-decoration:underline;
}


/* login */

#header-wrapper #login-container #forcompany, #header-wrapper #login-container #aknl-account {
    height: 19px;
    padding: 1px 10px 0 10px;    
    position: relative;
    float: right;
    margin: 4px 3px 0 0;
    background: url(http://static.autokopen.nl/images/style/bg-feature-links.png) no-repeat right top;
    border-left: 1px solid #fff;
}
#header-wrapper #login-container #forcompany {
    background: url(http://static.autokopen.nl/images/style/bg-feature-links.png) no-repeat left bottom;
    border: 0;
    margin-right: 0;
}
#header-wrapper #login-container #forcompany a, #header-wrapper #login-container #aknl-account a {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

/* signed in active */
#header-wrapper #login-container #aknl-account a.signedin {
    background: url(http://static.autokopen.nl/images/style/arrow-signedin.png) no-repeat right 6px;
    padding-right: 13px;
    display: block;
    margin-right: -2px;
}
#header-wrapper #login-container.active #forcompany {
    padding-right: 3px;    
}
#header-wrapper #login-container.active #aknl-account {
    height: 27px;
    padding: 1px 26px 0 0;    
    position: relative;
    float: right;
    margin: 0;
    background: url(http://static.autokopen.nl/images/style/bg-login-active.png) no-repeat right top;
    border: 0;
    z-index: 10;
}
#header-wrapper #login-container.active #aknl-account a.signedin {
    background: url(http://static.autokopen.nl/images/style/bg-login-active-left.png) no-repeat left top;
    padding: 5px 0px 6px 18px;
    margin-top: -1px;
}

/* login form */
#header-wrapper #login-container #login {
    display: none;
    position: absolute;
    top: 33px;
    right: 1px;
    background: url(http://static.autokopen.nl/images/style/login-bg.png) no-repeat;
    width: 243px;
    height: 142px;
    padding: 15px;
    color: #ffffff;
    z-index: 5;
    font-size: 11px;
}
#header-wrapper #login-container #login.signed-in {
    background: url(http://static.autokopen.nl/images/style/signed-in-bg.png) no-repeat;
    height: 115px;
}
#header-wrapper #login-container #login.signed-in a {
    text-decoration: none;
}
#header-wrapper #login-container #login.signed-in a:hover {
    text-decoration: underline;
}
#header-wrapper #login-container.active #login {
    display: block;
}
#header-wrapper #login-container #login a {
    color: #ffffff;
}
#header-wrapper #login-container #login a:hover {
    text-decoration: none;
}
#header-wrapper #login-container #login .account {
    border-bottom: 1px solid #2f7cc4;
    padding-bottom: 17px;
    margin-bottom: 12px;
}

#header-wrapper #login-container ul,
#header-wrapper #login-container ol {
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 17px;
}




/* footer */
#footer {
	width: 958px;
	height: 135px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(http://static.autokopen.nl/images/style/footer-bg.png) no-repeat top;
	color: #126cbf;
	font-size: 11px;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 17px;
}
#footer a {
	text-decoration: none;
}
#footer .links, #footer .links a {
	color: #79aede;
	text-align: center;
	margin: 0 0 17px 0;
}
#footer a:hover, #footer-text:hover a {
	text-decoration: underline;
}
#footer-text:hover {
	color: #ffffff;
}
#footer-text:hover strong {
	color: #f66123;
}
/* MAIN CONTENT */
#content-wrapper {
	background: url(http://static.autokopen.nl/images/style/bg-main.png) repeat-y;
	padding: 0 15px;
	overflow: hidden;
}
body.occasions #content-wrapper {
	background: url(http://static.autokopen.nl/images/style/bg-occ.png) repeat-y;
	padding: 0 5px;
}
body.skyscraper #content-wrapper {
	background: url(http://static.autokopen.nl/images/style/bg-skyscraper.png) repeat-y;
	padding: 0 5px;
}
img.border, .home .offers img, .home #editorial-content img, .occasions .search-results img {
	background: #ffffff;
	padding: 2px;
	border: 1px solid #eeeeee;
}
#breadcrumb {
	font-size: 11px;
	margin: 2px 0 5px 0;
}
#breadcrumb span {
	font-size: 0;
	text-indent: -999em;
	color: #126cbf;
	background: url(http://static.autokopen.nl/images/style/arrow-blue.gif) no-repeat top;
	padding: 8px;
}


form button.submit {
	width: 119px;
	height: 43px;
	border: none;
	background: url(http://static.autokopen.nl/images/style/button-small.png) no-repeat center;
	text-align: center;
	color: #eeeeee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

