@charset "utf-8";

/*
CSS for 9780415772624

Author: Marie Mansfield
Email: marie.mansfield@tandf.co.uk
*/

/*------ LAYOUT ------*/
body {
	background: #000 url(../images/body-bg.gif) scroll repeat-y left top;
	font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width:760px;
	margin:0 auto;
	border-bottom:none;
	}
	
#header h1 {
	position:relative;
	width:760px;
	height:150px;
	/*margin-left:150px;*/
	}
#header h1 span {
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(../images/header.gif) center top no-repeat scroll;
	}
	
#newsite {
	position:relative;
	}
#newsite img {
	position:absolute;
	top:-150px;
	right:0;
	}

#navigation {
	float:left;
	width:180px;
	}
	
#navigation ul {
	margin-top:22px;
	padding-bottom:20px;
	}	

#subNavigation {
	/*position:relative;
	margin-left:150px;
	margin-top:-400px;*/
	height:30px;
	width:570px;
	float:right;
	}
	
#subNavigation ul {
	margin:0;
	padding:0;
	float:right;
	background:#c5c981;
	width:570px;
	
	}
#subNavigation li {
	float:right;
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}


#content {
	background:#fff url(../images/content.gif) repeat-y scroll;
	padding:5px;
	float:right;
	width:750px;
	}
#innerContent {
	width:565px;
	background:#fff;
	float:right;
	padding-left:5px;
	}
		
#footer {
	padding: 10px 10px;
	background: #640557 url(../images/footer.gif) repeat-y scroll bottom;
	color:#FFF;
	font-size:0.9em;
	text-align:center;
	width:740px;
	}
	
/*------- NAVIGATION ------*/

#navigation li a {
	display:block;
	padding:10px 3px;
	width:170px; 
	text-decoration:none; 
	color:#fff; 
	font-weight:bold;
	font-size:1.0em;
	}

#navigation li a:hover {
	color:#640557;
	background:#fff;
	}
#navigation a.current {
	color:#000;
	background:#fff;
	}
	
#navigation a.current:hover {
	color:#000;
	cursor:default;
	}

#navigation li.subNav a {
	padding:6px 3px;
	}
		
#subNavigation li a {
	color:#000;
	padding:5px 8px 13px 8px;
	line-height:30px;
	text-decoration:none;
	font-size: 0.9em;
	}
#subNavigation li a:visited {
	color: #666;
	}	
#subNavigation li a:hover {
	color:#fff;
	}
		
#content a {
	color:#5d6023;
	}
#content a:hover {
	color:#a2a83d;
	text-decoration:none;
	}	

#footer a {
	color:#FFF;
	}
/*------- CONTENT ------*/
h2 {
	font-size: 1.7em;
	padding:5px 0 5px 0;
	background:url(../images/underline.gif) bottom no-repeat scroll;
	}
h3 {
	font-size: 1.4em
	}
h4{
	font-size: 1.2em
	}
h5, p, li, blockquote, cite, #questions, #feed, #innerContent ul{
	font-size: 0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
h5{
	font-size: 0.9em;
	margin-bottom:5px;
	}	
h6 {
	font-size: 0.9em;
	font-style:italic;
	}
	

ul.chapterList {
	font-size: 0.9em;
	margin-bottom:1.5em;
	list-style:none;
	}	
ul.chapterList em {
	font-style:italic;
	}
	

ol.content{
	margin-left:-20px;
	list-style:decimal;
	}
	
ol.subList{
	list-style:lower-alpha;
	}	
p.indent{
	margin-left:20px;
	}	
	
li.glossary{
	display:table-cell;
	padding:30px;
	list-style:none;
	float:left;
	font-weight:bold;
	font-size:1.4em;
}

ul.glossarySm{
	margin-left:-20px;
	display:table;
}
li.glossarySm{
	display:table;
	padding:18px;
	list-style:none;
	float:left;
	font-weight:bold;
	font-size:1.7em;
}

ul.adverts{
	display:table;
	margin-left:-30px;
	}
li.adverts{
	display:table-cell;
	padding:7px;
	list-style:none;
	float:left;
	}

ul.plainList{
	margin-bottom:1.5em;
	}
li.plainList {
	padding-bottom:5px;
	}
	
table {
	margin:7px 7px 10px 0;
	width:510px;
	border: 1px solid #000;
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
th, td{
	border: 1px solid #aaa;
	padding:2px;
	}	
	


/*
CSS for db driven MCQs

Author: Mat Frankum 2007
Email: matthew.frankum@tandf.co.uk
*/

#questions {
	width:500px;
	}
#questions p.q {
	font-weight:bold;
	}
#questions label {
	display:block;
	margin:5px 0;
	}
#questions label:hover {
	background-color:#E4E7BC;
	}
	
/* hides ticks and crosses parent element at start of unit */
#questions .hide {
	visibility:hidden;
	}
#questions .feedback {
	float:right;
	position:relative;
	}
#questions .feedback span {
	position:absolute;
	}
	
#questions img {
	border:0;
	}
	
/*---------------DISCUSSION QUESTIONS AND CASES----------------*/
div.hide{
	color:#640557;
}
p.comments{
	cursor:pointer;
}