/*******************
********************
Global Assets
********************/

body {
	color: #666;
	font: 12px/22px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1.page-title,
h2.page-title {
	margin-bottom: 20px;
	color: #143D9D;
	clear: both;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0;
}

.SFNT h1.page-title {
	font-size: 25px;	
}

p {
	margin-bottom: 18px;	
}

/*******************
********************
Global Header
********************/

.header-top {
	background-image: url(../../../images/bkg-navbar.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #071536;
	border-bottom: 1px solid #143D9D;
	height: 34px;
	line-height: 34px;
	text-align: right;
}

.header-top a {
	color: #FFF;	
}

header {
	/*background: #fafafa url(../../graphics/00000001/images/cream.png) repeat;*/
	background: #030C1F;
	color: #777;
	padding: 8px 0px 8px 0px;
}

header .logo {
	width:100%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: -9px;
}

header .logo a {
	display: block;
	max-width: 400px;
	cursor:pointer;
	text-decoration: none;
}

header .logo img {
	max-width: 400px;
}
/*
	.logo span {
		color: #DDD;
		padding-left: 5px;
		font-size: 15px;
	}
	header .logo {
		padding: 0;
		padding-top: 10px;
	}
		header .logo h1 a,
		header .logo h1 a:visited,
		header .logo h1 a:hover {
			color: #777;
			font-size: 35px;
			font-weight: 400;
			text-decoration: none;
		}
		header .logo .meta {
			color: #888;
			line-height: 15px;
			margin: 0;
			padding: 0;
		}
		header .logo img {
			width: 167px;
			max-width: 167px;
			height: 140px;
		}
*/
.header-search {
	margin-top: 24px;
}

.header-search-input {
	background-color: #FFF;
	border:1px solid #DDD;
}

.header-search .form-control {
		
}

.header-links {
	margin-top: 27px;	
}

header .hlinks > span {
	background: #4e5555;
	border: 1px solid #000;	
}

.navbar {
	background: #143D9D;
	background-image: url(../../../images/bkg-navbar.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #071536;
	border-bottom: 1px solid #071536;
}

.navbar .nav {
	border-left: 1px solid #071536;
}
.navbar .nav > li > a {
	border-right: 1px solid #071536;
	font-size: 15px;
}

.dropdown-toggle {
	background: inherit !important;
	background-image: none !important;
	background-position: bottom !important;
	background-repeat: repeat-x !important;
}
.dropdown-menu a {
	background: #fafafa !important;
	border-bottom: 1px solid #ddd;
	color: #666 !important;
	padding: 5px 10px !important;
	text-shadow: none !important;
	text-transform: none;
}

/*******************
********************
PAGE Assets
********************/

.page-head {
	background: #999;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 0 4px #DDD;
	padding: 20px 0;
}
.page-head h1,
.page-head h2 {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	text-shadow: 1px 1px #333;
}
.page-head h4 {
	color: #999;
	font-size: 15px;
}

.panel-heading {
	background: #000;	
}
.panel-title {
	color: #071536;
}
.table-label {
	text-align: right;
	font-weight: bold;
}

/*******************
********************
SFNT Assets
********************/
.SFNT .carousel {
	margin-top: 0;
}

.carousel-indicators{bottom:0;}

.carousel-caption{
	position:absolute;
	left:15%;
	right:15%;
	bottom:40px;
	z-index:10;
	padding-top:10px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	background-color: #000;
}

.carousel-caption h3 {
	margin-top: 0;
	color: #FFF;
}

/*******************
********************
CTGY Assets
********************/

.ctgy-subcats {
	text-align: center;
	margin-bottom: 20px;
}

.ctgy-image {
	text-align: center;	
}
.ctgy-image img {
	margin: 0 auto;	
}
.ctgy-info h5 {
	margin-bottom: 12px;
	font-size: 18px;
}
.ctgy-order {
	text-align: right;	
}
.ctgy-order .item-price {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
}
.ctgy-order .button a,
.ctgy-order .button a:visited {
	border: 0 !important;
	color: #fff;
	font: 16px 'Open Sans', Arial, Helvetica, sans-serif !important;
	padding: 5px 10px;
	text-decoration: none !important;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-webkit-transition: background 1s ease;
	transition: background 1s ease;
}
.ctgy-order .button a:hover {
	color: #fff;
	text-decoration: none;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-webkit-transition: background 1s ease;
	transition: background 1s ease;
}

.left-nav {
	padding-top: 3px;
	padding-bottom: 3px;
}

.category-items {
	margin: 20px 0;
}

.category-item {
	min-height: inherit;
	max-height: inherit;
	max-width: inherit;
	margin: 10px auto;
	padding: 10px 10px;
	border: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.category-item .item-image {
	max-height: 160px;	
}

.category-item .item-image img {
	height: auto;
}

hr.ctgy-break {
	display: block;
	margin: 25px 0;
	clear: both;
	border-color: #CCC;
}

br.ctgy-break {
	display: block;
	margin: 25px 0;
	clear: both;
	border-color: #CCC;
}

/*******************
********************
CTGY Assets
********************/

.btn-primary{color:#fff;background-color:#143D9D;border-color:#143D9D}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#410642;border-color:#410642}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#143D9D;border-color:#143D9D}

.btn-primary .badge{color:#143D9D;background-color:#fff}

/*******************
********************
PROD Assets
********************/

.PROD h6 {
	margin: 25px 0 15px 0;	
	font-size: 17px;
}
.prod-well {
	padding: 25px 30px;
	background-color: #EFEFEF;
	border: 0;
}
.prod-price {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: bold;
}
.prod-short-desc h3 {
	border-bottom: 1px solid #999;
	font-size: 15px;
	margin-bottom: 15px;
}
.prod-cart-btn {
	width: 100%;
	max-width: 100%;
}
.prod-cart-btn .btn {
	width: 100%;
	max-width: 100%;
	font-size: 18px;
}

.prod-cart-qty-label {
	float: left;
	margin-right: 5px;
}

.prod-cart-qty {
	width: 50px;
}

#inventory-message {
		
}

#inventory-message strong {
	display: block;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 100%;
	border-bottom: 1px solid #DDD;	
}

.prod-table-label {
	width: 175px;
	text-align: right;
	background-color: #EFEFEF;
	font-weight: bold;
}

.prod-desc-data-btn {
	margin-left: 20px;
	margin-bottom: 20px;
}



/* Panels */

h3.panel-title {
	color: #FFF;	
}

.h3.panel-title a {
	color: #FFF;	
}

.panel-default > .panel-heading {
  color: #FFF;
  background-color: #666;
  border-color: #dddddd;
  font-weight: bold;
}

/*******************
********************
Miva Assets
********************/

.required,
.bold {
	font-weight: bold !important;
}
.italic {
	font-style: italic !important;
}
.red {
	color: #C00 !important;
}
h2.red,
h3.red,
label.red {
	color: #C00 !important;
}

#linebreakpadding {
	height: 0;
	line-height: 0;
	display: none;
}

/*** LOGN ORDL ***/

.LOGIN h3 {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	line-height: 44px;
	color: #790B90;
}

/* Basket & Checkout */

.bask-container {
	margin-bottom: 25px;
}

.tcart thead {
	background-color: #777;	
	color: #FFF;
}
th.basket-align-right,
td.basket-align-right {
	text-align: right;	
}

td.item-name {
	width: 100%;	
}

.bask-qty {
	width: 50px !important;
}

.basket-qty-input {
	width: 45px;	
	margin-bottom: -10px;
	text-align: center;
}

.item-quantity form {
	margin: 0;	
}

.btn-basket-small {
	padding:0;
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 0;
	margin-bottom:0;
	font-size:12px;
	line-height:16px;
	text-shadow: none;
	background-color:#fff;
	background-image:-moz-linear-gradient(top, #fff, #fff);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
	background-image:-webkit-linear-gradient(top, #fff, #fff);
	background-image:-o-linear-gradient(top, #fff, #fff);
	background-image:linear-gradient(to bottom, #fff, #fff);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
	border-color:rgba(0,0,0,0.0) rgba(0,0,0,0.0) rgba(0,0,0,0);
	*background-color:#ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:0;
	*border:0;
}
.btn-basket-small:hover,
.btn-basket-small:focus,
.btn-basket-small:active,
.btn-basket-small.active,
.btn-basket-small.disabled,
.btn-basket-small[disabled] {
	color:#333;
	background-color:#FFF;
	*background-color:#FFF
}
		
.btn-basket-small:active,.btn-basket-small.active{background-color:#FFF \9}

td.item-price,
td.item-total {
	font-size: 15px;
}

.bask-free-shipping {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
}

.BASK .payment-icons {
	margin-bottom: 30px;	
}

	.OSEL td.item-price,
	.OSEL td.item-total,
	.OPAY td.item-price,
	.OPAY td.item-total,
	.ORDS td.item-price,
	.ORDS td.item-total {
		font-size: 13px;
	}
	
	.OSEL table,
	.OPAY table,
	.ORDS table {
		font-size: 13px;	
	}
	
	.OSEL #ship-to-fields,
	.OSEL #bill-to-fields,
	.ORDS #bill-to-fields {
		font-size: 13px;	
	}
	
	.OSEL td.charge-description,
	.OSEL td.total-prompt,
	.ORDS td.charge-description,
	.ORDS td.total-prompt {
		width: 100%;
	}

	
td.charge-description,
td.total-prompt {
	width: 100%;
}
	
td.charge-description,
td.formatted-charge,
td.total-prompt,
td.formatted-total {
	padding-top: 10px;
	color: #333;
	text-align: right;
	font-size: 20px;
}

td.formatted-total {
	color: #B15C11;
}

td.item-price,
td.item-total {
	text-align: right;	
}

#js-poplus label {
	margin-top: -10px !important;	
}

/* Account Assets */

.ACED h3 {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	line-height: 44px;
	color: #3883BC;
}

.controls {
	font-size: 12px;
	margin: 0;
}

.ACED .checkbox {
	line-height: 12px;
	margin-top: 9px;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 0;
}

.ACED select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.INVC .form-group,
.ORDS .form-group {
	clear: both;	
}

/* Checkout */

.basket-heading {
	background-color: #EFEFEF;	
}

.panel .table tr {
	border-bottom: 1px solid #DDDDDD;	
}

.OPAY #payment-fields .form_row {
	margin-bottom: 12px;	
}

.total-prompt,
.charge-description {
	text-align: right;
	font-weight: bold;
}

/* Tech Info Page */

.tech-info-label,
.tech-info-content {
	margin-bottom: 30px;	
}
.tech-info-label {
	text-align: right;
	font-weight: bold;
}

.tech-info-content a {
	text-decoration: underline;	
}

.tech-info-h2 {
	padding-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid #DDD;
}

.tech-info-label-black { background-color: #000; color: #FFF; font-size: 16px; }
.tech-info-label-yellow { background-color: #FFFF00; color: #000; font-size: 16px; }
.tech-info-label-blue { background-color: #0000CC; color: #FFF; font-size: 16px; }
.tech-info-label-purple { background-color: #993399; color: #FFF; font-size: 16px; }
.tech-info-label-orange { background-color: #FF6633; color: #FFF; font-size: 16px; }
.tech-info-label-green { background-color: #009900; color: #FFF; font-size: 16px; }
.tech-info-label-gray { background-color: #666666; color: #FFF; font-size: 16px; }

/* Alerts and Wells */

.alert {
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
}

.alert-dead {
  background-color: #FFF;
  border-color: #CCC;
  color: #666;
}

.alert-active {
  background-color: #666;
  border-color: #333;
  color: #FFF;
}

.alert-sidebar-dark {
  color: #FFF;
  background-color: #333;
  border-color: #000;
}

.alert-sidebar-dark hr {
  border-top-color: #222;
}

.alert-sidebar-dark .alert-link {
  color: #333;
}

.alert-checkout {
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}

.well-black {
	color: #FFF;
	padding-bottom: 7px;
  background-image: -webkit-linear-gradient(top, #000000 0%, #444444 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #444444 100%);
  background-repeat: repeat-x;
  border-color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff444444', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.well h3 {
	margin-top: 0;	
}

.well-colored-one {
  min-height: 230px;
  margin-bottom: 28px;
  padding-bottom: 8px;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.well-colored-two {
  min-height: 230px;
  margin-bottom: 28px;
  padding-bottom: 8px;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.well-colored-three {
  min-height: 230px;
  margin-bottom: 28px;
  padding-bottom: 8px;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.well-white {
	background-color: #FFF;
	background: #FFF;
}		.well-why-buy-short {
			margin-top: 0;
		}
		.well-why-buy {
			padding: 25px 30px 20px 30px;
		}
		.well-why-buy h2 {
			margin: -25px -30px 25px -30px;
			background-color: #666;
			color: #FFF;
			padding: 5px 15px 7px 30px;
		}

/*******************
********************
Random Assets
********************/

/* margin fixes */

.mrg-top-0 { margin-top:0px; }
.mrg-top-5 { margin-top:5px; }
.mrg-top-10 {margin-top: 10px;}
.mrg-top-15 {margin-top: 15px;}
.mrg-top-20 {margin-top: 20px;}
.mrg-top-25 {margin-top: 25px;}
.mrg-top-30 {margin-top: 30px;}
.mrg-top-35 {margin-top: 35px;}
.mrg-top-40 {margin-top: 40px;}
.mrg-btm-0 {margin-bottom: 0;}
.mrg-btm-5 {margin-bottom: 5px;}
.mrg-btm-10 {margin-bottom: 10px;}
.mrg-btm-15 {margin-bottom: 15px;}
.mrg-btm-20 {margin-bottom: 20px;}
.mrg-btm-25 {margin-bottom: 25px;}
.mrg-btm-30 {margin-bottom: 30px;}
.mrg-btm-35 {margin-bottom: 35px;}
.mrg-btm-40 {margin-bottom: 40px;}

/* br tag heights */

.br-0 { height: 0; line-height: 0; clear: both; }
.br-5 { height: 5px; line-height: 5px; clear: both; }
.br-10 { height: 10px; line-height: 10px; clear: both; }
.br-15 { height: 15px; line-height: 15px; clear: both; }
.br-20 { height: 20px; line-height: 20px; clear: both; }
.br-25 { height: 25px; line-height: 25px; clear: both; }
.br-30 { height: 30px; line-height: 30px; clear: both; }
.br-35 { height: 35px; line-height: 35px; clear: both; }
.br-40 { height: 40px; line-height: 40px; clear: both; }

/* HRs and others */

.hr-col {
	border-bottom: 1px solid #DDD;
	margin-bottom: 25px;
	border-left: 30px solid #FFF;
	border-right: 30px solid #FFF;
}

hr.tall {
	display: block;
	margin: 20px 0 20px 0;
	clear: both;
	border-color: #DDD;
}

/* Odd Floats */
.right-img ,
.img-right-max {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	clear: right;
}
.left-img,
.img-left-max {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	clear: left;
}

/* Text Alignment */

.text-left {
	text-align: left;	
}
.text-center {
	text-align: center;	
}
.text-right {
	text-align: right;
	clear: both;
}
.text-right img {
	float: right;	
}

@media (max-width: 991px) {
	.header-search {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
	.header-search {
		margin-top: 10px;
	}
	.header-links {
		margin-top: 17px;
	}

	header .logo {
		width:100%;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	header .logo a {
		display: block;
		max-width: 100%;
		cursor:pointer;
		text-decoration: none;
	}
	
	header .logo img {
		max-width: 100%;
	}

	.page-head {
		background: #999;
		border-bottom: 1px solid #ddd;
		box-shadow: inset 0 0 4px #DDD;
		padding: 20px 0;
	}
	.page-head h1,
	.page-head h2 {
		color: #FFF;
		font-size: 20px;
		line-height: 20px;
		text-shadow: 1px 1px #333;
	}
}

@media (max-width: 600px) {
	.img-right-max,
	.img-left-max {
		display: block;
		float: none;
		margin: 10px auto;
	}	
}

@media (max-width: 479px) {
	.ctgy-info h5 {
		margin-bottom: 12px;
		font-size: 14px;
	}
	.ctgy-order {
		text-align: center;	
	}
}
