/* Minification failed. Returning unminified contents.
(303,47): run-time error CSS1038: Expected hex color, found '#006699453c81'
(703,276): run-time error CSS1038: Expected hex color, found '#f9f3db0'
(703,284): run-time error CSS1019: Unexpected token, found '%'
(703,284): run-time error CSS1042: Expected function, found '%'
(703,284): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(704,253): run-time error CSS1038: Expected hex color, found '#f9f3db0'
(704,261): run-time error CSS1019: Unexpected token, found '%'
(704,261): run-time error CSS1042: Expected function, found '%'
(704,261): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*
	THEME standard is blue:
	@baseColor: #00-6699; --for bars with color, reverse text usually LOCAL: 006699
	@darkColor: #00-4268; --for color bars LOCAL: 004268
	@displayFontColor: #00-4269; --for fonts LOCAL: 75286A

	@Red: #c72d2f; //leave this its for warnings

	//these are for colored areas like bars etc.
	@rowHighlight: #de-e6eb; LOCAL: dee6eb
	@rowHighlightMedium: #bd-c3cc; LOCAL: bdc3cc
	@rowHighlightDark: #80-8389; LOCAL 808389
	@rowHighlightBlack: #33-3333; --generally leave this a gray LOCAL: 333333
	
	Head-font: 'Times New Roman', Times, serif
	Book-font: Calibri, Optima, Verdana, Arial, sans-serif
*/

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700');

/*#region Global Classes and Element Styles */
html { height: 100%; }
body { background-color: white; margin: 0px; height: 100%; }
body, td, input, select, .bookfont { font: normal 17px 'Crimson Text',Gill Sans, Calibri, Verdana, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, .headfont { font-family: 'Crimson Text', Gill Sans, Calibri, Verdana, Arial, sans-serif, serif; }
ol, ul { margin: 0; padding: 0; }
a { color: #75286A; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
/*a img:hover { opacity: 0.8; }*/
img { max-width: 100%; }
.hidden { display: none; }
.msg-addtocart { cursor: pointer; }
hr{ border: 0;height: 1px;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(148, 148, 148, 0.57), rgba(0, 0, 0, 0));;}
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/*#endregion*/

/*#region Master Page Styles */
.centerpage { max-width: 1000px; margin: 0px auto; overflow: hidden; }
#header-container{}
#header { padding-bottom: 15px;}
#header a { white-space: nowrap; color: #585858; font-size: 16px; }
#header-logo { float: left; text-align: left; position: relative; z-index: 10;max-width: 350px; }
#header-tools { text-align: right; }
#header-tools > div { margin-top: 15px; }
#header-nav-link a { margin-left: 10px; padding-right: 10px; border-right: 1px solid #000; }
#header-nav-link a:last-child { padding-right: 0px; border-right: none; }
#header-cart { margin: 15px 0px 5px; text-align: right; line-height: 32px; }
#header-cart legend { font-size: 16px; font-weight: bold; }
#header-cart .separator { margin: 3px; }
#header-cart-icon { vertical-align: bottom; margin-right: 15px; }
#header-cart .cartcount { color: white; background-color: #c72d2f; border-radius: 20px; position: relative; display: inline-block; z-index: 2; top: -11px; left: 50px; line-height: 24px; padding: 0px 4px; text-align: center; }
#header-cart a:hover { text-decoration: none; }
#navbar { background-color: #e2e2e2; padding: 8px 0px; margin-bottom: 15px; }
#header-info {font-size:12px;margin-bottom: 15px;margin-top: 5px; }
#header-info li {list-style:none; }
#header-social { margin-top: 10px; }
#header-social a:hover{opacity:0.65; }
#header-payment-info { margin-left: 10px;}
#header-payment-info img{vertical-align:bottom;}
#header-social .search-panel{ display: inline-block; }
#header-message{text-align:center;}
#search-form { display: inline-block;float: right;overflow: hidden;height: 32px;margin: 0px;padding: 0px 0px 0px 45px;border: none; }
#search-form input[type='text'] { width: 225px; border: 1px solid #828282; vertical-align: top; margin: 1px 2px 0px 0px;padding: 5px 0px 5px 5px; height: 18px; font-size: 12px;}
#search-form input[type='image'] {max-width: 31px; background-color: #36026d;padding: 0px 3px; vertical-align: baseline; margin: 0px 0px 0px -4px; border-radius: 5px; }
#search-form input[type='image']:hover { -moz-opacity: 0.5; -o-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50); }
#navbar-links { vertical-align: top; text-align: center;  line-height: 30px; }
#navbar-links a { color: #75286A; margin: 0px 8px; white-space: nowrap; font-size: 17px; font-weight: bold; }
#navbar-links .separator { color: #bdc3cc; }
#dropnav-container {position: relative;overflow: visible;}
.dropnav{  z-index: 1000;position: absolute;top: 8px; left: 0px;background-color: #244694;border: 1px solid #E0E0E0;border-top: none; width:99%;}
/*.dropnav:nth-child(2){left:275px;}
.dropnav:nth-child(3){left:440px;}
.dropnav:last-child	{left:750px;}*/
.dropnav li {  vertical-align: top;zoom: 1;padding: 8px;width: 20%;font-weight: bold;font-size: 15px;list-style:none; position:relative; display:inline-block;}
.dropnav li a {color: #ffffff;}
.dropnav li ul:first-of-type{display:block;position:absolute;background-color:#294ea2;width:100%;left: 0px; top: 25px;display:none;z-index:99;}
.dropnav li ul:first-of-type li{display:block; width:auto;}
.dropnav a{color:#216B9D;}
.cms-content{}
.cms-content ul{margin-left:20px;}
#advanced-search-bttn {
    background: linear-gradient(to bottom, #443b80 5%, #aca8c7  80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#ec9c00  ',GradientType=0);
    background-color: #7c76a6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: #FDFDFD !important;
    font-size: 15px;
    padding: 6px 4px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
	line-height: 32px;
	vertical-align:top;
}

#main { margin-bottom: 15px; clear: both; }
#main-content { float: left; margin: 0px 15px; width: 620px; }
#main-content.addright { float: left; margin: 0px 15px; width: 610px; }
#main-content.noright { margin-right: 0px; width: 810px; }
#main-content.noleft { margin-left: 0px; width: 810px; }
#main-content.noright.noleft { margin: 0px; width: auto; }
#main-content.fullwidth { margin: 0px; width: 100%; }
#main-content.pages {margin-left:300px;max-width: 700px;}
#main-content.pages ul {margin-left:20px;}
.main-left { float: left; width: 175px; }
.main-right { float: right; width: 175px; }
#pnlSignup { text-align: center; margin-bottom: 20px; padding: 10px 0px; border-top: 2px solid #bdc3cc; border-bottom: 2px solid #bdc3cc; }
#pnlSignup > span { margin: 0px 10px; font-size: 16px; vertical-align: top; line-height: 32px; -ms-zoom: 1; zoom: 1; }
#pnlSignup > input { font-size: 12px; vertical-align: top; }
#pnlSignup > input[type='text'] { padding: 7px; margin: 0px 10px; width: 200px; }
#footer-nav { background-color: #686098; text-align: center; }
#footer-nav a { display: inline-block; padding: 10px 20px; color: white; font-size: 18px; }
#footer-links { margin: 0px; padding: 0px; background-color: #cdcbdc; text-align: center; }
#footer-links ul { display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1; margin: 12px 0px 14px 0px; padding: 0px 15px; vertical-align: top; text-align: left; border-right: 2px solid #ebeae6; }
#footer-links ul:last-child { border: none; }
#footer-links li { list-style: none; font-weight: bold; line-height: 22px; }
#footer-links a { font-weight: normal; color: #333333; }
#footer-text { margin: 10px 0px; }
#footer-text > div { vertical-align: top; }
#footer-copyright { float: left; }

#footer-social { width: 290px; margin: 0px auto; text-align: center; }
#footer-social img:hover{-webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;}
#footer-text-links { float: right; text-align: right; }
.CMS_Page_Header { font-size: 24px;	color: #75286A;	font-weight: bold;}
/*#endregion*/

/*#region Tree Navigation Styles */
#treenav-trigger { display: none; font-size: 32px; text-align: center; background: url(/images/button_menu.png) no-repeat center right; }
#treenav-trigger.msg-exp-open { background: url(/images/button_menu_open.png) no-repeat center right; }
#treenav { min-height: 650px; text-align: left; }
#treenav .msg-exp-t { font-weight: bold; background: url(/images/plus.png) no-repeat; background-position: left center; }
#treenav .msg-exp-t.msg-exp-open { background: url(/images/minus.png) no-repeat; background-position: left center; }
.treenav-heading { font-weight: bold; font-size: 20px; border-bottom: 2px solid #006699; padding: 5px; margin: 5px 5px 10px 5px; }
.treenav-menu { background-color: #dee6eb; background: linear-gradient(#dee6eb, white); color: #75286A; margin-bottom: 50px; padding: 5px; }
.treenav-menu a { line-height: 18px; white-space: pre-wrap; overflow-wrap: break-word; }
.treenav-submenu { padding-left: 10px; }
.treenav-item { background: url(/images/li-box.png) no-repeat; background-position: left center; margin-left: 7px; margin-bottom: 5px; padding-left: 17px; line-height: 16px;font-size: 16px; }
.treenav-item-bold { margin-left: 7px; margin-bottom: 5px; line-height: 16px; font-weight: bold; }
.treenav-item-hr {
	border-top: solid 1px #000001; margin:10px 10px;
}
#treenav-marketing { text-align: center; }
#treenav-marketing img { margin-bottom: 10px; }
.treenav-spacer { font-weight: bold; margin:10px 0px 5px 10px;}
#mobile-menu-trigger{display:none;}
.mobile-menu{display:none;}
/*#endregion*/

/*#region Home Page */
.home-row { clear: both; overflow: hidden; margin-bottom: 10px; text-align: center; }
.home-row > div { margin: 0px auto; padding: 0px; vertical-align: top; }
.home-row .placardslider { max-width: 900px; border: none; box-shadow: none; }
.main-right .vslider { width: 175px; margin: 0px; padding: 0px; border: none; box-shadow: none; }
#home-featured h2 { color: #808389; background: url(/images/line_background.png) center center repeat-x; }
#home-featured h2 span { padding: 0px 4px; background-color: white; }
#home-marketing { margin-top: 40px; }
#home-marketing img { margin: 10px 0px; }

/*#endregion*/

/*#region Login and Utility Styles */
#cartLogin { max-width: 955px; margin: 35px 25px; }
#cartLogin h3 { border-bottom: 1px solid #bdc3cc; line-height: 30px; margin-bottom: 25px; }
.cartLogin_column { display: inline-block; max-width: 450px; margin-right: 25px; vertical-align: top; }
#cartLogin td > div { margin: .5em; }
#cartLogin label { display: inline-block; min-width: 125px; font-weight: bold; }
#cartLogin input[type="text"], #cartLogin input[type="password"] { width: 150px; margin: 0px; }
#cartLogin_text { font-style: italic; }
#cartUtility { border: 4px solid #eee; padding: 10px; margin: 20px; }
.cartUtility_section { border-bottom: 4px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
.cartUtility_section:last-child { border: none; margin: 0px; padding: 0px; }
/*#endregion*/

/*#region List Pages */
.breadcrumb { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #bdc3cc; }
.breadcrumb a, .breadcrumb span { white-space: nowrap; padding: 0px 5px; }
#list-header { overflow: hidden; }
#list-pagecontrols { color: #333333; line-height: 34px; margin: 20px 0px; overflow: hidden; }
#list-pagesort { white-space: normal !important; }
#list-perpage, .list-pagenav { float: right; text-align: right; margin-left: 10px; }
#list-perpage a { cursor: pointer; }
#list-pagecontrols > div { clear: both; }
#list-pagecontrols span { white-space: nowrap; }
#list-pagecontrols label { white-space: nowrap; margin-right: 7px; }
#list-pagecontrols select { font-size: 12px; border: 1px solid #bdc3cc; height: 24px; margin: 5px 0px 0px 5px; padding: 1px 0px 1px 2px; }
.list-featured { background-color: #dee6eb; padding: 10px 20px 10px 20px; margin: 10px 0px; }
.list-categoryheader { background-color: #dee6eb; padding: 10px 20px 10px 20px; margin: 10px 0px; display: block; overflow: hidden; }
.list-categoryHeader-pic { float:left ; max-width: 200px; margin: 0px 10px 10px 0px; }
.list-categoryHeader-text {}
.list-categoryHeader-blocks { }
.list-categoryHeader-blocks ul{padding-left:15px;}
.list-categoryHeader-blocks a {text-decoration: underline;color: #006699;}

.list-subcategories { background-color: #ffffff; padding: 10px 5px 10px 5px;  margin-top: 10px; }
/* adjust this width to 2 col if you want to to that*/
.list-subcategories a { display: inline-block; width: 225px; padding: 5px 10px 5px 10px; margin: 0px 10px 0px 10px; color: white; background-color: #ababab; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


#list-viewstyle-grid {text-decoration: underline;color: #006699;}
#list-viewstyle-normal {text-decoration: underline;color: #006699;}

.list-pagenav label { display: none; }
.list-pagenav-num, .PagingLink { display: inline-block; padding: 2px 8px; background-color: #dee6eb; line-height: 14px; }
/* .PagingNumber  { display: inline-block; padding: 2px 8px; background-color: #dee6eb; line-height: 14px; } replaces aobve */
.list-pagenav-num.active, .PagingNumber { color: white; background-color: #004268; }
/* .PagingLink { color: white; background-color: #004268; } default paging link style */
.list-pagenav-arrow, .PagingLink:first-child, .PagingLink:last-child { background-color: #dee6eb; padding: 0px 10px; background-position: center center; }
.list-pagenav-arrow:hover, .PagingLink:first-child:hover, .PagingLink:last-child:hover { text-decoration: none; }
.list-pagenav-arrow:first-child, .PagingLink:first-child { background-image: url(/images/arrowl.png); margin-right: 8px; }
.list-pagenav-arrow:last-child, .PagingLink:last-child { background-image: url(/images/arrowr.png); margin-left: 8px; }

.product-list { margin-bottom: 15px; }
.product-list h1 { }
.list-item { overflow: hidden; margin-bottom: 15px; }
.list-item-image { float: left; margin-bottom: 10px; }
.list-item-image img { max-width: 125px; vertical-align: top; box-shadow: 2px 2px 2px #bdc3cc;margin-bottom: 10px; }
.list-item-detail { margin: 0px 135px 15px 135px; }
.list-item-title { margin: 0px; font-size: 20px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.list-item-title a { color: #75286A; white-space: pre-wrap; overflow-wrap: break-word; }
.list-item-subtitle { color: #808389; margin: 0px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.list-item-byline { font-weight: normal; margin: 5px 0px 0px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.list-item-description { overflow: hidden; }
.list-item .more { font-weight: bold; font-style: italic; }
.list-item-addtocart { float: right; width: 135px; margin-bottom: 10px; text-align: right; }
.list-item-isbn {font-size:15px; }
.list-item-productType {font-size:15px; }
h3.list-item-subtitle {
    font-size: 17px;
}
.list-item-hide { display: none; }
.list-item-price { display: block; margin-top: 10px; font-weight: bold; font-size: 19px; }
.list-item-date { color: #bdc3cc; font-weight: bold; }
.list-grid { display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1; text-align: center; width: 150px; margin: 10px; vertical-align: top; }
.list-grid .list-item {  }
.list-grid .list-item-image { float: none; margin-bottom: 10px; }
.list-grid .list-item-detail { margin: 0px; }
.list-grid .list-item-title { font-size: 16px; }
.list-grid .list-item-subtitle { display: none; }
.list-grid .list-item-byline { margin: 0px;white-space: pre-wrap; overflow-wrap: break-word; }
.list-grid .list-item-description { display: none; }
.list-grid .list-item-addtocart { display: none; }
/*#endregion*/

/* default css button */

.css-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #453c81;
    -webkit-box-shadow: inset 0px 1px 0px 0px #006699453c81;
    box-shadow: inset 0px 1px 0px 0px #453c81;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #615994), color-stop(1, #635c95));
    background: -moz-linear-gradient(top, #615994 30%, #635c95 100%);
    background: -webkit-linear-gradient(top, #615994 30%, #635c95 100%);
    background: -o-linear-gradient(top, #615994 30%, #635c95 100%);
    background: -ms-linear-gradient(top, #615994 30%, #635c95 100%);
    background: linear-gradient(to bottom, #615994 30%, #635c95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#615994', endColorstr='#635c95',GradientType=0);
    background-color: #453c81;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #433a7f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ABABAB;
}
.css-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #635c95 ), color-stop(1, #615994));
	background:-moz-linear-gradient(top, #635c95  30%, #615994 100%);
	background:-webkit-linear-gradient(top, #635c95  30%, #615994 100%);
	background:-o-linear-gradient(top, #635c95  30%, #615994 100%);
	background:linear-gradient(to bottom, #635c95  30%, #615994 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#635c95', endColorstr='#615994',GradientType=0);
	background-color:#006699;
	text-decoration:none;
}
.css-button:active {
	position:relative;
	top:1px;
	text-decoration:none;
}

.css-button-large
{
	font-size:14px;
}


/*Wish List*/
#wishlist-add {margin-top: 10px; }
#wishlist-remove {margin-top: 10px; }
#wishlist-add-message {display: none;}
#wishlist-remove-message {display: none;}

#wishlist-form{ margin-top: 10px; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; width: 100%;}
.wishlist-form-element{margin: 10px;}
.wishlist-result{font-size: 14px; padding: 20px; border: 1px solid #cccccc; width: 90%; margin: 10px 0px; display: block;}

#wishlist-search-form { display: inline-block; float: left; overflow: hidden; height: 28px; margin: 0px; padding: 0px 0px 0px 45px; border: none; background: white url(/images/search_background.png) left top no-repeat; }
#wishlist-search-form input[type='text'] { width: 215px; border: 1px solid #aaaaaa; vertical-align: top; margin: 2px; padding: 3px; height: 17px; font-size: 16px; }
#wishlist-search-form input[type='submit'] { margin-top: 4px; padding: 0px; }

/*#endregion*/

/*#region advanced search w filter
#search_refinements { border: solid 1px black; background-color: #dee6eb; max-width: 150px; padding: 10px;}
	*/

/*#endregion*/

/*#region Product Detail */
#product-cover { width: 265px; float: left; }
#product-cover-image { border: 1px solid #bdc3cc; padding: 5px; max-width: 250px; max-height: 420px; margin-bottom: 15px; }
#product_detail_cover{max-width: 250px; max-height: 375px; margin-bottom: 15px;}
#product_detail_cover img {width: 250px;height: auto;}
.product-cover-zoom{top: 50%; left: 50%; margin-top: -15px; margin-left: -20px; display: inline-block; border-radius: 15px; background-color: hsla(0, 0%, 81%, 0.6);padding: 5px 5px 5px 5px;}
#sample-image{max-width:250px;}
#product-social { height: 25px; }
#product-info { margin-bottom: 25px; margin-left: 300px; min-height: 450px; }
#product-title { color: #75286A; margin: 0px;font-size: 27px; }
#product-subtitle { color: #006699; margin: 0px; font-size: 20px; }
#product-byline { font-size: 15px; font-weight: normal; }
#product-byline a { font-weight: bold; text-decoration:underline;}
#product-fields { margin: 10px 0px; }
#product-fields ul { display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1; width: 200px; vertical-align: top; }
#product-fields li { list-style: none; }
#product-fields span{font-size:16px;}
#product-fields label { font-weight: bold; margin-right: 3px; font-size: 15px; }
#product-info label:after { }
#product-content-description p{font-size:18px;}
#product-content-bio p{font-size:18px;}
#product-buy { font-size: 18px; margin: 10px 0px; }
#product-buy > div { display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1; vertical-align: top; }
#product-buy-us { width: 200px; }
#product-buy-other { max-width: 695px; display: block;  color: #c72d2f;  }
#product-buy label { display: block; }
#product-buy-us .price { font-size: 32px; font-weight: bold; color:#605893;}
#product-buy-other .sale-price { font-size: 32px; font-weight: bold;}
#product-buy-other a { margin-right: 8px; }
#product-cart { margin: 15px 0px; }
#product-cart img { margin: 0px; }
#product-cart input.msg-addtocart { vertical-align: top; line-height: 20px; margin: 0px; }
#product-cart img.msg-addtocart { max-height: 26px; }
.product-request a { display: inline-block; -ms-zoom: 1; zoom: 1; vertical-align: top; margin: 12px; padding: 5px; color: white; background-color: #006699; white-space: nowrap; }
#product-marketing { float: right; max-width: 295px; margin-top: 25px; text-align: right; }
#product-marketing img { margin-bottom: 10px; }
#product-content { }
#product-content-nav { /*display: none; set this to none when not using tabs on detail page*/ }
#product-content-nav a{color:#FFFFFF;}
.product-content-section { margin-bottom: 10px; }
.product-content-section h3 { border-bottom: 2px solid #bdc3cc; font-size: 20px; }
#product-sliders { text-align: center; }
#product-sliders h2 { color: #808389; background: url(/images/line_background.png) center center repeat-x; }
#product-sliders h2 span { padding: 0px 4px; background-color: white; }
#product-zoom { text-align: center; margin: auto; }
#product-zoom img{ vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;}
#product-zoom img:hover{-webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;}
.msg-tab-alt {display:none; }
#fblike { height: 25px; float:left; }
#twitterlike { height: 25px; float:left;margin-left:15px;}
#product-googlePreview { text-align: center; margin: auto; }
#product-content-bio{overflow:auto;}
#author-bio {}
#author-bio p{display:inline-block;}
#author-bio img{max-width: 200px;float:left; margin: 5px 20px 0px 0px;}
#author-bio-page{min-height: 330px;}
#author-image{display: inline-block;float:left;margin-right: 10px;}
#author-image img{max-width: 200px;margin-bottom:40px;margin-top:5px;}
#wishlist-item {list-style:none; padding-top:10px; padding-bottom:10px;}
#product-zoom img{ vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;}
#product-zoom img:hover{-webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;}
#addtocart-bttn {
	-moz-box-shadow:inset 0px 0px 2px 0px #534a8a;
	-webkit-box-shadow:inset 0px 0px 2px 0px #534a8a;
	box-shadow:inset 0px 0px 2px 0px #534a8a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a349a3   ), color-stop(1, #36026d ));
	background:-moz-linear-gradient(top, #a349a3    5%, #36026d  100%);
	background:-webkit-linear-gradient(top, #a349a3    5%, #36026d  100%);
	background:-o-linear-gradient(top, #a349a3    5%, #36026d  100%);
	background:-ms-linear-gradient(top, #a349a3    5%, #36026d  100%);
	background:linear-gradient(to bottom, #a349a3    5%, #36026d  100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a349a3   ', endColorstr='#36026d ',GradientType=0);
	background-color:#a349a3 ;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #954a9f ;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:4px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #a349a3;
}
#addtocart-bttn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #36026d), color-stop(1, #a349a3));
	background:-moz-linear-gradient(top, #36026d 5%, #a349a3 100%);
	background:-webkit-linear-gradient(top, #36026d 5%, #a349a3 100%);
	background:-o-linear-gradient(top, #36026d 5%, #a349a3 100%);
	background:-ms-linear-gradient(top, #36026d 5%, #a349a3 100%);
	background:linear-gradient(to bottom, #36026d 5%, #a349a3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1D3F4E',GradientType=0);
	background-color:#0A415A;
}
#addtocart-bttn:active {
	position:relative;
	top:1px;
}

/* bulk price and order notes (shorNotes)*/
#bulk-pricing { background-color: #e1e9f6; border-radius: 15px; padding: 5px 14px; max-width: 200px; float:right;}
#product-ordernotes { text-align: left; width: 100%; border-collapse: collapse; }
#product-ordernotes tr { border-bottom: 1px solid #fff; }
#product-ordernotes td { white-space: nowrap; line-height: 1.5em; }
#product-ordernotes td:last-child { text-align: right; overflow: hidden; }

.product-format-header{font-weight: bold;}
.product-format-detail{}
.product-format-type {}
.product-format-price {}
.product-format-add {}


/*#region Tabbed Content DO NOT DELETE JUST COMMENT OUT if you are not using tabs on detail page*/
.msg-tab-bar { padding-left: 10px; }
.msg-tab { display: inline-block; padding: 0px 22px; line-height: 30px; vertical-align: bottom; text-align: center; font-size: 18px; color: #75286A; background-color: #cdcbdc; box-shadow: 0px -10px 10px -5px #808389 inset; /* max-width: 135px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; */ }

/* Proposed Long-Text Fix */
.msg-tab { max-width: 165px; min-width: 135px; padding: 0px 10px; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.msg-tab.active { padding-top: 8px; margin-bottom: -1px; background: #686098; box-shadow: none; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.msg-tab:first-child { border-top-left-radius: 10px; }
.msg-tab:last-child { border-top-right-radius: 10px; }
.msg-tab + .msg-tab { margin-left: -3px; }
.msg-tab + .msg-tab.active { margin-left: -4px; }
.msg-tab.active + .msg-tab { margin-left: -4px; }
.msg-tab-target { background-color: #cdcbdc; padding: 10px 15px; margin-bottom: 20px; }
.msg-tab-alt { display: none; }
/*#endregion*/


/*#region Quick Order */
#qo-heading { line-height: 30px; margin: 0px; background-color: #006699; color: white; font-size: 16px; font-weight: normal; text-align: center; }
#qo-headertext { color: black; padding: 0px 40px; text-align: center; }
#quickorder { width: 100%; border-collapse: collapse; }
#quickorder tr { border-bottom: 2px solid #006699; /*height: 44px;*/ }
#quickorder tr:nth-child(even) { background-color: #dee6eb; border-color: #bdc3cc; }
#quickorder th { text-align: right; color: black; font-weight: normal; }
#quickorder th:first-child { text-align: left; }
#quickorder td { padding: 10px; text-align: right; color: #808389; font-size: 15px; }
#quickorder td:first-child { text-align: left; }
#quickorder input { width: 40px; }
#qo-buttons { text-align: center; margin: 10px 0px 5px 0px; }
#qo-buttons a { display: inline-block; margin: 10px; padding: 5px; width: 100px; color: white; background-color: #004268; border-radius: 15px; box-shadow: 1px 2px #bdc3cc; }
#qo-notes { text-align: center; font-style: italic; }
/*#endregion*/

/*#region Order Pad */
.msgop { }
#msgop-items { width: 100%; }
#msgop-items .vCartBookSearchTemplate { display: none; }
#msgop-items tr { vertical-align: top; }
#msgop-items td { text-align: center; }
#msgop-items td.vCartBookSIdSearch { width: 85px; }
#msgop-items input.vCartBookSIdSearchInput { width: 100%; }
#msgop-items .vCartBookSIdSearchList { position: absolute; background: white; padding: 5px; box-shadow: 1px 1px 2px #bdc3cc; }
#msgop-items .vCartBookSIdSearchList:empty { display: none; }
#msgop-items input.vCartBookSIdSearchTitleInput { width: 95%; }
#msgop-items .vCartBookSearchBookPriceLabel:before { content: '$'; }
#msgop-items td.vCartBookSIdQuantity input { width: 45px; text-align: right; }
/*#endregion*/

/*#region advanced search w filter*/

#asearch-filter-trigger { display: none; font-size: 32px; text-align: center; background: url(/images/button_menu.png) no-repeat center right; }
#asearch-filter-trigger.msg-exp-open { background: url(/images/button_menu_open.png) no-repeat center right; }
#asearch-filter { min-height: 250px; text-align: left; margin-bottom: 0px; }
#asearch-filter .treenav-heading { margin-bottom: 10px; }
.asearch-filter-section { margin: 5px; font-size: 12px; color: black; }
.asearch-filter-section > span { display: block; }
#asearch-filter-button { margin: 15px; }
#asearch-marketing { text-align: center; }
#asearch-marketing img { margin-bottom: 10px; }

/*#endregion*/

/*#region Sliders */

/* General */
.placardslider .flex-control-nav { bottom: 5px; z-index: 5; }
.placardslider .flex-control-paging li a { background: rgba(255, 255, 255, 0.5); }
.placardslider .flex-control-paging li a.flex-active { background: rgba(255, 255, 255, 0.9); }
.placardslider .flex-direction-nav a { color: rgba(255, 255, 255, 0.8); }
.vslider .slides li { height: 284px; }
.vslider .slides img { margin-bottom: 10px; }
.vslider-nav { display: none; }
.vslider:hover .vslider-nav { display: block; }
.vslider-nav img { position: absolute; z-index: 2; bottom: 0; left: 50%; margin-left: -16px; }
.vslider-nav img.prev { top: 0; }
.vslider-nav img.next { bottom: 0; }
.slider-pane { white-space: nowrap; }
.slider-leftnav, .slider-rightnav { position: absolute; top: 0px; margin: 0px; padding: 0px; height: 100%; width: 32px; }
.slider-leftnav { left: 4px; background: url('/images/prev.png') center 85px no-repeat; }
.slider-rightnav { right: 4px; background: url('/images/next.png') center 85px no-repeat; }
.slider-window { display: inline-block; overflow: hidden; z-index: 0; *display: block; -ms-zoom: 1; zoom: 1; width: 100%; }
.slider-item { display: inline-block; margin: 0px -3px 0px 0px; *display: block; -ms-zoom: 1; zoom: 1; vertical-align: top; }
.slider-item img {max-height: 175px; }

/* Specific (per site or per slider) */
.productslider { width: 680px; position: relative; padding: 0px 40px; margin: 0px auto; }
.productslider .slider-item { width: 125px; padding: 5px; text-align: center; vertical-align:text-top; }
.productslider .title  a { /*overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis;*/ font-weight: bold; max-width: 120px; display: inline-block; white-space:pre-wrap;overflow-wrap: break-word;
    font-size: 14px;}
.productslider .byline { overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; font-size: 12px; }
.productslider .date { color: #bdc3cc; font-size: 12px; }
.productslider .price { font-weight: bold; }
.productslider .retailprice { text-decoration: line-through; margin-right: 5px; }
.productslider .saleprice { color: #c72d2f; }
.cover img{border:1px solid #bfbfbf;}

/*#endregion*/

/*Feedback form*/

#feedbackForm label{
  display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
}
#feedbackForm input {
     display: inline-block;
	float: left;
}

#feedbackForm h1 {
	font-weight: bold;
	color: #75286A;
	border-bottom: 1px dashed silver;
}
/*#endregion*/

/*Exam form*/
.exam-form-check-list input {display:inline-block;float:none;}
.exam-form-check-list label {display:inline-block; float:none;}
#exam-copies label{
  display: inline-block;
    float: left;
    clear: left;
    width: 200px;
    text-align: left;
}

#exam-copies h1 {
	font-weight: bold;
	color: #75286A;
	border-bottom: 1px dashed silver;
}

/*#endregion*/
#selfservice_create .choose-panel {	background-color: white; margin: 0 auto;}
#selfservice_create .choose-container {width: 45%; text-align: center; margin: 10px 10px; display:inline-block;}
#selfservice_create .text-item {display: block; text-align: center; min-height: 30px; margin: 10px 0px;}
#selfservice_create .header {font-weight: bold; font-size: 18px;}
#selfservice_create .fullwidth {width: 80%; margin: 0px auto; display: block;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 81%;
	
}
/* Media queries included here to reduce load time by reducing HTTP requests. */

@media screen and (min-width: 1024px) {
	#treenav { display: block !important; }
}

@media screen and (max-width: 1023px) {
	.centerpage { margin: 0px 12px; }
	#header-links a { display: inline-block; border-right: 1px solid #bdc3cc; border-bottom: 1px solid #bdc3cc; padding: 2px 5px; margin-top: 3px; }
	#header-links .separator { display: none; }
	#navbar { text-align: center; }
	#search-form { float: none; }
	#navbar-links { float: none; }
	#main-content, .main-left, .main-right { float: none; margin: 0px 0px 15px 0px; width: auto !important; }
	#main-content.pages {margin-left:0px;max-width: none;}
	.main-right { text-align: center; }
	.main-right .vslider { display: none; }
	#treenav-trigger { display: block; }
	#treenav { display: none; min-height: 0px; background-color: transparent; padding: 0px; }
	#treenav, #treenav a { color: white; text-shadow: 1px 1px 0px #006699; }
	.treenav-heading { display: none; }
	.treenav-menu { color: white; margin-bottom: 5px; background-color: none; }
	.treenav-submenu { padding: 0px 10px; margin: 0px 4px; border-left: 1px solid #006699; border-right: 1px solid #006699; }
	.treenav-submenu .treenav-item { margin-left: 5px; }
	.treenav-item { margin: 1px 0px; padding: 10px; text-align: center; font-size: 18px; border-bottom: 1px solid #7b7b7b; background-color: #4c4385; background-image: none;background-image: url(/images/li-box.png);background-position: right center; }
	.treenav-item.msg-exp-t{background-image: url(/images/arrowr.png);background-position: right center;}
	.treenav-item.msg-exp-t.msg-exp-open{background-image: url(/images/arrowd.png);background-position: right center;background-repeat: no-repeat;}
	.treenav-item:hover{ background: #c6c4d9;}
	#treenav-trigger {display: none;}
	.mobile-menu a{color:#ffffff;}
	.addthis_toolboxe{margin: 5px; width: auto;}
	#treenav .msg-exp-t { font-weight: bold; font-size: 18px; background-color: #ffa800; background-image: url(/images/arrowr.png); background-image: url(/images/arrowr.png), linear-gradient(#f9f3db, #ffa800); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #f9f3db0%, #ffa800 0%); background-position: right center; }
	#treenav .msg-exp-t.msg-exp-open { background-color: #ffa800; background-image: url(/images/arrowd.png); background-image: url(/images/arrowd.png), linear-gradient(#f9f3db, #ffa800); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #f9f3db0%, #ffa800 0%); background-position: right center; }
	#pnlSignup { text-align: center; margin: 10px 0px; padding: 10px 0px; border-top: 2px solid #c5aa63; border-bottom: 2px solid #c5aa63; }
	#pnlSignup > span { display: block; margin: 0px 10px; font-size: 16px; vertical-align: top; line-height: 32px; -ms-zoom: 1; zoom: 1; }
	#pnlSignup > input { font-size: 12px; vertical-align: top; }
	#pnlSignup > input[type='text'] { padding: 7px; margin: 0px 10px; width: 200px; }
	#footer-nav a { padding: 10px; }
	.home-row .vslider { display: none; }
	#home-marketing img { margin: 10px; }
}

@media screen and (max-width: 768px) {
	#header-logo { float: none; text-align: center; }
	#header-tools { text-align: center; }
	#header-cart { text-align: center;}
	#navbar-links { background-color: transparent; display: none;}
	#navbar-links a { background-color: #dee6eb; box-shadow: 2px 2px 2px #bdc3cc; margin: 3px 0px; padding: 5px; }
	#navbar-links .separator { display: none; }
	#footer-links ul { border: none; }
	#footer-copyright, #footer-text-links { float: none; text-align: center; }
	.list-item-image, .list-item-addtocart { float: none; display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1; vertical-align: top; text-align: center; margin-right: 20px; }
	.list-item-detail { margin: 0px; }
	#product-marketing { float: none; max-width: none; text-align: center; }
	.list-categoryHeader-text {float: none;display: block;max-width:none; }
	.list-categoryHeader-pic{float:none; display:block;}
	#product-marketing img { margin: 10px; }
	#product-content { margin-right: 0px; }
	#product-cover { width: auto; float: none; text-align: center; margin-bottom: 15px;}
	#product_detail_cover {max-width:none;}
	#product-cover-image { max-width: none; max-height: 300px; margin-bottom: 15px; }
	#product-cover-zoom {margin-left:0px;}
	#product-social { margin-left: 10px; vertical-align: top; }
	#product-info { margin-left: 0px; min-height: 0px; }
	#product-zoom {text-align: center;margin: auto;}
	.productslider { width: 405px; padding: 0px 25px; }
	.productslider .slider-item {width: 98px; display: inline-table;}
	#bulk-pricing {display: inline-block;float: none;background-color: #E9E5E5;padding: 5px;border-radius: 5px;width: 220px;margin: 10px 0px; }

	#mobile-menu-trigger{display:block;background: #9c9c9c;}
	
	#navbar span {/*display:none;*/}
	
	#mobile-menu-trigger { font-size: 32px; text-align: center; /*background: url(/images/button_menu.png) no-repeat center right;*/ }
	/*#mobile-menu-trigger.msg-exp-open { background: url(/images/button_menu_open.png) no-repeat center right; }*/
	#fake-menu{text-align:right;margin: -9px 15px -8px 0px;color:white; background: #9c9c9c;}
}

@media screen and (max-width: 480px) {
	#header-cart label, #header-cart .separator { display: none; }
	#header-cart a {margin: 4px;}
	#search-form{height:auto; text-align: center;}
	#search-form input[type='text'] { width: 175px; }
	.list-item { text-align: center; }
	.list-item-detail { text-align: left; }
	#product-cart { text-align: center; }
	.product-request { display: block; }
	.productslider { width: 100%; padding: 0px; }
	.productslider .slider-leftnav, .productslider .slider-rightnav { display: none; }
	.productslider .slider-pane { white-space: normal; margin-left: 0px !important; }
	#product-social { margin-left: 0px;}
	.msg-tab-bar { display: none; }
	.msg-tab-alt { display: block; text-align: center; }
	.msg-tab-target { display: block !important; }
	#wishlist-item-details {margin-left: 0px;}


}

