@charset "utf-8";
/* CSS Document */

html,input,textarea,select,option {
	font-family: "Arial",Verdana, Tahoma,"Segoe UI";
	font-size: 12px;
}


input,form,p
{
	margin: 0px;
}
body {
	background-color: #16130E;
	color: #CABE7D;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #CABE7D;
	text-decoration: none;
}
a:hover {
	color: #E6D995;
}
#Page {
}



a img
{
	border: none;
}

#PageHeader {
	width: 980px;
	height: 94px;
	margin: auto;
	text-align: center;
}

#PageFooter {
	clear:both;
}

#PageFooterBand {
	background: #FFDE00;
	color: #816F41;
	height: 80px;
}

#PageFooterBandContent
{
	width: 940px;
	margin: auto;
}

#PageFooterText {
	width: 940px;	
	padding-top: 10px;
	padding-bottom: 30px;
	margin: auto;
}


.ContentLink
{
	font-weight: normal;
	/*color: #776C4E;*/
	color: #cabe7d;
	text-decoration: none;
}

.ContentLink:hover
{
	color: #e6d995;
	text-decoration: underline;
}

#PageContent {
	min-height: 100px;
	min-width: 980px;
	overflow: visible;
	margin: auto;
}

#ArticleTitle {
	margin-top: 50px;
	background-color: #403926;
	border-bottom: solid 1px #433F33;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	padding-bottom: 45px;
}

#ArticleContent {
	margin-bottom: 60px;
	background-color: #343027;
}
#ArticleContentText {
	padding: 20px;
}

.ReturnGoldExpressions2008
{
	font-weight: normal;
	color: #816F41;
	background: #FFDE00;
	line-height: 19px;
}

.ReturnGoldExpressions2008:hover
{
	color: black;
}

.ContentTitle
{
	color: #FFE06B;
	font-size: 20px;
	font-weight: bold;
}

.GoldTitle
{
	color: #FFE06B;
	font-weight: bold;
}

.ContentTitleSmall
{
	color: #FFE06B;
	font-size: 14px;
	font-weight: bold;
}

.WhiteKeyword
{
	color: white;
	
}
.NoChinese
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	/*color: #A2936B;*/
}

.NoChinese:hover
{

	text-decoration: underline;
}

/*************************/
#TabAndSearchAreas
{
	padding-bottom: 10px;
}

#TabAndSearchAreas a
{
	font-size: 14px;
	font-weight: bold;
	color: #887446;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px;
	margin: 2px;
	width: 61px;
	text-align: center;
}

#TabAndSearchAreas a:hover
{
	color: #D6BD59;
}

#TabAndSearchAreas .selected
{
	color: #D6BD59;
	background-image:url(../slices/area.sel.bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#TabAndSearchAreas .selected:hover
{
	color: white;
}


#TabAndSearchItems
{
	background-color: #36301D;
	height: 98px;
	width: 875px;
	margin: auto;
	margin-top: 10px;
}
#TabAndSearchItems a
{ 
	background-color: #36301D;
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	padding-right: 5px;
	color: #A2936B;
	width: 105px;
	border-bottom: solid 1px #1F1B10;
	
}

#TabAndSearchItems a:hover
{
	color: #FFE167;
}


#TabAndSearchItems .selected
{
	background-image: url(../slices/item.sel.bg.jpg);
	background-repeat:repeat-x;
	background-position: left center;
	color: #FFE167;
	
}

#TabAndSearchItems .selected:hover
{
	color: white;
}

#TabAndSearchSubItems
{
	clear: both;
	padding: 5px;
	color: #CABE7D;
}

.LinkList
{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-top: 10px;
	border-top: dashed 1px #55503F;
}

.LinkList a
{
	display: block;
	background-image: url(../img/li.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 2px;
	padding-left: 20px;
	color: #CABE7D;;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}

.LinkList a:hover
{
	color: #E6D995;
	clear: both;
	text-decoration: underline;
}

.LinkList .Plus
{
	border-bottom: solid 1px #35312A;
	height: 22px;
	line-height: 22px;
}

.Block
{
	background-color: #2D2A25;
	margin-bottom: 20px;
	padding: 10px;
}


.comboBox
{
	background-image: url(../img/cb.bg.jpg);
	height: 20px;
}

.link2
{
	color: #9B8D69;
	font-weight: normal;
	text-decoration: none;
}
.link2:hover
{
	color: #ffde00;
	text-decoration: underline;
}

.link3
{
	color: #CABE7D;
	font-weight: normal;
	background-image: url(../img/arr2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	text-decoration: none;
}
.link3:hover
{
	color: #E6D995;
	text-decoration: underline;
}

.link4
{
	color: #CABE7D;
	font-weight: normal;
	
	text-decoration: none;
}
.link:hover
{
	color: #E6D995;
	text-decoration: underline;
}

.SubItemTitle
{
	color: white;
	font-weight: bold;
	line-height:20px;
	
}
.SubItemContext
{
	padding: 10px;
	float: left;
	width: 250px;
}


#PageFooterSpace
{
	clear: both;
	height: 80px;
}

.return
{
	float: right; 
	margin-top: -45px;
	width: 78px;
	height: 32px;
	background-image: url(../img/return.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.return:hover
{
	
	background-image: url(../img/return.over.gif);
}


.UrlLink
{
	text-decoration: underline;
	font-weight: normal;
	color: #FFDE00;
}
.UrlLink:hover
{
	color: #FFFADB;
}

.tvButton
{
	background-image: url(../img/tv.n.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 124px;
	height: 29px;
	line-height: 29px;
	display: block;
}
.tvButton:hover
{
	background-image: url(../img/tv.h.gif);
}

.goButton
{
	cursor: pointer;
	background-image: url(../img/go.n.gif);
	width: 22px;
	height: 19px;
	float: left;
	display: block;
	margin-left: 5px;
}

.goButton:hover
{
	background-image: url(../img/go.h.gif);
}

#PageFooter { width: 974px; margin: auto;  }
#PageFooterLeft { float: left; width: 870px; }
#PageFooterRight { float: right; width: 104px; margin-top: -34px; margin-left:-1px; }
#PageFooterLinks { clear: both; padding: 15px; }