div.middle_div {
	text-align:center;
	font-weight:bold;
	color:#0079C2;
	font-size:12px;	
}

div.no_results {
	text-align:center;
	margin:10px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
	color:#0079C2;	
}

div.article-text {
	float:left;
}

div.table_controls {
	text-align:center;
	margin:0px 0px 10px 0px;
}

div.cms-form-ok {
	text-align:center;
	color:#60BA1C;
}

/* --- categories listing --- */
div.categoriesList {
	width:595px;
	margin:10px auto;
}

div.categoriesList div.linkCat {
	width:595px;
	background-color:#ffffff;
	cursor:pointer;
	margin-bottom:10px;
}

div.categoriesList div.darkLinkCat {
	background-color:#f4f7f7;
}

div.linkCat div.lc_top {
	height:6px;
	width:595px;
	font-size:0px;
}

div.linkCat div.lc_top div.lt {
	width:6px;
	height:6px;
	background:transparent url('images/roh_lt.gif') top left no-repeat;
	float:left;
}

div.darkLinkCat div.lc_top div.lt {
	background:transparent url('images/roh_dark_lt.gif') top left no-repeat;
}

div.linkCat div.lc_top div.t {
	height:5px;
	width:583px;
	border-top:1px solid #b3b3b3;
	float:left;	
}

div.linkCat div.lc_top div.rt {
	width:6px;
	height:6px;
	background:transparent url('images/roh_rt.gif') top right no-repeat;
	float:left;
}

div.darkLinkCat div.lc_top div.rt {
	background:transparent url('images/roh_dark_rt.gif') top left no-repeat;
}

div.linkCat div.lc_middle {
	width:563px;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	padding:2px 15px 2px 15px;
}

div.linkCat div.lc_middle div.title {
	color:#0079C2;
	font-weight:bold;
	font-size:13px;
	margin-bottom:4px;
}

div.linkCat div.lc_middle div.info {}

div.linkCat div.lc_middle div.info div.picture {
	float:left;
	margin:0px 10px 0px 0px;
	border:1px solid #b3b3b3;
}

div.linkCat div.lc_middle div.info div.text {
	float:left;
	text-align:justify;
}

div.linkCat div.lc_bottom {
	height:6px;
	width:595px;
	font-size:0px;
}

div.linkCat div.lc_bottom div.lb {
	width:6px;
	height:6px;
	background:transparent url('images/roh_ld.gif') bottom left no-repeat;
	float:left;
}

div.darkLinkCat div.lc_bottom div.lb  {
	background:transparent url('images/roh_dark_ld.gif') bottom left no-repeat;
}

div.linkCat div.lc_bottom div.b {
	height:6px;
	width:583px;
	border-bottom:1px solid #b3b3b3;
	float:left;	
}

div.linkCat div.lc_bottom div.rb {
	width:6px;
	height:6px;
	background:transparent url('images/roh_rd.gif') bottom right no-repeat;
	float:left;
}

div.darkLinkCat div.lc_bottom div.rb  {
	background:transparent url('images/roh_dark_rd.gif') bottom left no-repeat;
}

div.catInfo {
	text-align:justify;
	width:595px;
	margin:0px auto;
	padding-bottom:20px;
}