@charset "utf-8";
/* CSS Document */

/* Global */

@media print,screen and (max-width:600px) {
	h3 {font-size: 2em;}
}

tbody {border: none;}

td {
	width: auto;
	vertical-align: text-top;
	}
	
@media print,screen and (max-width:600px) {
	tbody td, tbody th {
		padding: 0.25em !important;
	}
}
		
select {width: auto !important;}

	@media print,screen and (max-width:600px) {
		select {
			width: 100% !important;
		}
	}

input {width: auto !important;}

	@media print,screen and (max-width:600px) {
		input {
			width: 100% !important;
		}
	}
	
footer img {
    max-width: 140px;
    margin: .4em 0;
    }
	
[type=checkbox] {width: 20px !important;}

/* ID's */

#padding {padding:10px;}

#detail-img {
	float: left;
	text-align: center;
	margin: 1em;
	padding: 1em;
	width: 28%;
	min-width: 240px;
	}
	
	@media print,screen and (max-width:1075px) {
		#detail-img {
			margin: 1em auto;
			width: auto;
		}
	}
	
	@media print,screen and (max-width:600px) {
		#detail-img {
			float: none;
		}
	}

#detail-form {
	position: relative;
	display: inline-grid;
	margin: 20px;
	}
	
#detail-dropdown {
	position: relative;
	float: right;
	display: block;
	}

#detail-desc {
	margin: 1em;
	display: inline-block;
	width: 65%;
	}

	@media print,screen and (max-width:1075px) {
		#detail-desc {
			margin: 1em auto;
			width: auto;
		}
	}
	
	@media print,screen and (max-width:600px) {
		#detail-desc {
			width: 100% !important;
			margin: 0 !important;
			font-size: 0.875rem;
			line-height: 1.6 !important;
		}
	}
	
#itemDesc {}

	@media print,screen and (max-width:600px) {
		#itemDesc {
			font-size: 0.875rem;
			line-height: 1.6 !important;
		}
	}

#detail-desc td {
	background-color: white;
	font-size: inherit;
	}

#detail-tabs {position:relative;float:left;}

#recalc {
	margin: 1em;
	display: inline-block;
	width: auto;
	vertical-align: top;
	}

	@media print,screen and (max-width:600px) {
		#recalc {
			width: 100% !important;
			margin: 0 !important;
		}
	}
	
#catalog-frame {
	background-color: white;
	padding: 1em;
	}

	@media print,screen and (max-width:600px) {
		#catalog-frame {
			padding: 0.25em;
		}
	}

#payment {
	margin-bottom: 4em;
	position: relative;
	float: left;
	}

#shipInfo {
	clear: left;
	margin-bottom: 4em;
	}

#contactInfo {
	clear: left;
	margin-bottom: 4em;
	}

#address {
	display: block;
	float: left;
	position: relative;
	margin-bottom: 4em;
	}

#cardInfo {
	float: left;
	display: block;
	min-width: 30%;
	margin: 2em 2em 0 0;
	}

	@media print,screen and (max-width:600px) {
		#cardInfo {
			margin-right: 0;
			width: 100%;
		}
	}

#ccAddress {
	float: left;
	margin: 2em auto 0 auto;
	}

	@media print,screen and (max-width:600px) {
		#ccAddress {width: 100%;}
	}

#shipping {
	display: block;
	float: left;
	margin: 2em auto 0 auto;
	}

	@media print,screen and (max-width:600px) {
		#shipping {width: 100%;}
	}

#billing {
	display:block;
	float:left;
	min-width: 30%;
	margin: 2em 2em 0 0;
	}

	@media print,screen and (max-width:600px) {
		#billing {
			margin-right: 0;
			width: 100%;
		}
	}

#promoCode {
	clear: left;
	margin-bottom: 4em;
	}

#cart {clear: left;}

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:145px;
	z-index: 100;
	}

#avail {font-weight: 700;}

#catalogBox {margin: 2em 0;}
	
/* Classes */

.smallText {
	font-size: 0.9em;
	line-height: 1.25em;
	}

.gear {
	font-family: 'Anton', sans-serif;
	font-size: 2em;
	}

.trigger {color: #ffffff;}

.shop-content {min-height: 600px;}

.phone {width: auto !important;}

	.phone > li {display: inline-block;}

	ul.phone {
		margin: 0;
		padding: 0;
	}
	
.detailText {}

	@media print,screen and (max-width:600px) {
		.detailText {
			font-size: 0.65em;
		}
	}

.detailText img {
	margin: .5em auto;
	}

.frame-content {
	max-width: 1200px;
	margin: 0 auto;
	}

	@media print,screen and (max-width:600px) {
		.frame-content {
			padding: 0.5em !important;
		}
	}

.alert-message {
	padding: .75em;
	margin: 1em auto;
	background-color: cornsilk;
	font-size: .9em;
	line-height: 1.4em;
	}
	
	.alert-message.red {
		padding: 1em;
		margin: 1em auto;
		font-size: 1em;
		color: red;
		font-weight: 600;
		text-align: center;
		border: 1px solid red;
		background-color: transparent;
		}
	
.alert-link {    
	text-align: center;
	padding: 10px;
	}

.cvv {
	font-size: 11px;
	color:#afafaf;
	max-width: 300px;
	margin-top: 10px;
	}

.alert_box {height: 200px;}
.colheader {
	color: #000000;
	background-color: #dddddd;
	border: 1px solid #eeeeee;
	}

	@media print,screen and (max-width:768px) {
		.colheader {
			font-size: 0.875rem !important;
			line-height: 16px !important;
		}
	}
	
	@media print,screen and (max-width:600px) {
		.colheader {
			font-size: 0.65em !important;
			line-height: 10px !important;
		}
	}

.checkoutHead {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: black;
	letter-spacing: 0.1em;
	background-color: #dddddd;
	}

.tabtr {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 4em;
	}

	@media print,screen and (max-width:340px) {
		.tabtr {
			line-height: 2em;
		}
	}

.text {text-align: left;}

.textbold {
	font-weight: 700;
	text-align: left;
	}

.rowshaded, .rownotshaded {border: 1px solid #eeeeee;}

.rowdata {
	font-size: 10px;
	color: black;
	}

.item {
	font-weight: 700;
	font-size: 1.5em;
	}

.error {color: red;}

.errorbold {
	font-weight: 700;
	color: red;
	}

.tabbg {background-color:#00339A;}
.boxTitle {background-color:#c0c0c0;}
.boxbg {background-color:white;}

.categories {
	max-width: 230px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 2em;
	}
	
	@media print,screen and (max-width:600px) {
		.categories {
			display: inherit;
			margin: 1em auto !important;
		}
	}
	
	.categories img {border: 1px solid #cccccc;}

.subcategories {list-style-type:disc;}
.subcategoriesnobullet {list-style-type:none;}
.alignCenter{text-align: center;}
.alignLeft{text-align: left;}
.alignRight{text-align: right;}
.left{float:left}
.right{float:right}
.center{display:block;margin:0 auto}
.clear{clear:both}