@charset "utf-8";
/* ************ SIDEBAR ************ */
.sidebar .head h1 {
	color:#FFF;
	margin:0;
	padding:6px 0 0 0;
	font-size:14px;
}
.sidebar h2 {
	color:#396818;
	margin-left:8px;
	margin-top:0px;
	font-size:14px;
}
.sidebar table {
	width:180px;
	height:auto;
	margin-left:8px;
	font-size:13px;
}
.sidebar a {
	color:#252525;
	font-weight:bold;
	text-decoration:none;
}
.sidebar a:hover {
	color:#06C;
}
.sidebar p {
	text-align:center;
	width:170px;
	height:auto;
	margin-top:0;
	padding:0;
	margin-left:13px;
	font-size:12px;
}
.sidebar .head {
	background-image:url(../images/side_head.png);
	width:194px;
	height:36px;
	text-align:center;
	font-weight:bold;
}
.sidebar hr {
	background-color:#0083B4;
	border:none;
	height:1px;
}
.sidebar ul {
	margin-left:20px;
	padding:0;
	list-style:none;
	text-align:left;
}
.sidebar ul li {
	margin-bottom:4px;
	list-style:none;
	background-image:url(../images/cat_bg.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.sidebar ul li a {
	margin-left:15px;
	font-size:14px;
	list-style:none;
	font-weight:normal;
}
/* ****** Most Viewed ******** */
.most_view ul {
	width:160px;
	margin:0 auto;
}
.most_view ul li {
	background-image:none;
	text-align:center;
	margin-bottom:4px;
}
.most_view ul li  a {
	font-size:10px;
	background-image:none;
	margin:0;
}
