/* ----- RESET Styles ----- */
.allmode_columns .allmode_name, .allmode_columns .allmode_showall,
.allmode_columns .allmode_topitem, .allmode_columns .allmode_item,
.allmode_columns .allmode_title, .allmode_columns img {
	margin: 0; padding: 0;
	background: none; border: 0 none;
}
.allmode_columns .allmode_clear {
	clear: both;
}


/* ----- MODULE BOX Styles ----- */
.allmode_columns {
	margin-bottom: 8px;
	border-bottom: 4px solid #d5e6f7;
}
.allmode_columns .allmode_name {												/* Module Block NAME */
	margin: 5px 0 0 0; padding: 0 10px 0 15px;
	font-size: 13px; font-weight: bold;
	text-transform: uppercase;
	color: #0a4580;
	border-bottom: 5px solid #d5e6f7;
}
.allmode_columns .allmode_name a {
	font-weight: bold;
	text-decoration: none;
}
.allmode_columns .allmode_showall {												/* "Show All" TEXT */
	padding-right: 10px;
	text-align: right !important;
}


/* ----- INFO FIELDS Styles ----- */
.allmode_columns .allmode_section, .allmode_columns .allmode_category,
.allmode_columns .allmode_hits, .allmode_columns .allmode_author,
.allmode_columns .allmode_item .allmode_date {
	padding: 0 0px 0 0px;
	font-size: 11px;
	color: #BE1323;
}
.allmode_columns .allmode_readmore {
	float: right;
	margin-right: 8px;
	font-size: 11px; line-height: 15px;
	text-align: right;
}


/* ----- TOP ITEMS Styles ----- */
.allmode_columns .allmode_topbox {												/* TOP Items Box */
	margin: 0 0 0 0px;														/* Remove unneccessary left margin of the first column (-32px) */
	/*width: 576px;*/															/* TOP box width (32 + 256 + 32 + 256 = 576px) */
	overflow: hidden;
    clear: both;
}
.allmode_columns .allmode_topitem {												/* TOP Item DIV */
	float: left;																/* Assign float property */
	margin: 0px 0 0 0px;														/* TOP column spacing (32px) */
	padding-bottom: 6px;
	width: 100%;																/* TOP column width (256px) */
	border-bottom: 3px solid #d5e6f7;
}
.allmode_columns .allmode_topitem .allmode_img img {							/* TOP Item IMAGE */
	border: 5px solid #d5e6f7;
}
.allmode_columns .allmode_topitem .allmode_title {  							/* TOP Item TITLE */
    clear: both;
    font-family: Georgia, Times, serif;
	margin: 0px 0 0px 0; padding: 0 0px;
	font-size: 21px;  line-height: 20px; font-weight: normal;
	color: #000000;
}
.allmode_columns .allmode_topitem .allmode_title a {
	font-weight: normal; color: #000000;
}
.allmode_columns .allmode_topitem .allmode_text {								/* TOP Item TEXT */
	margin: 5px 0px 0;
	overflow: hidden;
	font-size: 13px; line-height: 16px;
	color: #505050;
}


/* ----- TOP FIELDS Styles ----- */
.allmode_columns .allmode_topitem .allmode_info {								/* TOP Item Info DIV */
    font-weight: bold;text-transform: uppercase;
	padding: 0px 0px 0px;
	line-height: 10px;
}


/* ----- ITEMS Styles ----- */
.allmode_columns .allmode_itemsbox {
      clear: both; 
	margin: 0 0 0px 0px;														/* Remove unneccessary left margin of the first column (-32px) */
	padding-bottom: 8px;
	overflow: hidden;
}
.allmode_columns .allmode_item {
    clear: both;
	float: left;																/* Assign float property */
	margin: 5px 0 0 0px;														/* Column spacing (32px) */
	padding-bottom: 3px;
	width: 100%;																/* TOP column width (256px) */
	border-bottom: 1px dotted #000000;
	overflow: hidden;
}
.allmode_columns .allmode_item .allmode_title {									/* Item TITLE */
    clear: both;
	margin: 2px 0 4px 0; padding: 0px 0 0 0px;
    font-family: Georgia, Times, serif;  line-height: 18px;
	font-size: 18px; font-weight: normal;
	color: #000000;
}
.allmode_columns .allmode_item .allmode_title a {
	font-weight: normal; color: #000000;
}
.allmode_columns .allmode_item .allmode_img {									/* Item IMAGE */
	float: left;
	margin: 2px 8px 6px 0;
	border: 3px solid #d5e6f7;
}
.allmode_columns .allmode_item .allmode_text {									/* Item TEXT */
	font-size: 13px; line-height: 16px;
	color: #505050;
}


/* ----- FIELDS Styles ----- */
.allmode_columns .allmode_item .allmode_info {									/* Item Info DIV */
    font-weight: bold;text-transform: uppercase;
	padding: 0px 0px 0px;
	line-height: 10px;
}
.allmode_columns .allmode_item .allmode_comments {								/* Item COMMENTS */
	font-size: 12px; font-weight: normal;
	color: #505050;
}
.allmode_columns .allmode_item .allmode_comments a {
	font-weight: normal;
}