/* html definitions*/
body{
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;

	
	}

h1 {
font-size:large;
color:#0066CC;
margin-bottom:0px

	
	}
	
img {border:0px}


h3 {
color:#0066CC;
	font-size: medium;
	
	}
	
	h4 {
	font-size: small;
font-weight:bold;
color:#000000;
border-bottom:1px solid #eeeeee;
}


p { font-size:small;
	color:#404040
	}


	
	
/* Homepage styles */
	
.homelinks {text-align:center; margin-top:0px}
.homelinks a {font-size:medium; font-weight:bold; padding:0px 25px 0px 25px}
.homelinks a:hover {text-decoration:none; background-color:#eee}


.home_bottom {
	background-color: #F68916;
	border:1px solid #000;
	height:20px;
	}
/* header classes*/

.oup_logo {
	background-color: #000066;
	vertical-align: top;	
	}

#feature {border:0px solid #909090; width:100%; overflow:hidden}
#feature p {font-size:small; padding:2px; margin:0px}
#feature img {float:left; vertical-align:text-top; width:100px}



/* breadcrumb*/
.breadcrumb{
font-size:small;
	background-color: #F68916;	
	color: #000000;
	margin: 0px;
	border-bottom:1px solid #000;

	}

.breadcrumb a{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
		padding-bottom:5px
	}

.breadcrumb a:hover {
	text-decoration: none;
	}

#footer {
	font-size: x-small;
	margin-top: 10px;
	}

/* Section page exercise links */
/* display: none; to remove the links */
/* display: normal; to reveal the links*/

#children {
	background: #dddddd;
	border: 1px solid #000000;
	}
.child {
	color: #FF0000;
	display: block;
	}



/* middle matter*/

.middle_matter {
background-color:#ffffff;
	clear:both;
	width:747px;
	vertical-align:top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:8px;
}

.book_image {
	margin-top: 30px;
	}

.home_page {

	}

#links {
	font-size:10pt;
	background-color: #ffffff;
	text-indent: 5pt;
	padding-bottom: 4px;
	}

/* bar at the bottom*/
/*exercise and level templates*/

/*home page template*/
/* left-hand navigation block level style*/

.content ol, dl, ul, {font-size:small; color:#404040;}



.comingsoon {color:red; text-decoration:none; }

