/***************************************************************************
/		LOCAL STYLESHEET
/		/css/local.css
***************************************************************************/

/* GENERAL */

.bgOverride				{ background-color: #FFFFCC; }
.hdrButton				{ font-family: verdana, sans-serif; font-size: 11px; font-weight: bold; color: #336699; }
.txtSpotlight			{ font-family: verdana, sans-serif; font-size: 11px; line-height: 13px; color: #666666; }
.RightNavCell {
	padding: 6px 2px 2px;
}
ul {
	margin-left: 0px;
	margin-top: 3px;
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 3px;
	padding-left: 0px;
}
.NavHeading {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	list-style-type: disc;
	list-style-image: url(/images/new/img_semicircle.gif);
}

.test { background-color: Green; font-size:xx-large; font-weight:bold}
.test2 { background-color: Lime; font-weight:normal}
.normal { font-size:x-large }
.new { font-weight:bold }

#counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 35px;
	width: 175px;
}
/* New Book Countdown */

#countdown {
	background: url(../images/img_countdown365.jpg) no-repeat;
	width: 340px;
	height: 110px;
	background-color: #000000;
}
#countdown .timer {
	float:left;
	font-size:28px;
	font-weight:bold;
	position:relative;
	top:25px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	width: 175px;
	text-align: right;
	left: 80px;
}
#countdown #daysuntil {
	left: 27px;
	width: 30px;
	text-align: center;
}
#countdown #hoursuntil {
	left: 50px;
	width: 30px;
	text-align: center;
}
#countdown #minutesuntil {
	left: 75px;
	width: 30px;
	text-align: center;
}
#countdown #secondsuntil {
	left: 97px;
	width: 30px;
	text-align:center;
}

