/*init*/
body{
	margin:0;
	padding:0;
	text-align:center;
}
h1,h2,h3,h4,h5,p,form,li,ul{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:0;
}
/*ID*/
#bg{
	width:866px;
	margin:0 auto;
	background-image: url(/img/bg_main.gif);
	background-repeat: repeat-y;
}
#container{
	width:850px;
	background-color:#ffffff;
	margin:0 auto;
	text-align:left;
}
#preFooter{
	clear:both;
	padding:20px;
}
#footer{
	height:72px;
	font-size:11px;
	color:#333333;
	width:100%;
	clear:both;
	background-image: url(/img/bg_footer.gif);
	text-align:center;
}
#footer p{
	position:relative;
	top:36px;
}
#footer a{
	color:#333333;
}

/*headerBlock*/
.headerTxt{
	font-size:10px;
	font-weight:normal;
	background-color:#e0dfe3;
	color:#666666;
	padding:3px;
	border-bottom:1px solid #999999;
}
.logo{
	float:left;
	padding:10px;
}
.headerCap{
	padding:10px;
	font-size:10px;
	color:#002aa9;
}
.picTop{
	clear:left;
}
/*search*/
.searchForm{
	margin:10px 0 0 10px;
	background-image: url(/img/bg_form.gif);
	background-repeat: no-repeat;
	text-align:center;
	background-position: 4px 0px;
	height:78px;
	position:relative;
}
.radio{
	position:relative;
	top:20px;
	font-size:11px;
}
.searchForm .textField{
	position:relative;
	top:15px;
	width:140px;
}
.searchForm .submit{
	position:relative;
	top:22px;
}

/*childCategory*/
ul.childCate{
	margin:20px 0 20px 20px;
}
ul.childCate li{
	line-height:16px;
	background-image: url(/img/ico_allow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:22px;
	font-size:12px;
	margin-top:10px;
}
ul.childCate a{
	display:block;
	font-weight: bold;
	color:#058cff;
}
,ul.childCate strong{
	display:block;
	font-weight: bold;
	color:#333333;
}
ul.childCate a:hover{
	color:#ff6600;
	text-decoration:underline;
}
.ttlLeft{
	margin:10px 0;
}
.ttlRight{
	margin:10px 0;
	text-align:right;
}
.cmRight{
	margin-left:20px;
}
.cmLeft{
	margin-left:20px;
	margin-top:10px;
}
/*ranking*/
.rankCate{
	margin:10px 20px;
	color:#666666;
}
.ranking{
	margin:10px 20px;
}
.ranking .ico{
	float:left;
	margin-right:5px;
}
.ranking .pic{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}
.ranking .cap{
	font-size:10px;
}

/*pager*/

.dirRoad{
	margin:10px 10px 0 6px;
	color:#04285d;
	line-height:1.5em;
}
.dirRoad a{
	color:#01a6dc;
	font-weight:bold;
	margin:0 3px;
}
.dirRoad a:hover,.sort a:hover{
	text-decoration:none;
	border-bottom:1px solid #01a6dc;
}

.dirRoad strong{
	margin:3px;
}
.dirRoad img{
	position:relative;
	top:2px;
}


.pageInfo{
	color:#01a6dc;
	font-size:10px;
	text-align:right;
	margin-right:10px;

}
.sort{
	color:#01a6dc;
	font-size:10px;
	position:relative;
	bottom:3px;
	margin:5px 10px;
	text-align:right;
}
.sort img{
	position:relative;
	top:3px;
}
.pager{
	text-align:center;
	margin:10px;
}
.pager a{
	color:#01a6dc;
	margin:0 4px;
}
.pager b{
	margin:0 4px;
}
.pager img{
	position:relative;
	top:4px;
}

.link{
	border:1px solid #e1e1e1;
	margin:0 150px;

	padding:10px;
	background-color:#E8FBFF;
}
.link h4{
	color:#000000;
	
}
.link li{
	margin-top:5px;
	display:inline;
	padding-left:3px;
	line-height:150%;
}
.link a{
	color:#666666;
	font-size:11px;
}