@charset "utf-8";

#infomation{
}
#infomation .left{
	float:left;
	width:320px;
}
#infomation .right{
	float:right;
	width:640px;
}



.widget .title,
.widget .body{
	margin-left:8px;
	margin-right:8px;
}

#infomation #guid.widget .title{
	background-color:#FF3333;
}
#infomation #guid.widget .body ul{
	float:left;
	width:120px;
	padding-left:10px;
	margin:0px;
	list-style-position:inside;
}

#infomation .right .logined .widget{
	float:left;
	width:320px;
}

#category_list{
}

#category_list h3{
	clear:both;
	background-color:#0071E4;
	font-size:18px;
	font-weight:bold;
	color:white;
	padding:10px 20px;
	margin-bottom:15px;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	box-shadow: 2px 2px 3px #aaaaaa;
	-moz-box-shadow: 2px 2px 3px #aaaaaa;
	-webkit-box-shadow: 2px 2px 3px #aaaaaa;
}
#category_list h3 span{
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}
#category_list h3 a{
	text-decoration:none;
}
#category_list h3 a:link{
	color:white;
}
#category_list h3 a:visited{
	color:yellow;
}
#category_list h3 a:hover{
	color:red;
	text-decoration:underline;
}
#category_list h3 a:active{
	color:orange;
}


#category_list .categories{
	margin-bottom:30px;
}
#category_list .category{
	width:320px;
	float:left;
	overflow:hidden;
}

#category_list .ad_category{
	text-align:center;
	padding:15px 0px 30px 0px;
	clear:both;
}




