/*
Starter CSS
last update: 11.29.10
*/

/*
colors:
   main logo red: cc092f
   red: a30234
  blue: 005295
 green: 719345
  grey: 999
*/

/* main elements */
body {
	margin: 0; padding: 0;
	color: #444;
	background-color: #999;
	text-align:center;
}
h1, h2, h3, h4 {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal; 
}
p, td {
	margin: 0; padding: 0;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;	
}
a         { font-weight: normal; text-decoration: underline; }
a:link    { color: #f60; }
a:visited { color: #f60; }
a:hover   { color: #888; text-decoration: none; }
a:active  { color: #888; text-decoration: none; }

#wrap {
	margin: 10px auto;
	padding: 0;
	width: 940px;
	background-color: #fff;
	border: 20px solid #fff;
	text-align:left;
}
#wrap_popup {
	margin: 10px auto;
	padding: 0;
	width: 637;
	background-color: #fff;
	border: 20px solid #fff;
	text-align:left;
}
#clearIt {
	margin: 0; padding: 0;
	height: 0px;
	clear: both;
}
/* /main elements */


/* home header */
#homeHeader {
	margin: 0; padding: 0;
	position: relative;
	width: 940px;
	height: 168px;
	background: url(../img/homeHeader_bg.gif) left top no-repeat;
}
#headerContact {
	margin: 0; padding: 0;
	position: absolute;
	top: 100px;
	left: 305px;
	width: 240px;
	height: 16px;
	background: url(../img/shoppingcart.gif) left top no-repeat;
}
#headerContact p {
	margin-left: 20px; 
	padding-top: 4px;
	font-size: 10px;
	line-height: 10px;	
}
a         { font-weight: normal; text-decoration: none; }
a:link    { color: #a30234; }
a:visited { color: #a30234; }
a:hover   { color: #888; }
a:active  { color: #888; }

/* home header: navigation */
#homeNav, #homeNav ul, #homeNav li, #homeNav li a {
	margin: 0; padding: 0;
}
#homeNav {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 553px;
	height: 40px;
}
#homeNav ul  {
	list-style: none;
	float: left;
}
#homeNav li {
	display: inline;
}
#homeNav li a {
	float: left;
	height: 40px;
}
#homeNav li a:hover {
	text-decoration: none;
}
#homeNav li a span {
	display: none;
}
#hn1, #hn2, #hn3, #hn4, #hn5 {
	background: url(../img/nav1.gif) no-repeat;
}
#hn1 { background-position:    0px 0px; width:  83px }
#hn2 { background-position:  -83px 0px; width: 154px }
#hn3 { background-position: -237px 0px; width: 105px }
#hn4 { background-position: -342px 0px; width: 108px }
#hn5 { background-position: -450px 0px; width: 103px }
#hn1:hover, #hn1:focus, #hn1.on { background-position:  -553px 0px; }
#hn2:hover, #hn2:focus, #hn2.on { background-position:  -636px 0px; }
#hn3:hover, #hn3:focus, #hn3.on { background-position:  -790px 0px; }
#hn4:hover, #hn4:focus, #hn4.on { background-position:  -895px 0px; }
#hn5:hover, #hn5:focus, #hn5.on { background-position: -1003px 0px; }
/* /home header: navigation */

#homeAd {
	position: absolute;
	top: 30px; 
	left: 574px;
	width: 366px;
	height: 84px;
}
/* /home header */


/* subpage header */
#subHeader {
	margin: 0; padding: 0;
	position: relative;
	width: 940px;
	height: 168px;
	background: url(../img/subHeader_bg.gif) left top no-repeat;
}
#subSearch {
	margin: 0; padding: 0;
	position: absolute;
	top: 73px;
	left: 573px;
	width: 265px;
	height: 42px;
}
#subBrowseBooks {
	margin: 0; padding: 0;
	position: absolute;
	top: 134px;
	left: 573px;
	width: 366px;
	height: 40px;
}
/* /subpage header */


/* homeTop content */
#homeTop {
	margin: 0; padding: 0;
	width: 940px;
	border-bottom: 1px solid #999;
}

/* homeTop: left side */
#htLeft {
	margin: 0; padding: 0;
	width: 553px;
	float: left;
}

/* START: UPDATED 03/05/2010 GS */
/*
#browseBooks {
	margin: 0; padding: 0;
	width: 553px;
	background: url(../img/browseBooks_bg.gif) left top no-repeat;
	border-bottom: 1px solid #999;
}
*/
#browseBooks-new {
	margin: 0; padding: 0;
	width: 553px;
	border-bottom: 1px solid #999;
}
#browseBooks-new table {
	margin: 0 0 20px 0; padding: 0;
	width: 553px;
}
#browseBooks-new table td.links {
	padding-top: 10px;
}
/* END: UPDATED 03/05/2010 GS */

#bb_one {
	float: left; 
	margin: 10px 0 0 170px;
	padding: 0;
	width: 160px;
}
#bb_two {
	float: right; 
	margin: 10px 40px 0 0;
	padding: 0;
	width: 160px;
}
#hmLeft {
	margin: 0; padding: 0;
	width: 553px;
}
#welcome {
	float: left;
	margin: 0; padding: 0;
	width: 265px;
}
#search {
	position: relative;
	margin: 0; padding: 0;
	width: 265px;
	height: 42px;
	background: url(../img/search1.gif) left top no-repeat;
}
#search input.sBox {
	margin: 0; padding: 2px;
	position: absolute;
	top: 12px;
	left: 140px;
	width: 90px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #999;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 10px; 
	font-weight: normal;
}
#search input.sBut {
	margin: 0; padding: 0px;
	position: absolute;
	top: 12px;
	left: 243px;
}
#highlight {
	float: right;
	margin: 0; padding: 0;
	width: 265px;
}
/* /homeTop: left side */

/* homeTop: right side */
#htRight {
	margin: 0; padding: 0;
	width: 366px;
	float: right;
}
#titlelist {
	margin: 0; padding: 0;
	width: 366px;
	height: 320px;
	overflow: auto;
	border-bottom: 10px solid #fff;
}
#newsFeed {
	margin: 0; padding: 0;
	width: 366px;
	height: 120px;
	overflow: auto;
	border-bottom: 10px solid #fff;
}
#newsFeed p {
	padding: 0 10px 0 0;
}
#htRightImg {
	margin: 0; padding: 0;
}
#htRight img.hr {
	margin: 0; 
	padding: 5px 0;
	border-top: 1px solid #999;
}
/* /homeTop: right side */

#homeMidline {
	margin: 0; padding: 0;
	width: 940px;
	height: 10px;
	background-color: #999;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

/* /home top content */


/* featured products */
#featuredProducts {
	margin: 0; padding: 0;
	width: 940px;
}
#fpTitle {
	margin: 0; padding: 0;
	width: 940px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#homeProdline {
   margin: 0; padding: 0;
   width: 940px;
   height: 1px;
   background-color: #999;
   border-top: 10px solid #fff;
   border-bottom: 10px solid #fff;
}
/* /featured products */


/* product category page */
#prodCat {
	margin: 0; padding: 0;
	width: 940px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
#pcLeft {
	margin: 0; padding: 0;
	width: 553px;
	float: left;
}
#pcRight {
	margin: 0; padding: 0;
	width: 366px;
	float: right;
}
/* /product category page */


/* product detail page */
#prodDet {
	margin: 0; padding: 0;
	width: 940px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
#prodDet_in {
	margin: 0; padding: 0;
	width: 800px;
	float: left;
}
/* /product detail page */


/* footer */
#footer {
   margin: 0; padding: 0;
   width: 940px;
   background-color: #fff;
   clear: both;
   border-top: 20px solid #fff;
}
#footer_in {
	margin: 0; padding: 40px;
}
#footer_img img {
	margin: 0; padding: 0 2px 0 0;
	display: inline;
}
/* /footer */

/* typography */

#browseBooks p, #pcRight p {
	line-height: 15px;
}

#browseBooks p a         { font-weight: normal; text-decoration: none; }
#browseBooks p a:link    { color: #205678; }
#browseBooks p a:visited { color: #205678; }
#browseBooks p a:hover   { color: #999; }
#browseBooks p a:active  { color: #999; }

/* START: UPDATED 03/05/2010 GS */

#browseBooks-new p, #pcRight p {
	line-height: 14px;
}
#browseBooks-new p a         { font-weight: normal; text-decoration: none; }
#browseBooks-new p a:link    { color: #005295; }
#browseBooks-new p a:visited { color: #005295; }
#browseBooks-new p a:hover   { color: #999; }
#browseBooks-new p a:active  { color: #999; }

/* END: UPDATED 03/05/2010 GS */

#pcRight p a         { font-weight: normal; text-decoration: none; }
#pcRight p a:link    { color: #005295; }
#pcRight p a:visited { color: #005295; }
#pcRight p a:hover   { color: #999; }
#pcRight p a:active  { color: #999; }

#welcome p a         { font-weight: bold; text-decoration: none; }
#welcome p a:link    { color: #77ae9a; }
#welcome p a:visited { color: #77ae9a; }
#welcome p a:hover   { color: #999; }
#welcome p a:active  { color: #999; }

#footer_in p {
	color: #000;
}
#newsFeed h3 .orange {
	color: #f47b20;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
#newsFeed h3 .grey {
	color: #a30234;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
#newsFeed p.story {
 padding-bottom: 10px;
}
td.bookTitle, h4.bookTitle a {
	font-family: Arial, Helvetica, sans-serif;
	color: #005295;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
.bookDescription, .bookInfoBuy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}


/*
td.bookInfoBuy {

}
*/
body#author {
background:#FFFFFF;
background-color:#FFFFFF;
	padding: 0 15px;

}
body#author h1, body#author p {
	padding: 10px;
}
body#author h1 {
	color: #005295;
	font-size: 25px;
	line-height: 25px;
}
body#author span {
	vertical-align:middle;
	text-align:left;
}
h1#prodCatTitle {
	color: #005295;
	font-size: 25px;
	line-height: 25px;
	padding-bottom: 10px;
}
h2#prodCatTitle {
	color: #005295;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 10px;
}
h3#itemTitle, h3#itemTitle a {
	color: #005295;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 2px;
}
h3#itemAuthor {
	color: #005295;
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 10px;
}
.price {
	color: #a30234;
}
.priceNumber {
	text-align: right;
	padding-right: 100px;
}
.prodDetAction {
	text-align: right;
}

.prodHL {
   font-size: 10px;
   line-height: 11px;
}
.prodHL b {
   color: #444444;
}

/* /typography */


/* form stuff */
.formOne {
	width: 310px;
	margin: 0 0 5px 0;
	padding: 2px 0px 2px 2px;
	background-color: #fff;
	border: 1px solid #444;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.formTwo {
	width: 310px;
	height: 100px;
	margin: 0;
	padding: 2px 0px 2px 2px;
	background-color: #fff;
	border: 1px solid #444;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.formThree {
	width: 295px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 2px 0px 2px 2px;
	background-color: #fff;
	border: 1px solid #444;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.formFour {
	width: 295px;
	height: 100px;
	margin: 0;
	padding: 2px 0px 2px 2px;
	background-color: #fff;
	border: 1px solid #444;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.dd {
	width: 150px;
	margin: 0 0 5px 0;
	padding: 2px 0px 2px 2px;
	background-color: #fff;
	border: 1px solid #444;
	font-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.ddsubHead {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #444;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.cb {
	margin: 0 5px 0 0;
	padding: 0;
}
.btSubmit {
	width:100px;
	/* height: 16px; */
	padding:2px 2px 3px 2px;
	margin: 0px;
	background-color: #005295;
	border: 1px solid #005295;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 13px; 
	font-weight: normal;
}
/* /form stuff */


.mLinks { font-family: Verdana, Arial, Helvetica, sans-serif; 
				  font-size: 13px; line-height: 15px;
				  color: #333333; background-color: #ededed;
				  font-style: normal; font-weight: bold; text-decoration: none; }
.mLinks a:link    { color: #2e4e4e; font-weight: bold; text-decoration: none; }
.mLinks a:visited { color: #2e4e4e; font-weight: bold; text-decoration: none; }
.mLinks a:hover   { color: #cb2228; font-weight: bold; text-decoration: none; }
.mLinks a:active  { color: #cb2228; font-weight: bold; text-decoration: none; }












