body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color:#ff6600;
}
a:hover {
	text-decoration: none;
	color:#ff6600;
}
.header{
	font-size: 11pt;
}

.producthead{
	color: #999999;
	font-weight: bold;

}
.home-title{
	font-size: 12pt;
	font-weight: bold;
}
.product-title{
	font-size: 14pt;
	font-weight: bold;
}
.product-person{
	font-weight: bold;
	color:#666666;
}
.author{
	font-weight: bold;
	color:#666666;
}
.product-job{
	font-weight: bold;
	color:#ff6600;
}

.product-content{
	font-family: Arial, Helvetica, sans-serif;
}

.product-age {
	font-weight: bold;
	color:#999999;
	font-size: 12pt;
}
.product-agerange{
	font-weight: bold;
	color:#ff6600;
	font-size: 12pt;
}
.notes{
	font-size: 8pt;
}
.catlist{
   font-size: 8pt;
	font-weight: normal
}
.isbn{
	font-size: 8pt;
	font-weight: normal;
	color:#999999;
}

/*left & right aligned spans***************/
div.row span.left {
  float: left;
  text-align: left;
  }
  
  div.row span.right {
  float: right;
  text-align: right;
  }

/*DIV TAGS******************************************/

#LOGO{
position: absolute;
-moz-box-sizing: content-box;
box-sizing: content-box;
margin: 0px;
border: 0px;
left: 0px;
top: 0 px;
z-index:450;
}

#HEADER{
-moz-box-sizing: content-box;
box-sizing: content-box;
margin: 0px 0px 10px 0px;
border: 0px;
width: 750px;
height: 130px;
z-index:400;
}

#CONTENT{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	margin: 10px 10px 40px 10px;
	border: 0px;
	width: 730px;
	/*height: 250px;*/
	z-index: 0;
	vertical-align: top;
	text-align: left;
}

#LEFT{
	width: 350px;
	margin: 0px 40px 0px 0px;
	border: 0px;
}

#FOOTER{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0px;
	border: 0px;
	width: 750px;
	height:130px;
	z-index:260;
}

#MENU{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position:absolute;
	top:0px;
	width:185;
	height:90;
	z-index:420;
	left: 189px;
	visibility: visible;
}

#SLATS{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position:absolute;
	left:190px;
	top:0px;
	width:20;
	height:20;
	z-index:430;
	overflow: visible;
	visibility: hidden;
}

#NEWS{
width: 500px;
padding: 5px;
margin-left: 10px;
margin-bottom: 15px;
}

#NEWS p{
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ff6600;
}
#WINCLOSE {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position:absolute;
	top: 61px;
	left:175px;
	z-index:10000;
	font-size:11px;
	padding:10px;
	visibility: hidden;
}

#WINCLOSE a {color:#ffffff;font-size:11px;}

#WINCLOSE a.hover {color:#ffffff;font-size:11px;}

/*ENTRY TABLE DIVS*************************************/

#entdesc{
width:400px;
height:25px;
border-bottom: 1px solid #cccccc;
padding-top:3px;
padding-bottom:4px;
margin-bottom:3px;
font-weight:bold;
color:#999999;
}
#entauthor{
width:400px;
height:25px;
border-bottom: 1px solid #cccccc;
padding-top:3px;
padding-bottom:4px;
margin-bottom:3px;
font-weight:bold;
color:#333333;
}
#entbody{
width:400px;
height:25px;
border-bottom: 1px solid #cccccc;
padding-top:3px;
padding-bottom:3px;
color:#000000;
}