/* page structure */
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'open sans', helvetica, Arial,Tahoma,sans-serif;
	line-height: 20px;
	background: url(../images/bg-underwater.jpg) center, #020202;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/* Navigational Elements */

.topnav {
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	margin-bottom: 10px;
	float: left;
	border-top: 1px solid #1780a3;
	border-bottom: 1px solid #1780a3;
	background-color: transparent;
}

	.topnav > .nav > A {
		color: #243539;
	}

.footernav {
	padding: 30px 0;
}

	.footernav UL {
		list-style: none;
		margin: 0 20px 30px 0;
		padding: 0;
	}

		.footernav UL LI {
			margin: 0;
			list-style: none;
			border-bottom: 1px solid #040438;
		}

			.footernav UL LI A {
				display: block;
				padding: 8px 10px;
				color: rgba(255,255,255,0.90);
			}

				.footernav UL LI A:hover {
					display: block;
					background: rgba(255,255,255,0.20);
					text-decoration: none;
				}
                                @media only screen and (max-width: 991px) {
                                    .footernav {
                                            padding: 0;
                                    }	
                                    .footernav:first-child {
                                            padding-top: 30px;
                                    }
                                    .footernav:last-child {
                                            padding-top: 30px;
                                    }	
                                    .footernav UL {
                                            list-style: none;
                                            margin: 0;
                                            padding: 0;
                                    }
                                }

.nav-input-pad {
	padding: 9px 15px 0px 15px;
}

.nav-button-pad {
	padding: 5px 15px 0px 15px;
}


.hdrwrapper {
	padding: 0 10px;
	background: rgba(255,255,255,0.90);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9ffffff',GradientType=0 ); /* IE6-9 */
}

.mainwrapper {
}

.maincontainer {
	background: rgba(255,255,255,0.85);
	padding: 10px 20px;
	border-radius: 8px 8px 8px 8px;
	margin-top: 20px;
}

.singlehorline {
	background: url(../images/horline-single.png) no-repeat center center;
	height: 10px;
}

.doublehorline {
	background: url(../images/horline-single.png) no-repeat center center;
}

.jquery {
	width: auto;
	margin-top: 20px;
}

.sidebar {
	padding-bottom: 10px;
	margin-top: 10px;
}

.ftrwrapper {
	background: rgba(5,31,49,0.90);
	margin: 20px 0 0 0;
	height: auto;
}

	.ftrwrapper A {
		color: #FFFFFF;
	}

.header-cart {
	margin: 0;
}

.search-form-group {
	margin-bottom: 8px;
	float: left;
}

	.search-form-group > input[type="text"] {
		position: relative;
		top: 0px;
		right: 0px;
		bottom: 0px;
		display: inline-block;
		height: 45px;
		max-height: 45px;
		margin-right: 5px;
		margin-bottom: 20px;
		float: left;
		border: 2px solid #ff3019;
		border-radius: 10px;
		background-color: white;
		background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.49));
		background-image: -o-linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.49));
		background-image: linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.49));
		box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 4px 1px inset;
	}

@media (max-width: 767px) {
	.search-form-group {
		width: 100%;
	}

		.search-form-group .search-box {
			width: 80%;
		}
}

.search-go {
	float: left;
	color: #ffffff !important;
	font: italic 600 20px/20px "open sans", arial, sans-serif !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	border-radius: 10px !important;
	background-color: #cc0000;
	border: 1px solid #A00303 !important;
}

.subad1 {
	margin: 10px 0 20px 0;
}

.subad2 {
	margin: 10px 0 20px 0;
}


.navHeader {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #166A9C;
	font-family: Oswald, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 25px;
	font-style: normal;
	font-weight: 300;
	border-radius: 5px 5px 0 0;
}

.navwrapper {
	background: rgba(255,255,255,0.85);
	border-radius: 0 0 8px 8px;
}

.tame {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 10px;
	border-radius: 0 0 5px 5px;
	background: #FFFFFF;
}

	.tame li {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		border-bottom: 1px dashed #7c8790;
		font-family: 'open sans', sans-serif;
		color: black;
		font-size: 16px;
		list-style: none;
		background: #FFFFFF;
	}

		.tame li:hover {
			background: #166A9C;
			color: #FFFFFF;
		}

		.tame li A {
			padding: 8px 10px;
			font-family: 'open sans', sans-serif;
			color: black;
			font-size: 16px;
			display: block;
		}

			.tame li A:hover {
				color: #FFFFFF;
			}

			.tame li A:focus, .tame li A:active {
				background: #166A9C;
				color: #FFFFFF;
			}

	.tame a.selected {
		font-weight: bold;
	}

.breadcrumb {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;
	background-color: transparent;
}

	.breadcrumb .homeLink {
		border-right-style: none;
		color: #8c97a1;
		font-style: normal;
		font-weight: 800;
		padding: 0 15px;
	}

	.breadcrumb A {
		border-right-style: none;
		color: #7c8790;
		font-style: normal;
		font-weight: 400;
		padding: 0 15px;
	}

	.breadcrumb > .SectionTitleText {
		padding-right: 10px;
		padding-left: 10px;
		font-family: 'open sans', sans-serif;
		color: #1780a3;
		font-weight: 600;
	}

	.breadcrumb > .SectionTitle {
		padding-right: 10px;
		padding-left: 10px;
		font-family: 'open sans', sans-serif;
		color: #1780a3;
		font-weight: 600;
	}

	.breadcrumb > .breadcrumbseparator {
		color: #7c8790;
		font-size: 14px;
	}

	.breadcrumb > li {
		display: inline-block;
	}

	.breadcrumb > .active {
		border-right-style: none;
		color: #1780a3;
		font-style: normal;
		font-weight: 700;
	}

.homelink {
	display: inline-block;
	float: left;
}

/* Homepage Login Form ==========================  */

#formcontainer {
	display: block;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
}

	#formcontainer .col-sm-6 {
		width: 100%;
	}

	#formcontainer H4 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		background-color: #166A9C;
		font-family: Oswald, sans-serif;
		color: #FFFFFF;
		font-size: 24px;
		line-height: 25px;
		font-style: normal;
		font-weight: 300;
		border-radius: 5px 5px 0 0;
		display: block;
	}

	#formcontainer form {
		margin: 0 auto;
		margin-top: 20px;
	}

		#formcontainer form label {
			color: #555;
			display: inline-block;
			margin-left: 18px;
			padding-top: 10px;
			font-size: 14px;
		}

		#formcontainer form p a {
			font-size: 11px;
			color: #aaa;
			float: right;
			margin-top: -25px;
			margin-right: 10px;
		}

	#formcontainer p a:hover {
		color: #555;
	}

	#formcontainer input {
		font-family: "open sans", Helvetica, sans-serif;
		font-size: 12px;
		outline: none;
		display: block;
	}

		#formcontainer input[type=text],
		#formcontainer input[type=email],
		#formcontainer input[type=password] {
			color: #777;
			padding-left: 10px;
			margin: 10px;
			margin-top: 3px;
			margin-left: 18px;
			width: 80%;
			height: 35px;
		}

	#formcontainer #lower {
		width: 100%;
		height: auto;
		margin-top: 10px;
		border-radius: 0 0 5px 5px;
	}

	#formcontainer input[type=checkbox] {
		margin-left: 20px;
		display: inline;
		vertical-align: top;
	}

	#formcontainer input[type=submit] {
		float: right;
		margin: 0 20px 20px 0;
		font-weight: bold;
		text-transform: uppercase;
		border: orange;
	}

	#formcontainer .checkbox-label {
		margin-left: 3px;
		font-family: "open sans", Helvetica, sans-serif;
		font-size: 10px;
	}

	#formcontainer form-label-suffix-required {
		font-size: 10px;
	}

	#formcontainer .sign-in-actions {
		margin-top: -10px;
	}
        #formcontainer .newuser {
            float: right;
            font-family: "open sans", Helvetica, sans-serif;
            font-size: 12px;
            outline: none;
            display: block;
            margin: 0 10px 20px 0;
            font-weight: bold;
            text-transform: uppercase;
            height: 29px;
        }

.social img {
	text-align: right;
	max-width: 100%;
}

@media (min-width: 220px) {

	/* Sidebar Navigation ==========================*/
	ul .tame {
		padding: 0;
		margin: 0;
		list-style: none;
	}

		ul .tame li {
			padding-top: 8px;
			padding-bottom: 8px;
			padding-left: 10px;
			border-bottom: 1px dashed #bfc7ce;
			font-family: 'open sans', sans-serif;
			color: black;
			font-size: 16px;
			list-style: none;
		}

	.navwrapper {
		padding: 0;
	}

	.logo {
		text-align: center;
		float: none;
		display: block;
	}

		.logo img {
			height: 120px;
		}

	.social {
		text-align: center;
		float: left;
		display: inline-block;
		width: 40%;
		padding-right: 10px;
		margin: 10px 0 20px 0;
	}

		.social img {
			text-align: right;
			max-width: 32px;
		}

		.social A {
			float: right;
			display: block;
			max-height: 32px;
			max-width: 32px;
		}

	.phone {
		font: 400 24px/30px 'Oswald', helvetica, sans-serif;
		text-transform: uppercase;
		color: #004878;
		margin: 10px 0 20px 0;
		text-align: left;
		width: 50%;
		display: inline-block;
	}

	.phone-header {
		font: 400 24px/30px 'Oswald', helvetica, sans-serif;
		text-transform: uppercase;
		color: #004878;
		margin: 10px 0 20px 0;
		text-align: left;
		width: 60%;
		display: inline-block;
		padding-left: 10px;
	}

	.search-wrap {
		text-align: center;
		float: none;
		display: block;
		margin-left: 15px;
	}

	.hdrminornav {
		font: 400 12px/20px 'open sans', helvetica, sans-serif;
		text-transform: uppercase;
		color: #004878;
		padding: 8px 0;
		margin: 0 -10px 10px -10px;
		text-align: center;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 75%, rgba(211,211,211,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(241,241,241,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 75%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 75%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 75%,rgba(211,211,211,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 75%,rgba(211,211,211,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	}

		.hdrminornav A {
			padding: 10px 10px;
			color: #3b3e41;
		}

	A.account {
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		border-right: none;
		border-right: none !important;
		color: #3b3e41;
		background: rgb(254,254,254); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 75%, rgba(173,173,173,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(75%,rgba(219,219,219,1)), color-stop(100%,rgba(173,173,173,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(219,219,219,1) 75%,rgba(173,173,173,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(219,219,219,1) 75%,rgba(173,173,173,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(219,219,219,1) 75%,rgba(173,173,173,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(219,219,219,1) 75%,rgba(173,173,173,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
	}

	A.cart {
		margin: 0px;
		font-weight: bold;
		border-right: none;
		border-right: none !important;
		color: #FFFFFF;
		background: #cc0000; /* Old browsers */
		background: -moz-linear-gradient(top, #cc0000 13%, #cc0000 79%, #a31010 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#cc0000), color-stop(79%,#cc0000), color-stop(100%,#a31010)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #cc0000 13%,#cc0000 79%,#a31010 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #cc0000 13%,#cc0000 79%,#a31010 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #cc0000 13%,#cc0000 79%,#a31010 100%); /* IE10+ */
		background: linear-gradient(to bottom, #cc0000 13%,#cc0000 79%,#a31010 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#a31010',GradientType=0 ); /* IE6-9 */
	}

	A.cart2 {
		margin: 0px;
		font-weight: bold;
		border-right: none;
		border-right: none !important;
		color: #FFFFFF;
		background: #ff3019; /* Old browsers */
		background: -moz-linear-gradient(top, #ff3019 13%, #ff3019 77%, #ff3019 77%, #ff3019 79%, #e01616 88%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#ff3019), color-stop(77%,#ff3019), color-stop(77%,#ff3019), color-stop(79%,#ff3019), color-stop(88%,#e01616)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ff3019 13%,#ff3019 77%,#ff3019 77%,#ff3019 79%,#e01616 88%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ff3019 13%,#ff3019 77%,#ff3019 77%,#ff3019 79%,#e01616 88%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ff3019 13%,#ff3019 77%,#ff3019 77%,#ff3019 79%,#e01616 88%); /* IE10+ */
		background: linear-gradient(to bottom, #ff3019 13%,#ff3019 77%,#ff3019 77%,#ff3019 79%,#e01616 88%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#e01616',GradientType=0 ); /* IE6-9 */
	}
}

@media (min-width: 768px) {
	.form-control.form-control-inline.search-box {
		width: 400px;
		margin-top: 0;
	}

	.navbar-form.navbar-right:last-child {
		margin-right: 0px;
	}

	.social {
		text-align: right;
		display: inline-block;
		padding: 0;
		width: auto;
		float: none;
		margin: 5px 0;
	}

		.social A {
			display: block;
			max-height: 32px;
			max-width: 32px;
			margin: 15px 5px;
			float: right;
		}

	.phone {
		font: 400 24px/30px 'Oswald', helvetica, sans-serif;
		text-transform: uppercase;
		color: #004878;
		margin: 0 0 20px;
		width: auto;
		display: block;
	}
	.phone-header {
		font: 400 24px/30px 'Oswald', helvetica, sans-serif;
		text-transform: uppercase;
		color: #004878;
		margin: 20px 0;
		text-align: right;
		float: right;
		width: auto;
	}

	.search-wrap {
		float: right;
		margin: 10px 0 0 0;
	}

	.hdrminornav {
		font: 400 12px/19px 'open sans', helvetica, sans-serif;
		color: #004878;
		text-align: right;
	}

	.navwrapper {
		padding: 0 10px;
	}

	.logo img {
		margin: 0 0 10px 10px;
		/*min-height: none;*/
		height: auto;
		max-width: 100%;
	}
}

/* Category Horizontal Banner */
.topbanner {
	background: #cc0000;
	padding: 10px 20px 5px 20px;
	display: block;
	margin-bottom: 20px;
}

	.topbanner > H3 {
		font: 700 30px/40px 'Oswald', helvetica, sans-serif !important;
		color: #FFFFFF;
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border-right: 1px dashed #990000;
		margin-right: 20px;
		padding-right: 20px;
	}

	.topbanner > P {
		color: #FFFFFF;
		display: inline-block;
		float: left;
		font: italic 800 20px/36px "Open Sans",helvetica,sans-serif;
	}

.topbanner.signin {
	background-color: rgba(0, 0, 0, .75);
	padding: 20px 30px;
    text-align: center;
}

.topbanner.signin h3 {
	float: none;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
	border-right: 0;
}

.topbanner.signin p {
	font-size: 14px;
    float: none;
    line-height: 1.3;
    font-style: normal;
    font-weight: normal;
}

.topbanner.signin a.btn {
	margin: 10px 0;
}

	@media only screen and (max-width: 768px) {
		.topbanner > H3 {
                    font: 700 25px/35px 'Oswald', helvetica, sans-serif !important;
                }

                .topbanner > P {
                    font: italic 800 15px/40px "Open Sans",helvetica,sans-serif;
                }
            }
            @media only screen and (max-width: 660px) {
                .topbanner > P {
                    font: italic 800 15px/20px "Open Sans",helvetica,sans-serif;
                }
            }

/* Global Element Styles */
input[type="text"],
select,
input[type="password"],
textarea {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	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 .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="button"],
input[type="submit"],
.btn-default {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	border-color: #cf0404;
}

	input[type="button"]:hover, input[type="submit"]:hover {
		color: #333333;
		background-color: #ebebeb;
		border-color: #adadad;
	}


/* Call to Action Buttons */

input.AddToCartButton, input.UpdateWishButton, input.CheckoutNowButton, #OnePageCheckoutWrap input.PlaceOrderButton,
input.UpdateAccountButton, input.ShippingPageContinueCheckoutButton, input.PaymentPageContinueCheckoutButton, input.ReviewPageContinueCheckoutButton,
div[id$='pnlEmailGiftCards'] input[type='submit'], input[id$='RegisterAndCheckoutButton'], input[id$='LoginButton'], input.ContinueCheckoutButton,
input[id$='btnNewAddress'], input[id$='btnReturnUrl'] {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	background-image: none;
}

	input.AddToCartButton:hover, input.UpdateWishButton:hover, input.CheckoutNowButton:hover, #OnePageCheckoutWrap input.PlaceOrderButton:hover,
	input.UpdateAccountButton:hover, input.ShippingPageContinueCheckoutButton:hover, input.PaymentPageContinueCheckoutButton:hover, input.ReviewPageContinueCheckoutButton:hover,
	div[id$='pnlEmailGiftCards'] input[type='submit']:hover, input[id$='RegisterAndCheckoutButton']:hover, input[id$='LoginButton']:hover, input.ContinueCheckoutButton:hover,
	input[id$='btnNewAddress']:hover, input[id$='btnReturnUrl']:hover, input[id$='btnMoveToCart']:hover {
		color: #ffffff;
		background-color: #3276b1;
		border-color: #285e8e;
		background-image: none;
	}

input[id$='btnMoveToCart'] {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	background-image: none;
	padding: 5px 5px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
	margin: 7px 0px 0px 0px;
}

input.PaymentPageContinueCheckoutButton, input.ShippingPageContinueCheckoutButton, div[id$='pnlEmailGiftCards'] input[type='submit'], input.UpdateWishButton {
	margin: 10px 0 40px 0;
	display: block;
}

/* SPECIFIC STYLES FOR ELEMENTS START HERE */

/* Checkout Styles */

.cartProductQuantity input[type="text"] {
	height: 30px;
	width: 35px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	margin: 8px 5px 5px 0px;
}

.cartProductQuantity div a, .cartProductSubtotal span {
	padding: 5px 5px 5px 0px;
	display: block;
}

.cartProductQuantity span {
	float: left;
	padding: 0 10px 0 0;
}

.shoppingcartproductname {
	padding: 5px 5px 5px 0px;
	display: block;
}

.CheckoutNowButton, .ContinueShoppingButton {
	margin: 10px 0 0 0;
}

.OrderOptionsRowHeader {
	font-weight: bold;
	display: block;
	padding: 0 5px 5px 0px;
}

.subTotalValue {
	font-weight: bold;
	font-size: 16px;
}

div[id$='pnlCartAllowsShippingMethodSelection'] td[style='width:250px;'] {
	width: 0 !important;
}

/* SOPC Styles */
#OnePageCheckoutWrap #OPLeftCol {
	width: 70%;
}

#OnePageCheckoutWrap #OPRightCol {
	width: 28%;
}

#OnePageCheckoutWrap #ShipMethodWrap, #OnePageCheckoutWrap .paymentMethodContents table, #OnePageCheckoutWrap .nextStepWrap .ErrorBox, #OnePageCheckoutWrap .errorBlock {
	width: 100%;
}

@media (max-width: 768px) {
	/* Multi-step checkout and account page responsive fixes */
	input[id$='TextCardSecurity'] {
		min-width: 60px;
	}

	#walletAddPaymentWrap table td {
		display: block;
	}

	.InfoMessageBox input[type='text'], .InfoMessageBox select {
		width: 100%;
		margin: 4px 0 0 0;
	}

	.InfoMessageBox table td, div[id$='pnlPaymentOptions'] table td {
		display: inline;
	}

		img[id$='checkoutheadergraphic'], #CheckoutSequence, div[id$='pnlPaymentOptions'] table td[style='width:210px;'], div[id$='pnlPaymentOptions'] br,
		table.accountPanel hr, div[id$='pnlEmailGiftCards'] br, div[id$='pnlAddNewAddress'] br, div[id$='pnlAccountInfo'] hr, div[id$='pnlBillingInfo'] hr,
		div[id$='pnlShippingInfo'] hr {
			display: none;
		}

	span[id$='lnkEditOderLink'] {
		display: block;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		border-left: solid 1px #000;
		padding: 0px 4px;
	}

	.shoppingCartContainer span[id$='lnkEditOderLink'] {
		display: none;
	}

	select[id$='cboShipToAddress'] {
		width: 100%;
	}

	table[id$='ctrlShippingMethods'] label {
		display: inline;
		font-weight: normal;
		padding: 0 0 0 4px;
	}

	#ctl00_PageContent_checkoutheadergraphic {
		width: 100%;
	}

	table.accountPanel table:first-of-type {
		margin: 5px;
		width: 98% !important;
	}

	table.accountPanel input[type='text'], table.accountPanel input[type='password'], div[id$='pnlEmailGiftCards'] td input[type='text'],
	div[id$='pnlAddNewAddress'] input[type='text'], div[id$='pnlAddNewAddress'] select, div[id$='pnlLogin'] input[type='text'], div[id$='pnlLogin'] input[type='password'],
	div[id$='pnlAccountInfo'] input[type='text'], div[id$='pnlAccountInfo'] input[type='password'], div[id$='pnlBillingInfo'] input[type='text'], div[id$='pnlBillingInfo'] select,
	div[id$='pnlShippingInfo'] input[type='text'], div[id$='pnlShippingInfo'] select, table[id$='tblNewAddress'] select, table[id$='tblNewAddress'] input[type='text'],
	div[id$='ctrlAddress'] input, div[id$='ctrlAddress'] select, div[id$='pnlEmailToFriend'] input[type='text'], div[id$='pnlEmailToFriend'] select {
		width: 96% !important;
		margin: 4px 0px 0px 0px;
	}

	div[id$='pnlEmailGiftCards'] textarea {
		width: 100% !important;
	}

	div[id$='pnlEmailGiftCards'] td, div[id$='pnlAddNewAddress'] td, div[id$='pnlLogin'] td,
	div[id$='pnlAccountInfo'] td, div[id$='pnlBillingInfo'] td, div[id$='pnlShippingInfo'] td, table[id$='tblNewAddress'] td,
	div[id$='ctrlAddress'] td, div[id$='pnlEmailToFriend'] td, .cartProductName table td {
		display: inline;
		width: 100%;
	}

	table.accountPanel td {
		display: block;
		text-align: left;
		width: 100%;
	}

	div[id$='pnlLogin'] span[id$='Label11'] {
		width: 100%;
		display: inline-block;
		padding: 0 0 10px 0px;
	}

	div[id$='pnlLogin'] span[id$='Label5'] {
		width: 100%;
		display: inline-block;
	}

	table.orderHistoryTable td {
		width: auto;
		display: table-cell;
	}

		table.orderHistoryTable td:nth-of-type(3), table.orderHistoryTable td:nth-of-type(6) {
			display: none;
		}

	div[id$='pnlAddNewAddress'] {
		width: 100%;
	}

	div[id$='ctrlBillingAddress'], div[id$='ctrlNewAddress'] {
		margin: 0px 0px 0px 4px;
	}

	table[id$='tblShippingInfoBox'] table {
		margin: 0px 0px 0px 2px;
	}
	/* BEGIN Checkout anon */
	div[id$='FormPanel'] #table1 td {
		width: 100%;
		display: inline;
	}

	div[id$='FormPanel'] #table1 br, div[id$='FormPanel'] #table1 span[id$='Label1'] {
		display: none;
	}

	div[id$='FormPanel'] #table1 input[type='text'], #table1 input[type='password'] {
		width: 96% !important;
		margin: 4px 0px 0px 0px;
	}

	div[id$='FormPanel'] #table2 span[id$='Label5'] {
		width: 100%;
		padding: 5px 0px 0px 0px;
		display: block;
		font-size: 10px;
	}

	div[id$='FormPanel'] #table2 a[id$='HyperLink1'] {
		width: 100%;
		padding: 0px 0px 15px 0px;
		display: block;
		border-bottom: solid 2px #cecece;
		font-size: 10px;
	}

	div[id$='FormPanel'] #table1 span[id$='Label6'], div[id$='FormPanel'] #table1 span[id$='Label7'] {
		width: 100%;
		padding: 0px 0px 8px 0px;
		display: block;
		font-size: 16px;
	}

	input[id$='RegisterAndCheckoutButton'] {
		margin: 0 0 40px 0px;
	}
	/* END Checkout anon */

	/*SOPC responsive fixes */
	#OnePageCheckoutWrap #OPRightCol {
		width: 100%;
	}

	#OnePageCheckoutWrap #OPLeftCol {
		width: 100%;
		margin-bottom: 25px;
	}

	#OnePageCheckoutWrap .subSection {
		padding: 0px;
	}

	.LoginLayoutTable {
		width: 100%;
	}

	#OnePageCheckoutWrap .addressInputCell input[type='text'], #OnePageCheckoutWrap .addressInputCell select, #OnePageCheckoutWrap .paymentMethodContents select,
	#OnePageCheckoutWrap .paymentMethodContents input[type='text'] {
		width: 98%;
	}

	#OnePageCheckoutWrap .addressLabelCell, #OnePageCheckoutWrap .addressInputCell, #OnePageCheckoutWrap #CCDetailsTable td,
	#OnePageCheckoutWrap .paymentMethodContents table td {
		width: 100%;
		display: block;
	}

	#OnePageCheckoutWrap .shipAddressWrap input[type='text'], #OnePageCheckoutWrap .shipAddressWrap select {
		width: 93%;
	}

	#OnePageCheckoutWrap .paymentMethodContents {
		margin: 0px;
	}

	#OnePageCheckoutWrap #CreditCardIconsWrap {
		float: none;
	}

	#OnePageCheckoutWrap .checkoutBlock input[type='text'],
	#OnePageCheckoutWrap .checkoutBlock select,
	#OnePageCheckoutWrap .checkoutBlock textarea,
	#OnePageCheckoutWrap .LoginLayoutTable input[type='text'], #OnePageCheckoutWrap #createAccountTable input[type='password'] {
		width: 96% !important;
	}

	#OnePageCheckoutWrap .checkoutBlock td,
	#OnePageCheckoutWrap .LoginLayoutTable td,
	#OnePageCheckoutWrap #createAccountTable td {
		width: 100%;
		display: block;
		vertical-align: top !important;
		text-align: left;
	}

	#OnePageCheckoutWrap .paymentFormLabel {
		text-align: left;
	}

	#createAccountTable {
		width: 100%;
	}
}

#OnePageCheckoutWrap .opcCouponCodeWrapper {
	width: auto;
}

#OnePageCheckoutWrap .cartItemDetails {
	float: none;
	width: auto;
}

@media only screen and (max-width: 768px) {
	table.SiteMap > tbody > tr > td, table.SiteMap > tr > td {
		display: block;
		width: auto !important;
	}
}

@media only screen and (max-width: 768px) {
	.ShippingAndTaxEstimateAddress td {
		width: 100% !important;
		display: block;
		padding: .25rem;
	}
}

table.SiteMap td {
	width: auto !important;
}

/* Contact Form */
div[id$='pnlContactForm'] > table td {
	padding: .25em;
}

@media only screen and (max-width: 768px) {
	div[id$='pnlContactForm'] > table, div[id$='pnlContactForm'] tbody, div[id$='pnlContactForm'] tr {
		display: block;
	}

	div[id$='pnlContactForm'] .First {
		text-align: left;
	}

	div[id$='pnlContactForm'] > table td {
		display: block;
		width: 100% !important;
	}
}


/* Product Page */
.ProductNameText {
	font-size: 18px;
	font-weight: bold;
}

#productTopBox {
	text-align: right;
	padding: 1.5em 10px 10px 10px;
}

#sku {
	display: block;
}

#price {
	font-weight: bold;
	font-size: 1.5em;
	display: block;
}

.SalePrice {
	color: #cc0000 !important;
}

#description, #quoteBox, #otherinfo {
	margin: 10px;
}

.prodHeader {
	width: 99.5%;
	height: 1.2em;
	color: #6B6F83;
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 5px;
	border-bottom: solid 2px #4776BD;
}

#quoteBox input, #quoteBox select {
	font-size: 1em;
	display: block;
	margin: 5px 0;
}

#mainImg {
	margin: 0 10px 10px 0;
	float: left;
}

.addToForm {
	margin-top: 1em;
}

#shipQuoteLabels {
	width: 10em;
	height: auto;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

	#shipQuoteLabels label {
		display: block;
		line-height: 2em;
	}

#ShipQuote, #yourQuote {
	font-weight: bold;
	line-height: 2em;
}

#shipQuoteWrapper {
	height: auto;
	float: left;
}

#navArrows {
	float: right;
}

.product-description,
.product-options,
.variant-price,
.add-to-cart-wrap,
.quantity-discount-wrap,
.product-spec-link-wrap,
.email-a-friend-wrap,
.promotion-call-to-action,
.inventory-table,
.stock-indicator {
	margin-bottom: 16px;
}

	.add-to-cart-wrap small {
		font-size: inherit;
		font-weight: bold;
	}

.variant-options-label {
	font-weight: bold;
}

.variant-price {
	font-size: 1.5em;
}

.product-image-wrap img[id^='ProductPic'] {
	display: block;
	max-width: 100%;
	height: auto;
}

.quantity-discount-wrap br {
	display: none;
}

.quantity-discount-wrap p {
	display: inline;
}

.quantity-discount-wrap small {
	font-size: inherit;
}

.email-a-friend-link {
	background: url(../images/mailicon.gif) no-repeat scroll left center;
	padding-left: 18px;
}

/* kit specific styles */

.kit_table {
	width: 100%;
}

.kit_column_sidebar {
	padding-left: 8px;
	width: 33%;
}

.kit_groups {
	width: 100%;
}

.kit_sidebar_content {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 8px;
}

.kit_sidebar_header {
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
}

.kit_addToCart {
	padding-bottom: 8px;
}

	.kit_addToCart input {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.kit_addToCart br {
		display: none;
	}

.kit_priceDisplay {
	padding-bottom: 8px;
}

	.kit_priceDisplay .kit_regBasePrice {
		text-decoration: line-through;
	}

.kit_selectedItems {
	border-top: solid 1px #ccc;
	padding-top: 8px;
}

	.kit_selectedItems li {
		margin-bottom: 4px;
	}

	.kit_selectedItems > ul {
		padding-left: 24px;
	}

.kit_groups textarea {
	border: 1px solid #A7A6AA;
}

.kit_group {
	margin-bottom: 10px;
}

.kit_groupName {
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
	cursor: pointer;
}

.kit_groupDescription {
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kit_groupContent {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: middle;
}

.kit_line_item {
	border-style: none;
}

.kit_disabled_item {
	text-decoration: line-through;
}

.kit_group_image {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.kit_kititemImage_hoverPanel {
	background-color: White;
	border: solid 1px #ccc;
	word-wrap: break-word;
}

.kit_groupitem_image {
	padding-left: 25px;
}

.kit_groupItem_nameLabel {
	cursor: pointer;
}

.kit_group img[id$='_imgFile'] {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.kit_groupContent select {
		width: 90%;
	}

	.kit_groupContent input[type='text'] {
		width: 90%;
	}

	.kit_table .kit_column_content {
		width: auto;
		display: block;
	}

	.kit_table .kit_column_sidebar {
		display: block;
		width: auto;
		padding-left: 0px;
	}

	.kit_groupitem_image {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

/* cart page upsell */
.cart-upsell-products {
	padding-top: 16px;
}

/*grid item styles for entity pages, related, upsell etc. */
.grid-item {
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
	margin-top: 15px;
	border-right: 1px solid #8abfd1;
}

.entity-page-product-row {
	border-bottom: 1px solid #8abfd1;
	margin-right: 5px;
}

	.entity-page-product-row > div:nth-child(5) {
		border-right: none;
	}

.entity-product-name-wrap {
	padding-top: 10px;
	color: #166A9C;
	font: 300 16px/20px Oswald, Helvetica, sans-serif;
	text-align: center;
}

.entity-product-price-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Oswald, sans-serif;
	color: #ff5100;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

	.entity-product-price-wrap .price-wrap .variant-price {
		font-size: 16px;
		font-weight: normal;
	}

.grid-item-image {
	margin: 0px auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */
#entityPageHeader p {
	margin-top: 0;
}

#entityPageHeader img {
	margin: 0 1em 0.5em 0;
	float: right;
}

.entity-image {
	margin: 0px 8px 8px 0px;
}

.entity-page-description {
	margin-bottom: 8px;
}

.sub-entity-list {
	margin-bottom: 16px;
}

/* other selectors */
.MediumCell, .LightCell {
	border: none;
}

.error {
	font-weight: bold;
	color: Red;
}

.errorLg {
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.SBProdName {
	font-size: .7em;
}

.SBCatName {
	font-size: .8em;
	font-weight: bold;
}

.PBCartFull {
	font-size: .7em;
	color: Blue;
	font-weight: bold;
}

.InfoMessage {
	font-weight: bold;
	color: #0000ff;
}

/* ajax Shipping*/
#AjaxShipping {
	width: 99%;
	border: solid 1px #444;
	height: 100%;
	float: left;
	padding: 3px;
}

	#AjaxShipping h4 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
		font-size: 1.1em;
	}

.AjaxShippingLabel {
	width: 175px !important;
	float: left;
	font-weight: bold;
	clear: left;
}

#AjaxShipping input, #AjaxShipping select {
	font-size: 1em;
	float: left;
}

#AjaxShippingCountry, #AjaxShippingState, #AjaxShippingZip, #AjaxShippingEstimate {
	float: left;
	clear: left;
	border-top: solid 1px #eee;
	width: 99%;
	padding: 3px 0;
}

#ShipQuote {
	float: left;
	margin: 0;
}
/* set Visibility to :hidden and uncomment 'display' to turn off */
#AjaxShippingCountry {
	visibility: visible;
	/*display:none;*/
}

#AjaxShippingState {
	visibility: visible;
	/*display:none;*/
}

.dhtmltooltip {
	padding: 8px;
	font-size: 12px;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.CardCodeTooltip {
	border: 0;
	padding: 2px;
	background-color: #DDD;
}

.Kit2dhtmltooltip {
	border: 0;
	margin-top: 20px;
	padding: 2px;
}

.ShippingAndTaxEstimateAddress {
	border: solid 1px #aaa;
	width: 100%;
}

	.ShippingAndTaxEstimateAddress .Header {
		text-align: center;
		font-weight: bold;
		background-color: #ddd;
	}

	.ShippingAndTaxEstimateAddress .Caption {
		width: 30%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimateAddress .Value {
		width: 70%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimateAddress .ErrorMessage {
		width: 100%;
		text-align: center;
		vertical-align: middle;
		color: Red;
		font-weight: bold;
	}

.ShippingAndTaxEstimator {
	border: solid 1px #aaa;
}

	.ShippingAndTaxEstimator .Header {
		text-align: center;
		font-weight: bold;
		background-color: #ddd;
	}

	.ShippingAndTaxEstimator .Caption {
		font-weight: bold;
		width: 30%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimator .Value {
		width: 70%;
		text-align: right;
		vertical-align: top;
	}

.WishListWarning {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #bb0000;
}

.ShippingEstimatorPanel {
	padding: 5px 5px 5px 5px;
}

#KitError {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

#lblKitError {
	color: red;
}

/* default class for stock hint display */

.StockHint_OutOfStock, .StockHint_Indented_OutOfStock {
	color: #bb0000;
}

.StockHint_InStock, .StockHint_Indented_InStock {
	color: #387FD3;
}

/* indented class variation for stock hint display */
.StockHint_Indented {
	text-indent: 10px;
}

/*RadioListItems.ascx has clickable labels*/
span[id$='lblItemName'] {
	cursor: pointer;
}

/*********************************************/
/*************For Featured Products***********/
/*********************************************/

h2.featureditems,
h2.upsell-items-header,
h2.related-items-header {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #7c8790;
	border-bottom: 1px dashed #7c8790;
	background-color: transparent;
	font-family: 'open sans', sans-serif;
	color: #166a9c;
	font-weight: 800;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
}

h2.upsell-items-header,
h2.related-items-header {
	border: none;
	text-align: left;
}

.featured-grid-item,
.upsell-item,
.related-item {
	text-align: center;
	margin-top: 15px;
	border-right: 1px solid #8abfd1;
}

	.featured-grid-item:nth-child(5),
	.upsell-item:nth-child(5),
	.related-item:nth-child(5) {
		border-right: none;
	}

	.featured-grid-item A {
		display: block;
		text-align: center;
		margin: 20px 0; /*background: rgba(255,255,255,0.75);*/
		padding: 10px 15px;
	}

		.featured-grid-item .grid-item-image-wrap a:hover {
			background: rgba(255,255,255,0.5);
		}

	.featured-grid-item h5 {
		font: 400 18px/20px 'Oswald', helvetica, sans-serif;
		color: #166A9C;
	}

	.featured-grid-item P {
		display: block;
		text-align: center;
		color: #333333;
	}

	.featured-grid-item .price {
		font-weight: bold;
		display: none;
		text-align: center;
		color: #e95b05;
	}
	.featured-grid-item button {
		margin:3px;
	}

.featuredProductLinks {
	color: #000000;
	font-weight: bold;
}

.featuredProductDescription {
	padding-top: 10px;
	font-weight: normal;
}

.featuredProductPrice {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

.featuredTeaser {
	color: #000000;
	font-weight: bold;
}

.home-products-row {
	padding-bottom: 10px;
	border-bottom: 1px solid #8abfd1;
}

	.home-products-row img {
		max-width: 100%;
	}

.home-featured-products {
	margin-bottom: 25px;
}

/* css for product ratings */

.CommentHelpfulText {
	color: #009999;
}

.CommentHelpfulYes {
	color: #006600;
}

.CommentHelpfulNo {
	color: #006600;
}

.CommentCell {
	background-color: #FFFFFF;
}

.RatingCommentText {
	color: #000000;
}

.CommentAuthor {
	color: #000000;
}

/* checkout gift card */

.CheckoutEmailGiftCardHeader {
	font-size: 18px;
	padding: 0 0 15px 0px;
}

/* checkout terms and conditions */

.CheckOutTermsBorder {
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
}

/* affiliate page */

.AffiliateHeaderTd {
	/* -- original --
	font-size: smaller;
	font-weight:bold;
	color: #ffffff;
	background-color: #AAAAAA;
	-- -- */
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
	background-color: #CCCCCC;
	padding: 3px;
}

.AffiliateTextCell {
	background-color: #DDDDDD;
	color: #000000;
	padding: 3px;
}

.AffiliateLinks, .AffiliateLinks a:link, .AffiliateLinks a:active, .AffiliateLinks a:visited {
	color: #000000;
}

	.AffiliateLinks a:hover {
		color: #4776BD;
	}

.AffiliateForgotPasswordText {
	color: #000000;
}

	.AffiliateForgotPasswordText span {
		color: #000000;
		font-weight: bold;
	}

/* multi-ship */
.MultiShippingAddressHeaderLeft {
	color: #000000;
	background-color: #dddddd;
}

.MultiShippingAddressHeaderRight {
	color: #000000;
	background-color: #dddddd;
}

/* recent comments */

.RecentCommentsHeader {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.RecentCommentsHeaderBorder {
	background-color: #FFFFFF;
}

.RecentCommentsFooter {
	background-color: #CCCCCC;
}

.RecentCommentsBorder {
	background-color: #CCCCCC;
}

.RecentCommentsCell {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

.pnlRecentCommentSort {
	background-color: #FFFFCC;
}

.RecentCommentSortText {
	color: #FF0000;
}

.RecentCommentReSortText {
	color: #000000;
	font-weight: bold;
}

.RecentCommentIsolateHeader {
	background-color: #009999;
}

.RecentCommentIsolateHeaderText {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.RecentCommentIsolateCell {
	background-color: #FFFFFF;
	color: #000000;
}

.RecentCommentsPagingTop {
	background-color: #ffffff;
	color: #000000;
}

/* rating pop up */

.rateitBG {
	background-color: #336699;
	margin: 0px;
}

.rateittable {
	background-color: #336699;
}

.rateitlabel {
	font-weight: bold;
	color: #ffffff;
}

.rateitproductname {
	background-color: #FFFFCC;
}

.rateitbox {
	background-color: #FFFFFF;
}

.rateitddl {
	font-size: 10px;
}

.rateittext {
	font-size: 12px;
}

/*tabbed ui*/
#pagetabs {
}

	#pagetabs a {
		font-size: 14px;
		background: none repeat scroll 0 0 #EEEEEE;
		border-radius: 3px 3px 0px 0px;
		-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		line-height: normal;
		margin-bottom: 0px;
		padding: 5px 10px 3px 10px;
	}

		#pagetabs a:hover {
			text-decoration: none;
		}

		#pagetabs a.activetab {
			background-color: #EEEEEE;
			background: -moz-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#bfbfbf),color-stop(20%,#bfbfbf),color-stop(100%,#e0e0e0));
			background: -webkit-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -ms-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -o-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
		}

			#pagetabs a.activetab:hover {
				text-decoration: none;
			}

#tabcontent {
	border-radius: 0px 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	margin: 0px;
	width: 100%;
}

.tabContentItem {
	padding: 15px;
}

#tabcontent div.hiddenTab {
	display: none;
}

#tabcontent div.selectedTab {
	display: block;
}


.address_main {
	padding-top: 5px;
}

.addressdatalist {
	border: 1px solid rgb(90, 90, 90);
	width: 100%;
	border-collapse: collapse;
}

.addaddresstbl {
	border: 1px solid rgb(90, 90, 90);
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}

.addressbuttonbg {
	text-align: center;
}

.addressbuttonbg_header {
	border-bottom: solid 1px #ccc;
}

.addressEdittbl {
	border: solid 1px #ccc;
	margin: 5px 0px 5px 0px;
}

.addressCardPanel {
	border: solid 1px rgb(90, 90, 90);
}

.addresseditctrl {
	padding: 10px 0px 10px 10px;
}

.addressaddctrl {
	padding: 10px 0px 10px 10px;
}

.addressfooter {
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
	background-color: #F5F5F5;
	border: solid 1px #ccc;
}

.addressdatalist_header {
	background: transparent url(../images/addressbook.gif) no-repeat scroll left bottom;
	height: 22px;
	width: 190px;
}

.addressImagebuttons {
	width: 70px;
	padding-right: 50px;
	vertical-align: top;
}

.addressPaymentMethodtbl {
	background-color: #cccccc;
	width: 100%;
}

.addressLabel {
	padding-right: 10px;
}

/* shipping method control */
.shippingMethodErrorMessage {
	font-weight: bold;
	color: #ff0000;
}

/* shoppingcart */
.shopping_cart {
	width: 100%;
	border: solid 1px #444444;
	padding: 5px;
}
/* account */
.accountPanel {
	width: 100%;
	border: solid 1px #444444;
	padding: 5px;
}

.orderHistoryTable, .orderHistoryTable td {
	border: 0px none;
}

	.orderHistoryTable tr:nth-child(odd) {
		background: #eee;
	}

/* tab image fix */
img[id*="info_gif"], img[id*="_imgShoppingCartTab"] {
	vertical-align: bottom;
}
/* opc fix */
#ctl00_PageContent_pnlAshland {
	font-size: 12px;
}

/* mini cart */

#divMiniCart {
	background-color: White;
	z-index: 999;
}

.miniCartCollapseHeaderPanel {
	text-align: right;
	padding-bottom: 2px;
	width: 300px;
	font-size: 8pt;
}

.miniCartCollapseBody {
	width: 300px;
	font-size: 8pt;
	height: 0px;
	overflow: hidden;
}

.mini_cart {
	color: #000000;
	font-size: 10px;
	width: 100%;
	border: solid 1px #444444;
}

	.mini_cart .cart_header {
	}

		.mini_cart .cart_header td {
			color: #FFFFFF;
			background: #699EDC url(../images/nav-bg.gif) repeat;
			padding: 3px 3px 3px 3px;
		}

	.mini_cart .cart_items {
		padding: 5px;
	}

a.Checkout_Minicart {
	color: Blue;
	font-weight: bold;
}

.minicart_minimumQty {
	color: #ff0000;
	font-style: italic;
}

.minicartimg img {
	width: 75px;
	height: 75px;
}

#divMiniCart input[type='text'] {
	border: 1px solid #A7A6AA;
}

/*** Templating ********/
.template {
	border: solid 1px #ddd;
}

.template_header {
	background-color: #ddd;
	border: dashed 1px #ddd;
	padding: 5px 5px 5px 5px;
}

.template_header_settings,
.template_header_settings a,
.template_header_settings a:active,
.template_header_settings a:visited,
.template_header_settings a:link {
	cursor: pointer;
	text-decoration: none !important;
	font-size: 12px;
}

	.template_header_settings a:hover {
		color: #ffffff !important;
	}

.template_header_edit_options {
	border: solid 1px #919C9D;
	background-color: #fff;
}

	.template_header_edit_options ul,
	.template_header_edit_options li {
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
		display: list-item;
		list-style: none;
		line-height: 1.25em;
	}

.behavior_panel {
	border-style: none;
}

	.behavior_panel .behavior_left {
		width: 10%;
		background-color: #ddd;
	}

	.behavior_panel .behavior_option {
		width: 80%;
		background-color: #fff;
		padding: 5px 5px 5px 5px;
	}

.watermarked {
	color: #BBBBBB;
}

.pm_CCImage {
	padding-right: 5px;
}

.shoppingCartContainer .buySAFE_Kicker_Wrapper {
	float: right;
	display: block;
}

td.fieldHeader {
	font-size: 50%;
}

table.NewsletterBox {
	width: 20%;
}

tr.captchaBox {
	height: 80px;
}

/* promotion page */

.promotionlistitem {
	padding-bottom: 5px;
}

.promotionreason {
	font-size: 8pt;
}

.promotionCallToAction {
	background: none repeat scroll 0 0 transparent;
	color: red;
	font-weight: bold;
	padding: 3px;
}

.actionelement {
	cursor: pointer;
}

/* quantity discount table */
.quantitydiscountTable {
	padding: 4px;
	border: 0px;
	width: 130px;
}

	.quantitydiscountTable td {
		text-align: right;
	}

.recurringDiscountDisplay {
	color: #006600;
	display: inline-block;
}

.productCallToActionIsRecurring {
	color: red;
}

.SiteMap {
	font-size: 12px;
}

/* Downloads Page */
.downloadsPageWrap .downloadsWrap {
	margin: 0 0 20px 0;
}

.downloadsPageWrap .downloadInfo {
	margin: 0 0 10px 0;
}

.downloadsPageWrap input.downloadButton {
	background: #02A898 url(../images/shadow.png) repeat-x bottom left;
	border: 2px solid #02A898;
	color: #fff;
	font-size: 12px;
	padding: 4px 16px;
}

	.downloadsPageWrap input.downloadButton:hover {
		background-color: #036D63;
		border: 2px solid #036D63;
		color: #fff;
	}

.downloadsPageWrap .relatedProductWrap {
	border-radius: 0px 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.downloadsPageWrap .relatedProduct {
	float: left;
	padding: 15px 0px 15px 30px;
	text-align: center;
}

	.downloadsPageWrap .relatedProduct .productName {
		width: 150px;
	}

/* PayPal ShoppingCart Buttons*/
.payPalButtons .payPalButton {
	float: left;
	width: 150px;
	margin-left: 10px;
}

.bmlButtonWrap {
	height: 28px;
	overflow: hidden;
}

/* End PayPal ShoppingCart Buttons*/

.other-products-wrap {
	margin-bottom: 25px;
}

.page-action-bar {
	clear: both;
	margin-bottom: 15px;
}

.sidebar h1,
.sidebar .signin-text {
	display: none;
}

.subad1 img, .subad2 img {
    max-width: 100%;
}

/* Paging links*/
.entity-paging-wrap {
	padding: 25px 0;
}

.entity-paging-wrap a {
	padding: 0 3px;
        display: inline-block;
}

.variant-price.cl_5 .regular-price { display: none; }

.logo-slogan {
	font: 600 24px/24px "open Sans",helvetica,sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 15px 0 0;
	display: block;
	text-align: center;
}
@media (min-width: 767px) {
	.logo-slogan {
		display: inline-block;
		margin: 25px 15px 25px 0;
		vertical-align: top;
	}
}

#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -80px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #BF1722;
	outline: 0;
	-webkit-transition: top 0.1s ease-in, background 0.5s linear;
	transition: top 0.1s ease-in, background 0.5s linear;
}

.search-form-group label { display: none; }

.screen-reader-only {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px); /*IE 6 and 7*/
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}
