@charset "UTF-8";
/* CSS Document */

/* all website description */
a {
	color: #990000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #FF0000;
}

html {
	background:url("http://lib.store.yahoo.net/lib/yhst-94048725488231/gradientbackground.jpg") repeat-x scroll 0 0 #F5F6F7;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
}
	
/* important to set the width of the overall pages */ 	
div#pagewrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}

div#header {
	height: 45px;
	margin: 0;
	padding: 10px 0 5px 0;
}
	
	img#logo {
		float:left;
	}

	/* header links */
	ul#headerlinks {
		float: right;
		font-size: 11px;
	}
	ul#headerlinks li {
		display: inline;
		margin-left: 1em;
	}


/* navigation section*/	
div#nav {
	color: #FF9900;
	overflow: none;
	background-color: green;
	height 28px;
}
div#nav a {
	color:#FFF;
	text-decoration: none;
}
div#nav a:visited {
	color:#DDD;
}
div#nav a:hover {
	color:#FFFFCC;
}

div#nav ul {
	float: left;
	list-style-type:none;
}

div#nav ul li {
	float: left;
	margin: 0 0.15em;
}

div#nav li a {
	background: url("") #333 bottom left repeat-x;
	height: 28px;
	line-height: 30px;
	float: left;
	width: 175px;
	display: block;
	text-align: center;
}

form#search {
	float: right;
	font-size: .8em;
	height: 22px;
	padding: 3px 0px 3px 5px;
	text-align: center;
	width: 230px;
}

div#nav ul li, form#search  {
	background-color: #333;
}



/* left column */
div#leftcolumn {
	display: inline;
	float: left;
	width: 200px;

}

/* content wrapper */
div#contentwrapper {
	clear: both;
	font-size: .8em;
	margin-bottom: 1em
	;
	overflow: hidden;
	padding: 1em 0;
}

/* center main content */
div#centermain {
	float: left;
	margin: 0 0 0 24px;
	width: 510px;
}

/* right column */
div#rightcolumn {
	float: right;
	width: 220px;
}

/* footer */
div#footer {
	border-top: 3px solid #000;
	clear: both;
	padding: 5px 0;
	font-size: .8em;	
}
div#footer ul {
	display: inline;
}
div#footer ul li {
	display: inline;
	margin-left: 1em;	
}


/* reformatting Yahoo's style */
.contentsTableTd {
	padding: 10px;
	vertical-align:text-top;
}

/* sidebar */
/* ebook categories sidebars */
.leftsidebar, .rightsidebar {
	background-color: #F5F6F7;
	border-radius: 5px; -moz-border-radius : 5px;
	border: 1px solid #ccc;
	padding-bottom: 1em; /* fixes the space inside the block so the last link has some space*/
	margin-bottom: 1.5em; /* fixes the space inside after */
}
.leftsidebar h2, .rightsidebar h2{
	background-color: #ddd;
	border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 1em;
}

ol.catlist li {
	padding: 4px 0 4px 2em;
}

.rightsidebar {
	padding: 1em;
}

.phone800 {
	color: #555;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 0;	
}

.ymaaaddress {
	padding: 1em;
}


/* security logos */
.bbblogo, .yahooecommerce {
	margin-left: 1em;
}


/* privacy policy */
div#info-div h1, div#info-div p {
	margin: 10px 0;
}

	div#info-div h1 {
		font-size: 1.8em;
		font-weight: bold;
	}
	div#info-div h2 {
		font-size: 1.4em;
		font-weight: bold;
	}

p.question {
	font-size: 1.3em;
	padding: 1em 0 0 0;
	font-weight: bold;
}

ul#categories, ul#categories ul  {
	margin-left: 1em;
}

ul#categories li { 
	margin: .5em;
}

/* ebook item book page */


div.itemName {
	font-size: 1.3em;
	margin-bottom: .5em;
}

div.pageText {
	clear: both;
}

div#mainpage div.itemName {
	font-size: 1em;
}

/* link to ymaa.com */
div#ymaalink {
	float: right;
	margin: .5em 1.5em;
	padding: 1em;
	text-align: right;
	width: 180px;
}
div#ymaalink img {
	float: right;
	margin-left: 10px;
}

p.ebookformat {
	margin-top: 1.5em;
}

h2.category {
	font-size: 1.5em;
	font-weight: bold;
}
p.emailimportant {
	background-color: red;
	font-size: 14px;
}
span.bold {
	font-weight: bold;
}