/*------------------------------------------------------------------------
# mm 1.0 - August, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2007 mastro . All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: mastromedia
# Websites:  http://www.mastromedia
-------------------------------------------------------------------------*/

#mm-newswrap {
	display: block;
	overflow: hidden;
	clear: both;
}

.mm-newsblock {
	margin: 0;
	display: block;
}

.mm-newsitem,
.mm-newsitem-left,
.mm-newsitem-right,
.mm-newsitem-center {
	float: left;
	padding: 0;
	text-align: center;
}

.mm-newsitem-left,
.mm-newsitem-center {
	background: url(../images/v-dot.gif) repeat-y top right;
}

.mm-newsitem-left div.mm-newsitem-inner,
.mm-newsitem-center div.mm-newsitem-inner,
.mm-newsitem-right div.mm-newsitem-inner,
.mm-newsitem div.mm-newsitem-inner {
	text-align: left;
	float: left;
}

.mm-newsitem-center div.mm-newsitem-inner {
	float: none;
	margin: 0 auto;
}

.mm-newsitem-right div.mm-newsitem-inner {
	float: right;
}

.mm-newscat {
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	margin: 0 0 10px;
	position: relative;
	background: url(../images/ci-right.gif) no-repeat top right;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
}

.mm-newscat:hover, .mm-newscat:active, .mm-newscat:focus {
	text-decoration: none;
	outline: none;
}

.mm-newscat span {
	display: block;
	font-weight: bold;
	padding: 0 5px 0 30px;
	background: url(../images/ci-left.gif) no-repeat top left;
	color: #403C3A;
	height: 32px;
	line-height: 34px;
}

.mm-newstitle {
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px; 
}

.mm-newscontent {
	padding: 0;
	background: url(stripe1.gif);
}

.mm-newscontent img {
	margin: 5px 10px 10px 0;
	padding: 0;
}

.mm-newscontent p {
	margin: 5px 0;
}

.mm-newsitem ul {
	margin: 10px 0 0;
	padding: 0;
}

ul.mm-newslinks {
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}

ul.mm-newslinks a {
	color: #333333;
	text-decoration: underline;
}

/* Sidebar
--------------------------------------------- */
div.module-mm-newssb .mm-newsblock {
	margin: 0 5px 15px;
}

div.module-mm-newssb ul.mm-newslinks {
	margin: 0!important;
}

div.module-mm-newssb ul.mm-newslinks li {
	padding-left: 22px!important;
	background-position: 11px 6px!important;
}

div.module-mm-newssb ul.mm-newslinks li a {
	color: #403C3A;
	text-decoration: none;
}

div.module-mm-newssb ul.mm-newslinks li a:hover,
div.module-mm-newssb ul.mm-newslinks li a:active,
div.module-mm-newssb ul.mm-newslinks li a:focus {
	color: #F85703!important;
	text-decoration: none;
}


/* Control bar
--------------------------------------------- */
.mmhl-newscontrol {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 5px 0;
	display: block;
}

.mmhl-newscontrol ul {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

.mmhl-newscontrol li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#loading-indicator {
	float: left;
}

#mmhl-indicator {
	float: left;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 1px 5px;
	font-size: 10px;
	line-height: normal;
	margin-left: 5px;
	display: block;
}

#mm-newswrap .article_seperator {
	display: block;
	background: url(../images/dot.gif) repeat-x center;
	height: 20px;
}