/* 
-----------------------------------------
Textbook Template CSS
-----------------------------------------
*/

body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
background: white;
color: #000;		
}

ol {
margin: 0;
padding: 0;
}

ul {
margin: 0;
padding: 0;
}

li {
margin: 0;
padding: 0;
}

img {
border: none;
}

/* 
--------------------------------------
standard link styles
--------------------------------------
*/

a {
color: #000;
text-decoration: underline;
}

a:link {
color: #000;
text-decoration: underline;
}

a:visited {
color: #000;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: none;
}

a:active {
color: #000;
text-decoration: underline;
}

/* 
--------------------------------------
cambridge strip
--------------------------------------
*/

#strip {
font-size: 65%;
width: 100%;
}

#strip td {
padding: 0;
width: 99%;
background: #000000;
}

#strip td#block {
width: 130px;
}

#strip td#striptitle {
width: 310px;
}

#strip td#striptools {
width: 80px;
vertical-align: bottom;
}

#strip td#striptools ul {
margin: 0;
padding: 0;
white-space: nowrap;
}

#strip td ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

#strip td ul li img {
margin: 0;
padding: 0;
vertical-align: bottom;
}

#strip td a:link, #strip td a:visited, #strip td a:hover, #strip td a:active {
color: #fff;
}

/* 
--------------------------------------
crumb trail
--------------------------------------
*/

#location {
background-color: #fff;
font-size: 65%;
padding: 7px 0 7px 10px;
color: #666;
border-bottom: 1px solid #ccc;
}

#location a {
color: #003399;
text-decoration: none;
}

#location a:link {
color: #003399;
text-decoration: none;
}

#location a:visited {
color: #003399;
text-decoration: none;
}

#location a:hover {
color: #003399;
text-decoration: underline;
}

#location a:active {
color: #003399;
text-decoration: underline;
}

/* 
------------------------------
branded strip
------------------------------
*/

#branded-strip {
font-size: 70%;
background: #000000;
margin: 0 0 10px 0;
padding: 0;
}

#branded-strip h1 {
margin: 0;
padding: 0;
}

#branded-strip h1 img {
margin: 0;
padding: 0;
}

#branded-strip p {
float: right;
margin: 0;
padding: 0;
}

#branded-strip p img {
margin: 0;
padding: 0;
}

/* 
------------------------------
structural css
------------------------------
*/

table#structure {
width: 100%;
font-size: 70%;
margin: 0 0 20px 0;
color: #000;
border-collapse: collapse;
height:auto
}

table#structure td {
vertical-align: top;
}

td#left {
width: 180px;
padding: 0 0 0 10px; 
height:auto;
horizontal-align: left
}

td#centre {
width: 4000px;
padding: 10px 10px 0 20px;
height:auto
}

td#right {
width: 182px;
padding: 10px 10px 0 0;
height:auto
}


/* 
------------------------------
navigation box 
------------------------------
*/

#navigation { 
width: 179px;
margin-bottom: 10px;
padding: 0;
border-right: 1px solid #F7F0D0;
border-bottom: 1px solid #F7F0D0;
}

#navigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#navigation ul li {
margin: 0;
padding: 0;
background: #F7F0D0;
}

#navigation h2 {
margin: 0;
padding: 4px 7px;
font-size: 1em;
font-weight: 700;
background: white;
color: #000;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
margin: 0;
padding: 4px 7px 4px 17px;
display: block;
width: 155px;
\width: 179px;
w\idth: 155px;
background: transparent url(../../../catalogue/assets/common/icons/link.gif) no-repeat 5px 50%;
text-decoration: none;
color: #000;
border-top: 1px solid #F7F0D0;
}


#navigation ul li a:hover, #navigation ul li a:active {
background: #ffffff url(../../../catalogue/assets/common/icons/link.gif) no-repeat 5px 50%;
color: #000;
}



/* 
------------------------------
resources box
------------------------------
*/

#resources {
width: 179px;
\width: 180px;
w\idth: 179px;
margin: 0 0 10px 0;
padding: 0;
border-right: 1px solid #F7F0D0;
border-bottom: 1px solid #F7F0D0;
background: #FFCC33;
}

#resources h2 {
margin: 0;
padding: 4px 7px;
font-size: 1em;
font-weight: 700;
background: #F7F0D0;
color: #000;
}

#resources ul {
list-style-type: none;
margin: 5px 5px 5px 7px;
padding: 0;
}

#resources ul li {
margin: 0 0 2px 0;
}

#resources a:link, #resources a:visited {
text-decoration: none;
color: #000;
}

#resources a:hover, #resources a:active {
text-decoration: underline;
color: #000;
}



/* 
------------------------------
your next step box
------------------------------
*/

#nextstep {
width: 179px;
\width: 180px;
w\idth: 179px;
margin: 0 0 10px 0;
padding: 0;
border-right: 1px solid #F7F0D0;
border-bottom: 1px solid #F7F0D0;
background: #ffffff;
}

#nextstep h2 {
margin: 0;
padding: 4px 7px;
font-size: 1em;
font-weight: 700;
background: #F7F0D0;
color: #000;
}

#nextstep h3 {
margin: 0px;
padding: 5px 5px 0px 7px;
font-size: 1em;
font-weight: 700;
border-top: 1px solid #F7F0D0;
}

#nextstep ul {
list-style-type: none;
margin: 5px 5px 5px 7px;
padding: 0;
}

#nextstep ul li {
margin: 0 0 2px 0;
}

#nextstep a:link, #nextstep a:visited {
text-decoration: none;
}

#nextstep a:hover, #nextstep a:active {
text-decoration: underline;
}

/* 
------------------------------
alerts link
------------------------------
*/

#nextstep ul#alerts a:link, #nextstep ul#alerts a:visited {
text-decoration: underline;
}

#nextstep ul#alerts a:hover, #nextstep ul#alerts a:active {
text-decoration: none;
}

/* 
------------------------------
sample chapter icon
------------------------------
*/

#nextstep ul#sample li {
background: transparent url(http://www.cambridge.org/assets/common/icons/download_000000.gif) no-repeat 3px 0;
padding: 0 0 0 20px;
}


/* 
------------------------------
customer service icons
------------------------------
*/

#nextstep ul#custservices li {
padding: 7px 0 7px 35px;
}

#nextstep ul#custservices li#tel {
background: transparent url(../../../catalogue/assets/common/icons/tel.gif) no-repeat 3px 50%;
}

#nextstep ul#custservices li#fax{
background: transparent url(../../../catalogue/assets/common/icons/fax.gif) no-repeat 3px 50%;
}

#nextstep ul#custservices li#email {
background: transparent url(../../../catalogue/assets/common/icons/email.gif) no-repeat 3px 50%;
}


/* 
------------------------------
centre 
------------------------------
*/

h2 {
margin: 0 0 5px 0;	
font-size: 2em;
font-weight: normal;
}

h3 {
	margin: 13px 0 5px 0;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: underline;
}

#centre ul {
margin: 0 0 0 2em;;
padding: 0;
}

#centre  li {
margin: 0;
padding: 0;
}

td#centre #features {
margin: 15px 0 0 0;
padding: 0;
}

td#centre #features table {
margin: 0 0 15px 0;
}

td#centre #features h1 {
border-bottom: 1px dashed #ccc;
margin: 0 0 6px 0;
padding: 0 0 4px 0;
font-size: 1.2em;
}

td#centre td img.jacket {
border: solid 1px #000;
margin: 0 5px 0 0;
}

td#centre td img.basket {
margin: 4px 0 0 1px;
}

td#centre #features td h2 {
font-size: 1em;
font-weight: normal;
margin: 0;
padding: 0;
}

td#centre #features td ul li {
margin: 5px 0 4px 0;
}

td#centre #features td ul li.format {
font-size: 0.9em;
}

td#centre #features td p.featured_website {
font-size: 0.9em;
margin: 10px 0 0 0;
}

/* 
------------------------------
jacket
------------------------------
*/

#right p {
padding: 0;
margin: 0 0 10px 0;
}

#right p img {
padding: 0;
margin: 0;
border: 0;
}

/* 
------------------------------
media kit box
------------------------------
*/

#mediakit {
padding: 5px 5px 5px 8px;
margin: 0 0 10px 0;
border-right: 1px solid #F7F0D0;
border-bottom: 1px solid #F7F0D0;
background: #FFCC33;
}

#mediakit h3 {
padding: 0 0 3px 0;
margin: 0 0 3px 0;
font-size: 1em;
font-weight: 700;
border-bottom: 1px dashed #000;
}

#mediakit h4 {
padding: 0;
margin: 10px 0 5px 0;
font-size: 0.93em;
font-weight: 700;
}

#mediakit ul {
padding: 0;
margin: 0;
}

#mediakit ul li {
padding: 0;
margin: 0 0 2px 0;
list-style: none;
font-size: 0.93em;
}

/* 
------------------------------
book details box
------------------------------
*/

#details {
padding: 5px 5px 5px 8px;
margin: 0 0 10px 0;
border-right: 1px solid #F7F0D0;
border-bottom: 1px solid #F7F0D0;
background: #FFCC33;
}

#details h3 {
padding: 0;
margin: 0 0 5px 0;
font-size: 1em;
font-weight: 700;
}

#details ul {
padding: 0;
margin: 0;
}

#details ul li {
padding: 0;
margin: 0 0 2px 0;
list-style: none;
font-size: 0.93em;
}

#details ul li.publication {
font-weight: 700;
padding: 0 0 5px 0;
margin: 0 0 4px 0;
border-bottom: 1px solid #000;
}


/* 
--------------------------------------
footer
--------------------------------------
*/

#footer {
font-size: 65%;
padding: 10px 0 10px 10px;
margin: 0;
color: #000;
border-top: solid 1px #000;
}

#footer a {
text-decoration: underline;
color: #000;
}

#footer a:link {
text-decoration: underline;
color: #000;
}

#footer a:visited {
text-decoration: underline;
color: #000;
}

#footer a:hover {
text-decoration: none;
color: #000;
}

#footer a:active {
text-decoration: none;
color: #000;
}
.content {
	line-height: 18px;
	font-size: 1.2em;
}
.title {
	font-weight: bold;
}
.quotesource {
	font-style: italic;
}

