body {
	background:  #FFF !important;
}
#small_content_left,
#small_content_right {
	float: left;
}
#small_content_left {
	width: 500px;
}
#small_content_right {
	width: 455px;
	margin-left: 43px;
}
#home-page {
	margin-bottom: 20px;
}
#home-page .home-content {
	float: left;
	/*height: 300px;*/
	width: 235px;
}
#home-page .home-content.right {
	margin-left: 30px;
}
form.contact.small {
	width: 500px;
	height: 295px;
}
form.contact.small label {
	width: 75px;
}
form.contact.small fieldset {
	width: 245px;
}
form.contact.small input.textinput {
	width: 160px;
}
form.contact.small textarea {
	width: 415px;
}
form.contact.small #btn-verstuur {
	right: 3px;
}
#contact-info {
	background: #224F2F;
	padding: 10px;
}
#contact-info ul {

}
#contact-info ul li {
	/*float: left;*/
	display: inline;
	list-style-type: none;
	cursor: pointer;
}
#contact-info ul li.active {
	cursor: default;
}
#contact-info ul li a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 10px; 
	font-size: 110%;
	background: #224F2F url(../pic/adrestab_i.gif) no-repeat scroll right top;
}
#contact-info ul li a span {
	display: inline-block;
	padding: 7px 0px 7px 10px;
	background: #224F2F url(../pic/adrestab_i.gif) no-repeat scroll left top;
}
#contact-info ul li.active a {
	background: #224F2F url(../pic/adrestab_a.gif) no-repeat scroll right top;
}
#contact-info ul li.active a span {
	background: #224F2F url(../pic/adrestab_a.gif) no-repeat scroll left top;
}
#contact-info div#contact-info-box {
	border: solid #FFF 1px;
	margin-top: -1px;
}
#contact-info div#contact-info-box div.left, 
#contact-info div#contact-info-box div.right {
	float: left;
	color: #FFF;
	width: 180px;
	padding: 4px 10px;
	font-size: 90%;
}
#contact-info div#contact-info-box a {
	color: #FFF;
}
#contact-info div#contact-info-box div.left {
	width: 210px;
}

/* News carousel stuff */
#news-carousel {
	margin-top: 15px;
}
#news-carousel strong.carousel-header {
	color:#FFFFFF;
	margin:3px;
	font-size: 12px;
	position:absolute;
	top:0;
}
.yui-skin-sam #news-carousel .yui-carousel-nav {
	background: url(../pic/carousel-header.gif) repeat-x;
	padding: 0px 3px;
}
.yui-skin-sam #news-carousel .yui-carousel-button {
	margin-top: 2px;
	height: 20px;
}
.yui-skin-sam  #news-carousel .yui-carousel-first-button.yui-carousel-first-button-disabled {
	background: transparent url(../pic/sprite.png) no-repeat scroll -5px -294px;
}
.yui-skin-sam #news-carousel .yui-carousel-first-button {
	background: transparent url(../pic/sprite.png) no-repeat scroll -5px -264px;
}
.yui-skin-sam  #news-carousel .yui-carousel-next-button {
	background: transparent url(../pic/sprite.png) no-repeat scroll -5px -204px;
}
.yui-skin-sam  #news-carousel .yui-carousel-next-button.yui-carousel-button-disabled {
	background: transparent url(../pic/sprite.png) no-repeat scroll -5px -234px;
}
.yui-skin-sam #news-carousel .yui-carousel-nav ul li {
	margin-top: 5px;
	background: transparent url(../pic/sprite.png) no-repeat scroll -19px -181px;
	width: 13px;
	height: 13px;
}
.yui-skin-sam #news-carousel .yui-carousel-nav ul li.yui-carousel-nav-page-selected {
	background: transparent url(../pic/sprite.png) no-repeat scroll -19px -159px;
}
.yui-carousel-element li {
	width: 451px;
	height: 265px;
}
/* End newscarousel */
#small-product-container {
	background: #DDD;
	margin-top: 15px;
	padding-bottom: 10px;
}
.small-product .product-info {
	position: absolute;
	right: 5px;
	bottom: 0px;
	text-decoration: none;
}
#small-product-container .small-product {
	padding: 10px 10px 20px 10px;
	position: relative;
}
#small-product-container .small-product img {
	float: left;
	margin-right: 10px;
}
.product-info .product-info-popup {
	position: absolute;
	bottom: 0px;
	right: 62px;
	display: none;
	background: #224F2F;	
	z-index: 100;
	color: #FFF;
	border: solid 2px #000;
}
.product-info .product-info-popup .hd {
	padding: 14px;
	font-size: 12px;
	width: 272px;
}
.product-info .product-info-popup img {
	margin: 0px !important; 
}
.product-info:hover .product-info-popup {
	display: block;
}
.site-content-scroller {
	/*position: relative;
	overflow: hidden;*/
}
.site-content-inner {
	/*position: absolute;*/
	width: 225px;
}
.scroll-bar {
	height: 300px;
}
.small-news-content {
	text-align: left;
}
.small-news-content img {
	float: left;
}
