@import url(globalcss.css);

/*content*/
#content {
	text-align: left;
	margin-right: 210px;
}
#content h3 {
	color : #333333;
	font-size: 14px;
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #339900;
	margin-left: 10px;
}
.hot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #FF3300;
	margin-left: 10px;
}
#content h3 a:active,
#content h3 a:visited,
#content h3 a:link {
	color: #000000;
	text-decoration : none;
}
#content h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
#content ul {
	clear: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content li {
	margin-top: 10px;
	font-size: 12px;
	color: #000000;
	display: inline;
	margin-right: 15px;
}
#attention {
	margin-bottom: 20px;
	line-height: 160%;
	border: 1px dotted #CCCCCC;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#attention p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#attention h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #FF3300;
}
#page {
	color: #666666;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#page span {
	color: #0033CC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	font-weight: 900;
}
#page a:active,
#page a:visited,
#page a:link {
	color: #666666;
	text-decoration : none;
}
#page a:hover {
	color: #0033CC;
	text-decoration: underline;
}
/*End content*/

/*Sidebar*/
#sidebar {
	padding: 0px;
	float: right;
	width: 200px;
	line-height: 160%;
}
#sidebar h3 {
	margin : 0px;
	color : #2C3B6E;
	background-color : #b9c3d4;
	padding : 4px 5px;
	border : 1px solid #b9c3d4;
	border-bottom : none;
	background-image: url(/www/imgs/sidebar_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
}
#sidebar p {
	border : 1px solid #b9c3d4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 5px;
}
#sidebar p img {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 2px;
}
#sidebar ul {
	list-style : none;
	margin : 0px 0px 15px;	
	padding : 5px;
	border : 1px solid #b9c3d4;
}
#sidebar li {
	margin-top: 6px;
}
#sidebar strong {
	color: #FF3300;
}
#sidebar a:active,
#sidebar a:visited,
#sidebar a:link {
	color: #2C3B6E;
	text-decoration : none;
}
#sidebar a:hover {
	color: #FF3300;
	text-decoration: underline;
}
/*End Sidebar*/
