

/* ########################################################################################################*/
/* ###########																					###########*/
/* ###########		BEELD																		###########*/
/* ###########																					###########*/
/* ########################################################################################################*/

#beeld {
	padding-bottom:0;	
}


/* ########################################################################################################*/
/* ###########																					###########*/
/* ###########		MAIN CONTENT																###########*/
/* ###########																					###########*/
/* ########################################################################################################*/

#sub-wrap {
	width:749px;
	float:left;
}

#main-content {
	padding: 30px 20px 20px 20px;
}


#sub-wrap a.more:link,
#sub-wrap a.more:visited,
#sub-wrap a.more:active {
	background-color:#752641;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 1px 10px;
	white-space:nowrap;
}

#sub-wrap a.more:hover {
	background-color: transparent;
	color:#752641;
}

#sub-wrap a.more span,
#sub-wrap a.more:hover span{
	color:#752641;
}


/* ########################################################################################################*/
/* ###########																					###########*/
/* ###########		BANNERS																	###########*/
/* ###########																					###########*/
/* ########################################################################################################*/

#banners {
	width:749px;
	clear: both;
	overflow:auto;
}

#banners a {
	display:block;
	width:373px;
	float: left;
	overflow:hidden;
}

#banners a:first-child {
	padding-right:2px;
}


/* ########################################################################################################*/
/* ###########																					###########*/
/* ###########		SPECIALS																	###########*/
/* ###########																					###########*/
/* ########################################################################################################*/

#specials {
	/*float:left;*/
	width: 749px;
	margin:8px 10px 0 0;
}

#specials ul.tabs {
	overflow:auto;
}

#specials ul.tabs li {
	float: left;
	width: 217px;
	height: 34px;
	margin-right:6px;
	background-image:url(../images/portal/specials-tabs.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden;
	cursor:pointer;
	padding:0 10px;
	line-height:32px;
	font-size: 14px;
	color:#752641;
	font-weight:bold;
	letter-spacing:-1px;
}

#specials ul.tabs li.hilite {
	background-position:0 -34px;
}

#specials #panes {
	width: 739px;
	height:230px;
	background-image:url(../images/portal/specials-bg.gif);
	background-repeat:repeat-x;
	position:relative;
}

#specials #panes div.pane{
	width: 739px;
	height:230px;
	background-image:url(../images/portal/specials-bg-rgt-top.gif);
	background-repeat:no-repeat;
	background-position:right top;
	position:absolute;
	left:0; top:0;
}

#specials #panes div.tab-2,
#specials #panes div.tab-3{
	display:none;
}

#specials div.content {
	padding:16px 8px;
	overflow:auto;
}

#specials div.content img {
	display:block;
	float: left;
	margin-right: 10px;
}

#specials div.content p{
	font-size:12px;
}

