/*
	Remember: DRY KISS
	("Don't Repeat Yourself" and "Keep It Stupid Simple")

	THEME: 
	@baseColor: #006699;
	@highlightColor: #60a3c1;
	@darkColor: #004268;

	@linkColor: #2190c4; //not used
	@Red: #c72d2f;

	@rowHighlight: #dee6eb;
	@rowHighlightMedium: #bdc3cc;
	@rowHighlightDark: #808389;
	@rowHighlightBlack: #333;
	
	Head-font: 'Times New Roman', Times, serif
	Book-font: Calibri, Optima, Verdana, Arial, sans-serif
*/

@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);


/*#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 'Arimo', Calibri, Verdana, Arial, sans-serif;
	color: #3B3131;
}

h1, h2, h3, h4, h5, h6, .headfont {
	font-family: 'Arimo', Calibri, Verdana, Arial, sans-serif, serif;
	color: #3B3131;
}

ol, ul {
	margin: 0;
	padding: 0;
}

a {
	color: #004268;
	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));
	;
}

@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/*#endregion*/

/*#region Master Page Styles */
.centerpage {
	max-width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}

#header {
	padding-bottom: 15px; /*background: url(/images/header_background.png) repeat center;*/
}

	#header a {
		white-space: nowrap;
		color: #3B3131;
	}

#header-logo {
	float: left;
	text-align: left;
	position: relative;
	z-index: 10;
	width: 400px;
}

	#header-logo img {
		max-width: 50%;
	}

	#header-logo a:hover {
		text-decoration: none;
	}

#header-tools {
	text-align: right;
	float: right;
}

	#header-tools > div {
		margin-top: 10px;
	}

#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: 12px;
	}

#header-cart-icon {
	vertical-align: bottom;
}

#header-cart .cartcount { /*color: white; background-color: #00293C; 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-search {
	margin-top: 15px;
}

#navbar {
	background-color: #00293C;
	padding: 8px 0px;
	margin-bottom: 15px;
	margin-top: 0px;
}

#search-form {
	display: inline-block;
	float: left;
	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: top;
		margin: 1px -2px 0px 0px;
		padding: 3px 0px;
		height: 24px;
		font-size: 15px;
		vertical-align: bottom;
	}

	#search-form input[type='image'] {
		margin: 0px 0px 0px -4px;
		padding: 0px 0px;
		max-width: 34px;
		border-radius: 3px;
		background-color: #67DFFC;
		vertical-align: bottom;
	}

		#search-form input[type='image']:hover {
			-moz-opacity: 0.5;
			-o-opacity: 0.5;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}

#navbar-links {
	display: block;
	vertical-align: top;
	text-align: center;
	line-height: 30px;
}

	#navbar-links a {
		color: #ffffff;
		margin: 0px 10px;
		white-space: nowrap;
		padding: 5px 3px 5px 3px;
		font-size: 15px;
	}

	#navbar-links .separator {
		color: #bdc3cc;
	}

	#navbar-links a:hover {
		text-decoration: none;
		border-radius: 5px;
		background: #ECECEC;
		color: #3B3131;
	}

#header-social li {
	list-style: none;
	display: inline-block;
}

#header-social #instagram {
	background-image: url(/images/instagram.png);
}

#header-social #twitter {
	background-image: url(/images/Twitter.png);
}

#header-social #facebook {
	background-image: url(/images/Facebook.png);
	height: 30px;
}

#header-social #tumblr {
	background-image: url(/images/tumblr.png);
}

#header-social a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 84px;
	border: 0 none;
	color: white;
	direction: ltr;
	display: inline-block;
	height: 29px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -999em;
	transition: all 0.2s ease 0s;
	width: 34px;
}

	#header-social a:hover {
		background-position: -3px -49px;
	}

#logo1 img {
	max-width: 45%;
	vertical-align: bottom;
}

#logo2 img {
	max-width: 48%;
	vertical-align: bottom;
}

#advanced-search-bttn {
	background: linear-gradient(to bottom, #67DFFC 5%, #67DFFC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67defc', endColorstr='#58a5e8',GradientType=0);
	background-color: #67DFFC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	color: #FDFDFD !important;
	font-size: 15px;
	padding: 9px 4px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
}
/*End of Header Region*/


#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 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: 780px;
}

	#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;
}

/*Footer Region*/
#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;
		}

#email-signup {
	padding: 10px 0px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.email-submit {
	background-color: #00293C;
	color: white;
	padding: 6px 25px 6px 25px;
	border-radius: 5px;
}

a.email-submit:hover {
	text-decoration: none;
	opacity: 0.8;
}

#footer-nav {
	background-color: #006699;
	text-align: center;
}

	#footer-nav a {
		display: inline-block;
		padding: 10px 20px;
		color: white;
		font-size: 18px;
	}

#footer-links {
	margin: 0px;
	padding: 0px;
	background-color: #dee6eb;
	text-align: left;
}

	#footer-links .title {
		font-weight: bold;
	}

	#footer-links ul {
		display: inline-block;
		*display: inline;
		-ms-zoom: 1;
		zoom: 1;
		min-height: 132px;
		margin: 10px 0px 15px 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;
		line-height: 22px;
	}

	#footer-links a {
		font-weight: normal;
		color: #333;
	}

#footer-text {
	margin: 10px 0px;
	padding-bottom: 10px;
}

	#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;
}

	#treenav-trigger.msg-exp-open {
	}

#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 #00293C;
	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:nth-child(15) {font-weight:bold;background: none; margin-left: -6px; font-size: 15px;color: #3B3131; text-shadow:none;}*/
.treenav-spacer {
	font-weight: bold;
	margin: 10px 0px 5px 10px;
	font-size: 15px;
}

#treenav-marketing {
	text-align: center;
}

	#treenav-marketing img {
		margin-bottom: 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: 750px;
		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;
		max-width: 200px;
		max-height: 100px;
		vertical-align: middle;
	}

	#home-marketing span {
		padding: 0px 6px;
		margin: 0px 5px;
		max-width: 250px;
	}

#promo {
	font-weight: bold;
	color: #F9AC08;
}
/*#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: #333;
	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-subcategories {
	background-color: #dee6eb;
	padding: 10px 20px 10px 20px;
	margin: 10px 0px;
}

.list-featured {
	background-color: #dee6eb;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
}

.list-categoryheader {
	background-color: #dee6eb;
	padding: 10px 20px 10px 20px;
	margin: 10px 0px;
	display: block;
	overflow: hidden;
}

.list-categoryHeader-pic {
	margin: 0 auto;
	display: block;
	min-width: 250px;
}

.list-categoryHeader-text {
}

.list-categoryHeader-blocks {
	width: 100%;
}

	.list-categoryHeader-blocks a {
		text-decoration: underline;
		color: #003C6C;
	}

.list-subcategories a {
	text-decoration: underline;
	color: #003C6C;
}

#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: #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 {
	}

#publisher-link {
	font-size: 15px;
	font-weight: bold;
}

.list-item {
	overflow: hidden;
	margin-bottom: 15px;
}

.list-item-image {
	float: left;
	margin-bottom: 10px;
}

	.list-item-image img {
		max-width: 115px;
		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: #004268;
	}

.list-item-subtitle {
	color: #808389;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-item-byline {
	font-weight: normal;
	margin: 5px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-item-description {
	overflow: hidden;
}

.list-item .more {
	font-weight: bold;
	font-style: italic;
}

.list-item-addtocart {
	float: right;
	width: 135px;
	margin-bottom: 10px;
	text-align: right;
}

.list-item-isbn {
}

.list-item-ProductType {
}

.list-item-available {
	font-style: italic;
}

.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 #006699;
	-webkit-box-shadow: inset 0px 1px 0px 0px #006699;
	box-shadow: inset 0px 1px 0px 0px #006699;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #004268));
	background: -moz-linear-gradient(top, #006699 30%, #004268 100%);
	background: -webkit-linear-gradient(top, #006699 30%, #004268 100%);
	background: -o-linear-gradient(top, #006699 30%, #004268 100%);
	background: -ms-linear-gradient(top, #006699 30%, #004268 100%);
	background: linear-gradient(to bottom, #006699 30%, #004268 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#004268',GradientType=0);
	background-color: #006699;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #024B8D;
	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, #006699));
		background: -moz-linear-gradient(top, #004268 30%, #006699 100%);
		background: -webkit-linear-gradient(top, #004268 30%, #006699 100%);
		background: -o-linear-gradient(top, #004268 30%, #006699 100%);
		background: linear-gradient(to bottom, #004268 30%, #006699 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004268', endColorstr='#006699',GradientType=0);
		background-color: #006699;
		text-decoration: none;
	}

	.css-button:active {
		position: relative;
		top: 1px;
		text-decoration: none;
	}

#form-position {
	margin-left: 135px;
}


/*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: 300px;
	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: 325px;
	min-height: 450px;
}

#product-title {
	color: #004268;
	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: 250px;
		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-top: 100px;
}

#product-content-nav {
}

.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;
}

.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 {
	max-width: 800px;
	padding: 5px;
}

#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;
}

.peek-inside {
	width: 100px;
	margin: 0 auto;
}

.msg-tab-bar {
	padding-left: 10px;
}

.msg-tab {
	display: inline-block;
	padding: 0px 25px;
	line-height: 30px;
	vertical-align: bottom;
	text-align: center;
	font-size: 17px;
	color: #3B3131;
	background-color: #DEDEDE;
	box-shadow: 0px -10px 10px -5px #C1C1C1 inset;
}

	.msg-tab.active {
		padding-top: 8px;
		margin-bottom: -1px;
		background: #0D384C;
		box-shadow: none;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		color: white;
		box-shadow: 0px -10px 10px -5px #00324A inset
	}

	.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 {
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 10px 5px;
	margin-bottom: 20px;
}

.msg-tab-alt {
	display: none;
}

#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_detail_cover img {
	max-height: 510px;
}
/*#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 {
		height: 175px;
	}

/* Specific (per site or per slider) */
.productslider {
	width: 600px;
	position: relative;
	padding: 0px 40px;
	margin: 0px auto;
}

	.productslider .slider-item {
		width: 108px;
		padding: 6px;
		text-align: center;
		vertical-align: baseline;
	}

	.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%;
	}


#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, #032A3C ), color-stop(1, #1F3844 ));
	background: -moz-linear-gradient(top, #032A3C 5%, #1F3844 100%);
	background: -webkit-linear-gradient(top, #032A3C 5%, #1F3844 100%);
	background: -o-linear-gradient(top, #032A3C 5%, #1F3844 100%);
	background: -ms-linear-gradient(top, #032A3C 5%, #1F3844 100%);
	background: linear-gradient(to bottom, #032A3C 5%, #0000001F3844 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#032A3C ', endColorstr='#1F3844 ',GradientType=0);
	background-color: #1F3844;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #1F3844;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Arimo';
	font-size: 11px;
	font-weight: bold;
	padding: 4px 2px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #004268;
}

	#addtocart-bttn:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0B394E), color-stop(1, #1D3F4E));
		background: -moz-linear-gradient(top, #0000000B394E 5%, #1D3F4E 100%);
		background: -webkit-linear-gradient(top, #0B394E 5%, #1D3F4E 100%);
		background: -o-linear-gradient(top, #0B394E 5%, #768A351D3F4E 100%);
		background: -ms-linear-gradient(top, #0B394E 5%, #1D3F4E 100%);
		background: linear-gradient(to bottom, #0B394E 5%, #1D3F4E 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1D3F4E',GradientType=0);
		background-color: #0A415A;
	}

	#addtocart-bttn:active {
		position: relative;
		top: 1px;
	}

/* 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;
	}

	#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: 17px;
		border-bottom: 1px solid #006699;
		background-color: #dee6eb;
		background-image: none;
		background-image: linear-gradient(#67DFFC, #0082C3);
		background-image: -ms-linear-gradient(top, #67DFFC%, #0082C3 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;
		margin: 0 auto;
	}

	#logo1 {
		display: block
	}

	#logo2 {
		display: block
	}

	logo2 img {
		max-width: 60%;
	}

	#header-tools {
		text-align: center;
		float: none;
	}

	#header-cart {
		text-align: center;
	}

	#navbar-links {
		background-color: transparent;
	}

		#navbar-links a {
			background-color: #ECECEC;
			box-shadow: 2px 2px 2px #CCCCCC;
			margin: 3px 0px;
			padding: 5px;
			color: #3B3131;
			border-radius: 5px;
		}

			#navbar-links a:hover {
				opacity: 0.9;
				text-decoration: none;
			}

		#navbar-links .separator {
			display: none;
		}

	#footer-links ul {
		border: none;
		margin: 0px;
	}

	#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;
		margin-top: 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: 450px;
		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;
	}

	#form-position {
		margin-left: 5px;
	}
}

@media screen and (max-width: 480px) {
	#header-cart label, #header-cart .separator {
		display: none;
	}

	#header-cart a {
		margin: 4px;
	}

	#search-form input[type='text'] {
	}

	.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;
	}

	#product-social {
		margin-left: -3px;
	}

	#wishlist-item-details {
		margin-left: 0px;
	}

	#wishlist-remove {
		margin-top: 25px;
	}

	#search-form {
		height: auto;
		margin-top: 2px;
	}

	#advanced-search-bttn {
		margin: 0px !important;
		padding: 6px 4px;
		font-size: 14px;
	}

	#logo1 img {
		max-width: 35%;
		vertical-align: bottom;
	}

	#logo2 img {
		max-width: 38%;
		vertical-align: bottom;
	}

	#header-tools > div {
		margin-top: 0px;
	}

	#navbar {
		margin-top: -26px;
	}
}

@media screen and (max-width:375px) {
	#logo1 {
		float: none;
	}

		#logo1 img {
			max-width: 35%;
			margin-right: 55px;
			margin-left: 0px;
		}

	#logo2 {
		float: none;
		margin-left: 0px;
	}

		#logo2 img {
			max-width: 36%;
			margin-right: 45px;
		}

	#navbar {
		margin-top: -20px;
	}
}

@media screen and (max-width:350px) {
	#logo1 {
		float: left;
	}

		#logo1 img {
			max-width: 35%;
			margin-right: 107px;
		}

	#logo2 {
		float: left;
		margin-left: 0px;
	}

		#logo2 img {
			max-width: 36%;
		}
}
