/* -----------  main site  ----------- */

div, p, li, td {
	font-size:12px;
	font-family:"verdana","trebuchet ms", sans-serif;
	line-height:15px;
	color:rgb(140,140,140);
	}

body, div, form, ul, li, ol, table, td, tr, p, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	border:0;
  background:white;
	}

/* -----------  main divs  ----------- */

#container {
	position:relative;
	width:300px;
	margin: 16px auto;
	}
	
/* -----------  base text  ----------- */

p {
	padding:3px 0px;
	}
	
a {
	color:rgb(0,0,140);
	text-decoration:none;
	}

a:hover {
	color:rgb(220,120,0);
	}
	
li {
	line-height:13px;
	}

ul li {
	padding:2px 0px 2px 24px;
	background:url(../images/bullet.gif) no-repeat;
	background-position:3px 3px;
	list-style-type:none;
	}

ol li {
	padding:2px 0px 2px 0px;
	margin-left:24pt;
	}

sup {
	font-size:8px;
	line-height:4px;
	}

strong {
	color:rgb(220,120,0)
	}
	
/* -----------  base text  ----------- */
/* h2 title,  h4 sub,  h5 subsub       */

h2 {
	color:rgb(220,120,0);
	font-size:22px;
	font-weight:100;
	line-height:22px;
	padding:0px 0px 6px 0px;
	}

h4, div.product-description h4 {
	color:rgb(0,0,120);
	font-size:13px; 
	padding:10px 0px 2px 0px;
	font-weight:700; 
	line-height:14px;
	}

h4.pre-heading {
	padding:0px;
	}

h4.authors {
	padding:0px;
	font-style:italic;
	font-weight:100;
	}

h5 {
	color:rgb(120,120,120);
	font-size:12px; 
	padding:6px 0px 1px 0px;
	font-weight:100; 
	line-height:12px;
	}



