/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html {
	height: 100%;
}

body { 
	height: 100%;
	width: 100%;
	background: url(pics/body_back.gif) top left repeat;
}

#site-shadow {
	position: relative;
	margin: 0px auto;
	padding: 0px 13px;
	width: 943px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
  min-height: 93%;
  height: auto !important;
  height: 93%;
  background: url(pics/site_back.png) top left repeat-y;
  z-index: 2;
}

#site {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 943px;
  overflow: hidden;
  font: 12px arial, verdana, sans-serif;
  line-height: 16px;
  color: #000;
  min-height: 500px;
  height: auto !important;
  height: auto;
}

#bg-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#spacer {
	position: relative;
	width: 969px;
	height: 7%;
  margin: 0px auto;
  z-index: 2;
}

#spacer img{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#header {
	position: relative;
	width: 943px;
	height: 109px;
}

#header .logo a img {
	margin: 9px 10px 10px 19px;
	float: left;
	border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Navigation */

#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px 0px 0px 0px;
	width: 943px;
	background-color: #92a3ab; 
} 

#navigation ul {
	margin: 0px 0px 0px 187px;
	float: left;
	list-style-type: none;
}

#navigation li {
	float: left;
	display: inline;
	line-height: 23px;
	font-weight: bold;
  height: 25px;
}

#navigation li a:link, #navigation li a:visited {
	margin: 0px 3px;
	padding: 0px 10px;
	float: left;
	display: inline;
	color: #fff;
  font-size: 16px;
	text-decoration: none;
  text-transform: uppercase;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #fff;
	background-color: #8a0c00;
  height: 25px;
}

/* ------------------------------------------------------------------------- SubNavigation */

#content #subnavigation {
	margin: 0px;
  min-height: 385px;
  height: auto !important;
  height: 385px;
	width: 160px;
  margin: 0px 10px 5px 0px; 
	float: left;
	display: inline;
}

#content #subnavigation .color{
  position: relative;
  width: 100%;
  height: 575px;
}

#content #subnavigation .color img{
  position: absolute;
  bottom: 32px;
  left: 0px;
}

#content #subnavigation .color a:link, #content #subnavigation .color a:visited{
  font-size: 15px;
  text-transform: uppercase;
}

#content #subnavigation .color span.nieuw{
  position: absolute;
  width: 160px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  left: 0px;
  bottom: 155px;
} 

#content #subnavigation ul {
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
	list-style-type: none;
}

#content #subnavigation li {
	margin-left: 0px;
  line-height: 30px;
	font-weight: bold;
  height: 30px;
  display: inline;
}

#content #subnavigation li a:link, #content #subnavigation li a:visited {
	margin: 0px 0px 5px 0px;
	padding: 0px 20px;
	width: 120px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background-color: #8a0c00;
	border-bottom: 0px;
  text-transform: uppercase;
  font-size: 13px;
}

#content #subnavigation li a:hover, #content #subnavigation li.current a:link, #content #subnavigation li.current a:visited, #content #subnavigation li.current a:hover {
	color: #fff;
	background-color: #5e0400;
}

#content #subnavigation ul li ul.subsub {
	margin: 0px 0px 5px 0px;
  overflow: hidden;
}

#content #subnavigation li ul.subsub li {
	margin: 0px 0px 0px 0px;
	width: 160px;
	height: 30px;
	display: inline;
	line-height: 30px;
	font-weight: bold;
	background-color: #fff;
}

#content #subnavigation li ul.subsub li a:link, #content #subnavigation li ul.subsub li a:visited {
	margin: 0px;
	padding: 0px 20px;
	color: #92a3ab;
	text-decoration: none;
	background-color: #fff;
  text-transform: none;
}

#content #subnavigation li ul.subsub li a:hover, #content #subnavigation li ul.subsub li.current a:link, #content #subnavigation li ul.subsub li.current a:visited, #content #subnavigation li ul.subsub li.current a:hover {
	color: #5e0400;
	background-color: #fff;
}

#content #subnavigation .block .txt{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #3e3d40;
  font-size: 15px;
  text-align: right;
  text-transform: uppercase;
}

#content #subnavigation .block.first a:link, #content #subnavigation .block.first a:visited {
	width: 160px;             
  height: 85px;
  display: block;
  border: 0px solid #fff;	
}

#content #subnavigation .block.large a:link, #content #subnavigation .block.large a:visited {
	width: 160px;             
  height: 186px;
  display: block;
  border: 0px solid #fff;	
}

#content #subnavigation .block.large a img { border: 0px solid #fff; }

#content #subnavigation .block img{
  margin: 10px 0px 0px 3px;
}

#content #subnavigation .block {
  position: relative;
  margin: 5px 0px 5px 0px;  
  width: 160px;             
  height: 85px;
  background-color: #e5e6e5;
}

#content #subnavigation .block .inschrijven{
  display: none;
}

#content #subnavigation .block .close {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 100;  
}

#content #subnavigation .block .newsform { width: 260px; padding: 5px; color: #92A3AB; font-size: 10px;}
#content #subnavigation .block input.large { margin-bottom: 2px; padding: 1px 0px 0px 3px; float: left; display: inline; width: 145px; height: 15px; font-size: 10px; color: #B1C6CF; border: 1px solid #92A3AB; }
#content #subnavigation .block input.button { padding: 0px 0px 1px 3px; width: 150px; height: 17px; line-height: 14px; font-size: 10px; color: #fff; background-color: #92A3AB; border: 1px solid #92A3AB; }

#content #subnavigation .block.first{
  margin-top: 0px;
}

#content #subnavigation .block.large{
  height: 186px;
} 

#content .fat-line {
  margin-top: 0px;
  background-color: #b2bec4;
  height: 3px;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  float: left;
}

#content .line {
  width: 100%;
  height: 2px;
  background: url(pics/line.gif) top left repeat-x;
  line-height: 0px;
  font-size: 0px;
  margin: 0px 0px 5px 0px;
  overflow: hidden;
  float: left;
}

#content .line.nofloat{
  float: none;
}

#content .line.margin{
  margin-top: 5px;
}

#content .bottom-bar{
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 10px 0px 10px 0px;
  float: left;
}

#content .bottom-bar.text {
  margin: 5px 0px 1px 0px;
  width: 100%;
  min-height: 100px;
  height: auto !important;
  height: auto;
  text-align: justify;
  overflow: hidden;
  color: #7b7c7e;
}

#content .bottom-bar .block{
  width: 362px;
  height: 100px;
  float: left;
  margin-left: 10px;
  display: inline;
  background-color: #92a3ab;
}

#content .bottom-bar .block.nieuws{
  position: absolute;
  left: 170px;
  top: 0px;
  margin-left: 0px;
  z-index: 10;
}

#content .bottom-bar .block.small{
  width: 160px;
}

#content .bottom-bar .block.first{
  margin-left: 0px;
}

#content .bottom-bar .block .image{
  width: 202px;
  height: 100px;
  float: left;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
}

#content .bottom-bar .block .image img{
  margin: 0px;  
}

#content .bottom-bar .block .text{
  position: relative;
  margin: 0px; 
  padding: 10px 10px 10px 0px;
  width: 150px;
  height: 80px;
  float: left;
  font-size: 15px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}

#content a.meer:link, #content a.meer:visited{
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  background: url(pics/meerBtn.png) top left repeat;
  color: #fff;
  text-decoration: none;
  border-bottom: 0px solid #fff;
  padding: 0px 4px;
  width: 71px;
  float: right;
  font-weight: bold;
} 

/* ------------------------------------------------------------------------- Content */ 

#content {
	position: relative;
	padding: 10px 20px 0px 20px;
	width: 904px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

.tekst.home{
  float:left;
}
.tekst{
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 734px;
  overflow: hidden;
  min-height: 100px;
  height: auto !important;
  height: auto;
}

.tekst.static{
  min-height: 400px;
  height: 400px !important;
  height: 400px;  
}

.tekst #flash-home {
  margin: 0px;
  padding: 0px;
  width: 734px;
  height: 380px;
  float: left;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
}

#content .column-left{
  float: left;
  width: 734px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
}

#prevnext {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 28px;
	width: 50px;
}

#prevnext .next { float: right; width: 22px; }
#prevnext .prev { float: left; width: 22px; }

#prevnext a img { border: 0px solid #fff; }
#content #prevnext a:link, #content #prevnext a:visited { border: 0px solid #fff; }

/* --------------- FAQ */
#content .tekst .faq{
  margin-bottom: 5px;
}


#content .tekst .faq .titel-block{
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 0px 20px; 
}

#content .tekst .faq .content-block{
  padding: 0px 20px; 
}

#content .tekst .faq .content-block p {
	margin-bottom: 0px;
}


/* --------------- Merken Pagina */
#content .column-left .tekst #productImg{
  width: 570px;
  height: 400px;
  float: left;
  margin-right: 20px;  
}

#content .column-left .tekst #productText {
	position: absolute;	
	bottom: 0px;
  right: 0px;
  margin-bottom: 30px;
}

#content .column-left .tekst .merken-ticker{
  position: absolute;
  padding: 6px 10px 0px 0px;
  margin: 0px;
  width: 403px;
  float: right;
  height: 75px;
  background: url(pics/line.gif) top left repeat-x;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}

#content .column-left .tekst .merken-ticker ul{
  margin: 0px;
  padding: 0px;
  float: left;
  width: auto;
}

#content .column-left .tekst .merk-link {
  margin-top: 25px;
  height: 22px;
  line-height: 22px;
}

#content .column-left .tekst a#merk-link:link,#content .column-left .tekst a#merk-link:visited {
  color: #92A3AB;
  text-decoration: none; 
  border-bottom: 0px solid #fff;
  font-size: 12px;
}

#content .column-left .tekst .merk-link img {
  float: left;
  margin: 0px 10px 0px 0px;
}

#content .column-left .merken ul.merkenList{ 
   margin-bottom: 40px;  
   height: 100px;
   min-height: auto !important;
   height: 100px;
   display: none;
}

#content .column-left .tekst .merken-ticker ul li{
  list-style-type: none;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  float: left;
  width: 65px;
}

#content .column-left .tekst .merken-ticker ul li img{
  margin: 0px;
  padding: 0px;
} 

#content .column-left .ajaxLoad{
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 734px;
  overflow: hidden;
  min-height: 400px;
  height: 400px !important;
  height: 400px;
}

#content .column-left .artikel{
  position: absolute;
  bottom: 85px;
  left: 320px;
  color: #2d271c;
}
#content .column-left .imageLoad{
  position: relative;
  margin: 0px 20px 0px 0px;
  padding: 0px;
  width: 300px;
  overflow: hidden;
  min-height: 400px;
  height: 400px !important;
  height: 400px;
  float: left;
}

#content .column-left .imageLoad img{
  margin: 0px;
}

#content .column-left .tekst .merken-ticker a:link, #content .column-left .tekst .merken-ticker a:visited{
  border-bottom: 0px solid #fff;
  text-decoration: none;
}

#content .column-left .tekst .merken-ticker a:link img, #content .column-left .tekst .merken-ticker a:visited img{
  border: 0px solid #fff;
  margin: 0px 0px 0px 13px;
}

#content .column-left .merken{
  height: 135px;
  width: 734px;
  overflow: hidden;
  float: left;
  position: relative;
}

#content .column-left .merken ul{
  margin: 3px 0px 0px 15px;
}

#content .column-left .merken ul li{
  float: left;
  list-style-type: none;
  width: 127px;
  margin: 0px 5px 0px 0px;  
  padding-right: 5px;
}

#content .column-left .merken ul li a:link, #content .column-left .merken ul li a:visited{
  width: 127px;
  display: block;
  color: #707173;
  text-decoration: none;
  border-bottom: 0px; 
}

#content .column-left .merken ul li a:hover{
  color: #c9aa00; 
}

#brandscontainer {
	position: relative;
	margin: 0px;
	padding: 0px;
  width: 702px;
  height: 135px;
	float: left;
  overflow: hidden;
}

#scroll_control {
	top: 0px;
	width: 60px;
	height: 130px;
	position: absolute;
  right: 0px;
  background-color: #fff;
}

#scroll_control .up img, #scroll_control .down img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	border: 0px solid #fff;
}


#scroll_control .up {
	margin-top: 54px;
	width: 22px;
	height: 22px;
	float: left;
}

#scroll_control .down {
	margin-top: 54px;
	width: 22px;
	height: 22px;
	float: right;
}


/* Image ticker */
#content .column-left .image-ticker{
	position: relative;
  height: 75px;
  line-height: 75px;
  width: 734px;
  overflow: hidden;
}

#content .column-left .image-ticker ul{
  float: left;
  margin: 0px;
  width: auto;
}

#content .column-left .image-ticker ul li{
  list-style-type: none;
  margin: 0px 5px 0px 0px;
  float: left;
}

#content .column-left .image-ticker ul li a:link, #content .column-left .image-ticker ul li a:visited{
  line-height: normal;
  height: 75px;
  float: left;
  display: block;
}

#content .column-left .image-ticker ul li a:link img, #content .column-left .image-ticker ul li a:visited img{
  border: 0px solid #fff;
  margin: 0px;
}

#content .column-left .image-ticker ul li img{
  margin: 0px;
}

/* MAPS */

#content #map {
  width: 734px;
  height: 275px;
}

#content .newsform.route { width: 150px; padding: 0px; margin: 5px 0px 0px 5px;float: left; display: inline;} 
#content input.large { margin-bottom: 2px; padding: 1px 0px 0px 3px; float: left; display: inline; width: 145px; height: 15px; font-size: 10px; color: #B1C6CF; border: 1px solid #92A3AB; }
#content select.large { margin-bottom: 2px; padding: 0px 0px 0px 0px; width: 150px; height: 18px; font-size: 10px; color: #92A3AB; border: 1px solid #92A3AB; }
#content input.button { padding: 0px 0px 1px 3px; width: 150px; height: 17px; line-height: 14px; font-size: 10px; color: #fff; background-color: #92A3AB; border: 1px solid #92A3AB; }

h1, td h1 {font: 26px arial, verdana, sans-serif; font-weight: bold; color: #5e0400; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #5e0400; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #5e0400; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #5e0400; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #5e0400; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #5e0400; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #000 ;  border-bottom: 1px solid #000;}
#content a:hover { color: #5e0400;  border-bottom: 1px solid #5e0400; }

#content .bottom-bar.text a:link, #content .bottom-bar.text a:visited {
	text-decoration: none;
	color: #7B7C7E;
	border: 0px solid #fff;
}

#content .bottom-bar.text a:hover {
	text-decoration: none;
	border: 0px solid #fff;
}

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
}

#content img { margin: 5px 0px; }
#content img.left {	margin: 0px 20px 0px 0px; float: left; }
#content img.right { margin: 0px 0px 0px 5px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

/* ------------------------------------------------------------------------- Form */

#contact_form {
	position: relative;
	width: 410px;
	float: left;
}

form .row {
	line-height: 25px;
	width: 520px;
}

/*
form .row .errorMsg {
	position: absolute;
	left: 360px;
	background: #c44646;
	color: #ffffff;
	font-size: 11px;
	border: 3px solid #ffffff;
	line-height: 12px;
	margin-top: 4px;
	padding: 2px 4px;
	text-align: left;
	width: 180px;
}
*/

form .row .errorMsg {
	position: absolute;
	left: 325px;
	background: url(pics/error.gif) no-repeat;
	margin-top: 3px;
	height: 18px;
	width: 18px;
	font-size: 0px;
	border: 0px solid #fff;
	font-size: 0px;
	line-height: 0px;
}

#content form .row .errorMsg img { margin: 0px; }

#tooltip {
  position: absolute;
  z-index: 3000;
  font: 12px arial, verdana;
  border: 1px solid #8A0000;
  background-color: #F2F0EC;
  padding: 5px;
  opacity: 0.85;
}

form .description{  
	padding: 1px 0px 0px 0px;
	width: 90px;
	margin: 0px 20px 0px 0px;
	float: left;
	line-height: 18px;
	text-align: left;
} 

form .value {  
	width: 360px;
	float: left;
} 

form .value input {
	padding: 1px 2px;
	font-size: 12px;
}

form .value input.text {
	width: 200px;
	height: 18px;
	border: 1px solid ;
	padding: 3px 3px 0px 3px;
	color: #92A3AB; 
	border: 1px solid #92A3AB;
}

form .value input.small {
	width: 30px;
	padding-right: 5px;
}

form .value input.large {
	width: 200px;
}


#content form .value .button {
	margin-top: 2px;
	padding: 0px 0px 2px 0px;
	height: 18px;
	width: 208px; 
	color: #fff;
	border: 0px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	background-color: #92A3AB;
	border: 1px solid #92A3AB;
}

form .value .button.upload {
	line-height: 22px;
	font-size: 12px;
}

form .value .textarea {
	margin-top: 0px;
	padding: 2px;
	width: 200px;
	height: 94px;
	border: 0px;
	padding: 3px;
	color: #92A3AB; 
	font: 12px arial, verdana, sans-serif;
	border: 1px solid #92A3AB;
	overflow: auto;
} 


/* ------------------------------------------------------------------------- Gallery */ 

#content #subnavigation .thumbs {
  float: left;
  height: 426px;
  width: 146px; 
  margin: 6px 0px 0px 14px;
  overflow: hidden;
}

#content #subnavigation .thumbs a:link, #content #subnavigation .thumbs a:visited {
  position: relative;
  float: left;
  margin: 0px 13px 6px 0px;
  width: 60px;
  height: 40px;
  text-decoration: none;
  border: 0px solid #fff;
}

#content #subnavigation .thumbs a:link img, #content #subnavigation .thumbs a:visited img {
  margin: 0px;
  border: 0px solid #fff;
}

#content #subnavigation .thumbs a:link span.border, #content #subnavigation .thumbs a:visited span.border {
  display: none;
}

#content #subnavigation .thumbs a:hover span.border, #content #subnavigation .thumbs a.active:link span.border, #content #subnavigation .thumbs a.active:visited span.border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 58px;
  height: 38px;
  display: block;
  border: 1px solid #fff;
}

#content #subnavigation .gallery-nav {
  width: 160px;
  margin-bottom: 3px;
  float: left;  
}

#content #subnavigation .gallery-nav .prev {
  width: 80px; 
  float: left; 
}

#content #subnavigation .gallery-nav .next {
  width: 80px; 
  float: right; 
}

#content #subnavigation .gallery-nav .prev a:link, #content #subnavigation .gallery-nav .prev a:visited {
  float: right;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  display: block;
  background: url(pics/gallery-prev.png) top left no-repeat;
}                    

#content #subnavigation .gallery-nav .next a:link, #content #subnavigation .gallery-nav .next a:visited {
  float: left;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  display: block;
  background: url(pics/gallery-next.png) top left no-repeat;
}

#content .tekst .bigImage {
  float: left;
  width: 734px;
  min-height: 448px;
}

#content .tekst .bigImage img {
  margin: 0px;
}

#content .tekst .bigImage .prevnextImg {
  position: relative;
  width: 734px;
  height: 45px;
  text-align: center;
}

#content .tekst .bigImage .prevnextImg a.prevImg:link, #content .tekst .bigImage .prevnextImg a.prevImg:visited {
  position: absolute;
  left: 300px;
  top: 13px;
  width: 22px;
  height: 22px;
  display: block;
  text-decoration: none;
  border: 0px solid #fff;
  background: url(pics/prev-img.gif) top left no-repeat;
}

#content .tekst .bigImage .prevnextImg a.nextImg:link, #content .tekst .bigImage .prevnextImg a.nextImg:visited {
  position: absolute;
  top: 13px;
  right: 300px;
  width: 22px;
  height: 22px;
  display: block;
  text-decoration: none;
  border: 0px solid #fff;
  background: url(pics/next-img.gif) top left no-repeat;
}

#content .tekst .bigImage .SlideshowBtn {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 100;
  bottom: 10px;
  left: 356px;
  cursor: pointer;
  background: url(pics/play-btn.gif) top left no-repeat;
}

#content .tekst .bigImage .SlideshowBtn.play {
  background: url(pics/pause-btn.gif) top left no-repeat;
}

/* ------------------------------------------------------------------------- Footer */ 

#footer {
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	height: 20px;
	font: 9px arial, verdana, sans-serif;
	color: #92a3ab;
	text-align: right;
  float: left;
}

#footer-home {
  padding: 0px 20px 0px 0px;
  margin: 0px 0px 10px 0px;
  width: 924px;
  height: 20px;
  font: 9px arial, verdana, sans-serif;
  color: #92a3ab;
  text-align: right;
  float: left;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #92a3ab;
	border: 0px solid #fff;
}

#footer a:hover { color: #000; }

#footer-home a:link, #footer-home a:visited {
  text-decoration: none;
  line-height: 20px;
  color: #92a3ab;
  border: 0px solid #fff;
}

#footer-home a:hover { color: #000; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }