﻿/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::
	  WHITE SPACE RESET 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

html {
	background:#fff;
}

h2, h3, h4, h5, h6, p, #buy h2 { 
	margin:1em 0; 
}

h1, #buy h1, #advancedsearch h2 {
	margin:0 0 .5em 0;
}

blockquote, ul, ol, dl, address { 
	margin:1em; 
}

li, dd { 
	margin-left:5%; 
}

.stretch, .clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: .8375em;
    line-height: 1px;
    width: 100%;
}

.subheader {
	vertical-align:middle;
	background:#f2f2f2;
	padding:10px 0 0 0;
	display:block;
	width:100%;
	text-align:center;
}

#checkout .subheader {
	display:none;
}

.subheader marquee {
	vertical-align:middle;
}

#reserve-course-list fieldset {
    margin-bottom: 0;
    box-shadow:0 0 0;
}

fieldset { 
	padding: 15px;
    margin: 20px 0;
    border: 1px #ccc solid;
    position: relative;
    box-shadow: rgba(0,0,0,.4) 0 10px 10px -10px; 
}

fieldset legend {
    width: calc(100% + 32px);
    margin: 0 -16px;
    border: 1px #ccc solid;
    padding: 15px 8px;
    font-size: 1.4em;
    background: snow;
    font-family: inherit !important;
}

#checkout.checkout-payment fieldset {
	float:none;
	width:100%;
}

#checkout .checkout-info {
	float:left;
	width:51%;
	margin:0;
}

#checkout .checkout-summary {
	width: 47%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#checkout fieldset#checkout-payment-summary,
#checkout fieldset#checkout-payment-reservation {
	width:100%;
	float:none;
    margin:20px 0;
}

#cart-reservations h4 {
    background: snow;
    padding: 10px 15px;
    margin-right: 0;
    margin-bottom: 0;
    border: 1px solid #ccc;
    color: #000;
}

#checkout-payment-reservation em, #checkout-payment-summary em, #checkout-order-summary em {
    color: #39C;
    font-style:normal;
    font-size:.9em;
}

#checkout.checkout-textbook #menu,
#checkout.checkout-textbook .top-banner-info a,
#checkout.checkout-textbook .checkout-hide,
#checkout.checkout-shipping #menu,
#checkout.checkout-shipping .top-banner-info a,
#checkout.checkout-shipping .checkout-hide,
#checkout.checkout-payment #menu,
#checkout.checkout-payment .top-banner-info a,
#checkout.checkout-payment .checkout-hide,
#checkout.checkout-review #menu,
#checkout.checkout-review .top-banner-info a,
#checkout.checkout-review .checkout-hide {
	display:none;
}

#checkout .top-banner-info a.contact-phone {
	display:inline !important;
}

#checkout.checkout-shipping header,
#checkout.checkout-payment header,
#checkout.checkout-review header {
	height:auto;
}

#checkout input[type=submit] {
	clear:both;
	margin:15px 0;
}

#checkout-ccinfo label:before {
	content:"* ";
}

.checkout-nonccpayment-container label:before {
	content:"* ";
}

#checkout-ccinfo > strong,
.checkout-nonccpayment-container > strong {
	display: block;
    border-bottom: 1px #ccc solid;
    padding: 10px;
    margin: -10px -10px 20px -10px;
    width: calc(100% + 20px);
    background: rgba(0,0,0,.05);
}

#main form.two-col div.error {
    margin-left: 11.5em;
}

#main form.two-col span.help {
    margin-left: 13em;
}

#main form .help {
    font-size: .9em;
}

#main form .same-as-ship p.billing-info {
	display:none;
}

#main form#payment {
	position:relative;
}

#main form#payment ~ p,
#main form#payment ~ br {
	display:none;
}

#main form p.student-id-message {
	margin:1em 0
}

#checkout-payment-reservation th, #checkout-payment-summary th, #checkout-order-summary th {
    text-align: right;
    padding-right: 2em;
    width: 11em;
}

.same-as-selection input[type=checkbox] {
	margin: 8px 8px 4px 4px;
    width: 20px;
    height: 20px;
    float: left;
    border:1px #ccc solid;
}

#main form.two-col .same-as-selection label {
	font-size:1.1em;
	line-height:2em;
}

#checkout label[for=shipping_code]:before {
	content: "* "
}

.checkout-payment #main.pickup-selected form p.same-as-selection {
	display:none;
}

hr {
	height: 1px;
	border-bottom: 1px solid #CCC;
	border-top: none;
	border-right: none;
	border-left: none;
	margin: 1em 0;
	clear:both;
}

footer hr {
    border-bottom: 1px rgba(255,255,255,.4) solid;
}

input[type=checkbox] {
	margin: 3px 3px 3px 4px;
}

img { 
	max-width:100%;
	-webkit-transform: translate3d(0, 0, 0);
}


/*  ::::::::::::::::::::::::::::::::::::::::::::::::
	     CSS FOR SITE STYLES AND COLORS
::::::::::::::::::::::::::::::::::::::::::::::::::::  */


#extra1,
#extra2,
#content-top, 
#content-bottom {
	display:none;
}

html, html a {
	-webkit-font-smoothing: antialiased !important;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	color: #444;
}

body.no-scroll {
	overflow:hidden;
}

#main form .box, textarea.box {
	font-family: inherit;
}

#main-wrapper {
	min-width:320px;
	overflow:hidden;
}

.accessibility {
    position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	white-space:nowrap;
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::
	  CSS FOR FORMATTING SITE LAYOUT - ONE COLUMN
::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */

.one-column #main-wrapper {
	width:100%;
	margin:0 auto;
}

.one-column div#page {
	width: 100%;
}

.one-column #header-wrapper {
	width: 100%;
}

.one-column header {
	width: 100%;
}

.cart-alternate,
.user-login-alternate {
	display:none;
}

.menu-container.fixed-transform {
	position:fixed;
	left:0;
	top:0;
    z-index: 2;
    width: 100%;
    animation-name:slideDown;
    animation-duration:.5s;
    -webkit-animation-name:slideDown;
    -webkit-animation-duration:.5s;
}

@keyframes slideDown{
	0% {top:-75px}
	100% {top:0}
}

.menu-container.fixed-transform #menu {
	padding-top:15px;
	box-shadow: rgba(0,0,0,.4) 0 5px 10px -6px;
	border-top:2px #000 solid;
}

.menu-container.fixed-transform nav #sitenav {
	margin:0;
}

.menu-container.fixed-transform div#site-search {
	margin:0 auto;
}

.menu-container.fixed-transform .cart-alternate,
.menu-container.fixed-transform .user-login-alternate {
	display:inline;
}

.cart-alternate,
.user-login-alternate {
	width:auto;
	margin:0 1.5em;
	padding:0;
	float:left;
}

.mobile-search {
	width: auto;
    text-align: center;
    vertical-align: middle;
    margin: 0 1.5em;
    padding: 0;
    display: none;
    float:left;
    font-size:.925em;
}

.mobile-search a {
	display:block;
}

.mobile-search a:before {
	font-family: 'icomoon';
	content: "\f002";
	color: #646569;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 2px 0;
	text-shadow:none;
	display: block;
	speak: none;
}

.one-column #menu {
	width:100%;
	max-width: 1600px;
	margin: 0 auto -5px auto;
	padding:20px 1% 10px 1%;
	position:relative;
	background:#f2f2f2;
}

.one-column div#content, 
.one-column #home div#content.two-col div#main, 
.one-column div#content.two-col div#main {
	width:100%;
}

.one-column div#main {
	width:100%;
}

.one-column div#content div#advertising {
	display:none;
}

.one-column footer {
	width:100%;
	padding:0;
}

.one-column .block-onecol {
	width:31.33%;
}

.one-column .block-twocol {
	width:100%;
}

.one-column div#content.three-col div#main, 
div#main2,
.search-result-set {
	width: 80%;
}

.left-vert-nav .search-result-set,
.right-vert-nav .search-result-set {
	width:100%;
}


/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::
	  CSS FOR FORMATTING SITE LAYOUT - TWO COLUMN
::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */


.two-column #main-wrapper {
	width:100%;
	margin:0 auto;
}

.two-column div#page {
	width: 100%;
}

.two-column #header-wrapper {
	width: 100%;
}

.two-column header {
	width: 100%;
}

.two-column #menu {
	width:98%;
	max-width: 1588px;
	margin: 0 auto;
}

.two-column div#content,
.two-column div#content.two-col {
	width:100%;
}

.two-column div#content, 
.two-column div#content.two-col,
#home.two-column  div#content.two-col {
	width:100%;
}

.two-column #home div#content.two-col div#main, 
.two-column div#content.two-col div#main {
	width:74%;
}

.two-column div#content div#advertising {
	display:inline-block;
	width:24%;
	float:left;
}

.two-column footer {
	width:100%;
}

.two-column .block-onecol {
	width:48%;
}

.two-column .block-twocol {
	width:100%;
}

.two-column div#content.three-col div#main, div#main2 {
	width: 54%;
}


/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::
	  CSS FOR FORMATTING SITE LAYOUT - LEFT VERTICAL NAV
::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */

.left-vert-nav #main-wrapper {
	width:100%;
	margin:0 auto;
}

.left-vert-nav div#page {
	width: 100%;
}

.left-vert-nav #header-wrapper {
	width: 100%;
}

.left-vert-nav header {
	width: 100%;
}

.left-vert-nav #menu {
	width:25%;
}

.left-vert-nav nav {
	width:100%
}

.left-vert-nav #home div#content.two-col div#main, 
.left-vert-nav div#content.two-col div#main {
	width:100%;
}

.left-vert-nav div#content {
	width:74%;
	clear:right;
	float:left;
}


.left-vert-nav div#main {
	width:100%;
}

.left-vert-nav div#content div#advertising {
	display:none;
}

.left-vert-nav footer {
	width:100%;
}

.left-vert-nav .block-onecol {
	width:48%;
}

.left-vert-nav .block-twocol {
	width:100%;
}

.left-vert-nav div#content.three-col div#main, div#main2 {
	width: 100%;
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::
	  CSS FOR FORMATTING SITE LAYOUT - RIGHT VERTICAL NAV
::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */

.right-vert-nav #main-wrapper {
	width:100%;
	margin:0 auto;
}

.right-vert-nav div#page {
	width: 100%;
}

.right-vert-nav #header-wrapper {
	width: 100%;
}

.right-vert-nav header {
	width: 100%;
}

.right-vert-nav #menu {
	width:25%;
	float:right;
	-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.right-vert-nav nav {
	width:100%
}

.right-vert-nav #home div#content.two-col div#main, 
.right-vert-nav div#content.two-col div#main {
	width:100%;
}

.right-vert-nav div#content {
	width:74%;
	clear:left;
	float:right;
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}


.right-vert-nav div#main {
	width:100%;
}

.right-vert-nav div#content div#advertising {
	display:none;
}

.right-vert-nav footer {
	width:100%;
	-webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.right-vert-nav .block-onecol {
	width:48%;
}

.right-vert-nav .block-twocol {
	width:100%;
}

.right-vert-nav div#content.three-col div#main {
	width: 100%;
}

#home.left-vert-nav div#content,
.left-vert-nav div#content,
#home.left-vert-nav div#content.buy-text {
	width:73%;
	margin:0 1% 0 0;
}

#home.right-vert-nav div#content,
.right-vert-nav div#content,
#home.right-vert-nav div#content.buy-text {
	width:73%;
	margin:0 0 0 1%;
}

.left-vert-nav div#content,
.right-vert-nav div#content {
	padding:1em 2.5%;
}

#home div#content, 
#home.two-column div#content.two-col {
	width:98% ;
	margin:0 auto;
	background:#f2f2f2;
	border:0;
}

div#content,
#home div#content.buy-text,
.two-column div#content, 
.two-column div#content.two-col,
#home.two-column div#content.buy-text {
	margin:0 auto;
	background:#fff;
	border:10px #f2f2f2 solid;
}

.one-column div#content,
#home.one-column div#content.buy-text,
.two-column div#content, 
.two-column div#content.two-col,
#home.two-column div#content.buy-text {
	width:100% !important;
}


#main #main {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
}

#main a {
	text-decoration:none;
}

#main a:hover {
	text-decoration:underline;
}

#home .block-twocol,
#home .block-onecol {
	box-shadow:#ccc 0 0 5px;
	background:#fff;
}

.theme-light .nivoSlider {
	box-shadow:#aaa 0 0 5px;
	background:#fff;
}

.left-vert-nav div#page,
.right-vert-nav div#page {
/* Sets container to display items in flex */
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#main {
	font-size: inherit;
	color: #444;
	line-height:1.5em;
}

header {
	display:inline-block;
	padding:0;
	position:relative;
}

.left-vert-nav #sub-nav, 
.left-vert-nav #search-nav {
	font-size: 1em;
	padding: 1em .25em 0 0;
	clear:both;
	border-top:1px #ccc solid;
	text-align:right;
}

.right-vert-nav #sub-nav, 
.right-vert-nav #search-nav {
	font-size: 1em;
	padding: 1em .25em 0 0;
	clear:both;
	border-top:1px #ccc solid;
	text-align:left;
}

.left-vert-nav #search-nav,
.right-vert-nav #search-nav,
.right-vert-nav div#content.three-col div#sub-nav {
	width:100%;
}

#site-name {
    text-align: center;
    padding: 1em;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    float: none;
    font-size:1em;
}

#site-name img {
	width:auto;
}

#site-name span {
	display: block;
    font-size: .9em;
    letter-spacing: 1px;
    color: #666;
    transition: all .3s linear;
    display:none;
}

#site-name a {
	text-decoration: none;
    display: inline-block;
    padding: 0;
    background: transparent;
}

footer {
	display:inline-block;
	clear:both;
	background:#000;
	color:#fff;
}

footer a {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	text-decoration:underline;
}

#footer-box {
	margin:0 auto;
	border:none;
	padding:0 3%;
	background:transparent;
	font-size:.9em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer-box h3 {
	font-size: 1.5em;
    color: #fff;
    margin: 1em 0 .25em 0;
    font-family: inherit;
}

#footer-box .footer-rightcol h3 {
	font-size:1em;
	text-transform:uppercase;
	margin:1.5em 0 .25em 0;
}

.footer-links .footer-block {
	width:25%;
	padding-right:15px;
	float:left;
    margin: 0 0 1.25em 0;
}

.footer-links .footer-block:last-child {
	padding-right:0;
}

.footer-links a {
	display:block;
}

.footer-leftcol,
.footer-rightcol {
	background:transparent;
	display:block;
	float:left;
	text-align:left;
	line-height:1.75em;
	-webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.footer-leftcol {
	padding:2em 3% 1em 0;
}

.footer-rightcol {
	padding:2em 0 1em 3%;
}

.ie8 .footer-leftcol,
.ie9 .footer-leftcol,
.ie8 .footer-rightcol,
.ie9 .footer-rightcol {
	min-height:350px;
}

.footer-leftcol a,
.footer-rightcol a {
	text-decoration:none;
}

.footer-leftcol a:hover,
.footer-rightcol a:hover {
	text-decoration:underline;
}

footer.multi-location .footer-leftcol {
	width:30%;
}

footer.multi-location .footer-rightcol {
	width:70%;
}

.footer-leftcol {
	width:35%;
}

.footer-rightcol {
	width:65%;
}

.copy-info {
	background: transparent;
    padding: 1em;
    clear: both;
    font-size: .9em;
    margin: 0;
    line-height: 1.8;
}

.sociallinks {
	margin:0;
}

.sociallinks a {
	margin: 1em 1em 0 0;
	display:inline-block;
}

.sociallinks img {
	width:27px;
	transform:scale(1);
	transition:all .5s ease;
}

/* BEGIN SOCIAL MEDIA ICON STYLES */
.sociallinks a:before {
    font-family: 'icomoon';
    color:#fff;
    font-weight: normal;
    font-size:2em;
    speak: none;
    display: inline-block;
    transition:all .5s ease;
}

.sociallinks a:hover:before {
	color:rgba(226,167,2,.9);
}

/* ASSIGN ICON TO EACH SOCIAL MEDIA LINK */
a.twitter:before {
    content: "\ea91";
}

a.facebook:before {
    content: "\ea8c";
}

a.linkedin:before {
    content: "\eac9";
}

a.youtube:before {
    content: "\ea99";
}

a.googleplus:before {
    content: "\f0df";
}

a.instagram:before {
    content: "\f16d";
}

a.pinterest:before {
    content: "\ead0";
}

a.flickr:before {
    content: "\eaa1";
}

a.foursquare:before {
    content: "\f180";
}

a.yelp:before {
    content: "\f1ea";
}

a.contact-email:before {
    content: "\e69b";
}
/* END SOCIAL MEDIA ICONS */

.footer-links a:first-child {
	border:none;
}

.to-top {
	font-family: 'Raleway', sans-serif;
	color: #efefef;
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 2em;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    opacity: 0;
    text-shadow: 0 1px 1px #000;
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    line-height: 50px;
    transition: all .3s linear;
    z-index:1;
}

.to-top:hover {
	text-decoration:none;
}

.to-top.to-top-display {
    opacity: 1;
}

.to-top:before {
	font-family: 'icomoon';
    content: "\f106";
    speak: none;
}

a {
	color:#000;
}

a, input[type=submit] {
	cursor:pointer;
}

h2,
h3,
h4,
h5,
h6,
#home .highlight h3,
#reserve-feature h3 {
	color:#231f20;
}


#home div.block-item a.add-new-course {
	display:none;
}


/* BUTTON SHAPES AND SIZES */
#main a.button,
#main a.button:visited,
a.button,
input[type=submit],
form input.button,
#buy-reserve-button input,
#shipping-address a,
#checkout-review-payment a,
#shipping-address a,
#cart-continue-link a,
form input.secondary, 
#main form input.secondary, 
#main a.secondary, 
#main a.secondary:visited, 
.jqm-content a.secondary,
a.action-link,
div.book-detail div.book-info .button {
	height:auto;
	padding:.4em .75em !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	line-height:1.6em;
	text-decoration: none;
	margin:0;
	cursor:pointer;
	font-weight:700;
	letter-spacing:1px;
	min-width:50px;
	-webkit-appearance: none;
}

/* MAIN BUTTON COLORS */
#main a.button,
#main a.button:visited,
a.button,
input[type=submit],
form input.button,
#buy-reserve-button input,
#cart-continue-link a,
a.action-link {
	border: 0;
	color: #fff;
	background: #000;
	text-shadow: rgba(0,0,0,.2) 0 1px 1px;
	text-transform:uppercase;
	transition:all .2s ease;
	text-decoration:none;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #000 50%, #E2A702 50%);
    box-shadow: rgba(0,0,0,.4) 0 8px 8px -5px;
}

#main a.button:hover,
#main a.button:visited:hover,
input[type=submit]:hover,
form input.button:hover,
#buy-reserve-button input:hover,
#cart-continue-link a:hover,
a.action-link:hover,
form input.secondary:hover, 
#main form input.secondary:hover, 
#main a.secondary:hover, 
#main a.secondary:visited:hover, 
.jqm-content a.secondary:hover,
#checkout-review-payment a:hover,
#shipping-address a:hover {
	background-position: 0 100%;
}

/* SECONDARY BUTTON COLORS */
form input.secondary, 
#main form input.secondary, 
#main a.secondary, 
#main a.secondary:visited, 
.jqm-content a.secondary,
#checkout-review-payment a,
#shipping-address a {
	background: rgb(125,113,109);
	border:0;
	color: #fff;
	text-transform:uppercase;
	transition: all .2s ease;
	text-decoration:none;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgb(125,113,109) 50%, #000 50%);
    box-shadow:0 0 0 0;
    border-radius:3px;
}

#main form input.button:disabled {
	background-color: #CCC;
	border-color: #BBB;
	color: #EEE;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	cursor:default;
	background-image: none;
}

#home #main #TextbookForm label {
	color:#231f20;
	font-weight: 700;
	font-size:1.1em;
	transition: all .3s ease;
    margin: 0;
    display: block;
    padding:0;
}

#home #main #TextbookForm .disabled label {
    color: #ccc;
    font-size: 1em;
}

#main form #course-selector br {
    display: none;
}

.buy-text .block-item#no-items {
    visibility: hidden;
    height: 18px;
    overflow: hidden;
    margin: 0 !important;
}

#home div#content.two-col.buy-text input#tbe-add-section,
#add-courses-to-list {
	margin:1em 0;
}

#add-courses-to-list {
	display:inline-block;
}

.block-textbookexpress h3 a:before,
.block-buytextbooks h3 a:before {
	font-family: 'icomoon';
	content: "\f02d";
	color: #666;
	font-weight: normal;
	font-size: 1em;
	margin-right:.25em;
	speak:none;
}

.block-departments h3:before {
	font-family: 'icomoon';
	content: "\f02c";
	color: #666;
	font-weight: normal;
	font-size: 1em;
	margin-right:.25em;
	speak:none;
}

#sub-nav h2:before {
	font-family: 'icomoon';
	content: "\f02c";
	color: #666;
	font-weight: normal;
	font-size: .8em;
	margin-right:.25em;
	speak:none;
	display:none;
}

.block-textbookbuyback h3 a:before {
	font-family: 'icomoon';
	content: "\f0d6";
	color: #666;
	font-weight: normal;
	font-size: 1em;
	margin-right:.25em;
	speak:none;
}

.block-textbookbuyback p img {
	display:none;
}

#buy-reserve-button p, 
#buy-reserve-button input {
	margin: 0;
	padding: 0;
	float:none;
}

#tender-charges .action-link {
	padding: 0 !important;
	text-align: left;
	border: none;
	color: #000;
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	font-size:.9em;
	font-weight:normal;
	text-transform:none;
}

#tender-charges .new, #tender-charges .new th {
    font-weight: normal;
    line-height:1.1em;
}

#checkout fieldset#checkout-payment-summary table tfoot td {
    padding: .3em .2em;
}

#revieworder em {
	display:none;
}

#checkout-review-shipping {
	width: 48%;
	float: left;
}

#checkout-review-payment {
	clear: none;
	float: left;
	width:48%;
	margin:0 0 1em 4%;
}

#checkout-review-payment #billing-address {
	margin-left: 1em;
}

dl#shipping-address,
dl#credit-card,
dl#billing-address {
	padding:0;
	width:98%;
}

#checkout dl {
    position: relative;
}

#shipping-address a,
#credit-card a {
	position:absolute;
	top:0;
	right:2%;
	margin:0;
	font-size:.8em;
	z-index:1;
}

#billing-address a {
	display:none;
	font-size:.8em;
}

#checkout-review-orderdetails {
	margin: 1em 0;
}

#checkout-review h4, 
#checkout-receipt h4, 
#checkout-review h3, 
#checkout-receipt h3 {
    border-bottom: 1px solid #CCC;
    padding-bottom: 6px;
    padding-top: 11px;
    font-size: 1.1em;
}


#checkout-receipt-shipping {
	margin-left: 4%;
	float: left;
	width: 48%;
}

#checkout-receipt-payment {
	width: 48%;
	float: left;
}

#cart .cart-control td.item-totalprice, 
#cart .cart-control th.item-totalprice {
    width: 110px;
}

.cart-item div,
.cart-item .book-meta {
	text-indent: 0;
    font-size: .9em;
    color: #666;
}

.cart-item .book-title, .coupon-name, .cart-item div.item-name, .coupon-label {
    font-weight: bold;
    font-size:1em;
}

.cart-item div.rental-agreement, .cart-item div.cart-rental-copy {
}

.cart-item div.cart-rental-copy {
	padding-top:6px;
}

#main form .cart-item div.rental-agreement label {
	color:#666;
}

#main form .cart-item div.rental-agreement p {
	margin:.25em 0;
}

dl#shipping-address.pickup-selected dt, dl#shipping-address.pickup-selected dd {display:none;}
dl#shipping-address.pickup-selected dt.shipping-method, dl#shipping-address.pickup-selected dd.shipping-method {display:block;}
dl#shipping-address.pickup-selected dd {font-size: inherit;}
.cart-item .item-sku:before, .cart-item .book-author:before {content:none}

#coupon-display .coupon-value {
    float: none;
    margin-left: 40px;
    padding-bottom: .5em;
}

#cart #coupon-display .coupon-value:before {
	content: "Discount: "
}

#coupon-display .coupon-value br {
	display:none;
}

#coupon-display .coupon-value a {
	margin-left: 1em;
    float: right;
}

.cart-totals {
	width: auto;
	float: right;
	margin-right: 5px;
	position: relative;
}

.cart-totals-subtotal td {
	width:125px;
}

#main form label {
    color: #666;
}

#main form.two-col label {
    width: 11.5em;
    float: left;
    text-align: right;
    margin-right: 1em;
    margin-top: 10px;
    line-height: 1.2;
}

#main form .box, 
textarea.box,
#main form select.box {
	padding:.5em 5px;
	margin:0 0 .25em 0;
	border-top: 1px #999 solid;
    border-left: 1px #999 solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #fff;
    width: 100%;
    max-width: 300px;
    box-shadow: inset rgba(0,0,0,.25) 1px 1px 3px;
}

#main form .box:focus,
#main form select.box:focus,
.product-list-sort select:focus,
select#quickProdOption:focus,
input.product-qty:focus,
div#course-bookdisplay select:focus {
	background:lightyellow;
}

#main form#shopper_forgotpassword label {
	float: none;
	width: auto;
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

/* ::: SITE HEADINGS ::: */

h1, #buy h1, #advancedsearch h2 {font-size:1.8em;color:#000;}
h2, #sub-nav h2, #sub-nav h3 {font-size:1.4em;}
h3, #home .highlight h3 {font-size:1.3em;line-height:1.1em;}
#main h3 {line-height:1.3em;}
h4 {font-size:1.1em;}
h5 {font-size:1em;}
h6 {font-size:.8em;}

h1,
h2,
h3,
h4,
h5,
h6,
#home .highlight h3 a,
#home .highlight h3,
#site-name span,
fieldset legend,
#sub-nav h2,
#sub-nav h3,
#search-nav h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:normal;
}

#home h3 a:hover,
#checkout-review-payment a:hover,
#shipping-address a:hover,
#section-list li a:hover,
#main .book-cover a:hover {
	text-decoration:none;
}

#sub-nav h2,
#sub-nav h3 {
	display:inline;
	color:#666;
}

#home .block-onecol h3:first-child,
#home .block-twocol h3:first-child {
	text-transform:uppercase;
	border-bottom: 1px #ccc solid;
	padding-bottom: .5em;
	padding-top:0;
}

.autoformat h1, .autoformat h2, .autoformat h3, .autoformat h4, .autoformat h5 {
	border-bottom: 1px solid #ccc;
	padding-bottom:.5em
}

#product-category-feature h3,
.catalog-feature h3,
.recommended-products h3 {
	margin: .5em 0;
    padding: .75em 0;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}

.catalog-feature h3 {
	margin: 0 0 .5em 0;
}

/* ::: END SITE HEADINGS ::: */

#main div.hr,
#reserve #add-course-controls div.hr {
	height: 1px;
	border-bottom: 1px solid #CCC;
	margin: 1em 0;
}

#sell ul.breadcrumbs + div.hr {
	display:none;
}

ul.breadcrumbs, ul#checkout-steps {
	list-style: none;
	padding: .25em 0;
}

ul.breadcrumbs {
	margin: 0 0 1.5em 0;
	border-top: 1px #ccc solid;
	font-size:inherit;
}

ul#checkout-steps {
    margin: 1.5em 0 0 0;
    border-top: 1px #aaa solid;
    border-bottom: 0;
    display: inline-block;
    font-size: .9em;
}

#checkout-steps li.selected {
	color: #444;
	font-weight: normal;
}

ul#checkout-steps li {
	float:none;
	font-size:1em;
	margin-right:.5em;
	display:inline-block;
	text-align:center;
	color:#888;
	margin-left: 0;
}

#checkout-steps li:before {
    content: '\e63f';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-size: 3em;
    color: green;
    float: none;
    margin: -3em auto 0 auto;
    display: inline-block;
    width: auto;
    background: #fff;
}

#checkout-steps li.selected:before {
	color:#000;
}

#checkout-steps li.disabled:before {
	color:#ddd;
}

#checkout-steps li:nth-of-type(1):before,
#checkout-steps li.selected:nth-of-type(1):before,
#checkout-steps li.disabled:nth-of-type(1):before {
	content: '\e607' !important;
	color: #666;
    font-size: 2.85em;
    padding:0 5px 0 0;
}

#checkout-steps li.selected:nth-of-type(2):before,
#checkout-steps li.disabled:nth-of-type(2):before {
	content: '\e620';
}

#checkout-steps li.selected:nth-of-type(3):before,
#checkout-steps li.disabled:nth-of-type(3):before {
	content: '\e621';
}

#checkout-steps li.selected:nth-of-type(4):before,
#checkout-steps li.disabled:nth-of-type(4):before {
	content: '\e622';
}

#checkout-steps li.selected:nth-of-type(5):before,
#checkout-steps li.disabled:nth-of-type(5):before {
	content: '\e623';
}

#checkout-steps li.selected:nth-of-type(6):before,
#checkout-steps li.disabled:nth-of-type(6):before {
	content: '\e624';
}

.catalog-feature {
	background: transparent;
	margin-bottom: 0;
}

#product-category-feature,
.catalog-feature {
	padding: 0;
	border-top: none;
}

#cart-summary, #user-summary {
	font-size: .8em;
	line-height: 1.4em;
}

#user-summary {
	width: auto;
    margin: 0 1.5em;
    padding: 0;
    position: relative;
    float: left;
    text-align:center;
}

.account-link {
    position: relative;
    font-size: .8em;
    display: inline-block;
}

#user-summary:before {
	font-family: 'icomoon';
	content: "\e60f";
	color: #646569;
	font-weight: normal;
	margin:0 0 5px 0;
	font-size:1.5em;
	speak:none;
	display:block;
}






.user-login {
	width: auto;
	vertical-align: top;

	margin: 0;
	padding: 0;
	display: inline-block;
	float: none;
	position:relative;
	text-align:center;
}

#cart-items {
	width: auto;
    text-align: right;
    margin: 0 1% 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
    float: right;
    font-size: .8em;
    top: .75em;
}

#cart-summary {
	width: auto;
	text-align: center;
	vertical-align: top;
	margin: 0 1.5em;
	padding: 0;
	position:relative;
	float:left;
	text-transform:capitalize;
}

#user-summary a {
	text-transform:capitalize;
	text-decoration:none;
}

#cart-summary:before {
	font-family: 'icomoon';
	content: "\e607";
	color: #646569;
	font-weight: normal;
	margin:0 0 5px 0;
	font-size:1.5em;
	speak:none;
	display:block;
}

#cart-summary br {
	display:none;
	clear:none;
}

#cart-summary a {
	text-decoration:none;
}

#cart-summary strong {
	display:none;
}

#cartSummaryLink strong {
	display:inline-block;
	font-weight:normal;
	margin:0;
}

#cart-summary span {
	color: inherit;
}

#cartSummaryValues span {
	display:inline;
	color:#444;
}

#cartSummaryLink {
	display:block;
	color:inherit;
}

.menu-container.fixed-transform #cart-summary {
    display: inline;
}

.menu-container.fixed-transform #cartSummaryValues span.cartSummaryAmount,
.menu-container.fixed-transform #cartSummaryLink {
	display:none;
}

.menu-container.fixed-transform #cart-summary:before,
.menu-container.fixed-transform #user-summary:before {
    padding: 3px 0 0 0;
}

.menu-container.fixed-transform #user-summary .user-message,
.menu-container.fixed-transform #user-summary .user-my-account,
.menu-container.fixed-transform #user-summary .user-links-divide,
.menu-container.fixed-transform #user-summary br {
    display: none;
}

.menu-container.fixed-transform #cartSummaryValues span {
    color: inherit;
}

#cart h1 {
	border-bottom:1px #ccc solid;
	padding-bottom:.5em;
}

#cart #cart-checkout-link {
	display:none;
}

#cart-continue-link {
	border-top: none;
	font-weight: inherit;
	padding: 0;
	display: inline-block;
	margin: 1em;
}

#cart-continue-link a {
	display:block;
}

#cart-continue-link a:hover {
	text-decoration:none;
}

body#cart div#coupon-entry {
	width: 100%;
	font-size:1em;
	float: right;
	text-align: right;
	padding:.75em;
}

body#cart div#coupon-entry p {
	display:none;
}

body#cart div#coupon-entry form {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

body#cart div#coupon-entry form input.box {
	width: 50%;
	max-width:175px;
}

body#cart div#coupon-entry form label {
	color:green;
	font-weight:bold;
	margin-right:.5em;
}


/* ::: SEARCH BAR ::: */

div#site-search {
	float: none;
    margin: 10px auto 0 auto;
    overflow: hidden;
    padding: .25em .5em;
    text-align: right;
    width: auto;
    min-width:186px;
    transition: .25s all linear;
    background: #fff;
    position: relative;
    border: 1px #ccc solid;
    border-top-color: #aaa;
    border-left-color: #aaa;
}

div#site-search.showme {
	max-height:300px;
	border-bottom: 1px #ccc solid;
	padding: 1em 2%;
}

div#site-search form {
	float: none;
	width: 100%;
	border-bottom: 0px solid #ccc;
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}

div#site-search input#txtSearch:focus{
    outline: none;
}

div#site-search input#txtSearch::-ms-clear {
    display: none;
}

div#site-search input#txtSearch {
	margin: 0;
    padding: 0;
    width: 85%;
    min-width:150px;
    height: 31px;
    line-height: 100%;
    background: transparent;
    border:0;
    font-size: 1.2em;
    display: block;
    float: left;
    color: #888;
    text-align: left;
}

div#site-search .button {
	border: 0;
    width: 24px;
    min-width: 24px;
    height: 31px;
    min-height: 31px;
    background: transparent url('../images/search_icon.png') no-repeat center right scroll;
    background-size: auto 65%;
    font-size: 0;
    font-weight: lighter;
    padding: 0 !important;
    cursor: pointer;
    margin: 0;
    color: transparent;
    display: block;
    position: relative;
    float: right;
    box-shadow: none;
    clear:none;
}

div#site-search label {
    color: #666;
    margin:0;
}

/* UPDATE SEARCH RESULTS SEARCH BAR */
#advancedsearch #search-nav h2 {
	font-size: 1.5em;
    color: #666;
}

#advancedsearch #main div.hr {
	margin-bottom:0;
}

#advancedsearch #main form#advancedForm {
    margin: 0;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background: floralwhite;
    padding: .5em;
    color: #000;
}

#advancedsearch #main form#advancedForm ~ p {
	padding-top:2em;
	clear:both;
}

#advancedsearch #main form#advancedForm ~ p em {
	font-size:1.25em;
}

#advancedsearch #search-term {
    padding: 0;
    display: inline;
    width: auto;
    text-align:left;
    font-size:1.2em;
}

#main form #search-term label {
	font-size:1em;
	display:inline;
	text-transform:capitalize;
	color:inherit;
}

#main form #search-term label:after {
	content:": ";
}

#advancedsearch #main form #fSearchTerm {
	width:auto !important;
	max-width:50%;
	float:none;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 1em;
    border:0;
    background:transparent;
    box-shadow:0 0 0;
    display:inline;
    color:inherit;
}

#advancedsearch #main form #fSearchTerm:focus {
    outline: none;
}

#advancedsearch #main form input.button {
	float:right;
	height: 37px;
	width:30%;
    max-width: 50px;
    font-size: 0px;
    color: transparent;
    text-shadow: transparent 0 0 0;
    background: transparent url(../images/search_icon.png) no-repeat center;
    background-size: contain;
    box-shadow: 0 0 0;
    display:none;
}

div#content.two-col div#main {
	padding:0;
}

#home div#content.two-col div#main {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#home div#content.two-col.buy-text div#main {
	display:block;
}

#home .block-onecol {
	margin:-.1em 1% 1.1em 1%;
	padding:1em 1.5%;
	float:left;
	vertical-align:top;
	display:inline-block;
	border:1px #bbb solid;
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-width:0;
}

.vendor-block,
.vendor-block a {
	text-align:center;
}

.block-onecol .block-onecol,
.block-twocol .block-onecol,
.block-onecol .block-twocol,
.block-twocol .block-twocol {
	border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    box-shadow: transparent 0 0 0 !important;
}

.ie8 #home .block-onecol,
.ie9 #home .block-onecol,
.ie8 #home .block-twocol,
.ie9 #home .block-twocol {
	min-height:315px;
	margin:1em 1%;
	width:31.3%;
}

.ie8 #home .block-onecol.quarter-block,
.ie9 #home .block-onecol.quarter-block {
	min-height:285px;
	margin:1em 1%;
	width:23%;
}

.block-onecol {
	margin:1em 0;
	padding:0 4% 0 0;
	border:none;
}

.block-twocol {
	margin:1em 0;
	padding:0;
	border:none;
}

#home .block-twocol {
	margin:-.1em 1% 1.1em 1%;
	width:98%;
	padding:1em 1.5%;
	float:left;
	vertical-align:top;
	display:inline-block;
	border:1px #bbb solid;
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 600px;
    -ms-flex: 1 1 600px;
    flex: 1 1 600px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-width:0;
}

.ie8 #home .block-twocol,
.ie9 #home .block-twocol {
	width:98%;
	min-width:400px;
	clear:both;
}

.ie8 #home .product-feature.block-twocol,
.ie9 #home .product-feature.block-twocol {
	width:98%;
	clear:left;
}

.marketing-ads {
	width:98%;
	margin: 0 auto 1.1em auto;
}

.home-right-col {
	padding: 0;
    margin: 0;
    position: relative;
    box-shadow: 0 0 0;
    background: transparent;
    border: 0;
    width: 38%;
    float: right;
    height: 100%;
    background:#f2f2f2;
}

.right-col-ad1,
.right-col-ad2 {
	display:block;
	position:absolute;
	width:100%;
	height:50%;
	margin:0;
	padding:0;
	border:1px #f2f2f2 solid;
	overflow:hidden;
}

.right-col-ad1 {
	top:0;
}

.right-col-ad2 {
	bottom:0;
}

.home-right-col img {
	width:auto;
	/*height:100%;*/
	
	height:auto;
	max-width:103%;
}

.vendor-block {
	width:100%;
	padding:0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vendor-block .block-onecol,
#home .vendor-block .block-onecol,
.vendor-block .block-twocol,
#home .vendor-block .block-twocol {
	text-align:center;
	padding:.25em;
	display:block;
}

.vendor-block .block-onecol,
#home .vendor-block .block-onecol {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 225px;
    -ms-flex: 1 1 225px;
    flex: 1 1 225px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width:0;
}

.vendor-block .block-twocol,
#home .vendor-block .block-twocol {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2 2 300px;
    -ms-flex: 2 2 300px;
    flex: 2 2 300px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width:0;
}

.ie8 .vendor-block .block-onecol,
.ie8 #home .vendor-block .block-onecol,
.ie8 .vendor-block .block-twocol,
.ie8 #home .vendor-block .block-twocol,
.ie9 .vendor-block .block-onecol,
.ie9 #home .vendor-block .block-onecol,
.ie9 .vendor-block .block-twocol,
.ie9 #home .vendor-block .block-twocol {
	display:block;
	min-height:auto;
}


/* CSS SPECIFIC TO FIREFOX */
@-moz-document url-prefix() {

.vendor-block .block-onecol img,
.vendor-block .block-twocol {
	width:100%;
}

#home.left-vert-nav div#content, .left-vert-nav div#content {
    margin: 0 1% 0 0;
    width: 74%;
}

#home.right-vert-nav div#content, .right-vert-nav div#content {
    margin: 0 0 0 1%;
    width: 74%;
}

#advertising img {width:100%}

}
/* END CSS SPECIFIC TO FIREFOX */

.vendor-block img {
	max-width:100%;
}

div#content.two-col div#main {
	padding: 0;
	position: relative;
}

div#content.three-col {
	padding: 2em 2.5%;
}

.left-vert-nav div#content.three-col,
.right-vert-nav div#content.three-col {
	width:73%;
}

div#content.two-col, 
#home div#content.two-col.buy-text {
	padding: 2em 2.5%;
}

div#content {
	margin:0 auto;
	clear:both;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position:relative;
}

.ie9 div#content,
.ie8 div#content {
	display:inline-block;
}

.left-vert-nav div#content,
.right-vert-nav div#content {
	margin-top:0;
}

.left-vert-nav div#content.two-col,
.right-vert-nav div#content.two-col {
	width:73%;
}

#home div#content.two-col {
	padding:0;
}

#home div#content.two-col div.home {
	padding:0;
	border-top:0;
}

#home.left-vert-nav div#content.two-col div#main, 
#home.right-vert-nav div#content.two-col div#main {
	padding: 0;
}

#home div#content.two-col.buy-text .block-item, 
#home div#content.two-col.buy-text #course-selector {
	width:44%;
}

div#user-nav {
	width: auto;
    float: right;
    margin: 0 0 0 1%;
    display: inline-block;
    position:relative;
}

.shop-home div#content.three-col div#main {
    width: 100%;
}

.shop-home #sub-nav h2 {
	color:#231f20;
	text-transform:uppercase;
	display:block;
	margin: 1em 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px #ccc solid;
}

.shop-home div#content.three-col div#sub-nav {
	margin: 0;
    width: 100%;
    float: none;
    font-size: 1.1em;
    padding: 0;
    text-align: center;
    clear: both;
}

.shop-home #sub-nav ul li {
	display: inline-block;
	margin: 0 1em 1em;
	width:200px;
}

.shop-home #sub-nav ul li a {
	display:inline-block;
	font-size:1.25em;
	text-decoration:none;
}

.shop-home #sub-nav ul li a:before {
	display:block;
	clear:both;
	margin:0 auto 15px auto;
	border:1px #aaa solid;
	border-radius:50%;
	content: '\f02c'; /* tag */
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
	width:100px;
	height:100px;
	line-height:100px;
	transition:all .2s linear;
	font-size:3.5em;
	overflow:hidden;
	background-size:auto 75%;
	background-repeat:no-repeat;
	background-position: center center;
	
}

.shop-home #sub-nav ul li a:hover:before {
	border:1px #333 solid;
	color:#333;
	transform: scale(1.1);
}

.shop-home #sub-nav a.shop-home {
	display:none;
}

.shop-home #sub-nav ul {
	padding: 0;
    margin: 0;
    border: 0;
}

#sub-nav h2 {
	display:inline;
	font-size:1.2em;
}

#sub-nav .category-present h2 {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#sub-nav li a:hover {
	text-decoration:none;
}


#main-wrapper {
	max-width:100%;
}

#page,
#footer-box {
	max-width:1600px;
}

div#content.three-col div#main, div#main2 {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	position: relative;
}

.left-vert-nav div#content.three-col div#main, div#main2 {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	position: relative;
}

.two-column div#content.three-col div#main, div#main2 {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0 1% 0 0;
	position: relative;
}

div#content.three-col div#sub-nav,
#search-nav {
	width:20%;
	float:left;
	font-size:1.1em;
	padding:0 3% 0 0;
	text-align:right;
}

div#content.three-col div#sub-nav {
	margin:0;
}

#search-nav {
	margin:1em 0 0 0;
}

.two-column #search-nav {
	width:30%
}

.two-column .search-result-set {
	width:70%;
}

#search-nav h2 {
    padding: 9px 0;
}

#search-nav h3 {
    margin: 10px 0 0 0;
    border-top: 1px #ccc solid;
    padding: 19px 0 10px 0;
    font-size:inherit;
}

.search-result-set {
	padding:0;
	float:left;
}

.left-vert-nav div#content.three-col div#sub-nav {
	float:right;
	padding:0;
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.right-vert-nav div#content.three-col div#sub-nav {
	float:right;
	padding:0;
	-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

#sub-nav ul {
	border-top: 1px #ccc solid;
    margin-top: 19px;
    padding-top: 19px;
}

#sub-nav ul li, #search-nav ul li {
	font-size:.8em;
	text-indent:0;
	padding:3px 6px;
	line-height:1.5em;
}

#sub-nav h3 {
	margin: 0 0 0 0;
	font-size:1.2em;
	line-height:1.3em;
	font-family:inherit;
}

#sub-nav h3:before {
	content:" "
}

.product-list-controls:first-child {
	margin-top: -1em;
}

.product-list-sort {
	padding: .5em 0 0 0;
    width: auto;
    float: left;
    display: inline-block;
}

.product-list-sort form {
    margin: 0 0 0 0 !important;
}

.product-list-sort select {
	padding:.5em .25em;
}

.product-list-paging .selected, .product-list-alpha .selected {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #666;
	padding: 1px 4px;
}

.page.next:before {
	content: '\f054';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.page.prev:before {
	content: '\f053';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.page {
	display:inline-block;
	width:40px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin:0 .2em;
}

.page:hover {
	background:#eee;
}

.page.selected {
	background:#ddd;
	color:#000;
}

.viewall {
	margin-left:.2em;
}

.product-list-controls {
	text-align:center;
	border-top: none;
	border-bottom: none;
	clear: both;
	margin-top: 0;
	margin-bottom: .5em;
}

.pagination-bottom .page-links {
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}

.pagination-bottom {
	padding-bottom:70px;
}

.product-list-paging {
	display:inline-block;
	line-height:40px;
}

.search-result-set .links-present .page-info,
.result-set .links-present .page-info {
	float:left;
}

.links-present .page-info {
	float:none;
}

.page-info {
	float:right;
}

.page-info br,
.page-links br {
	display:none;
}

.page-links {
	font-size:0;
}

.page-links span,
.page-links a {
	font-size:14px;
}

.page-links {
	display: inline-block;
	float:right;
}

.search-result-set .book-list,
.result-set .book-list {
    float: left;
    width: 100%;
    margin: 2em 0 0 0;
}

.book-list table {
    width: 101%;
    border-collapse: collapse;
    display: block;
    margin: 0 -1%;
}

#advancedsearch .book-list table {
    border-bottom: 0;
}

.book-list table tbody {
	display:block;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-align-items: stretch;
}

.shop-list .product-list {
	display: block;
	clear:both;
}

.product-container {
/* Sets container to display items in flex */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/* Sets direction of items from column to row and wraps items. Other options colomn,nowrap */
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
/* Justifies items to center. Other options include flex-start,flex-end,space-between,space-around */
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
/* Sets vertical alignment of items to stretch. Other options include flex-start,flex-end,center,baseline */
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-items: stretch;	
	width:102%;
	margin:0 -1%;
}

.catalog-feature ul,
.catalog-container {
	margin-top: 0;
	margin: 0;
	padding: 0;
/* Sets container to display items in flex */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/* Sets direction of items from column to row and wraps items. Other options colomn,nowrap */
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
/* Justifies items to center. Other options include flex-start,flex-end,space-between,space-around */
	-webkit-justify-content: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/* Sets vertical alignment of items to stretch. Other options include flex-start,flex-end,center,baseline */
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-items: stretch;
   	text-align:center;
}

.catalog-feature li a,
.catalog-container li a {
	margin: .5em .25em .25em .25em;
	font-weight: bold;
	display: block;
}

.catalog-feature div.row li,
.catalog-container li {
	margin: .5em 1%;
	border: 1px #ccc solid;
	padding:.5em 1%;
	width:18%;
	transition:all .5s ease;
}

.catalog-feature div.row li:hover,
.catalog-container li:hover {
	border: 1px #666 solid;
	transform:scale(1.05);
}

.catalog-popular-image {
	width: 100%;
	max-width: 100px;
	height:100px;
	padding: 0%;
	margin-bottom: .5em;
	border:0;
}

#product-category-feature.clearfix, .catalog-feature.clearfix {
    height:auto;
}

.products-row {
	clear: left;
/* Sets container to display items in flex */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/* Sets direction of items from column to row and wraps items. Other options colomn,nowrap */
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
/* Justifies items to center. Other options include flex-start,flex-end,space-between,space-around */
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
/* Sets vertical alignment of items to stretch. Other options include flex-start,flex-end,center,baseline */
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-items: stretch;
}

.product-photo {
	position:relative;
	display:block;
	max-width:300px;
	margin:0 auto;
}

.product-photo:before {
	font-family: 'icomoon';
    content: "\f00e";
    color: #fff;
    font-weight: normal;
    font-size: 3.4em;
    text-shadow: rgba(0,0,0,.4) 0 1px 4px;
    text-align: center;
    speak: none;
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0);
    z-index: 1;
    transform: scale(0);
    transition: all .3s ease;
    margin: -30px 0 0 0;
    top: 50%;
}

.product-photo:hover:before {
	transform:scale(1);
}

#product-photo a:hover,
#main .additional-product-thumb a:hover,
.sociallinks a:hover {
	text-decoration:none;
}

.additional-product-thumb a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration:none;
}

.additional-product-thumb a:before {
	font-family: 'icomoon';
    content: "\f00e";
    color: #fff;
    font-weight: normal;
    font-size: 1.35em;
    line-height:1.75em;
    text-shadow: rgba(0,0,0,.4) 0 1px 2px;
    text-align: center;
    speak: none;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1;
    transition: all .3s ease;
    bottom: -100%;
}

.additional-product-thumb a:hover:before {
	bottom: 0;
}


.product {
	margin: .5em 1%;
	padding: 1%;
	width: 31%;
	position: relative;
	text-align:center;
	border:1px #ccc solid;
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    box-shadow: rgba(0,0,0,.9) 0px 9px 16px -14px;
    min-width:0;
}

#shop .product > a {
	display:block;
	overflow:hidden;
	border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    margin: 0 auto 5px;
    background: url(../images/loading.gif) center no-repeat;
    height:183px;
}

.additional-colors {
	font-size:.9em;
	color:#666;
}

.ie8 .product,
.ie9 .product {
	min-height:135px;
}

#product-info {
	width: 50%;
}

#product-photo {
	width: 47%;
}

.product .product-thumb {
	transition:all .5s ease;
	transform:none; /* Fix firefox bug */
}

.product:hover .product-thumb {
	transform:scale(1.05);
}

.product-list .product-thumb, .product-thumb {
	width: auto;
	height: 170px;
	margin: 0 auto 15px auto;
    max-width: 100%;
    float: none;
    display: block;
}

.product-name a {
	display:block;
}

.product-name hr {
	margin: 0 auto 15px auto;
    width: 94%;
}

#shop .product-feature .product > a {
	border-bottom:0;
}

.product-list .product-price {
	font-size: 1.4em;
	display: inline;
	line-height:1.2;
}

.retail-price + .product-price {
	color:#093;
}

.product-feature .product-name {
    margin: 1em 0 0 0;
}

#shop .product-feature .product {
	width:100%;
	border:0;
	box-shadow:0 0 0;
}

.product-feature .product {
	text-align:center;
	width:48%;
}

.product-feature .category-link a {
    font-size: .85em;
    color: #666;
    text-decoration: none;
}

#product-info h2 {
	margin: 0;
	font-size: 1.5em;
	color: #333;
	font-weight: bold;
	line-height:normal;
}

#product-photo img {
	width: 100% !important;
	max-width: 300px;
	margin: 0 auto 1em auto;
}

#main #enlarge {
	color: #666;
	font-size: .85em;
	text-decoration: none;
	padding:0 0 0 20px;
	background: transparent url("../images/zoom.png") left center no-repeat;
	background-size:auto 100%;
	margin-top:0;
	visibility:hidden;
	speak:none;
}

#product-photo:hover #enlarge {
	visibility:hidden;
	
}

.product-thumb-group {
	width: 45%;
	margin: 1.5em auto 0 auto;
	height: auto;
	display: inline-block;
	text-align:center;
}

.product-thumb-group .additional-product-thumb {
	height: auto;
	width: 18%;
	float: none;
	border: 1px solid #ccc;
	margin: .25em;
	overflow: hidden;
	display: inline-block;
	max-width: 115px;
	padding: .25em;
}

#shop h4, #shop table {
	margin-left: 0;
}

.recommended-products, .product-block {
    clear: both;
    float: none;
    width: 100%;
    border: 0;
    margin: 2em 0;
    padding: 0;
}

#product-detail {
	margin:1em 0;
	clear:both;
}

form#frmCart {
	display:inline-block;
	width:100%;
	margin:20px 0 1em 0;
}

#product-desc {
	padding: 0;
    margin: 1em 0;
    display: block;
    clear:both;
    float:none;
}

#product-attribute-photo {
	position: absolute;
	border: none;
	background-color: #fff;
	width: 47%;
	text-align: center;
	z-index: 1;
	font-size:0;
	color:transparent;
}

#product-attribute-photo img {
	width:100%;
}

#product-attribute-photo .color-swatch {
	display:none;
}

#product-options-list {
	border-top: 1px solid #CCC;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}

#product-availability {
	border-bottom: #ccc 1px solid;
    padding: 0 5px;
    margin: -5px -5px 5px -5px;
    background: rgba(0,0,0,.05);
    line-height:2;
}

#product-summary {
    clear: left;
    background-color: snow;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#product-summary #qty {
	text-transform:capitalize;
	width:110px;
}

#product-summary #qty input {
	margin-left:5px;
}

#product-summary #price {
	font-size:120%;
}

#product-info #product-options-list .product-option ul li a.available {
    border: 1px solid #777;
}

#product-info #product-options-list .product-option ul li a {
	color:#333;
	line-height: 1.25em;
    font-size: 1em;
    padding: .15em .5em;
    transition:all .3s ease;
}

#product-info #product-options-list .product-option ul li a.selected, #product-info #product-options-list .product-option ul li a.available:hover {
    padding: .15em .5em;
    border: 1px solid #999;
    background-color: powderblue;
    color: #333;
}

#product-info #product-options-list .product-option ul li a.unavailable,
#product-info #product-options-list .product-option ul li a.unavailable:hover {
	border-color: #bbb !important;
	border-style: dotted !important;
	border-width: 1px;
	background-color: transparent !important;
	color: #bbb;
}

#product-options-list .product-option ul li {
    margin: .5em .5em 0 0;
}

.color-swatch, #product-attribute-photo .color-swatch {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    vertical-align: middle;
    speak:none;
}

.addthis-links {
    margin: 20px 0 0 0 !important;
    clear: none !important;
    display: inline-block;
    width: auto !important;
    float: left;
}

#product_rating_block {
	border-top: none;
	margin: 0;
	padding: .5em 0;
	font-size: .9em;
	display: inline-block;
	width:auto;
	float:right;
}

#product_rating_label {
	float: left;
	display: none;
}

#product-options-list .product-option {
    clear: both;
    padding: 20px 0 0 0;
    display: inline-block;
    float: none;
    width: 100%;
}

#product-options-list .product-option .product-option-value {
	display:none;
}

.product_rating .rating_seg,
.at-share-tbx-element {
	font-size:1em !important;
}

.product_rating {
	width: auto;
	height: 20px;
	float: right;
	padding-right: 0;
	margin-left: 0;
}

#product-price-info {
	margin:0;
	float: left;
    width: auto;
    min-width:50%;
    padding: .5em 0;
}

#product-price-info dt.retail-price,
#product-price-info dt.product-price {
	display:none;
}

#product-price-info dd.retail-price {
	float:left;
	margin:0 1em 0 0;
}

#product-price-info dd.product-price {
	float:left;
	margin:0;
}

#product-options-list .product-option ul {
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.product-block h3 {	
	margin: .5em 0;
    padding: .75em 0;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}

.recommended-products p, .product-block p {
	margin-left: 0;
}

.recommended-products ul {
	margin: 0;
	padding: 0;
	width:100%;
	list-style: none;
/* Sets container to display items in flex */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/* Sets direction of items from column to row and wraps items. Other options colomn,nowrap */
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
/* Justifies items to center. Other options include flex-start,flex-end,space-between,space-around */
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
/* Sets vertical alignment of items to stretch. Other options include flex-start,flex-end,center,baseline */
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-items: stretch;
}

.product-block-thumbnails li {
	display: block;
	width: 23%;
	height: auto;
	float: left;
	border: 1px #ccc solid;
	margin: .5em 1%;
    padding: 1%;
    position: relative;
    text-align: center;
    border: 1px #ccc solid;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 210px;
    -ms-flex: 1 1 210px;
    flex: 1 1 210px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    box-shadow: rgba(0,0,0,.9) 0px 9px 16px -14px;
    min-width:0;
}

.product-block-thumbnails li a:first-child {
	display:block;
	overflow:hidden;
	margin:0 0 .5em 0;
}

.product-block-thumbnails img {
	vertical-align: top;
    float: none;
    margin: 0 auto 15px auto;
    width: auto;
    height: 125px;
    max-width: 100%;
    transform: scale(1);
    transition: all .5s ease;
    display: block;
}

.product-block-thumbnails li:hover img {
	transform:scale(1.05);
}

#shop #tellafriend {display:none;}

#product-detail #frmCart input.button {
	float: right;
	margin-top: 20px;
}

#home div#content.buy-text div#advertising,
div#content div#advertising {
	float: right;
	text-align: center;
	padding: 1% 0 1% 2%;
	border-left:1px #ccc solid;
	border-right:none;
	border-top:none;
	border-bottom:none;
	margin:0 0 0 2%;
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    box-shadow:none;
    min-width:0;
}

#home div#content div#advertising {
	padding: 2%;
	margin: 0 1% 1em 1%;
	background: #fff;
	box-shadow: #ccc 0 0 5px;
	border: 1px #bbb solid;
}

.checkout-nonccpayment-container {
    background: floralwhite;
    border:1px #ccc solid;
    position:relative;
}

.cc-images {
	position: absolute;
    right: 0;
    top: 7px;
}

.cc-images img {
	width: 45px;
    margin: 0 .5em .5em 0;
}

.action-link {
    background: transparent url("/innerweb/v4.0/styles/delta/images/arrow.gif") center left no-repeat;
    padding-left: 18px;
}

/* ::: TEXTBOOK PAGE CSS ::: */

.book-info dl > dt:first-child {
	font-size:125%;
}

.book-info dl > dt {
	font-size:90%;
}

.book-info dl dd {
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
}

#main div.book-detail div.book-info .button {
	width: 200px;
    text-align: center;
    display: block;
    margin: 0;
    position: absolute;
    top: 1em;
    right: 1em;
}

.book-info dl dt {
	float: left;
    width: auto;
    clear: left;
    text-align: right;
    margin-right: 10px;
}

.book-info dl {
	margin: 1em 0 1em 1em;
    border: #ccc solid 1px;
    padding: 1em;
    position: relative;
    transition: all .3s ease;
}

.book-faq {	
	font-size: 1em;
    margin: 1em;
    text-align: left;
    padding: 0;
}

.book-info .special {
    font-size: 90%;
    padding: 1px 10px;
    background: transparent url("/innerweb/v4.0/styles/delta/images/soft_gradient_vertical.gif") top left repeat-x;
    margin: 1em 0 1em 1em;
}

p#sell-promo {
    margin: 1em 0;
    color: #666;
    font-size: 90%;
}

#tellafriend {
	display: none;
}

div.book-cover {
	width:30%;
	margin-left:0;
	float:left;
}

#buy h2.book-title {
	margin: 0 0 .5em 0;
    font-size: 1.2em;
    font-family: inherit;
    position: relative;
    top: -3px;
}

#buy span.book-isbn {
	margin:0;
}

.book-detail .book-specs {
	float:left;
	width:38%;
}

.book-detail .book-cover {
    float: left;
    position: relative;
    width: auto;
    margin: 1em 3em 1em 0;
}

.book-detail .book-desc {
	width: 60%;
    margin: 1em 0;
	float:left;
}

.course-info {
    margin: 1em 0 1em;
    background: transparent;
    padding: 1em 0 0 1.5em;
    clear: both;
    position:relative;
}

.course-info:before {
	content: '\f05a';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    top: .85em;
    left: 0;
    color: #777;
    font-size:1.25em;
}

.course-info em {
    color: red;
    font-style:normal;
}

.course-info ul {
	margin: .5em 0 1em -1.5em;
    list-style: none;
    border-top: 1px #ccc solid;
    padding-top:.5em;
}

.course-info ul li {
	margin:0;
}

.course-info ul li ul {
	margin:0 0 .5em .25em;
	padding:0;
	border-top: 0;
	padding-top:0;
}

.course-info ul li ul li {
	margin:0 0 0 1em;
}

.book-meta {
    color: #666;
    display: block;
}

.book-author {
	font-style:normal;
}

.shop-detail .book-author {
	display:block;
}

#advancedsearch .book-author {
	font-size:92%;
}

.book-author:before {
	content: "Author(s): ";
}

.book-detail .book-publisher:before {
	content: "Publisher: ";
}

.hasrentals span.book-author {
	display:block !important;
}


.search-result-set .book-list table td,
.result-set .book-list table td {
	border-bottom: none;
	display:block;
}

.search-result-set tr.book,
.result-set tr.book {
	display:block;
	margin:.5em 1%;
	width: 23%;
    position: relative;
    text-align: left;
    border: 1px #ccc solid;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align:center;
    box-shadow: rgba(0,0,0,.9) 0px 9px 16px -14px;
    transition:all .1s linear;
    min-width:0;
}

.book-list .book-cover {
    width: 100%;
    padding: 10px;
    margin: 0;
    overflow:hidden;
    background: url(../images/loading.gif) center no-repeat;
}

.book-list .book-cover img {
	width:auto;
	height:170px;
}

.search-result-set .book-title a,
.result-set .book-title a {
	display:block;
	overflow:hidden;
}

.search-result-set .book-title img,
.result-set .book-title img {
	display: block;
    float: none;
    margin: 0 auto 20px auto;
    width: auto;
    height: 170px;
    padding: 0;
    min-width: 65px;
}

#advancedsearch .prod-desc {
	display:none;
}

#advancedsearch .book-price {
	font-size:1.5em;
	line-height:1.5em;
	color: #333;
    position: relative;
}

#advancedsearch .book-price strong {
	font-weight:lighter;
}

#advancedsearch .more-items {
	color: #666;
    border-top: 1px #ccc solid;
    padding-top: 5px;
    margin: .25em auto 0;
    width: 90%;
    font-size:.9em;
}

div.book-info {
	width: 62%;
    float: right;
    margin: 0;
    border: 0;
}

#reserve-feature {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em .5em;
	background: #F5F5ED;
}

#home div#content.two-col.buy-text .block-textbookexpress {
	width:100%;
	margin:0;
	padding:0;
	background:transparent;
	border:none;
	box-shadow: none;
}

#home div#content.two-col .block-textbookexpress form#TextbookForm {
	max-width:100%;
}

#home div#content.two-col.buy-text .block-textbookexpress form#TextbookForm {
	max-width:100%;
}

#home div#content.two-col.buy-text .block-textbookexpress h5 {
    font-size: 0;
    margin: 0;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

.buy-text .block-item ol {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

#home div#content.two-col.buy-text .block-course-select {
	padding:10px 0;
}

#home div#content.two-col.buy-text a.action-link, 
#home div#content.two-col.buy-text .block-textbookexpress h3 {
	display:none;
}

#home div#content.two-col.buy-text .block-item, 
#home div#content.two-col.buy-text #course-selector {
	float:left;
	width:48%;
}

#home div#content.two-col.buy-text #course-selector {
	display:block !important;
	margin-right:4%;
	max-width:500px;
}

#home div#content.two-col.buy-text .block-item {
	margin-top:1em;
	padding-bottom:1em;
	max-width:500px;
}

.block-item {
	margin:1em 0 !important;
	padding:0 !important;
	border:none !important;
	background:#fff;
}

#course-selector, #course-list {
    display: none;
}

.block-item h4 {
	margin-top:10px;
}

#TextbookForm label[for=fTerm]:before, #TextbookForm label[for=fDept]:before, #TextbookForm label[for=fCourse]:before, #TextbookForm label[for=fSection]:before {
    font-size: 1.4em;
    position: relative;
    margin: 0 .25em 0 .1em;
    float:left;
}

#TextbookForm label[for=fTerm]:before {
    content: '1.';
}

#TextbookForm label[for=fDept]:before {
    content: '2.';
}

#TextbookForm label[for=fCourse]:before {
    content: '3.';
}

#TextbookForm label[for=fSection]:before {
    content: '4.';
}

ol#section-list li {
	padding:3px 6px;
	font-size:.8em;
}

@keyframes slidein {
	0% {opacity: 0;left:-3%;}
	100% {opacity:1;left:0}
}

.buy-text ol#section-list li {
    animation: slidein .2s ease-in 0s 1 normal;
    position: relative;
    left: 0;
    padding: .75em;
    font-size: 1.2em;
    display: inline-block;
    background: rgb(125,113,109);
    margin: 0 1% .75em;
    color: white;
    box-shadow: rgba(0,0,0,.4) 0 1px 1px 0;
    width: 100%;
    transition: all .3s ease;
    animation: slidein .2s ease-in 0s 1 normal;
}

.buy-text ol#section-list li:hover {
	transform: scale(1.02);
}

ol#section-list li a {
	float: right;
    text-decoration: none;
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}

ol#section-list li a:after {	
	font-family: 'icomoon';
    content: "\f00d";
    color: white;
    font-weight: normal;
    font-size: 27px;
    speak: none;
    position: absolute;
    right: .5em;
    top: .5em;
}

.block-item a.morecourses {
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
	float:left;
	max-width:48%;
}

.block-item input#generate-book-list {
	float:right;
	max-width:48%;
}

.block-item h5 {
	margin:1.5em 0 .5em 0;
	font-size:1.5em;
}

#TextbookForm select#fTerm.box.is-added:focus {
	box-shadow:0 0 10px 0 chartreuse;
	outline:none;
}

#home #TextbookForm select#fTerm.box,
#home #main form .block-course-select select.box {
	width:100%;
	margin:.2em 0;
	max-width:100%;
}

div.block-textbookexpress .button {
	width:auto !important;
	min-width:48% !important;
	text-align:center;
}

#add-courses-to-list {
	display:none !important;
}

#course-selector {
	display:block !important;
}

#home #main form .block-course-select select#fSection {
	margin-bottom:.7em;
}

#home div#content.two-col.buy-text #main form .attention label {
	color:#231f20;
	font-weight:bold;
}

.block-buytextbooks label {
	width:100%;
	display:block;
	line-height:0;
}

#buy-search {
	float:left;
	width:45%;
	white-space:normal;
}

#buy-search form {
	margin-left:0;
}

#buy-reserve {
	margin-left:5%;
	width:50%;
	float:left;
}

#reserve .coupon-message {
	display:block;
	margin-right:0;
}

#reserve #coupon-entry input.box {
	width: inherit;
}

#reserve #add-course-controls div {
	width:auto !important;
	float:none !important;
	margin:0;
}

span.ccimage-reserve {
	display:none;
}

#main .block-buytextbooks #fTerm {
	width:75%;
}

#main .block-buytextbooks #fSearchTerm {
	width:49% !important;
}

#main .block-buytextbooks #fSearchType {
	width:25% !important;
}

.courselisting-youravailability {
	font-size: 0.8em;
    padding: 0 5px;
    display: block;
    height: auto;
    background: floralwhite;
    color: #000;
    margin: .5em 0 .25em 0;
}

/* ::: END TEXTBOOK PAGE CSS ::: */

/* TURN BOOK TABLES INTO FLOATING ELEMENTS */
tr.book {
	display:inline-block;
	padding-top:0;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

tr.book-container {
	background: url(../images/split.png) center top no-repeat scroll transparent !important;
	background-size: 100%;
	padding:1em 0;
}

table.hasrentals td.book-cover,
table.hasrentals td.book-desc {
	float:left;
}

table.hasrentals td.book-qty,
table.hasrentals td.book-pref {
	float:right;
}

table.data tbody td.book-description {
	background-size: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    display:block;
}

#buy-bycourse-form table.data tbody td.book-description {
    background: url(../images/split.png) center bottom no-repeat scroll transparent !important;
    background-size: 100%;
    width:100% !important;
}

#course-bookdisplay .data tr td.course-note-td {
	width:100% !important;
	padding: 0 !important;
}

#course-bookdisplay .data tr.book > td {
	display:block;
	border:0;
}

#course-bookdisplay .data thead {
	position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#course-bookdisplay table.data tbody {
	border:0;
}

table.hasrentals td.book-qty {
	text-align:center;
	font-size: 1.5em;
}

.book-qty:before {
	content: 'Qty';
    display: inline-block;
    width: 100%;
    text-align: center;
    padding:0 0 .5em 0;
}

input.product-qty {
	text-align: center;
    border-top: 1px #999 solid;
    border-left: 1px #999 solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #fff;
    box-shadow: inset rgba(0,0,0,.25) 1px 1px 3px;
    width: 55px;
}

div#course-bookdisplay .book-cover img {
    width: 100%;
}

div#course-bookdisplay-footer {
    text-align: center;
    margin: 0;
}

#home .product-feature .feature-products {
/* Sets container to display items in flex */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/* Sets direction of items from column to row and wraps items. Other options colomn,nowrap */
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
/* Justifies items to center. Other options include flex-start,flex-end,space-between,space-around */
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
/* Sets vertical alignment of items to stretch. Other options include flex-start,flex-end,center,baseline */
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-items: stretch;
}

#home .product-feature .popular-products,
#home .product-feature .feature-products {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height:220px;
	overflow:auto;
	overflow-y:hidden;
	-webkit-overflow-scrolling: touch;
}

.ie8 #home .product-feature .popular-products,
.ie8 #home .product-feature .feature-products,
.ie9 #home .product-feature .popular-products,
.ie9 #home .product-feature .feature-products {
	overflow-y:auto;
}

#home .product-feature .product {
	width: auto !important;
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-width:0;
}

.ie8 #home .product-feature .product,
.ie9 #home .product-feature .product {
	width:100% !important;
	max-width:270px;
}

#home .product-feature h3 {
	width:100%;
	clear:both;
}

.block-departments a {
	display:block;
	width:48%;
	min-width:175px;
	float:left;
}

.block-departments table {
	width:100%;
}

.block-departments td {
	display:block;
	width:50%;
	float:left;
	padding:0;
}

.block-departments ul {
	margin:0;
}

.block-departments li {
	margin:.2em 0;
}

#home div.product {
	float: left;
	width: 33%;
	margin: .5em 0;
	border:none;
	padding:.5em 1%;
	box-shadow:0 0 0;
}

.product-name a {
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}

#main .product-name a:focus {
	outline:transparent;
	text-decoration:underline;
}

.product-name a:focus img {
    transform: scale(1.05);
}

.product-list .new {
	z-index: 1;
	display: block;
	position: absolute;
	top: -5px;
	left: -9px;
	background: #C00;
	color: #fff;
	padding: 3px 5px;
	text-shadow: #550000 0 1px 1px;
    box-shadow: rgba(0,0,0,.4) 0 4px 2px -3px;
    border-radius: 3px;
}

#course-bookdisplay .data tr td {
	padding:0;
	margin:0;
}

.course-notes {
    border: 0;
    border-top: 1px #ccc solid;
    background: floralwhite;
    margin: 0;
    padding: 0 1em;
    box-shadow: rgba(0,0,0,.4) 0 8px 20px -12px;
    position: relative;
    z-index:1;
}

.course-notes h4 {
    margin: 1em 1em 1em 0;
    padding: 0 1em 0 0;
    color: #000;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: inherit;
    border-right: 1px #ccc solid;
    display: inline;
    vertical-align:top;
    vertical-align:middle;
}

.course-notes h4:before {
	font-family: 'icomoon';
    content: "\f05a";
    speak: none;
    color: rgba(0,0,0,.2);
    font-size: 1.6em;
    margin-right: .25em;
    display: inline;
    vertical-align:middle;
}

.course-notes h4 span {
	vertical-align:middle;
}

.course-notes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.course-notes li {
    margin: 1em 0;
    color: #333;
}

.ebook-provider {
	display:inline-block;
	width:150px;
	height:58px;
	background: transparent url("../images/RedShelf.png") left bottom no-repeat;
	background-size:contain;
	margin:.25em 0;
	font-size:.9em;
}

#toolTip {
	background:rgba(0,0,0,.9) !important;
	box-shadow: rgba(0,0,0,.4) 0 1px 2px 1px;
	position:relative;
	padding-left:1.5em !important;
	font-size:1em;
}

#toolTip:after {
	font-family: 'icomoon';
    content: "\f05a";
    speak: none;
	color:#fff;
	position:absolute;
	left:4px;
	width:10px;
	height:10px;
	text-align:center;
	padding:4px;
	display:block;
	line-height:10px;
	font-size:.9em;
	top:4px;
}

tr.alt td {
	background-color: transparent;
}

#course-select {
	margin-top: 0 !important;
}

#TextbookForm select#fTerm.box {
	width: auto;
}

#home div#content.two-col.buy-text #TextbookForm select#fTerm.box,
#home div#content.two-col.buy-text #main form .box, textarea.box, 
#home div#content.two-col.buy-text #main form select.box {
	max-width:100%;
}

.attention #section-list li:last-child {
                background-color: #c4ffb2; /* change */
}

#course-list .success {
                margin: 0;
                visibility: hidden;
                opacity: 0;
                transition: all .3s ease-out;
}

#course-list .attention .success {
                opacity: 1;
                visibility: visible;
}
  
.reserve-courseadd-manual {
	width: 31.5%;
	margin-right:1.5%;
}

#main form .reserve-courseadd-manual input.customsize {
	width:100% !important;
}


.course-select-item {
	width: 31.5%;
	margin-right:1.5%;
	max-width:300px;
}

.course-select-item:last-child {
	margin-right:0;
}

#TextbookForm #fTerm,
#course-select #fDept,
#course-select #fCourse,
#course-select #fSection {
	width: 100%;
	margin-bottom: .5em;
	max-width:100%;
}

#TextbookForm #add_Section {
	margin-top: -1em;
}

#review-courses {
	padding: 1em 0;
}

#selected-courses {
	margin: 1em 0 0 0 !important;
}

#buy-bycourse-form, #buy-reserverequest-form {
	clear: right;
	border-top: 0;
	padding: 0;
}

#buy-reserve-button {
	margin: 0;
    float: none;
    padding: 0;
    width: auto;
    text-align: center;
    background: transparent;
    border: 0;
    display:inline;
}

div#course-bookdisplay-footer br {
	display:none;
}

div#course-bookdisplay-total {
    font-size: 1.8em;
    text-align: center;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 1em 0;
    margin: 1em 0;
}

#main form #buy-reserve-button p {
	display:none;
}

#main form div#course-bookdisplay-footer input.button {
	font-size:2em;
	margin:0 1%;
	width:47%;
	border-radius:2px;
	max-width:600px;
}

#main form div#course-bookdisplay-footer input.button:active {
	background:#999;
}

#main form div#course-bookdisplay-footer #buy-reserve-button input.button {
	box-shadow: rgba(0,0,0,.4) 0 10px 10px -5px;
}

#main form div#course-bookdisplay-footer #buy-reserve-button input.button:disabled {
	box-shadow:0 0 0;
}



/* ::: TABLE DATA ::: */

table.data {
	width: 100%
}

.cart-contents tfoot td {
    background: floralwhite;
    padding: 5px;
}

#cart .cart-control tfoot .item-qty input.button {
	color:#000;
    background: transparent;
    text-shadow: 0 0 0;
    border: 1px #000 solid;
    font-weight:normal;
    font-size:.9em;
}

.cross_sell_course_list {
	border: 1px solid #ccc;
    padding: 1em .5em;
    margin: 1em 0;
    background:transparent;
}

.cross_sell_course_list h4 {
    margin: -1em -.5em 0 -.5em;
    padding: 1em;
    background: snow;
    border-top: 1px #ccc solid;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position:relative;
    left:1px;
    width: calc(100% + 1em - 2px);
}

.cross_sell_course_list table.data,
#course-bookdisplay table.data {
	border:0;
}

#help table.data td {
	width:50%;
}

table.data td {
	color: inherit;
	border-top: 1px solid #999;
	vertical-align: top;
}

.data td {
	padding: .5em 1%;
}

.data th {
	padding: .5em 1% .25em 1%;
}

table.data thead tr th {
	border-bottom:0;
}

tr.book dl {
	margin: 0 0;
}

#main #course-bookdisplay h3 {
	clear: both;
    font-size: 1em;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    background: #000;
    padding: 1em;
    border-top: 1px #ccc solid;
    font-family:inherit;
    font-weight:normal;
}

#course-bookdisplay h3 strong {
	clear: left;
	display: block;
	font-size: 1.2em;
	margin-top: .25em;
	line-height:1.4em;
}

#course-bookdisplay td.book-pref dt {
	width: 50%;
	text-align: left;
	padding-left: 0;
}

#course-bookdisplay td.book-pref dd {
	width: 50%;
	margin-left: 50%;
	text-align: right;
}

table.hasrentals td.book-pref {
	width: 30%;
}

select.rental-sku {
	width: 100%;
}

.hasrentals span.book-meta {
    display: block;
}

#course-bookdisplay .book-desc .book-isbn {
	margin:0;
}

div#course-bookdisplay select {
	padding:.75em;
}

div#course-bookdisplay .book-cover {
    vertical-align: top;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 115px;
    -ms-flex: 1 1 115px;
    flex: 1 1 115px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width:0;
}

div#course-bookdisplay .book-desc {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 2 2 185px;
    -ms-flex: 2 2 185px;
    flex: 2 2 185px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width:0;
}

div#course-bookdisplay .book-qty {
	-webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 55px;
    -ms-flex: 1 1 55px;
    flex: 1 1 55px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width:0;
}

div#course-bookdisplay .book-pref {
	-webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width:0;
}

.hasrentals table.rental-price-list td {
    cursor: pointer;
    font-size: 1.1em;
}

.hasrentals table.rental-price-list td.undo-radio {
    width: 38px;
}

#main #TextbookForm label {
    padding: .7em;
    -webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
}

#course-bookdisplay table.data tr:nth-child(even) {
    background-color: transparent;
}

.hasrentals table.rental-price-list td.undo-radio-off {
    visibility: visible;
    width: 38px;
}

#course-bookdisplay .hasrentals table.rental-price-list a.undo-link, #course-bookdisplay .hasrentals table.rental-price-list label, #course-bookdisplay .hasrentals table.rental-price-list input[type=radio] {
    cursor: pointer;
    display: block;
}

#course-bookdisplay .hasrentals table.rental-price-list tr.unavailable a.undo-link, #course-bookdisplay .hasrentals table.rental-price-list tr.unavailable label, #course-bookdisplay .hasrentals table.rental-price-list tr.unavailable input[type=radio] {
    cursor: not-allowed;
}

.undo-link {
    background: transparent;
    border-bottom: 0!important;
    margin: 0;
}

#main a.undo-link:hover {
	text-decoration:none;
}

#course-bookdisplay .hasrentals table.rental-price-list tr.selected td {
    background-color: #000;
}

#course-bookdisplay .hasrentals table.rental-price-list tr {
	transition:all .3s ease;
}

#course-bookdisplay .hasrentals table.rental-price-list tr:hover {
	background:#f2f2f2;
}

#course-bookdisplay .hasrentals table.rental-price-list tr.unavailable:hover {
	background:transparent;
}

#course-bookdisplay .hasrentals table.rental-price-list tr.selected td label, #course-bookdisplay .hasrentals table.rental-price-list tr.selected td a.undo-link {
    color: white !important;
}

.hasrentals table.rental-price-list td:nth-child(3) label:before, .undo-link {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

td.undo-radio-on .undo-link:before {
    content: "\e644";
    position:absolute;
    top: 9px;
    left: 10px;
    font-size: 1.5em;
}

td.undo-radio-on .undo-link:after {
	content: '';
    position: absolute;
    display: block;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    z-index: 1;
}

.hasrentals table.rental-price-list td:nth-child(3) label:before {
    content: "\e642";
    color: #999;
}

dt.list-price, dd.list-price {
    color: #666;
}

.hasrentals table.rental-price-list tr.selected td:nth-child(3) label:before, .hasrentals table.rental-price-list tr.unavailable td:nth-child(3) label:before {
    content: "";
}

.hasrentals table.rental-price-list td:nth-child(3) label:before {
    position: absolute;
    left: -28px;
    top: 10px;
    font-size:1.75em;
}

.book-cover a:first-child {
	position:relative;
	display:block;
	max-width:120px;
	margin:0 auto;
}

.book-cover a:first-child:before {
	font-family: 'icomoon';
    content: "\f00e";
    color: #fff;
    font-weight: normal;
    font-size: 2.25em;
    text-shadow: rgba(0,0,0,.4) 0 1px 4px;
    text-align: center;
    speak: none;
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0);
    z-index: 1;
    transform: scale(0);
    transition: all .3s ease;
    margin: -20px 0 0 0;
    top: 50%;
}

.book-cover br {
	display:none;
}

.book-cover a:hover:before {
	transform:scale(1);
}

td.book-qty {
	width:10%
}

td.book-cover {
	width:25%
}

div#course-quickselect {
    width: 100%;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    margin: 0 0 1em 0;
}

.quick-options {
	display:inline;
}

div#course-quickselect input[type=checkbox] {
	margin:.2em .1em .2em 1em;
}

#main #TextbookForm div#course-quickselect label {
	padding:0;
}

#main #TextbookForm div#course-quickselect label.prod-option-label {
	color: #000;
    font-size: 1em;
}

#main #TextbookForm div#course-quickselect h2 {
	display: inline;
    font-size: 1em;
}

.quickselect-button {
	display:none;
	margin:0 0 1.5em 0;
	font-size:1.3em;
	font-family:'Raleway', sans-serif;
	font-weight:700;
}

#main a.quickselect-button:hover {
	text-decoration:none;
}

input, select, th, td {
	padding: .2em;
}

#product-detail form input.box,
#main .cart-contents .item-qty input.box {
	width: 2em;
	text-align:center;
}

/* ::: END TABLE DATA ::: */

#account-login-email,
#account-login-password {
	float: left;
	width: 100%;
	margin: .5em 0;
	text-align:left;
}

#main form #account-login-email input,
#main form #account-login-password input {
	max-width:100%
}

/* CSS FOR BUYBACK PAGES */

#buybackPriceCheck fieldset {
    border: 0;
    text-align: center;
    position: relative;
    margin: 30px auto;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 0 0;
}

#buybackPriceCheck #buyback-isbn br,
#buyback-condition br {
	display:none;
}

.book-cover img {
	min-width:65px
}

#buyback-condition {
	width: 100%;
    padding: 0 0 5px 0;
    border-left: 0;
    display:none; /* Choose not to display the NEW and USED options on Sell Textbooks page */
}

#buybackPriceCheck #buyback-condition input {
    margin-left: 5px;
}

#buybackPriceCheck #buyback-submit {
    display: inline-block;
    height: auto;
    margin: 0;
    text-align: center;
    padding: 0;
    float: left;
    width: 35%;
    min-width:240px;
    font-family:inherit;
}

#buybackPriceCheck #buyback-submit #btnSubmit {
    line-height: 41px;
    font-size: 1.2em;
    margin: 0;
    float: left;
    width: 100%;
    box-shadow: 0 0 0;
}

#buybackPriceCheck div {
    float: left;
    margin-top: 0px;
        padding-bottom: 5px;
}

#buyback-isbn {
	display: inline-block;
    float: left;
    width: 65%;
    margin: 0;
    padding: 0;
    max-width: 65%;
}

#buybackPriceCheck #txtISBN {
    width: 100%;
    height: 56px;
    line-height: 55px;
    max-width: 100%;
    text-align: center;
    font-size: 1.85em;
    color: #666;
    padding: 0 5px;
    margin: 0;
    font-family: inherit;
    font-weight:700;
}

#buybackPriceCheck a.help {
	display: block;
    clear: both;
    width: 200px;
    margin: 0 auto;
    padding-top: 5px;
}

#buybackPriceCheck div#buyback-activityindicator {
    background: transparent url("/innerweb/v4.0/styles/delta/images/progress_anim.gif") top left no-repeat;
    padding: 0 0 0 20px;
    line-height: 1;
    margin: 5px auto 0 auto;
    width: 115px;
    float: none;
    clear: both;
}

#buyback-list {
    position: relative;
    border-bottom: 1px #ccc solid;
    margin: 0 0 60px 0;
}

#buyback-list table tbody {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-align-items: stretch;
    width: 100%;
}

#buyback-list table tr {
    display: inline-block;
    width: 23%;
    margin: 1em 1%;
    border: 1px #ccc solid;
    padding: .25em;
    position: relative;
    float: left;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 275px;
    -ms-flex: 1 1 275px;
    flex: 1 1 275px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-width:0;
}

#buyback-list table tr td {
    display: block;
    text-align: center;
    width: 100%;
    border: 0;
}

#buyback-list .last-result tr {
    width: 100%;
    padding: 1em;
    min-height: 280px;
}

#buyback-list .last-result .book-cover {
    width: auto;
    border: 0;
    position: absolute;
    top: 1em;
    left: 1em;
    height: 245px;
}

#buyback-list .last-result .book-cover img {
    height: 235px;
    width: auto;
    max-width: 190px;
}

#buyback-list .last-result .book-desc {
    padding-left: 220px;
    text-align: left;
}

#buyback-list .last-result .book-info {
    width: 100%;
    padding-left: 220px;
    text-align: left;
}

#buyback-list table tfoot tr {
    width: auto;
    margin: 0;
    border: 0;
    min-height: auto;
    float: none;
    padding: 0;
    position: absolute;
    height: auto;
    bottom: -55px;
    left: 0;
}

#buyback-list table tfoot tr td {
	display:none;
}

#buyback-list table tfoot tr td:last-child {
	display:block;
}

#buyback-list td.book-cover {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px #ccc solid;
}

#buyback-list td.book-cover img {
    width: auto;
    height: 150px;
}

#buyback-list .book-desc {
	width: 100%;
}

#buyback-list .book-desc a {
    position: absolute;
    top: -7px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #333;
    color: transparent;
    line-height: 40px;
    border-radius: 50%;
    font-size: 0px;
    text-align: center;
    transition: all .1s linear;
    z-index:1;
}

#buyback-list .book-desc a:hover {
    text-decoration: none;
    background: crimson;
}

#buyback-list .book-desc a:before {
    content: '\ea0f';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-size: 21px;
    color: #fff;
}

#buyback-list .book-info {
	white-space: normal;
	text-align:center;
}

#buyback-list a.button {
    position: absolute;
    bottom: -55px;
    left: 210px;
}

/* SPECIFIC TO NO HASSLE SELLBACK BUYBACK */
#wholesaleBuybackControl #buyback-isbn {
	width: 100%;
    float: none;
    clear: both;
}

#wholesaleBuybackControl #isbn-label {
	float: none;
    width: 100%;
}

#wholesaleBuybackControl #buybackPriceCheck #txtISBN {
	padding:.5em;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:normal;
}

#wholesaleBuybackControl #buybackPriceCheck #buyback-submit {
	float: none;
    display: block;
    margin: 0 auto;
}

#buyback-estimate a.action-link {
	display: inline;
    background: transparent;
    color: #000;
    font-size: 1em;
    box-shadow: 0 0 0;
    font-weight: normal;
    text-transform: none;
    padding: 0 0 2px 0 !important;
    text-shadow: 0 0 0;
    border-radius:0;
}

#buyback-estimate a.action-link:hover {
	text-decoration:none;
	color:#444;
	border-bottom:1px #000 solid;
}

#buyback-estimate a.action-link:before {
	font-family: 'icomoon';
    content: "\f1c1";
    margin-right: .5em;
    speak: none;
    color:#444;
}

#swap-main-buy, #swap-main-sell {
    margin-left: 0;
}

#swap .book-desc {
    width: auto;
    margin: 0;
    float: none;
}

#swap .book-list .book-desc {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
}

#swap .book td.book-course-info {
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 1em;
    width: 100%;
}

#swap input.button {
	margin: 0 0 0 .5em;
    float: right;
}

#swap .search-box {
    background: floralwhite;
    padding: 10px 15px;
    margin-right: 0;
    border: 1px solid #ccc;
}

#swap-list {
    padding: 15px 15px 15px 15px;
    margin-right: 0;
    border: 1px solid #DDC;
    border-top: 0px;
}

#swap .search-box input.button {
    margin: 0;
    float: none;
}

#swap .book-list-controls {
    background-color: floralwhite;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    height: 55px;
}


/* CSS FOR MODAL WINDOWS */

.jqmOverlay {
    background-color: #000;
    opacity:.8 !important;
}

.jqm-top-left,
.jqm-top-center,
.jqm-top-right,
.jqm-middle-left,
.jqm-middle-right,
.jqm-bottom-left,
.jqm-bottom-center,
.jqm-bottom-right {
	display:none
}

.jqmWindow {
    background-color: transparent;
    border: medium none;
    color: #333;
    display: none;
    left: 50%;
    margin-left: -30%;
    padding: 0;
    position: fixed;
    top: 10%;
    width: 60%;
    height: 80%;
    max-height: 80%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.jqm-content {
	padding: 2em;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    max-height: 100% !important;
    background-color: #fff;
    float: left;
    font-size: 1em;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    line-height:1.6em;
}

#main .jqm-content a.button {
	position:relative;
	bottom: .5em;
    float: left !important;
    clear: none !important;
    margin: 1em 1em 0 0;
}

.jqm-content li {
	margin: .5em 0 .5em 5%;
}

.jqm-content a.rental-agreement-print {
	text-transform:uppercase;
}

.jqm-title {
    background:transparent;
    border-bottom: 1px solid #ccc;
    border-top:none;
    border-right:none;
    border-left:none;
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    color:#231f20;
	font-weight: 700;
    line-height: 1em;
    padding: .25em .5em .5em;
}

.jqm-title:after {
	content:"  (scroll down to view options)";
	font-size:.7em;
	color:#666;
	font-weight:normal;
	white-space:nowrap;
}

a.close-jqm {
	display:none;
}

a.close-jqm, a.close-jqm:hover {
    position: relative;
    right: 0;
    top: 0;
	float: right;
	height: auto;
	width: auto;
	background: transparent;
	text-decoration:none;
}

a.close-jqm:before {
	font-family: 'icomoon';
	content: "\f00d";
	color: #666;
	font-weight: normal;
	font-size: 1.25em;
	position: absolute;
	top:0;
	right:0;
}

.modal-view-cart {
    text-align: right;
    display: none;
}

.item-added-modal table td.modal-product-image {
	width: auto;
}

.modal-product-image img {
	width: 100%;
	min-width: 30px;
	height: auto;
	max-width:115px;
}

.just-added-title {
	font-size: 1em;
	font-weight:normal;
	margin: 0 0 .5em 0;
}

.item-added-modal table td {
    vertical-align: top;
    padding: .75em 0;
    border-top: 1px #ccc solid;
    width:auto;
}

.modal-qty {
	text-align:center;
}

.modal-my-cart {
	border-bottom: 1px solid #ccc;
    font-size: 1.25em;
    padding: .25em 0 .5em 0;
    text-align: right;
}

.modal-cart-summary {
    float: right;
    padding: .5em;
    border: 1px #ccc solid;
    background-color: floralwhite;
    width: 60%;
    font-size: 1em;
    margin: .25em 0 1em 0;
}

.modal-cart-summary p {
	text-align: right;
	margin: .25em 0;
}

.modal-actions {
	clear: both;
	margin-top: 0;
	display: block;
	width: 100%;
}

#overlay {
    background-image: none;
    background: #000;
    opacity: .8;
}

#lightbox {
	background:#fff;
	padding:30px;
    border-radius: 4px;
    border: 0;
    box-shadow: rgba(0,0,0,.8) 0 0 20px;
}

#keyboardMsg {
    display: none;
    float: right;
}

#closeButton {
	display:none;
}

#lightbox a:after {
	font-family: 'icomoon';
	content: "\f00d";
	color: #444;
    font-weight: normal;
    font-size: 1.95em;
    position: absolute;
    top: 5px;
    right: 5px;
    speak: none;
    background: rgba(255,255,255,.8);
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#lightbox a {
	text-decoration:none;
}

#lightboxCaption {
    float: none;
    font-size: 1.1em;
    font-family: 'Raleway', sans-serif;
    color: #444;
    font-weight: 700;
    margin: .6em 0 0 0;
}

div#flash, div.flash {
    padding: 1px 4px 2px 10px;
    margin: 10px 0;
}

#main form div.error, span.error {
    color: #C30;
    margin-bottom: 1em;
    padding-left: 22px;
    background-position: left 5px;
}

div.error {
    color: #C30;
    background: #F8DDDD;
}

div.info, div.success {
    color: #39F;
    background: #DEF;
    padding:5px 5px 0 5px;
}

.text-print {
    position: absolute;
    right: 0;
    top: -22px;
    z-index: 1;
    display:none;
}

#main a.text-print:hover {
	text-decoration:none;
}

.text-print:before {
	font-family: 'icomoon';
	content:"\f02f";
	color: #666;
	font-weight: normal;
	font-size:1.5em;
	speak:none;
}

.text-instructions {
	list-style-type:none;
	color:#000;
	font-size:1em;
	font-weight: 700;
	margin:1em 0;
}

.text-instructions li {
	padding:.25em 0;
	margin:.25em 0 .25em 1em;
}

.text-instructions li:before {
	font-family: 'icomoon';
	content:"\f058";
	color: #666;
	font-weight: normal;
	font-size:1em;
	margin:0 .5em 0 0;
	speak:none;
}

.text-instructions p {
	color:#444;
	font-size:.9em;
	font-weight:normal;
}

.text-instructions li.more-instruction {
	color:#444;
	font-size:.9em;
	font-weight:normal;
	margin:1em 0;
	padding:0;
}

.text-instructions li.more-instruction:before {
	content:"";
	display:none;
}

.course-help h2 {
	margin:.75em 0 .5em 0;
	font-size:1.6em;
}

.course-help h2 span:before {
	font-family: 'icomoon';
	content: "\f054";
	color: #888;
	font-weight: normal;
	font-size: .7em;
	margin: 0 .25em;
	speak: none;
	display:inline-block;
	transform:scale(.65);
}

.course-help div.trigger-button {
	font-style:italic;
	display:inline-block;
}

.course-help div.trigger-button:hover {
	text-decoration:underline;
	display:inline-block;
}

#main ul.accordion {
    list-style: none;
    margin: 0;
    padding:.75em 0 0 0;
}

#main div.trigger-button {
	cursor:pointer;
}

#home div#content.two-col.buy-text .block-textbookexpress > p {
	display:none;
}

/* TOP BANNER CONTENT */
.top-banner {
	padding: 10px 0;
	background:#000;
	color:#fff;
	font-size:.9em;
}

.top-banner div {
	max-width:1580px;
	display:inline-block;
	width:100%;
	padding:0 10px;
}

.top-banner-store-name {
	float:left;
}

h1.top-banner-store-name ,
#buy h1.top-banner-store-name {
	display:inline;
	font-size:1em;
	font-weight:normal;
	font-family:inherit;
	border: 0 !important;
	margin:0;
}

.top-banner-info {
	float:right;
}

.top-banner-info a {
	margin-left:2em;
}

.top-banner a {
	color:#fff;
	text-decoration:none;
	display:inline;
}

.top-banner a:hover {
	text-decoration:underline;
}

#checkout .cart-notes dl:first-child {
	display:none;
}

#reserve #coupon-entry {
    background: #f2f2f2;
    padding: 10px 15px;
}

.field-controls {
    background: #f2f2f2;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.field-controls h3 {
	margin: 0 0 .5em 0;
    font-size: 1.2em;
}

/* CHANGES TO ACCOUNT PAGES */

#account div#content.two-col div#main {
	max-width:1200px;
	margin:0 auto;
	float:none;
}

#account-content.edit {
    margin-left: auto;
}

#account-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    text-align:center;
}

#account-nav li {
    margin: 2em 3.5em 3em 3.5em;
    padding: 0;
    text-align: center;
    width: auto;
    border-bottom: 0;
    display: inline-block;
}

#account-nav .selected {
    background: transparent;
}

#account-nav a {
    display: block;
    width: auto;
    padding: 0;
    white-space: nowrap;
    color:#666;
    transition:all .3s linear;
}

ul#account-nav a:hover {
    border-left: 0;
    padding: 0;
    color:#333;
}

#main ul#account-nav a:hover {
	text-decoration:none;
}

#account-nav .selected a, #account-nav .selected a:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

a.accountnav-profile:before,
a.accountnav-history:before,
a.accountnav-reservations:before,
a.accountnav-membership:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display:block;
    font-size:4em;
    margin-bottom:10px;
}

a.accountnav-profile:before {
	content: '\f0c0';
}

a.accountnav-history:before {
	content: '\e651';
}

a.accountnav-reservations:before {
	content: '\f02d';
}

a.accountnav-membership:before {
	content: '\e614';
}

#account-content {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    background:transparent;
}

.account-item {
    background: #FFF;
    padding: 15px;
    margin: 20px 0;
    border: 1px #ccc solid;
    position: relative;
    box-shadow: rgba(0,0,0,.4) 0 10px 10px -10px;
}

.account-item dl {
    margin-top: 1em;
}

.account-item ~ br {
	display:none;
}

#account #main h3,
#account #main h2 {
    width: calc(100% + 32px);
    margin: -16px 0 1em -16px;
    border: 1px #ccc solid;
    padding: 15px 8px;
    font-size: 1.4em;
    background: snow;
    font-family: inherit !important;
    color:#666;
}

.account-item.ship-bill-info h3 a {
	font-weight:normal;
	float:right;
	font-size:.75em;
}

div#main.login-main {
	text-align:center;
}

div#account-login {
	padding: 0 60px;
    margin: 20px 0;
    position: relative;
    float: none;
    width: 50%;
    border: 0;
    text-align: center;
    display:inline-block;
    vertical-align:top;
}

#account #main.login-main h2 {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 15px 0;
    background: transparent;
}

#account #main div.no-account h3 {
	background:transparent;
	margin:1em 0;
	border:0;
	padding:0 .75em;
	width:100%;
}

div#account-create {
	border: 0;
    padding: 0;
    display: inline-block;
    width: 50%;
    margin: 0;
}

div#account-create a {
	font-size:1em;
	width:100%;
	border-right:0;
}

#login_form a {
	width: 50%;
    display: inline-block;
    margin: 15px 0;
    border-right: 1px #ccc solid;
}

#account-login input.button, #account-quickcreate a {
    margin: 20px auto 0 auto;
    clear: both;
    width: 100%;
    max-width:350px;
    display: block;
}

div#account-quickcreate {
	border: 0;
    padding: 0 60px;
    margin:20px 0;
    display:inline-block;
    width:50%;
    vertical-align:top;
    min-height: 430px;
    border-left:0;
    background:#fff url(../images/split-vert.png) left center no-repeat;
    background-size:auto 100%;
}

div#account-create p, 
div#account-quickcreate p {
	margin:1em 0;
}

.email-preferences input[type=checkbox] {
    margin: 0 0 0 .5em;
}

.email-preferences input[type=checkbox]:last-of-type {
    margin: 1em 0 0 .5em;
}

.email-preferences label {
	padding:0 0 0 1em;
}

.account-info br {
	display:none;
}

.account-info a.change-password {
	margin-left:0;
	padding-left:0;
	border-left:0;
}

.account-info a {
	margin-left:1em;
	padding-left:1em;
	border-left: 1px #ccc solid;
}

#account #main div.hr {
	border-bottom-width: 0 !important;
}

.account-main fieldset#account-info {
	border:0;
}

#account-content .account-item p i {
	line-height:2.3;
}

#packageForm #product-detail {
    margin: 0 0 1em 0;
    width: 100%;
    padding: 0 0 2em 0;
    border-bottom: 1px #ccc solid;
    display: inline-block;
}

#packageForm #product-photo {
    width: auto;
    margin: 0;
    float: left;
    max-width: 300px;
}

#packageForm #product-info {
    width: auto;
    float: left;
    margin: 0;
    padding: .5em 0 0 2.5em;
    border:0;
}

#packageForm #product-price-info dd.product-price {
	padding: .25em 0;
}

.package-group {
    float: right;
    width: calc(100% - 220px);
    border: 1px #ccc solid;
    padding: 0;
    margin: 1em 0;
}

.package-group .product-thumb {
    float: left;
    margin: 1em 0 1em -200px;
    display: block;
    width:170px;
    height:auto;
}

.package-group .package-options {
    margin: 0;
    float: none;
    border: 0;
    width: 100%;
}

.package-group h3 {
    padding: 15px 1em;
    margin: -1px 0 0 0;
    float: none;
    width: 100%;
    background: snow;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    text-align: left;
}

.package-group ol {
    list-style: none;
    margin: 1em 0;
    padding-left: 0;
}

.package-group ol li {
	margin: 0;
    padding: .25em 1em .25em 3em;
}

.package-group input {
    margin: 0 0 0 -1.5em;
}

#main .package-group label {
    font-size: 100%;
    color: #000;
    margin: 0 0 0 .5em;
}

#packageForm .button {
    float: right;
    margin: 1em 0;
    display: inline-block;
}

#packageForm .button.selection-reset {
	float:right;
	margin:1em;
}

/* STORE HOURS */

#main .store-hours .hours-text-link,
footer .store-hours .hours-text {
	display:none;
}

.store-hours {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.store-hours > div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 450px;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-right:5%;
}

footer .store-hours > div {
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display:block;
    padding-right:0;
}

footer.multi-location .store-hours > div {
	display:block;
	padding-right:20px;
	-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

footer .store-hours > div:first-of-type {
	display:block;
}

.store-hours table {
	width:100%;
	text-align:left;
	
}
.store-hours th {
	text-align:left;
	padding:0 2em 0 0;
	width:130px;
	color:inherit;
}

.store-hours td {
	padding:0;
}

footer.multi-location .store-hours th {
	padding-right:1em;
	text-align:left;
	width:auto;
	padding-left:4px;
}

footer .store-hours table {
	border:0;
}

footer.multi-location .store-hours table {
    line-height: 1.35em;
    font-size: .9em;
}

footer .store-hours tr:nth-child(odd) {
    background: rgba(0,0,0,.09);
}

/* END STORE HOURS */


/* CONTACT INFO */

.contact-info {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-info > div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 450px;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-right:5%;
    margin:0 0 1em 0; 
}

.contact-info h2 {
	width:100%;
	margin-bottom:.5em;
}

.contact-store,
.contact-phone,
.contact-email,
.contact-address1,
.contact-address2,
.contact-map {
	display:block;
}

.contact-store {
	font-weight:700;
}

.contact-address1 {
	margin-top:.5em;
}

/* END CONTACT INFO */


footer .block-onecol {
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	background:transparent !important;
	border:0 !important;
	box-shadow:0 0 0 !important;
}

footer .block-onecol h3:first-child {
	border:0 !important;
	text-transform:none !important;
	padding:0 !important;
}

img#verify-image {
	margin-left:11.5em;
}

.shop-list .clearfix,
#advancedsearch .clearfix {
	height:auto;
}

.textbook-adopt {
	background:floralwhite !important;
	border:1px #ccc solid;
}

#main.pickup-selected form .info-fulfilled p {
	display:none;
}

#main .ship-info-fieldset div.attention,
#main form .ship-info-fieldset div.attention p {
	display:none;
}

#main.pickup-selected .ship-info-fieldset div.attention,
#main.pickup-selected form .ship-info-fieldset div.attention p.not-all-req-met {
	display:block;
}

#main.pickup-selected form .ship-info-fieldset.info-fulfilled div.attention p.all-req-met {
	display:block;
}

.attention {
    border: 1px #ccc solid;
    background: floralwhite;
    margin: 1em 0;
    padding: .5em 1em .5em 85px;
    box-shadow: rgba(0,0,0,.4) 0 8px 20px -12px;
    position: relative;
    min-height:80px;
    vertical-align:middle;
}

.attention:before {
    font-family: 'icomoon';
    content: "\f05a";
    speak: none;
    color: rgba(0,0,0,.2);
    font-size: 2.55em;
    display: block;
    position: absolute;
    top: .35em;
    left: 20px;
    line-height: 1em;
}



dl#shipping-address.pickup-selected dd br {
	display:none;
}

.qty-change {
	width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 50%;
    background: #444;
    color: #fff;
    border: 0;
    box-shadow: 0 0 0;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    overflow:hidden;
    text-shadow:1px 1px 1px #000;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.decrease {
	font-size:2.1em;
	margin-right:10px;
}

.increase {
	font-size:1.275em;
	margin-left:10px;
}

#shop .decrease {
	margin-right:5px;
	margin-left:15px;
}

.book-info dl dd span.book-savings {
	font-size:.9em;
	color:#666;
}

.book-info dl.list-price {
	border:0;
	padding:0;
	font-size:.9em;
	color:#666;
}

.book-info dl.list-price dt {
	font-size:1em;
}

#home .nonmarketing {
	display: block;
    width: 98%;
    margin: 0 1% 1.1em 1%;
    border: 1px #bbb solid;
    box-shadow: #ccc 0 0 5px;
    background: #fff;
}

#home .nonmarketing .block-onecol {
	border: 0;
    box-shadow: 0 0;
    margin:.25em 1% 0 1%;
    width:36%;
}

#home.index-page #main .nonmarketing #TextbookForm label {
	position:absolute;
	left:-10000em;
}

/* Style Textbook Express block on home page */

#home.index-page #main .block-textbookexpress .block-item h4 {
	font-size: 1em;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    margin: 1em 0 0 0;
}

#home.index-page #main .block-textbookexpress ol#section-list {
	margin: 0 0 1em 0;
    list-style: none;
}

#home.index-page #main .block-textbookexpress ol#section-list li {
	padding: 4px 0 4px 2px;
    margin: 0;
    border-bottom: 1px #ccc solid;
    position:relative;
}

#home.index-page #main .block-textbookexpress ol#section-list li a:after {
    color: #000;
    font-size: 24px;
    top: auto;
    line-height: 150%;
}


/*  ::::::::::::::::::::::::::::::::::::::::::::::::
Convert textbook purchase options to blocks
::::::::::::::::::::::::::::::::::::::::::::::::::::  */

.cross_sell_course_list table.data, 
#course-bookdisplay table.data,
#course-bookdisplay table.data tbody {
	display:block;
	float:none;
	clear:both;
}

#course-bookdisplay .hasrentals table.rental-price-list,
#course-bookdisplay .hasrentals table.rental-price-list tbody,
#course-bookdisplay .hasrentals table.rental-price-list tr {
	display:block;
	float:none;
	clear:both;
	border:0;
	width:100%;
}

#course-bookdisplay .hasrentals table.rental-price-list tr {
	border:1px #aaa solid;
	margin:.25em 0;
	position:relative;
}

#course-bookdisplay .hasrentals table.rental-price-list tr.selected {
	background:#000;
}

#course-bookdisplay .hasrentals table.rental-price-list td,
#course-bookdisplay .hasrentals table.rental-price-list tr.selected td {
	border:0 !important;
	display:inline-block;
	position:static;
	height:50px;
	background:transparent;
}

#course-bookdisplay .hasrentals table.rental-price-list td.price {
	float:right;
	width:auto;
	padding-right:.7em;
}

#main #TextbookForm .hasrentals table.rental-price-list td label {
	padding:0;
	line-height:50px;
	margin:0;
	background:transparent;
}

#main #TextbookForm #course-bookdisplay .hasrentals table.rental-price-list td:nth-child(3) label {
	position:absolute;
	left: 0;
    padding: 0 0 0 55px;
    width: 100%;
}

#main #TextbookForm #course-bookdisplay .hasrentals table.rental-price-list td:nth-child(3) label:before,
td.undo-radio-on .undo-link:before {
	position: absolute;
    left: 10px;
    font-size: 34px;
    line-height: 50px;
    top: 0;
}

#course-bookdisplay .hasrentals table.rental-price-list tr td.radio,
#course-bookdisplay .hasrentals table.rental-price-list tr.selected td.radio {
	width: 50px;
    text-align: center;
    position: absolute;
    left: -10000px;
    display:inline-block
}

#course-bookdisplay .hasrentals table.rental-price-list a.undo-link {
	display:none;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#course-bookdisplay .hasrentals table.rental-price-list tr.selected a.undo-link {
	display:block;
}

td.undo-radio-on .undo-link:after {
	display:none;
}

/* IE9 TEXTBOOK OPTION DISPLAY FIXES */
.ie9 #main #TextbookForm #course-bookdisplay .hasrentals table.rental-price-list td:nth-child(3) label,
.ie9 td.undo-radio-on .undo-link:before,
.ie9 #course-bookdisplay .hasrentals table.rental-price-list a.undo-link {
	position:relative;
}
.ie9 #course-bookdisplay .hasrentals table.rental-price-list td, 
.ie9 #course-bookdisplay .hasrentals table.rental-price-list tr td {
	border-top:1px #aaa solid !important;
}
.ie9 .hasrentals table.rental-price-list {
	border:1px #aaa solid !important;
}
.ie9 #course-bookdisplay .hasrentals table.rental-price-list td.price {
	float:none;
}
.ie9 #course-bookdisplay .data tr td {
	padding:1em 0;
}
.ie9 #course-bookdisplay .data tr td td {
	padding:0;
}
/* END IE9 TEXTBOOK OPTION DISPLAY FIXES */


/* NEWSLETTER SIGNUP STYLING */

form.newsletter-form {
	width:auto;
	display:inline-block;
	margin:.5em 0 !important;
}

.newsletter-form input[type=email] {
	line-height:23px;
	font-size:.875em !important;
	width:auto !important;
	margin:0 !important;
	text-align:center;
	height: 31px;
	float: left;
	margin-right: 5px !important;
	border:0;
}

.newsletter-form button,
.newsletter-form input[type=submit] {
	border-left: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid #b3b3b3;
	display: inline-block;
	padding: 4px 12px !important;
	margin-bottom: 0;
	font-size: .875em;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	border: 1px #fff solid;
	font-weight:normal;
	letter-spacing:0;
}

.newsletter-form button span:before {
	font-family: 'icomoon';
	content: "\f0e0";
	color: #fff;
	font-weight: normal;
	margin-right:.25em;
	font-size:1em;
	speak:none;
}


/* BROWSER SUPPORT POP-UP */

.browser-support {
	text-align:left;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 50px;
	background-color:#fff;
	display:none;
}

.ie8 .index-page .browser-support {
	display:block;
}


