/* ----- RESET Styles ----- */

.allmode_news .allmode_name, .allmode_news .allmode_showall,

.allmode_news .allmode_topitem, .allmode_news .allmode_item,

.allmode_news .allmode_title, .allmode_news img {

	margin: 0; padding: 0;

	background: none; border: 0 none;

}

.allmode_news a {															/* LINKS */

	color: #000 !important;

	text-decoration: underline;

}

.allmode_news a:hover {														/* LINKS Hover */

	color: #000 !important;

	text-decoration: underline;

}





/* ----- MODULE BOX Styles ----- */

.allmode_news .allmode_name {												/* Module Block NAME */

	margin: 5px 8px 10px;

	font-size: 14px; font-weight: bold;

	color: #373737;

	border-bottom: 1px dashed #dddddd;

}

.allmode_news .allmode_name a {

	font-weight: bold;

	text-decoration: none;

}

.allmode_news .allmode_showall {												/* "Show All" TEXT */

	margin: -4px 12px 0 0;

	text-align: right !important;

}





/* ----- TOP ITEMS Styles ----- */

.allmode_news .allmode_topbox {												/* TOP Items DIV */

	margin: 0 8px 16px;

/*	width: 400px;*/

}

.allmode_news .allmode_topitem {												/* TOP Item DIV */

	margin: 8px 0 0; padding-bottom: 6px;

	overflow: hidden;

}

.allmode_news .allmode_topitem .allmode_img {								/* TOP Item IMAGE */

	float: left;

	margin: 2px 16px 8px 0; 

	padding: 3px;

	border: 1px solid #8bada3;

	background-color: #fff;

}

.allmode_news .allmode_topitem .allmode_title {								/* TOP Item TITLE */

	margin: 0 0 3px 0;

	font: bold 20px;

}

.allmode_news .allmode_topitem .allmode_title a {

	font-weight: bold;

}

.allmode_news .allmode_topitem .allmode_text {								/* TOP Item TEXT */

	font-size: 14px;

	color: #000;

}

.allmode_news .allmode_topitem .allmode_readmore {							/* TOP Item READ MORE */

	float: right;

	margin-right: 4px;

	font: normal 11px/21px Helvetica,Arial,sans-serif;

	text-align: right;

}





/* ----- TOP FIELDS Styles ----- */

.allmode_news .allmode_topitem .allmode_details {							/* TOP Item Details DIV */

	margin-bottom: 3px;

	font-size: 12px; line-height: 14px;

	color: #525252;

}

.allmode_news .allmode_topitem .allmode_date {								/* TOP Item DATE */

	padding: 0 10px 0 15px;

	background: url(icons.png) no-repeat 0 3px;

}

.allmode_news .allmode_topitem .allmode_hits {								/* TOP Item HITS */

	padding: 0 10px 0 15px;

	background: url(icons.png) no-repeat 0 -29px;

}

.allmode_news .allmode_topitem .allmode_comments {							/* TOP Item COMMENTS */

	padding: 0 10px 0 15px;

	background: url(icons.png) no-repeat 0 -60px;

}



.allmode_news .allmode_topitem .allmode_info {								/* TOP Item Info DIV */

	margin-top: -4px; padding-bottom: 2px;

	font-size: 11px; line-height: 17px;

	font-style: italic;

	color: #b4b4b4;

}

.allmode_news .allmode_topitem .allmode_section,

.allmode_news .allmode_topitem .allmode_category,

.allmode_news .allmode_topitem .allmode_author {								/* TOP Item SECTION, CATEGORY, AUTHOR */

	padding-right: 5px;

	font-style: normal;

	color: #808080;

}





/* ----- ITEMS Styles ----- */

.allmode_news .allmode_itemsbox {											/* Items DIV */

	margin: 0 8px 8px;

/*	width: 400px;*/

}

.allmode_news .allmode_item {												/* Item DIV */

	margin: 8px 0 0; 
	
	padding-bottom: 8px;
	
	overflow: hidden;

}

.allmode_news .allmode_item .allmode_img {	

    background-color: #FFFFFF;
    
	border: 2px solid #5C2849;								/* Item IMAGE */

	float: left;

	margin: 2px 16px 8px 0;
	

}

.allmode_news .allmode_item .allmode_title {									/* Item TITLE */

	margin: 0 0 10px 0;

	font-size: 17px;


}

.allmode_news .allmode_item .allmode_title a {

	font-weight: bold;

}

.allmode_news .allmode_item .allmode_text {									/* Item TEXT */

	font-size: 17px;

	color: #000;

}

.allmode_news .allmode_item .allmode_readmore {								/* Item READ MORE */

	float: right;

	margin-right: 4px;

	font-size: 11px;

	text-align: right;

}





/* ----- FIELDS Styles ----- */

.allmode_news .allmode_item .allmode_details {								/* Item Details DIV */

	margin-bottom: 2px;

	font-size: 11px; line-height: 13px;

	color: #525252;

}

.allmode_news .allmode_item .allmode_date {									/* Item DATE */

	padding: 0 10px 0 0;

}

.allmode_news .allmode_item .allmode_hits {									/* Item HITS */

	padding: 0 10px 0 15px;

	background: url(icons.png) no-repeat 0 -30px;

}

.allmode_news .allmode_item .allmode_comments {								/* Item COMMENTS */

	padding: 0 10px 0 15px;

	background: url(icons.png) no-repeat 0 -61px;

}



.allmode_news .allmode_item .allmode_info {									/* Item Info DIV */

	margin-top: -4px; padding-bottom: 2px;

	font-size: 10px; line-height: 16px;

	font-style: italic;

	color: #000;

}

.allmode_news .allmode_item .allmode_section,

.allmode_news .allmode_item .allmode_category,

.allmode_news .allmode_item .allmode_author {								/* Item SECTION, CATEGORY, AUTHOR */

	padding-right: 5px;

	font-style: normal;

	color: #525252;
	
	font-size: 11px;

}