/* popular style */
#popular {
	clear: both;
	float: none;
	padding: 0px;
	margin: 10px;
	width: 200px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#popular UL {
	margin: 0px;
	padding: 0px;
}
#popular UL LI {
	MARGIN: 0px;
	padding: 0px;
	list-style-type: none;
}
#popular li ul {
}
#popular li li {
}
#popular UL LI A {
	COLOR: #333;
	TEXT-DECORATION: none;
	padding: 0px;
	MARGIN: 0px;
}
#popular UL LI A:visited {
	TEXT-DECORATION: none;
	padding: 0px;
	MARGIN: 0px;
}
#popular UL LI A:hover {
	TEXT-DECORATION: none;
}
#popular h3 {
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
#popular h3 span {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#popular a {
	display: block;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#popular a:hover {
	background-color: #F5F5F5;
}
#popular .container {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#popular .space {
	clear: both;
	float: none;
}
#popular .date {
	font-size: 9px;
	color: #999999;
	float: right;
	padding-right: 5px;
}
#popular .more {
	float: right;
	font-size: 12px;
	font-weight: normal;
}
#popular .list {
	background-image: url(img/img04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
#popular img {
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
