/* ===== CSS sheet by Jerome Bohg at d-engine / kitchenpilot  ==== */
/* ===== feel free to copy, use and learn as much as you like ==== */

/* ===== reset the whole bunch ==== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

strong {
 font-weight: bold;
}

/* ===== first some global stuff ==== */
body {
 font-size: 12px;
 line-height: 1.4em;
 font-family: Arial, Verdana, Helvetica, "Trebuchet MS", "Luxi Sans", sans-serif;  
 color: #333;
 background: #ababad;
 overflow-y: scroll;
}

.clearfix {
 content: ".";
 clear: both;
 display: block;
 height: 0;
 visibility: hidden;
}

.clear {
 display: block;
 clear: both;
}

.hideme { display: none; }
.showme { display: block; }

p {
 line-height: 1.6em;
}

/* ===== global link markup ==== */
a:link,a:active,a:visited {  
 color: #f70025;
 text-decoration: none;
 outline: none;	 
}
a:hover {
 color: #333;
}
:focus{
 -moz-outline-style:none;
}

/* ===== wrap markup ==== */
#mainwrap {
 display: block;
 background: #fff;
 margin-top: 12px;
 border-bottom: 5px solid #f70025;
}

#sitewrap {
 display: block;
 width: 960px;
 min-height: 650px;
 margin: 0 auto;
 padding-bottom: 25px;
}

#headwrap {
 display: block;
 width: 100%;
 float: left;
 position: relative;
 margin-bottom: 20px;
 z-index: 100;
}

#headwrap h1 {
 display: block;
 width: 130px;
 height: 108px;
 position: absolute;
 bottom: 40px;
 left: 5px;
 background: url(../kp_img/logo.gif) no-repeat;
 text-indent: -9999px;
 cursor: pointer;
}

/*== mainnav ==*/
#menuwrap {
 display: block;
 height: 30px;
 width: 100%;
 float: left;
 text-align: right;
 background: #666;
 margin-top: 140px;
 position: relative;
}
#mainnav {
 float: left;
 position: absolute;
 right: 0;
 top:-4px;
}
#mainnav li {
 float: left;
 position: relative;
}
#mainnav li a {
 float: left;
 line-height: 38px;
 margin-left: 1px;
 padding: 0 1em;
 color: #fff;
}
#mainnav li a:hover, #mainnav li.hover a {
 color: #fff;
 background: #f70025;
}
#mainnav li a.act {
 color: #fff;
 background: #f70025;
}

#mainnav li.hover ul {
 display: block;
}

#mainnav ul {
 clear: both;
 display: none;
 position: absolute;
 left:1px;
 top: 38px;
 background: url(../kp_img/bg_grey.png);
}

#mainnav li li {
 clear:both;
 display: block;
}

#mainnav li.hover li a {
 display: block;
 width: 100px;
 padding: 0 12px;
 line-height: 25px;
 margin-left: 0;
 
 color: #333; 
 text-align: left;
 background: none;
}
#mainnav li.hover li a:hover {
 background: #ababad;
 color: #fff;
}

/*== widget news banner ==*/
#wdg-news {
 display: block;
 height: 250px;
 background: #f70025;
 position: relative;
 overflow: hidden;
 margin-bottom: 25px;
}
#news-text {
 display: block;
 width: 325px;
 height: 200px;
 margin: 25px;
 color: #fff;
 position: relative;
 overflow: hidden;
}
#news-text div div {
 display: block;
 width: 325px;
 height: 225px;
 overflow: hidden;
 position: relative; 
}
#news-text h2 {
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 10px;
}
#news-text p {
 font-size: 1.15em;
 line-height: 1.25em;
}
#news-text p strong {
 font-weight: normal;
}
#news-text a {
 color: #ccc;
}
#news-text a.more {
 position: absolute;
 bottom: 25px;
 right:0;
 color: #fff;
 font-size: 1.15em; 
}
#news-text a.more:hover {
 color: #fff;
}
#news-text .news-nav-item {
 display: none;
}
#news-nav {
 position: absolute;
 bottom:0;
 left: 375px;
}
#news-nav li {
 display: block;
 margin-top: 1px;
}
#news-nav a {
 display: block;
 line-height: 25px;
 padding: 0 15px;
 background: url(../kp_img/bg_white.png);
 color: #333;
}
#news-nav a:hover {
 background: #666;
 color: #fff;
}
#news-nav a.act, #news-nav a.act:hover {
 background: #f70025;
 color: #fff;
}
#news-img {
 display: block;
 width: 585px;
 height: 250px;
 overflow: hidden;
 position: absolute;
 right: 0;
 top: 0;
 background: #ccc url(./kp_img/greyloader.gif) center center no-repeat;
}
#news-img img {
 position: absolute;
 top:0;
 right: 0;
}
#news-openclose {
 margin: -15px 0 5px 0;
}


/*== footer ==*/
#footer {
 display: block;
 width: 960px;
 margin: 0 auto;
 color: #fff;
 font-size: 11px;
}

#footer ul {
 float: left;
 margin: 20px 0;
}
#footer li {
 display: block;
 width: 320px;
 float: left;
}
#footer li strong {
 display: block;
 font-size: 14px;
 margin-bottom: 4px;
}
#footer a:link,#footer a:active,#footer a:visited {
 color: #fff;
}
#footer a:hover {
 color: #333;
}

/*== column setup ==*/
.sidecol {
 display: block;
 width: 375px;
 float: left;
}
.maincol {
 width: 550px;
 float: right;
 position: relative;
}
.maincol h2 {
 color: #f70025;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 15px;
}
.maincol h3 {
 font-size: 14px;
 font-weight: bold;
 margin: -5px 0 10px 0;
 font-style: italic;
}

.maincol em {
 font-style: italic;
}

/* ===== default artwrap ==== */
.artwrap {
 clear: both;
 display: block;
 width: 500px;
 float: left;
 margin-bottom: 20px;
}
.notitle {
 margin-top: -20px;
}

.artwrap ul {
 clear: both;
 margin-bottom: 15px;
}
.artwrap ul li {
 display: block;
 width: 100%;
 padding-left: 15px;
 margin: 0 0 2px 10px;
 background: url(../kp_img/bullet.gif) 0 5px no-repeat;
}

/*== leftcolumn widgets ==*/
.wdg {
 clear: both;
 width: 325px;
 padding: 25px;
 background: #eee;
 float: left;
 margin-bottom: 15px;
}
.wdg h3 {
 color: #666;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 15px;
}
.wdg p {
 margin: -5px 0 10px 0 
}

.wdg-art p {
 margin-bottom: 0px;
}

.wdg-info h4 {
 font-weight: bold;
 font-size: 14px;
 margin: 0 0 4px 2px;
}

/* ===== wdg-fietswijzer ==== */
span.sliderwrap {
 display: block;
 width: 315px;
 margin: 10px 0 10px 0;
}

.srcfloat {
 float: left;
}
.srcfloat input.rdo {
 float: left;
 margin-right: 5px;
 margin-top: 1px;
}
.srcfloat label {
 float: left;
 margin-right: 20px;
 padding-bottom: 3px;
}

/* ===== headlines ==== */
.headlines strong {
 display: block;
 font-size: 13px;
 cursor: pointer;
}
.headlines ul {
 margin-bottom: 10px;
}
.headlines li li {
 display: block;
 margin-left: 10px;
 padding: 1px 0;
}
.headlines a:link,.headlines a:active,.headlines a:visited {
 display: block;
 width: 100%;
 margin-left: -10px;
 padding-left: 5px;
 color: #000;
 line-height: 1.6em;
}
.headlines a:hover {
 color: #fff;
 background: #666;
}
.headlines a.act {
 color: #fff;
 background: #f70025;
}

/* === thumb list === */
ol.thumbs {
 display: block;
 float: left;
 margin: 5px 0 0 -10px;
}

ol.thumbs li {
 float: left;
 margin: 10px 0 0 10px;
 padding: 0;
 list-style: none;
}

ol.thumbs li img {
 display: block;
}

ol.thumbs li.no_r_margx {
 margin-right: 0;
}

ol.thumbs li a {
 padding: 0;
}

ol.thumbs li a:hover {
 background: none;
}

/*------------------------*/
ol.medium li {
}
ol.large li {
}

/*------------------------*/
ol.wdg-small img {
 width: 101px;
}
ol.wdg-medium img {
 width: 157px;
}
ol.wdg-large img {
 width: 325px;
}

ol.wdg-img {
 margin: 0 0 0 -10px;
}

/* ===== file list ==== */

h3.fls {
 clear: both;
 display:block;
 line-height: 20px;
 padding: 20px 0 3px 0;
 margin-bottom: 1px;
 border-bottom: 1px dotted #777;
 font-style: normal;
}

ol.files {
 padding: 0;
 margin: 0 0 20px 0;
 border-bottom: 1px dotted #777;
}

ol.files, ol.files li {
 display:block;
}

ol.files li a {
 display:block;
 width: 488px;
 padding-left: 12px;
 position: relative;
 line-height: 20px;
 margin-bottom: 2px;
 background: url(../kp_img/openclose.gif) 1px 5px no-repeat;
}

ol.files li a:hover {
 color: #333;
 text-decoration: none;
}

ol.files li a em {
 display: block;
 width: 80px;
 position: absolute;
 right: 5px;
 top:0;
 text-align: right;
 font-style: normal;
}


/* ===== default form ==== */
form input.txt {
 display: block;
 width: 315px;
 border: 1px solid #888;
 padding: 4px 4px;
 color: #666; 
 font-family: Arial, sans-serif; 
}
form textarea {
 width: 315px;
 height: 80px;
 border: 1px solid #888;
 padding: 4px 4px;
 margin-bottom: 5px;
 color: #666;
 font-family: Arial, sans-serif;  
}
form select.sel {
 width: 315px;
 margin-bottom: 5px;
}
form ul {
 display: block;
 width: 100%;
 float: left;
}
form li {
 display: block;
 width: 100%;
 float: left;
 margin-bottom: 5px;
}

span.loader {
 clear: both;
 display: block;
 width: 100%;
 float: left;
 text-align: right;
}
span.loading {
 background: url(../kp_img/loading.gif) left center no-repeat;
}

input.subm {
 background: #f70025;
 color: #fff;
 text-transform: uppercase;
 padding: 5px 1em;
 width: auto;
 cursor: pointer;
 border: none;
}
input.subm.hover {

}

#inline_alert {
 min-height: 150px;
 padding-bottom: 3px;
 margin-bottom: 2px;
 margin-top: 5px;
}
#inline_alert h4 {
 font-size: 13px;
 line-height: 1em;
 text-transform: uppercase;
 border-bottom: 1px solid #f70025;
 padding-bottom: 5px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*== widget search ==*/
#wdg-search {
 position: absolute;
 right: 0;
 bottom: 43px;
}
#wdg-search h3 {
 color: #666;
 padding-left: 3px;
}
#wdg-search input.txt {
 float: left;
 width: 140px;
 padding: 4px;
 background: #ababad;
 border: 1px solid #ababad;
 color: #fff;
}
#wdg-search input.subm {
 height: 24px;
 width: 30px;
 background: #f70025;
 border: 1px solid #f70025;
 border-left: none;
 color: #fff;
 text-align: center;
 cursor: pointer;
}

/*=== product list ===*/
.bike-list {
 float: left;
 border-top: 1px solid #eee;
	}
	.bike-list li {
	 display: block;
	 width: 530px;
	 padding: 10px;
	 float: left;
	 border-bottom: 1px solid #eee;
	 position: relative;
	}
	.bike-list li.hover {
	 background: #eee;
	 cursor: pointer;
	}
	.bike-list span {
	 display: block;
	 width: 120px;
	 float: left;
	 margin-right: 10px;
	 position: relative;
	}
	.bike-list img {
	 display: block;
	 float: left;
	}
	em.ribbon-small {
	 display: block;
	 width: 61px;
	 height: 61px;
	 text-indent: -9999px;
	 position: absolute;
	 top: 0;
	 left: 0;	
	}
	em.aanbieding-small {
	 background: url(../kp_img/ribbon-aanbieding-small.png) no-repeat;
	}
	em.occasion-small {
	 background: url(../kp_img/ribbon-occasion-small.png) no-repeat;
	}
	.bike-list h4 {
	 font-size: 14px;
	 font-weight: bold;
	 margin-bottom: 5px;
	}
	.bike-list p {
	 height: 38px;
	 overflow: hidden;
	}
	.bike-list a.more {
	 position: absolute;
	 right: 10px;
	 bottom: 10px;
	}
	.bike-list li.hover a.more {
	 color: #000;
	}
	.bike-list strong.price {
	 position: absolute;
	 left: 140px;
	 bottom: 12px;
	 font-size: 16px;
	 color: #ddd;
	}	
	.bike-list li.hover strong.price {
	 display: block;
	 color: #f70025;
	}
	.bike-list strong.offer i {
	 font-size: 13px;
	 text-decoration: line-through;
	 font-style: normal;
	}
	.bike-list li.hover strong.offer i {
	 color: #ddd;
	}

/*=== product details ===*/
.specwrap {
 clear: both;
 display: block;
 width: 500px;
 float: left;
 margin-bottom: 20px;
 position: relative;
	}
	.specwrap h3 {
	 clear: both;
	 font-style: normal;
	 font-size: 16px;
	}
	a.goback {
	 position: absolute;
	 top:0;
	 right: 0;
	}
	.specwrap p {
	 margin-bottom: 20px;
	}
	.specwrap h4 {
	 font-size: 14px;
	 font-weight: bold;
	 color: #f70025;
	 margin-bottom: 5px;
	}
	p.specs {
	 display: block;
	 width: 100%;
	 float: left;
	 border-top: 1px solid #eee;
	 border-bottom: 1px solid #ddd;
	 padding: 5px 0;
	}
	p.specs strong {
	 display: block;
	 width: 100px;
	 float: left;
	}
	strong.price {
	 clear: both;
	 display: block;
	 font-size: 20px;
	}
	strong.offer i {
	 font-size: 14px;
	 font-style: normal;
	 color: #888;
	}
	#imgwrap {
	 display: block;
	 position: relative;
	 margin: -2px 0 15px 0;
	}
	em.ribbon {
	 display: block;
	 width: 154px;
	 height: 154px;
	 text-indent: -9999px;
	 position: absolute;
	 top: -2px;
	 left: -2px;	
	}
	em.aanbieding {
	 background: url(../kp_img/ribbon-aanbieding.png) no-repeat;
	}
	em.occasion {
	 background: url(../kp_img/ribbon-occasion.png) no-repeat;
	}

.imgnav {
 display: block;
 width: 100%;
 height: 10px;
 margin: -5px 0 10px 0;
 position: relative;
	}
	.imgnav span {
	 display: block;
	 float: left;
	 position: absolute;
	 right: 0;
	 top: 0;
	}
	.imgnav a {
	 display: block;
	 width: 10px;
	 height: 10px;
	 float: left;
	 text-indent: -9999px;
	 background: #666;
	 text-align: left;
	 margin-left: 2px;
	}
	.imgnav a:hover {
	 background: #f70025;
	}

/*=== page navigator ===*/
.pagenav {
 position: absolute;
 top: 0;
 right:0;
 text-align: right;
	}
	.pagenav a:link, .pagenav a:visited, .pagenav a:active {
	 padding: 2px 6px;
	 margin-right: 2px;
	 
	 background-color: #eee;
	 color: #666;
	}
	.pagenav a:hover {
	 text-decoration: none;
	 background-color: #666666;
	 color: #fff; 
	}
	.pagenav b {
	 padding: 2px 6px;
	 margin-right: 2px;
	 background-color: #F70025;
	 color: #fff;
	 font-weight: normal; 
	}
	
	
.src-item-wrap {
 display: block;
 margin-top: 10px;
 padding-top: 10px;
 border-top: 1px dotted #ddd;
}	
.src-item-wrap .readmore {
 display: block;
 margin: 0 0 15px 0;
 text-align: right;
}

.src-bikes a:link, .src-bikes a:active, .src-bikes a:visited {
 color: #333;
}
.src-bikes a:hover {
 color: #f70025;
}

/* @group service */
.wdg-service, .wdg-service h3 {
	 color: #fff;
	 background: #F70025;
	}

.wdg-service a.service {
 display: block;
 text-transform: uppercase;
 background: #fff;
 color: #666;
 font-weight: bold;
 line-height: 2.5em;
 text-align: center;
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px;
}
	
body.service {
	 background: #fff;
	 overflow-y: hidden;
	 padding: 20px;
	}
	body.service h3 {
	 color: #F70025;
	 font-size: 16px;
	 font-weight: bold;
	 margin-bottom: 10px;
	 text-transform: uppercase;
	}
	body.service p {
	 margin-bottom: 10px;
	}
	body.service form {
	 float: left;
	 margin-bottom: 10px;
	}
	body.service form input.txt {
	 width: 350px; 
	}
	body.service form textarea {
	 width: 350px;
	 height: 120px; 
	}
	body.service #callback_alert {
	 clear: both;
	 display: none;
	 padding:  10px;
	 border: 1px solid #F70025;
	}
	body.service #callback_alert h4 {
	 color: #F70025;
	 font-size: 14px;
	 font-weight: bold;
	 margin-bottom: 5px;
	 text-transform: uppercase;
	}
/* @end */

