/* popular style */
#popular {
	clear: both;
	float: none;
	padding: 0px;
}
#popular UL {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	color: #c7309f;
}
#popular UL LI {
	MARGIN: 0px;
	padding: 0px;
	list-style-type: none;
}
#popular li ul {
}
#popular li li {
	list-style-type: square;
}
#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 {
	COLOR: #c7309f;
	TEXT-DECORATION: none;
}
#popular h3 {
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 110%;
	padding-left: 15px;
	background-image: url(../images/savon_bgs.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	background-position: 0px 0px;
}
#popular h3 .title {
	line-height: 30px;
	background-image: url(../../images/arrow/a069.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#popular h3 a {
	color: #FFFFFF;
}
#popular h3 span {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}
#popular .list {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#popular .spacer {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
#popular .container {
	margin-left: 20px;
}
#popular .more {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
}
#popular .more a {
	color: #1A758E;
	font-weight: normal;
	line-height: 1em;
}
