/* general */
@media print {
	a[href]:after {
		content: none;
	}

	#hd-departments, #hd-banner, #admin-menu, footer, .admin-noprint {
		display: none;
	}

	.col-print-6 {
		width: 50%;
		float: left;
	}
}

@media (max-width: 767px) {
	.mobile-spacer-xs {
		padding-top: 5px;
	}

	.mobile-input {
		max-width: 200px;
		margin: auto;
	}

	.menu-lv-1 {
		padding-left: 40px !important;
	}

	.menu-lv-2 {
		padding-left: 55px !important;
	}
}

@media (min-width: 768px) {
	#navbar {
		padding-left: 0;
	}

	#hd-search-form {
		width: 42%;
	}

	#hd-search {
		width: 100%;
	}

	#account-links {
		display: block;
	}

	.short-input {
		width: 50% !important;
	}
}

@media (min-width: 1200px) {
	#hd-search-form {
		width: 30%;
	}

	.container {
		width: 98%;
	}
}

a {
	color: #66759C;
}

a.nolink {
	cursor: default;
}

.heading, .heading-alt {
	border-bottom: 1px solid #eee;
}

h1.heading,
h2.heading {
	font-size: 20px;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h4.heading {
	padding: 5px 0;
	margin-top: 15px;
}

h4.heading-alt {
	padding-bottom: 5px;
}

h1.welcome,
h2.welcome {
	font-size: 20px;
	font-weight: bold;
	color: #66759C;
}

dl:last-child {
	margin-bottom: 5px;
}

.highlight {
	color: #CC0000;
}

.spacer-sm {
	padding-bottom: 10px;
}

.spacer-md {
	padding-bottom: 15px;
}

.spacer-top-sm {
	padding-top: 10px;
}

.spacer-top-md {
	padding-top: 15px;
}

.divider {
	border-top: 1px solid #eee;
	margin: 10px 0;
}

.list-group-divider {
	border-top-width: 5px !important;
}

.paging-sm {
	text-align: center;
}

.paging-sm > nav > ul.pagination {
	margin: 0;
}

.logo-grid {
	text-align: center;
	padding-top: 15px;
}

.btn-block-reg {
	display: block;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: 0 auto;
}

.embed-popup-sm {
	padding-bottom: 250px;
}

.embed-popup-lg {
	padding-bottom: 400px;
}

/* header */
header {
	margin-top: 10px;
}

#hd-logo {
	margin-bottom: 10px;
}

#hd-departments {
	background-color: #66759C;
	border-color: #000;
}

#hd-departments .icon-bar {
	background-color: #fff;
}

#navbar > ul.nav li.dropdown > a.dropdown-toggle,
#hd-departments .navbar-brand {
	color: #fff;
}

@media (max-width: 767px) {
	#navbar > ul.nav li.dropdown > ul.dropdown-menu a {
		color: #fff !important;
	}
}

@media (min-width: 768px) {
	#navbar > ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

/* submenus */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* products */
.product h5, .product h6 {
	margin: 2px 0;
	font-weight: bold;
}

.product h5 {
	font-size: 16px;
}

.product p {
	margin-bottom: 0;
}

.product-info-col,
.product-info-pg {
	text-align: center;
}

.product-info-pg p {
	margin-bottom: 4px;
}

.product-info-quick,
.product-order {
	float: left;
}

.product-order-pg {
	margin: 15px auto;
	max-width: 350px;
}

.product-more {
	float: left;
	margin-top: 17px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.product-pricing table {
		margin: 10px 0;
	}
}

@media (min-width: 768px) {
	.product-info-row {
		display: inline-block;
		display: table-cell;
		vertical-align: middle;
		height: 200px;
		padding-left: 10px;
	}

	.product-img-row {
		float: left;
	}

	.product-pricing table {
		margin: 10px auto;
	}

	.product-order {
		padding-left: 10px;
		margin-top: 10px;
	}
}

.product-img,
.product-img-row {
	position: relative;
	width: 200px;
	height: 200px;
}

.product-page-img {
	width: 350px;
	height: 350px;
}

.product-img img,
.product-img-row img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 200px;
	max-height: 200px;
}

.product-page-img img {
	max-width: 350px;
	max-height: 350px;
}

.product-pricing,
.product-pricing-quick {
	float: left;
	width: 200px;
}

.product-pricing td,
.product-pricing-col td,
.product-pricing-quick td,
.product-pricing-embed td {
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 12px;
	color: #666;
}

.product-pricing-col table {
	margin: 10px auto;
	text-align: left;
}

.product-pricing-quick table {
	margin: 0 10px;
}

.product-img-table {
	display: table;
	border-spacing: 5px;
}

.product-img-table > div {
	display: table-row;
}

.product-img-table > div > div {
	display: table-cell;
	border: 1px solid #ccc;
}

#product-model {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
}

tr.priceTableOnDiscount {
	background-color: #C8D96B;
}

td.endColumnTableLabel,
td.endColumnTableValue {
	font-weight: bold;
	color: #000;
}

.list-price {
	color: #666;
}

/* footer */
footer {
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	padding: 20px 0;
	margin-top: 20px;
}

.copyright-top {
	border-top: 1px solid #888;
	padding-top: 15px;
	margin-top: 15px;
}

.copyright {
	color: #888;
	padding-top: 5px;
}

.location-name {
	font-weight: bold;
	margin-bottom: 2px;
}
