@charset "windows-874";
/* CSS Document */


.caption {
	padding: 2px 0 0 18px;
	height: 35px;
	color: #fff;
	background-color: #fff;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.caption p { margin: 0; }
#top {
	width: 130px;
	float: left;
	margin: 0 0 20px0px;
	background-image: url(../images/sidebar/s_top.png);
	height: 37px;
	padding-left: 40px;
	line-height: 37px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#center {
	width: 170px;
	float: left;
	margin: 0 0 20px0px;
}
#foot {
	width: 170px;
	float: left;
	margin: 0 0 20px0px;
	background-image: url(../images/sidebar/s_buttom.png);
	height: 7px;
}
.box_body {
	float:left;
	margin-bottom:10px;
	padding-top: 5px;
}
.box {
	background: #dadada;
	padding: 0px;
	width: 170px;
	float: left;
	background-image: url(../images/sidebar/s_center.png);
	background-repeat: repeat-y;
}
.box li {
	list-style: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 153px;
	margin-left: 1px;
	background-image: url(../images/sidebar/BlockContentBullets.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 15px;
}
.box li a {
	font-size: 11px;
	color: #554;
	display: block;
	padding: 8px 0 8px 2%;
	text-decoration: none;
	width: 95%;
}
.box li a:hover {
	color: #900;
	background-color: #CCC;
}
