/* ------------ GENERAL --------------*/
.clear{ clear: both; }
.no-show,
.hide{ display: none; }
.show,
.display-block{ display: block; }
img{ border: none; text-decoration: none; }
hr{ 
    margin: 8px 0 12px 0;
    padding: 0;
    background-color: #ccc; 
    color: #ccc; 
    height: 1px; 
    border: 0; 
}

hr.thick{ height: 3px; }
.left{ float: left; }
.right{ float: right; }
.last{ border: none !important; }
.center { text-align: center; }
img.center { vertical-align: middle; }
:active{ outline: 0; }

input.text { font-size: 12px; width:220px; }    

a:link { color: #1032c9; text-decoration: none; }
a:visited { color: #2b89fe; text-decoration: none; }
a[href]:hover { color: #1032c9; text-decoration: underline; }

b.contrast{ color: #1032c9; }

a.emph-link { font-size: 14px; font-weight: normal; }

.cart-action {
    font-weight:bold;
    color:#D36227; 
}

.external {
    padding-right: 15px;
    background: url(../cvo/images/icons/external.gif) no-repeat right center;
}


.space { margin: 5px 0; }


/* old arrow (deprecated) */
a.arrow-right {
    background: url(../cvo/images/bullets/generic-FB-arrow.gif) no-repeat right center;
    padding-right: 18px;  
}

/* new arrow */
.more {
    padding-right: 18px;
    background: url('../cvo/images/bullets/generic-arrow.png') no-repeat right center;
    white-space: normal;
}

h1, h2, h3, h4, h5 {
    font-weight: 900;
}

h2 {
	font-size: 18px;
}

/* ------------ LAYOUT --------------*/
/*
    body, page, top-nav, breadcrumb, promo-area, 
    content{sidebar,main-content}, footer 
*/

body {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    margin:0;
    background-color: #ffffff;
}

form {
    margin:0;
    padding:0;
}

#page { 
	width:970px; 
	margin: 0 auto 0 auto; 
	padding:0; 
	background-color: #ffffff; 
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;	
}

#page-bottom { display: none; }

div.divider {
    border-top: 2px solid #cccccc;
    margin: 20px 0 5px 0;
}

div.feature-divider {
    margin-top:10px;    
}

div.feature-divider.space {
	margin-top: 0;
	margin-bottom: 20px;
}


/* ------------ LAYOUT: TOP-NAV --------------*/
#mobile-header{ display: none; }

#topnav {
	height: 88px;
	margin-top: 10px;
    border-bottom: 1px solid #666666;
    font-size: 11px;
    color: #000000;
}
#homepage #topnav { border: none; }
#topnav #wordmark { width: 176px; float: left; margin-top: 22px; }
#topnav #link-container { width: 720px; float: right; }

#links-utility { position: relative; height: 16px; }
#links-utility ul { display: inline-block; list-style-type: none; margin: 0; padding: 0; position: absolute; top: 0px; right: 0px; }
#links-utility ul li {
	display: inline-block;
	font: bold 11px/16px Arial, sans-serif;
    color: #000000;
    float: left;
    margin-left: 20px;
}
#links-utility ul li a, #links-utility ul li a:visited { color: #000000; text-decoration: none; }
#links-utility ul li a:hover { color: #000000; text-decoration: underline; }
.topnav-cart {
    background: url("../cvo/images/icons/icon-cart.gif") no-repeat left;
    padding-left: 20px;
    text-transform: uppercase;
}
.topnav-country {
    background: url("../cvo/images/icons/icon-globe.gif") no-repeat left;
    padding-left: 20px;
}

#links-site { background-color: #025f62; color: #ffffff; height: 35px; }
#links-site ul { list-style-type: none; margin: 0; padding: 0; }
#links-site ul li {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    border-right: 1px solid #81afb1;
    background-color: #025f62;
    height: 35px;
}
#links-site ul li a, #links-site ul li a:visited { 
	display: block;
	color: #ffffff; 
	background-color: #025f62;
	text-decoration: none;
	padding: 9px 20px;
}
#links-site ul li a:hover { background-color: #025356; }
#links-site ul li a:active { background-color: #004244; }

.search-form { margin: 0 5px 0 0; padding: 0; float: right; padding: 5px 0; }
.search-form-text {
	font-family: "Arial", sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #888888;
	width: 290px;
	height: 25px;
	margin: 0px;
	padding: 0 0 0 10px;
	box-shadow: inset 0px;
	-moz-box-shadow: inset 0px;
	-webkit-box-shadow: inset 0px;
	border: medium none;
	float: right;
}
.search-form-submit { border: 1px solid #ffffff; float: right; }

/* ------------ LAYOUT: BREADCRUMB --------------*/
#breadcrumb {
    color: #888888;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    margin: 0 0 10px;
}
.section-navigation + #content > #breadcrumb { /* breadcrumbs directly below section nav */
	height: 15px;
	margin-top: -25px;
}
#main-content #breadcrumb { margin: 0 0 25px 2px; }
#breadcrumb div { margin: 0; padding: 0; }
#breadcrumb h1 {
    color: #1032c9;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
    display: none;
}
#breadcrumb a:link, #breadcrumb a:visited {color:#888888;text-decoration:none;}
#breadcrumb a:hover {color:#888888;text-decoration:underline;}

#page-title h1 { font-weight: normal; font-size: 34px; line-height: 34px; margin: 0; }
#page-title {  margin: 0 0 25px; }
#search #page-title,
#subjects #page-title,
.page-title-seperate #page-title { 
	padding-bottom: 13px; 
	margin-bottom: 10px;
	border-bottom: 3px solid #b2b2b2;
}
#main-content #page-title { clear: both; }

#searchform div {
    float: right;
}

/* ------------ LAYOUT: PROMO-AREA --------------*/
/* SUBJECT MAIN SLIDESHOW */
#slideshow-subject {
    position: relative;
    width: 720px;
    margin: 0 0 10px 0;
}

#slideshow-subject #slideshow { position: relative; z-index: 3000; }
#slideshow-subject #slideshow ul { list-style-type: none; }
#slideshow-subject #slideshow ul li { position: absolute; }

#slideshow-subject #slideshow #featured-slides { width: 720px; height: 167px; margin: 0; padding: 0; background-color: #f3f3f3; }
#slideshow-subject #slideshow #slide-controls { 
    position: absolute; 
    margin: 0;
    right: 2px;
    top: 7px; 
    z-index: 1000; 
    color: #000000;
}

#slideshow-subject #slideshow #slide-controls a {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-left: 1px;
    padding: 0;
    display: block;
    float: left;
    height: 19px;
    width: 19px;
    text-align: center;
    color: #555555 !important;
    border: 1px solid transparent;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#slideshow-subject #slideshow #slide-controls a#next {
	cursor: pointer;
	background: url('../cvo/images/bullets/arrow-subject-multi.gif') no-repeat center;
	margin-left: 0;
}

#slideshow-subject #slideshow #slide-controls .activeSlide { border-color: #808080; color: #808080; }
#slideshow-subject .slide-caption a, #slideshow-subject .slide-caption a:visited { 
	position: absolute; 
	width: 300px; 
	bottom: 0; 
	left: 0; 
	width: 292px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
    color: #ffffff;
    padding: 10px 4px;
}

.featured-slide { 
	font-family: "Lato", sans-serif; 
	padding: 17px 30px 0px 30px;
	width: 660px;
	position: relative;
	height: 130px;
}
.featured-slide .slideshow-generic { width: 710px; height: 167px; margin-top: -25px; padding-left: 10px; }
.featured-slide .product-formatHat, .featured-slide .product-title, 
    .featured-slide .product-authors, .featured-slide .product-formatLine { display: none; }
.featured-slide div.product-listing {
    float: left;
    clear: right;
    width: 80px;
}
.featured-slide h3 { font-size: 24px; color: #000000; margin: 0; font-weight: 600; padding: 23px 0 0 0; }
.featured-slide h4 { font-size: 16px; font-weight: normal; color: #707070; margin: 0; padding: 0; }

.featured-slide .product-coverImageOnly { 
    float: left;
    margin: 0 20px 0 0;
    height: 130px;
    line-height: 130px;
}

.featured-slide .product-coverImageOnly img { max-height: 130px; }


div.promo-area {
    margin-bottom: 7px;
    padding: 0;
    width: 720px;
}

div.topfeature-left {
    float: left;
    width: 500px;
    border-top: 1px solid #e5e5e5;
}

div.topfeature-left .placement {
    float: left;
    min-height: 50px;
    margin-right: 15px;
    padding: 10px 15px 5px 0;
    width: 219px;
    border-right: 1px solid #e5e5e5;
}

div.topfeature-right {
    float: right;
    width: 220px;
    border-top: 1px solid #e5e5e5;
}

div.topfeature-right .placement {
     float: left;
     padding: 10px 0 5px 0;
     width: 220px;
}

div.topfeature-bottom { width: 720px; height: 3px; background-color: #b2b2b2; margin-bottom: 15px; }

div.topfeature-right div.greybox, div.topfeature-left div.greybox{
    height: 116px;
}

.subject-feature-heading { 
    font-size: 12px; 
    font-weight: bold; 
    text-transform: uppercase; 
    color: #025f62; 
    margin-bottom: 5px;
}
.subject-feature-link, .subject-feature-link a, .subject-feature-link a:visited { 
    font-size: 12px; 
    color: #707070; 
}

#hp-flash{
    margin-left: 5px;
    _margin-top: -20px;
}

/* Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { 
#hp-flash { margin-top: -13px; } 
} 


/* ------------ LAYOUT: CONTENT --------------*/
#content{
    margin: 10px 0;
    padding: 0; 
    position: relative;
}

#sidebar {
    float: left;
    margin: 0;
    width: 220px;
}

#sidebar-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 220px;
}

#main-content {
    float: right;
    margin: 0;
    padding: 0;
    width: 720px;
}

#main-content-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 720px;
}

/* HOMEPAGE */
#homepage-main-content {
	float: left;
	margin: 0;
	padding: 0;
	width: 720px;
}
#homepage-resources {  }
    #homepage-links {  }
    #homepage-links ul { list-style-type: none; margin: 0; padding: 0; }
    #homepage-links ul li { float: left; width: 87px; margin-right: 8px; font-size: 13px; font-weight: bold; text-align: center; }
    #homepage-links ul li a, #homepage-links ul li a:visited { display: block; height: 27px; padding-top: 60px; color: #3f3f3f; background-color: #f4f4f4; text-decoration: none; }
    #homepage-links ul li a:hover { background-color: #eca608; color: #ffffff; text-decoration: none; }
    #homepage-link ul .last { margin: 0; }
    #homepage-events { float: right; }
    #homepage-events ul { list-style-type: none; margin: 0; padding: 0; font-weight: 700; }
    #homepage-events ul li { width: 150px; font-size: 13px; text-align: center; margin-bottom: 9px; }
    #homepage-events ul li a, #homepage-events ul li a:visited { display: block; height: 28px; padding-top: 11px; color: #3f3f3f; background-color: #f4f4f4; }
    #homepage-events ul li a:hover { background-color: #eca608; color: #ffffff; text-decoration: none; }
    #homepage-about { background-color: #f4f4f4; padding: 15px; }
    #homepage-about h4 { display: inline-block; float: left; margin: 0 4px 0 0; font-size: 14px; color: #888888; }
    #homepage-about ul { list-style-type: none; margin: 0; padding: 0; float: left; font-weight: 700; }
    #homepage-about ul li { float: left; border-right: 1px solid #bcbcbc; padding: 0 10px; font-size: 13px; }
    #homepage-about ul li a, #homepage-about ul li a:visited { color: #3f3f3f; }
    #homepage-about ul li a.more { color: #1032c9; }
        a.resource-authors { background: url('../cvo/images/backgrounds/sprite-resources.gif') 0 0; }
        a.resource-librarians { background: url('../cvo/images/backgrounds/sprite-resources.gif') 464px 0; }
        a.resource-booksellers { background: url('../cvo/images/backgrounds/sprite-resources.gif') 374px 0; }
        a.resource-instructors { background: url('../cvo/images/backgrounds/sprite-resources.gif') 276px 0; }
        a.resource-students { background: url('../cvo/images/backgrounds/sprite-resources.gif') 179px 0; }
        a.resource-societies { background: url('../cvo/images/backgrounds/sprite-resources.gif') 87px 0; }
        a.resource-authors:hover { background: url('../cvo/images/backgrounds/sprite-resources.gif') 0 87px; }
        a.resource-librarians:hover { background: url('../cvo/images/backgrounds/sprite-resources.gif') 464px 87px; }
        a.resource-booksellers:hover { background: url('../cvo/images/backgrounds/sprite-resources.gif') 374px 87px; }
        a.resource-instructors:hover { background: url('../cvo/images/backgrounds/sprite-resources.gif') 276px 87px; }
        a.resource-students:hover { background: url('../cvo/images/backgrounds/sprite-resources.gif') 179px 87px; }
        a.resource-societies:hover { background: url('../cvo/images/backgrounds/sprite-resources.gif') 87px 87px; }
#homepage-features { width: 470px; float: left; }
    #homepage-news { font-size: 13px; color: #888888; }
    #homepage-news h4 { margin: 10px 0 0 0; font-size: 18px; font-family: "Lato", sans-serif; font-weight: normal; }
    #homepage-news h4 a, #homepage-news h4 a:visited { color: #1032c9; text-decoration: none; }
    #homepage-news h4 a:hover { text-decoration: underline; }
    #homepage-news ul { list-style-type: none; margin: 0; padding: 0; }
    #homepage-news ul li { border-top: 1px solid #dbdbdb; padding: 15px 3px; }
    #homepage-news ul .last { border-top: 1px solid #dbdbdb!important; border-bottom: 1px solid #dbdbdb!important; margin-bottom: 25px; }
    #homepage-news ul li .homepage-news-image { float: left; width: 90px; }
    #homepage-news ul li .homepage-news-content { width: 350px; float: left; margin-left: 20px; }
    #homepage-news ul li .homepage-news-content-only { margin-bottom: 10px; }
#homepage-rightbar { float: left; margin-left: 30px; width: 220px; }
    #homepage-brands { font-size: 13px; color: #888888; }
    #homepage-brands ul { list-style-type: none; margin: 0; padding: 0; }
    #homepage-brands ul li { border-top: 1px solid #dbdbdb; padding: 10px 0; }
    #homepage-brands a.more, #homepage-brands a.more:visited { font-family: "Lato Black", sans-serif; font-size: 12px; font-weight: 900; color: #1032c9; }
.homepage-heading { margin: 0 0 10px 0; padding: 0; }

h2.browse-subs-home {
    color: #025f62;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.hp-links{ _margin-top: -5px; }
.specials-news{ margin: 20px 0 15px; }
.brands-imprints{ font-size: 11px; }

.specials-news h4,
.brands-imprints h4{ 
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #1032c9;
	}
	
.brands-imprints h4{ font-size: 12px; }	
	
.hp-links .top,
.hp-links .bottom,
.specials-news .top,
.specials-news .bottom{ 
	height: 10px;
	width: 468px;
	background: url(../cvo/images/boxes/hp_links-box-top.gif) no-repeat bottom left;
	}
.hp-links .bottom{ background: url(../cvo/images/boxes/hp_links-box-bottom.gif) no-repeat top left; }	
	
.specials-news .top{ 
	margin-top: 5px;
	_margin-top: 0;
	background: url(../cvo/images/boxes/hp_greyborder-top.gif) no-repeat bottom left; 
	}
.specials-news .bottom{ background: url(../cvo/images/boxes/hp_greyborder-bottom.gif) no-repeat top left; }	

.brands-imprints .top,
.brands-imprints .bottom{ 
	height: 6px;
	width: 195px;
	background: url(../cvo/images/boxes/hp_rightbar-greyborder-bottom.gif) no-repeat top left;
	}
.brands-imprints .top{ 
	margin-top: 5px;
	_margin-top: 0;
	background: url(../cvo/images/boxes/hp_rightbar-greyborder-top.gif) no-repeat bottom left; 
	} 	
	
.hp-links .content{
	padding: 0 8px;	
	background: #eef6f9;
	border-left: 1px solid #c8dae3;
	border-right: 1px solid #c8dae3;
	}	
	
.specials-news .content,
.brands-imprints .content{
	padding: 10px 5px;	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}	
.brands-imprints .content{ 
	padding: 0 10px 5px; 
	_width: 173px;
	}		

.hp-links table,
.specials-news table,
.column table { border-collapse: collapse; }

.hp-links td{
	padding: 2px 15px 0;
	vertical-align: top;
	border-right: 1px solid #c5d8e1;
	}
	
.specials-news td{
	width: 215px;
	padding: 0 10px 0 15px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	}	

.hp-links ul{ 
	margin: 10px 0 0 0;
	padding: 0;
	}
	
.hp-links li{
	line-height: 110%;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	}

.specials-news .feature-divider{ margin-top: 20px; }	

.brands-imprints .brand{
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
	}

.brands-imprints .brand img{ float: left; }

.brands-imprints .brand .brand-desc{ margin-left: 70px; }	
	
.brands-imprints .onecol{ text-align: center; }	
.brands-imprints .onecol img{ float: none; }

.brands-imprints .onecol .brand-desc{ margin: 0; }
.brands-imprints .onecol .brand-tagline{ padding-top: 3px; _padding: 0; }

.greyborder-box-blue.hp-links table {
    width: 100%;
    margin: 10px 0;
    }
    
.greyborder-box-blue.hp-links td { width: 50%; }

.fu-ie7 {width: 30px; height: 30px; float: left; background-color: #ffffff; }

/* END HOMEPAGE */	

.cbc_col-left{
    float: left;
    width: 686px;
    margin-right: 20px;
    }
	
.cbc_col-right{
	float: right;
	width: 230px;
	padding-top: 10px;
	}
	
.cbc_col-middle{
    float: left;
    width: 456px;
    margin-left: 10px;
}

.cbc_sidebar{
    float: left;
    width: 230px;
    padding-top: 10px;
}

/* LAYOUT: SIDEBAR */
div.subjectsbox {
    margin: 0 0 15px;
    padding: 0;
    width: 220px;
}
div.subjectsbox h4 {
	font-size: 20px;
	color: #025f62;
	margin: 0;
	padding: 0;
}
ul.subjects-hoverlist {
	font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 14px;
    width: 220px;
}
ul.subjects-hoverlist li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none outside none;
    margin: 0;
}
ul.subjects-hoverlist li.first {
    border-top: 1px solid #d9d9d9;
}
ul.subjects-hoverlist li a {
    color: #000000;
    display: block;
    padding: 4px 0px 5px 0px;
    text-decoration: none;
}
ul.subjects-hoverlist li a:visited {
    color: #000000;
    text-decoration: none;
}
ul.subjects-hoverlist li a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #1032c9;
    text-decoration: underline;
}
.subjectsbox.split-top .subjects {
    padding-top: 0;
}
.subjectsbox.split-bottom .subjects {
    padding-bottom: 0;
}
.subjectsbox-bottom {
    font-size: 12px;
    padding: 10px 2px 15px;
    border-top:  1px solid #e5e5e5;
    border-bottom: 3px solid #b2b2b2;
}
.subjectsbox-bottom p {
    margin: 0;
}
.subjectsbox-bottom p img.left {
    margin-right: 10px;
}
.subjects-bottom .subject-name { color: #666666; }

/* LAYOUT: MAIN-CONTENT */

h2.listing {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0;
}

h2.listing img { vertical-align: middle; }

div.he-switcher-small{
    width: 196px;
    height: 30px;
    margin:0;
    padding: 30px 20px 10px 15px;
    line-height: 1.1em;
    background: url('../cvo/images/backgrounds/he-switcher-bg-small.gif') no-repeat top left;
}

div.he-switcher-small-aus{
    width: 196px;
    height: 30px;
    margin:0;
    padding: 30px 20px 10px 15px;
    line-height: 1.1em;
    background: url('../cvo/images/backgrounds/he-switcher-bg-small-aus.gif') no-repeat top left;
}

div.school-switcher-small-aus{
    width: 196px;
    height: 30px;
    margin:0;
    padding: 30px 20px 10px 15px;
    line-height: 1.1em;
    background: url('../cvo/images/backgrounds/school-switcher-bg-small-aus.gif') no-repeat top left;
}

div.he-switcher{
    width: 200px;
    height: 150px;
    position: relative;
    background: url(../cvo/images/backgrounds/he-switcher.gif) no-repeat top left;
    }

div.he-switcher-aus{
    width: 200px;
    height: 150px;
    position: relative;
    background: url(../cvo/images/backgrounds/he-switcher-aus.gif) no-repeat top left;
    }

div.school-switcher-aus{
    width: 200px;
    height: 150px;
    position: relative;
    background: url(../cvo/images/backgrounds/school-switcher-aus.gif) no-repeat top left;
    }

div.he-switcher div{    
    position: absolute;
    font-size: 12px;
    width: 170px;
    top: 100px;
    left: 12px;
    font-weight: bold;
    }

div.he-switcher-aus div{    
    position: absolute;
    font-size: 12px;
    width: 170px;
    top: 100px;
    left: 12px;
    font-weight: bold;
    }

div.school-switcher-aus div{    
    position: absolute;
    font-size: 12px;
    width: 170px;
    top: 100px;
    left: 12px;
    font-weight: bold;
    }

div.highered-switcher-listing {
    border-top:3px solid #CCCCCC;
    border-bottom:3px solid #CCCCCC;
    padding:8px 0 8px 25px;
    margin:3px 0 3px 0;
    font-weight:bold;
    font-size:12px;
    background: url('../cvo/images/bullets/he-arrow.gif') no-repeat top left;
}

div.highered-switcher-listing a:link {color:#D36227;text-decoration:underline;font-weight:normal;}
div.highered-switcher-listing a:visited {color:#D36227;text-decoration:underline;font-weight:normal;}
div.highered-switcher-listing a:hover {color:#D36227;text-decoration:none;font-weight:normal;}

a.paginator:link, a.product:link { color: #1032c9; text-decoration: underline; font-weight: normal; margin: 0 0 0 10px; display: inline; }
a.paginator:visited, a.product:visited { color: #1032c9; text-decoration: underline; font-weight: normal; margin: 0 0 0 10px; display: inline; }
a.paginator:hover, a.product:hover { color: #1032c9; text-decoration: none; font-normal; margin: 0 0 0 10px; display: inline; }

form.refiner {
	font-family: "Lato", sans-serif;
    font-size: 13px;
    margin: 0 0 20px 0;
    padding-top: 12px;
    border-top:1px solid #CCCCCC;
}
form.refiner select { font-size:12px; margin-right: 30px; }

div.paginator {
	font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin:8px 0 10px 0;
    padding:11px 13px 0 0;
    border-top: 1px solid #e0e0e0;
    text-align:right;
}

.paginator-selected {
	font-weight: bold;
	color: #888888;
    background-color:#E6E6E6;
    padding:1px 3px 1px 3px;
    margin-left: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.product-box{
    float: left;
    width: 230px;
    margin: 0px;
    padding: 6px 0 6px 0;
}

/* for generic main content */
div.maincontent-header{
    margin: 10px 0 10px -15px;
    padding: 0 0 3px 15px;
    border-bottom: 1px solid #ccc;
}

div.maincontent-header h2, h2.main-content{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0; 
}

h2.main-content{
    font-size: 17px;
    margin: 10px 0 10px 0;
    padding: 0;
}

div.lined-header{
    margin: 10px 0 10px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #ccc;
}

div.lined-header h2{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0; 
}

/* use in maincontent-text as default*/
ul.orangedot{
    margin: 10px 0 10px 20px;
    padding: 0;
}

ul.orangedot li{
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    background: url('../cvo/images/bullets/orange-square.gif') no-repeat 0 0.5em;
}


/* ------------ LAYOUT: FOOTER --------------*/
#footer { 
	border-bottom: 1px solid #cccccc; 
	border-top: 3px solid #b2b2b2;
	padding-top: 10px;
	padding-bottom: 40px; 
	margin-top: 90px; 
}
#footer-left { float: left; width: 700px; height: 125px; }
#footer-right { 
	float: right; 
	width: 210px; 
	height: 131px; 
	background-image: url('../cvo/images/wiley-wordmark-footer.png');
	background-repeat: no-repeat;
	background-position: 35px bottom;
}
#footer h5 {
	display: inline-block;
    font-size: 11px;
    float: left;
    margin: 0px;
    padding-top: 1px;
    text-transform: uppercase;
}
#footer .last { border: none; }
.footer-links { margin: 20px 0px; }
.footer-links ul, .footer-links-sm ul {
    list-style-type: none;
    margin: 0 0 0 -10px;
    padding: 1px 0 0 0; /* offsets small line-height */
}
.footer-links ul li {
	font-size: 13px;
	line-height: 12px; /* for border height */
    float: left;
    padding: 0 10px;
    border-right: 1px solid #9f9f9f;
}
.footer-links-sm ul li {
    font-size: 11px;
    line-height: 11px;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #9f9f9f;
}
.footer-links ul li a, .footer-links ul li a:visited, 
.footer-links-sm ul li a, .footer-links-sm ul li a:visited {
    color: #000000;
    text-decoration: none;
}
.footer-links ul li a:hover, .footer-links-sm ul li a:hover {
    color: #0000ff;
    text-decoration: underline;
}
.footer-links-sm { margin: 30px 0 10px; }
.footer-links-sm ul li { font-size: 11px; }
.copyright, .copyright a, .copyright a:visited { 
	font-family: "Arial", sans-serif;
	font-size: 11px; 
	color: #888888; 
	text-decoration: none; 
}
.rss-signup { float: right; margin-top: 18px; }
.rss-signup, .rss-signup a, .rss-signup a:visited { 
	font-family: "Arial", sans-serif;
	font-size: 11px; 
	color: #888888; 
	text-decoration: none; 
}
.rss-signup a:hover { color: #1032c9; }
.footer-wordmark-link a, .footer-wordmark-link a:visited, .footer-wordmark-link a:hover { 
	display: block;
    width: 153px; 
    height: 32px; 
    float: right;
    margin-top: 65px;
    margin-right: 22px;
    text-decoration: none;
}

/* ------------ AUTONAV --------------*/


/* General Autonav styles */
div.autonav{
    width: 220px; 
	background-color:#f4f4f4;
	margin-bottom: 15px;
	color: #000000;
}

div.autonav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.autonav a,
div.autonav span { 
    color: #000000;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
}

div.autonav a:hover {
    color: inherit;
}

/* Level 0 only */

div.autonav ul.autonavLevel0 > li > *:first-child {
    font-size: 18px;
    font-weight: 900;
    padding: 10px 15px;
}

div.autonav ul.autonavLevel0 > li > a,
div.autonav ul.autonavLevel0 > li > span { color: #025f62; }

div.autonav a:hover, 
div.autonav ul.autonavLevel2 a:hover { color: #1032c9; text-decoration: underline; }

/* Level 1 and up */

div.autonav ul.autonavLevel1 li { border-top: 1px solid #dbdbdb; }

div.autonav ul.autonavLevel1 li.autonavItem > span { color: #025f62; } /* not folders */

div.autonav ul.autonavLevel1 li.activeParent > a,
div.autonav ul.autonavLevel1 li.active > span { border-left: solid #4d8f91; }

div.autonav ul.autonavLevel1 li.active.autonavItem > span { background-color: #ffffff; font-weight: bold; } /* not folders */

/* Level 1 only */

div.autonav ul.autonavLevel1 { border-bottom: 1px solid #dbdbdb; }

div.autonav ul.autonavLevel1 > li > *:first-child {
    font-size: 13px;
    font-weight: bold;
}

div.autonav ul.autonavLevel1 > li.activeParent > a,
div.autonav ul.autonavLevel1 > li.active > span { border-left-width: 7px; padding-left: 8px; } /* border + padding = 15px */

/* Level 2 and up */

div.autonav ul.autonavLevel1 ul { border-left: 7px solid #ffffff; }

div.autonav ul.autonavLevel2 > li > *:first-child { font-size: 12px; }

div.autonav ul.autonavLevel2 a {
    color:#555555;
    border-left: solid #e7e7e7;
}

/* Level 2 only */

div.autonav ul.autonavLevel2 li.activeParent > a,
div.autonav ul.autonavLevel2 li.active > span { border-left-width: 4px; }

div.autonav ul.autonavLevel2 a { border-left-width: 4px; }

/* Level 3 and up */

div.autonav ul.autonavLevel2 ul { font-size: 12px; }

div.autonav ul.autonavLevel3 a,
div.autonav ul.autonavLevel3 span { 
    padding-left: 20px;
    border-left-width: 1px;
}

div.autonav ul.autonavLevel3 li.activeParent > a,
div.autonav ul.autonavLevel3 li.active > span { border-left-width: 1px; }

/* Correct spaces between borders for levels 2 and up */

div.autonav ul.autonavLevel2 li.parent > span,
div.autonav ul.autonavLevel2 li.parent > a { border-bottom: 1px solid #dbdbdb; } 

div.autonav ul.autonavLevel2 li.parent > ul > li:first-child { border-top: none; } 


/* product */

table.product {
	width:100%;
	margin:0;
	padding:0;
}

table.product td {
	padding-right:10px;
	vertical-align:top;
}

.product-listing {
    color: #888888;
    clear:both;
    margin:12px 3px 26px 0;
    font-size: 11px;
}

.product-listings { margin: 20px 0; }

.product-grouped .product-listings-select {
    margin: 10px 0 -30px 0;
    height: 20px; 
}

.add-selected-to-cart {
    margin: 10px 0;    
    }

.add-selected-to-cart a {
    background: url(../../shared/images/shopping_cart_trans.gif) no-repeat 0 -1px;
    padding-left: 22px;
}

.product-grouped .product-listing { padding: 0 0 0 22px; }

.product-title { font-size: 13px; line-height: 15px; }
.feature.box .product-title { font-size: 12px; }

.product-title a:link { color: #1032c9; text-decoration: none; }
.product-title a:visited { text-decoration: none; }
.product-title a:hover{ color: #1032c9; text-decoration: underline; }
.fancy-horiz .product-title a:link { font-weight: bold; color: #000000; }

a.product-cartLink:link{font-weight:bold;color:#D36227 !important;text-decoration:none;}
a.product-cartLink:visited{font-weight:bold;color:#D36227;text-decoration:none;}
a.product-cartLink:hover{font-weight:bold;color:#666666;text-decoration:underline;}
#interstitial a.product-cartLink:link, #interstitial a.product-cartLink:visited {
    border: 1px solid #36571c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    background-image: -moz-linear-gradient(top, #7fa75a, #264c0e);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0,#7fa75a), color-stop(1,#264c0e));
    background-color: #4d762f;
    color: #ffffff !important;
}
.product-cartIcon { position: relative; width: 19px; height: 17px; display: inline-block; margin-left: 10px; }
.product-cartIcon img { position: absolute; top: 2px; left: 0px; }

.size45 .product-formatHat, .size45 .product-title,
.size45 .product-authors, .size45 .product-formatLine,
.size45 .product-orderLine, .size45 div.product-format,
.size45 .product-excerptLinkLine, .size45 div.product-dateInfo {
    margin-left:73px;
}
.size45 .product-formatLine, .size45 .product-authors { font-family: "Arial", sans-serif; }

.size60 .product-formatHat, .size60 .product-title,
.size60 .product-authors, .size60 .product-formatLine,
.size60 .product-orderLine, .size60 div.product-format,
.size60 .product-excerptLinkLine, .size60 .product-description {
	color: #888888;
    margin-left: 72px;
    line-height: 15px;
}

.size80 .product-formatHat, .size80 .product-title, .size80 .product-price,
.size80 .product-authors, .size80 .product-formatLine,
.size80 .product-orderLine, .size80 div.product-format,
.size80 .product-excerptLinkLine, .size80 .product-description,
.size80 .product-productcode, .size80 .product-dateInfo,
.size80 .product-eval, .size80 .product-bcs, .size80 .product-bcs .product-bcsOuterDiv{
    margin-left:95px;
    display: block;
}

.product-bcsOuterDiv {
    margin-left:95px;
	background-color:#FFFFFF;
	border:2px solid #666666;
	color:#666666;
	font-size:0.8em;
	left:0;
	padding:25px;
	position:absolute;
	text-align:left;
	top:0;
	z-index:2;
}

.size100 .product-formatHat, .size100 .product-title,
.size100 .product-authors, .size100 .product-formatLine,
.size100 .product-orderLine, .size100 div.product-format,
.size100 .product-excerptLinkLine, .size100 .product-description,
.size100 .product-pagecount,
.size100 .product-more, .size100 .product-productcode {
    margin-left:115px;
    line-height: 20px;
}

.multiretailer-isbns .size100 .product-dateInfo, 
.multiretailer-isbns .size100 .product-ebookLink {
    margin-left: 115px;
    line-height: 20px;
}

.size100 .product-productcode,
.size60 .product-description,
.size100 .product-more  { margin-top: 8px; }

.format-textbook ,.format-collection, .format-journal, .format-app, 
.format-website, .format-ebook, .format-software, .format-looseleaf, 
.format-audio, .format-dvd, .format-video, 
.format-enhanced, .format-embargoed, .format-featured { 
    display: inline-block;
    margin-bottom: 1px;
    padding: 0 6px 1px;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    zoom: 1;
    *display: inline;
}

.format-textbook { background-color: #589135; }
.format-collection { background-color: #589135; }
.format-journal { background-color: #0687b8; }
.format-app { background-color: #589135; }
.format-website { background-color: #589135; }
.format-ebook { background-color: #589135; }
.format-software { background-color: #0687b8; }
.format-looseleaf { background-color: #589135; }
.format-audio { background-color: #589135; }
.format-dvd { background-color: #589135; }
.format-video { background-color: #589135; }

.format-enhanced { background-color: #0687b8; }
.format-embargoed { background-color: #ed2124; }
.format-featured { background-color: #589135; }

.authorEvent { margin-bottom:20px; }

div.product-authorEvent {
    margin:0 0 3px 0;
    padding:0;    
}

div.product-authorEvent .product-author {
    font-weight:bold;    
}    

.author-sep {
    padding:0;
    margin:.2em 0 0 0;    
}
span.product-ebookLink a:link{color:#D36227;}
span.product-ebookLink a:visited{color:#D36227;}
span.product-ebookLink a:hover{color:#D36227;}

.productDetail-misc {
    color:#666666;
    margin: 10px 0;
}
.productDetail-misc img {
    border: 0;
}

/* brand */
.brand-icon { margin: 0; padding: 0; border-top: 1px solid #dbdbdb; padding-top: 10px; }
.brand-title { display: none; }

/* grouped product list */
.productgroup-list{
    padding: 10px 0;
    margin: 10px 0;
    color: #666;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    } 
    
.productgroup-top{
    padding: 10px 0;
    font-size: 11px;
    }  
    
.productgroup-top img{ margin: 0 5px -4px 0; }

.productgroup-bottomtxt{ margin: 10px 0 0 0; }

h2.group-title{
    color: #1032c9;
    font-size: 15px;
    margin: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
    }
    
h3.group-subtitle{
    margin: 0;
    padding: 0;
    color: #599283;
    font-size: 12px;
    text-transform: uppercase;
    }

/* product family */

#product-family-top { padding: 0 0 10px 10px; }

#product-family-top img {
    float: left;
    margin: 0 10px 10px 0;
    }
    
#product-family-top h4 {
    padding-top: 25px;
    font-weight: normal;
    }

#product-family-top .description { clear: left; }

table.product-family { border-top: 1px solid #cccccc; }
    
table.product-family .product-title {
    margin-left: 100px;
    padding-top: 25px;
    font-size: 14px;
    }

/* ------------ FEATURES --------------*/

/* 3 product feature */
table.fancy-horiz td { border-right: 1px solid #ccc; width: 230px; padding: 0 2px 0 2px; }
.fancy-horiz.alt td { width: 308px; padding: 0 20px; }
.fancy-horiz.alt td .image-space { margin-left: 135px; font-size: 12px; }
table.fancy-horiz td.last{ border: none; }

table.fancy-vert{ margin: 0; padding: 0; }
table.fancy-vert td{ border-bottom: 1px solid #ccc; }
table.fancy-vert td.last{ border: none; }

div.DF_fancy-vert-top{
    width: 230px;
    height: 9px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.DF_fancy-vert-middle{
    width: 208px;
    margin: 0;
    padding: 0 10px 0 10px;
    background-color: #f4f4f4;
}  

div.DF_fancy-vert-bottom{
    width: 230px;
    height: 9px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* alternate green background */

div.DF_fancy-vert-top-alt {
    width: 230px;
    height: 9px;
    margin: 0;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-top-small-blue.gif') no-repeat top left;
    overflow: hidden;
}

div.DF_fancy-vert-middle-alt {
    width: 208px;
    margin: 0;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #e8f0f3;
}

.DF_fancy-vert-bottom-alt {
    width: 230px;
    height: 9px;
    margin: 0;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-bottom-small-blue.gif') no-repeat top left;
    overflow: hidden;
}



/* dynamic and static features */

.placement img.border {
    border: 1px solid #e5e5e5;
    max-width: none;
}

.feature {
    color: #707070;
    font-size: 12px;
}

.feature h3,
.feature h4 { 
    margin:0;
    padding:0;
    color: #000000;
}

.feature > .compact { margin: 3px 0; }

.feature ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
}

.feature li {
    margin-bottom: 15px;
}

.feature img.left {
	margin-right: 10px;
}

.feature .divider-list > * {
	border-top: 1px solid #dbdbdb;
    margin: 0px;
    padding: 15px 0;
}

.feature ul.divider-list > li {
    border-top: 1px solid #dbdbdb;
    margin: 0px;
    padding: 6px 0;
}
.feature .divider-list li a { font-family: "Lato", sans-serif; }
.feature .divider-list li a,
.feature .more { font-weight: bold; }

.feature .divider {
    border-top: 1px solid #dbdbdb;
    padding-top: 4px;
    margin-top: 5px;
}

.feature .divider p { margin-bottom: -7px; }

.feature .divider:first-child {
    border-top: 0;
    margin-top: 10px;
    padding-top: 0;
}

.feature .inline-list li {
	display: inline;
	margin-right: 5px;
}

.feature.box {
    padding: 0 14px 3px;
    background-color: #f4f4f4;
}

.feature .product-wrapper h5 { margin-top: 0; }

.feature.left.space { margin: 0 10px 10px 0;}
.feature.right.space { margin: 0 0 10px 10px; }

/* Journal Spotlight Overrides */
.feature .product-listing a { color: #000000; font-weight: bold; }
.feature.box .size45 { margin-left: 0; }
.feature.box .size45 .product-formatHat, .feature.box .size45 .product-title, .feature.box .size45 .product-authors, .feature.box .size45 .product-formatLine, .feature.box .size45 .product-orderLine, .feature.box .size45 div.product-format, .feature.box .size45 .product-excerptLinkLine, .feature.box .size45 div.product-dateInfo {
    margin-left: 59px;
}


.product-dynamicFeature, .brand-dynamicFeature {
    margin: 16px 0;
    font-size: 12px;
}

.feature-head {
    margin-bottom: 10px;
    padding: 12px 0px 0px;
}

.feature-head.border {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.feature-foot {
    
}

.feature-foot.border {
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
}

.feature-head h3 { font-size: 18px; }
.feature-head h3.compact { font-size: 14px; }
.feature-head h4 {
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
}
h3.horizontal-fb { display: inline-block; float: left; }
h4.horizontal-fb { display: inline-block; float: left; line-height: 23px; margin-left: 5px; }

.feature-head .filter-link {
    margin-top: 5px;
    display: block;
}

.feature-head .filter-link img { vertical-align: middle; }


div.product-coverImage-clear {
    margin:0;
    padding:0;
    clear:both;
}

div.placementzone-divider { 
    width: 100%;
    height: 3px;
    background-color: #b2b2b2; 
    margin: 15px 0;
    clear: both;
}

div.placementzone-divider:first-child { display: none; } /* prevent orphaned divider at top of sidebar */

/* 3 COLUMN FEATURED TITLES / PRODUCTS */

div.column{
    float: left;
    width: 220px;
    margin:0;
    padding: 0 0 15px 30px; 
    margin: 0px;
}

div.column.first {
    padding-left: 0;
}

div.column-box{
    float: left;
    width: 220px;
    margin: 0px;
    padding: 6px 0;
}

div.column-img{ 
    float: left;
    margin: 0 0 0 20px;
    padding: 0px;
    width: 70px;
}

div.column-def, div.column-def-small{
    float: right;
    margin: 0px;
    padding: 0px;
    width: 125px;
}

div.column-def-small{ width: 110px; }

div.column-def-wide{
    margin: 0 0 0 20px;
    padding: 0px;
}

/* Section Navigation */

.section-navigation {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #b2b2b2;
    font-size: 12px;
    font-weight: bold;
}

.section-navigation li {
    display: inline-block;
    padding: 10px;
}

.section-navigation li a { color: #000000; }

.section-navigation li a.active,
.section-navigation li a:hover {
    color: #308386;
}

.section-navigation li a:hover {
	text-decoration: underline;
}

/* special temporary styles for features with only a linked image */

.feature-image {
    display: block;
    border: 1px solid #d9d9d9;
    padding: 8px 0px;
    
}

.feature-image a {
    display: block;
    overflow: hidden;
}

.feature-image a img {
    margin: -8px -1px; 
    max-width: 221px;
}

/* icons */

img.icon.left {
    margin: 0 5px 10px 0;
}

img.icon.right {
    margin: 0 0 10px 5px;
}



/* ------------ BOXES --------------*/

div.greybox{
    position:relative;
    padding: 0 0 0 0;
    width: 200px; /* change width inline */
    background: #f4f4f4;
}

div.greybox ul{
    margin: 0;
    padding: 5px 0 0 10px;
    width: 185px;
    
}

div.greybox p {
    padding: 0px 0px 5px 0px;
    margin: 0;
}

div.greybox ul li{
    list-style: none;
    margin: 0px;
    padding: 0 0 2px 10px;
    background: url('../cvo/images/bullets/orange-square.gif') no-repeat 0 0.5em;
}

div.greybox ul.wide{
    font-size: 12px;
    padding-top: 8px;
}    
div.greybox ul.wide li { 
    padding-bottom:6px;
    padding-right:5px;
}

div.greybox div.notice {
    background-color: #fdfdfd;
    border-bottom: 1px solid #cccccc;
    padding: 10px;   
}

div.fbox-footer, div.fbox-footer-wide, div.fbox-footer-small {
    margin:0;
    padding:0;
    height:9px;
    background: url('../cvo/images/backgrounds/fbox-footer.gif') no-repeat;
}

div.fbox-footer-wide {
    background: url('../cvo/images/boxes/greybox-bottom-wide.gif') no-repeat;    
}  

div.fbox-footer-small {
    background: url('../cvo/images/boxes/greybox-bottom.gif') no-repeat;    
}   


.fbox-subheader {
    margin:0 3px 4px 8px;
    padding-top:8px;
    font-size:.95em;
    font-weight:bold
}


div.greyborder-top{
    width: 699px;
    height: 16px;
    margin: 5px 0 0 0;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-top.gif') no-repeat bottom left;
}

div.greyborder-box{
    width: 697px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}   

div.greyborder-bottom{
    width: 699px;
    height: 12px;
    margin: 0;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-bottom.gif') no-repeat top left;
}

/* flexible width split box */

.subject-listing-promo {
    background: url('../cvo/images/boxes/subject-listing-top-right.gif') no-repeat top right;
    margin-bottom: 2px;
    font-size: .9em;
    }
    
.subject-listing-promo .inner-wrapper {
    padding-right: 7px;
    background: url('../cvo/images/boxes/subject-listing-bottom-right.gif') no-repeat bottom right;
    overflow: hidden;
    }

.subject-listing-promo.split { background-image: url('../cvo/images/boxes/subject-listing-split-top-right.gif'); }
    
.subject-listing-promo.split .inner-wrapper {
    padding-right: 10px;
    background-image: url('../cvo/images/boxes/subject-listing-split-bottom-right.gif');
    }
    
.subject-listing-promo table {
    width: 100%;
    } 
    
.subject-listing-promo td {
    vertical-align: top;
    padding: 15px 0px;
    }
    
.subject-listing-promo td.textbooks-courses {
    background-color: #edf2ea;
    }

.subject-listing-promo.split td.textbooks-courses {
    border-right: 6px solid #ffffff;
    }
    
.subject-listing-promo td.standard-titles {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    }


.subject-listing-promo .product-wrapper {
    float: left;
    width: 200px;
    padding: 0 15px;
    }

.subject-listing-promo.split .product-wrapper { width: 170px; }

.subject-listing-promo.split td.textbooks-courses .cell-1 { width: 220px; }

.subject-listing-promo.split td.standard-titles .cell-2 { border-right: 1px solid #cccccc; }
    
.subject-listing-promo .product-wrapper .product-dynamicFeature {
    margin: 10px 0 0;
    }


.subject-listing-promo td.textbooks-courses h4 {
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
    }
.subject-listing-promo td.textbooks-courses h4.compact {
    width: 235px;   
    }
.subject-listing-promo td.textbooks-courses h4 a {
    color: #245855;
    font-weight: normal;
    text-transform: none;
    }
    
.subject-listing-promo .product-wrapper h5 {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    margin: 0px;
    }
    
/* Brands/Imprints box */

div.brand-listing { border-bottom: 2px solid #b2b2b2; }
div.brand-listing table {
    width: 100%;
    }
div.brand-listing h4 { font-size: 18px; margin: 0; padding: 0; clear: both; }
div.brand-listing td {
    width: 200px;
    padding: 10px 15px;
    vertical-align: top;
    }
.brand-item br, .brand-listing br { clear: both; }
div.brand-listing p { margin: 0; font-size: 12px; }
div.brand-listing p a.product {
    font-size: 12px;
    margin: 0;
    }
.brand-listing.brand-search td,
.brand-listing td.brand-desc {
    width: auto;
    }
    
.feature div.brand-item { 
    font-size: 13px;
    color: #888888;
    padding: 14px 0 15px 0;
    border-top: 1px solid #dbdbdb;
}
    

/* Box with blue top */

div.greyborder-top-blue{
    width: 702px;
    height: 26px;
    margin: 0 0 0 -15px;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-top-blue.gif') no-repeat bottom left;
}
div.greyborder-box-blue{
    width: 680px;
    margin: 0 0 0 -15px;
    padding: 5px 5px 5px 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}   
div.greyborder-bottom-blue{
    width: 702px;
    height: 13px;
    margin: 0 0 0 -15px;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-bottom-blue.gif') no-repeat top left;
}
div.greyborder-top-blue h3{
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 14px;
    color: #666;
}

/* Grey box (half-width) */

.greyborder-top.half{
    width: 342px;
    background: url('../cvo/images/boxes/greyborder-top-half.gif') no-repeat bottom left;
}

.greyborder-box.half{
    width: 320px;
    padding: 1px 10px;
}

.greyborder-box.fixed { height: 100px; }

.greyborder-bottom.half{
    width: 342px;
    background: url('../cvo/images/boxes/greyborder-bottom-half.gif') no-repeat top left;
}

/* Blue box (half-width) */

.greyborder-top-blue.half{
    width: 342px;
    margin: 5px 0 0 0;
    height: 16px;
    background: url('../cvo/images/boxes/greyborder-top-half-blue.gif') no-repeat bottom left;
}
.greyborder-box-blue.half{
    width: 320px;
    padding: 1px 10px;
    margin-left: 0px;
    background-color: #f1f8fa;
    border-color: #d1e2e8;
}

.greyborder-box-blue.fixed { height: 100px; }

.greyborder-bottom-blue.half{
    width: 342px;
    margin-left: 0px;
    background: url('../cvo/images/boxes/greyborder-bottom-half-blue.gif') no-repeat top left;
}


div.greenbanner, div.greenbanner-wide, div.greenbanner-small,
div.bluebanner, div.bluebanner-small,
div.orangebanner, div.prod-sol-top {
    background: #CBDCC1 url('../cvo/images/backgrounds/green-feature-top.gif') no-repeat top left;
    padding:8px 3px 6px 12px;
    font-size:1.1em;
    font-weight:bold;
    text-transform:uppercase;
}

div.greenbanner img, div.greenbanner-wide img, div.greenbanner-small img,
div.bluebanner img, div.bluebanner-small img,
div.orangebanner img, div.prod-sol-top img { vertical-align: middle; }

div.prod-sol-top {
    color: #fff;
    background: #6b9950 url('../cvo/images/backgrounds/darkgreen-feature-top-230.gif') no-repeat top left;
}
div.prod-sol-top a:link, div.prod-sol-top a:visited { color: #000; font-size: 11px; text-transform: none; }

div.greenbanner-wide {
    background: #CBDCC1 url('../cvo/images/backgrounds/green-feature-top-wide.gif') no-repeat top left;    
}

div.greenbanner-small {
    font-size: 14px;
    padding: 5px 5px 5px 10px;
    background: #CBDCC1 url('../cvo/images/backgrounds/green-feature-top-small.gif') no-repeat top left;    
}

div.bluebanner-small {
    font-size: 14px;
    padding: 5px 5px 5px 10px;
    background: #AED3E5 url('../cvo/images/backgrounds/blue-feature-top-small.gif') no-repeat top left;    
}

div.bluebanner {
    background: #AED3E5 url('../cvo/images/backgrounds/blue-feature-top.gif') no-repeat top left;
}

div.orangebanner {
    background: #FFC94D url('../cvo/images/backgrounds/orange-feature-top.gif') no-repeat top left;
}

/* used in author, conference, jobs DF's */
div.yellowbanner,
div.publicitybanner,
div.greybanner{
	font-family: "Lato", sans-serif;
    width: 220px;
    margin: 0;
    padding: 0;
}

div.yellowbanner-pr {
    width: 236px;
    height: 20px;
    margin: 0;
    padding: 5px 0 0 14px;
    background: url('../cvo/images/boxes/greyborder-top-yellow-green-250.gif') no-repeat bottom left;
}

div.publicitybanner{ background: url('../cvo/images/boxes/greyborder-top-orange.gif') no-repeat bottom left; }
div.greybanner { background: url('../cvo/images/boxes/greyborder-top-grey.gif') no-repeat top left; }

div.yellowbanner h3, 
div.yellowbanner-pr h3, 
div.publicitybanner h3,
div.greybanner h3,
div.yellowbanner-subheader h4{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

div.publicitybanner h3{ color: #fff; }

div.yellowbanner-subheader{ 
    width: 228px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f7f7df;
}

div.yellowbanner-subheader h4{ 
    padding: 0 5px 4px 14px;
    font-size: 12px; 
}

div.greyborder-box-yellow, div.greyborder-box-230{
    width: 220px;
    margin: 0;
    padding: 10px 0 20px 0;
}

div.greyborder-box-yellow-pr {
    width: 219px;
    margin: 0;
    padding: 10px 15px 5px 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
} 

div.greyborder-box-yellow p{ padding: 0; margin: 0 0 10px 0; } 

div.greyborder-bottom-yellow, div.greyborder-bottom-230{
    width: 220px;
    height: 9px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

div.greyborder-bottom-yellow-250 {
    width: 250px;
    height: 9px;
    margin: 0;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-bottom-sm-250.gif') no-repeat top left;
}


div.greyborder-top-230{
    width: 230px;
    height: 9px;
    margin: 0;
    padding: 0;
    background: url('../cvo/images/boxes/greyborder-top-small.gif') no-repeat top left; 
    overflow: hidden;
}

/* Expanding boxes w/ js accordion */

.expanding-box .accordion-item.single { 
    position: relative; 
}

.expanding-box .accordion-item.single .accordion-more {
    display: inline-block;
    font-weight: bold;
    border: 1px solid transparent;
    padding: 7px 20px 0 7px;
    margin: -5px -24px -1px -8px;
    background: url('../cvo/images/backgrounds/arrow-companion.gif') no-repeat right 6px;
    line-height: 14px;
    }
    
.expanding-box .accordion-item.single .accordion-more:hover { text-decoration: none !important; }

.expanding-box .accordion-item.single .accordion-more.active {
    background: #f7f7f7 url(../cvo/images/icons/close.gif) no-repeat 208px 6px;
    padding-right: 7px;
    border-color: #cccccc;
    border-bottom-color: #f7f7f7;
    width: 214px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    }
    
.expanding-box .accordion-content {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    z-index: 1;
    margin: 0 -8px 0 -8px;
    width: 198px;
    padding: 10px 15px;
    border: 1px solid #cccccc;
    border-top: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.expanding-box .accordion-content .product-bcs { margin-bottom: 10px; }
.expanding-box .accordion-content .product-bcs .product-bcsGroup { 
    font-weight: bold;
    margin-bottom: 5px;
}


/* HE textbook product area */


/* ------------ HEADINGS --------------*/

/* SECTION TITLES */
div.sectionheader-blue{
    width: 700px;
    height: 20px;
    position: relative;
    margin:0;
    padding: 0;
}

div.sectionheader-blue{ margin-top: 20px; }

div.sectionheader-blue .left{
    width: 650px;
    height: 18px;
    font-size: 18px;
    font-weight: 900;
    font-weight: bold;
}

div.sectionheader-blue .right{
    position: absolute;
    margin:0; 
    padding:0;
    right: 0;
    width: 7px;
    height: 20px;
}

div.sectionheader-blue .left a:link, 
div.sectionheader-blue .left a:visited{ color: #000; text-decoration: none; }
div.sectionheader-blue .left a:hover{ color: #000; text-decoration: underline; }

/* ------------ GOOGLE PREVIEW --------------*/
.google-preview_launcher{
    clear: left;
    float: left;
    margin-top: 10px;
    }

.google-preview{ margin-left: 15px; }
.google-preview .preview-pane{
    float: left;
    width: 500px;
    }
.google-preview .product-info{
    float: right;
    width: 380px;
    } 
.google-preview .preview-pane span{
    font-size: 11px;
    color: #666;
    font-style: italic;
    }      
    
.google-preview .product-biblio,
.google-preview .productDetail{ width: 380px; margin: 10px 0 0 0; }      

.google-preview #indicator{
    display: block;
    margin: 30px auto;
    }
    
#google_preview{
    margin-top: 10px;
    }    
    
/* ------------ PRESS ROOM --------------*/
#press a:link { text-decoration: none; }
#press div.autonav { margin-bottom: 0; }

.publicity-contact-container {
    width: 220px;
    float: left;
    margin: 0 10px 20px 10px;
}

.publicity-contact-header { 
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 7px solid #4d8f91;
    border-right: 1px solid #dbdbdb;
}

.publicity-contact-info {
    font-size: 13px;
    background-color: #f4f4f4;
    padding: 10px;
}

.publicity-contacts{ padding-top: 0 !important; }
.publicity-contacts ul{ 
    margin: 0;
    padding: 10px 0 5px;
    border-bottom: 1px solid #ccc;
    } 
.publicity-contacts li{
    list-style: none;
    margin: 0;
    padding: 0 0 2px 0;
    }
    
.breaking-news_header{
    width: 696px;
    height: 49px;
    position: relative;
    background: url(../cvo/images/headers/breaking-news_header.gif) no-repeat top left;
    }  
    
.breaking-news_footer{
    height: 9px;
    background: url(../cvo/images/headers/breaking-news_bottom.gif) no-repeat bottom left;
    }    
    
.breaking-news_header .rss{ 
    position: absolute;
    font-size: 11px;
    top: 20px;
    right: 10px;
    }
    
.breaking-news_header a{
    color: #fff;
    text-decoration: none; 
    }

.breaking-news{
    width: 694px !important;
    padding: 11px 0 0 !important;
   
    } 
       
.breaking-news .breaking-news_details{ margin-left: 60px; }
.breaking-news .breaking-news_title{ 
    font-size: 14px;
    font-weight: bold;
    }  
    
.breaking-news .fancy-horiz td { border-right:1px solid #eff6eb !important; }   
.breaking-news .product-dynamicFeature{ margin-top: 0; } 

#pr_search_form { 
	clear: both;
	padding: 7px;
	margin-bottom: 25px;
	background-color: #025f62;
	overflow: auto;
}

.pr_search_textfield { 
	font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
	width: 667px;
	height: 29px;
	margin: 0px;
	padding: 0 0 0 10px;
	box-shadow: inset 0px;
	-moz-box-shadow: inset 0px;
	-webkit-box-shadow: inset 0px;
	border: medium none;
	float: left;
}
.pr_search_textfield.short { width: 440px; }
.pr_search_button { float: left; border: 1px solid #ffffff; }
#pr_search_within { float: left; margin-left: 10px; margin-top: 8px; }
#pr_search_within_label { font-size: 11px; font-weight: bold; color: #ffffff; float: left; margin-left: 5px; margin-top: 8px; }

.press-release_search{
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
    }
    
.press-release_search h3{
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0 0 4px 10px;
    border-bottom: 3px solid #ccc;
    }
    
.press-release_search form{ padding: 0 10px; }    
    
.press-release_search label{
    display: block;
    font-weight: bold;
    padding-bottom: 3px;
    }    

.press-release_search fieldset{
    float: left;
    padding: 0;
    border: none;
    margin-right: 20px;
    }
    
.press-release_results h2 {
    color: #2A2828;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 7px 10px 7px 10px; 
    margin-top: 5px; 
    position: relative;
}
    
.press-release_results .press-release_icon{
    float: left;
    }
    
.press-release_results .press-release_details{
    margin-left: 100px;
    }   
    
.press-release_results .press-release_product,
.press-release_results .press-release_corporate{ margin-top: 30px; }  
           
.press-release_date{ font-size: 12px; font-weight: bold; color: #999999; }
    
#press-release_corporate .press-release_date{ font-size: 12px; }    
    
.press-release_results .press-release_title{ font-size: 14px; margin: 0; }
.press-release_publicity-contacts { margin-left: 10px; margin-bottom: 10px; }

.feature-content {
	margin-left: 60px;
}

#pr_sort_refine_form { font-size: 12px; font-weight: bold; overflow: hidden; padding-top: 5px; }
#pr_sort_refine_form label { float: left; margin-left: 10px; margin-top: 3px; }
#pr_sort_refine_form select { float: left; margin-left: 10px; }
#pr_sort_refine_form #pr_refine_option { padding-left: 20px; overflow: hidden; }
     
.press-release_title,
.press-release_location,
.press-release_intro p,
.breaking-news_intro p{ margin: 3px 0 0 0; }

.press-release_details { min-height: 80px; overflow: hidden; }
.press-release_details .shadow { float: left; margin-right: 10px; }
.press-release_details .shadow img { max-width: 60px; }
.press-release_details h4 { margin: 20px 0 0 75px; font-size: 16px; font-weight: normal; }
#container-featured-news  { overflow: hidden; }
#container-featured-news .press-release_details { width: 350px; min-height: 115px; margin-right: 10px; margin-top: 10px; float: left; }
#container-featured-news .press-release_details h4 { margin-top: 0; }
.press-release_text { margin-left: 75px; }

.featured-news-rss-container { float: right; margin-top: 8px; }
.featured-news-rss-icon { float: left; }
.featured-news-rss-text { display: block; float: left; margin-left: 5px; margin-top: 1px; font-size: 11px; font-weight: bold; color: #e57e37; }

.press-release_tools{
    float: right;
    width: 169px;
    font-size: 10px;
    background: url(../cvo/images/backgrounds/press-release_tools-top.gif) no-repeat top left;
    }

.press-release_tools img{ margin-bottom: -6px; }

.press-release_tools ul{ 
    margin: 10px 0 0 0;
    padding: 0 0 10px;
    background: url(../cvo/images/backgrounds/press-release_tools-bg.gif) no-repeat bottom left;    
    }
.press-release_tools li{     
    margin: 0 5px 0 10px;
    padding: 0 0 5px 0;
    list-style: none;
    }

.toolkit-item { padding-bottom: 5px; }
.toolkit-corp {  }

#container-featured-news { position: relative; overflow: hidden; }
#container-topics { width: 522px; position: relative; overflow: hidden; float: left; margin-top: 20px; margin-bottom: 15px; background-color: #f4f4f4; }
#container-company-news { width: 169px; position: relative; overflow: hidden; float: left; margin-left: 9px; margin-top: 20px; margin-bottom: 15px; background-color: #f4f4f4; }
#container-brands-imprints { width: 699px; position: relative; overflow: hidden; background-color: #f4f4f4; }

#topics { width: 100%; }
#company-news { width: 100%; }
#brands-imprints { clear: both; }

#topics ul, #company-news ul, #brands-imprints ul {
    color: #f88232;
    float: left;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 0;
    width: 170px;
}

#topics li, #company-news li, #brands-imprints li {
    font-size: 12px;
    margin-bottom: 7px;
    padding-left: 20px;
    background-image: url('../cvo/images/backgrounds/pr-bullet.gif');
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

#topics li a, #company-news li a, #brands-imprints li a {
    color: #1032c9;
    text-decoration: none;
}

#topics h2, #company-news h2, #brands-imprints h2 { font-size: 14px; color: #000000; font-weight: bold; text-transform: uppercase; background-color: #d4e2cc; padding: 10px; margin: 0; }

#topics .browse-all, #brands-imprints .browse-all { clear: both; text-align: right; margin: 0px 10px 10px 0px; }

/* Product Page */
.publicity-details{
    float: left;
    width: 400px;
    margin: 25px 0 10px 0;
    }

.publicity-details .date{ 
    color: #666;
    }
    
.publicity-details .title{
    font-weight: bold;
    }    
    
.publicity-box{
    float: right;
    width: 230px;
    margin-bottom: 10px;
    }  
    
.publicity-box .orangedot{ margin: 0; }

.press-release_attachments {
    width: 100%;
}

.press-release_attachments li{
    margin-bottom: 10px !important;
    }   
 
.press-release_attachments .attachment-title{ font-weight: bold; }    
.press-release_attachments .attachment-size{
    color: #666;
    font-size: 11px;
    font-weight: normal;
    } 
    
.press-release_details ul { margin: 5px 0 10px 10px; padding: 0; float: left; }
.press-release_content ul { margin: 5px 0 10px 10px; padding: 0; }
.press-release_details li, .press-release_content li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    background: url('../cvo/images/bullets/orange-square.gif') no-repeat 0 0.5em;
}

.press-release_utilities { float: right; }
.press-release_utilities_corp { position: relative; height: 20px; float: right; top: -5px; right: 10px; }
.press-release_share { float: left; padding-left: 20px; background-image: url('../cvo/images/icons/share-this.gif'); background-repeat: no-repeat; }
.press-release_print { float: left; padding-left: 20px; margin-left: 10px; background-image: url('../cvo/images/icons/printer-friendly.gif'); background-repeat: no-repeat; }
.press-release_media { width: 268px; float: right; }
.press-release_media_top { width: 268px; height: 8px; background-image: url('../cvo/images/backgrounds/pr-more-media-TOP.gif'); }
.press-release_media_middle { width: 268px; background-image: url('../cvo/images/backgrounds/pr-more-media-MIDDLE.gif'); background-repeat: repeat-y; padding: 0 10px 0 10px; }
.press-release_media_middle a { color:#1032c9; text-decoration: none; background-image: url('../cvo/images/icons/more-media.gif'); background-repeat: no-repeat; padding-left: 25px; display: block; min-height: 20px; padding-top: 1px;}
.press-release_media_bottom { width: 268px; height: 11px; background-image: url('../cvo/images/backgrounds/pr-more-media-BOTTOM.gif'); }
.press-release_header { border-bottom: 2px solid #c0bebe; font-size: 20px; color: #333333; padding-bottom: 5px; }
.press-release_contacts { color: #656161; }
.press-release_contact { margin-bottom: 10px; }
.press-release_cluster_list_item { overflow: hidden; margin-bottom: 10px; }
.press-release_cluster_list_img { float: left; width: 45px; }
.press-release_cluster_list_desc { float: left; margin-left: 10px; width: 355px; }

.login { float: right; margin: -5px 0 10px 0; overflow: auto; }
.login form { float: right; }
.login-label { float: left; font-size: 10px; font-weight: bold; color: #666666; text-transform: uppercase; margin-top: 5px; }
.login-field { float: left; margin-left: 5px; width: 100px; }
.login-button { float: left; margin-left: 5px; }
.login-help { float: left; margin-left: 5px; font-size: 10px; margin-top: 5px; }
.login-error { color: #ff0000; clear: both; text-align: left; padding-left: 105px; }
.logged-in { float: right; margin: -5px 0 0 0; overflow: auto; }
.logged-in .user { float: left; padding-right: 5px; line-height: 20px; }
.dialog { 
    background-color: #f7f7f7; 
    border: 1px solid #cccccc; 
    position: absolute; 
    top: 20px; 
    right: 10px; 
    font-size: 10px; 
    width: 300px; 
    padding: 0 10px 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dialog p, .dialog div { margin: 0; padding: 0 0 5px 0; }
.dialog-close { text-align: right; font-size: 14px; line-height: 16px; }
.dialog-close a:link, .dialog-close a:visited, .dialog-close a:hover; { text-decoration: none; }

.orangedot li.toolkit-item { margin-left: -15px; }

.embargoed-alert { font-size: 11px; font-weight: bold; color: #e10022; text-transform: uppercase; position: relative; }
a.embargoed-more, a.embargoed-more:visited { font-size: 11px; font-weight: normal; color: #1032c9; text-transform: none; text-decoration: none; }
.embargoed-pipe { font-size: 11px; color: #b5b5b5; }
.download-pdf a, .download-pdf a:visited { font-size: 11px; color: #1032c9; text-decoration: none; float: right; background-image: url('../cvo/images/icons/download-pdf.gif'); background-repeat: no-repeat; padding-left: 25px; }

.mediares-catalog-list { width: 225px; float: left; }
.mediares-catalog-item { margin-bottom: 10px; }
.mediares-icon { float: left; margin-right: 5px; }

/* ------------ MULTI RETAILER --------------*/	
/* turn off mobile styles */
#single-multiretailer_mobile-container,
#multiretailer-mobile_container,
.mobile-nav_wrapper{ display: none; }

table.multiretailer-isbns { width: 100%; }	
table.multiretailer-isbns td{ 
	width: 260px; 
	vertical-align: top;
	padding: 0 40px 40px 0; 
	}	

table.multiretailer-isbns  h3{
	color: #fff;
	clear: both;
	margin: 8px 0 5px;
	font-size: 11px;
	padding: 1px 8px;
	background: #cd6600;
	text-transform: uppercase;
	}

table.multiretailer-isbns ul{ 
	margin: 0; 
	padding: 0; 
	font-size: 11px;
	}
	
table.multiretailer-isbns ul{ 
	float: left; 
	margin-right: 30px; 
	}
		
table.multiretailer-isbns  li{
	margin: 0;
	list-style: none;
	padding: 0 0 2px 18px;
	background: url(../cvo/images/bullets/generic-FB-arrow.gif) no-repeat 0 1px;
	}	
	
table.multiretailer-isbns .note{
	color: #666;
	font-size: 9px;
	margin: 8px 0 0 0;
	}
	
.product-more_fivecol { margin: 5px 0 0 0; }
.multiretailer-isbns .product-excerptLinkLine { margin-left: 115px; font-size: 0.95em; }
.multiretailer-isbns .product-excerptLinkLine a { color: #1032c9; }
.multiretailer-isbns .product-excerptLinkLine-5 { margin-left: 0px; font-size: 0.95em; }
.multiretailer-isbns .product-excerptLinkLine-5 a { color: #1032c9; }

/*------------- MAILING LIST DF-------------*/

.mailing-list-header {
    background: url(../cvo/images/mailing-list-header.gif) no-repeat top left;
    width: 210px;
    height: 50px;
    padding: 19px 10px 0;
    overflow: hidden;
    }
    
.mailing-list-header h4 {
    font-size: 15px;
    margin: 0px;
    color: #2a485f;
    }
    
.mailing-list-header h5 {
    font-size: 13px;
    margin: 0px;
    color: #2a485f;
    font-weight: normal;
    }

.mailing-list { font-size: 13px; }
.mailing-list label { margin-left: 5px; }
.mailing-list input.text {
    border: 1px solid #dbdbdb;
    color: #999999;
    font-size: 10px;
    height: 23px;
    margin: 0;
    padding: 1px 2px;
    width: 125px;
}
.mailing-list #submit {
    margin-bottom: 3px;
    border: 0;
    background-color: #eca608;
    font-size: 11px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 9px;
    -moz-box-shadow: inset 0px -1px 0px #cd8007, 0px 1px 0px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0px -1px 0px #cd8007, 0px 1px 0px rgba(0,0,0,.15);
	box-shadow: inset 0px -1px 0px #cd8007, 0px 1px 0px rgba(0,0,0,.15);
}

.mailing-list #submit:hover { 
    background-color: #de9507;
    -moz-box-shadow: inset 0px -1px 0px #bd7502, 0px 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0px -1px 0px #bd7502, 0px 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0px -1px 0px #bd7502, 0px 1px 1px rgba(0,0,0,.3);
}

.mailing-list #submit:active { 
    background-color: #cd8007;
    -moz-box-shadow: inset 1px 2px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 1px 2px 2px rgba(0,0,0,.3);
    box-shadow: inset 1px 2px 2px rgba(0,0,0,.3);
}

.mailing-list .footnote {
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    }
    
.mailing-list .footnote a {
    color: #94a3af;
    text-decoration: none;
    padding-right: 8px;
    background: url(../cvo/images/bullets/small-arrow.gif) no-repeat right 2px;
    }
    
.mailing-list ul { font-size: 11px; list-style-type: none; margin: 8px 0 0 0; padding: 0; }
.mailing-list ul li { float: left; padding: 0 5px 0 0; }
.mailing-list ul li a, .mailing-list ul li a:visited { color: #1032c9; }

.email-subjects-table  { width: 100%; }

.email-subjects-table td {
    width: 33%;
    vertical-align: top;
    }

.mailing-list.compact { width: 188px; background-color: #fbedce; padding: 16px; min-height: 60px; }
.mailing-list.compact h4 { color: #000000; font-size: 14px; margin: 0 0 7px 0; }
.mailing-list.compact h4 + h5 { color: #707070; font-size: 12px; font-weight: normal; margin: -7px 0 7px 0; }
.mailing-list.compact p { margin: 0 0 7px; font-size: 11px; }
.mailing-list.compact ul li { float: none; display: inline; }

.mailing-list.compact p a {
    font-weight: normal !important;
    }
    
.mailing-list.compact p.sub {
    font-size: 11px;
    }
    
/* ---------- COURSE BROWSER ------------*/

#course-browser {
    width: 938px;
    margin-left: -15px; 
    }
    
#course-browser-header {
    width: 902px;
    height: 30px;
    padding: 15px 18px 0px 18px;
    background: url(../cvo/images/boxes/greyborder-top-large-green.gif) no-repeat top left;
    }

#course-browser-header h2 {
    margin: 0;
    font-size: 16px;
    }
    
#course-browser-columns {
    height: 520px;
    border: 1px solid #cccccc;
    font-size: 12px;
    }

.course-browser-column {
    width: 265px;
    height: 520px;
    border-right: 1px solid #cccccc;
    overflow: auto;
    float:left;
    }
    
#course-browser-column-three {
    border-right: 0;
    width: 404px;
    }  
    
.course-browser-column h3,
.course-browser-column h4 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0 5px;
    }
   
.course-browser-column h3 { font-size: 14px; }
.course-browser-column h4 { font-size: 12px; }

.course-browser-column .course-browser-list {
    list-style: none;
    margin: 0;
    padding: 0 0 25px;
    }

.course-browser-column .course-browser-list li.active {
    font-weight: bold;
    font-size: 13px;
    }
    
.course-browser-column .course-browser-list li a,
.course-browser-column .course-browser-list li.active span {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #1032c9;
    }

.course-browser-column .course-browser-list li a:hover,
.course-browser-column .course-browser-list li.active span {
    background-color: #e9eee7;
    color: #1032c9;
    }

.course-browser-column .course-browser-products {
    padding-bottom: 15px;
    }
    
.course-browser-column .product-listing {
    margin-left: 25px;
    margin-right: 25px;
    }
    
/* E-Book Interstitial page */

#interstitial #main-content {
    width: 550px; /* Must be set to 550px because of Desktop Editions layout */
    float: left;
    }

#interstitial #rightbar {
	background-color: #f4f4f4;
    width: 330px;
    float: right;
    padding: 20px;
}
    
/* Cover Image */
.product-coverImageLine {
	float:left;
}

.product-verticalAlign .product-coverImageLine img { vertical-align: middle; }

/* ------------ SEARCH RESULTS --------------*/
#search-results .product-title {
    font-size: 16px;
}
#search-results .product-authors {
    font-size: 13px;
    color: #888888;
}
#search-results .product-formatLine {
    font-size: 13px;
    color: #888888;
}
#search-results .product-orderLine {
    font-size: 13px;
    color: #1d2626;
}


/* ------------ DROPSHADOW --------------*/

/* Deprecated */ 
.shadow, .shadow div, .shadow div div { display: inline-block; }

.shadow img { 
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
}

.shadow img:hover { 
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.6);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.6);
    box-shadow: 1px 2px 4px rgba(0,0,0,.6);
}

/* alterate background color (#edf2ea) */
.shadow-alt .shadow {  }

.shadow-alt .shadow div {  }

.shadow-alt .shadow div div {  }


/* ------------ BUTTONS --------------*/

a.button-gold, input.button-gold, .slide-button a, 
a.button-gold:visited, input.button-gold:visited, .slide-button a:visited {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 14px;
    background-color: #eca608;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px -1px 0px #cd8007, 0px 1px 0px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0px -1px 0px #cd8007, 0px 1px 0px rgba(0,0,0,.15);
	box-shadow: inset 0px -1px 0px #cd8007, 0px 1px 0px rgba(0,0,0,.15);
	line-height: 25px;
}
a.button-gold:hover, input.button-gold:hover, .slide-button a:hover {
	color: #ffffff;
	text-decoration: none;
    background-color: #de9507;
    -moz-box-shadow: inset 0px -1px 0px #bd7502, 0px 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0px -1px 0px #bd7502, 0px 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0px -1px 0px #bd7502, 0px 1px 1px rgba(0,0,0,.3);
}
a.button-gold:active, input.button-gold:active, .slide-button a:active {
	color: #ffffff;
	text-decoration: none;
    background-color: #cd8007;
    -moz-box-shadow: inset 1px 2px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 1px 2px 2px rgba(0,0,0,.3);
    box-shadow: inset 1px 2px 2px rgba(0,0,0,.3);
}

a.button-teal, input.button-teal, a.button-teal:visited, input.button-teal:visited {
	font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 14px;
    background-color: #025f62;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,.3);
    box-shadow: inset 0px -1px 0px rgba(0,0,0,.3);
    line-height: 28px;
}
a.button-teal:hover, input.button-teal:hover {
	color: #ffffff;
	text-decoration: none;
    background-color: #025356;
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,.3);
}
a.button-teal:active, input.button-teal:active {
	color: #ffffff;
	text-decoration: none;
    background-color: #004244;
    -moz-box-shadow: inset 1px 2px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 1px 2px 2px rgba(0,0,0,.5);
    box-shadow: inset 1px 2px 2px rgba(0,0,0,.5);
}
input.button-gold, input.button-teal { border: none; padding: 6px 13px; font-family: "Lato", sans-serif; }
input.compact { font-size: 10px; line-height: 1; padding: 5px 10px; }
.slide-button { margin-top: 10px; }
a.util-button, .util-button a {
	margin-right: 8px;
	padding-left: 20px;
	display: inline-block;
}
.button-share { background: url(../pvo/images/title/share.gif) no-repeat left top; }
.button-print { background: url(../pvo/images/printer.gif) no-repeat left top; }
.button-support .productDetail-techSupport { background: url(../pvo/images/title/support-icon.gif) no-repeat left top; }