/*
	Remember: DRY KISS
	("Don't Repeat Yourself" and "Keep It Stupid Simple")

	THEMES:
	
	ORIGNAL (GREEN): 
	@baseColor: 567641;
	@highlightColor: 6682b5;
	@darkColor: 567641;
	@rowHighlight: dfe3ee;
	@linkColor: 2190c4;
	Head-font: 'Times New Roman', Times, serif
	Book-font: Calibri, Optima, Verdana, Arial, sans-serif

	BLUE 1:
	@baseColor: 564176;
	@linkColor: 21c490;


	BLUE 2:

	BLUE 3:

*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,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 13px 'Open Sans', Verdana, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, .headfont { font-family: 'Open Sans', serif; color: #415676; }
ol, ul { /*margin: 0; padding: 0;*/ }
a { color: #415676; 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));;}

/*#endregion*/

/*#region Master Page Styles */
.centerpage { max-width: 1000px; margin: 0px auto; overflow: hidden; }
#topnav-container { background-color: #dfe3ee; padding: 5px; border-bottom: 1px solid #415676; z-index: 4; }
#topnav { position: relative; overflow: visible; text-align: right; }
#topnav > a { line-height: 24px; margin-left: .5em; }
#topnav img { vertical-align: bottom; }
#topnav-other-list { position: absolute; top: 16px; right: 0px; list-style: none; background-color: #dfe3ee; border: 1px solid #415676; padding: 0px 2px; z-index: 3; }
#topnav-other-list li { text-align: center; margin-top: 10px; }
#header { padding-bottom: 5px; /*background: url(/images/header_background.png) repeat center;*/ }
#header a { white-space: nowrap; color: #415676; }
#header-logo { margin-top: 20px; }
.display_container{margin-top:20px;}
#search-form { display: inline-block; float: left; overflow: hidden; height: 28px; margin: 0px; padding: 0px 0px 0px 45px; border: 1px solid #6b2a2a; background: white url(/images/search_background.png) left top no-repeat; }
#search-form input[type='text'] { width: 275px; border: none; vertical-align: top; margin: 2px; padding: 3px; height: 18px; font-size: 16px; }
#search-form input[type='image'] { margin: 0px; padding: 0px; }
#search-form input[type='image']:hover { -moz-opacity: 0.9; -o-opacity: 0.9; opacity: 0.9; filter: alpha(opacity=90); }

#search-checkbox { }

#header-tools { margin-top: 15px; }
#header-links { font-size: 16px; line-height: 16px; }
#header-links .separator { margin: 0px 4px; }
#header-cart { margin: 25px 0px 0px; padding: 0px 20px 5px 5px; float: right;position: relative;border: 1px solid #415676;font-size: 14px; }
#header-cart legend { font-size: 16px; font-weight: bold; position: relative;}
#header-cart > a { line-height: 32px; }
#header-cart .separator { margin: 3px; }
#header-cart-icon { margin-left: 15px; margin-bottom: -5px; }
#header-cart .cartcount { }
#header-social {float:left;}

#navbar { background-color: #415676; padding: 8px 0px; }
#navbar-links { text-align: left; background-color: #ffffff; line-height: 40px; }
#navbar-links a { color: #415676; margin: 0px 5px; white-space: nowrap; font-weight: bold; }
#navbar-links a:first-child { margin-left: 15px; }
#navbar-links .separator { color: #ccc; }

.search-header { text-align: center; color: #415676; }

#dropnav-container { position: relative; z-index: 2; overflow: initial; }
#dropnav-container a { color: #415676; }
.dropnav { z-index: 100; position: absolute; top: -9px; left: -1px; width: 100%; background-color: #ffffff; border: 1px solid #415676; border-top: none; }
.dropnav > ul { padding: 0px; }
.dropnav > ul > li { vertical-align: top; display: inline-block; *display: inline; zoom: 1; padding: 10px; width: 18%; font-weight: bold; }
.dropnav li { list-style: none; font-weight: normal; }

#main { margin-bottom: 15px; clear: both; margin-top: 10px; min-height: 400px; position:relative;}
#main-content { float: left; margin: 0px 15px; width: 578px; }
#main-content.noright { margin-right: 0px; width: 768px; }
#main-content.noleft { margin-left: 0px; width: 810px; }
#main-content.fullwidth { margin: 0px; width: 100%; }
#main-content.noright.noleft { margin: 0px; width: auto; float:none;}
.main-left { float: left; width: 217px; }
.main-right { float: right; width: 173px; border-left: 2px solid #415676; }

#pnlSignup { text-align: center; margin-bottom: 20px; padding: 10px 0px; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; }
#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 {border-bottom: 5px solid #415676; text-align: center; }
#footer-nav a { display: inline-block; padding: 10px 20px; color: white; font-size: 16px; }
#footer-links { margin: 0px; padding: 0px; background-color: #dfe3ee; text-align: center; }
.net-seal {float:right;}
.title {color:#415676;font-size:14px;}
#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: #333; }
#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-text-links { float: right; text-align: right; }
.CMS_Page_Header { font-size: 24px; color: #003C6C; 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/arrow_red.gif) no-repeat; background-position: left center; }
#treenav .msg-exp-t.msg-exp-open { background: url(/images/arrow_red_down.gif) no-repeat; background-position: left center; }
.treenav-heading { font-weight: bold; font-size: 17px; border-bottom: 2px solid #415676; padding: 8px; margin: 5px 5px 10px 5px; }
.treenav-menu { color: #415676; padding: 5px; }
.treenav-menu a { line-height: 18px; }
.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; }
#treenav-marketing { text-align: center; }
#treenav-marketing img { margin-bottom: 10px; }
/*#endregion*/

/*#region Home Page */
.home-row { clear: both; overflow: hidden; margin-bottom: -30px; text-align: center; }
.home-row > div { margin: 0px auto; padding: 0px; vertical-align: top;}
#home-placardcontainer { margin-right: 200px;}
.home-row .placardslider { border: none; box-shadow: none; margin-bottom: 0px;margin:0 auto; max-width: 750px;}
.home-row .vslider { float: right; width: 175px; margin: 0px; padding: 0px; border: none; box-shadow: none;margin-top:35px; height:410px;}
.home-row .vslider .flex-viewport { height: 360px !important; }
.home-row .vslider .slides li { height: 120px; }
.home-row .vslider .slides li img { max-height: 115px; margin: 0px auto; }
#home-marketing { text-align: center; float: left; max-width: 175px; }
#home-marketing img { margin: 10px 0px; }
#home-featured { margin-right: 70px; float:left; margin-top: -20px; padding-bottom: 50px; }
#home-featured h2 { color: #666666; background: url(/images/line_background.png) center center repeat-x; }
#home-featured h2 span { padding: 0px 4px; background-color: white; }
#BestSellersSlider .price {display: none;}
#FeaturedSlider .price {display: none;}
#CurrentSpecialSlider .price {display: none;}
/*#endregion*/

/*#region Login and Utility Styles */
#cartLogin { max-width: 955px; margin: 35px 25px; }
#cartLogin h3 { border-bottom: 1px solid #ccc; 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; }
#weekly-special{margin-left:260px}
#request-catalog {margin-left:260px}
/*#endregion*/

/*#region List Pages */
div.breadcrumb { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
.breadcrumb a, .breadcrumb span { white-space: nowrap; padding: 0px 10px; }
#list-header { overflow: hidden; }
#list-pagecontrols { color: #333; line-height: 34px; margin: 10px 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 #ccc; height: 24px; margin: 5px 0px 0px 5px; padding: 1px 0px 1px 2px; }
.list-subcategories { background-color: #dfe3ee; padding: 10px 20px 10px 20px; margin: 10px 0px; }
.list-featured { background-color: #dfe3ee; padding: 10px 20px 10px 20px; margin: 10px 0px; }
.list-categoryheader { background-color: #dfe3ee; 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%; }
.tabcenter .list-subcategories a { display: inline-block; width: 23%; margin: 8px 5px; vertical-align: top; }
.list-pagenav label { display: none; }
.list-pagenav-num, .PagingLink { display: inline-block; padding: 2px 8px; background-color: #dfe3ee; line-height: 14px; }
/* .PagingNumber  { display: inline-block; padding: 2px 8px; background-color: #dfe3ee; line-height: 14px; } replaces aobve */
.list-pagenav-num.active, .PagingNumber { color: white; background-color: #415676; }
/* .PagingLink { color: white; background-color: #415676; } default paging link style */
.list-pagenav-arrow, .PagingLink:first-child, .PagingLink:last-child { background-color: #dfe3ee; 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 #ccc; }
.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: #415676; }
.list-item-subtitle { color: #666666; 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: 140px; margin-bottom: 10px; text-align: right; }
.list-item-addtocart img{width:125px;}
.list-item-isbn { }
.list-item-ProductType { }
.list-item-productType {color: #6B2A2A;font-weight: bold;font-size: 15px;}
.list-item-hide { display: none; }
.list-item-price { display: block; margin-top: 10px; font-weight: bold; font-size: 16px; }
.list-item-date { color: #ccc; font-weight: bold; }
.list-grid { display: inline-block;-ms-zoom: 1;zoom: 1;text-align: center;width: 230px;margin: 10px;vertical-align: baseline; }
.list-item .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-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; }
.item_type {overflow:hidden;text-overflow:ellipsis;font-weight:bold;}

/* default css button dark 6B2A2A  light: 9E5858*/
.css-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #6B2A2A;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6B2A2A;
	box-shadow:inset 0px 1px 0px 0px #6B2A2A;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6B2A2A), color-stop(1, #9E5858));
	background:-moz-linear-gradient(top, #6B2A2A 30%, #9E5858 100%);
	background:-webkit-linear-gradient(top, #6B2A2A 30%, #9E5858 100%);
	background:-o-linear-gradient(top, #6B2A2A 30%, #9E5858 100%);
	background:-ms-linear-gradient(top, #6B2A2A 30%, #9E5858 100%);
	background:linear-gradient(to bottom, #6B2A2A 30%, #9E5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B2A2A', endColorstr='#9E5858',GradientType=0);
	background-color:#6B2A2A;
	/*-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; */
	border:1px solid #6B2A2A;
	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, #226FB3 ), color-stop(1, #6B2A2A));
	background:-moz-linear-gradient(top, #9E5858  30%, #6B2A2A 100%);
	background:-webkit-linear-gradient(top, #9E5858  30%, #6B2A2A 100%);
	background:-o-linear-gradient(top, #9E5858  30%, #6B2A2A 100%);
	background:linear-gradient(to bottom, #9E5858  30%, #6B2A2A 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9E5858', endColorstr='#6B2A2A',GradientType=0);
	background-color:#6B2A2A;
	text-decoration:none;
}
.css-button:active {
	position:relative;
	top:1px;
	text-decoration:none;
}
/*Streaming Region*/
.css-button-stream {
	-moz-box-shadow:inset 0px 1px 0px 0px #72984d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #72984d;
	box-shadow:inset 0px 1px 0px 0px #72984d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #62a71e), color-stop(1, #37610d));
	background:-moz-linear-gradient(top, #62a71e 30%, #37610d 100%);
	background:-webkit-linear-gradient(top, #62a71e 30%, #37610d 100%);
	background:-o-linear-gradient(top, #62a71e 30%, #37610d 100%);
	background:-ms-linear-gradient(top, #62a71e 30%, #37610d 100%);
	background:linear-gradient(to bottom, #62a71e 30%, #37610d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62a71e', endColorstr='#37610d',GradientType=0);
	background-color:#559a10;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; 
	border:1px solid #559a10;
	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-stream:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #37610d ), color-stop(1, #62a71e));
	background:-moz-linear-gradient(top, #37610d  30%, #62a71e 100%);
	background:-webkit-linear-gradient(top, #37610d  30%, #62a71e 100%);
	background:-o-linear-gradient(top, #37610d  30%, #62a71e 100%);
	background:linear-gradient(to bottom, #37610d  30%, #62a71e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#37610d', endColorstr='#62a71e',GradientType=0);
	background-color:#559a10;
	text-decoration:none;
}
.css-button-stream:active {
	position:relative;
	top:1px;
	text-decoration:none;
}
#video-description-back{margin-top:10px;}
/*End Region*/
/*Wish List*/
#wishlist-add {margin-left: 10px; display: inline-block; vertical-align:top; }
#wishlist-remove {margin-left: 10px; display: inline-block; vertical-align:top; }
#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: #DFE3EE; max-width: 150px; padding: 10px;}
	*/

/*#endregion*/

/*#region Product Detail */
#product-cover { width: 265px; float: left; }
#product-cover-image { border: 1px solid #ccc; padding: 5px; max-width: 250px; max-height: 420px; margin-bottom: 15px; }
#product-social {margin-top:-10px; height: 25px;}
#product-info { margin-bottom: 25px; margin-left: 300px; min-height: 375px; }
#product-title { color: #415676; margin: 0px; }
#product-subtitle { color: #415676; margin: 0px; }
#product-byline { font-size: 14px; font-weight: bold; }
#product-byline a { font-weight: bold; }
#product-byline a:hover {opacity:.85;}
#format-line {color:#910707;margin:0px;}
#product-fields { margin: 0px 0px; }
#product-fields ul { padding: 0px; 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-format-header {font-size:16px;padding:5px;}f
.product-format-type {margin:0px 0px; font-size:14px; background:#DFE3EE;display:block;}
.product-format-type a {font-weight:bold;}
.product-format-price{margin:10px 0px; font-size:14px;}
.product-format-add {vertical-align:middle;}
.product-format-detail {  background: #DFE3EE;padding: 5px 10px;border-radius: 5px;max-width: 320px;  border: 1px solid #4A4A4A;margin-bottom:10px;}
#product-info label:after { }
#product-buy { font-size: 20px; margin: 10px 0px; font-weight: bold; }
#product-buy > div { display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1; vertical-align: top; }
#product-buy-us { width: 150px; }
#product-buy-other { max-width: 695px; display: block; color: #D10E0E; }
#product-buy label { display: block; }
#product-buy-us .price { font-size: 18px; font-weight: normal; }
#product-buy-other a { margin-right: 8px; }
#product-cart { margin: 15px 0px; }
#product_detail_cover {}
#product_detail_cover img {max-height:400px;}
#product-content-description{overflow:auto;}
#product-content-description a{text-decoration:underline;}
#sample-image {max-width:250px;}
#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-cart-add-other {margin-bottom:10px;margin-bottom: 10px;padding: 10px 5px;}
.product-request a { display: inline-block; -ms-zoom: 1; zoom: 1; vertical-align: top; margin: 12px; padding: 5px; color: white; background-color: #415676; white-space: nowrap; }
#product-marketing { float: right; max-width: 295px; margin-top: 25px; text-align: right; }
#product-marketing img { margin-bottom: 10px; }
#product-content {margin-top: 70px; }
#product-content-nav { }
#streaming {margin-left: 10px;}
.product-content-section { margin-bottom: 10px;font-size:15px;padding:0px 20px 0px 20px; }
.product-content-section h3 { border-bottom: 2px solid #ccc; font-size: 20px; }
#product-sliders { text-align: center; }
#product-sliders h2 { color: #666666; 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; }
#fblike{float:left;}
#twitterlike{float:left;margin-left:10px;margin-right: -10px;}
#pintrest-like {float:left; margin-left:25px;}
.other-bought-slider .slider-leftnav{display:none;}
.other-bought-slider .slider-rightnav{display:none;}
/*#endregion*/

/*#region Quick Order */
#qo-heading { line-height: 30px; margin: 0px; background-color: #0079c2; color: white; font-size: 16px; font-weight: normal; text-align: center; }
#qo-headertext { color: #020202; padding: 0px 40px; text-align: center; }
#quickorder { width: 100%; border-collapse: collapse; }
#quickorder tr { border-bottom: 2px solid #5fa9d8; /*height: 44px;*/ }
#quickorder tr:nth-child(even) { background-color: #e1e9f6; border-color: #5fa9d8; }
#quickorder th { text-align: right; color: #020202; font-weight: normal; }
#quickorder th:first-child { text-align: left; }
#quickorder td { padding: 10px; text-align: right; color: #58595b; 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: #fdfbfb; background-color: #7ca741; border-radius: 15px; box-shadow: 1px 2px #ccc; }
#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 #ccc; }
#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 Tabbed Content */
.msg-tab-bar { padding-left: 20px;padding-right:20px; }
.msg-tab { display: inline-block; padding: 0px 25px; line-height: 30px; vertical-align: bottom; text-align: center; font-size: 17px; color: white; background-color: #6682b5; box-shadow: 0px -10px 10px -5px #415676 inset; }
.msg-tab.active { color: #415676; padding-top: 8px; margin-bottom: -1px; background: white; box-shadow: none; border: 1px solid #415676; border-bottom: 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: -2px; }
.msg-tab-target { border: 1px solid #415676; border-radius: 0px 15px 15px 15px; padding: 10px 25px 10px 25px; margin-bottom: 20px; }
.msg-tab-alt { display: none; }
/*#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-nav {}
.vslider:hover .vslider-nav { display: block; }
.vslider-nav img { position: absolute; z-index: 1; bottom: 0; left: 50%; margin-left: -16px; border-radius: 50%; background-color: rgba(223, 223, 223,0.25); }
.vslider-nav img.prev { top: -40px; }
.vslider-nav img.next { bottom: 27px; }
.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; }

/* Specific (per site or per slider) */
.productslider { width: 675px; position: relative; padding: 0px 40px; margin: 0px auto; }
.productslider .slider-item { width: 125px; padding: 5px; text-align: left; }
.productslider .title { text-align: left; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; font-weight: bold; }
.productslider .byline { text-align: left; font-weight: bold; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; font-size: 12px; }
.productslider .date { color: #ccc; font-size: 12px; }
.productslider .price { text-align: left; font-weight: bold; }
.productslider .retailprice { text-align: left; text-decoration: line-through; margin-right: 5px; }
.productslider .saleprice { text-align: left; color: #F40404; }
.productslider .add-to-cart { text-align: left; }
.slider-item .description { white-space: normal; font-size: 12px; text-align: left; }

/*#endregion*/

/* 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 #ccc; border-bottom: 1px solid #ccc; padding: 2px 5px; margin-top: 3px; }
	#header-links .separator { display: none; }
	#navbar { text-align: center; }
	#search-form { float: none; }
	#navbar-links { float: none; text-align: center; }
	.dropnav { display: none; }
	#main { min-height: 50px;}
	#main-content, .main-left, .main-right { float: none; margin: 0px 0px 15px 0px; width: auto !important; }
	.main-right { text-align: center; }
	.main-right .vslider { display: none; }
	/*#search-form input[type='image'] { margin: 0 auto; padding: 0px; display: block; }
	#search-form a { color: #0000CC !important; }*/
	#treenav-trigger { display: block; }
	#treenav { display: none; min-height: 0px; background-color: transparent; padding: 0px; }
	#treenav, #treenav a { color: #ffffff; }
	.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 #415676; border-right: 1px solid #415676; }
	.treenav-submenu .treenav-item { margin-left: 5px; }
	.treenav-item { margin: 1px 0px; padding: 10px; text-align: center; font-size: 18px; border-bottom: 1px solid #415676; background-color: #dfe3ee; background-image: none; background-image: linear-gradient(#dfe3ee, #415676); background-image: -ms-linear-gradient(top, #dfe3ee 0%, #415676 0%); }
	#treenav .msg-exp-t { font-weight: bold; font-size: 18px; background-color: #415676; background-image: url(/images/arrowr.png); background-image: url(/images/arrowr.png), linear-gradient(#dfe3ee, #415676); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #dfe3ee 0%, #415676 0%); background-position: right center; }
	#treenav .msg-exp-t.msg-exp-open { background-color: #415676; background-image: url(/images/arrowd.png); background-image: url(/images/arrowd.png), linear-gradient(#dfe3ee, #415676); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #dfe3ee 0%, #415676 0%); background-position: right center; }
	#pnlSignup { text-align: center; margin: 10px 0px; padding: 10px 0px; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; }
	#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; margin: 5px; }
	#pnlSignup > input[type='text'] { padding: 7px; margin: 0px 10px; width: 200px; }
	#footer-nav a { padding: 10px; }
	#home-placardcontainer, #home-featured { margin: 0px auto; max-width: 800px; float:none;  margin-bottom: 25px; }
	.home-row .vslider { display: none; }
	#home-marketing { float: none; max-width: 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 { margin: 5px auto; border: none; float: none; text-align: center; }
	#header-cart legend { padding: 0px; }
	#navbar-links { background-color: transparent; }
	#navbar-links a { background-color: #dfe3ee; box-shadow: 2px 2px 2px #ccc; padding: 3px; }
	#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; }
	#topnav-other-list { width: 150px; float: none; margin: 0 auto; }
	#header-social {text-align: center;padding-top: 10px;margin: 0px auto;}


}

@media screen and (max-width: 480px) {
	#header-cart a { margin: 4px; }
	#topnav { text-align: center; }
	#search-form input[type='text'] { width: 130px; }
	.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; }
	.msg-tab-bar { display: none; }
	.msg-tab-alt { display: block; text-align: center; }
	.msg-tab-target { display: block !important; border: none; }
	#product-cart-add-other {float:none;}
	#wishlist-item-details {margin-left: 0px;}

}
.adv-search-bttn {
  font-family: sans-serif;
color: #ffffff;
font-size: 12px;
background: #6B2A2A;
padding: 5px 5px 9px 5px;
text-decoration: none;
border: none;
margin-left: 5px;
}

.adv-search-bttn:hover {
 opacity:0.65;
}

#otherWebsites-bttn {
background: url(/images/arrow_down.png) no-repeat;
background-size: 20px 18px;
background-position: 156px 2px;
-moz-box-shadow: inset 0px 0px 0px 0px #990c0c;
-webkit-box-shadow: inset 0px 0px 0px 0px #990c0c;
background: -moz-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
background: -o-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
background: -ms-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#702b2b', endColorstr='#6b2a2a',GradientType=0);
background-color: #702b2b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*border: 1px solid #a1402d;*/
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: arial;
font-size: 12px;
padding: 0px 25px;
text-decoration: none;
text-shadow: 0px 0px 0px #854629;
}
#otherWebsites-bttn:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b2a2a', endColorstr='#702b2b',GradientType=0);
	background-color:#6b2a2a;
	opacity:.85;
}
#otherWebsites-bttn:active {
	position:relative;
	top:1px;
}

#freebook-bttn {
	-moz-box-shadow: inset 0px 0px 0px 0px #990c0c;
-webkit-box-shadow: inset 0px 0px 0px 0px #990c0c;
background: -moz-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
background: -o-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
background: -ms-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#702b2b', endColorstr='#6b2a2a',GradientType=0);
background-color: #702b2b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*border: 1px solid #a1402d;*/
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: arial;
font-size: 12px;
padding: 0px 10px;
text-decoration: none;
text-shadow: 0px 0px 0px #A1A1A0;
}

#freebook-bttn:hover{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b2a2a', endColorstr='#702b2b',GradientType=0);
	background-color:#6b2a2a;
	opacity:.85;
}

.download-bttn {
	-moz-box-shadow: inset 0px 0px 0px 0px #990c0c;
-webkit-box-shadow: inset 0px 0px 0px 0px #990c0c;
background: -moz-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
background: -o-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
background: -ms-linear-gradient(top, #702b2b 5%, #6b2a2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#702b2b', endColorstr='#6b2a2a',GradientType=0);
background-color: #702b2b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*border: 1px solid #a1402d;*/
display: inline-block;
cursor: pointer;
color: #ffffff;
padding: 10px 10px;
text-decoration: none;
text-shadow: 0px 0px 0px #854629;
}


#email-signup {width: 290px;position: absolute;right: 100px;background-color:#dfe3ee;border-radius: 5px;z-index: 10; padding:10px;}
.email-submit-bttn {margin-left:45px;}
#signup_header {margin:0px 0px 0px 24px;}
.email-signup-fields {margin:5px 0px 5px 45px;}
#email-required {display:none;}
.required {color:red;float:right;}
/******************** TESTING ****************************/
/*
	ORIGNAL (GREEN): 
	@baseColor: 567641;
	@highlightColor: 6682b5;
	@darkColor: 567641;
	@linkColor: 2190c4;

	BLUE 1:
	@baseColor: 415676;
	@rowHighlight: dfe3ee;

	BLUE 2:
	@baseColor: 235;
	@rowHighlight: 58c;

	BLUE 3:
	@baseColor: 236;
	@rowHighlight: 17f;

	BLUE 4:
	@baseColor: 347;
	@rowHighlight: 358;

	BLUE 5:
	@baseColor: 139;
	@rowHighlight: 04b;

h1, h2, h3, h4, h5, h6, .headfont, a ,#header a ,#navbar-links a, .search-header, #dropnav-container a, .list-item-title a, #product-title, #product-subtitle,.treenav-menu, .msg-tab.active { 
	color: #567641;
	color: #415676;
	color: #139;
}
#footer-nav, .list-pagenav-num.active, .PagingNumber, .product-request a, #navbar
{ 
	background-color: #567641;
	background-color: #415676;
	background-color: #139;
}
#topnav-container, #topnav-other-list, #footer-links, .list-subcategories, .list-featured, .list-categoryheader, .list-pagenav-num, .PagingLink, .list-pagenav-arrow, .PagingLink:first-child, .PagingLink:last-child, .msg-tab {
	 background-color: #dfe3ee;
	 background-color: #dfe3ee;
	 background-color: #04b;
}
.msg-tab.active, .msg-tab-target, .treenav-heading, #topnav-container, #topnav-other-list, .dropnav, .main-right  {
	 border-color: #567641;
	 border-color: #415676;
	 border-color: #139;
}
.msg-tab, .tab-shadow {  
	box-shadow: 0px -10px 10px -5px #567641 inset;
	box-shadow: 0px -10px 10px -5px #415676 inset;
	box-shadow: 0px -10px 10px -5px #139 inset;
}
#search-form, .maroon { 
	border-color: #6b2a2a;
}
#topnav > a { 
	color: white;
}
*/
