@charset "utf-8";

.x24 { margin-top:35px; }
#feedback #main {min-height:800px !important;}
#brand_tab {display:none;}
#book_info { top: 35px !important; right: 0 !important;}
#ribbon_back {top: 35px !important; width: 210px !important;}
#book_info a { top: 35px !important; width: 230px !important; right: 0 !important; }

.brand_tab {display:none;}
.book_info { top: 35px !important; right: 0 !important;}
.ribbon_back {top: 35px !important; width: 210px !important;}


body { 
	background-color:#fff;
	color:#111;
	background: url("http://www.routledge.com/textbooks/9780415608978/images/background.jpg") no-repeat right top;
 }

body#home a#homenav,
body#students a#studentnav,
body#instructors a#instructornav,
body#feedback a#feedbacknav {
	font-weight:bold;
	color: #fff;
	text-decoration:underline;
} 

#header {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header #logo {
    background: url("http://www.routledge.com/textbooks/9780415608978/images/title.png") no-repeat left top transparent;
    height: 234px;
    padding-bottom: 0px;
	margin-top: 25px;
    text-indent: -5000px;
}

#nav {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.nav-main {
	font-size:16px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:30px;
    border: 3px solid #999;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}

.nav-main li {
    padding-left: 65px;
    padding-right: 65px;
}

.nav-main a:link, .nav-main a:visited {
    color: #333;
}

#main .subhead .wrapper .content .padding {
	width:600px;
	float:left;
}

#main .subhead .wrapper .aside {
	width:300px;
	float:right;
}

#main .subhead .wrapper .nav .padding .pagetabs .jtabs {
	display:none;
}

#home #main .page .wrapper .content {
display:none;}


#main {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	padding-top:50px;
}

#mainText {
	padding-left:25px;
	padding-right:25px;
}

.productimg {
	float:left;
	padding-left:20px;
	padding-right:30px;
}

#aoi {
	margin-top:0;
	margin-bottom:0;
}

#description {
	padding-left:30px;
	padding-right:30px;
}

#footer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	padding-bottom:40px;
}

#footer .wrapper .bar .pane {
	width:50%;
	float:left;
}

.normalCursor {
	cursor:default;
}

.toc { display:none; }

.floatRight {
	float:right;
	width:150px;
}

.floatRight2 {
	float:right;
}

.audioplayer {
	padding-top:15px;
	margin-bottom:0px;
}


/*--------------Pagetabs------------------*/

.pagetabs {

}

/*--------------Fonts------------------*/

h1, h2, h3, h4 {
	color:#925370;
}

h2.subtitle { color:#925370; }

/*--------------Links------------------*/

a:link {
	color: #81425D; 
	text-decoration: none;}
	
a:visited {
	color: #81425D; 
	text-decoration: none;}
	
a:hover {
	color: #000;
	text-decoration: underline;}

a:active {
	color: #81425D;
	text-decoration: none;}

a:current {
	color:#81425D;
	text-decoration:underline;
	}	

.author a {
    color: #222;
}

	
/*----SIGN IN FORM----*/
	
#signinForm h2 {
	font-size:1.6em;
	}

#requestForm h2 {
	font-size:1.6em;
	}

#requestForm {	
	margin-bottom:20px; }
	
label { 
	clear:both; 
	display:block; 
	margin-bottom:10px;
	}
	
label em { 
	float:left; 
	width:210px; 
	}
	
label input { 
	border:1px solid #000000; 
	}
	
input { 
	border:1px solid #666 !important;
	background-color:#fff;
	color:#000;
	}

input.submit { 
	border:1px solid #666;
	background-color:#ccc;
	color:#000;
	margin-left:210px;
	padding-top:3px;
	padding-bottom:3px;
	}		
	
	
/* ---------- Feedback Form --------- */	

#fdbkName {
	border:1px solid #666;
	background-color:#fff !important;
	color:#000 !important;
	clear:both;
	display:block;
	margin-bottom:10px;
	}

#fdbkEmail {
	border:1px solid #666;
	background-color:#fff !important;
	color:#000 !important;
	clear:both;
	display:block;
	margin-bottom:10px;
	}

#fdbkComment {
	border:1px solid #666;
	background-color:#fff !important;
	color:#000 !important;
	clear:both;
	display:block;
	margin-bottom:10px;
	width:500px;
	height:100px;
	}	
	
.formfield textarea {
	border:1px solid #666;
	background-color:#fff !important;
	color:#000 !important;
	margin-bottom:10px;
	}	
	
#fdbkForm input {
	background-color:#ccc;
	color:#000;
}	