/* @override http://www.vergelijk.be/css/home.css */

#C {
	overflow: hidden;
}
#C .overlay {
	margin-top: -15px;
}

#breadcrumb {
	visibility: hidden;
}

#promotional {
	width: auto;
}

#promotional .item {
	width: 243px;
	margin-left: 0px;
	margin-right: 15px;
}
#promotional .last {
	margin-right: 0px;
}
#promotional .column2 {
	width: 111px;
}

#info-block {
	width: 200px;
	float: right;
	margin-right: 5px;
}

#announce {
	background: #FFFFFF;
	margin-bottom: 13px;
}
#announce h1 {
	display: none;
}
#announce div {
	color: #666;
}
#announce div a:hover {
	color: #f68933;
}

#top_items {
	background: #fff;
	margin-bottom: 13px;
}
#top_items h1 {
	text-indent: 35px;
	line-height: 38px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #0d2e4c;
	display: block;
	height: 37px;
	margin: 0px;
	background: #fff url(/images/assets/promo-box2_top-left.gif) no-repeat center left;
}
#top_items ul {
	margin: 0;
	padding: 0 0 5px 0 ;
	background: #fff url(/images/assets/top-box_inside-gradient.gif) repeat-x top center;
	color: #666;
	list-style: none;
	list-style-position: inside;
}
#top_items ul li.promotitle {
	padding-top: 6px;
}
#top_items ul li img {
	position: relative;
	float: right;
	display: block;
	width: 70px;
	height: 52px;
	border: 1px solid #EBF2F7;
	padding: 1px;
	margin: 0 5px 0 0;
	background: #fff;
}
#top_items ul li {
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	background: url('/images/assets/listitem.gif') no-repeat 0 11px;
}
#top_items ul li a {
	line-height: 25px;
}
#top_items ul li.promotitle a.name {
	line-height: 16px;
}
#top_items ul li a:hover {
	color: #f68933;
}

#info-block .infobox {
	background: #fff;
	width: 200px;
	overflow: hidden;
}

#info-block .infobox .wrapped_info {
}

#info-block .infobox h1 {
	text-indent: 35px;
	line-height: 33px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #0d2e4c;
	display: block;
	height: 35px;
	margin: 0px;
	background: #fff url(/images/assets/promo-box2_top-left.gif) no-repeat center left;
}

#info-block .infobox .textpromo {
	padding: 5px;
}
/* quick-fix for displaced pices in promos coming from css.std
should be replaced by one global style for this typo of promo
in std.css
*/
#promotional a.rating {
	margin: 0;
}
/* Fix for making sure the shadows don't break the page layout.
*/
.shadow .clear {
	clear: left;
}