/*CONTENT*/
 
#main h1 {
	text-align: center;
	font: bold 14px tahoma;
	margin: 30px 0 20px 0;
	color: #000;
}

/*NEXTPREV*/

.nextprev {
	width: 766px;
	height: 27px;
	margin: 0 auto;
	position: relative;
}

.nextprev li.A {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.nextprev li.B {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.nextprev li.C,
.nextprev li.D {
	position: relative;
	text-align: center;
	top: 4px;
	color: #333;
}

.nextprev li.D {
	top: 6px;
	color: #005D00;
}

.nextprev li.C span,
.nextprev li.D span,
.nextprev li.C span a {
	font: 11px Tahoma;
}
.nextprev li.C span a:hover {
	text-decoration: none;
}

.nextprev li.D span {
	color: #1607D2;
}

.nextprev li.C cite {
	font: bold 12px Arial;
	color: #1607D2;
}

.nextprev li.A a,
.nextprev li.B a {
	width: 76px;
	height: 27px;
	display: block;
	background: url(/images/button_bg.gif) -180px -160px no-repeat;
	hide-focus: expression(this.hideFocus=true); /* ie */
	outline: none;
}

.nextprev li.B a {
	background: url(/images/button_bg.gif) -180px -214px no-repeat;
}

.nextprev li.A a:hover {
	background-position: -180px -187px;
}

.nextprev li.B a:hover {
	background-position: -180px -241px;
}

/*BOOKMARK*/

.bookmark {
	width: 160px;
	margin: 0 auto;
	margin-top: 25px!important;
	margin-top: 20px;
	position: relative;
}

.bookmark li {
	float: left;
	display: inline;
	margin: 0 5px;
}

.bookmark li a {
	display: block;
	padding: 3px;
	background: #434343;
	hide-focus: expression(this.hideFocus=true); /* ie */
	outline: none;
}

.bookmark li a:hover {
	background: #000;
}

.bookmark li a span {
	position: absolute;
	width: 160px;
	text-align: center;
	top: 40px;
	left: -2000px;
	color: #333;
	text-decoration: none;
}

.bookmark li a:hover span {
	left: 0;
}

/*ACTION*/

.action {
	width: 284px;
	height: 35px;
	margin: 0 auto;
	margin-top: 50px;
	background: url(/images/action_bg.jpg) 0 0 no-repeat;
	padding: 12px 0 0 0;
	position: relative;
}

.action li {
	float: left;
	display: inline;
	margin: 0 0 0 16px;
}

.action li a {
	display: block;
	width: 73px;
	height: 20px;
	hide-focus: expression(this.hideFocus=true); /* ie */
}

.action li.A a {
	background: url(/images/action.gif) 0 0 no-repeat;
}

.action li.A_ a {
	background: url(/images/action.gif) 0 20% no-repeat;
}

.action li.B a {
	background: url(/images/action.gif) 0 40% no-repeat;
}

.action li.B_ a {
	background: url(/images/action.gif) 0 60% no-repeat;
}

.action li.C a {
	background: url(/images/action.gif) 0 80% no-repeat;
}

.action li.C_ a {
	background: url(/images/action.gif) 0 100% no-repeat;
}

/*MESSAGE*/

#main .msg {
	width: 234px;
	margin: 0 auto;
	margin-top: 7px;
	background: #938DCE;
	color: #000;
	border: 1px solid #fff;
	padding: 3px 5px 3px 5px;
	position: relative;
}

#main .msg span img {
	position: absolute;
	top: -1px;
	right: -1px;
}

#main .msg span {
	font: 12px "ËÎÌå";
}

#main .msg em {
	font: bold 16px arial;
	color: #EB3008;
	background: #ff0;
	padding: 0 5px 0 6px;
}

#main .msg a {
	color: #000;
}

#main .msg a span {
	font: 12px arial;
}

/*BOX*/

.login,
.report {
	width: 284px;
	height: 132px!important;
	height: 122px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 0 0 0!important;
	padding: 20px 0 0 0;
	background: url(/images/login_bg.jpg) 0 0 no-repeat;
	position: relative;
}

.login label {
	float: left;
	display: inline;
	width: 70px;
	text-align: right;
	color: #cdcdcd;
	margin: 2px 0 0 0!important;
	margin: 3px 0 0 0;
	padding: 0 5px 0 0;
}

.login .input {
	margin: 12px 0 0 0!important;
	margin: 10px 0 0 0;
}

.login .input input {
	border: 1px solid #8f8f8f;
	background: #fafafa;
	height: 17px!important;
	line-height: 17px!important;
	height: 19px;
	line-height: 19px;
	width: 170px;
	padding: 2px 0 0 1px!important;
	padding: 0 0 0 1px;
}

.login p.submit {
	margin: 17px 0 0 74px!important;
	margin: 15px 0 0 77px;
	cursor: default;
}

.login p.submit span {
	margin: 0 0 0 10px;
}

.login p.submit span a {
	color: #8f8f8f;
}

.login #lb {
	width: 94px;
	height: 24px;
	background: url(/images/button_bg.gif) 0 -656px no-repeat;
	border: none;
	cursor: pointer;
} 

.login h6 a,
.report h6 a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(/images/icon/close.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon/close.png', sizingMethod='scale');
	_background: none;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 7px;
}

.report {
	padding: 25px 0 0 0!important;
	text-align: center;
}

.report textarea {
	width: 218px;
	height: 50px;
	border: 1px solid #8f8f8f;
	padding: 0 2px;
	background: #fafafa;
	overflow: auto;
	line-height: 18px;
}

.report input {
	margin: 15px 0 0 0;
}

.report #lb {
	width: 94px;
	height: 24px;
	background: url(/images/button_bg.gif) 0 -692px no-repeat;
	border: none;
	cursor: pointer;
}

.report #cb {
	width: 75px;
	height: 24px;
	background: url(/images/button_bg.gif) -90px -754px no-repeat;
	border: none;
	cursor: pointer;
}

.space {
	clear: both;
	margin: 0 0 100px 0;
}

#content {
	width: 750px;
	margin: 5px auto;
	background: #2b2b2b;
	border: 5px solid #2b2b2b;
	border-width: 5px 5px 0 5px;
	position: relative;
}

#content h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 750px;
	height: 50px;
	z-index: 25;
}

#content h3 strong {
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 750px;
	text-align: center;
	font: 12px tahoma;
	color: #fff;
	cursor: default;
}

#content h3 strong cite {
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #fff;
	font-size: 0;
	position: relative;
	margin: 0 5px;
	top: -3px;
}

#flash #content {
	border: 5px solid #2b2b2b;
	border-width: 5px 5px 1px 5px;
}

#flash #content h3 {
	background: url(/images/watermark.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/watermark.png', sizingMethod='scale');
	_background: none;
	bottom: 5px;
}

#flash #content h3 strong {
	bottom: 4px;
}

#content dt,
#content dd {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 5px solid #2b2b2b;
}

#flash #content dt {
	border-bottom: 6px solid #2b2b2b;
}

#content dd {
	background: url(/images/loading.gif) 50% 50% no-repeat;
	position: relative;
}

#content dt ul {
	height: 35px;
	background: url(/images/title_bg.gif);
	border: 1px solid #4a4a4a;
	padding: 0 0 0 4px;
}

#content dt li {
	float: left;
	display: inline;
	text-align: center;
	_letter-spacing: 1px;
	margin: 0 7px 0 0;
}

#content dt li#E09 {
	margin: 0 0 0 0;
}

#content dt li a {
	display: block;
	width: 76px;
	height: 25px;
	color: #5d5d5d;
	text-decoration: none;
	padding: 10px 0 0 0;
	background: url(/images/link_bg.png) 0 0 repeat-x;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/link_bg.png', sizingMethod='scale');
	_background: none;
	cursor: pointer;
}

#content dt li strong a,
#content dt li a:hover {
	color: #8f8f8f;
	background: url(/images/link_bg_.png) 0 0 repeat-x;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/link_bg_.png', sizingMethod='scale');
	_background: none;
}

#content dt li strong a,
#content dt li strong a:hover {
	color: #aeaeae;
}

#content dd span.B a,
#content dd span.C a {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	background: url(/images/icon/manage.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon/manage.png', sizingMethod='scale');
	_background: none;
	cursor: pointer;
	top: 4px;
	right: 5px;
	font-size: 0;
}

#content dd span.B a:hover {
	background: url(/images/icon/manage_.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon/manage_.png', sizingMethod='scale');
	_background: none;
}

#content dd span.C a {
	right: 24px;
	background: url(/images/icon/digest.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon/digest.png', sizingMethod='scale');
	_background: none;
	cursor: pointer;
}

#content dd span.C cite a,
#content dd span.C a:hover {
	background: url(/images/icon/digest_.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon/digest_.png', sizingMethod='scale');
	_background: none;
}

/*RELATE*/

#relate {
	border-bottom: 5px solid #2b2b2b;
}

.carousel {
	position: relative /* keep for child element positioning*/;
	width: 910px;
	margin: 0 auto;
	border: 5px solid #2b2b2b;
	border-width: 5px 5px 0 5px;
	background: url(/images/patterns_bg.jpg);
}

#relate .border {
	width: 908px;
	height: 264px!important;
	height: 246px;
	background: #303030;
	border: 1px solid #4a4a4a;
}

.carousel h4 {
	height: 35px;
	background: url(/images/title_bg.gif);
	border-bottom: 1px solid #4a4a4a;
}

.carousel h4 p {
	position: absolute;
	top: 11px;
	left: 11px;
	font: 12px tahoma;
	color: #B2D103;
	z-index: 25;
}

.carousel a.prev,
.carousel a.next { 
	background: transparent url(/images/button_bg.gif) no-repeat -140px -600px;
	cursor: pointer;
	display: inline;
	height: 22px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 9px;
	width: 30px !important;
	z-index: 25;
}

.carousel a.next span,
.carousel a.prev span  {
	visibility: hidden;
}

.carousel a.next {
	background-position: -168px -600px;
	right: 10px;
}
.carousel a.off {
	cursor: default !important;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: 0.6;
}

.carousel .nav { 
	list-style-type: none;
	position: absolute;
	right: 80px;
	top: 14px;
	z-index: 25;
}

.carousel .nav a {
	background: transparent url(/images/button_bg.gif) no-repeat -151px -620px;
	cursor: pointer;
	display: block;
	float: left;
	height: 9px; /* display these anchors as blocks of this width and height */
	margin: 0 2px;
	overflow: hidden;
	padding: 0;
	text-indent: -100px; 
	width: 9px;
}

.carousel .nav a.current {
	background-position: -140px -620px;
	cursor: default;
}

.carousel .cover {
	position: absolute;
	width: 18px;
	height: 157px;
	background: #303030;
	z-index: 88;
	top: 37px;
	left: 1px;
}

.carousel div.warp {
	width: 890px;
	height: 157px;
	overflow: hidden;
}

.list {
	float: left; 
	display: inline;
	width: 890px;
	position: relative;
}

.list li {
	float: left;
	display: inline;
	margin: 18px 0 0 18px;
	width: 160px;
	background: #4a4a4a;
	text-align: center;
}

.list li a {
	display: block;
	background: #4a4a4a;
	padding: 5px 0 0 0;
	text-decoration: none;
}

.list li a:hover {
	background: #5d5d5d;
}

.list li a strong {
	display: block;
	font: 12px tahoma;
	color: #cdcdcd;
	padding: 4px 0 5px 0;
}

.list li a:hover strong {
	color: #fff;
}

.links {
	margin-top: 36px;
}

.links ul {
	height: 35px;
	background: url(/images/title_bg.gif);
}

.links li {
	float: right;
	display: inline;
	text-align: center;
	_letter-spacing: 1px;
	margin: 0 6px 0 0;
}

.links li a {
	display: block;
	width: 76px;
	height: 25px;
	color: #5d5d5d;
	text-decoration: none;
	padding: 10px 0 0 0;
	background: url(/images/link_bg.png) 0 0 repeat-x;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/link_bg.png', sizingMethod='scale');
	_background: none;
	cursor: pointer;
	outline: none;
}

.links li strong a,
.links li a:hover {
	color: #8f8f8f;
	background: url(/images/link_bg_.png) 0 0 repeat-x;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/link_bg_.png', sizingMethod='scale');
	_background: none;
}

.links li strong a,
.links li strong a:hover {
	color: #aeaeae;
}

.count {
	display: none;
}

#union {
	width: 474px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 60px;
	background: url(/images/union_bg.gif) 0 0 no-repeat;
	padding: 6px 0 0 6px;
}