
*       {outline: none;}
.clear  {clear: both;}
a img   {border: none;}
p       {padding: 9px 0px; margin: 0px;}
hr      {color: #050505; background-color: #050505; height: 1px; border: none; margin: 15px 0;}

a       {color: #e01f29; text-decoration: none; border-bottom: 1px solid #e01f29; -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;}
a:hover {color: #050505; text-decoration: none; border-bottom: 1px solid #050505; -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;}
a img   {border: none;}

a:focus {
	color:#e01f29;
}
#btnContinue {
	color: #e01f29 !important;
	border: 2px solid #e01f29 !important;
	font: bold 18px / 22px 'Source Sans Pro', Arial, sans-serif;
	margin-top: 10px;
}

#btnContinue:hover {
	background: #e01f29 !important;
	color: white !important;
}

.divCheckoutBox {
	margin-top: 0px;
}

.disclaim {
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
}

#formAuthorizeNetForm {
	margin-top: 10px !important;
}

::selection {
    background: #e01f29; 
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: #e01f29; 
    color: white;
    text-shadow: none;  
}

.center {
	text-align:center;
}

.nopadding,
.no-padding,
.noPadding {
	padding:0;
}

.margin-auto {
	margin:auto;
}

.alert {
	background: red;
	margin-bottom: 0px;
}

.alert p {
	text-align: center;
	color: white;
	font-size: 20px;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-BoldItalic.eot');
    src: url('fonts/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),
        url('fonts/RobotoCondensed-BoldItalic.woff') format('woff'),
        url('fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-LightItalic.eot');
    src: url('fonts/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-LightItalic.woff2') format('woff2'),
        url('fonts/RobotoCondensed-LightItalic.woff') format('woff'),
        url('fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Italic.eot');
    src: url('fonts/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-Italic.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Italic.woff') format('woff'),
        url('fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Light.eot');
    src: url('fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-Light.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Light.woff') format('woff'),
        url('fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Regular.eot');
    src: url('fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Bold.eot');
    src: url('fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Familiar Pro';
    src: url('fonts/FamiliarPro-Bold.eot');
    src: url('fonts/FamiliarPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FamiliarPro-Bold.woff2') format('woff2'),
        url('fonts/FamiliarPro-Bold.woff') format('woff'),
        url('fonts/FamiliarPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}





.txtContactPhone, .divUpdateShippingUseBilling input, .divShipOptionsBoxInner input, .divPaymentMethodChooseInner input {
	display:inline-block !important;
}

.shadow {
    border: 1px solid #c1c1c1;
    padding: 3px;
    background: #f1f1f1;
    -moz-box-shadow: 0px 2px 2px #050505;
    -webkit-box-shadow: 0px 2px 2px #050505;
    box-shadow: 0px 2px 2px #050505;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#050505")";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#050505");
}

body {
    margin: 0px;
    padding: 0px;
    background: transparent;
    font-family:'Roboto Condensed', Arial, sans-serif;
    font-weight:normal;
    font-size:16px;
    line-height:1.5
    color: #050505;
    overflow-x: hidden; 
    
}

.content-div p,
label {
    font-family:'Roboto Condensed', Arial, sans-serif;
    font-weight:normal;
    color:#050505;
    font-size:16px;
    line-height:1.5	
}

.content-div p a,
.content-div p.bodytext a,
.content-div li a {
	color:#e01f29;
	border-bottom:1px solid #e01f29;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0px;
    padding: 9px 0px;
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
	font-size:30px;
	line-height:1.15;
    color: #e01f29;
}

h3, h4, h5, h6 {
    font-family:'Open Sans', Arial, sans-serif;
	font-weight:bold;
	font-size:24px;
	line-height:1.1;
    color:#050505;
}

.textholder h3 {
    padding-top: 0px;
}

html {
    /*background: url(../images/html-bg.gif) center center fixed repeat;*/
}

h2.pageheader {
    color: white;
    background: #e01f29;
    border-bottom: 1px solid black;
    border-right: 1px solid black;  
    margin-left: -35px; 
    padding: 9px 15px 9px 35px;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

h2.pageheader:before {
    width: 0;
    height: 0;
    border-top: 15px solid black;
    border-left: 15px solid transparent;
    position: absolute;
    content: "";
    top: 52px;
    left: 0px;
}

.admin-div a {
    border: none;
}



.outer-banner-div {
    box-shadow:
      0px 3px 0px 0px white,
      0px 6px 0px 0px #e01f29;
    height: 150px;
    display: block;
    position: relative;
    margin-bottom: 6px;
    background: url(../images/html-bg.gif) center center fixed repeat;
}

.banner-div {
    width:1040px;
    height: 150px;
    background: transparent;
    position: relative;
}


.content-div {
    background: #ffffff;
    padding-top:20px;
    padding-bottom:20px;
}

.content-div img {
    padding: 3px;
    background: #050505;
    border: 3px solid #050505;
    outline: medium solid #e01f29;
    max-width: 100%;
	width:auto;
}


		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #050505;
  		-webkit-box-shadow: 0px 2px 10px #050505; 
  		box-shadow: 0px 2px 10px #050505;
  		behavior: url(layout/components/ie-css3.htc);
		}

#divForgotPassword {
    position: absolute;
    border: 1px solid #050505;
    background: #f1f1f1;
    left: 200px;
    padding: 20px;
    z-index: 1;
    display: none;
}
#ancCloseForgotPW {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
    border: 1px solid #999999;
    background: #cccccc; 
    color: #050505;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    width: 140px;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}


a#ancSendForgotPassword {
    height: auto;
    width: auto;
}

input[type=submit]:active, a#ancSendForgotPassword:active, a.button:active {
    border: 1px solid #050505;
    background-color: #050505;
    background: #050505; 
}

#loginform input[type=submit].button, #loginform a {
    float: right;
    clear: both;
}

#loginform input[type=submit].button {
    margin: 10px 0px;
}

p.registerLink {
    text-align: right;
}



.divDirectionSectionRight.directionsSubHeader h2 {
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.pp_pic_holder.pp_default a {
    border: none;
}


.outer-catalogbar-div {
	position: relative;
	margin-left: -5px;
}

.outer-catalogbar-div.fixed {
	position: fixed;
	top: 0px;
	z-index: 3;
	background: white;
	padding-top: 5px;
}
.sidemenu {

}
 
.sidemenu.fixed {
	position: fixed;
	top: 40px;
}
 
.content-shop.overlap {
 	
}
 

.anchFilter.current {
	color: white !important;
	background: #e01f29;
	padding: 0px 3px;
}
.datepicker {
	background: url(../images/admin/icons/calen.png) right no-repeat #fff;
	cursor: pointer;
}
.partialwidth {
	float: right;
}
a.clearprev {
	display: inline-block;
	background: url(../images/admin/buttons/clear-sm.png) no-repeat;
	padding: 1px 12px;
}
		.divMainCalloutSlideshowText {
		    width:1040px;	    
		}
.divMainCalloutWrapper {
    margin-bottom: 15px;
}
.static-div.inner-div {
	width: 700px;
}
.partialwidth .divMainCalloutSlideshowImageHolder, .partialwidth .divMainCalloutImage {
	width: 700px;
	height: 400px;    
    border: 1px solid #cccccc;
}
.partialwidth .divMainCalloutSlideshowImageHolder img, .partialwidth .divMainCalloutImage img{
	width: 700px;
    height: 400px;
}
.partialwidth .divMainCalloutSlideshowTextHolder, .partialwidth .divMainCalloutText {
    width: 700px;
	min-height: 125px;
	position: relative;
	text-align: center;
}
.divMainCalloutSlideshowImageHolder, .divMainCalloutImage {
    overflow: hidden;	
    height: 400px;
}
.divMainCalloutSlideshowImageHolder img, .divMainCalloutImage img{
    position: absolute;
	right: 0px;
	bottom: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	top: 0px;
	height: 400px;
}
.divMainCalloutSlideshowText {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 1040px;
}
.divMainCalloutSlideshowThumbnails {
    text-align: center;
    margin-bottom: 10px;
}
.divMainCalloutSlideshowImageHolder, .divMainCalloutImage {
	width:1040px;  	
}
.divMainCalloutSlideshowImageHolder img, .divMainCalloutImage img{
	width:1040px;
}
.divMainCalloutSlideshowThumbnails {
    width: 1040px;
}
.ThumbImage {
    width: 100px;
    height: 67px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    opacity: .7;
}
.ThumbImage {
    border: 1px solid #cccccc;
}
.ThumbImage.active {
    border: 1px solid #277ebc;
    opacity: 1.0;
}
.ThumbImage.dormant {
    border: 1px solid #cccccc;
}
.ThumbImage.dormant:hover {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;  
	-moz-transition: all .2s ease;
	 opacity: 1.0;
}
.ThumbImage.ThumbDot {
	border: none;
}
.ThumbDot {
	background: none;
	border: none;
	padding: 0px;
}
.ThumbDot {
    margin-right: 2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../../layout/images/model/slidedot.png') no-repeat;
    border: none;
}
.ThumbDot.active {
    background: url('../../layout/images/model/slidedot_current.png') no-repeat;
    border: none;
}
#nextButton {
    width: 28px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite_next.png) no-repeat;
    position: absolute;
    top: 200px;
    right: 0px;
}
#prevButton {
    width: 28px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite_prev.png) no-repeat;
    position: absolute;
    top: 200px;
    left: 0px;
}
#playButton {
    width: 26px;
    height: 26px;
    background: url(../images/prettyPhoto/default/sprite.png) -53px 0 no-repeat;
    position: absolute;
    top: 370px;
    right: 5px;
}
#pauseButton {
    width: 26px;
    height: 26px;
    background: url(../images/prettyPhoto/default/sprite.png) -53px -30px no-repeat;
    position: absolute;
    top: 370px;
    right: 35px;
}
#restartButton {
    width: 26px;
    height: 26px;
    background: url(../images/prettyPhoto/default/sprite.png) -53px -57px no-repeat;
    position: absolute;
    top: 370px;
    right: 65px;
}
.divSaleBox {
	background: #e1e1e1;
	padding: 10px;
	margin-left: 10px;
	margin-top: 7px;
	float: right;
}
.btnProductSubmit {
	display: inline-block;
	width: 120px;
}
.addcart {
	margin: 5px 0px 0px 0px;
}
.divItemDetailPrice {
	display: inline;
	font: bold 18px/25px 'Roboto Condensed';
}
.divItemDetailSalePrice {
	color: red;
	font: bold 18px/25px 'Roboto Condensed';
}
.divItemDetailEndSalePrice, .divItemDetailSalePrice {
	display: block;
}
.divItemDetailEndSalePrice, .divItemRegPrice {
	color: #666666;
	font: 13px/20px Trebuchet MS;	
}
select.ddlItemOptions {
	min-width: 162px;
	max-width: 220px;
}
.spanItemOptionLabel {
	display: inline-block;
	min-width: 101px;
}
input.txtQtyToAdd {
	width: 75px;
}
.tblPrimaryImage {
	text-align: center;
	background: #e1e1e1;
}
.tblPrimaryImage td {
	padding: 3px;
}
.tdPrimaryImage {
	vertical-align:middle;
}
.tblPrimaryImage td .imgPrimaryImage {
	border: none;
	padding: 0px;
}
.divPrimaryImageCaption {
	text-align: center;
	color: #666666;
	font: italic 13px/20px 'Roboto Condensed';
}
.divThumbImages {
	width: 308px;
}
.imgThumbImage {
	width: 61px;
	height: 61px;
}
.content-div .imgThumbImage.imgThumbImage-4, .content-div .imgThumbImage.imgThumbImage-8 {
	margin-right: 0px;
	float: right;
}
.content-div .imgThumbImage {
	border: 1px solid #cccccc;	
	padding: 3px;
	float: left;
	margin: 5px 10px 5px 0px;
	cursor: pointer;
	opacity: .7;
}
.content-div .imgThumbImage.current {
	border: 1px solid #277ebc;
	opacity: 1.0;
}
.content-div .imgThumbImage:hover {
	opacity: 1.0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.hidImgCaption, .hidImgSrc, .hidImgDim, .hidImgBig {
	display: none;
}
.pOutOfStock {
	font: 13px/18px 'Roboto Condensed';
	color: red;
	margin-bottom: 0px;
}
.partialwidth .divItemDetailLeft {
	float: left;
	margin-right: 20px;
}
.partialwidth .divItemDetailRight {
	float: right;
}
.divItemDetailRight hr {
	width: 100%;
	color: #cccccc;
	background: #cccccc;
}
.divItemTopText {
	margin-bottom: 10px;
}
.divSerialUPC {
	display: block;
	margin: 10px 0px;
}
.divItemDetailSerial, .divItemDetailUPC {
	display: inline;
	color: #666666;
}
.divItemDetailDescription {
	margin: 10px 0px;
}
.tblSpreadsheet {
	font-size: 12px;
}

.tblSpreadsheetDouble {
	float: left;
}
.tblSpreadsheetRightTable {
	margin-left: 0px;
	float: right;
}
.tblSpreadsheet tr {
	border-top: 1px solid #ccc;
}
.tblSpreadsheet th,
.tblSpreadsheet td {
	border-right: 1px solid #ccc;
	text-align: center;
}
.tblSpreadsheet td p {
	height: 14px;
}
.tblSpreadsheet th {
	background: #D5DCF5;
}
.tblSpreadsheet .spreadsheet-even td {
	background: #ccc;
}
.tblSpreadsheet .far-left {
	border-left: 1px solid #ccc;
}
.tblSpreadsheet .thPrice {
	width: 60px;
}
.tblSpreadsheet .thQty {
	width: 60px;
}
input.txtQtyToAddSpreadsheet {
	
}

.divAdditionalNotesWrapper {
	float: right;
}
.anchAdditionalNotes {
	display: inline;

}
.far-left a {
	cursor: default;
	color: black;
}
.far-left a:hover {
	text-decoration: none;
}

.btnAddSpreadsheetItem {
	width: 50px;
}
.anchSpreadsheetItemImage img {
	
}
.divSpreadsheetTopSection {
	margin-bottom: 10px;
}

.divCategoryItem, .divSpreadsheetItem {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.divSpreadsheetItem {
	padding-bottom: 10px;
}

.divCategoryItem-1, .divSpreadsheetItem-1 {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.imgCategoryItem, .imgSpreadsheetItem {
	float: left;
}

.imgCategoryImage {
	width: 692px;
}

.divCatItemCenter {
	
}

.anchCategoryItemName {
	font: bold 18px/25px 'Roboto Condensed';
}

.spanCategoryItemSalePrice {
	color: red;
	font-weight: bold;
}

.divSaleBoxTwo {
	background: #e1e1e1;
	padding: 10px;
	margin-left: 10px;
	margin-top: 2px;
	float: right;
}
.divItemDescription {
	margin: 10px 0px 5px 0px;
	display: block;
}

.partialwidth .divCategoryItem {
	
}

.partialwidth .imgCategoryItem,
.partialwidth .imgSpreadsheetItem {
	width: 150px;

}
.hidItemMoreDetails {
	display: none;
	position: absolute;
	background: #f2f2f2;
	padding: 10px;
	border: 2px solid #666;
	color: #666;
	width: 340px;
	left: 0px;
	cursor: pointer;
	z-index: 2;
}
.hidItemMoreDetails img {
	float: left;
	margin-right: 10px;
}

.ddlPreFilledAddress {
	min-width: 330px;
}

.divCustAcctShippingOption {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.divCustAcctShippingOption label {
	display: block; 
	float: left;
}


.anchChangeBillingInfo, .anchChangeShippingInfo, .anchChangeShipMethod, .anchChangeCart {
	font-size: 12px;
}
.divPaymentMethodChoose {
	border-right: 1px solid #999999;
	float: left;
	padding-right: 5px;
	margin-left: 250px;
}
.imgCCLogo {
	width: 54px;
}
.divCCBox {
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background: #cccccc;
}
.divCCBoxLeft {
	float: left;
}
.divCCBoxRight {
	float: right;
}
.divBillToConfirm .spanBillingTitle {

}
.divShipToConfirm .spanShippingTitle {

}
.divSaveOrder {
	float: right;
	text-align: center;
}
.divSaveOrder label,
.frmPONumber label {
	display: block;
	float: left;
	
}
.frmPONumber label {
	
}
.txtPONumber {

}
.txtOrderLabel {

}
.btnSaveOrder, .btnInvoiceOrder, .btnSubmitAnetAIM, .btnSubmitEmail, .btnSubmitPayPalStandard, .btnSubmitPONumber {

}

.quantity {
	text-align: center;
}
.itemtotal {
	text-align: right;
}
.unitprice {
	text-align: right;
}
.trCartHeaderRow.itemtotal p {
	text-align: right;
}
.anchUpdateContact, .anchUpdateShipping, .anchUpdateBilling {
	display: inline-block;
	color: purple;
	margin-left: 10px;
	font-size: 14px;
}
.taNotes {
	width: 260px;
	height: 75px;
}
input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
}
.PayOptionsText {
	color: #050505;
}
td {
	padding: 10px;
}
table, th, td, tr {
	vertical-align: top;
}
tr {
	border-bottom: 1px solid #cccccc;
}
.btnSubmitAnetAIM {
	width: 143px;
}
.divShippingBox, .divBillingBox, .divShipOptionsBox, .divCheckoutButtonBox, .AddMessageBox  {
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background: #cccccc;
}
.divCheckoutBox {
	margin-top: 20px;
}
.divCheckoutButtonBox  {
	margin-top: 10px;
	padding: 0px;
	float: right;
	background: none;
}
.AddMessageBox textarea {
	float: left;
	height: 120px;
}
.divShippingBox label, .divBillingBox label, .divCCBox label {
	display: block;
	float: left;
}
#frmSubmit input[type=text] {
	
}
#frmSubmit input[type=text].txtContactPhone1 {width: 40px;}
#frmSubmit input[type=text].txtContactPhone2 {width: 40px;}
#frmSubmit input[type=text].txtContactPhone3, .txtCCSecCode {width: 60px;}
.ddlCCExpMonth {width: 52px; margin-right: 3px;}
.ddlCCExpYear {width: 82px;} 

.ContactTitleBox, .BillTitleBox, .ShipTitleBox, .ShipOptionsTitleBox, .CheckoutTitleBox {
	margin-bottom: 5px;
	float: right;
}

.BillBoxNumber, .ShipBoxNumber, .ContactBoxNumber, .ContinueBoxNumber, .ShipOptionsBoxNumber, .CheckoutBoxNumber {
	background: #050505;
	padding: 2px 8px;
	margin-right: 7px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font: 15px/22px 'Roboto Condensed';
	color: #f1f1f1;
	vertical-align: top;
}
.BillBoxTitle, .ShipBoxTitle, .ContactBoxTitle, .ShipOptionsBoxTitle, .CheckoutBoxTitle {
	line-height: 24px;
	margin-bottom: 5px;
}
.divShippersImage {
	float: right;
	width: 175px;
	height: auto;
	border: 0px solid black;
}
.divShippersImage img {
	background: none;
	float: right;
}
.ContinueBoxTitle {
	width: 40px;
	float: left;
}
.trCartHeaderRow  th p {
	padding: 5px 5px;
	margin: 0px;
	text-align: center;
	margin: 0px;
}

.trCartHeaderRow .itemtotal,
.trCartHeaderRow .itemtotal p {

}

.trCartHeaderRow .thQty,
.trCartHeaderRow .thQty p {

} 

.trCartHeaderRow .thUnitPrice,
.trCartHeaderRow .thUnitPrice p {

} 

.trCartBodyRowMinimal td {
	padding: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
.trCartBodyRowMinimal td p {
	padding: 0px;
	margin: 0px;
}
.spanOptionLabelMin, .spanOptionValueMin {
	font-size: 11px;
}
.anchMinimalLineItemHover {
	font-size: 13px;
}

input.txtQtyToUpdate {
	width: 67px;
	margin: 0px 0px 10px 0px;
}
.trCartBodyRowMinimal input.txtQtyToUpdate {

}

.btnSubmit.Cart {
	width: 80px;
	text-align: center;
	font: 13px/17px 'Roboto Condensed';
	padding: 5px 0px;
}
.trCartBodyRowMinimal .btnSubmit.Cart {
	width: 70px;
	float: right;
}
.trCartBodyRowMinimal .anchRemoveItem {
	color: red;
	display: block;
	float: right;
	margin: 0px;
	margin-left: 10px;
}
.trCartBodyRowMinimal .anchRemoveItem:hover {
	text-decoration: none;
}

.trCartHeaderRow th {
	background: #cccccc;
	border-right: 0px solid #fff;
}
.trCartBodyRow.odd {
	background-color: #666;
}
.trCartBodyRow.even {
	background-color: #c1c1c1;
}
.divTotalsBox {
	float: right;
	background: #e1e1e1;
	padding: 5px 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
}
.divTotalsBox label {
	display: block;
	float: left;
	font: normal 15px/22px 'Roboto Condensed';
	width: 120px;
	font-weight: normal;
}
.divTotalsBox span {
	float: right;
	display: block;
}
.divTotalsBox p {
	clear: both;
	padding: 3px 0px;
}
.pTotal {
	border-top: 1px solid #cccccc;
	padding: 10px 0px 0px 0px;
}
.frmCheckout {
	float: right;
}
.btnSubmit {
}
.divSavecontactShip {
	margin-top: 20px;
	width: 480px;
	float: left;
}
input[type=submit].btnSaveContactShip {
	float: right;
}
.divCheckoutButton, .divCheckoutButton form {
	float: left;
	color: #A33D47;
}
.divCheckoutButton form {
	border-bottom: 0px solid #cccccc;
	
}
.spanOrderTotal {
	font-weight: bold;
}
input[type=checkbox] {
	background: none !important;
}
input[type=radio] {
	background: none !important;
}
input[type=submit].btnSubmitFinalCheckout{
	padding: 8px 14px;
	font: 14px/18px 'Roboto Condensed';
}
input[type=submit].btnUpdateQty{
	font: 13px/17px 'Roboto Condensed';
}

.partialwidth .tblCart {
	background: #e1e1e1;
	border: 1px solid #cccccc;
}
.partialwidth .imgCartImage {
	width: 72px;	 
}
.partialwidth .divDiscountCode {
	background: #cccccc;
	border: 1px solid #cccccc;
	margin: 20px 0px 10px 0px;
	padding: 10px;
}
.divDiscountCode p {margin-bottom: 0px;}
.partialwidth .divShippingOptions {
	float: left;
	background: #cccccc;
	border: 0px solid #cccccc;
	margin: 20px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
}
.divShippingOptions p {
	margin-bottom: 5px;
}
.divShippingOptions input[type=submit] {
	width: 193px;
	margin: 10px 0px;
}
input[type=submit].btnSubmitDiscount{
	float: right;
	padding: 4px 20px;
	font: 14px/18px 'Roboto Condensed';
}
.divDiscountCode input[type=text] {
	
}
.txtDiscount {
	padding: 0px;
}
.divDiscountCode label {
	display: inline-block;
	float: left;
}

	.chkAgreeTC {
		vertical-align: middle;
	}
	.frmUserHistorySearch {
		background: #e1e1e1;
		border: 1px solid #cccccc;
		padding: 20px;
	}
	.pUserHistorySearch {
		float: left;
		padding:0;
		
	}
	.pUserHistorySearch  label {
		display: block;
		float: left;
	}
	.pUserHistorySearch input {
		
	}
	
	.pUserHistorySearchStartDate,
	.pUserHistorySearchEndDate {

	}
	
	.pUserHistorySearchStartDate label,
	.pUserHistorySearchEndDate label {

	}
	
	.pUserHistorySearchOrderID {
		
	}
	
	.pUserHistorySearchUpdateBtn {
		float: right;
	}
	
	.anchFilter {
		
	}
	.btnSubmit.btnReOrder {
		float: left;
	}
	#pagetable {
		width: 100%;
	}
	 #pagetable th, #pagetable td {
		text-align: left;
		padding: 5px 0px;
	}
	#pagetable p {
		margin: 5px 0px;
	}
	.anchFilter.current {
		color: green;
	}

.txtPassword, .txtConfirmPassword {

}
#frmRegister label, #frmProfile label {
	float: left;
	min-width: 140px;
}
#loginform label {
	float: left;
	min-width: 84px;
}
#frmRegister input[type=text], #frmProfile input[type=text] {

}
#loginform input[type=text], #loginform input[type=password]  {

}
.resetpass {
	margin-left: 84px;
}
#frmRegister select, #frmProfile select {

}
#frmRegister textarea, #frmProfile textarea {
	height: 100px;
}
#frmProfile hr {
	margin: 15px 0px 15px 0px;
	color: #cccccc;
	background: #cccccc;
}
#frmProfile h3 {
	margin-bottom: 0px;
}
.anchDeleteAddress, .anchDeleteAddress:hover  {
	color: red;
	display: block;
	text-decoration: none;
}
.divAddAltShippingWrapper {
	margin-left: 80px;
}
.divAltShippingWrapper{
	margin-left: 80px;
}
.divAltShippingWrapper hr {
	width: 860px;
}
.anchShowThisAddress {
}
.anchDeleteAddress{
	display: inline-block;
	float: right;
}
.divAddShippingAddressInput {
	display: none;
}
.divAddShippingAddressInputExisting {
}
.txtTaxExemptStatus {
	background: #f2f2f2;
}

.user-email {
	padding: 2px 10px;
	height: 24px;
	float: left;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.disclaimer {
	font-style: normal;
	margin-bottom: 24px;
	font: 14px/24px 'Roboto Condensed';
}

.notelabel {
	font: 14px/24px 'Roboto Condensed';
}

.ddlBillingState,
.ddlBillingCountry,
.ddlShippingState,
.ddlShippingCountry {
	
}

input[type=text].txtShippingZip, input[type=text].txtBillingZip {

}
.SmallText {
	font: 14px/24px 'Roboto Condensed';
}
.taSpecialInstructions, .taAddAddressSpecialInstructions, .taUpdateAddressSpecialInstructions 

}
.divAddShippingPart {
}

.frmReOrder {
	display: inline;
}
	table.receipttable {
			text-align: left;
			border-collapse: collapse;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
		}
		
		table.receipttable th {
			padding: 12px 15px;
			border-right: 1px solid #fff;
			border-left: 1px solid #fff;
			color: #333;
		}
		table.receipttable td {
			padding: 8px 15px;
			border-right: 1px solid #fff;
			border-left: 1px solid #fff;
			color: #666;
		}		
		
		.receipttablecolodd {
			background: #f3f3f3;
		}
		
		.receipttablecoleven {
			background: #ededed;
		}
		
		.receipttableheaderodd {
			background: #dadada;
			border-bottom: 1px solid #d4d4d4;			
			color: black;
		}
		
		.receipttableheadereven {
			background: #e4e4e4;
			border-bottom: 1px solid #dfdfdf;	
			
		}		
		
		table.receipttable td.receipttableheadereven, table.receipttable td.receipttableheaderodd {
			color: black;
		}
		
		
		table.shoppingcarttable tr.odd {
		   background-color: #E6E6E6;
		   border-bottom: 1px solid #CACACA;
		}
		
		table.shoppingcarttable tr.odd td {

		}
		
		tr.notes td {
			background: #e4e4e4;
			color: black;			
		}
		
		hr {
			width: 940px;
			height: 1px;
			background: #666;
			display: block;
			float: left;
		}
		
		table.shoppingcarttable {
			text-align: left;
			border-collapse: collapse;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
		}		
		
		.shoppingcarttable th {
			padding: 12px 15px;
			background: white;
			color: black;
		}
		
		table.shoppingcarttable td {
			padding: 8px 15px;
			border-right: 1px solid #fff;
			border-left: 1px solid #fff;
			color: #666;
		}	
		
		tr.lined td {
			border-bottom: 1px solid #CACACA;
		}		
		
		tr.lined td.unlined {
			border: none;
		}
		
		
		tr.lined td.total {
			background: #e4e4e4;
			color: black;	
			font-weight: bold;			
		}
		
		td.whiteheader {
			background: white;
		}
		
		.rightalign {
			text-align: right;
		}
		
		.centeralign {
			text-align: center;
		}
.divAdminOrderInformation {
	float: left;
	margin-top: 10px;
}

.divAdminOrderInformation p {
	font-size: 15px;
	line-height: 26px;
}

.btnSubmitFinalCheckout {
	float: right;
}

.divTotalsBox label {
}

.trCartHeaderRow p {
	font-weight: normal;
}

.divShipReturnPolicy {
	text-align: center;
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	padding-top: 15px;
	float: right;
}

.divErrorMessage {
	color: #A33D47;
	font-style: italic;
	padding: 10px;
	background: #e1e1e1;
	margin-bottom: 20px;
}

.divNoticeMessage {
	font-style: italic;
	padding: 10px;
	background: #e01f29;
	border: 1px solid #711015;
	margin-bottom: 20px;
	color: white;
	text-shadow: 0px 1px 0px #711015;
}

.divNoticeMessage a {
    color: white !important;
    border-bottom: 1px solid white;
}

.sorrymessage.divNoticeMessage {
	color: white;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	background: #e01f29;
	border: 1px solid black;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px black;
}

.anchLogout {
    margin-right: 10px;
}



.boxlabel {
	display: block;
	text-decoration: underline;
}

.spanDiscountExists {
	color: red;
}

.topmenu {
	border: none;
}

.topmenu-checkout {
	padding: 5px 0px;
	margin: 0px;
	border: none;
	float: right;
	margin-bottom: 15px;
}

.topmenu-checkout a {
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 17px;
	font: 14px/22px 'Roboto Condensed', Trebuchet MS, sans-serif;
	padding: 5px;
	margin: 0px;
	border: 1px solid #cccccc;
	font-style: normal;
	text-align: center;
}
.sidemenu-checkout a:hover {
	
}

.topmenu-checkout a.current-checkout {
	margin-right: 17px;
	background: #e1e1e1;
	color: black;
	text-decoration: none;
}
.topmenu-checkout a.notallowed-checkout {
	cursor: default;
	color:#999999;
	font-style: italic;
}
.topmenu-checkout a.notallowed-checkout:hover {
	text-decoration: none;
	background: none;
}
.divBillToConfirm,
.divShipToConfirm {
	float: left;
	padding: 10px;
	background: #cccccc;
	min-height: 100px;
}
.divShipToConfirm {
	margin-right: 0px;
}

.divBillToConfirm span,
.divShipToConfirm span {
	display: block;
	clear:both;
	float: left;
	font-size: 14px;
	line-height: 23px;
}
.divPagination {
	
}
a.anchPagination {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
	margin-bottom: 11px;
    border-radius: 3px;
    border: 1px solid #c0c0c0;
    background: #e9e9e9;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
}
a.anchPagination:hover {
    background: #fefefe;
}
a.anchPaginationCurrent {
    border: 1px solid #c0c0c0;
    background: #616161;
    color: #f0f0f0;
}
a.anchPaginationCurrent:hover {
	background: black;
}
.divFeaturedItem {
	border: 1px solid #cccccc;
	float: left;
	margin: 0px 0px 15px 20px;
	padding: 10px;
	text-align: center;
}

.divFeaturedItem a.anchFeaturedItemName {
	border: 3px solid black;
	display: block;
}

.divFeaturedItem p a.anchFeaturedItemName {
	background: black;
	border: none;
	color: white;
	padding: 5px 0px;
	text-shadow: 0px 1px 0px black;
}


.divFeaturedItem:hover a.anchFeaturedItemName {
	border: 3px solid #e01f29;
}

.divFeaturedItem:hover p a.anchFeaturedItemName {
	background: #e01f29;
	border: none;
	color: white;
	padding: 5px 0px;
}


.divFeaturedItem .frmAddToCart {
	margin-bottom: 5px;
}

.divFeaturedItem img {
	border: none;
	padding: 0;
	outline: none;
	vertical-align: bottom;
}
.divFeaturedItem:hover {
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	border: 1px solid #e01f29;
}
.divFeaturedItem img:hover {
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	opacity:1;
}
.divFeaturedItem p {
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.divFeaturedItem a:hover {
	text-decoration: none;
}
.spanFeaturedItemPrice {
	color: black;
	font: normal 24px/26px 'Museo-Slab-900', Arial, sans-serif;
	margin: -10px 0px 10px 0px;
	display: block;
}



.divFeaturedItem .spanFeaturedItemPrice {
	display: none;
}


.spanFeaturedItemSalePrice {
	color: #e01f29;
}
.saleStrikeThrough {
	text-decoration: line-through;
	color: #666666;
	font: 16px/25px 'Roboto Condensed';
}
#pwindicator {
	float: right;
	margin-right: 440px;
	margin-top: 2px;
}
.bar {
	height: 2px;
}
.pw-very-weak .bar {
    background: #d00;
    width: 47px;
}
.pw-very-weak .pw-strength-label {
    color: #d00;
}
.pw-weak .bar {
    background: #d00;
    width: 94px;
}
.pw-weak .pw-strength-label {
    color: #d00;
}
.pw-medium .bar {
    background: #f18501;
    width: 94px;
}
.pw-medium .pw-strength-label {
    color: #f18501;
}
.pw-strong .bar {
    background: #66d52a;
    width: 142px;
}
.pw-strong .pw-strength-label {
    color: #66d52a;
}
.pw-very-strong .bar {
    background: #66d52a;
    width: 142px;
}
.pw-very-strong .pw-strength-label {
    color: #66d52a;
}

.topmenu-checkout a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
}

a.topmenu-checkout.notallowed-checkout {
	cursor: not-allowed;
}

a.topmenu-checkout.notallowed-checkout:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

input[type=submit], .anchCheckoutButton {
    border: 1px solid #e01f29;
    background-color: #e01f29;
    background: #e01f29;
    font: bold 18px/22px 'Source Sans Pro', Arial, sans-serif;
    color: white;
    padding: 9px 15px;
    overflow: hidden;  	
}

input[type=submit]:hover, .anchCheckoutButton:hover {
    border: 1px solid #999999;
    background-color: #999999;
    background: #999999;
    color: white;
}

input[type=submit]:active, .anchCheckoutButton:active {
    border: 1px solid #050505;
    background-color: #050505;
    background: #050505;	
}


a.anchRemoveItem {
	border: none;
	line-height: 30px;
}

a.anchRemoveItem:hover {
	border: none;
	color: black;
}


span.checkoutcheck {
	position: absolute;	
	top: 0px;
	left: 67px;	
	opacity: 0.0;
	filter: alpha(opacity=0);	
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	color: #8a0c12;	
	font-size: 30px;
	line-height: 30px;	
}

a.topmenu-checkout {
	position: relative;
}

.topmenu-checkout a.complete-checkout:hover span.checkoutcheck {
	opacity: 1.0;
	filter: alpha(opacity=100);	
	top: -30px;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divShippingBox, .divBillingBox, .divShipOptionsBox, .divCheckoutButtonBox, .AddMessageBox {
	background:#f1f1f1;
}

.divCheckoutButtonBox {
	background: transparent;
}

.divCustAcctShippingOption {
	border: 1px solid #cccccc;
	padding: 10px 20px;
}

.divNoticeMessage {
	
}


.divBillToConfirm, .divShipToConfirm, tr td, .partialwidth .divDiscountCode, .divTotalsBox, .divSaleBoxTwo, .divSaleBox {
	
}

tr th {
	background: black !important;
	color: white;
}

table {
	border: none !important;
}

tr {
	border-bottom: 1px solid #666;
}

.btnSubmitDiscount {
	margin-top: 9px;
}

.tblSpreadsheet th, .tblSpreadsheet td {
	border-right: 0px;
}

.tdPrimaryImage img.imgPrimaryImage {
	padding: 0px;
	outline: none;
	border: 1px solid #cccccc;
    vertical-align: middle;
}

.tdPrimaryImage {
	border: 1px solid #cccccc;
}

.fa-caret-right {
	padding-left: 5px;
	padding-right: 2px;
	color: #cccccc;
}

.tblSpreadsheet {
	font-size: 16px;
}

.far-left a {
	cursor: pointer;
	border: none;
}

.far-left a:hover {
	cursor: pointer;
	color: #e01f29;
	border-color: black;
}

input.btnAddSpreadsheetItem {
	font-size: 15px;
	padding: 2px 5px;
	text-transform: uppercase;
	width: auto;
	font-weight: normal;
	display: inline-block;
}

.tblSpreadsheet td p {
	height: auto;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    padding: 5px 0px;
}

.divItemDetailPrice {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

.tblSpreadsheet .spreadsheet-even td {
	background: #f1f1f1;
}

.tblSpreadsheet .far-left {
	border-left: none;
}

.tblSpreadsheet th {
	font-size: 14px;
}

input.txtQtyToAdd {
	text-align: center;
} 

.trCartHeaderRow th.productnamecheckout p {
	text-align: left;
}

.trCartHeaderRow th.thUnitPrice p, .LineItemPrice {
	text-align: left;
}

.trCartBodyRowMinimal .btnSubmit.Cart.btnUpdateQty {
	width: 55px;
}

.hidItemMoreDetails .imgCartImage {
	border: 1px solid black;
	padding: 0px;
	outline: none;
}

#loginform {
	width: 32%;
	margin: 0px auto;
	border: 1px solid #cccccc;
	padding: 10px;
}

#divForgotPassword img#ancCloseForgotPW {
	border: none;
	padding: 0px;
	outline: none;
}

#loginform input[type=text], #loginform input[type=password] {
	float: right;
	margin: 10px 0px;
}

#loginform label {
	margin: 10px 0px;
}

.divFeaturedItem a.anchFeaturedItemImage {
	border: 3px solid black;
	display: block;
}

.divFeaturedItem:hover a.anchFeaturedItemImage {
	border: 3px solid #e01f29;
}

.divFeaturedItem a.anchFeaturedItemImage img.imgFeaturedItem {
	vertical-align: bottom;
}

.hidItemMoreDetails {
	display: none;
	cursor: default;
}

.LineItemDescription:hover .hidItemMoreDetails {
	display: block;
}

.hidItemMoreDetails:hover {
	display: block;
}



table.tblSpreadsheet td.buttoncolumn,
table.tblSpreadsheet td.doublebuttoncolumn {
	width: 60px;
	text-align: center;
}

table.tblSpreadsheet .thQty {
	width: 50px;
}

.textholder.divDrillDown {
	margin-top: 0px;
}

table.tblSpreadsheet.tblSpreadsheetDouble td,
table.tblSpreadsheet td {
	vertical-align: middle;
	padding: 0px 5px;
	
} 

input.txtQtyToAddSpreadsheet {
    width: 30px;
    min-width: 30px !important;
    max-width: 50px !important;
    transition: width 0.25s;   	
	padding: 0px;
}


.tblSpreadsheet .spanNotesShowHide {
	margin-top: 0px;
	margin-left: -5px;	

}

.spanNotesShowHide {
	display: none;
	position: absolute;
	background: #f2f2f2;
	padding: 20px;
	border: 2px solid #666;
	color: #666;
	width: 200px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.spanNotesShowHide.leftside {
	left: 5px;
}

a.anchAdditionalNotes:hover .spanNotesShowHide  {
	display: block;
	transition: all 0.5s ease;
}

.trCartBodyRowMinimal input.txtQtyToUpdate {
    width: 30px;
    min-width: 30px !important;
    max-width: 50px !important;
    transition: width 0.25s;   	
	padding: 0px;
}

.divFeaturedItem a.anchFeaturedItemName.button, .divFeaturedItem .anchFeaturedItemName.button, .anchFeaturedItemName.button {
	border: 1px solid #e01f29;
	display: inline-block;
}

.divFeaturedItem a.anchFeaturedItemName.button:hover, .divFeaturedItem .anchFeaturedItemName.button:hover {
	border: 1px solid #999999;
	display: inline-block;
}

.divFeaturedItem a.anchFeaturedItemName.button:active, .divFeaturedItem .anchFeaturedItemName.button:active {
	border: 1px solid #050505;
	display: inline-block;
}

.tblSpreadsheetDouble {
	table-layout: fixed;
}

.divFeaturedItem.divCatTileDisplayWrapper {
    margin: 0px 0px 15px 10px;
    padding: 0px;
}

.divFeaturedItem.divCatTileDisplayWrapper a {
    border: none;
    display: block;
    padding: 10px;
}

.divFeaturedItem.divCatTileDisplayWrapper a:hover {
    background: #f1f1f1;
}

.divFeaturedItem.divCatTileDisplayWrapper a:hover img {
    border-color: #e01f29;
}

.divFeaturedItem.divCatTileDisplayWrapper img {
    border: 2px solid black;
    margin-bottom: 10px;
}

.divCategoryImage {
    height: 200px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.divCategoryImageInner {
    display: table-cell;
    vertical-align: middle;    
}

.divCategoryImage .imgHomepageCategoryImage {
    max-height: 190px;   
    max-width: 100%;
}

.divFeaturedItem .anchFeaturedItemName.button, .divFeaturedItem a.anchFeaturedItemName.button {
    display: table;
    margin: 0px auto 10px auto;
    padding: 0px 15px;
    height: 65px;
        
}

.divFeaturedItem .anchFeaturedItemName.button:hover, .divFeaturedItem a.anchFeaturedItemName.button:hover {
    padding: 0px 15px;
    display: table;
}

.divFeaturedItem .anchFeaturedItemName .innerbutton {
    display: table-cell;
    vertical-align: middle;
} 


#frmRegister label {
    text-transform: capitalize;
}

.divBillingBox label {
    text-transform: capitalize;
}

.divShipOptionsBox {
    text-transform: capitalize;
}

.anchPopUpButton {
    display: inline-block;
}

.divPopUpContinueShopping {
    float: left;  
    margin-top: 20px;
    margin-left: 20px;
}

.divPopUpGotoCart {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

table.shortercolumns.tblSpreadsheet .thPrice {
    width: 70px;
}

table.shortercolumns.tblSpreadsheet .thQty {
    width: 60px;
}


.spanUsed {
    background: #E6E6E6;
    padding: 0px 3px;
    border: 1px solid #B5B5B5;
}

#frmProfile input[type=text],
#frmProfile select {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
}

.frmUserHistorySearch a.clearprev {
    border: none;
}

a.ui-corner-all {
    border: none;
}

.frmUserHistorySearch .pUserHistorySearchStartDate,
.frmUserHistorySearch .pUserHistorySearchEndDate {
	
}

.frmUserHistorySearch .pUserHistorySearchStartDate input.small_textbox,
.frmUserHistorySearch .pUserHistorySearch input.small_textbox {
	
}

.frmUserHistorySearch .pUserHistorySearch.pUserHistorySearchEndDate label {
	
}

.fa-cube {
    position: absolute;
    right: 2px;
    top: -3px;
    transition: all 0.5s ease;
    border: none;
    text-decoration: none;
    color: #e01f29;
    font-size: 1em !important;
}

a.anchCart:hover .fa-cube {
    top: -9px;
    color: #e01f29;
    border: none;
    text-decoration: none;
}

.divPaymentMethodChoose {
    margin-left: 0px;
}

.divPaymentMethodChoose h3 {
    font-size: 20px;
}

.divCheckoutBox {
    float: right;
}

.divSaveOrder,
.frmInvoice,
.frmPONumber,
.frmCConFile {
    margin: 0px auto;
    float: none;
}

.divSaveOrder input, .frmInvoice input, .frmPONumber input, .frmCConFile input {
    margin: 0px auto;
}

.frmPONumber p {
    margin: 0px auto;
}

.tblPrimaryImage {
    table-layout: fixed;
} 

.partialwidth .tblCart {
	
}

.partialwidth .divDiscountCode {
	
}

#pagetable.orderhistorytable td, #pagetable.orderhistorytable th {
    text-align: center;
}

.ContactTitleBox,
.BillTitleBox,
.ShipTitleBox,
.ShipOptionsTitleBox,
.CheckoutTitleBox {
	
}

.divShippingBox,
.divBillingBox,
.divShipOptionsBox,
.divCheckoutButtonBox,
.AddMessageBox {
	
}

.divCheckoutButtonBox {
    box-shadow: none;
}

#loginform #divForgotPassword label {
    margin: 0px 10px 0px 0px;
}

#divForgotPassword {
	left: 314px;
}

.divSpreadsheetItem {
	  
} 

.tblSpreadsheetDouble {
	
}

th.far-left {
    width: 70px;
}

table.tblSpreadsheet.tblSpreadsheetDouble td.far-left, table.tblSpreadsheet td.far-left {
    padding: 0px;
}

.paypalseal table td {
    padding: 0px;
    background: transparent;
}

.paypalseal table tr {
    border: none;
}
 
 .divRecaptchaWrapper {
     display: inline-block;
 }
 
.ddlShippingState, .ddlBillingState {
} 

.divCheckoutBoxInner iframe {
    min-height: 600px;
}


.divFeaturedItem:hover a.anchFeaturedItemName.button,
.divSubcategoryAlbum:hover .spanSubcategoryName.button {
	background:#050505 !important;
	border-color:#050505 !important;
}


.supernav {
	background:#e01f29;
	height:30px;
	line-height:30px;
	border-bottom:2px solid #ffffff;
}

.supernav .container {
	padding:0 12px;
}

.supernav .divCartSearch,
.supernav .catalogbar-div {
	border:none;
	padding:0;
}

.supernav .outer-catalogbar-div {
	padding:0;
	margin:0;
}

.supernav .divCartSearch select,
.supernav .divCartSearch input[type=text] {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	height:22px;
	margin-top:3px;
	width:44%;
}

.supernav .divCartSearch-button {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:normal;
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    margin-top: 3px;
    padding: 0 4px;
    background: #050505;
    color: #ffffff;
	border:none;
	box-shadow:none !important;
	text-shadow:none !important;
    -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
    text-decoration:none;border-bottom:none;
}

.supernav .divCartSearch-button:hover {
	background:#e1e1e1;
	color:#050505;
	border:none;
	box-shadow:none !important;
	text-shadow:none !important;
}

.supernav .divContactBanner {
	text-align:center;
}

.supernav .divContactBanner a {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	height:30px;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
} 

.supernav .divContactBanner a:hover {
	color:#050505;
	text-decoration:none;border-bottom:none;
}


.supernav .divCartBar a {
    float: left;
    display: inline-block;
    font-size: 18px;
   	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
    line-height: 30px;
    color: #050505;
    background:#e1e1e1;
    padding: 0 20px;
    margin: 0 4px;
    -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
} 

.supernav .anchCart span,
.supernav .anchCart:hover span,
.supernav .anchCart span:hover {
	font-weight:normal;
	text-decoration:none;border-bottom:none;	
}

.supernav .divCartBar a:hover {
	background:#ffffff;
	text-decoration:none;border-bottom:none;	
}

.divTaxExemptWrapper {
	height: 10px !important;
}

.supernav .divCartBar a.anchHistory,
.supernav .divCartBar a.anchProfile {
	text-shadow:none;
}

.catalogbar-div,
.divContactBanner,
.cartbar-div {
	padding:0;
}






a.reset-search {
	position:absolute;
	right:60px;
}

.supernav .divCartSearch-button:hover {
	color:#050505;
}



.navcontainer {
	height:115px;
}

.navcontainer h1.banner-logo,
.navcontainer p.banner-logo {
	padding:0;
	margin:14px 0 0 0;
	float:left;
}

.navbar-div {
	float:right;
}

.navcontainer a {
	float:left;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.navcontainer a:hover {
	text-decoration:none;border-bottom:none;
}

.navcontainer a.anchMainNav {
    display: inline-block;
    float: left;
    font-family:'Familiar Pro', Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    padding: 0 12px;
    height: 115px;
    line-height: 115px;
    color: #ffffff;
    background:transparent;
	text-decoration:none;border-bottom:none;
    -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.navcontainer a.anchMainNav:hover,
.navcontainer a.anchMainNav.current {
	background:#e01f29;
	color:#ffffff;
}

.supernav .divCartBar a.anchCart {
	margin-right:0;
}



.outer-content-div {
	background:#ffffff;
}

.content-div {
	
}

.content-div h2 {
	font-family:'Familiar Pro', Arial, sans-serif;
	line-height:1.25;
} 

.content-div h3 {
	font-family:'Open Sans', Arial, sans-serif;
	line-height:1.5;
} 

.catLabelHeaderWrapper {
	background:#e1e1e1;
	text-align:center;
	height:100px;
}

.catLabelHeaderWrapper .container {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

.catLabelHeaderWrapper h1,
.catLabelHeaderWrapper h2,
.catLabelHeaderWrapper h3 {
	font-family:'Roboto Condensed', Arial, sans-serif;
    font-size: 42px;
    line-height: 1.1;
	color:#e01f29;
	text-align:center;
}

.content-div table th p {
	color:#ffffff;
}

input[type=submit],
.anchCheckoutButton {
	border-radius:0;
	background:transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	box-shadow:none !important;
	text-shadow:none !important;
	color:#e01f29;
	border:2px solid #e01f29;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

input[type=submit]:hover,
.anchCheckoutButton:hover {
	border-radius:0;
	background:#e01f29;
	color:#ffffff;
	border:2px solid #e01f29;
}







.sidemenu-category,
.topmenu-category {
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-size:18px;
	line-height:1.25;
	color:#050505;
	padding:9px 4px;
	border-color:#e1e1e1;
	background:transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.sidemenu-category.next-category {
	border-top:none;
}

.sidemenu-category:hover,
.topmenu-category:hover,
.sidemenu-category.current-category,
.topmenu-category.current-category,
.sidemenu-category.current-category:hover,
.topmenu-category.current-category:hover  {
	background:#e01f29;
	color:#ffffff;
	border-color:#e01f29;
	padding-left:6px;
	font-weight:normal;
}

.sidemenu-subcategory {
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-size:14px;
	line-height:1.75;
	color:#666666;
	padding:8px 4px;
	border-color:#e1e1e1;
	border-left:0px solid #ffffff;
	background:transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;	
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.divSubcatWrapper .sidemenu-subcategory:last-of-type {
	border-bottom:none;
} 

.sidemenu-subcategory:hover,
.sidemenu-subcategory.current-subcategory,
.sidemenu-subcategory.current-subcategory:hover {
	font-family:'Roboto Condensed', Arial, sans-serif;
	color:#050505;
	font-weight:normal;
	padding:8px 4px;
	padding-left:5px;
	border-color:#e1e1e1;
	border-left:4px solid #e01f29;
	background:transparent;	
}


.mobileCategoryDropdown {
	padding:12px 15px;
	background:#e01f29;
	border:1px solid #050505;
	border-radius:8px;
	border-bottom:4px solid #050505;
}

.mobileCategoryDropdown .subcatbutton,
.mobileCategoryDropdown .subcatbutton:hover,
.mobileCategoryDropdown .subcatbutton:focus,
.mobileCategoryDropdown .subcatbutton:active {
	font-size:21px;
	font-family:'Roboto Condensed', Arial, sans-serif;
	color:#ffffff;
	border:none;
}

.subcatshowhide .subcats-select {
	padding:0;
	margin-top:10px;
}



.divFeaturedItem {
	border:none;
	margin:0;
	padding:0;
	height:339px;
}

.divFeaturedItem.Subcategory {
	height:380px;
}

.divFeaturedItem.category {
	height:380px;
}

.divFeaturedItem:hover {
	border:none;
}

.divFeaturedItem img {
}

.divFeaturedItem a.anchFeaturedItemName {
	border:1px solid #e1e1e1;
	margin:10px;
	padding:0;
}

.divFeaturedItem:hover a.anchFeaturedItemName {
	border:1px solid #666666;
}

/*
.divFeaturedItem a.anchFeaturedItemName.button,
.divFeaturedItem .anchFeaturedItemName.button,
.anchFeaturedItemName.button {
	border:2px solid #e01f29;
	height:55px;
	font-size:18px;
	background:transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	color:#e01f29;
	min-width:66.667%;
	max-width:90%;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}
*/

.divFeaturedItem a.anchFeaturedItemName.button,
.divFeaturedItem .anchFeaturedItemName.button,
.anchFeaturedItemName.button {
	border:none;
	height:55px;
	font-size:18px;
	background:#e01f29;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	color:#e01f29;
	min-width:100%;
	max-width:100%;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}


.anchViewItem.button {
	display:block;
	height:35px;
	line-height:35px;
	border-top:2px solid #050505;
	background:#ffffff;
	color:#050505;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}


.anchViewItem.button .innerbutton {
    padding: 0 !important;
    text-align: center;
    margin: auto;
    display: inline-block;
}

.divFeaturedItem:hover .anchViewItem.button {
	background:#ffffff;
	color:#e01f29;
}

@media (min-width:1024px) and (max-width:1199px) {
	
	
	.divFeaturedItem.category {
		height:330px;
	}
	
	.divFeaturedItem.Subcategory a.anchFeaturedItemName.button,
	.divFeaturedItem.Subcategory .anchFeaturedItemName.button,
	.Subcategory .anchFeaturedItemName.button {
		height:75px;
	}
}


@media (min-width:768px) and (max-width:1023px) {
	.divFeaturedItem.Subcategory {
		height:360px;
	}
	
	.divFeaturedItem.category {
		height:360px;
	}
	
	.divCategorySubcatWrapper .divFeaturedItem.Subcategory span.anchFeaturedItemName {
		height:65px;
	}
}

.divFeaturedItem span.anchFeaturedItemName {
	display:inline-block;
	color:#ffffff;
	margin:10px auto;
	width:auto;
	height:50px;
	padding:0 10px;
	line-height:1.25;
	font-size:18px;
	/*
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
	*/
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divFeaturedItem:hover span.anchFeaturedItemName.button,
span.anchFeaturedItemName.button:hover {
	background:#050505;
	border:2px solid #050505;
	color:#ffffff;
}

.divFeaturedItem .anchFeaturedItemName .innerbutton {
	line-height:1.15;
	padding:3px 0;
	width:100%;
}

.divFeaturedItem.divCatTileDisplayWrapper img,
.divFeaturedItem.divCatTileDisplayWrapper:hover img {
	opacity:1;
	margin:0;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divFeaturedItem.divCatTileDisplayWrapper .divCategoryImage {
	height:255px;
}

.divFeaturedItem.divCatTileDisplayWrapper .divCategoryImageInner {
	height:100%;
}

.spanFeaturedItemSalePrice {
	position:absolute;
	bottom:75px;
	padding:5px 0;
	margin:0;
	width:100%;
	background:#050505;
	color:#ffffff;
	left:0;
}


.tdPrimaryImage img.imgPrimaryImage {
	padding:0;
	border:none;
}



tr.divPrimaryImageCaptionHolder,
td.divPrimaryImageCaption {
	font-weight:normal;
	font-style:normal;
	color:#666666;
	background:#ffffff;
	border:none;
}

.divItemDetail .addcart {
	padding:0;
	text-align:center;
}

input.btnAddSpreadsheetItem,
.divItemDetail .addcart input[type="submit"] {
	display:inline-block;
	width:auto;
	margin:0;
	padding:8px 12px;
	background:transparent;
	border:none;
	border:2px solid #e01f29;
	font-family:'Roboto Condensed', Arial, sans-serif;
	color:#e01f29;
	font-size:15px;
	line-height:1;
	text-shadow:none;
	box-shadow:none;
	font-weight:normal;
	text-transform:uppercase;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

input.btnAddSpreadsheetItem:hover,
.divItemDetail .addcart input[type="submit"]:hover {
	border:none;
	text-shadow:none;
	border:2px solid #e01f29;
	background:#e01f29;
	color:#ffffff;
}

input.btnAddSpreadsheetItem {
	padding:3px 5px;
}

.divItemDetail .quantityWrapper {
	padding:0;
	text-align:right;
	line-height:42px;
}

.divItemDetail .quantityInner {
	text-align:center;
	float:right;
	margin-right:7.5px;
	line-height:inherit;
}

.divItemDetail .divItemDescription {
	display:block;
}

.content-div h2.divItemDetailName {
	font-size:24px;
}




.tblSpreadsheet {
	width:100%;
}
 
table.tblSpreadsheet.tblSpreadsheetDouble td.doublebuttoncolumn,
table.tblSpreadsheet td.doublebuttoncolumn {
	padding:0;
}
 
table.tblSpreadsheet.tblSpreadsheetDouble th.thItemHover,
table.tblSpreadsheet td.tdItemHover {
	padding:0;
	background:transparent;
}

.tblSpreadsheet .spreadsheet-even td,
.tblSpreadsheet .spreadsheet-odd td {
	background:inherit;
}


table .thItemHover,
table .tdItemHover {
	width:25px;
	position:relative;
	background:transparent;
}

table .tdItemHover a,
table .tdItemHover a:hover,
table .tdItemHover:hover a {
	text-decoration:none;border-bottom:none;
}

table .tdItemHover .fa {
	font-size:1.1em;
	line-height:1.5em;
	width:100%;
	height:100%;
}

.tblSpreadsheet tr {
	overflow:hidden;
}

.tblSpreadsheet tr:first-of-type {
	border:none;
}

table .tdItemHover .desktopView .spanItemDetailWrapper {
	position:absolute;
	display:none;
	text-align:left;
	background:#ffffff;
}


table .tdItemHover .mobileView .spanItemDetailWrapper {
	top:15px;
	left:15px;
	padding:0;
	margin:0;
}

table .tdItemHover .mobileView .btn-default {
	color:#e01f29;
	background:#ffffff;
	padding:2px 10px;
}

table .tdItemHover .spanItemDetailWrapper .spanItemNotes {
	text-align:center;
	display:inline-block;
	min-width:190px;
	padding:6px 0;
}

table .tdItemHover .anchLineItem:hover + .spanItemDetailWrapper,
table .tdItemHover .desktopView .spanItemDetailWrapper:hover {
	position:absolute;
	top:12.5px;
	left:12.5px;
	display:block;
	z-index:500;
	text-align:center;
}


.content-div table .tdItemHover .spanItemDetailWrapper .itemImageWrapper {
	display:block;
	background:#ffffff;

}

.content-div table .tdItemHover .spanItemDetailWrapper .imgItemImage {
	outline:none;
	border:none;
	padding:0;
	margin:auto;
	text-align:center;
	height:72px;
	width:auto;
}

.content-div table .tdItemHover .spanItemDetailInner {
	display:block;
	padding:6px;
	border:1px solid #050505;
	min-width:190px;
	text-align:center;
}

#pp_full_res .pp_inline p {
	text-align:center;
	padding-bottom:10px;
}

.content-div a.anchLineItem.viewOnly {
	font-size:15px;
	padding-left:2px;
}


@media (min-width:768px) and (max-width:1023px) {
	
	table .tdItemHover .spanItemDetailWrapper .spanItemNotes,
	.content-div table .tdItemHover .spanItemDetailInner {
		min-width:190px;
	}	
	

		
	
}



@media (min-width:1367px) {
	.tdItemHover .desktopView {
		display:block !important;
	} 	
	
	.tdItemHover .mobileView {
		display:none !important;
	} 		
}


@media (max-width:1366px) {
	
	.tdItemHover .desktopView {
		display:none !important;
	} 		
	
	.tdItemHover .mobileView {
		display:block !important;
	} 	
}



.pUserHistorySearch {
	text-align:center;
}

.pUserHistorySearch label {
	font-size:14px;
	float:none;
}

.pUserHistorySearch input.txtOrderSearch {
	
}

.pUserHistorySearch input[type=submit] {
	margin:15px auto 0 auto;
} 

@media (max-width:767px) {
	
	.pUserHistorySearch label {
		margin-top:20px;
	}
	
	.anchCategoryItemName {
		display:inline-block;
		text-align:center;
		line-height:1.25;
		margin:10px auto 15px auto;
		font-size:28px;
	}

	
}



#loginform {
	text-align:center;
	clear:both;
}

#loginform p {
	padding:4px 0;
	text-align:center;
	clear:both;
}


#loginform input[type=submit].button,
#loginform a {
	float:none;
	clear:both;
	text-align:center;
	margin:auto;	
}

#loginform input[type=submit].button {
	margin:0px auto;
	padding:5px 30px;
}

a#ancForgotPassword {
	display:inline-block;
	width:auto;
	clear:both;
	margin:5px auto;
	white-space:nowrap;
	text-align:center;
}


#divForgotPassword {
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

#ancSendForgotPassword,
#ancLogout {
	background:transparent;
	border:2px solid #e01f29;
	box-shadow:none;
	color:#e01f29;
	font-size:18px;
	font-family:'Roboto Condensed', Arial, sans-serif;
	text-shadow:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

#ancSendForgotPassword:hover,
#ancLogout:hover {
	background:#e01f29;
	color:#ffffff;
}

#divForgotPassword p {
	text-align:center;
}

#loginform #divForgotPassword label {
	text-align:center;
	width:100%;
	margin-bottom:10px;
}

#loginform #divForgotPassword input {
	margin-bottom:10px;
}

@media (min-width:1200px) {
	
	#loginform {
		padding:10px 25px;
	}
	
	#loginform label {
		width:38%;
		text-align:left;
	}
	
	#loginform input[type=text],
	#loginform input[type=password] {
		width:60%;
	}

}

@media (max-width:1199px) {
	
	#loginform label,
	#loginform input[type=text],
	#loginform input[type=password] {
		width:100%;
		margin:3px auto 6px auto;
		
	}	

}

@media (max-width:767px) {
	#loginform {
		width:66.66667%;
	}
}

input.mandatory {
	background:lightyellow;
}





#frmProfile {
	width:50%;
}

#frmProfile h3 {
	display:block;
	width:100%;
	clear:both;
}

#frmProfile p {
	display:block;
	float:left;
	margin-bottom:3px;
	clear:both;
	width:100%;
}

#frmRegister input[type=text],
#frmProfile input[type=text],
.user-email {
	height:30px;
	line-height:30px;
}

@media (max-width:1023px) {
	#frmProfile {
		width:100%;
	}
}



#frmRegister {
	clear:both;
	border:1px solid #e1e1e1;
	margin:auto;
	float:none;
	display:block;
	width:50%;
	padding:15px;
	text-align:center;
}


#frmRegister p {
	float:left;
	width:100%;
	clear:both;
}

#frmRegister p.last {
	margin-bottom:15px;
}

#frmRegister label {
	width:33%;
	text-align:left;
}

#frmRegister input {
	width:65%;
	margin-left:2%;
}
 
#frmRegister input[type="submit"] {
	margin:auto;
	float:none;
	display:inline-block;
	width:auto;
}

p.registerLink {
	text-align:center;
}


@media (max-width:1023px) {
	#loginform {
		width:66.66667%;
	}

	#frmRegister {
		width:80%;
	}


}

@media (min-width:768px) and (max-width:1023px) {
	#loginform {
		padding-left:70px;
		padding-right:70px;
	}
}

@media (max-width:767px) {
	#frmRegister {
		width:100%;
	}
	
}

@media (max-width:568px) {
	#frmRegister {
		width:100%;
	}
	
	#frmRegister label {
		width:100%;
		margin-bottom:3px;
		margin-top:6px;
		text-align:center
		margin-left:0;
	}

	#frmRegister input {
		width:100%;
		margin-bottom:3px;
		margin-top:6px;	
		margin-left:0;
		line-height:36px;
		height:36px;
	}	
}

@media (max-width:400px) {
	#loginform {
		width:80%;
	}
}




.partialwidth .tblCart {
	background:#f1f1f1;
	border:1px solid #e1e1e1 !important;
}


.partialwidth .tblCart th,
.partialwidth .tblCart tr,
.partialwidth .tblCart td {
	vertical-align:middle;
}

.trCartHeaderRow th {
	vertical-align:middle;
	white-space:nowrap;
}

.partialwidth .tblCart tr {
	border-color:#e1e1e1;
}

.topmenu-checkout {
	padding:5px 15px;
}

.topmenu-checkout-button {
	text-align:center;
}

.topmenu-checkout a.current-checkout {
	background:#f1f1f1;
	border-color:#e1e1e1;
}

.topmenu-checkout a {
	float:none;
	float:unset;
	display:block;
	width:auto;
	padding:8px;
	border-radius:25px;
	border:2px solid #e1e1e1;
	background:#ffffff;
	margin:0 auto !important;
}

.topmenu-checkout a.complete-checkout {
	color:#12d212;
}

.trCartBodyRowMinimal .btnSubmit.Cart.btnUpdateQty {
	width:auto;
	padding:2px 4px;
	box-shadow:none;
	text-shadow:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	background:transparent;
	border-radius:0;
	border:2px solid #e01f29;
	color:#e01f29;
}

.trCartBodyRowMinimal .btnSubmit.Cart.btnUpdateQty:hover {
	background:#e01f29;
	color:#ffffff;
}

.trCartBodyRowMinimal .anchRemoveItem {
	line-height:26px;
}

.divTotalsBoxWrapper {
	float:right;
}

.divTotalsBox {
	border-color:#e1e1e1;
	background:#f1f1f1;
}


.divTotalsBox input[type=submit],
.divTotalsBox .anchCheckoutButton {
	border-radius:0;
	border:2px solid #e01f29;
	text-shadow:none;
	font-family:'Open Sans', Arial, sans-serif;
	color:#e01f29;
	font-weight:normal;
	line-height:1;
	background:transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-shadow:none;
}


.divTotalsBox input[type=submit]:hover,
.divTotalsBox .anchCheckoutButton:hover {
	background:#e01f29;
	font-weight:normal;
	line-height:1;
	color:#ffffff;
	text-shadow:none;
}



span.checkoutcheck {
	color:#12d212;
}

.divPopUpContinueShopping,
.divPopUpGotoCart {
	margin:0;
	width:100%;
	text-align:center;
	display:inline-block;
}

.divPopUpGotoCart a {
	width:200px;
	margin:auto;
	text-align:center;
	display:inline-block;
}

.divShippingBox,
.divBillingBox,
.divShipOptionsBox,
.divCheckoutButtonBox, 
.AddMessageBox {
	background:#f1f1f1;
	border:2px solid #e1e1e1;
}

.topmenu-checkout-button {
	padding:0 7.5px;
}

	
.trCartBodyRow .mobileView {
	display:none !important;
}


@media (max-width:1366px) {
	.trCartBodyRow .desktopView {
		display:none !important;
	}
	
	.trCartBodyRow .mobileView {
		display:block !important;
	}
	
	.trCartBodyRow .mobileView .dropdown-menu {
		left:15px;
		top:25px;
		background:transparent;
		border:none;
	}
	
	.trCartBodyRow .mobileView .hidItemMoreDetails {
		width:250px;
		text-align:center;
		display:block !important;
	}
	
	.trCartBodyRow .mobileView .hidItemMoreDetails img {
		text-align:center;
		margin:auto;
		float:none;
	}
	
	.btn-default.productDetail-left {
		width:10%;
		float:left;	
		padding:5px 0;
	}
	
	.productDetail-right {
		padding-left:10px;
		margin:0;
		float:right;
		width:90%;
	}
	
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	.topmenu-checkout {
		padding:0 5px;
	} 
	
	.topmenu-checkout-button {
		padding:0 5px;
	}
	
	.topmenu-checkout-button a {
		padding:3px;
		font-size:13px;
	}
	
	.trCartBodyRowMinimal .anchRemoveItem {
		margin:0;
	}
	
	.trCartBodyRowMinimal .btnSubmit.Cart.btnUpdateQty {
		width:100%;
		margin:auto;
		margin-bottom:3px;
		display:inline-block;
		float:none;
		clear:both;
	}
	
	.trCartBodyRowMinimal input.txtQtyToUpdate {
		width:60% !important;
		margin:0;
	}
	
	.trCartBodyRowMinimal .anchRemoveItem {
		width:40% !important;
	}

} 

@media (max-width:767px) {
	.topmenu-checkout-button {
		margin-bottom:10px;
	}
	
	.trCartBodyRow .mobileView {
		text-align:center;
		padding:3px 0;
	}
	
	.productDetail-left,
	.productDetail-right {
		float:left;
		width:100%;
		margin:0;
		text-align:left;
	}

	.productDetail-left {
		text-align:center;
		margin:auto;
		width:50px;
		float:none !important;
	}
	
	.trCartBodyRow .mobileView .dropdown-menu {
		top:45px;
	}
	
	.trCartBodyRowMinimal .anchRemoveItem {
		margin:0;
	}
	
	.btn-default.productDetail-left {
		margin-top:3px;
		width:auto;
		float:left;	
		padding:5px;
	}
	
	.productDetail-right {
		padding-left:0px;
		margin:0;
		float:left;
		width:100%;
	}	
	
}



.divUpdateBilling p,
.divShippingBox p,
.AddMessageBox p,
.divCustAcctShippingOption p {
	float:left;
	display:block;
	width:100%;
	clear:both;
	margin-bottom:5px;
	padding:0;
}

.divUpdateBilling label,
.divShippingBox label,
.AddMessageBox label,
.divCustAcctShippingOption label {
	text-align:left;
	white-space:nowrap;
	line-height:30px;
	height:30px;
}

.divUpdateBilling input,
.divUpdateBilling select,
.divShippingBox input,
.divShippingBox select,
.AddMessageBox input,
.AddMessageBox select,
.divCustAcctShippingOption input,
.divCustAcctShippingOption select {
	line-height:30px;
	height:30px;	
}

.divUpdateShipping input[type=checkbox] {
	margin:0;
} 


.divShipOptionsBoxInner input[type=radio] {
	margin:0;
	margin-right:5px;
}

.divUpdateShipping input[type=checkbox] + span {
	width:75%;
}

.divUpdateShippingUseBilling {
	
}

.AddMessageBox .notelabel {
	margin:0;
	text-align:center;
}

.divCheckoutButtonBox {
	background:transparent;
	border:none;
}

input[type=submit].btnSaveContactShip {
	border:2px solid #e01f29;
	color:#e01f29;
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
	font-size:21px;
	text-transform:uppercase;
	text-align:center;
	line-height:1;
	padding:8px 20px;
	margin:0;
	text-shadow:none;
	box-shadow:none;
	background:transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

input[type=submit].btnSaveContactShip:hover {
	border:2px solid #e01f29;
	color:#ffffff;
	background:#e01f29;
}

.divShipOptionsBoxInner {
	
}

.divPaymentMethodChoose {
	padding-right:15px;
	border:none;
}

.divNoticeMessage {
	border:2px solid #666666;
	background:#e01f29;
	font-style:normal;
	text-shadow:none;
}


.divCustAcctShippingOption {
	padding:0;
	border:none;
}



.divBillToConfirm,
.divShipToConfirm,
.divDiscountCode,
.partialwidth .divDiscountCode,
.divTotalsBox {
	padding:0px 7.5px;
	margin:0;
	border:none;
	background:transparent;	
	
}


.divDiscountCode {
	margin-bottom:15px;
}

.divBillToConfirmInner,
.divShipToConfirmInner,
.divDiscountCodeInner,
.divTotalsBoxInner {
	float:left;
	height:auto;
	width:100%;
	padding:10px 15px;
	border:2px solid #e1e1e1;
	background:#f1f1f1;	
	
}

.divDiscountCodeInner {
	text-align:center;
}

.divDiscountCode label {
	padding:0;
}

.divCartTableWrapper {
	padding:0 7.5px;
}

.divDiscountCode input[type=text] {
	line-height:30px;
	height:30px;
	width:100%;
	margin-bottom:15px;
}

.divCartTableWrapper,
.divDiscountCode,
.partialwidth .divDiscountCode,
.divAdminOrderInformation,
.divAdminOrderInformation + .divTotalsBox,
.divPaymentMethodChoose,
.divCheckoutBox  {
	float:left;
	margin-top:15px;
} 

.partialwidth .tblCart {
	margin-bottom:0;
}

.trCartHeaderRow th,
.trCartHeaderRow th p {
	text-align:left;
}

.divCheckoutBox {
	padding:0;
	text-align:right;
}

.frmCheckout {
	text-align:center;
}

.divCheckoutBox iframe {
	margin:0 !important;
	min-width:480px;
}

.shadowBox,
#iframeContainer .shadowBox {
	margin:0 !important;
}

.divErrorMessage {
	border:2px solid #e1e1e1;
	background:#f1f1f1;
}

@media (min-width:768px) and (max-width:1023px) {
	.divCheckoutBoxInner {
		text-align:center;
		display:block;
	} 
}

@media (max-width:767px) {
	
	.divCheckoutBox,
	.divCheckoutBoxInner  {
		text-align:center;
		padding:0;
		overflow:scroll;
	}
	
	.divCheckoutBox iframe {
		float:left;
		width:100% !important;
		min-width:480px;
		min-height:480px;
	}
	
	.divCheckoutBox iframe::-webkit-scrollbar {
	    -webkit-appearance: none;
	}
	.divCheckoutBox iframe::-webkit-scrollbar:vertical {
	    width: 12px;
	}
	.divCheckoutBox iframe::-webkit-scrollbar:horizontal {
	    height: 12px;
	}
	.divCheckoutBox iframe::-webkit-scrollbar-thumb {
	    background-color: rgba(0, 0, 0, .5);
	    border-radius: 10px;
	    border: 2px solid #ffffff;
	}
	.divCheckoutBox iframe::-webkit-scrollbar-track {
	    border-radius: 10px;
	    background-color: #ffffff;
	}	
	
	#iframeContainer {
		width:100% !important;
		min-width:290px;
	}
	
	#iframeContainer .shadowBox {
		margin:10px auto;
	}
	
	.divShipToConfirm {
		margin-top:15px;
	} 
	.divCheckoutButtonBox {
		width:100%;
		text-align:center;
	}
	input[type=submit].btnSaveContactShip {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
}




.divCategoryHeader {
	margin:0;
}

.divCategoryHeader .divCategoryImage {
	padding:0;
} 

.divCategoryItem .divCatItemCenter {
	padding-right:0;
}

.divCategoryItem .anchCategoryItemPicture {
	padding:0;
}

.partialwidth .divCategoryItem {
	padding:0;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:0;
}

.partialwidth .imgCategoryItem,
.partialwidth .imgSpreadsheetItem {
	width: auto;
	max-width:100%;
	margin-right:0;
}

.divSaleBoxTwo {
	
}

.divItemDetail h2 a {
	color:#e01f29;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divItemDetail h2 a:hover {
	border-bottom:1px solid #e01f29;
}

.divCategoryItem .anchCategoryItemName {
	color:#e01f29;
}  

.divItemDetailRight .divSaleBox {
	width:100%;
	padding:15px;
	height:75px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;	
}

.divItemDetailRight .quantityWrapper {
	text-align:center;
}

.divItemDetailRight .quantityInner {
	float:none;
	float:unset;
	margin:7.5px auto;
}

.divItemDetailRight .txtQtyToAdd {
	width:50px;
}

.divSaleBoxTwo p {
	padding:0;
	margin:0 auto;
}

.divCategoryItem input[type=submit],
.divCategoryItem .anchCheckoutButton {
	margin:0 auto;
	background:#f1f1f1;
	border:2px solid #e01f29;
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
	color:#e01f29;
	text-transform:uppercase;
	text-align:center;
	text-shadow:none;
	box-shadow:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divCategoryItem input[type=submit]:hover,
.divCategoryItem .anchCheckoutButton:hover {
	background:#e01f29;
	color:#ffffff;
	border:2px solid #e01f29;
}

.divSaleBox,
.divSaleBoxTwo {
	background:#f1f1f1;
	border:2px solid #050505;
	padding:0;
	margin:0;
	height:208px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
	text-align:center;
}

.divItemDetailPrice {
	font-family:'Roboto Condensed', Arial, sans-serif;
	color:#050505;
	padding:0;
	text-shadow:none;
	box-shadow:none;
}

.divItemDetail .quantityWrapper {
	padding:7.5px 0;
}

.divItemDetail .quantityInner label,
.divItemDetail .quantityInner input {
	display:inline-block;
	
}



.divItemDetailRight .quantityInner,
.qtyWrapper label {
	text-transform:capitalize;
}

.divSaleBoxTwo .qtyWrapper {
	width:100%;
	margin:5px 0;
}

.divSaleBoxTwo .qtyWrapper label,
.divSaleBoxTwo .qtyWrapper .txtQtyToAdd {
	display:inline-block !important;
}

.divCategorySubcatWrapper .divFeaturedItem a.anchFeaturedItemName {
	/*padding:7.5px;*/
	margin:7.5px;
}


.divFeaturedItem p {
	position:relative;
	overflow:hidden;
}

.divCategorySubcatWrapper .divFeaturedItem p {
	background:#e01f29;
	width:100%;
	color:#ffffff;
	border:none;
	padding:0;
}

.divCategorySubcatWrapper .divFeaturedItem span.anchFeaturedItemName {
	padding:0;
	color:#ffffff;
	border:none;
	margin:0;
}

.divFeaturedItem .anchFeaturedItemName.button:hover,
.divFeaturedItem a.anchFeaturedItemName.button:hover {
	border:none;
	padding:0;
}

.divFeaturedItem a.anchFeaturedItemName.button,
.divFeaturedItem .anchFeaturedItemName.button,
.anchFeaturedItemName.button {
	width:101%;
	max-width:101%;
	min-width:101%;
	border:none;
	margin:0;
	padding:0;
	color:#ffffff;
}

.divFeaturedItem:hover span.anchFeaturedItemName.button,
span.anchFeaturedItemName.button:hover {
	border:none;
}

.divCategorySubcatWrapper .divFeaturedItem a.anchFeaturedItemName img {
	margin:0;
}


.divSubcategoryAlbum {
	border:none;
	padding:0;
}

.category-search-link {
	display:none;
}

.divCategorySubcatWrapper .anchSubcategoryAlbum {
	height:314px;
	position:relative;
	display:block;
	border:none;
	text-align:center;
	padding:0;
	border:1px solid #e1e1e1;
	margin:7.5px;
	padding:0;	
}


.divSubcategoryAlbum:hover .anchSubcategoryAlbum {
	border:1px solid #999999;
}

.divCategorySubcatWrapper .anchSubcategoryAlbum img {
	outline:none;
	border:none;
	padding:0;
}

.divSubcategoryAlbum .spanSubcategoryName.button {
	display:table;
	height:55px;
	margin:auto;
	font-size:18px;
	border:2px solid #e01f29;
	background:#e01f29;
	color:#ffffff;
	padding:0 15px;
	max-width:101%;
	min-width:101%;
	margin:0;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-align:center;
}

.divSubcategoryAlbum .spanSubcategoryName .innerbutton {
	vertical-align:middle;
	display:table-cell;
	line-height:1.15;
}

.divSubcategoryImage {
	height:257px;
	display: table;
    width: 100%;
    table-layout: fixed;
}

.divSubcategoryImageInner {
	display:table-cell;
	vertical-align:middle;
}

.divSubcategoryImage .imgSubcategoryImage {
	max-height:257px;
	max-width:102%;
	padding:0;
}

.divDrillDown {
	border-color:#050505;
}

.divDrillDown .btnViewAll {
	display:inline-block;
	float:right;
	margin-left:15px;
	border:1px solid #e01f29;
	color:#ffffff;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	background:#e01f29;
	font-size:21px;
	line-height:36px;
	padding:0 20px;
}

.divDrillDown .btnViewAll:hover {
	border:1px solid #e01f29;
	color:#e01f29;
	background:#ffffff;
}


.divDrillDown a {
	line-height:36px;
	text-decoration:underline;
}

.divDrillDown a.btnViewAll {
	text-decoration:none;
}

.divDrillDown .fa-caret-right {
	color:#666666;
}



.content-div .divCategorySubcatWrapper h3 {
	font-family:'Roboto Condensed', Arial, sans-serif;
	margin-left:7.5px;
} 

.divFeaturedItem.divCatTileDisplayWrapper {
    margin:0;
	border:none;
}

.divFeaturedItem.divCatTileDisplayWrapper a {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 10px;
	margin:7.5px;
    background: #ffffff;
	height:312px;
	padding:0;
}

.divFeaturedItem.divCatTileDisplayWrapper a:hover {
    background: #ffffff;
    border-color:#666666;
}


.divFeaturedItem.divCatTileDisplayWrapper img {
    border:none;
	position:absolute;
	height:257px;
	max-height:none;
	min-height:auto;
	width:auto;
	max-width:none;
	min-width:auto;
	left:50%;
	top:auto; /* IE fix.. works in chrome */
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}


.divFeaturedItem.divCatTileDisplayWrapper a:hover img {
    border:none;
}



.divItemDetail {
	margin-bottom:20px;
}

.partialwidth .divItemDetailLeft,
.partialwidth .divItemDetailRight,
.divItemDetail .divPrimaryImage {
	margin:0;
	padding:0;
}

.partialwidth .divItemDetailRight {
	padding:0 7.5px;
}

.tblPrimaryImage {
	margin:auto;
	display:flex;
	width:auto;
	max-width:100%;
	text-align: center;
	background:transparent;
	justify-content: center;
}

.divSpreadsheetItem .divTableWrapper {
	padding-right:7.5px;
	padding-left:0;
	margin-bottom:20px;
} 

.tblSpreadsheet .spreadsheet-odd td,
.tblSpreadsheet .spreadsheet-even td {
	background:inherit;
}


.tblSpreadsheet .spreadsheet-even {
	background:#ffffff;
}

.tblSpreadsheet .spreadsheet-odd {
	background:#f1f1f1;
}


header,
footer {
	background:#050505;
}

.divShipReturnPolicy {
	
}

.topfooter {
    height: 30px;
    line-height: 30px;
    background:#e01f29;
    border-bottom: 2px solid #ffffff;
}

.footerNav {
	width:100%;
	text-align:center;
	padding:40px 0;
	padding-top:37px;
}

.footerNav a {
    display: inline-block;
    font-family:'Familiar Pro', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    padding: 0 8px;
    color: #ffffff;
   	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
}

.footerNav a:hover,
.footerNav a.current {
	text-decoration:none;border-bottom:none;
	color:#e01f29;
}

.footer-left 	{text-align:left;}
.footer-right 	{text-align:right;}

.footer-right .anchProfile,
.footer-right .anchHistory {
	display:inline-block;
	background:none !important;
	border:none;
	text-shadow:none;
	text-decoration:none;border-bottom:none;
	margin:0;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	color:#ffffff;
	font-family:'Familiar Pro', Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
}

.footer-right .anchLogout {
	display:inline-block;
	float:right;
	background:none !important;
	border:none;
	text-shadow:none;
	margin:0;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	color:#ffffff;
	font-family:'Familiar Pro', Arial, sans-serif;
	font-weight:bold;
	font-size:18px;	
	padding:0 12px;
}

.footer-right .anchProfile:hover,
.footer-right .anchHistory:hover,
.footer-right .anchLogout:hover {
	color:#e01f29;
}

.footer-right img {
	padding:0 12px;
	margin-bottom:5px;
}


.lww {
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-size:14px;
	text-align:center;
	color:#999999;
	text-decoration:none;border-bottom:none;
	padding-bottom:25px;
	padding-top:10px;
}

.lww a {
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-size:14px;
	color:#999999;
	text-decoration:none;border-bottom:none;
}

.lww a:hover {
	font-size:14px;
	color:#e01f29;
}

a.anchBackToTop {
    position: fixed;
    display: inline-block;
    padding-top: 8px;
    right: 8%;
    height: 40px;
    width: 45px;
    background: #e01f29;
    z-index: 100;
    font-size: 20px;
    border-radius: 5px;
	font-family:'Open Sans', Arial, sans-serif;
	text-align:center;
    color: #ffffff;
   	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	bottom:-4px;
}

a.anchBackToTop span {
	font-family:'Open Sans', Arial, sans-serif;
	line-height:10px;
	font-size:12px;
	display:block;
	width:100%;
}

.footerContact {
	padding:10px;
}

.footerContact a,
.footerContact p,
.footerContact p a {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;border-bottom:none;
	color:#ffffff;
}

.footerContact a:hover,
.footerContact p a:hover {
	color:#e01f29;
}




@media (min-width:1200px) {
	.divSaleBox,
	.divSaleBoxTwo {
		height:208px;
	}
}

@media (min-width:768px) {
	.hidden-sm-up {
		display:none !important;
	}
	
}



@media (max-width:1199px) {
	
	header {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}
	
	.supernav {
		height:50px;
		line-height:50px;
	}
	
	
	a.reset-search {
		position:absolute;
		top:10px;
		right:65px;
	}
	
	.supernav .divCartBar {
		float:right;
	}
	
	.supernav .divCartBar a {
		margin:9px 4px;
	}
	
	.supernav .carticonwrapper {
		display:none !important;
	}
	
	.navcontainer h1.banner-logo,
	.navcontainer p.banner-logo {
		position:absolute;
	}
	
	.navbar-toggle {
		margin:32px 15px;
		display:block;
		z-index:300;
		border:2px solid transparent;
		-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	}
		
	.navbar-toggle:focus,
	.navbar-toggle:active,
	.navbar-toggle:hover {
		background:rgba(255,255,255,0.25);
	}
	
	.navbar-collapse.collapse {
		display:none !important;
		height:auto;
	}
	
	.navbar-collapse.collapse.in {
		display:block !important;
		z-index:300;
		height:auto;
	}
	
	.navbar-toggle .icon-bar {
		background:#ffffff;
		width:34px;
		height:4px;
		border:2px solid #ffffff;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:110px;
	}
	
	header {
		height:160px;
	}
	
	#navbar {
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(66vh - 145px);
		overflow:scroll !important;	
		float:right;
		padding:0;
	    clear: both;
	    width: 48%;
	    background: #ffffff;	
	    z-index: 300;		
		-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
						-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
						box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
	}

	.navbar-div {
		height:0;
		overflow:visible;
	}

	.navbar-div,
	.navbar-nav {
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'Roboto Condensed', Arial, sans-serif;
		color:#999999;
		line-height:1;
		margin:0;
		width:100%;
		display:block;
		font-size:21px;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		border-bottom:1px solid #e1e1e1;
		-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	}
	
	nav .anchSandwichNav.current,
	nav .anchSandwichNav:hover {
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #e1e1e1;
		border-left:4px solid #e01f29;
		padding-left:6px;
		color:#e01f29;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}	
	
	.catLabelHeaderWrapper {
		height:75px;
		margin-top:160px;
	}	
	
	th.thItemHover,
	th.far-left,
	table.tblSpreadsheet .thPrice,
	table.tblSpreadsheet .thQty {
		width:auto;
	}	
	
	table .tdItemHover .mobileView .btn-default {
		padding:2px 8px;
	}
	
	table.tblSpreadsheet.tblSpreadsheetDouble td,
	table.tblSpreadsheet td {
		padding:0 3px;
	}
	
	input.btnAddSpreadsheetItem {
		padding:3px;
		font-size:14px;
	}
	
}



@media (min-width:1200px) and (max-width:1366px) and (max-height:992px) {
	
	.navcontainer {
		height: 101px;
		line-height: 101px;
	}
	
	.navcontainer h1.banner-logo,
	.navcontainer p.banner-logo {
		padding:0;
		margin: 7px 0 0 0;
		float:left;
	}
	
	.navcontainer a.anchMainNav {
		height: 101px;
		line-height: 101px;
	}
	
	.catLabelHeaderWrapper {
		height: 70px;
	}
	
}



@media (min-width:1024px) and (max-width:1199px) {
		
	.supernav .divCartBar a {
		font-size:17px;
		padding:0 20px;
	}	
		
	.supernav .divCartSearch select,
	.supernav .divCartSearch input[type=text],
	.supernav .divCartSearch-button {
		height:28px;
		line-height:28px;
		margin:9px 2px;
	}
	
	a.reset-search {
		right:47px;
	}
		
	.catLabelHeaderWrapper {
		height:75px;
	}
	
	.catLabelHeaderWrapper h1,
	.catLabelHeaderWrapper h2,
	.catLabelHeaderWrapper h3 {
		font-size:36px;
	}	
	
	.content-div {
		padding:15px 10px;
	}

	
	.content-div h1,
	.content-div h2 {
		font-size:28px;
		padding:0;
		margin:0;
	}
	
	.content-div h3 {
		font-size:24px;
		padding:0;
		margin:0;
	}
	
	.content-div p,
	.content-div li,
	label {
		font-size:15px;
	}
	
	
	.content-div table,
	.content-div table p,
	.content-div td,
	.content-div tr,
	.content-div th {
		font-size:14px;
	}
		
	/* //sidemenu */	
	.sidemenu-category,
	.topmenu-category {
		padding:10px 4px;
		font-size:16px;
	}	
	
	
	.sidemenu-subcategory,
	.sidemenu-subcategory:hover,
	.sidemenu-subcategory.current-subcategory,
	.sidemenu-subcategory.current-subcategory:hover {
		padding:6px 4px;
		margin-left:8px;
	}	
	
	/* //addtocart //add */
	.divCategoryItem input[type=submit],
	.divCategoryItem .anchCheckoutButton {
		font-size:16px;
		padding:5px 12px;
		text-align:center;
	}
	
	
	/* //products */
	
	.divItemDetailRight .divSaleBox {
		padding:10px;
	}	
	
	.divItemDetailRight .txtQtyToAdd {
		width:40px;
	}
	
	.divItemDetail {
		padding:0;
	}
	
	.partialwidth .divItemDetailLeft {
		padding-left:0;
		padding-right:15px;
	}
	
	.partialwidth .divItemDetailRight {
		padding-right:0;
		padding-left:15px;
	}	
	

	.divCategorySubcatWrapper .anchSubcategoryAlbum {
		height:266px;
	}	
	
	.divSubcategoryImage .imgSubcategoryImage {
		max-height:210px;
	}	
		
	.divSubcategoryImage {
		height:210px;
	}
		
}



@media (min-width:768px) and (max-width:1023px) {
	
	.supernav .container {
		padding:0 7.5px;
	}
	
	.supernav .divCartSearch input[type=text] {
		width:75%;
		font-size: 14px;
	    line-height: 28px;
	    height: 28px;
	    margin-top: 10px;
		margin-right:5px;
	    padding: 0 8px;				
	}
	
	.supernav .divCartSearch-button {
	   	font-family:'Open Sans', Arial, sans-serif;
	    font-weight: normal;
	    float: left;
	    width: auto;
	    font-size: 14px;
	    line-height: 28px;
	    height: 28px;
	    margin-top: 10px;
	    padding: 0 8px;
	    background: #050505;
	    color: #ffffff;
	    border: none;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	   	text-decoration:none;border-bottom:none;	
	}
	
	.supernav .divContactBanner a {
		margin:0;
	}
	
	.supernav .divCartBar {
		padding-left:12px;
	}
	
	.supernav .divCartBar a {
		padding:0 18px;
		font-size:17px;
	}
	
	.supernav .divCartBar a.anchCart {
		width:160px;
		text-align:center;
		white-space:nowrap;
		padding:0;
	}
	
	.catLabelHeaderWrapper {
		height:75px;
	}
	
	.catLabelHeaderWrapper h1,
	.catLabelHeaderWrapper h2,
	.catLabelHeaderWrapper h3 {
		font-size:36px;
	}

	
	.content-div {
		padding:10px 7.5px;
	}
	
	.content-div h1,
	.content-div h2 {
		font-size:24px;
		padding:0;
		margin:0;
	}
	
	.content-div h3 {
		font-size:21px;
		padding:0;
		margin:0;
	}
	
	.content-div p,
	.content-div li,
	label {
		font-size:15px;
	}
	
	.content-div table,
	.content-div table p,
	.content-div td,
	.content-div tr,
	.content-div th {
		font-size:14px;
	}
	
	.partialwidth {
		padding:0 7.5px;
	}
	
	/* //sidemenu */
		
	.sidemenu {
		padding:0 7.5px 0 0;
	}	
	
	.sidemenu-category,
	.topmenu-category {
		font-size:16px;
	}	
		
		
	.sidemenu-subcategory,
	.sidemenu-subcategory:hover,
	.sidemenu-subcategory.current-subcategory {
		padding:4px;
		margin-left:6px;
	}	
	
	/* //category */
	.divItemDetailRight .divSaleBox {
		padding:7.5px;
	}
	
	.divItemDetailRight .txtQtyToAdd {
		width:35px;
	}	
	
	.content-div .divCategorySubcatWrapper h3 {
		margin:7.5px;
	} 
	
	/* //addtocart //add */
	.divCategoryItem input[type=submit],
	.divCategoryItem .anchCheckoutButton {
		font-size:15px;
		padding:5px 10px;
		text-align:center;
	}
	
	/* //products */
	.divItemDetail {
		padding:0;
	}
	
	.partialwidth .divItemDetailLeft {
		padding-left:0;
		padding-right:15px;
	}
	
	.partialwidth .divItemDetailRight {
		padding-right:0;
		padding-left:15px;
	}
	
	.divSaleBoxTwo .qtyWrapper label,
	.divSaleBoxTwo .qtyWrapper .txtQtyToAdd {
		width:50px;
	}

	.footer-right .anchProfile,
	.footer-right .anchHistory {
		font-size:17px;
	}
	
	.footer-right .anchLogout {
		font-size:17px;	
	}
	

	.divCategorySubcatWrapper .anchSubcategoryAlbum {
		height:309px;
	}	
	
	
	.divSubcategoryImage .imgSubcategoryImage {
		max-height:250px;
	}
	
	.divSubcategoryImage {
		height:250px;
	}
	
}


@media (max-width:767px) {
	header {
		position:fixed;
		top:0;
		width:100%;
		background:#050505;
		
		z-index:1030;
	}
	
	header * {
		position:relative;
	}
	
	.supernav {
		height:50px;
		line-height:50px;
	}
	
	.supernav .container {
		padding:0 4px;
	}
	
	.supernav .divCartBar a {
		font-size:15px;
		line-height:30px;
		margin:9px 4px;
		padding:0 15px;
	}
	
	header {
		height:140px;
	}
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:90px;
	}
	
	.navcontainer .container {
		padding:0;
	}
	
	.navbar-toggle {
		margin:22px 15px;
	}
	
	.navcontainer h1.banner-logo,
	.navcontainer p.banner-logo,
	.navcontainer h1.banner-logo a,
	.navcontainer p.banner-logo a {
		margin:0;
		width:100%;
		height:90px;
		display:block;
		text-align:center;
	}
	
	.navcontainer h1.banner-logo a,
	.navcontainer p.banner-logo a {
		position:absolute;
		height:100%;	
		text-align:left;
	}
	
	.navcontainer h1.banner-logo img,
	.navcontainer p.banner-logo img {
		width:270px;
		height:auto;
		margin-left:10px;
		margin-top:15px;
		text-align:left;
	}
	
	#navbar {
		width:100%;
		margin-top:0px;
		max-height:calc(90vh - 30px);
	}

	.catLabelHeaderWrapper {
		height:75px;
		margin-top:140px;
	}
	
	.catLabelHeaderWrapper h1,
	.catLabelHeaderWrapper h2,
	.catLabelHeaderWrapper h3 {
		font-size:30px;
		line-height:1;
	}

	
	/* //sidemenu //mobile //mobilemenu */
	.sidemenu {
		padding:0;
		border:none;
	}
	
	.sidemenu-category {
		position:relative;
		line-height:31px;
	}
	
	.sidemenu-category .fa {
	    position: absolute;
	    right: 0;
	    line-height: 50px;
	    width: 15%;
	    text-align: center;
	    top: 0;
	}
	
	.sidemenu-subcategory {
		margin-left:12px;
	}
	
	/* //content-div //content */
	
	.partialwidth,
	.divCategorySubcatWrapper,
	.divSpreadsheetItem,
	.divSpreadsheetItem .divTableWrapper  {
		padding:0;
	}
	
	.divDrillDown {
		padding:7.5px 0;
	}
	
	.divDrillDown a {
		font-size:14px;
	} 
	
	.divSaleBoxTwo  {
		margin:15px auto;
	}
	
	.divCategoryItem .divCatItemCenter {
		padding:0;
	}
	
	.divCategoryItem .anchCategoryItemPicture {
		text-align:center;
		border:none;
	} 
	
	.imgCategoryItem,
	.imgSpreadsheetItem {
		float:none;
		float:unset;
		text-align:center;
	}
	
	.divItemDetail {
		padding:0;
	}
	
	table .tdItemHover .mobileView .btn-default {
		padding:2px 6px;
	}
	
	.content-div table th,
	.content-div table tr,
	.content-div table td,
	.content-div table p {
		font-size:12px;
	}

	th.thItemHover,
	th.far-left,
	table.tblSpreadsheet .thPrice,
	table.tblSpreadsheet .thQty {
		width:auto;
	}

	table.tblSpreadsheet.tblSpreadsheetDouble td,
	table.tblSpreadsheet td {
		padding:0 2px;
	}
	
	input.btnAddSpreadsheetItem {
		padding:2px 0;
		width:80%;
		max-width:100%;
		font-size:14px;
		text-shadow:none;
		box-shadow:none !important;
	}
	
	.content-div table .tdItemHover .spanItemDetailInner {
		width:75vw;
		min-width:190px;
		max-width:100%;
	}
	
	.divItemDetail .quantityInner {
		width:100%;
		margin:0;
	}
	
	.divItemDetail .quantityWrapper,
	.divItemDetail .quantityInner,
	.divItemDetail .quantityInner label,
	.divItemDetail .quantityInner input {
		display:block;
		margin:auto;
		padding:0;
		text-align:center;
	}
	
	.divSaleBoxTwo {
		height:145px;
		width:66%;
		margin:20px auto;
		float:none;
		clear:both;
	}
	

	/* //footer  */
	.footer-right {
		text-align:center;
		padding:30px 0 5px 0;
	}
	
	.footer-right .footerContact {
		padding:30px 0;
	}
	
	.footer-right a {
		font-family:'Open Sans', Arial, sans-serif;
		display:inline-block;
		text-align:center;
		color:#ffffff;
		text-decoration:none;border-bottom:none;
		font-size:16px;
		white-space:nowrap;
		-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	}
	
	.footer-right a:hover {
		color:#e01f29;
		text-decoration:none;border-bottom:none;
	}
	
	.lww {
		padding-bottom:50px;
	}	
	
}

@media (max-width:360px) {
		
	.navcontainer h1.banner-logo img,
	.navcontainer p.banner-logo img {
		width:225px;
		margin-top:20px;
	}
	
	.content-div table th,
	.content-div table tr,
	.content-div table td,
	.content-div table p {
		font-size:11px;
	}
}

@media (max-width:320px) {
	
	.content-div table th,
	.content-div table tr,
	.content-div table td,
	.content-div table p {
		font-size:9px;
	}
}



.divPopUpNoticeMessage input[type=submit],
.divPopUpNoticeMessage .anchCheckoutButton {
	border:2px solid #e01f29 !important;
	color:#e01f29;
	width:80%;
	margin-bottom:15px;
}

.divPopUpNoticeMessage input[type=submit]:hover,
.divPopUpNoticeMessage .anchCheckoutButton:hover {
	color:#ffffff;
}

/* //border */
.tblPrimaryImage td {
	padding:0;
}

.divSubcategoryImage {
	height:253px;
}

.divFeaturedItem.divCatTileDisplayWrapper a,
.divCategorySubcatWrapper .anchSubcategoryAlbum {
	overflow:hidden;
}

.tdPrimaryImage,
.divCategorySubcatWrapper .anchSubcategoryAlbum,
.divCategorySubcatWrapper .anchSubcategoryAlbum:hover,
.divSubcategoryAlbum:hover .anchSubcategoryAlbum,
.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img,
.divFeaturedItem a.anchFeaturedItemName,
.divFeaturedItem:hover a.anchFeaturedItemName,
.divFeaturedItem.divCatTileDisplayWrapper a,
.divFeaturedItem.divCatTileDisplayWrapper a:hover {
	border:3px solid #050505;
}


.sidemenu {
	float: left;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #050505;
}

@media (min-width:1024px) and (max-width:1199px) {

	.divSubcategoryImage {
		height:205px;
	}	

	.divFeaturedItem.divCatTileDisplayWrapper-11 img {
		height:200px !important;
	}	
}

@media (min-width:768px) and (max-width:1023px) {
		
	.divCategorySubcatWrapper .anchSubcategoryAlbum {
		height:305px;
	}	
		
	.divSubcategoryImage {
		height:245px;
	}
	
	.divFeaturedItem.divCatTileDisplayWrapper-11 img {
		height:230px !important;
	}	
}

@media (max-width:767px) {
	.divFeaturedItem.divCatTileDisplayWrapper {
		max-width:80%;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
	.divFeaturedItem {
		border:none;
		margin:0;
		padding:0;
		height:389px;
	}
	
	.divFeaturedItem.category,
	.divFeaturedItem.Subcategory {
		height:auto;
		margin-bottom:30px;
	}
		
	.divCategorySubcatWrapper .divFeaturedItem a.anchFeaturedItemName img {
		width:100%;
	}


	.sidemenu {
		padding:0px;
		border:none;
	}	
	
	.divDrillDown .btnViewAll {
		margin-left:5px;
	}
	
		
	.content-div .divCategorySubcatWrapper h3 {
		margin-left:0;
	}
	
}





.partialwidth .imgCategoryItem {
	outline: none;
	border: 3px solid #050505;
}

.partialwidth a,
.partialwidth a .imgCategoryItem {
	color: #050505;
	border: none;
}

.divCategorySubcatWrapper h3 {
	display: none;
}

.divCategorySubcatWrapper.table h3,
.divCategorySubcatWrapper.tiles h3 {
	display:block;
}

h3 a.subcategory-subheader.table,
h3 a.subcategory-subheader.tiles,
.partialwidth .divCatItemCenter .anchCategoryItemName,
.divCategorySubcatWrapper.table h3 a,
.divCategorySubcatWrapper.tiles h3 a {
	color:#e01f29;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

h3 a.subcategory-subheader.table:hover,
h3 a.subcategory-subheader.tiles:hover,
.partialwidth .divCatItemCenter a.anchCategoryItemName:hover,
.divCategorySubcatWrapper.table h3 a:hover,
.divCategorySubcatWrapper.tiles h3 a:hover {
	color:#e01f29;
	text-decoration:none;
	border-bottom:1px solid #e01f29;	
}

.divCategoryHeader {
	border: none;
}



.content-div h2.divItemDetailName {
	padding-top: 0;
}

.spanOptionLabelMin,
.spanOptionValueMin {
	font-size:14px;
}

.anchMinimalLineItemHover {
	font-size:16px;
}


.cursorshade.featuredimagezoomerhidden,
.zoomstatus.featuredimagezoomerhidden {
	opacity:0 !important;
}



.anchProfile, 
.anchHistory,
.anchLogout {
    display: block;
    cursor: pointer;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e01f29), color-stop(1, #711015));
    background: -moz-linear-gradient( center top, #e01f29 5%, #711015 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e01f29', endColorstr='#711015');
    background-color: #e01f29;
    border: 1px solid #e01f29;
    padding: 0px 12px;
    margin-left: 6px;
    height: 28px;
    color: #f1f1f1;
    text-shadow: 0px -1px 2px #050505;
    text-align: center;
    float: right;
    font: 13px/28px 'Roboto Condensed';
    margin-bottom: 10px;
    
}

.anchLogout {
    margin-right: 0;
}


.anchProfile:hover, 
.anchHistory:hover,
.anchLogout:hover {
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #711015), color-stop(1, #e01f29) );
    background: -moz-linear-gradient( center top, #711015 5%, #e01f29 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#711015', endColorstr='#e01f29');
    background-color: #711015;
    color: #f1f1f1;
}

.divAdditionalAdminBar{
    width: 100%;
    z-index: 800;
}

@media (max-width:1200px) {

    .divAdditionalAdminBar{
        position:relative;
        top: 150px;
        right: 0;   
    }
}
    
@media (max-width:768px) {

    .footer-right .anchProfile, 
    .footer-right .anchHistory, 
    .footer-right .anchLogout {
        float:none;
    }
}



@media print {
    
    a[href]:after {
        content: none !important;
    }
    header {
        display:none;
    }
    .catLabelHeaderWrapper {
        margin-top: 0px; 
    }
    .sidemenu {
        display: none;
    }
    span.fa.fa-lg.fa-search {
        display:none;
    }
    .dropdown-toggle {
        display: none;
    }
    tr th {
        background: none !important;

    }
    .partialwidth{
        width: 100% !important;
        float: left !important;
    }
}


a.anchMainNav.services .pagelabel:before {
    content: "NEW!";
    position: absolute;
    font-size: .7em;
    top: -2em;
    -webkit-transform: matrix(0.963,-0.269,0.269,0.963,0,0);
    -moz-transform: matrix(0.963,-0.269,0.269,0.963,0px,0px);
    -ms-transform: matrix(0.963,-0.269,0.269,0.963,0,0);
    -o-transform: matrix(0.963,-0.269,0.269,0.963,0,0);
    transform: matrix(0.963,-0.269,0.269,0.963,0,0);
    left: .5em;
    -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
} 

a.anchMainNav.services:hover .pagelabel:before {
    font-size: .9em;
    -moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.navcontainer a.anchMainNav {
    position: relative;
}


.divBannerTagline {
	
	font-family:'Roboto Condensed', Arial, sans-serif;
	height:auto;
	font-size:16px;
	line-height:1.4;
	padding:3px 0;
	background:#2e9c50;
	border-bottom:2px solid #08460d;
	text-align:center;
	color:#ffffff;
}

.divBannerTagline ~ .supernav,
.divBannerTagline ~ .navcontainer {
	position:relative;
	height:auto;
	top:auto;
}


	
header.hasBannerTagline ~ #main .divMainCalloutWrapper,
header.hasBannerTagline ~ #main .divPageHeaderWrapper {
	margin-top:0;
}	
	

@media (max-width:1199px) {
					
	header.hasBannerTagline {
		height:auto;
	}	
			
	header.hasBannerTagline #navbar {
		position:absolute;
		right:5px;
		top:110px;
	}	
	
	header.hasBannerTagline {
		position:relative !important;
		height:auto;
	}
	
	header.hasBannerTagline ~ div .catLabelHeaderWrapper {
		margin-top:0;
	}
	
}


@media (max-width:767px) {
	header.hasBannerTagline #navbar {
		position:absolute;
		right:0px;
		top:90px;
	}	
}


.divBannerTagline h1,
.divBannerTagline h2,
.divBannerTagline h3,
.divBannerTagline p {
	margin:0;
}


.divBannerTagline a {
	color:#050505;
	text-decoration:underline;
	border:none;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
}

.divBannerTagline a:hover {
	text-decoration:underline;
	-moz-transition: all 0.28s ease;
						-o-transition: all 0.28s ease;
						-webkit-transition: all 0.28s ease;
						transition: all 0.28s ease;
	border:none;
}	


.cardAlert {
    padding:10px;
    background: white;
    color:#e01f29 !important;
    border:0px solid #e01f29;
    font-weight:bold !important;
}

