/* Default stylesheet for Verachtert website */

/******************** General elements ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #d2000a url(../img/bg_pagewrapper.png) repeat-x;
}

h1 {
	font-size: 1.636em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 1em;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 4px 7px;
	color: #ffffff;
	background-color: #000000;
	margin: 0 0 1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

img {
	display: block;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 1em 0 1em 25px;
	padding: 0;
}

ol {
	margin: 1em 0 1em 45px;
	padding: 0;
}

table,
input,
select,
textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	margin: 0 0 1em 0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
	border-spacing: 0;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}



/******************** Common styles & page layout ***/

.clear {
	clear: both !important;
	height: 0 !important;
	float: none !important;
	overflow: hidden !important;
}

div.maincol h2,
div.rightcol h2 {
	background-color: #da000d;
}


/*___ layout ___*/

div.pagewrapper {
	font-size: 0.688em;
	line-height: 1.273em;
	width: 1000px;
	margin: 0 auto;
}

div.header {
	height: 65px;
	position: relative;
	z-index: 30;
	color: #ffffff;
	padding: 33px 7px 0;
}

div.footer {
	background: url(../img/bg_footer.png) no-repeat;
	color: #ffffff;
	padding: 7px 8px 7px 13px;
}

div.main {
	width: 1000px;
	background: url(../img/bg_main.png) repeat-y;
	min-height: 532px;
	z-index: 1;
	position: relative;
}

div.leftcol {
	float: left;
	width: 200px;
	padding: 10px 0 10px 12px;
	position: relative;
	z-index: 5;
}

div.maincol {
	float: left;
	width: 480px;
	padding: 10px 34px 35px 35px;
	margin: 0 6px 0 0;
	position: relative;
	z-index: 1;
}

div.rightcol {
	float: left;
	width: 200px;
	padding: 7px 13px 10px;
	background: #ffffff;
	margin-top: -36px;
	min-height: 36px;
	position: relative;
	z-index: 4;
}

div.maincol img.productdetail {
	float: left;
	padding: 0 17px 12px 0;
}

div.maincol img {
	display: inline-block;
}

/*___ Form Elements ___*/

form.contactform div.part_detail input.size50 {
	width: 45px;
}

form.contactform div.part_detail input.size100 {
	width: 106px;
}

/*___ button ___*/

div.button {
	float: right;
	border: 1px solid #000;
}

div.button span.btn_center a {
	font-size: 1.091em;
	color: #fff;
	cursor: pointer;
	display: block;
}

div.button span.btn_center input {
	background: none;
	width: 70px;
	color: #fff;
	cursor: pointer;
}

div.button span.btn_center {
	display: block;
	float: left;
	background: url(../img/btn_center.png) repeat-x;
	height: 17px;
	padding-top: 3px;	
}

div.button span.btn_leftside {
	display: block;
	float: left;
	background: url(../img/btn_leftside.png) no-repeat;
	width: 6px;
	height: 20px;
}

div.button span.btn_rightside {
	display: block;
	float: left;
	background: url(../img/btn_rightside.png) no-repeat;
	width: 6px;	
	height: 20px;
}

input.submit {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/bg_submit.png);
	cursor: pointer;
	vertical-align: -1px;
}

input.text,
select,
textarea {
	border: 1px solid #000000;
	padding: 1px 3px;
}

select {
	padding-right: 1px;
}

.error {
	background-color: #eeeeee !important;
	border: 1px solid #da000d !important;
	color: #da000d !important;
}

p.error {
	padding: 10px;
}


/*___ Paginator ___*/

div.paginator {
	overflow: hidden;
	margin-bottom: 1em;
}

div.paginator p {
	float: left;
	margin: 0 0 1em;
}

ul.tx-pagebrowse {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #cccccc;
	float: right;
}

ul.tx-pagebrowse a {
	color: #000000;
}

ul.tx-pagebrowse li {
	float: left;
	margin: 0 0 2px;
	padding: 0 5px;
	background: none;
	border-left: solid 1px #000000;
}

ul.tx-pagebrowse li.tx-pagebrowse-current {
	color: #da000d;
	font-weight: bold;
}

ul.tx-pagebrowse li.tx-pagebrowse-first,
ul.tx-pagebrowse li.tx-pagebrowse-next,
ul.tx-pagebrowse li.tx-pagebrowse-pages {
	border: none;
}

ul.tx-pagebrowse li.tx-pagebrowse-pages {
	padding: 0 0 0 45px;
	width: 49%;
}

ul.tx-pagebrowse ol {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.tx-pagebrowse ol li {
	color: #000000;
}


/******************** Specific styles ***/

/* F1 __________ Header _______________________________________________*/

div.header,
div.header a {
	color: #ffffff;
}

div.header a.headerlogo {
	position: absolute;
	left: 6px;
	top: 7px;
}

div.header ul {
	margin: 0;
	list-style: none;
}

div.header ul.mainnav {
	position: absolute;
	z-index: 10;
	left: 6px;
	top: 62px;
	background: #d5000b;
	padding: 0 8px;
	width: 739px;
	font-size: 1.182em;
	line-height: 1.154em;
}

div.header ul.mainnav li {
	background: url(../img/bullet_mainnav.png) no-repeat left 12px;
	padding: 0 10px 0 21px;
	position: relative;
	z-index: 20;
}

div.header ul.mainnav > li {
	float: left;
	margin: 0 28px 0 0;
	font-weight: bold;
	height: 17px;
	padding: 6px 0 6px 11px;
}

div.header ul.mainnav ul {
	position: absolute;
	top: 29px;
	left: 11px;
	border: solid 1px #ffffff;
	border-top: none;
	background: #d5000b url(../img/bg_mainnav.png) repeat-x;
	padding: 5px 0;
	width: 156px;
	font-weight: normal;
	visibility: hidden;
	z-index: 30;		
}

div.header ul.mainnav ul li {
	background-position: 10px 9px;
	z-index: 40;	
}

div.header ul.mainnav ul ul {
	top: -6px;
	left: 156px;
	background: #000000;
	border-top: solid 1px #ffffff;
	z-index: 50;
}

div.header ul.mainnav ul ul li {
	background: none;
	padding-left: 10px;
}

div.header ul.mainnav ul ul ul {
	background: #7f7f7f;
}

div.header ul.mainnav ul a {
	display: block;
	padding: 3px 15px 3px 0;
	background: none;
}

div.header ul.mainnav ul ul ul a {
	background: none;
	padding-right: 0;
}

div.header ul.mainnav li.submenu > a {
	background: url(../img/bullet_mainnav_sub.png) no-repeat right 9px !important;
}

div.header form.search {
	float: right;
	margin: 0 0 0 60px;
}

div.header ul.secnav,
div.header ul.language {
	float: right;
	margin: 0 0 0 30px;
}

div.header ul.secnav li,
div.header ul.language li {
	float: left;
	height: 1em;
	line-height: 1em;
	padding: 0 5px 0 8px;
	border-left: solid 1px #ce3228;
}

div.header ul.secnav li:first-child,
div.header ul.language li:first-child {
	border: none;
}

div.header ul.language img {
	display: inline;
}


/* F2 __________ Headerafbeelding _______________________________________________*/

div.pagevisual {
	margin: -11px 0 10px -247px;
	background: #ffffff;
	border-bottom: solid 6px #da000d;
	padding: 0 0 1px;
	width: 767px;
	height: 125px;
	position: relative;
	z-index: 3;
}

div.pagevisual img {
	border: solid 6px #000000;
	border-top: none;
}


/* F3 __________ Footer _______________________________________________*/

div.footer a {
	color: #ffffff;
}

div.footer ul { 
	list-style-type: none;
	float: left;
	overflow: hidden;
	margin: 0;
}

div.footer ul li {
	float: left;
	border-left: 1px solid #fff;
	padding: 0 5px 0 8px;
}

div.footer ul li:first-child {
	border: none;
}

div.footer p.copyright_statement {
	float: right;
}


/* F5 __________ Productoverzicht _______________________________________________*/

ul.productoverzicht {
	list-style-type: none;
/*	width: 580px; 516*/
	width: 516px;
	margin: 0;
	overflow: hidden;
}

ul.productoverzicht li {
	float: left;
/*	margin: 0 48px 20px 0;*/
	margin: 0 36px 1.5em 0;
	width: 136px;
	height: 134px;
	overflow: hidden;
}

ul.productoverzicht li h4 {
	text-align: center;
}


/* F6 __________ Snelzoeken _______________________________________________*/

div.snelzoeken {
	background: #cdcdcd url(../img/bg_snelzoeken.png) repeat-x;
	border: solid 1px #000000;
	margin: 0 0 1.5em;
	padding: 15px;
}

div.snelzoeken h2 {
	color: #da000d;
	background: none;
	padding: 0;
	font-size: 1.273em;
}

div.snelzoeken legend {
	display: none;
}

div.snelzoeken label {
	display: block;
}

div.snelzoeken select {
	width: 100%;
	display: block;
}

div.snelzoeken select.type {
	margin-bottom: 12px;
}

div.snelzoeken div.pulldown {
	padding-bottom: 12px;
}

div.snelzoeken div.button {
	margin: 0;
}

/* F7 __________ Etalage _______________________________________________*/

/* F8 __________ Productdetail _______________________________________________*/

div.productdetail_weightclass {
	margin: 1em 0 2em;
	padding: 7px 15px 7px 10px;
	background: url(../img/bg_productdetail.png) repeat-y;
	overflow: hidden;
	color: #fff;
}

div.productdetail_weightclass form.weightclass {
	float: left;
}

div.productdetail_weightclass form.weightclass legend {
	padding-bottom: 3px;
}

div.productdetail_weightclass form.weightclass fieldset select {
	width: 165px;
}

div.productdetail_weightclass ul.intern_links {
	list-style-type: none;
	margin: 0;
	float: right;
}


div.productdetail_weightclass ul.intern_links li {
	background: url(../img/bullet_list.png) no-repeat 0 4px;
}

div.productdetail_weightclass ul.intern_links li a {
	padding: 0 0 0 12px;
	color: #fff;
	font-weight: bold;
}

div.tablehead {
	background: #d5000b;
	padding: 4px 13px;
	margin: 0 0 1em;
}

div.tablehead h3 {
	color: #fff;
	font-weight: normal;
}

div.tablehead a.productdetail_contact {
	background: url(../img/bullet_list.png) no-repeat 0 4px;
	float: right;
	padding-left: 12px;
	color: #fff;
}

table.productdetails { 
	width: 100%;
	border: none;
}

table.productdetails tr { 
	background: #f7ccce;
}

table.productdetails tr td {
	padding: 3px 12px;
	color: #000;
	border: none;
	border-bottom: 1px solid #fff;	
}

table.productdetails tr td:first-child { 
	background: #eb8288;
	width: 150px;	
	color: #fff;	
}


/* F9 __________ Teaser _______________________________________________*/

div.teaser {
	margin-bottom: 2em;
}

div.teaser img {
	width: 100%;
	margin-bottom: 1em;
}

div.teaser h3 {
	margin-bottom: 0.5em;
}

div.teaser h2 a {
	color: #ffffff;
	display: block;
}

div.teaser h3 a {
	text-decoration: none;
}

div.teaser a, 
div.teaser a:hover, 
div.teaser p a,
div.teaser p a:hover {
	text-decoration: none;
}


/* F10 __________ Overzicht Occasions _______________________________________________ */

div.overzicht_occasions {
	margin: 0 0 2em;
}

div.overzicht_occasions h3 {
	font-weight: normal;
	margin: 0 0 0.5em;
}

ul.occasions_view {
	list-style-type: none;
	margin: 0 0 2em;
}

ul.occasions_view li {
	margin: 0 0 1.5em;
}

ul.occasions_view li.current {
	background: url(../img/bullet_current_occasion.png) no-repeat 135px 50px;
}

ul.occasions_view li a {
	margin: 0 0 0.5em;
}

ul.occasions_view li img {
	margin: 0 0 0.5em;
}

ul.occasions_view li h4 {
	font-weight: normal;
}

a.naaroverzicht {
	display: block;
	padding: 3px 3px 3px 17px;
	background: #D5000B url(../img/bullet_list.png) no-repeat 4px 7px;
	border: 1px solid #000;
	color: #fff;
}

a.naaroverzicht:hover {
	text-decoration: underline;
}




/* F11 __________ Partsbook _______________________________________________ */

div.partsbooks_dropdown {
	background: url(../img/bg_partsbook_form.png) repeat-y;
	padding: 12px;
	overflow: hidden;
}

div.partsbooks_dropdown h2 {
	float: left;
	font-size: 2.182em;
	line-height: 1.5em;
	color: #fff;
	background: none;
	margin: 0;
}

div.partsbooks_dropdown form.weightclass {
	float: right;
	color: #fff;
}

div.partsbooks_dropdown form.weightclass select {
	font-size: 1.091em;
	height: 19px;
}

div.partsbooks_dropdown form.weightclass input.submit {
	vertical-align: 0;
}

div.partsbook {
	margin: 0 0 4em;
}

div.partsbook h3 {
	margin: 1em 0;
	font-size: 1.636em;
	font-weight: bold;
}

div.partsbook ul {
	list-style: none;
	margin: 0 0 1em;
}

div.partsbook ul li {
	margin: 0 0 1em;
	background: url(../img/icon_pdf.png) no-repeat;
	padding: 0 0 0 34px;
	min-height: 32px;
}

div.partsbook a {
	text-decoration: underline;
	font-weight: bold;
	color: #da000d;	
}

div.partsbook a:hover {
	text-decoration: none;
}

div.partsbook span {
	color: #6d6d6d;
}


/* F12 __________ Foto Archief _______________________________________________ */

div.categories {
	background: #F7CCCE;
	margin: 0 0 1em;
	padding: 12px;
	overflow: hidden;
	clear: both;
}

div.categories legend {
	display: none;
}

div.categories form.category select {
	width: 300px;
	float: left;
}

div.categories form.category select option {
	padding: 0 6px;
}

ul.photo_archive {
	list-style-type: none;
	margin: 0;
	width: 520px;
	overflow: hidden;
}

ul.photo_archive li {
	float: left;
	width: 84px;
	height: 106px;
	overflow: hidden;
	margin: 0 15px 1em 0;
}

ul.photo_archive li h4 {
	text-align: center;
}


/* F13 __________ Foto  _______________________________________________ */

div.photo_block img {
	background: #f7ccce;
	padding: 10px;
}

div.photo_block h2 {
	background: #eb8288;
	padding: 2px 10px;
	border-bottom: 1px solid #fff;
	margin: 0;
	color: #000000;
}

div.photo_block div.photo_details {
	background: #f7ccce;
	margin-bottom: 10px;
	padding: 10px 10px 10px;
	border-top: 1px solid #fff;
}

div.photo_block div.photo_details h3 {
	font-weight: normal;
	margin: 0 0 1em;
}

div.photo_block div.photo_details h4 {
	margin: 0;
	font-weight: normal;
}

div.photo_block div.button {
	float: left;
	margin-right: 5px;
}

div.photo_block div.button.right {
	float: right;
}

div.photo_block div.button span.btn_center {
	width: 143px;
}

div.photo_block div.nav_buttons {
	width: 486px;
}


/* F14 __________ Film lijst _______________________________________________ */

ul.video_list {
	list-style: none;
	margin: 0 0 1em;
}

ul.video_list li {
	border-bottom: 1px solid #000;
}

ul.video_list li:first-child {
	border-top: 1px solid #000;
}

ul.video_list li a {
	display: block;
	padding: 5px 3px;
	font-weight: bold;
}

ul.video_list li a:hover {
	background: #da000d;
	color: #fff;
	text-decoration: none;
}


/* F15 __________ Film  _______________________________________________ */

div.videoplayer {
	margin: 0 0 1em;
}

div.videoplayer,
div.videoplayer object {
	z-index: 1;
	position: relative;
}

/* F16 __________ Contactformulier  _______________________________________________ */

form.contactform {
	margin: 0 0 1em;
}

form.contactform legend {
	margin: 0 0 1em;
}

form.contactform label {
	float: left;
	margin: 0 50px 1.3em 0;
	width: 140px;
}

form.contactform input.text,
form.contactform textarea {
	width: 262px;
}

form.contactform fieldset br {
	clear: both;
}

form.contactform div.button {
	margin-top: 1.3em;
}

form.contactform div.button input {
	margin: 0;
}


/* F17 __________ Bestelformulier  _______________________________________________ */

form.contactform legend {
	font-size: 1.182em;
	font-weight: bold;
}

form.contactform div.part_form {
	overflow: hidden;
}

form.contactform div.part_detail {
	float: left;
}

form.contactform div.part_detail label {
	display: inline;
	float: none;
	margin: 0;
}

form.contactform div.part_detail input {
	margin-right: 3px;
}

form.contactform a.delete_product {
	display: block;
	float: left;
	margin: 15px 0 0;
}

div.nav_bestel {
	overflow: hidden;
}

div.nav_bestel div.button {
	margin-left: 4px;
}

div.nav_bestel div.button span.btn_center {
	padding-right: 20px;
	padding-left: 20px;	
}


/* F18 __________ Zoekresultaten (snel)  _______________________________________________ */

div.categories h3 {
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
}

ul.searchresults {
	border-top: 1px solid #000;
	margin: 0;
	list-style: none;
}

ul.searchresults li {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 30px;	
	border-bottom: 1px solid #000;
	overflow: hidden;
}

ul.searchresults li div.button {
	position: absolute;
	bottom: 5px;
	right: 0;
}

ul.searchresults img {
	float: left;
	margin: 5px 20px 0 0;
}

ul.searchresults table {
	float: left;
	border: none;
}

ul.searchresults table td {
	border: none;
}

ul.searchresults table td.number {
	font-weight: bold;
}

/* F19 __________ Zoekresultaten algemeen  _______________________________________________ */

div.tekstresultaten strong {
	color: #db000d;
}

div.tekstresultaten h2 {
	font-weight: normal;
}

ul.productresultaten {
	list-style: none;
	overflow: hidden;
	width: 540px;
	margin: 0;
}

ul.productresultaten li {
	float: left;
	width: 120px;
	height: 132px;
	margin: 0 60px 1.5em 0;
	overflow: hidden;
}

ul.productresultaten h4 {
	text-align: center;
}


/* F20 __________ Sitemap  _______________________________________________ */

div.csc-sitemap ul {
	list-style: none;
	margin: 0;
}

div.csc-sitemap ul li {
	background: url(../img/bullet_sitemap.png) no-repeat left 6px;
	padding-left: 13px;
	font-weight: normal;
	margin: 5px 0 0;
}

div.csc-sitemap > ul > li {
	margin: 0 0 15px;
	font-weight: bold;
}

div.csc-sitemap ul ul {
	margin-left: 5px;
}


/* F22 __________ Teaser Nieuwsbrief  _______________________________________________ */

div.teaser.nieuwsbrief {

}

form.nieuwsbrief legend {
	display: none;
}

form.nieuwsbrief h5 {
	margin: 1em 0 1.5em;
	font-weight: normal;
}

form.nieuwsbrief div.button {
	float: left;
}

form.nieuwsbrief div.button span.btn_center {
	padding-right: 46px;
}


/* F23 __________  Foto (Occasion overzicht)  _______________________________________________ */

div.photo_occasion {
	margin: 0 0.5em 0 0;
	float: left;
}

div.photo_occasion img {
	margin: 0 0 9px;
	display: none;
}

div.photo_occasion ul.thumbnails {
	list-style: none;
	overflow: hidden;
	margin: 0 0 1em;
}

div.photo_occasion ul.thumbnails li {
	float: left;
	margin-right: 9px;
}

div.photo_occasion ul.thumbnails li img {
	display: block;
	cursor: pointer;
}

table.occasiondetails {
	border: none;
	float: left;
	width: 222px;
	display: none;
}

table.occasiondetails tr {
	background: none;
	border: none;
}

table.occasiondetails td {
	background: none;
	border: none;
	padding: 0 0 4px;
}

div.occasion_details {
	clear: both;
	overflow: hidden;
	margin: 0 0 1em;
	padding: 0 0 1em;
	width: 485px;
}

div.occasion_details div.button {
	margin-right: 4px;
}

div.occasion_details hr {
	clear: both;
	margin-top: 35px;
	width: 480px;
	border-bottom: 1px solid #000;
}

div.nav_occasion {
	width: 483px;
}
div.nav_occasion div.button {
	margin-right: 4px;
}

table.specs {
	border: 0;	
}

table.specs td, 
table.specs th {
	border: 0;
	padding: 3px 5px; 	
}


/* __________  Warning overlay for IE6  _______________________________________________ */

div#warning_overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#warning_overlay.hidden {
	display: none;
}

div#warning_overlay div.overlay_bg {
	opacity: 0.75;
	filter: alpha(opacity: 75);
	position: absolute;
	top: 0;
	left: 0;
	background: #da000d;
	width: 100%;
	height: 100%;
}

div#warning_overlay div.overlay_message {
	position: relative;
	top: 12%;
	background: #ffffff;
	width: 320px;
	height: auto;
	margin: 0 auto;
	padding: 15px 20px;
	border: 1px solid #000000;
	line-height: 1.615em;
	font-size: 0.813em;
}

div#warning_overlay p {
	margin: 0 0 0.75em;
}

div#warning_overlay a {
	text-decoration: underline;
	color: #da000d;
}

div#warning_overlay div.overlay_message a:hover {
	text-decoration: none;
}

div#warning_overlay p.link_close_overlay {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 360px;
	text-align: center;
}

div#warning_overlay p.link_close_overlay a {
	color: #ffffff;
}
