#HOMEPAGE{
	margin-left:11px;
	margin-right:8px;
	margin-bottom:0px;
	width:541px;
	float:left;
	padding-bottom:0px;
}
#BANNERCONTAINER {
	width:539px;
	border:1px solid #71b2d5;
	padding-bottom:9px;
	margin-bottom:8px;
}
#BANNER_IMAGE {
	margin-top:10px;
	margin-left:10px;
	width:519px;
	height:220px;
	text-decoration:none;
	border:none;
}
#BANNERLINE {
	display:block;
	width:519px;
	height:10px;
	margin-top:-5px;
	margin-left:10px;
	margin-bottom:9px;
}
#BANNERTEXT {
	margin-left:10px;
	margin-right:10px;
	width:509px;
	color:#ffffff;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:4px;
	background-color:#00638b;
	margin-top:-10px;
}
#BANNER_HOVERTEXT {
	text-decoration:none;
	border:none;
	position:absolute;
	font-weight:bold;
	color:#000000;
	padding:6px;
	margin-top:19px;
	margin-left:19px;
	width:250px;
	background-color:#9dc6de;
	border:2px solid #046085;
	display:none;
}
#BANNER_HOVERTEXT_TEXT {
	padding:3px;
	background-color:#ffffff;
	text-decoration:none;
	border:none;
}
#BANNER_HOVERTEXT_TEXT_LINK,
#BANNER_HOVERTEXT_TEXT_LINK:link ,
#BANNER_HOVERTEXT_TEXT_LINK:visited,
#BANNER_HOVERTEXT_TEXT_LINK:active,
#BANNER_HOVERTEXT_TEXT_LINK:hover  {text-decoration:none;color:#000000;}

#BANNERCONTAINER:hover #BANNER_HOVERTEXT {
	display:block;
}

.offer {
	width:260px;
	float:left;
	margin-bottom:18px;
	margin-left:3px;
}
.offer.offerleft {
	margin-right:11px;
}
.offer_top {
	height:22px;
	background-image:url(<?php echo html::getSiteImagesUrl(); ?>offer_top_background.gif);
}
.offer_content {
	padding:2px;
	height:166px;
	border-left:1px solid #929292;
	border-right:1px solid #929292;
	border-bottom:1px solid #929292;
	background-image:url(<?php echo html::getSiteImagesUrl(); ?>offer_content_background.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
.offer_productname {
	padding-top:4px;
	margin-left:6px;
	color:#ffffff;
	font-size:11spx;
	font-weight:bold;
}
.offer_image {
	width:120px;
	height:120px;
	float:left;
	margin-right:7px;
}
.offer_image img {
	width:116px;
	height:116px;
	margin-left:2px;
	margin-top:2px;
}
.offer_price_container {
	float:left;
	width:127px;
	height:53px;
	background-repeat:no-repeat;
}
.offer_price_container.large {
	background-image:url(<?php echo html::getSiteImagesUrl(); ?>offer_price_background_large.gif);
}
.offer_price_container.medium {
	background-image:url(<?php echo html::getSiteImagesUrl(); ?>offer_price_background_medium.gif);
}
.offer_price_container.mediumlarge {
	background-image:url(<?php echo html::getSiteImagesUrl(); ?>offer_price_background_mediumlarge.gif);
}
.offer_price_container.small {
	background-image:url(<?php echo html::getSiteImagesUrl(); ?>offer_price_background_small.gif);
}
.offer_price {
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	margin-left:0px;
	margin-top:0px;
	width:127px;
}
.offer_more_info {
	font-size:9px;
	margin-top:57px;
	float:left;
	padding-left:7px;
}
.offer_more_info a {
	font-size:9px;
}
.offer_more_info img {
	margin-right:6px;
}
.offer_price img {
	float:left;
	padding:0px;
}
.offer_price_number_imgeuro {
	margin-top:9px;
	margin-right:2px;
}
.offer_price_number_img1 {
	margin-top:8px;
}
.offer_price_number_img2 {
	margin-top:7px;
}
.offer_price_number_img3 {
	margin-top:6px;
}
.offer_price_number_img4 {
	margin-top:6px;
}
.offer_price_number_img5 {
	margin-top:5px;
}
.offer_price_number_img6 {
	margin-top:4px;
}
.offer_price_number_img7 {
	margin-top:3px;
}
.offer_price_number_img8 {
	margin-top:2px;
}
.offer_price_specs {
	clear:both;
	border-top:1px solid #cae4f3;
	font-size:9px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:2px;
}
.offer_price_specs ul {
	margin:0px;
	padding:0px;
}
.offer_price_specs li {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:2px;
	margin-left:18px;
	list-style-image: url(<?php echo html::getSiteImagesUrl(); ?>blackbullet.gif);
}
.offer_order_button {
	margin-top:10px;
	margin-left:3px;
	border:none;
}
.offer_free_delivery {
	margin-top:0px;
	margin-left:3px;
	padding:0px;
	color:#9c9c9c;
	font-weight:normal;
	font-size:9px;
}
#HOMEPAGE_AANBIEDINGEN {
	font-size:13px;
	font-weight:bold;
	color:#00638b;
	margin:9px 0px 9px 5px;
}
img.bullet_offer_frontpage {
	vertical-align:top;
	margin-top:5px;
	margin-right:8px;
}

#HOMEPAGE_TOP_BUFFER {
	height:7px;
	width:10px;
}

#HOMEPAGE_FLASH_BANNER{
    position : relative;
    height : 300px;
}

/** slider specific css **/
.window {
    height: 265px;
    width: 541px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
}
.image_reel {
    position: absolute;
    top: 0;
    left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
    position: absolute;
    top : 265px;
    height : 36px;
    left : 0px;
    width: 529px;
    padding-top : 4px;
    padding-left : 7px;
    padding-right : 5px;
    z-index: 100; /*--Assures the paging stays on the top layer--*/
    background-image : url('<?php echo html::getSiteImagesUrl(); ?>pagingbackground.jpg');
}

.paging a {
    float : left;
    width : 110px;
    height : 26px;
    margin-left : 4px;
    margin-right : 4px;
    padding : 3px;
    padding-right : 10px;
    text-decoration: none;
    color: #3f3f3f;
    font-size : 10px;
    font-weight: normal;
    background-image : url('<?php echo html::getSiteImagesUrl(); ?>sliderbuttonbackground.jpg');
}
.paging a.active {
    font-weight: bold;
}

.paging a:hover {font-weight: bold;}
