/*
	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: 004269

	@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
*/




/*#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 Calibri, Verdana, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, .headfont { font-family: Calibri, Verdana, Arial, sans-serif, serif; }
ol, ul { margin: 0; padding: 0; }
a { color: #004269; 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-cart {
	width: 100%;
	height: 148px;

}
#header-inset {
	width: 955px; 
	height: 142px; 
	margin: 0 auto;
}

#menu-cart {
	width: 100%;
	height: 33px;
	background-color: #454545;
	margin-bottom: 15px;

}
#menu-inset {
	
	margin: auto;
	padding-top: 7px;
	
}

#header-banner{
	width: 445px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	margin-top: 25px;
}
#header-logo { 
	display: inline-block;
	margin: 10px 0px 0px 10px;
	vertical-align: top;
}
#header-logo img{max-width:120px;}

#header a { white-space: nowrap; color: #004269; }

#header-tools {
	display:inline-block;
	width:255px;
	margin-left: 10px;
	margin-top: 10px;
}

#header-chat{
	display: inline-block;
}

#header-controls{
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin-left: 10px;
}

.header_chat_facebook{ 
	margin-bottom: 12px; 
	margin-top: 5px;  } 

/*#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-icon:hover {text-decoration:none;}
#test:hover{text-decoration:none;}
#header-cart .cartcount { color: white; }
#header-cart .cartcount :hover { text-decoration: none; }
#header-cart a:hover { text-decoration: none; }
#navbar { background-color: #454545; 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; }

.header-cms{position: absolute; top: 10px; margin-left: 175px; width: 425px; text-align: left;}
.header-cms img{max-width:350px;}
#search-form { display: block; overflow: hidden; margin: 15px 0px 0px 0px; padding: 0px 0px 0px 0px; border: none; }
#search-form input[type='text'] { border: none; vertical-align: bottom; margin: 10px 0px 0px 0px; padding: 3px; height: 18px; font-size: 14px; width: 132px; border: 1px solid #c1c1c1; font-style: italic; color: black; }
#search-form-buttons{

}

#navbar-links { font-size: 16px; text-align: left; vertical-align: bottom; margin-left:35px;}
#navbar-links a { color: #FFFFFF; white-space: nowrap; }
#navbar-links .separator { color: #FFFFFF; margin: 0px 12px; }

#dropnav-container {position: relative;overflow: visible;}
.dropnav{  z-index: 1000;position: absolute;top: 0px; right: 427px;background-color: #E8EBF1;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:#216B9D;}

#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 {  }
.footer_label_lg{display: inline-block; font: bold 16px "Times New Roman", Times, serif;color: #454545;margin: 3px 0px 0px 11px;text-align: left; vertical-align:super;}
.footer_label_lg span {font: normal 13px "Times New Roman", Times, serif;color: #454545;margin: 3px 0px 0px 0px;text-align: left;}
#footer-nav a { display: inline-block; font-size: 15px; }
#footer-links { margin: 0px; padding: 0px; text-align: right;display: inline-block;vertical-align: top;margin-left: 15px;margin-top: 12px; }
#footer-links ul { display: inline-block; *display: inline; -ms-zoom: 1; zoom: 1;  }
#footer-links ul:last-child { border: none;padding-right: 45px; }
#footer-links li { list-style: none; display:inline-block;margin: 0px 8px 0px 0px;font: normal 12px "Times New Roman", Times, serif;}
#footer-links a { font: normal 12px "Times New Roman", Times, serif; color: #0054a6; }
#footer-text {margin-top:20px; width:955px;}
#footer-text > div { }
#footer-copyright { float: left; }
#footer-social { margin: 0px auto; text-align: center; margin-top:30px; font: normal 12px "Times New Roman", Times, serif;}
.footer-social-icons{    display: inline-block;padding-right: 10px;  font: normal 12px "Times New Roman", Times, serif;}
#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 {text-align: left; font: normal 12px "Times New Roman", Times, serif; }
.CMS_Page_Header { font-size: 24px;	color: #006699;	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: #004268; margin-bottom: 50px; 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-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 { 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: 620px; 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 { 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: #006699;}

.list-subcategories { background-color: #dee6eb; 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: #004268; 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; }
.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: #004269; }
.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: 125px; margin-bottom: 10px; text-align: right; }
.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; }
.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; }
.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 #d81d26;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d81d26;
	box-shadow:inset 0px 1px 0px 0px #d81d26;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DD2430 ), color-stop(1, #960006   ));
	background:-moz-linear-gradient(top, #d92028   30%, #960006    100%);
	background:-webkit-linear-gradient(top, #d92028   30%, #960006    100%);
	background:-o-linear-gradient(top, #d92028   30%, #960006    100%);
	background:-ms-linear-gradient(top, #d92028   30%, #960006    100%);
	background:linear-gradient(to bottom, #d92028   30%, #960006    100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92028  ', endColorstr='#960006   ',GradientType=0);
	background-color:#960006  ;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #e02530;
	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, #960006  ), color-stop(1, #d92028));
	background:-moz-linear-gradient(top, #960006   30%, #d92028 100%);
	background:-webkit-linear-gradient(top, #960006   30%, #d92028 100%);
	background:-o-linear-gradient(top, #960006   30%, #d92028 100%);
	background:linear-gradient(to bottom, #960006   30%, #d92028 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#960006 ', endColorstr='#d92028',GradientType=0);
	background-color:#d92028 ;
	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; }
#sample-image{max-width:250px;}
#product-social { height: 25px; }
#product-info { margin-bottom: 25px; margin-left: 300px; min-height: 450px; }
#product-title { color: #004269; margin: 0px; }
#product-subtitle { color: #006699; 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-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: #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 { margin-right: 300px; }
#product-content-nav { /*display: none; set this to none when not using tabs on detail page*/ }
.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;}

/* 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 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: 17px; color: #004269; background-color: #dee6eb; 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: #dee6eb; 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: #dee6eb; padding: 10px 5px; 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: 540px; position: relative; padding: 0px 40px; margin: 0px auto; }
.productslider .slider-item { width: 125px; padding: 5px; text-align: center; }
.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: #bdc3cc; 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 #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 #006699; background-color: #dee6eb; background-image: none; background-image: linear-gradient(#dee6eb, #006699); background-image: -ms-linear-gradient(top, #dee6eb0%, #006699 0%); }
	#treenav .msg-exp-t { font-weight: bold; font-size: 18px; background-color: #006699; background-image: url(/images/arrowr.png); background-image: url(/images/arrowr.png), linear-gradient(#dee6eb, #006699); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #dee6eb0%, #006699 0%); background-position: right center; }
	#treenav .msg-exp-t.msg-exp-open { background-color: #006699; background-image: url(/images/arrowd.png); background-image: url(/images/arrowd.png), linear-gradient(#dee6eb, #006699); background-image: url(/images/arrowd.png), -ms-linear-gradient(top, #dee6eb0%, #006699 0%); background-position: right center; }
	#pnlSignup { text-align: center; margin: 10px 0px; padding: 10px 0px; border-top: 2px solid #bdc3cc; border-bottom: 2px solid #bdc3cc; }
	#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; float:right; }
	#msgtestmodeindicator {float: left;}
	#navbar-links { background-color: transparent; }
	#navbar-links a { background-color: #dee6eb; box-shadow: 2px 2px 2px #bdc3cc; margin: 3px 0px; padding: 5px; }
	#navbar-links .separator { display: none; }
	#header-inset {width: auto;height: 142px;margin: 0 auto;}
	#header-logo {float: none;text-align: center;margin: 0px;}
	#header-banner{width: auto;margin: 0px;}
	#menu-cart {float: right;}
	#footer-links{margin:0 auto;}
	#footer-links ul:last-child { border: none; padding-right:0px; }
	#footer-links li {margin: auto;}
	#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;}

	#footer-text {margin-top:20px; width:auto;}


}

@media screen and (max-width: 480px) {
	#header-cart label, #header-cart .separator { display: none; }
	#header-cart a { margin: 4px; }
	#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; }
	.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;}


}
