﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

a, a:visited, a:link {
	color: #fff;
	text-decoration: underline;
}
a.btn, a.btn:visited, a.btn:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}
a.arrowNav {
	background-image: url('../catalog/images/arrownav.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 0 20px;
	text-decoration: none;
}
a.facebook {
	background-image: url('../catalog/images/facebook.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	text-decoration: none;
}
#accountLink {
	text-align: right;
}
#accountLink a {
	border: solid 1px #fff;
	color: #fff;
	text-decoration: underline;
	padding: 6px;
}
.additionalImages>div {
	background-color: #fff;
	border-radius: 5px;
}
.additionalImages>div img {
	max-height: 110px;
}
.addToCart {
	float: right;
	margin: 0 0 20px 0;
}

body {
	background-color: #000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.button_sold_out_sm {
	display: none;
}

#captcha {
	background-color: #fff;
	color: #000;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
#cart_quantity {
	width: 5em;
}
#categoryIcon {
	display: none;
}
#categoryImgListing {
	display: block;
	background-color: #fff;
	border-radius: 10px;
}
#categoryImgListing img {
	max-height: 200px;
	display: block;
	margin: 0 auto;
}
.categoryListBoxContents {
	text-align: left;
}
.categoryListBoxContents>a {
	display: block;
	border: solid 1px #eee;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.categoryListBoxContents>a:hover {
	background-color: #b8b8b8;
	color: #000;
}
.categoryListBoxContents img {
	max-width: 75px;
	height: 75px;
	padding-right: 10px;
}
.cartImage img {
	max-height: 110px;
}
#cartSubTotal {
	background-color: #000;
}
.centerBoxContentsAlsoPurch>div {
	background-color: #fff;
	border-radius: 5px;
}
.centerBoxContentsAlsoPurch>div img {
	max-height: 110px;
}
.clearfix {
	clear: both;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

footer {
	font-size: 12px;
}
footer a, footer a:visited, footer a:link {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #cc0000;
}
footer .navbar-nav {
	margin-bottom: 20px;
}
footer .nav>li>a:focus, footer .nav>li>a:hover {
	background-color: transparent;
}
#freeshipping {
	margin: 10px 0 4px 0;
}

h1 {
	background-color: #9a0202;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 0 4px 4px;
	margin: 0 0 10px 0;
}
h1 a, h1 a:visited, h1 a:link {
	color: #b8b8b8;
}
.homeCat>div {
	background-color: #fff;
	border: solid 1px #9a0202;
	margin: 4px 2px;
}
.homeCat div img {
	display: block;
	margin: 0 auto;
}
.homeCat .link {
	display: block;
	background-color: #9a0202;
	color: #b8b8b8;
	text-align: center;
	padding: 4px 0;
	font-size: 16px;
}
.homeCat .link:hover {
	background-color: #b8b8b8;
	color: #000;
	text-decoration: none;
}

.imgLink {
	text-transform: capitalize;
	color: #990000;
}
.imgLink:hover {
	color: #2a69b7;
}
#infoShoppingCart {
	background-color: #fff;
	color: #000;
}
#infoShoppingCart a {
	color: #990000;
}
input {
	color: #000;
}
.itemTitle {
	margin-top: 10px;
}
.itemTitle a {
	color: #fff;
	font-size: 18px;
}

.leftBoxHeading, .centerBoxHeading {
	background-color: #999;
	padding: 10px;
	border-radius: 6px;
}
legend {
	color: #fff;
}
.list {
	list-style: none;
	padding: 0;
}
.listingProductImage {
	max-height: 100px;
	max-width: 100px;
}
#logo {
	float: left;
}
.logo {
	display: none;
}

.mainBox {
	margin-top: 200px;
}
#mobileLogo {
	width: 100%;
}
.mobile-only {
	display: block;
}

.nav {
	background-color: #000;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #000;
}
.navbar-inverse .navbar-nav>li>a {
	color: #b8b8b8;
	background-color: #9a0202;
	padding: 6px 9px 7px 9px;
	text-decoration: none;
	margin: 2px 0;
}
.noMobile {
	display: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #000;
	color: #fff;
	border: solid 1px #fff;
}
#popupShippingEstimator {
	background-color: #fff;
	color: #000;
}
#popupShippingEstimator a {
	color: #990000;
}
#productDetailsList {
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
}
.productListing-data a {
	color: #fff;
}
.productListing-heading a {
	color: #fff;
}
.productListing-rowheading {
	background-color: #9a0202 !important;
}
.productListing-rowheading th {
	text-align: center;
	border: solid 2px #000;
}
#productMainImage {
	background-color: #fff;
	padding: 4px;
	border-radius: 4px;
}
#productMainImage a:hover {
	text-decoration: none;
}
#productMainImage img {
	max-width: 200px;
}
#productName {
	background-color: transparent;
	color: #b8b8b8;
	font-size: 36px;
}

.redline {
	border-top: #ff0000 solid 1px;
	width: 100%;
}

.searchBar {
	margin: 10px 0;
}
.shipBanner {
	text-align: center;
}
.shipBanner a {
	color: #ff0000;
	font-weight: 700;
	text-decoration: none;
}
.sideBox {
	display: block;
	background-color: #ededed;
	border: solid 1px #9a0202;
	text-align: center;
	margin-top: 14px;
}
.sideBox:last-child {
	margin-bottom: 20px;
}
.sideBox div {
	color: #000;
	padding: 20px 0;
}
.sideBox div a {
	color: #000;
	text-decoration: none;
}
.sideBox img {
	display: block;
	margin: 0 auto;
}
.sideBox span {
	display: block;
	color: #b8b8b8;
	background-color: #9a0202;
	padding: 4px;
}
span.normal_button {
	background-color: #eee;
}
span.normal_button:hover {
	background-color: #ccc;
}
#subNav {
	display: none;
}

.table>tbody>tr>td {
	border: 0;
}
.table>tbody>tr>th {
	border: solid 2px #000;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #333;
}
tr.tableHeading {
	background-color: #9a0202 !important;
}

@media (min-width: 768px) {
	.caret {
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-left: 10px solid #ccc;
		border-bottom: 5px solid transparent;
		float: right;
		margin-top: 6px;
		margin-right: -10px;
	}
	.dropDown {
		position: relative;
		display: inline-block;
		display: block;
	}
	.drop-content {
		display: none;
		position: absolute;
		left: 192px;
		top: 0;
		background-color: #fff;
		border: solid 1px #000;
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
		z-index: 999;
		min-width: 200px;
	}
	.drop-content a {
		display: block;
		margin: 2px 0;
		padding: 6px 0 6px 8px;
		color: #000;
		border-bottom: solid 1px #000;
		text-decoration: none;
	}
	.drop-content a:last-child {
		border: 0;
	}
	.drop-content a:hover {
		text-decoration: none;
		background-color: #f1f1f1;
	}
	.dropDown:hover>a {
		background-color: #b8b8b8;
		color: #000;
	}
	.dropDown:hover .drop-content {
		display: block;
	}
	.dropDown:hover .caret {
		border-left: 10px solid #fff;
	}
	footer .navbar-nav>li>a {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.homeCat {
		padding-left: 4px;
		padding-right: 4px;
	}
	.leftNav>li {
		display: block;
		float:none;
		margin: 4px 0;
	}
	.leftNav>li>a {
		color: #b8b8b8;
		background-color: #9a0202;
		padding: 6px 9px 7px 9px;
		text-decoration: none;
	}
	.leftNav>li>a:hover {
		background-color: #b8b8b8;
		color: #000;
	}
	.leftNav>li>a.obsolete {
		background-color: #cc0000;
		color: #fff;
		border: solid 1px #fff;
		text-decoration: none;
	}
	.logo {
		display: block;
		width: 500px;
		margin: 0 auto;
	}
	.mainBox {
		margin-top: 0;
	}
	.mobile-only {
		display: none;
	}
	.noMobile {
		display: block;
	}
	#subNav {
		display: block;
		padding: 10px 0;
		width: 100%;
	}
	#subNav>.navbar {
		float: right;
		list-style: none;
		margin-bottom: 0;
	}
	#subNav>.navbar>li {
		float: left;
		padding: 2px 4px;
	}
	#subNav>.navbar>li>a {
		color: #fff;
		text-decoration: none;
	}
}
@media (min-width: 992px) {
	.logo {
		width: 874px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.sideBox {
		margin-right: 50px;
	}
}
