/**
 * $Id$
 *
 * Default stylesheet for hansvanwijk.nl.
 */

/**
 * HTML elements.
 */
body {
   margin: 0;
   padding: 0;
   color: #525252;
   font-family: Arial, Tahoma, Verdana;
   font-size: .9em;
   background: #eee;
}
h1, h3 {
    color: #fff;
    font-size: 1.65em;
    font-weight: normal;
    margin: 0 0 10px;
}
h2 {
    font-size: 1.4em;
}
img {
    border: 0;
}
/* links */
a, a:visited {
    color: #c0c0c0;
    font-weight: normal;
    text-decoration: none;
}
a:hover, a:active {
    color: #fff;
}
.active a, .active a:visited {
    color: #dc0225;
}



/**
 * Main page layout.
 */
#page {
    text-align: center;
}
#header {
    margin: 10px auto 0;
    width: 900px;
    height: 70px;
    clear: both;
    background: transparent url(../img/logo.jpg) no-repeat left center;
}
#homelink {
    position: absolute;
    width: 200px;
    height: 60px;
    margin-left: -450px;
}
#main {
    width: 900px;
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
#content-wrapper {
    padding: 20px 0 0;
    background-color: #000;
    overflow: hidden;
}
#sidebar-left, #content, #sidebar-right {
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}
#sidebar-left, #sidebar-right {
    width: 200px;
}
#content {
    width: 460px;
    margin: 0 20px;
}
#footer {
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
    background: transparent url(../img/plag-logo.jpg) no-repeat 860px center;
}
#footer #plaglink {
    positikanon: absolute;
    width: 40px;
    height: 30px;
    display: block;
    margin-left: 860px;
    margin-top: -15px;
}
#footer .copyright {
    width: 845px;
    font-size: .8em;
    padding-top: 5px;
    border-top: solid 1px #a6a6a6;
}
#footer a span {
    display: none;
}

#footer a#link_honda {
    background: transparent url(../img/honda_off.gif) no-repeat 50% 50%;
    display: block;
    float: left;
    width: 54px;
    height: 50px;
    margin: 0 15px;
}
#footer a#link_honda:hover {
    background: transparent url(../img/honda_on.gif) no-repeat 50% 50%;
}
#footer a#link_suzuki {
    background: transparent url(../img/suzuki_off.gif) no-repeat 50% 50%;
    display: block;
    float: left;
    width: 42px;
    height: 50px;
    margin: 0 15px;
}
#footer a#link_suzuki:hover {
    background: transparent url(../img/suzuki_on.gif) no-repeat 50% 50%;
}
#footer a#link_kawasaki {
    background: transparent url(../img/kawasaki_off.gif) no-repeat 50% 50%;
    display: block;
    float: left;
    width: 54px;
    height: 50px;
    margin: 0 15px;
}
#footer a#link_kawasaki:hover {
    background: transparent url(../img/kawasaki_on.gif) no-repeat 50% 50%;
}
#footer a#link_yamaha {
    background: transparent url(../img/yamaha_off.gif) no-repeat 50% 50%;
    display: block;
    float: left;
    width: 122px;
    height: 50px;
    margin: 0 15px;
}
#footer a#link_yamaha:hover {
    background: transparent url(../img/yamaha_on.gif) no-repeat 50% 50%;
}
#footer a#link_piaggio {
    background: transparent url(../img/piaggio_off.gif) no-repeat 50% 50%;
    display: block;
    float: left;
    width: 64px;
    height: 51px;
    margin: 0 10px;
}
#footer a#link_piaggio:hover {
    background: transparent url(../img/piaggio_on.gif) no-repeat 50% 50%;
}
#footer a#link_keeway {
    background: transparent url(../img/keeway_off.gif) no-repeat 50% 50%;
    display: block;
    float: left;
    width: 130px;
    height: 28px;
    margin: 15px 0 0 15px;
}
#footer a#link_keeway:hover {
    background: transparent url(../img/keeway_on.gif) no-repeat 50% 50%;
}
#footer a#link_focwa {
    background: transparent url(../img/focwa_off.gif) no-repeat 50% 50%;
    display: block;
    float: right;
    width: 77px;
    height: 50px;
    margin: 0 15px;
}
#footer a#link_focwa:hover {
    background: transparent url(../img/focwa_on.gif) no-repeat 50% 50%;
}
#footer a#link_bovag {
    background: transparent url(../img/bovag_off.gif) no-repeat 50% 50%;
    display: block;
    float: right;
    width: 32px;
    height: 50px;
    margin: 0 15px;
}
#footer a#link_bovag:hover {
    background: transparent url(../img/bovag_on.gif) no-repeat 50% 50%;
}
/**
 * Navigation.
 */
ul#menu-1, ul#menu-1 ul, ul#menu-5 {
    margin: 0;
    padding: 0;
    list-style: none none outside;
}
ul#menu-1 li {
    line-height: 1.85em;
}
ul#menu-1 li.active {
    background: transparent url(../img/nav-active-back.png) no-repeat left top;
}
ul#menu-1 li a, ul#menu-1 li.active li a {
    padding-left: 20px;
    background: transparent url(../img/nav-bullet-white.png) no-repeat 10px center;
}
ul#menu-1 li.active li a, ul#menu li.active li a:visited {
    color: #c0c0c0;
}
ul#menu-1 li.active li a:hover {
    color: #fff;
}
ul#menu-1 li.active a {
    background-image: url(../img/nav-bullet-red.png);
}
ul#menu-1 ul li {
    padding-left: 15px;
}
/* head navigation */
ul#menu-5 {
    text-align: right;
}
ul#menu-5 li {
    font-size: .85em;
    display: inline;
}
ul#menu-5 li a, ul#menu-5 li a:visited {
    color: #525252;
    padding-left: 20px;
    background: transparent url(../img/nav-bullet-grey.png) no-repeat 10px center;
}
ul#menu-5 li a:hover {
    color: #dc0225;
    background-image: url(../img/nav-bullet-red.png);
}

/**
 * Sidebar block layout.
 */
.block {
    clear: both;
    color: #c0c0c0;
    font-size: .85em;
    margin-bottom: 20px;
    background: #525252 url(../img/corners-black-200.png) no-repeat left top;
}
.block .block-content {
    padding: 10px;
    background: transparent url(../img/corners-black-200.png) no-repeat left bottom;
}
.cornered .block-content {
    padding-bottom: 20px;
    background: transparent url(../img/corners-large-black-200.png) no-repeat left bottom;
}

.box {
    clear: both;
    color: #c0c0c0;
    font-size: .85em;
    margin-bottom: 20px;
    background: #2c2c2c url(../img/corners-black-460.png) no-repeat left top;
}
.box .box-content {
    padding: 20px;
    background: transparent url(../img/corners-black-460.png) no-repeat left bottom;
}
.cornered .box-content {
    background: transparent url(../img/corners-large-black-460.png) no-repeat left bottom;
}
.box-content h2 {
    color: #fff;
    padding-bottom: .5em;
    border-bottom: solid 1px #969696;
}
.box table {
    width: 100%;
}
.box table, .box table td {
    padding: 2px 4px;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.box table th {
    padding: 2px 4px;
    border: solid 1px #2c2c2c;
    background-color: #525252;
}
.box a, .box a:visited {
    color: #fff;
    text-decoration: underline;
}
.box a:hover {
    text-decoration: none;
}

/**
 * Sitemap.
 */
ul#sitemap, ul#sitemap ul, ul#sitemap li ul {
    padding: 0;
    margin: -10px 0 10px 10px;
    list-style: none outside none;
    background: transparent url(../img/pattern-dot-grey.png) repeat-y left top;
}
#sitemap li {
    margin: 0;
    padding: 5px 0 2px 30px;
    line-height: 1.5em;
    position: relative;
    top: 8px;
    background: transparent url(../img/pattern-line-dot-grey.png) no-repeat left 12px;
}
#sitemap a {
    padding: 0 5px;
    display: block;
    height: auto;
    overflow: hidden;
    text-decoration: none;
}

/**
 * Form layouts.
 */
form {
    zoom: 1; /* Stupid IE peekaboo bug fix.. ugh! */
}
label {
    color: #c1c1c1;
    font-weight: bold;
}
label .flag-required {
    color: #fff;
}

.input-text, .input-file {
    border: solid 1px #8e8e8e;
    -moz-border-radius: 0;
    color: #fff;
    padding: 4px;
    background: #000 url(../img/input-back.jpg) repeat-x left top;
}
select, textarea, textarea:focus {
    border: solid 1px #8e8e8e;
    -moz-border-radius: 0;
    color: #fff;
    background: #2C2C2C;
}
#edit-kenteken, #edit-postcode {
    text-transform: uppercase;
}
.input-submit {
    border: 0;
    font-weight: normal;
    color: #fff;
    font-size: .8em;
    -moz-border-radius: 3px;
    background: #4c8ea4;
}

.form-left {
    clear: left;
}
.form-left, .form-right {
    float: left;
}
.form-right {
    clear: right;
    margin-left: 1em;
}

/**
 * Jobs
 */
.job {
    overflow: hidden;
    margin-bottom: 5px;
}
.job-title, .job-link {
    padding: 4px 10px;
    float:left;
    -moz-border-radius: 3px;
}
.job-title {
    width: 285px;
    border: solid 1px #666;
    margin-right: .5em;
    background: #2c2c2c;
}
.job-link {
    background: #4b8fa4;
    width: 85px;
    text-align: center;
}
.job-link a, .job-link a:visited {
    text-decoration: none;
    font-size: .9em;
}

/**
 * Extra stuff.
 */
.outlet-link {
    margin-bottom: 20px;
}

/**
 * Messages
 */
#messages {
    margin-bottom: 1em;
}
#messages ul {
    color: #069;
    margin: 5px 0;
    padding: 10px 10px 10px 25px;
    border: solid 1px #39f;
    -moz-border-radius: 3px;
    font-size: .9em;
    font-weight: bold;
    list-style: none none outside;
    background: #c7ddf2 url(../../core/img/admin/icon-information.png) no-repeat 5px center;
}
#messages ul.success {
    color: #060;
    border: solid 1px #0f0;
    background-color: #cfc;
    background-image: url(../../core/img/admin/icon-accept.png);
}
#messages ul.form {
    color: #990;
    border: solid 1px #ff0;
    background-color: #ffc;
    background-image: url(../../core/img/admin/icon-error.png);
}
#messages ul.error {
    color: #900;
    border: solid 1px #f00;
    background-color: #faa;
    background-image: url(../../core/img/admin/icon-exclamation.png);
}

/**
 * Vehicle styles.
 */
.vehicle {
    overflow: hidden;
    margin-bottom: 5px;
    border: solid 1px #666;
    padding: 10px 10px 5px;
    -moz-border-radius: 3px;
	width:398px;
	height:auto;
}
.vehicle-title, .vehicle-title span {	
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.vehicle-title {
	float:left;
	width:298px;
	height:75px;
}
.vehicle sub {
	display:block;
	font-size: .8em;
    text-decoration: none;
    color: #fff;
}
.vehicle a { 
	cursor:pointer;
	text-decoration:none !important;
}
.vehicle a:hover {
	text-decoration:underline !important;
}
.vehicle-thumb {
	float:right;
	width:100px;
	height:75px;
}

.vehicle-img-full {
    float: left;
    overflow: hidden;
}
.vehicle-img-full img {
    cursor: pointer;
}
.vehicle-thumbnails {
    float: right;
    width: 137px;
    overflow: hidden;
}
.vehicle-thumbnails .gallery {
    display: none;
}
.vehicle-thumbnails img {
    margin: 0 0 5px 5px;
    cursor: pointer;
    border: solid 1px #2c2c2c;
}
.vehicle-details {
    clear: both;
    margin-top: 2em;
}
table.vehicle-details th, table.vehicle-details td {
    padding: 5px 10px;
}


.vehicle-back-link,
.vehicle-pdf-link,
.vehicle-contact-link {
    width: 120px;
    height: 20px;
    line-height: 19px;
    display: block;
    margin-top: 1em;
    text-align: center;
    -moz-border-radius: 3px;
    background-color: #4c8ea4;
}
.vehicle-links {
    clear: both;
    overflow: hidden;
}
.vehicle-pdf-link {
    margin: 0;
    width: 90px;
    float: right;
}
.vehicle-contact-link {
    float: right;
    width: 100px;
    margin: 0 1em 1em 0;
}
.vehicle-back-link a, .vehicle-back-link a:visited,
.vehicle-pdf-link a, .vehicle-pdf-link a:visited,
.vehicle-contact-link a, .vehicle-contact-link a:visited {
    color: #fff;
    font-size: .9em;
    text-decoration: none;
}

#pager {
    text-align: center;
}

/**
 * Blocks
 */
.box-eventnews {
    overflow: hidden;
	padding: 0 10px 10px 10px;
}
.random-vehicle {
    overflow: hidden;
    margin-bottom: 1em;
}
.random-vehicle .preview {
    width: 100%;
    height: 60px;
}
.random-vehicle .topleft, .random-vehicle .topright, .random-vehicle .bottomleft, .random-vehicle .bottomright {
    width: 50%;
    float: left;
    height: 30px;
    background: transparent url(../img/pixel-dark-grey.png) no-repeat left top;
}
.random-vehicle .topright {
    background-position: right top;
}
.random-vehicle .bottomleft {
    background-position: left bottom;
}
.random-vehicle .bottomright {
    background-position: right bottom;
}

.random-vehicle .more-link {
    width: 100px;
    height: 20px;
    line-height: 19px;
    display: block;
    margin-top: .5em;
    text-align: center;
    float: right;
    -moz-border-radius: 3px;
    background-color: #4c8ea4;
}
.random-vehicle .more-link a, .random-vehicle .more-link a:visited {
    color: #fff;
    font-size: .9em;
}

/**
 * Frontpage exceptions
 */
.front-back-1 .box-content,
.front-back-2 .box-content,
.front-back-3 .box-content,
.front-back-4 .box-content {
    height: 450px;
}
.front-back-1 .box-content {
    background-image: url(../img/home-back-1.jpg);
}
.front-back-2 .box-content {
    background-image: url(../img/home-back-2.jpg);
}
.front-back-3 .box-content {
    background-image: url(../img/home-back-3.jpg);
}
.front-back-4 .box-content {
    background-image: url(../img/home-back-4.jpg);
}

.home-item .vehicle-info {
    float: left;
    width: 230px;
    height: 120px;
    padding: 0;
    margin: 0;
    color: #525252;
    background: #cbcbcb url(../img/pixel-dark-grey.png) no-repeat left top;
}
.home-item .vehicle-info ul {
    margin: 0 0 0 25px;
    padding: 10px 0 0;
    height: 80px;
    background: transparent url(../img/pixel-dark-grey.png) no-repeat right top;
}
.home-item .price {
    height: 30px;
    background: #8a8b8b url(../img/pixel-dark-grey.png) no-repeat right bottom;
}
.home-item .price span {
    line-height: 30px;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    display: block;
    padding-left: 15px;
    background: transparent url(../img/pixel-dark-grey.png) no-repeat left bottom;
}
.home-item .random-vehicle {
    float: right;
    width: 180px;
}
.home-item .random-vehicle .preview {
    height: 120px;
}
.home-item .random-vehicle .preview div {
    height: 60px;
}

/**
 * Search form layout.
 */
#search-vehicles label {
    display: block;
}
#search-vehicles .form-select select {
    width: 180px;
}
#search-table, #search-table td {
    border: 0;
}
#search-table td {
    padding: 10px 0;
}
#search-table tr {
    border-bottom : 1px solid #525252;
}
#search-table .input-text {
    font-size: .9em;
}

#search .input-text {
    padding-bottom: 1px;
}

.search-result {
    margin-bottom: 2em;
}
.search-result .highlight {
    border: solid 1px #666;
    background: #525252;
}

/**
 * Job form.
 */
#job-form input, #job-form select {
    margin-bottom: 1em;
    font-size: .9em;
}
#job-form label {
    display: block;
    float: left;
    width: 100px;
}
#job-form .input-submit {
    margin-top: 2em;
}
.application-link {
    width: 80px;
    height: 20px;
    line-height: 19px;
    display: block;
    margin-top: 1em;
    text-align: center;
    -moz-border-radius: 3px;
    background-color: #4c8ea4;
}
.application-link a {
    text-decoration: none;
}