/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #9FA48C;
  color: #000000;
  margin: 0px;
}

/*A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #917B00;
	text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	font-family: Arial;
	font-size: 11px;
	color: #A28800;
	background: #ffffff;
}

TD.headerNavigation {
  font-family: Arial;
  font-size: 11px;
  color: #A28800;
  font-weight : bold;
}

A.headerNavigation { 
	font-family: Arial;
	font-size: 11px;
	font-weight : bold;
	color: #A28800; 
}

A.headerNavigation:hover {
  color: #4A3800;
  text-decoration:underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: normal;
}

.infoBox {
  background: #A6AB94;
}

.infoBoxContents {
  background: #F0F1ED;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F7F7F7; /* #f8f8f9  */
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F0F0F0; /* f8f8f9 */
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #9FA48C; /* b6b7cb */
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial; /* Verdana, Arial, sans-serif  */
  font-size: 11px;
  background: #9FA48C; /* b6b7cb */
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial; /* Verdana, Arial, sans-serif */
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial; /* Verdana, Arial, sans-serif */
  font-size: 19px;
  font-weight: bold;
  color: #333333; /* 9a9a9a */
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial; /* Verdana, Arial, sans-serif; */
  font-size: 12px; /* 11 */
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Added by Jagadees */
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:105px;
	height:17px;
	margin:0px;
}

.footer1 {
	padding: 6px;
	border-width: 6px 6px 0px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #A28800;
}

#rt_nav {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE0D4;
	background-image: url(images/rgt_nav_bkg.gif);
	background-repeat: repeat-y;
}

.rightBrowseBooks {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	letter-spacing:3px;
	color:#FFFFFF;
	text-decoration:none;
}

#top_nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	text-align: right;
	padding-right: 6px;
}

#hdr_browse {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

#hdr_browse_subs {

	border-width: 6px 6px 0px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #e9ebe3;
}

#hr_browse_reslts {
	background-color: #e9ebe3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646768.;
	line-height: 150%;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.feature {
	padding: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.feature td {
	background-color: #DEE0D4;
	padding-top:28px;
	padding-bottom: 25px;
	color:#333333;
}
.feat_auth {
	font-family: Arial;
	font-size: 14px;
	color: #A28800;
	margin-top: 10px;
	font-weight: bold;
}

.feat_auth_detail {
	font-family: Arial;
	font-size: 14px;
	color: #A28800;
	font-weight: bold;
	margin-bottom: 0px;
}
.feat_title {
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	color: #000000;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right 

  !important;
  margin: 10px 0px 0px 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #DEE0D4;
  border: 0px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  }
 
 .imgborder {
	border: 1px solid #FFFFFF;
}

.formFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#feature_sub .book {
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	height:98px;

}

#feature_sub .links {
	padding-left: 4px;
}

#feature_sub .txt {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 22px;
	padding-left: 0px;
	font-size: 10px;
	text-align: left;
	color:#333333;
	line-height:130%;
}

#feature_sub {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

#feature_sub_new {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.img-shadow2 {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right 
  !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px 
  !important;
  margin: 10px 0 0 5px;
  }

.img-shadow2 img {
  display: block;
  position: relative; /**/
  background-color: #DEE0D4;
  border: 0px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  }
  
  .sub_title {
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.sub_auth {
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A28800;
	margin-top: 10px;
	font-weight: bold;
}
#mid {
	border-width: 0px 0px 0px 1px; /* 0px 1px 0px 1px; 0px 1px 1px 1px */
	border-style: solid;
	border-color: #DEE0D4;
}
#footer {
	padding: 6px;
	border-width: 6px 6px 0px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #A28800;
}

#genre {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

#genre #mid {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

#genre td {
	background-color: #DEE0D4;
}

#genre .txt {
	font-family:Arial, Helvetica, sans-serif;
	padding: 16px 8px 22px 4px;
	font-size: 10px;
	text-align: left;
	color:#333333;
	line-height:130%;
}

#genre_title {
	font-family:Arial;
	color: #b5b8aa;
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	padding: 10px 0px 0px 25px;
}

#genre .book {
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 25px;

}

#detail {
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;

}

#detail #photo{
	background-color:#DEE0D4;
	border-width: 6px 0px 6px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	padding:25px 0px 0px 20px;
}
#detail #txt{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	background-color:#DEE0D4;
	border-width: 6px 6px 6px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding:25px 10px 15px 10px;
}
#detail #blog {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE0D4;
	background-color: #FFFFFF;
}

#detail #featured_book{
	border-width: 6px 0px 6px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	padding:0px 0px 0px 15px;
}

#detail #other_book{
	border-width: 6px 0px 6px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	padding:0px 50px 0px 15px;
}

#detail #other_book2 {
	padding: 6px 25px 6px 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE0D4;
	background-color: #FFFFFF;
}


#detail #featured_booktxt{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-align:justify;
	border-width: 6px 6px 6px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding:0px 10px 6px 10px;
	line-height:130%;
}

#detail #featured_title{
	border-width: 6px 0px 6px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	padding:5px 0px 0px 20px;
	font-size: 14px;
	color: #A28800;
	font-weight: bold;
	text-transform:uppercase;
}

#detail #featured_other{
	border-width: 6px 0px 6px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	padding:5px 0px 0px 20px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform:uppercase;
}

.blog_date {
	color: #A28800;
	margin-top:6px;
}

.comments {
	border-width: 1px 0px 0px 0px;
	border-style:dashed;
	border-color: #DEE0D4;
	padding:5px 0px 6px 0px;
	margin-top:10px;
	line-height:125%;
}

.comments_other {
	font-family:Arial;
	border-width: 1px 0px 0px 0px;
	border-style:dashed;
	border-color: #DEE0D4;
	padding:5px 0px 6px 0px;
	margin-top:10px;
	line-height:125%;
	font-size:10px;
}

.comment_date {
	text-align:right;
	margin-top:0px;
}

.gold_allc{
color: #A28800;
text-transform:uppercase;
}
.gold_allc a:link{
color: #A28800;
text-transform:uppercase;
}
.gold_allc a:visited{
color: #A28800;
text-transform:uppercase;
}
.gold_allc a:hover{
color: #666666;
text-transform:uppercase;
}

.list1{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	background-color:#ecefe3;
	height:24px;
}

.list2{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	height:24px;
}

A.srchlist1{
	font-size:12px;
	color:#000000;
	background-color:#ecefe3;
	height:24px;
	font-family: Arial; 
	text-decoration: none; 
}
A.srchlist1:active{
	font-size:12px;
	color:#000000;
	background-color:#ecefe3;
	height:24px;
	font-family:Arial; 
	text-decoration: none;
}
A.srchlist1:visited{
	font-size:12px;
	color:#000000;
	background-color:#ecefe3;
	height:24px;
	font-family: Arial;
	text-decoration: none;
}
A.srchlist1:hover{
	font-size:12px;
	color:#000000;
	background-color:#ecefe3;
	height:24px;
	font-family: Arial; 
	text-decoration: none; 
}


A.srchlist2{
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	height:24px;
	font-family: Arial; 
	text-decoration: none; 
}
A.srchlist2:active{
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	height:24px;
	font-family:Arial; 
	text-decoration: none;
}
A.srchlist2:visited{
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	height:24px;
	font-family: Arial;
	text-decoration: none;
}
A.srchlist2:hover{
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	height:24px;
	font-family: Arial; 
	text-decoration: none; 
}

.loginbox {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.loginbox td {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	background-color: #DEE0D4;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 10px;
	color:#333333;
}
.headerNavFont
{
	font-family:Geneva;
	font-size:10px;
	font-weight:bold;
	color:#797979;
}

.ordinarybox {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.TableOuterBorder {
	border: 1px solid #DEE0D4;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #9FA48C;
  color: #ffffff;
}

.row2 {
  font-family: Arial;
  font-size: 12px;
  color:#333333;
  background: #F3F3F3;
}

.row1 {
  font-family: Arial;
  font-size: 12px;
  color:#333333;
  background: #FfFfFf;
}

#top_nav_breadcrumb {
	font-family: Arial;
	font-size: 11px;
	color: #A28800;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
}

.ImageOuterBorder {
	border: 1px solid #FFFFFF;
}


/*             styles for the star rater                */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 65px;
		height: 11px;
		position: relative;
		background: url(images/star_rating_trans.gif) top left repeat-x;
		margin-bottom:5px;
		font-size:8px;	
		clear:both;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:13px;
		height: 11px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(images/star_rating_trans.gif) left bottom;
		z-index: 1;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:13px;
	}
	.star-rating a.two-stars{
		left:13px;
	}
	.star-rating a.two-stars:hover{
		width: 26px;
	}
	.star-rating a.three-stars:hover{
		width: 39px;
	}
	.star-rating a.three-stars{
		left: 26px;
	}
	.star-rating a.four-stars{
		left: 39px;
	}	
	.star-rating a.four-stars:hover{
		width: 52px;
	}
	.star-rating a.five-stars{
		left: 52px;
	}
	.star-rating a.five-stars:hover{
		width: 65px;
	}
	
.errorfont {
	font-family: Arial;
	font-size:12px;
	font-weight: normal;
	color: #FF0000;
}

#authorlist_title {
	font-family:Arial;
	color: #b5b8aa;
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	padding: 10px 0px 10px 25px;
}

/* Start for using Ajax Popup only */
.Pop_tblouterBorder {
	border: 1px solid #917b00;
	background-color:#FFFFFF;
}
.Pop_body {
	font-family: Arial;
	font-size: 11px;
	color: #70797d;
	background-color: #dee2cf;
}
.Pop_Header {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #d4d06d;
	background-color: #251d07;
}

/* End for using Ajax Popup only */

.greentxtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #64841C;
}
.greytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #989797;
}
.normalblacktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	font-weight: normal;
	color: #403F3F;
}
.normalredtxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color:#A28800 ; /* #A60911*/
}
a.normalredtxt:hover {
	color: #917B00;
	text-decoration: none;
}
.bottomborder{
	padding-bottom:10px;
	border-width: 0px 0px 1px 0px;
	border-style:dashed;
	border-color: #DEE0D4;
}
#authornames_title {
	font-family:Arial;
	color: #b5b8aa;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:2px;
	padding: 10px 0px 10px 25px;
}

.blog_commenttext {
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
	font-weight: normal;
	color: #828282;
}

.blog_Goldtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #A28800;
}

.aboutus_heading {
  	font-family:Arial;
	font-size: 12px;
	color: #A28800;
	margin-top: 10px;
	font-weight: bold;
}

.authorlogin_Goldtext {
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #A28700;
}


A.authorlogin_Goldtext { 
	font-family: Arial;
	font-size: 11px;
	font-weight : bold;
	color: #A28800; 
}

A.authorlogin_Goldtext:hover {
  color: #4A3800;
  text-decoration:underline;
}

.authorlogin_Greytext {
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #58655D;
}

.authorlogin_box {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.authorlogin_textbox {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	height:17px;
	width:170px;
	border: 1px solid #FFFFFF;
}

/* for Search */
.list_title{
	font-family: Arial;
	background-color:#A28800;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	letter-spacing:125%;
	height:24px;
}

.authorlogin_Greytext12 {
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #58655D;
}
.hzr_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}


A.FooterLink{
	color:#FFFFFF;
	font-size:10px;
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none; 
}
A.FooterLink:active{
	color:#FFFFFF;
	font-size:10px; font-family:Verdana, Arial, sans-serif; 
	text-decoration: none;
}
A.FooterLink:visited{
	color:#FFFFFF;
	font-size:10px; 
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}
A.FooterLink:hover{
	color:#FFFFFF;
	font-size:10px; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: underline; 
}

A.OrdinaryLink{
	color:#000000;
	font-size:12px;
	font-family: Arial; 
	text-decoration: underline; 
}
A.OrdinaryLink:active{
	color:#000000;
	font-size:12px; 
	font-family:Arial; 
	text-decoration: underline;
}
A.OrdinaryLink:visited{
	color:#000000;
	font-size:12px; 
	font-family: Arial;
	text-decoration: underline;
}
A.OrdinaryLink:hover{
	color:#000000;
	font-size:12px; 
	font-family: Arial; 
	text-decoration: none; 
}

/*  For New Home Page, Added by JJ, Oct 29*/
.Homefeature {
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.Homefeature td {
	background-color: #D2D5C5; /* DEE0D4 */
	color:#333333;
}

.HomefeatureRight {
	padding-top: 0.4em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.HomefeatureRight td {
	background-color: #D2D5C5;
	color:#333333;
}

.HomeBRight {
	padding: 0.4em;
	border-right-color:#DEE0D4;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #ffffff;
}

.HomeBLastClm {
	padding: 0.4em;
	background-color: #ffffff;
}

.HomeBline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.HomeGoldtext {
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #A28700;
}

.homegold_allc{
	font-family:Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #A28800;
	text-transform:uppercase;
}
.homegold_allc a:link{
color: #A28800;
text-transform:uppercase;
}
.homegold_allc a:visited{
color: #A28800;
text-transform:uppercase;
}
.homegold_allc a:hover{
color: #666666;
text-transform:uppercase;
}

.HomeBrowntext {
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4A3800;
}

.HomeGreytext {
	font-family:Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #58655D;
}

.Hometext {
	font-family:Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #58655D;
}

.dottedborder{
	border-width: 0px 0px 1px 0px;
	border-style:dashed;
	border-color: #DEE0D4;
}

.HomeBcolums {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.HomeGoldtextnormal {
	font-family:Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #A28700;
}
/* d2d5c5 */

#footerindex3 {
	/*padding: 6px;*/
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	border-width: 6px 0px 0px 6px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #A28800;
}

TR.footerindex3 {
  background: #bbc3d3;
}

TD.footerindex3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: normal;
}

#footerindex3_right {
	/*padding: 6px;*/
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	border-width: 6px 6px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #A28800;
}

TR.footerindex3_right {
  background: #bbc3d3;
}

TD.footerindex3_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: normal;
}

/* ticker */

#ticker {
	width:				515px;
	height:				15px;
	margin:				0 !important;
	padding:			0 !important;
	/*border-top:			solid 1px #9aa3a6;
	border-bottom:		solid 1px #9aa3a6;*/
	background:			#A28800;
	
}

#ticker  img {
	float: 				left;
	display:			inline;
}
/*
#ticker  #morenews {
	color:				#fff;
	float: 				right;
	font-weight:		bold;
	font-size:			9px;
	padding:			4px 6px 0 0;
	display:			inline;
}
div.marginleft {
	margin:				4px 0 0 556px;
}

div.marginleft a {
	display: 			block; 
	height: 			155px;
	overflow:			hidden;
}*/

.poll_top {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE0D4;
	background-color: #FFFFFF;
}

.poll_top td {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	padding-top:2px;
	padding-left:12px;
	padding-right:7px;
	padding-bottom: 2px;
	color:#333333;
}

.poll_sub {
  	font-family:Verdana;
	font-size: 10px;
	color: #A28800;
	margin-top: 10px;
	font-weight: bold;
}

.poll_blacktxt {
	font-family: Verdana;
	font-size: 10px;
	text-align:justify;
	font-weight: bold;
	text-decoration:none;
	color: #58655D;
}

.poll_previoustxt {
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
	color: #92A097;
}

.PollingPageGoldText {
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	padding-bottom:10px;
	color: #A28700;
}