/* ------------------------------------------------------------
	downloads menu
------------------------------------------------------------ */	

#news_list img {
	margin: 0px;
	padding: 0px;
}

.module {
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
   }
.module .module-header {
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	background: #eeeeee url(../images/menu_grey.jpg) no-repeat;
	margin: 0;
	color: #333333;
	height: 27px;
	line-height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
   }
.module-content {
	padding: 0;
	margin: 0;
	font-size: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	   }
.module-content td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.module-content p {
	padding: 0;
	margin: 0;
	color:#666666;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.module-content .now {
	color:#c22e93;
	width: 240px;
	padding: 5px 5px 5px 5px;
	background-color: #ffe8f7;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;

}

.module-content a {
	display: block;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}
.module-content a:link, .module-content a:visited, .module-content a:hover { color:#c22e93; text-decoration: none; }
.module-content a:hover { background-color: #ffe8f7; }



.module-content table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.module h3 {
	margin: 0px;
	padding: 0px;
}
