@charset "utf-8";
/* CSS Document */


/* Global Styles */

html, body {
	background-color: #cccccc;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #555555;
	}
	
a:link, a:visited {
	color: #e16d38;
	font-family: helvetica, arial, sans-sarif;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: orange;
	}
	
img {border: 0;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0.5em 0;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

h1 {font-size: 2em;}

h2 {font-size: 1.8em;}

h3 {
    border-bottom: 3px solid #dddddd;
    font-size: 1.6em;
	line-height: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}

h4 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

	h4 a {color: white !important;}

h5 {
	font-size: 1.2em;
	line-height: 1.4em;
}

h6 {font-size: 1em;}

select::-ms-expand {display: none;}

strong, b {font-weight: 700;}

em, i {font-style: italic;}

hr {
	border: 1px solid #eeeeee;
    margin: 2em 0;
}

p {margin: 0.25em 0;}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
		}

		.image.left, .image.right {max-width: 40%;}

			.image.left img, .image.right img {width: 100%;}

		.image.fit {
			display: block;
			width: 100%;
			text-align: center;
		}

			.image.fit img {
				margin: 0 auto;
				max-width: 230px;
				width: 100%;
			}


/* List */
	
ul.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}

	ul.unstyled li {
		display: inline-block;
		margin: 0 0.25em 0.5em 0.25em;
		border: 0;
		}
		
		@media (max-width: 480px) {
			ul.unstyled li {
				display: block;
				}
		}
	
		ul.unstyled li a, ul.unstyled li a:visited {
			color: white !important;
			}
		
		ul.unstyled li a:hover {
			color: #fe4110 !important;
			}

ul.unstyledFeatured {
	list-style: none;
	padding: 0 0 0.5em 0;
	margin: 0;
	text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
}

	ul.unstyledFeatured li {
		display: inline-block;
		width: 100%;
		max-width: 115px;
		margin: 0.25em 0.25em;
		vertical-align: top;
		}
			
		ul.unstyledFeatured li a, ul.unstyledFeatured li a:visited {
			color: white !important;
			}
		
		ul.unstyledFeatured li a:hover {
			color: #fe4110 !important;
			}
			
		ul.unstyledFeatured li img {
			width: 100%;
			background-color: #ffffff;
			max-width: 115px;
			}
			
		ul.unstyledFeatured li p {
			font-size: 12px !important;
			line-height: 16px;
			}
						
ul.unstyled-left {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

	ul.unstyled-left li {
		display: inline-block;
		padding-bottom: 0.5em;
		border: 0;
		}
		
		@media (max-width: 480px) {
			ul.unstyled-left li {
				display: block;
				}
		}
	
		ul.unstyled-left li a, ul.unstyled-left li a:visited {
			color: white !important;
			}
		
		ul.unstyled-left li a:hover {
			color: #fe4110 !important;
			}

/* Form */

	label {
		color: #474747;
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1em 0;
		padding: 5px 0;
	}
	
	input[type="checkbox"] {
		width: auto;
	}
	
	input.shipDate {
		width: auto;
	}
	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ccc;
		color: #666;
		display: block;
		outline: 0;
		padding: 0 0.5em;
		margin: 1em 0 1.5em 0;
		text-decoration: none;
		font-size: .8em;
		height: 2.75em;
	}
	
		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #50301a;
			box-shadow: 0 0 0 1px #383b43;
			color: #333;
		}
		
		@media (max-width: 600px) {
			input[type="text"], textarea {
				width: 94%;
			}
		}
				
		@media (max-width: 600px) {
			input .button {
				width: auto;
			}
		}
				
	textarea {
		padding: 0.5em;
		border: 1px solid #ccc;
		height: auto;
		font-family: inherit;
	}
	
	select {
		cursor: pointer;
		background-color: #f9f9f9;
		border: 1px solid #e16d38;
		color: #555;
	}
		
	#attr_0 > select {
		width: auto;
	}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "?";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(144, 144, 144, 0.25);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	::-webkit-input-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

/* Table */

	table {
		width: 100%;
	}
	
	table.categories {
		display: inline-table;
		width: 100%;
		max-width: 200px;
		padding: 1em 0;
	}
											
		@media (max-width: 768px) {
			table.categories {
				margin: 1em auto 2em auto;
				padding: 0;
				width: 100%;
				max-width: 225px;
				display: table;
			}
		}
		
		@media (min-width: 900px) {
			table.categories {
				margin: 0 7% 0;
			}
		}
				
		@media (min-width: 1024px) {
			table.categories {
				margin: 0 1% 0;
			}
		}
		
		@media (min-width: 1280px) {
			table.categories {
				margin: 0 3% 0;
			}
		}
		
		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			/*
			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}
			*/

		table th {
			color: #474747;
			border-bottom: 1px solid #ccc;
			font-size: 0.8em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0;
			text-align: left;
			vertical-align: top;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}
			
	td {
		width: auto;
		height: auto;
		}
			
	@media (max-width: 600px) {
		td {
			margin: 0;
			padding: 5px 0;
			vertical-align: text-top;
		}
	}

	.category {
		display: inline;
		float: left;
		margin: 1em;
		width: 262px;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #e16d38;
		border: 0 !important;
		color: white !important;
		cursor: pointer;
		display: inline-block;
		font-weight: normal;
		font-size: 1em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		padding: 0.5em 1em;
		width: auto;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #53b59e;
			text-decoration: none;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #fbe84e;
			text-decoration: none;
		}
		
	@media (max-width: 480px) {
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
			width: 100%;
		}
	}

/* Header */

header {
	background-color: white;
}

.header-inner {
    box-sizing: border-box;
    margin: auto;
    max-width: 1071px;
    overflow: visible;
    padding: 1.5em 1em;
}

.header-center {
    display: block;
	width: 160px;
}

	@media (max-width: 480px) {
		.header-center {
			margin: 0 auto;
		}
	}

/* Body */

#body {
	margin: 0 auto;
	padding-bottom: 160px;
	clear: both;
	position: relative;
	}
	
#catalog {
	margin: 3em 1em 5em 1em;
	}
	
	@media (max-width: 480px) {
		#catalog {
			margin: 1em 0.5em 4em 0.5em;
		}
	}
	
#catalog-alt {
	margin: 1em 1em 5em 1em;
	}
	
#content {
    display: inline;
    float: left;
    max-width: 800px;
	min-height: 400px;
	}

#content-hero {
    display: inline;
    float: left;
    width: 20%;
	}

		@media (max-width: 840px) {
			#content-hero {
				width: inherit;
			}
		}
	
	#content-hero > img {
		width: 100%;
	}
	
#content-copy {
    display: inline;
    float: left;
    margin: 0.5em 0 1.5em 1.5em;
    max-width: 520px;
    width: auto;
}

		@media (max-width: 840px) {
			#content-copy {
				margin: 1em 0 0 0;
				max-width: none;
			}
		}
		
		#content-copy.alt {
			max-width: none;
			margin: 0;
		}

	#content-copy > h1 {
		font-size: 1.7em;
		line-height: 1.2em;
	}

	#content-copy h3 {
		border-bottom: 1px solid #999;
	}
		
	#content-copy > ul {
		padding-left: 2em;
	}
	
		#content-copy ul li {
			line-height: 1.4em;
		}
		
		#content-copy ul li ul li {
			margin-top: 0.5em;
		}
		
#content-icons {
    display: inline;
    float: right;
	margin: 1em;
}

		@media (max-width: 800px) {
			#content-icons {
				margin: 0;
			}
		}

	#content-icons > div {
		display: block;
	}
	
#content-icons.alt {
    float: none;
}

.button-down {
		background-color: #50301a;
		border: 0;
		color: white !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		font-size: 1em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}
	
#left-nav {
    background-color: wheat;
    float: left;
    margin: 1em 1em 0 0;
    max-width: 240px;
    width: 100%;
}
		@media (max-width: 1100px) {
			#left-nav {
				max-width: 800px;
			}
		}
	
	#left-nav .button, #left-nav .button-down {
		margin: 0.25em auto;
		padding: 0.5em;
		width: 190px;
	}
		
	#left-nav .button-down {
		cursor: default;
		}
	
.left-nav-inner {
	float: left;
	margin: 1em;
	}

	.left-nav-inner p {
		color: #444;
		font-size: 0.9em;
		margin: 0;
		padding-bottom: 1em;
	}
	
.banner {
    margin: 1em 0;
	text-align: center;
	}
	
	.banner img {
		width: 100%;
		height: auto;
		}

.float-left {
    float: left;
    max-width: 780px;
}

		@media (max-width: 1100px) {
			.float-left {
				float: left;
				max-width: none;
			}
		}
		
		@media (max-width: 600px) {
			.float-left {float: none;}
		}


.float-left-noMin {
    float: left;
    width: auto;
	margin-right: 3em !important;
	padding-bottom: 2em;
	}

.clear-left {
    clear: left;
	}

.vertical-align-top {
	vertical-align: top;
	}

.categories a {
	font-size: 0.9em;
}

.categories h4 {
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    max-width: 180px;
    min-height: 90px;
	}

.categories img {
	margin-bottom: 0.5em;
	width: 130px;
}

.categories div {
	display: inline;
}

.copy {
	min-height: 145px;
}

.budget {
    background-color: white;
    line-height: 1.8em;
    margin: 0 -1em -0.25em;
    padding: 0.5em 1em;
    text-align: right;
}

		@media (max-width: 480px) {
			.budget {
				text-align: center;
				}
		}
		
.budget .unstyled > li {
	color: tan;
	}
	
#container {
	min-height: 100%;
	position:relative;
}
		
#navigation {
    clear: right;
    margin: 0 auto;
    padding: 0.5em 1em;
	background-color: #cb2921;
	text-align: center;
}

#navigation  a {
	color: white;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

	#navigation ul li {
		display: inline-block;
		color: white;
		padding: 0.5em;
		text-transform: uppercase;
	}

		@media (max-width: 480px) {
			#navigation ul li {
				max-width: none;
				padding: 0.5em 0;
				width: 100%;
			}
		}

	#navigation ul li.cartItems {
		max-width: 200px;
	}
	
#categories {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	max-width: 1071px;
	min-height: 600px;
	margin: 0 auto;
	padding: 1em;
	background-color: white;
	border-radius: 10px;
}

		@media (max-width: 480px) {
			#categories {
				padding: 0.5em;
			}
		}
	
	#categories .inline {
		display: inline-block;
		margin: 1em 1em 1em 0;
	}
	
		@media (max-width: 480px) {
			#categories .inline {
				display: block;
				margin: 1em 0;
			}
		}
	
#categories2 {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	max-width: 1071px;
	margin: 0 auto;
	line-height: 1.3em;
}
	
	#categories2 .inline {
		display: inline-block;
		line-height: 2em;
		margin: 0 1em 0.5em 0;
		vertical-align: bottom;
	}
	
#categories3 {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	max-width: 1071px;
	margin: 0 auto;
}
	
#login-form {
    background-color: #cb2921;
    border-radius: 10px;
    display: inline;
    float: right;
    padding: 0 0 1em 1.9em;
    width: 200px;
}

		@media (max-width: 580px) {
			#login-form {
				margin: 0 auto;
				float: none;
				display: inherit;
			}
		}

#registration-box {
    display: inline;
    float: right;
	clear: right;
    padding: 0 0 1em 1.9em;
    width: 200px;
}

		@media (max-width: 580px) {
			#registration-box {
				margin: 0 auto;
				float: none;
				display: inherit;
				padding-left: 0;
			}
		}
		
	#registration-box p {margin: 1em 0;}

#slider {
    float: left;
	width: 100%;
    max-width: 800px;
	}
	
		@media (max-width: 1100px) {
			#slider {
				max-width: 700px;
			}
		}
		
		@media (max-width: 980px) {
			#slider {
				max-width: 600px;
			}
		}
		
		@media (max-width: 880px) {
			#slider {
				max-width: 500px;
			}
		}
		
		@media (max-width: 780px) {
			#slider {
				max-width: 400px;
			}
		}
		
		@media (max-width: 680px) {
			#slider {
				max-width: 300px;
			}
		}
		
		@media (max-width: 580px) {
			#slider {
				display: none;
			}
		}
	
#itemDesc {
    margin-top: 1em;
}
	
#avail {
    display: inline;
    float: left;
    font-weight: 700;
    margin: 1em;
    text-align: right;
}

#availLabel {
    display: inline;
    float: left;
    margin: 1em 0;
}

#image-gallery {
    float: left;
    margin: 1em 0 2em 0;
	width: 100%;
}

#breadCrumbs {
	margin: 1em 1em 2em 1em;
}


/* Footer */

footer {
    background-color: #cb2921;
    bottom: 0;
    color: white;
    height: 160px;
    position: absolute;
    width: 100%;
}

.footer-inner {
    margin: auto;
	padding: 0 1em;
    max-width: 1500px;
    position: relative;
}
.footer-logo {
	display: block;
	margin: auto;
    position: relative;
    top: -25px;
    max-width: 90px;
}
.footer-copyright {
    bottom: 20px;
    font-size: 12px;
    left: 25px;
	text-align: center;
}

@media (max-width: 991px) {
	.footer-copyright {
		padding-bottom: 5px;
		position: static;
		text-align: center;
	}
}


/* Classes */

.boxbg {
	background-color:white;
	padding: 2em;
	border: 1px solid;
	text-align: center;
	}

.featuredItem {
    background-color: forestgreen;
}

	.featuredItem.pink {
		background-color: #f16e8d;
	}
	
	.featuredItem.flagBlue {
		background-color: #002868;
	}
	
	.featuredItem.football {
		background-color: burlywood;
	}
	
	.featuredItem.red {
		background-color: red;
	}
	
	.featuredItem.lightskyblue {
		background-color: lightskyblue;
	}

.smallType {font-size: 0.8em;}

.catalogItems {margin: 0 1em;}

.featureDesc {
	margin: 0 auto;
	max-width: 190px;
	padding: 0 !important;
	}

.messageBox {}

.alert-message {
	max-width: 1051px;
    margin: 1em auto;
    padding: 10px;
    text-align: left;
    background-color: cornsilk;
    line-height: 22px;
}

.phone {}

	.phone > li {
		display: inline-block;
		}

	.phone input {
		width: auto;
		}

	ul.phone {
		margin: 0;
		padding: 0;
		}

.inline > input {
    margin-bottom: 0 !important;
    margin-top: 1em !important;
	width: auto;
	}

.feature {
	background-color: white;
	text-align: center;
	border-radius: 0 0 10px 10px;
	}

.content {
    float: left;
    line-height: 2em;
    margin-top: 2.5em;
	}
	
.content-body {
	float: left;
    margin: 1em;
    }

.border {
		border: 1px solid #e16d38;
		border-radius: 10px;
	}

.responsive {
	background-color: white;
	border-radius: 10px;
    display: inline;
    float: left;
    width: 100%;
	max-width: 807px;
	padding: 1em 0 8em 0;
	margin: 0 1em 1em 1em;
	}
	
	@media (min-width: 320px) {
		.responsive {
			max-width: none;
			width: 89%;
		}
	}
	
	@media (min-width: 480px) {
		.responsive {
			max-width: none;
			width: 93%;
		}
	}
	
	@media (min-width: 600px) {
		.responsive {
			max-width: none;
			width: 53%;
		}
	}
	
	@media (min-width: 640px) {
		.responsive {
			max-width: none;
			width: 56%;
		}
	}
	
	@media (min-width: 768px) {
		.responsive {
			max-width: none;
			width: 64%;
		}
	}
	
	@media (min-width: 800px) {
		.responsive {
			max-width: none;
			width: 65%;
		}
	}
	
	@media (min-width: 900px) {
		.responsive {
			max-width: none;
			width: 69%;
		}
	}
	
	@media (min-width: 980px) {
		.responsive {
			max-width: none;
			width: 72%;
		}
	}
	
	@media (min-width: 1024px) {
		.responsive {
			max-width: none;
			width: 73%;
		}
	}
	
	@media (min-width: 1200px) {
		.responsive {
			max-width: none;
			width: 75%;
		}
	}

.responsive2 {
    display: inline-block;
	width: 200px;
	margin: 0 1em;
	}
			
	@media (max-width: 480px) {
		.responsive2 {width: 89%;}
	}
	
	.responsive2 div {padding: 0 0.25em;}
		
.responsive2 > table {
    display: inline;
    float: right;
    width: 100%;
	max-width: 200px;
	background-color: white;
	border-radius: 10px;
}

	@media (max-width: 980px) {
		.responsive2 > table {
			display: block;
			float: none;
			margin: 0 auto;
		}
	}

.display-none {display: none;}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
	}
	
.img-responsive.border {
	width: 100%;
    max-width: 200px;
}

.thumbnail {width: 100px;}

.align-left {text-align: left;}

.align-center {text-align: center;}
		
	.align-center.padding {width: 63%;}

.align-right {text-align: right;}
	
.align-justify {text-align: justify;}

.messages {
    padding-bottom: 2em;
    text-align: center;
}

	.messages h3 {
		font-size: 2.25em;
		margin-bottom: 0.5em;
	}
	
.welcome {margin: 0 1em;}

.search {
	margin: 0 auto;
	max-width: 150px;
}
	
.search-form {}
	
	.search-form input {
		height: 2.75em;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 0 0.75em;
		width: auto;
	}
	
	@media (max-width: 320px) {
		.search-form select {
			display: inline;
		}
	}

	.search-form ul {padding: 0;}
		
	.search-form ul li {
		display: inline-block;
		height: auto;
		vertical-align: middle;
		padding: 0;
		margin: 0.25em 0;
	}
			
	@media (max-width: 320px) {
		.search-form ul li {
			display: block;
			padding-bottom: 0.5em;
		}
	}

.search-form select {
	padding: 0 0.75em;
	margin: 0;
}
	
.user-pass {
    width: 75%;
	padding-top: 1em;
	}

	.user-pass > div {
		color: white;
		text-transform: uppercase;
		display: inline-block;
		padding: 0.5em 0;
		width: auto;
		}

	.user-pass a {
		color: white !important;
		text-transform: none;
		}

.fine-print {
	font-size: 11px;
	font-Weight: Normal;
	line-height: 15px;
	}
	
.subHeader {
	font-size: 1.2em;
	line-height: 1.75em;
	padding: 0.5em;
	color: white;
	background-color: #cb2921;
	text-align: center;
	border-radius: 0;
	}

.subHeader.pink {
	font-Weight: 600;
    background-color: pink;
}
	
.subHeader.darkgreen {
	background-color: darkgreen;
	}
	
.subHeader.flagRed {
	background-color: #bf0a30;
	}
	
.subHeader.steelblue {
	background-color: steelblue;
	}
	
.subHeader.football {
	background-color: darkseagreen;
	padding: 10px 0px 5px 0px;
	font-Weight: 700;
	font-size: 1.4em;
	}

.colheader {
    background-color: #53b59e;
	}

		@media (max-width: 480px) {
			.colheader {
				font-size: 12px;
				line-height: 14px;
				padding-top: 0.5em;
			}
		}
		
.green {
	display: block;
	margin-bottom: 0.25em;
	color: #53b59e;
	font-weight: bold;
}

.tabtr {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 1.4em;
    line-height: 2em;
    vertical-align: middle;
    padding-top: 1em;
}

.bodyType {
	line-height: 16px;
	color: #000;
	}

.bodyType strong {
	font-weight: 700;
	line-height: 16px;
	color: #000;
	}
	
.text {color: #000;}

.textbold {
	font-weight: 700;
	color: #000;
	}

.rowshaded {background-color: #eeeeee;}
		
.rownotshaded {background-color: #ffffff;}
	
		@media (max-width: 360px) {
			.rowshaded img, .rownotshaded img {max-width: 20px;}
		}
		
		@media (max-width: 480px) {
			.rowshaded, .rownotshaded {
			font-size: 12px;
			line-height: 16px;}
		}
		
.rowshaded img, .rownotshaded img {
	width: 65px;
	}
	
.required {
	font-weight: 700;
	font-size: 10px;
	color: blue;
	}

.confirmMessage {color:black;}

.confirmMessage2 {color:red;}

.error {color:red;}
	
.errorbold {
	font-weight: 700;
	color:red;
	line-height: 1.5em;
	}
	
.item {
    font-size: 1.25em;
    text-decoration: none;
	padding-bottom: 1em;
	}

.tabbg {background-color: #00339A;}

.replacement {
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	color: #00339A;
	}

.subcategories {list-style-type: disc;}

.subcategoriesnobullet {list-style-type: none;}

.dialog {display: none;}

.comment {
	font-size: 11px;
	text-decoration: none;
	color: #00339A;
	}

.padding {padding: .5em;}
	
.padding20 {padding: 20px;}

.legal {font-size: 12px;}
	
.comment-box {
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 2em;
    max-width: 600px;
    width: 85% !important;
}

.bannerpromo {text-align: center;}

.bold{font-weight:bold;}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.gift-card{}

.gift-card-well-heading {padding: 10px 0;}

.button {margin: 10px 0;}

.label {padding: 5px 0;}

.feature-item {color: white;}

.highlight {
    background: cornsilk;
    padding: 1em;
    margin: 2em auto;
    border: 2px solid burlywood;
    max-width: 880px;
    display: block;
}

.heading2 {font-weight: 600;}