/* CSS for Index | Written by IKKI | 2009-03-12 */

/* Index ------------------------------ */

/* Top */
#path {
	height: 20px;
	line-height: 20px;
}

/* Body */
.index {
	margin: 0 6px;
	padding: 5px;
	background-color: #efefef;
}

.index_left {
	float: left;
	padding: 100px 0 0 18px;
	width: 312px;
	height: 352px;
	background: url(../_img/index/index_left.jpg) no-repeat;
}

.index_middle {
	float: left;
	padding: 80px 0 0 60px;
	width: 180px;
	height: 372px;
	background: url(../_img/index/index_middle.jpg) no-repeat;
}

.index_right {
	float: right;
	padding: 90px 0 0 0;
	width: 368px;
	height: 362px;
	background: url(../_img/index/index_right.gif) no-repeat;
}

/* Left */
.index_left dl {
	padding-bottom: 10px;
}

.index_left dt {
	float: left;
	margin-right: 10px;
}

.index_left img {
	width: 30px;
	height: 30px;
	border: 1px solid #cccccc;
}

.index_left dd {
	float: left;
	width: 192px;
	color: #666666;
}

.index_left span {
	color: #999900;
}

.index_left p {
	color: #999999;
	text-align: right;
}

.index_left a {
	display: block;
	margin: 18px 0 0 129px;
	width: 102px;
	height: 32px;
}

/* Middle */
.index_middle li {
	padding: 10px 0;
	width: 170px;
	line-height: 20px;
	font-family: simsun;
	font-size: 13px;
	color: #666666;
}

/* Right */
.login dl {
	padding: 10px 0 10px 30px;
}

.login dt {
	float: left;
	width: 42px;
	height: 28px;
	line-height: 28px;
	color: #000000;
}

.login dd {
	float: left;
	height: 28px;
	line-height: 28px;
	color: #666666;
}

.login .txt {
	margin-right: 10px;
	width: 172px;
	height: 24px;
	line-height: 24px;
	*line-height: 21px;
	background-color: #effafe;
	border: 1px solid #92bbd2;
	color: #000000;
}

.login dd .ckb {
	margin: 0 6px 3px 0;
	*margin: 0 3px 1px -3px;
	_margin: 0 3px 5px -3px;
	vertical-align: middle;
}

.login dd a {
	color: #999999;
}

.login dd a:hover {
	color: #999999;
}

.login .btn_login {
	margin-left: 123px;
	width: 100px;
	height: 33px;
	background: url(../_img/common/button/index_login.gif) no-repeat;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}

.index_right ul {
	padding: 50px 0 0 50px;
}

.index_right li {
	padding: 0 0 12px 10px;
	background: url(../_img/common/dot/dot_black_3.gif) no-repeat 0 6px;
	color: #666666;
}

.index_right li strong {
	color: #ff9900;
}

.index_right .ad {
	padding: 26px 0 0 22px;
}

/* Links */
.links {
	padding: 10px 10px 0 10px;
}

.links a {
	margin-right: 10px;
	color: #999999;
}

.links a:hover {
	color: #999999;
}