
html 		{overflow-y: scroll;}
body 		{background: #cccccc; margin: 0px; color: #333;}

.outer-div 	{width: 100%;}
.inner-div 	{
	margin: 0px auto;
}
		.admin-div {
				border-bottom-left-radius: 10px;
					-moz-border-radius-bottomleft: 10px;
					-webkit-border-bottom-left-radius: 10px;
		}
		.admin-div {
			border-bottom-right-radius: 10px;
					-moz-border-radius-bottomright: 10px;
					-webkit-border-bottom-right-radius: 10px;
		}
		.admin-div {
			
		-moz-box-shadow: 0px 1px 5px #999999;
  		-webkit-box-shadow: 0px 1px 5px #999999; 
  		box-shadow: 0px 1px 5px #999999;
  		behavior: url(layout/components/ie-css3.htc);
		}
.admin-div {
    height: 30px;
    padding: 5px;
    background-color: #70adcc;
    border: 1px solid #050505;
    border-top: 0px;
    z-index: 999;
    font-family: Trebuchet MS, Arial, sans-serif;
}
.adminbutton {
    display: block; 
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 2px #050505;
    float: left;
    margin: 0 9px 15px 0;
    padding: 0;
    border: none;
}
.logout:hover {color: #f1f1f1;}
.adminbutton:hover {
    text-decoration: none;
}
.lg-blue, .lg-green, .lg-grey, .lg-red, .lg-yellow, .lg-tab {
    width: 147px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-position: center top;
}
.lg-blue:hover, .lg-green:hover, .lg-grey:hover, .lg-red:hover, .lg-yellow:hover, .lg-tab:hover {
    background-position: center bottom;
    color: #ffffff;
}
.lg-blue    {background: url(../images/admin/buttons/lg-blue-button.png) no-repeat;}
.lg-green   {background: url(../images/admin/buttons/lg-green-button.png) no-repeat;}
.lg-grey    {background: url(../images/admin/buttons/lg-grey-button.png) no-repeat;}
.lg-red     {background: url(../images/admin/buttons/lg-red-button.png) no-repeat;}
.lg-yellow  {background: url(../images/admin/buttons/lg-yellow-button.png) no-repeat;}
.lg-tab     {background: url(../images/admin/buttons/lg-tab-button.png) no-repeat;}

.med-blue, .med-green, .med-grey, .med-red, .med-yellow, .med-tab{
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-position: center top;
}
.med-blue:hover, .med-green:hover, .med-grey:hover, .med-red:hover, .med-yellow:hover, .med-tab:hover {
    background-position: center bottom;
    color: #ffffff;
}
.med-blue   {background: url(../images/admin/buttons/med-blue-button.png) no-repeat;}
.med-green  {background: url(../images/admin/buttons/med-green-button.png) no-repeat;}
.med-grey   {background: url(../images/admin/buttons/med-grey-button.png) no-repeat;}
.med-red    {background: url(../images/admin/buttons/med-red-button.png) no-repeat;}
.med-yellow {background: url(../images/admin/buttons/med-yellow-button.png) no-repeat;}
.med-tab    {background: url(../images/admin/buttons/med-tab-button.png) no-repeat;}

.sm-blue, .sm-green, .sm-purple, .sm-grey, .sm-red, .sm-yellow, .sm-tab {
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-position: center top;
}
.sm-tab {
    color: #333333;
}
.sm-blue:hover, .sm-green:hover, .sm-purple:hover, .sm-grey:hover, .sm-red:hover, .sm-yellow:hover, .sm-tab:hover, .sm-tab.current {
    background-position: center bottom;
    color: #ffffff;
}

.sm-blue    {background: url(../images/admin/buttons/sm-blue-button.png) no-repeat;}
.sm-green   {background: url(../images/admin/buttons/sm-green-button.png) no-repeat;}
.sm-purple  {background: url(../images/admin/buttons/sm-purple-button.png) no-repeat;}
.sm-grey    {background: url(../images/admin/buttons/sm-grey-button.png) no-repeat;}
.sm-red     {background: url(../images/admin/buttons/sm-red-button.png) no-repeat;}
.sm-yellow  {background: url(../images/admin/buttons/sm-yellow-button.png) no-repeat;}
.sm-tab     {background: url(../images/admin/buttons/sm-tab-button.png) no-repeat;}

.content-div {
	background: #f1f1f1;
}
.content-div img {
	padding: 3px;
	border: 1px solid #cccccc;
	max-width: 100%;
	width:auto;
}

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	border-bottom: 1px solid #cccccc;
}
.textholder:last-of-type {
	border-bottom: none;
}
.textholder .fullimg img {
    width: 692px;
}
.fullimg img {
	width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 994px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #f1f1f1;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.successblock {
	background: #31c657;
	border: 2px solid #279d45;
	color: #f1f1f1;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.pagetextholder {
	clear: both;
}
.textholder-image {
	margin-bottom: 20px;
}
.textholder-image p, .videoholder p {
	text-align: center;
	font: italic 12px/20px 'Roboto Condensed', Trebuchet MS, sans-serif;
	color: #050505;
}
.videoholder {
    float: right;
}
.videoholder iframe {
	padding: 3px;
	margin: 0 0 3px 20px;
	background: #f1f1f1;
	border: 1px solid #cccccc;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	float: left;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #cccccc;
}

.topmenu {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-bottom: 10px;
}

.sidemenu-category,
.topmenu-category  {
	display: block;
	color: #277ebc;
	cursor: pointer;
	padding: 6px 0px;
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-size:16px;
    border-bottom: 1px solid #cccccc;
}
.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
.sidemenu-category:hover,
.sidemenu-category.current-category:hover,
.topmenu-category:hover,
.topmenu-category.current-category:hover {
    color: #f1f1f1;
	text-decoration: none;
	background: #226da2;
}
.sidemenu-category.current-category,
.topmenu-category.current-category {
    color: #226da2;
    font-weight: bold;
}
.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 20px; 
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-size:14px;
	padding: 3px 0px;
}
.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #050505;
}
.sidemenu-subcategory.current-subcategory {
    color: #050505;
}
.topmenu-category {
	float: left;
	margin-right: 9px;
	min-width: 115px;
	text-align: center;
}
		a.topmenu-category {
			border-bottom: none;
			text-align: left;
			border-right: 1px solid #cccccc;
			min-width: 0px;
			margin-right: 15px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		a.topmenu-category:hover {
			background: none;
			color: #666666;
		}
		#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;
}
#ancLogout {
	float: right;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}
.pLogInOut {
	padding: 10px;
	border: 2px solid #999999;
	background: #cccccc;
	font-style: italic;
}
input, select, textarea {
	border: 1px solid #cccccc;
	background: #ffffff;	
	color: #050505;
	padding: 0px 5px;
}
input {
	height: 24px;
	font: 14px/24px 'Roboto Condensed', Trebuchet MS, sans-serif;
}
select {
	height: 24px;
	font: 14px/24px 'Roboto Condensed', Trebuchet MS, sans-serif;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px 'Roboto Condensed', Trebuchet MS, sans-serif;
}
label {
    display: block;
	font: 15px/26px 'Roboto Condensed', Trebuchet MS, sans-serif;
}
		input[type=submit] {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;
		}
		.anchCheckoutButton {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;
		}
input[type=submit], .anchCheckoutButton {
    display: block;
    cursor: pointer;
    font: 16px/22px 'Roboto Condensed', Trebuchet MS, sans-serif;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #277ebc), color-stop(1, #226da2));
    background:-moz-linear-gradient( center top, #277ebc 5%, #226da2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#277ebc', endColorstr='#226da2');
    background-color: #277ebc;
    border: 1px solid #cccccc;
    color: #f1f1f1;
    padding: 5px 15px;
    text-shadow: 0px -1px 2px #050505;
    height: auto;
	text-align: center;
}
input[type=submit]:hover, .anchCheckoutButton:hover{
    text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #226da2), color-stop(1, #277ebc) );
    background:-moz-linear-gradient( center top, #226da2 5%, #277ebc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#226da2', endColorstr='#277ebc');
    background-color: #226da2;
    color: #f1f1f1;
}
.sidemenu {
	padding: 0px 20px 10px 0px;
}
.divDrillDown {
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 20px 0px;
	font: 16px/25px 'Roboto Condensed';
}

.catalogbar-div {
	margin: 0px auto;
	background: transparent;
	padding: 10px 0px 10px 0px;
	font: 13px/28px 'Roboto Condensed';
	border-bottom: 3px solid black;
}
.divCartBar {
	float: right;
	text-align: right;
	font: 16px/25px 'Roboto Condensed';
}
.addadminbar-user {
	text-align: right;
	color: green;
	font: 16px/25px 'Roboto Condensed';
}
.divAdditionalAdminBar {
	width: 1040px;
	margin: 11px auto;
	background: none;
}
#ancSendForgotPassword {
	display: block;
    cursor: pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #277ebc), color-stop(1, #226da2));
    background:-moz-linear-gradient( center top, #277ebc 5%, #226da2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#277ebc', endColorstr='#226da2');
    background-color: #277ebc;
    border: 1px solid #cccccc;
	padding: 0px 12px;
	height: 28px;
	color: #f1f1f1;
    text-shadow: 0px -1px 2px #050505;
    text-align: center;
    float: left;
    font: 13px/28px 'Roboto Condensed';
}
#ancSendForgotPassword:hover {
	text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #226da2), color-stop(1, #277ebc) );
    background:-moz-linear-gradient( center top, #226da2 5%, #277ebc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#226da2', endColorstr='#277ebc');
    background-color: #226da2;
    color: #f1f1f1;
}
.anchProfile, .anchHistory {
	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';
}
.anchProfile:hover, .anchHistory: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;
}
.anchCart {
	float: right;
	display: block;
	border: none;
}
.anchCart span {
	font-weight: bold;
}
.anchCart:hover {
	text-decoration: none;
	border: none;
}
.anchCart img {
	vertical-align: middle;
	padding: 0px 2px 3px 0px;
}

.category-search-link {
	padding-left: 10px;
	padding-top: 6px;
	display: block;
}
.txtSearch {
	color: #999999;
}
a.reset-search {
	padding: 0px;
	margin-left: 10px;
	border: none;
}
.divCartSearch input[type=text] {
	float: left;
	border-right: 0px;
}
.divCartSearch select {
	height: 28px;
	padding: 2px 0px 2px 5px;
	background-color: white !important;
	vertical-align: middle;
	float: left;
	margin-right: 6px;
}

a.anchCart {
	position: relative;
}

a.anchCart:hover {
	color: #e01f29;
}

.fa-shopping-cart {
	color: black;
}

.fa-thumbs-up {
	position: absolute;
	right: 2px;
	top: -2px;
	transition: all 0.5s ease;	
	border: none;
	text-decoration: none;
}

a.anchCart:hover .fa-thumbs-up {
	top: -7px;
	color: #e01f29;
	border: none;
	text-decoration: none;	
}

.fa-thumbs-up, .fa-shopping-cart {
	float: right;
	margin-top: -5px;
}


a.anchCart:hover .cartitems {
	border-bottom: 1px solid #e01f29;
}




.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;
}

