@charset "utf-8";
/*All shared*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #FFF;
	background: url(bg/carpet.gif);
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
ul { list-style-type: none; }
img { border: none; }
input { vertical-align: middle; }
img { vertical-align: bottom; }
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a.external {
	padding-right: 10px;
	background: url(../../uc/skins/shared/bg/external.gif) no-repeat right top;
}
input, select, textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.text, input.button { border: none; }
input.button { cursor: pointer;}
input.text {}
table{ width: 100%; border-collapse:collapse;}
ins {
	display: none;
	text-decoration: none;
}
label {
	cursor:pointer;
	font-weight: normal;
}
.radius {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.mid{ text-align: center; }
.clear { clear: both; }
.hidden{display:none;}
/*wrap*/
.wrap {
	width: 1002px;
	margin: 0 auto;
}
/*head*/
.wrap .head {
	height: 90px;
	background: #FFF url(bg/shared.gif) repeat-x left top;
}
.head h1.logo {
	float: left;
	height: 90px;
	width: 280px;
	background: url(bg/shared.gif) no-repeat 100% -100px;
}
.head h1.logo a {}
/*menuwarp*/
.head .menuwarp {
	float: right;
	width: 600px;
}
/*menu*/
.menuwarp dl.menu {
	padding-top: 15px;
}
dl.menu dd {
	margin-right: 5px;
	float: left;
}
dl.menu a {
	background: url(bg/shared.gif) no-repeat 1000% 1000%;
}
dl.menu a.in {
	font-weight: bold;
	display: block;
	color: #FFF;
	line-height: 23px;
	height: 35px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	background-position: 0 -200px;
}
dl.menu dd.choosed {}
dl.menu dd.choosed a.in {
	background-position: 0 -240px;
}
dl.menu dd.hover a.in { background-position: 0 -370px; }
/*submenu*/
dl.menu ul.submenu {
	position: absolute;
	line-height: 25px;
	z-index: 10;
	padding-top: 3px;
	height: 25px;
	filter:alpha(opacity=0);
	opacity: 0;
	visibility:hidden;
	overflow: hidden;
}
dl.menu dd.choosed ul.submenu {
	visibility: visible;
	filter:alpha(opacity=100);
	opacity: 1;
}
ul.submenu li { float: left; }
ul.submenu a {
	padding: 0 20px 0 8px;
	+padding-top:2px;
	color: #FFF;
}
ul.submenu a:hover,dd.choosed ul.submenu{ color: #006; }
/*navs*/
.menuwarp .navs{
	clear: both;
	background: url(bg/shared.gif) repeat-x 0px -280px;
	width: 520px;
}
.navs .navsl{ background: url(bg/shared.gif) no-repeat 0px -310px; }
.navs .navsr{
	background: url(bg/shared.gif) no-repeat 100% -340px;
	height: 28px;
}
/*position*/
.wrap .position{
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	background: url(bg/shared.gif) repeat-x 0px -410px;
}
.position h2{
	background: url(bg/shared.gif) no-repeat 0px -440px;
	font-size: 12px;
	padding-left: 10px;
	font-weight: normal;
	color: #900;
}
.position h2 a{ color: #FF0; }
.position h2 a:hover{ color: #900; }
.position h3{
	float: right;
	background: url(bg/shared.gif) no-repeat 100% -470px;
	padding-right: 10px;
	font-size: 12px;
	color: #900;
}
.position h3 a{
	margin-left: 10px;
	color: #FFF;
	text-decoration: underline;
}
.position h3 a:hover{ color: #FF0; }
/*entry*/
.wrap .entry {
	_height: 480px;
	min-height:480px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #2a2a2a url(bg/bg.jpg) repeat-x 0 0;
	border: 2px solid #FFF;
	margin-bottom: 10px;
	padding-top: 20px;
}
.entry h2{
	padding: 0 20px 10px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.entry h6{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
/*cates*/
.entry ul.cates{
	float: right;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	margin-right: 23px;
}
ul.cates li{ float: left; }
ul.cates a{
	color: #333;
	display: block;
	height: 30px;
	width: 100px;
	text-align: center;
}
ul.cates a:hover{color: #FFF;}
ul.cates a.choosed{
	background: url(bg/shared.gif) no-repeat 0px -500px;
	color: #FFF;
}
/*inner*/
.entry .inner{
	margin: 0 23px 10px;
	padding: 10px;
	background: #FFF url(bg/inbg.gif) repeat-x 0px 0px;
	border: 1px double #FFF;
	_height: 400px;
	min-height:400px;
}
/*collist*/
.entry .collist{}
.collist acronym{ position: absolute; }
.collist acronym a{
	height: 30px;
	width: 15px;
	background: url(../../resold/skins/bg/bg.gif) no-repeat -30px -820px;
}
.collist acronym a.prev{ float: left; }
.collist acronym a.next{
	float: right;
	background-position: -45px -820px;
}
.collist acronym a:hover{ background-color: #FF9; }
.collist .colwrap{ overflow: hidden; margin: 0 auto; }
.collist ul{}
.collist ul li{
	float: left;
	text-align: center;
}
/*footer*/
.footer {
	line-height: 18px;
	clear: both;
	color: #999;
}
.footer ul.self{ text-align: center; }
/*mask*/
.mask,
.cover{
	background: #000 url(../../uc/skins/shared/ing/loging.gif) no-repeat center center;
	z-index: 1000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	display: none;
	position:absolute;
}
.cover{
	position: fixed;
	_position:absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

