/*
    N2E logo colors
*/
.red{
    color: #a5282e;
}
.blue{
    color:  #003863;
}


#logo {padding: 10px 0 20px 0;}

header {background: #215867; padding-top: 10px;}
.navbar-inner {border-radius: 0;}
.navbar .nav > li > a {color: white; font-size: 14px}
.sub-list{
    font-size: 16px;
    text-shadow: none;
    background: #215867;
    padding: 15px;
    border: 3px solid gray;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

}
.sub-list > li > a {color: white; font-size: 16px}
.sub-list > li > a:hover {background: black}

ul.categories {background: #04202e; list-style: none; margin: 0; text-align: center;}
ul.categories li {display: inline; border-right: 2px solid #466171;}
ul.categories li:last-child {border: none;}
ul.categories li a {display: inline-block; height: 40px; line-height: 40px; padding: 0 12px; color: #cdd0a0; font-size: 18px; text-decoration: none; text-transform: uppercase;}
ul.categories li a:hover {background: #ffa12d; color: #23314b;}


.excerpt, .price_container{
    padding: 4px;
    background-color: #d6e5f6;
    }

.thumbnail {
    border: none;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    line-height: 1;
    padding: 4px;
}

img.responsiveImage
{
	width: 100%;
}

.price_slash {
	text-decoration:line-through;
	font-size:.9em;
	color:#999;
}

.price_sale {
	font-weight:bold;
	color:#ff753f;
}

.price_reg {
	font-weight:bold;
	color:#636363;
}

.product_price {
	color:#ffa800;
}

div#payments label {display: inline-block; margin-left: 5px;}

/* Footer
-------------------------------------------------- */
.footer {
	margin-top: 5px;
	padding: 15px 0 15px;
	border-top: 1px solid #e5e5e5;
	background: #215867;
  color:#ffffff;
}

.footer a {color: #eeefdf;}

.footer p {
	margin-bottom: 0;
	color: #fff;
	text-align: right;
}

/* Hide Related products from the responsive design */
 @media (max-width: 767px) {
	.desktop {
		display:none;
	}
}

@media (min-width: 767px) {
	.mobile {
		display:none;
	}

}

.sku-pricing div{
	color:#999;
	text-transform:uppercase;
	font-size:14px;
}

.out-of-stock div{
	background-color:#eee;
	font-family: 'Oswald', sans-serif;
	color:#858585;
	text-transform:uppercase;
	text-align:center;
	padding:12px 15px;
	font-size:22px;
	margin:0px 0px 0px 45px;
}

.product-cart-form
{
	background-color:#eee;
	border:1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:20px 0px 10px;
}

/* My Account */
.address-box {
	border:1px solid #eee;
	background-color:#f2f2f2;
	padding:5px 20px;
	margin:5px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.my-account-box {
	border:1px solid #eee;
	background-color:#f2f2f2;
	padding:5px 20px;
	margin:10px -20px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hide {
	display:none;
}

/* New Hires Form */

.f-left {float: left;}
.f-right {float: right;}

section#newhire div.column.f-left {width: 380px;}

.f-right.span4 {margin: 0;}

.text {padding-left: 10px;}
.text p {margin: 2px 0; line-height: 1.2em;}
.zoom {display: block; margin-top: 2px; text-align: center;}
section#newhire div.shirt {margin: 10px 0;}
a#bulk-order {display: block; clear: both; text-align: center; height: 40px; line-height: 40px; background: #3a6e8f; color: #FFF; text-decoration: none;}

p.blue {font-size: 14px; color: #3A6E8F; font-weight: bold;}
p.red, div.error p {color: #d92027; font-weight: bold;}
div.error p {font-size: 11px; margin: 2px 0;}
p.message {float: left; padding-left: 5px; line-height: 30px; margin: 0; font-weight: bold;}
div.address {text-align: center; margin: 30px 0 0 10px;}

/** FORMS **/

section#newhire form label {display: inline-block; text-align: right; width: 150px; margin: 0 10px 0 0; height: 28px; line-height: 28px;}
section#newhire form div {padding: 6px 0;}
section#newhire form input[type="text"] {width: 212px; border: 1px solid #999; color: #666; padding: 2px; vertical-align: baseline; margin: 0;}
section#newhire form select {vertical-align: baseline; margin: 0;}
section#newhire form select[name="state"] {width: 80px;}

section#newhire form label[for="zip"] {width: 50px;}
section#newhire input#zip {width: 70px;}
section#newhire div.radios, section#newhire div.send {padding-left: 160px;}
section#newhire div.radios label {display: inline;}
section#newhire input[type="radio"] {margin-right: 5px;}