﻿/*CSS BY ALEXANDER WOLFE, INTERSPACE GLOBAL*/
/*****************************************/
.news_head {
	font-size: 11px;
	line-height: 18px;
	word-spacing: 0px;
	text-align: center;
	color: #227B9D;
	padding-left: 10px;
	font-weight: bold;
}
#news_list tr td{
	font-size: 12px;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #29A2B5;
}
#news_list tr:hover{
	font-size: 12px;
	background-color: #ECF7FB;
}
#news_list a:hover{
	font-size: 12px;
	color: #227B9D;
	text-decoration: none;
}


/*********************************************************/

.news_head {
	font-size: 11px;
	line-height: 18px;
	word-spacing: 0px;
	text-align: center;
	color: #227B9D;
	padding-left: 10px;
	font-weight: bold;
}
#news_list1 tr td{
	font-size: 12px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #29A2B5;
}
#news_list1 tr:hover{
	font-size: 12px;
	background-color: #ECF7FB;
}
#news_list1 a:hover{
	font-size: 12px;
	color: #227B9D;
	text-decoration: none;
}


/*********************************************************/

#sales_list tr td{
	font-size: 12px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #29A2B5;
}
#sales_list tr:hover{
	font-size: 12px;
	background-color: #ECF7FB;
	cursor: hand;
	color: #F60;
}
#sales_list a{
	font-size: 12px;
/*	color: #333;*/
}
#sales_list a:hover{
	font-size: 12px;
	color: #227B9D;
	text-decoration: none;
}



/***************************************************/

.news_list_count{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	width: 60px;
}
.news_list_center{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 60px;
}
