/* CSS Document */
#rightCONT .rcLeftbox {
	float:left;
	width:49%;
	padding:10px 0px 0px 10px;
}
#rightCONT .rcRightimg {
	display:block;
	float:right;
	width:120px;
}
#rightCONT .rcBottom {
	clear:both;
	width:100%; height:20px;
	background-image:url(/img/layout/BG_prev_bottom.jpg);
	background-repeat:repeat-x;	
}


/* ----------   INLINE-ELEMENTS   ---------- */
#rightCONT .rcBottom a {
	display:block;
	float:right;
	margin:1px 2px 0px 3px;
	padding-left:20px;
	background-image:url(/img/layout/MK_prev_bottom.gif);
	background-position:3px 4px;
	background-repeat:no-repeat;
}

#rightCONT .rcBottom a:link,
#rightCONT .rcBottom a:visited {
	font-weight:bold;
	color:#FFFFFF;
}
#rightCONT .rcBottom a:hover {
	text-decoration:underline;
}


