@charset "utf-8";
/*---------------Various div Style------------------------------*/
div#pgContainer {
	border: 1px solid #CCC;
	width: 980px;
	float: left;
	height: 1250px;
	background-color: #000000;
}
	
div#globalNav {
	border: 0;
	width: 890px;
	float: left;
	background-color: #000000;
	margin-left: 45px;
}

#apDiv1 {
	position:absolute;
	width:500px;
	height:79px;
	z-index:1;
	left: 313px;
	top: 128px;
}

div#sectionLink {
	background-color: #FFDD84;
	background-image: url(../images/sectlinkbg.jpg);
	border: 0;
	width: 180px;
	height: 1010px;
	float: left;
	margin: 0;
	clear: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

div#mainContent {
	background-color: #EDE8CB;
	border: 0;
	/*border-top: 3px solid #FF9933;*/
	width: 756px;
	height: 1010px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}
div#mainContentCNY {
	background-color: #ff9e73;
	border: 0;
	/*border-top: 3px solid #FF9933;*/
	width: 756px;
	height: 1010px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}
div#mainContentOccasion {
	background-color: #FEE9E0;
	border: 0;
	/*border-top: 3px solid #FF9933;*/
	width: 756px;
	height: 1010px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}
div#mainContentPrice {
	background-color: #F0F0FF;
	border: 0;
	/*border-top: 3px solid #FF9933;*/
	width: 756px;
	height: 1010px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}

div#rightPanel {
	background-image: url(../images/yellowBg.jpg);
	background-repeat: repeat-y;
	background-color: #FFDD84;
	border: 0;
	/*border-top: 3px solid #FF9933;*/
	width: 44px;
	height: 1010px;
	float: right;
	margin-top: 0px;
	color: #E7B846;
}

div#footer {
	border: 0;
	width: 840px;
	height: 59px;
	letter-spacing: 1px;
	padding-top: 38px;
	padding-left: 140px;
	clear: both;
	border-top-color: #FF9933;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	color: #EDE8CB;
	text-align: center;
}
div#footergn {
	border: 0;
	width: 840px;
	height: 59px;
	letter-spacing: 1px;
	padding-top: 38px;
	padding-left: 140px;
	clear: both;
	border-top-color: #FF9933;
	background-image: url(../images/footerBggn.jpg);
	background-repeat: no-repeat;
	color: #EDE8CB;
	text-align: center;
}

div#footerOc {
	border: 0;
	width: 840px;
	height: 59px;
	letter-spacing: 1px;
	padding-top: 38px;
	padding-left: 140px;
	clear: both;
	border-top-color: #FF9933;
	background-image: url(../images/footerBgOc.jpg);
	background-repeat: no-repeat;
	color: #EDE8CB;
	text-align: center;
}

div#footerCNY {
	border: 0;
	width: 840px;
	height: 59px;
	letter-spacing: 1px;
	padding-top: 38px;
	padding-left: 140px;
	clear: both;
	border-top-color: #FF9933;
	background-image: url(../images/footerBgCNY.jpg);
	background-repeat: no-repeat;
	color: #EDE8CB;
	text-align: center;
}
/*---------------Text Style------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	font-weight: bold;
	color: #996633;
	text-decoration: none;
	padding: 0;
	height: 15px;
	border-top: 0;
	border-bottom: 0;
	margin: 0px;
}
.textspace {
	font-size: 9px;
	line-height: 4px;
	color: #FFFFFF;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1.8px;
	font-weight: normal;
	font-variant: normal;
	color: #996600;
	text-decoration: none;
	background-image: url(../images/secYelBg.jpg);
	background-repeat: repeat-y;
	background-color: #FFCC33;
	/*background-color: #E8F9F8;- WHITE BG */
	display: block;
	padding-left: 9px;
	border-top: 3px solid #E0DFE3;
	border-bottom: 2px solid #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 171px;
	border-top-color: #FF9933;
	border-bottom-color: #C66D4B;
	margin-bottom: 2px;
	margin-top: 0px;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #AE842B;
	font-size: 21px;
	letter-spacing: 0.5px;
	font-style: normal;
}
.Headinggn {
	font-family: Arial, Helvetica, sans-serif;
	color: #9674C0;
	font-size: 21px;
	letter-spacing: 0.5px;
	font-style: normal;
}
.prodcode {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: bold;
	font-variant: normal;
	color: #E34D0E;
}

.prodprice {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: bold;
	font-variant: normal;
	color: #AE842B;
}

.PagingText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: centre;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: normal;
	font-variant: normal;
	color: #AE842B;
	text-decoration: none;
}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: normal;
	font-variant: normal;
	color: #AE842B;
	text-decoration: none;
	line-height: 17px;
}

.GeneralHeading {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.6px;
	font-weight: normal;
	font-variant: normal;
	color: #CC6666;
	text-decoration: none;
	line-height: 21px;
}

.RecordCount {
	font-family: Arial, Helvetica, sans-serif;
	text-align: centre;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-variant: normal;
	color: #B88B2E;
}

.Topline {
	color: #E65900;
	font-size: 16px;
	font-style: italic;
}


/*---------------globalNav Style------------------------------*/
#globalNav ul {
	margin:0;
	padding:0;
	background-color: #000000;
	margin-left: 182px;
}

#globalNav ul li {
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
	background: #000000;
}
#globalNav ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1.5px;
	color: #999999;
	text-decoration: none;
	line-height: 24px;
	margin:0;
	display: block;
	border-color:#4B4B4B;
	border-width: 0px 1px 0px 0;
	border-style:solid;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 14px;/*---- this padding pushes the text buttons to the right-------*/
}
	
#globalNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFCC33;
}

#globalNav a:active{
	color: #FFFFCC;
	background-color: #DB5307;
}


#globalNav ul a.last{
	border-width: 0px;
}


/*---------------sectionLink Style------------------------------*/
/*------ Note: sectionLink is 180px wide with no padding -------*/

#sectionLink ul {
	margin:0;
	padding:0;
}

#sectionLink ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#sectionLink ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #A55438;
	text-decoration: none;
	line-height: 20px;
	margin:0;
	/*border-bottom: 1px solid #FFF; - white line*/
	border-bottom: 1px solid #999;
	width: 169px;
	padding-left: 11px;
	display: block;
	border-bottom-color: #D1BF58;
	letter-spacing: 0.6px;
}

#sectionLink a:hover, a:active{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/hoverbar.jpg);
	/*background-color: #E8F9F8;*/
	font-weight: bold;
	color: #FFFFCC;
}

#sectionLink ul a.last {
	border-bottom: none;
}
