.flamod_topL, .flamod_botL {
	float: left;
	width: 50%;
	text-align: left;
}

.flamod_topL {
	font-size: 10px;
}

.flamod_topR, .flamod_botR {
	float: right;
	width: 50%;
	text-align: right;
}

.flamod_main {
}

.flamod_mainL {
	width: auto;
	float: left;

}

.flamod_mainC {
	width: auto;
	overflow: auto;
}

.flamod_mainR {
	width: auto;
	float: right;
}

.flamod_title {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 15px;
	border: 0 !important;
}

.flamod_title a:link {
	font-weight: bold;
}

.flamod_date {
}

.flamod img {
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 5px;
	float: left;
}

.flamod .readon {
	margin-top: 3px;
}

.flamod_positions {
	padding: 2px 5px !important;
}

.flamod .even {
	/*background-color: #E8E8E8; WCW Customization*/
}
div.flamod_art.even {
	background-color: none;
}
.flamod_line {
	width: 100%;
	/*border-bottom: 1px solid #ccc;*/
}

.aidawarning {
	font-weight: bold;
	color: red;
	font-size: 10px;
}

/* Tables */

.flamod_table {
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

.flamod_table .flamod_tabrow {
	clear: both;
	width: 100%;
	margin: 0;
}

.flamod_table .flamod_tabcol {
	margin: 0;
	float: left;
	display: inline;
}

.flamod_table .flamod_tabrow .flamod_art {
	float: left;
	display: inline;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.flamod_table .flamod_tabcol .flamod_art {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.col_1 {
	border-left: 1px solid #ccc;
}

.row_1 {
	border-top: 1px solid #ccc;
}

/* Bottom Link */

.flamod_bottomlink {
	padding: 5px 8px 3px;
}

.flamod_bottomlink a:link {
	font-weight: bold;
}

.flamod_table .flamod_bottomlink {
	border: 1px solid #ccc;
	border-top: 0px;
	width: 25%;
	clear: both;
	background-color: #E8E8E8;
}

/* Rating, Hits, Comments Images */

.flamod_rating {
	background: url("../img/default/rating.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.flamod_hits {
	background: url("../img/default/hits.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.flamod_comments {
	background: url("../img/default/comments.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

/* New in v 2.0.7 */

.flamod_stars_rating {
	display: inline;
	width: 80px;
	height: 16px;
}

.flamod_stars_rating img {
	padding: 0;
	border: 0;
	margin: 0;
}

/* Notifiers (v2.1.2) */

span.aidanotifier_new, span.aidanotifier_feat, span.aidanotifier_upd, span.aidanotifier_reg {
	float: right;
	background: #ccc;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	border-radius: 8px; /* CSS3 */
	margin: 0 3px;
	padding: 2px 5px;
	font-weight: bold;
	color: #5f5f5f;
}

img.aidanotifier_new, img.aidanotifier_feat, img.aidanotifier_upd, img.aidanotifier_reg {
	float: right;
	border: 0;
}