/*
 * ================================================================
   RAXO All-mode PRO J1.6 - Template CSS
 * ----------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @copyright	Copyright (C) 2009-2011 RAXO Group
 * @license		Copyrighted Commercial Software
 * 				This file is forbidden for redistribution
 * @link		http://raxo.org
 * ================================================================
*/



/* ----- RESET Styles ----- */
.news-list .allmode_name, .news-list .allmode_showall,
.news-list .allmode_topitem, .news-list .allmode_item,
.news-list .allmode_title, .news-list img {
	margin: 0; padding: 0;
	background: none; border: 0 none;
}
.news-list a {															/* LINKS */
	/*color: #b00000 !important;
	text-decoration: none;*/
}
.news-list a:hover {														/* LINKS Hover */
	/*color: #960000 !important;
	text-decoration: underline; */
}


/* ----- MODULE BOX Styles ----- */
.news-list .allmode_name {												/* Module Block NAME */
	margin: 5px 8px 10px;
	font-size: 14px; font-weight: bold;
	color: #373737;
	border-bottom: 1px solid #eee;
}
.news-list .allmode_name a {
	font-weight: bold;
	text-decoration: none;
}
.news-list .allmode_showall {												/* "Show All" TEXT */
	margin: -4px 12px 0 0;
	text-align: right !important;
}


/* ----- TOP ITEMS Styles ----- */
.news-list .allmode_topbox {												/* TOP Items DIV */
	margin: 0 8px 16px;
/*	width: 400px;*/
}
.news-list .allmode_topitem {												/* TOP Item DIV */
	margin: 8px 0 0; padding-bottom: 12px;
	overflow: hidden; clear: left;
	border-bottom: 1px solid #eee;
}
.news-list .allmode_topitem .allmode_img {								/* TOP Item IMAGE */
	float: left;
	margin: 2px 16px 8px 0; padding: 1px;
	border: 10px solid #f8f8f8;
	background-color: #ddd;  
  /*  background-color:#ddd;border:10px solid #f8f8f8; */
}
.news-list .allmode_topitem .allmode_title {								/* TOP Item TITLE */
	margin: 0 0 3px 0;
	/*font: bold 17px/21px "Times New Roman",Times,serif;*/
}
.news-list .allmode_topitem .allmode_title a {
	/*font-weight: bold;*/
}
.news-list .allmode_topitem .allmode_text {								/* TOP Item TEXT */
	/*font: normal 13px/20px "Trebuchet MS",Arial,sans-serif;*/
	color: #373737;
}
.news-list .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 ----- */
.news-list .allmode_topitem .allmode_details {							/* TOP Item Details DIV */
	margin-bottom: 3px;
	/*font-size: 12px; line-height: 14px;*/
	color: #525252;
}
.news-list .allmode_topitem .allmode_date {								/* TOP Item DATE */
/*	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 3px;*/
}
.news-list .allmode_topitem .allmode_hits {								/* TOP Item HITS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -29px;
}
.news-list .allmode_topitem .allmode_comments {							/* TOP Item COMMENTS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -60px;
}

.news-list .allmode_topitem .allmode_info {								/* TOP Item Info DIV */
	margin-top: -4px; padding-bottom: 6px;
/*	font-size: 11px; line-height: 17px;*/
	font-style: italic;
	color: #999;
}
.news-list .allmode_topitem .allmode_section,
.news-list .allmode_topitem .allmode_category,
.news-list .allmode_topitem .allmode_author {								/* TOP Item SECTION, CATEGORY, AUTHOR */
	/*padding-right: 5px;
	font-style: normal;*/
	color: #666;
}
.news-list  .allmode_category a {color:#666;font-weight:normal}


/* ----- ITEMS Styles ----- */
.news-list .allmode_itemsbox {											/* Items DIV */
	margin: 0 8px 8px;
/*	width: 400px;*/
}
.news-list .allmode_item {												/* Item DIV */
	margin: 8px 0 0; padding-bottom: 12px;
	overflow: hidden; clear: left;
	border-bottom: 1px solid #eee;
}
.news-list .allmode_item .allmode_img {									/* Item IMAGE */
	float: left;
	margin: 2px 16px 8px 0; padding: 1px;
	border: 10px solid #f8f8f8;
	background-color: #ddd;  
}
.news-list .allmode_item .allmode_title {									/* Item TITLE */
	margin: 0 0 3px 0;
	/*font: bold 14px/17px "Times New Roman",Times,serif;*/
}
.news-list .allmode_item .allmode_title a {
	font-weight: bold;
}
.news-list .allmode_item .allmode_text {									/* Item TEXT */
	/*font: normal 12px/17px Helvetica,Arial,sans-serif; */
/*	color: #373737;*/
}
.news-list .allmode_item .allmode_readmore {								/* Item READ MORE */
	float: right;
	margin-right: 4px;
	font-size: 11px;
	text-align: right;
}


/* ----- FIELDS Styles ----- */
.news-list .allmode_item .allmode_details {								/* Item Details DIV */
	margin-bottom: 2px;
	font-size: 11px; line-height: 13px;
	color: #525252;
}
.news-list .allmode_item .allmode_date {									/* Item DATE */
	/*padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 2px;*/
}
.news-list .allmode_item .allmode_hits {									/* Item HITS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -30px;
}
.news-list .allmode_item .allmode_comments {								/* Item COMMENTS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -61px;
}

.news-list .allmode_item .allmode_info {									/* Item Info DIV */
	margin-top: -4px; padding-bottom: 6px;
	font-style: italic;
	color: #999;
}
.news-list .allmode_item .allmode_section,
.news-list .allmode_item .allmode_category,
.news-list .allmode_item .allmode_author {								/* Item SECTION, CATEGORY, AUTHOR */
	/*padding-right: 5px;
	font-style: normal;*/
	color: #666;
}

.news-list .allmode_item .allmode_category a {color:#666}


/* ----- RATING Field ----- */
.news-list .allmode_rating {												/* Items RATING */
	white-space: nowrap;
}
	.news-list .allmode_star {											/* Inactive STAR */
		display: inline-block;
		margin: 0 1px;
		width: 11px; height: 11px;
		background: url(rating.png) no-repeat 0 0;
		zoom: 1; *display: inline; /*IE7 Hack*/
	}
	.news-list .allmode_rating span {										/* Active STAR */
		display: inline-block;
		width: 100%; height: 100%;
		background: url(rating.png) no-repeat 0 -20px;
	}
