
* 		{outline: none;}
.clear 	{clear: both;}
a img 	{border: none;}
p 		{padding: 9px 0px; margin: 0px;}
hr 		{
	border: none; 
	border-bottom: 1px solid #E8E8E8;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;		
	color: transparent; 
	background-color: transparent; 
	height: 1px; 
	margin: 15px 0px;
}

a 		{color: #acce43; text-decoration: none; border-bottom: 1px solid #acce43; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
a:hover	{color: black; text-decoration: none; border-bottom: 1px solid black; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}

html {
	overflow-y: scroll; 
	overflow-x: hidden;
	background: #333333;
}

body {
	margin: 0px;
	padding: 0px;
	background: transparent;
	font: 16px/25px 'Source Sans Pro', Arial, sans-serif;
	color: #333333;
}

.divDrillDown, .catalogbar-div {
	font: 16px/25px 'Source Sans Pro', Arial, sans-serif;
}

body.body-portfolio .outer-slideshow-div {
	padding-top: 20px;
}

::selection {
	background: #777777; 
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background: #777777; 
	color: white;
	text-shadow: none;	
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font: 34px/36px 'Source Sans Pro', Arial, sans-serif;
	color: #acce43;
	font-weight: 300;
	text-shadow: 0px 1px 0px white;
}

h3, h4, h5, h6 {
	font: 20px/24px 'Source Sans Pro', Arial, sans-serif;
	color: #acce43;
}

.pagelabel	{
	border-bottom: 1px solid #E8E8E8;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;	
	margin-bottom: 10px;
}

.textholder h3 {
	padding-top: 0px;
}

.banner-logo a {
	display: block;
}

a.logolink {
	padding-right: 15px;
}

.outer-div 	{
	width: 100%;
}
.inner-div 	{
	width: 1000px; margin: 0px auto;
}

.admin-div {
	margin-top: 0px;
}

.admin-div a {
	border: none;
}

.outer-admin-div {
	background: #F5F5F5;
	padding-bottom: 10px;
}


.outer-banner-div {
	background: #333333;
    border-bottom: 1px solid black;
    border-top: 3px solid #acce43;
    position: fixed;
    top: 0px;
    z-index: 13;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.banner-div {
	width:1000px;
	height: 62px;
	background: transparent;
	position: relative;
}
h1.banner-logo a {
	border: none;
}
	.banner-logo {
		position: absolute;
		top: 0px;
		left: 0px;
	} 
		.banner-logo img{
			height: 60px;
		} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		width: 70%;
		position: relative;
		padding-top: 8px;
		top: auto;
		padding-right: 0px;
		right: auto;
		float: right;
		color: white;
		text-shadow: 0px 1px 0px black;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: left;
			margin-right: 5px;
			margin-left: 0px;
		}
		.banner-contact-div {
			text-align: right;
		}
		
		.banner-contact-div p {
			padding: 15px 0px; 
		}
		
		.banner-contact-div span {
			text-shadow: none;
			color: #999999;
			padding: 0px 3px;
		}
		
		.banner-tagline-div {
			text-align: left;
			float: left;
		}
		
		
.catalogbar-div {
	background: transparent;
	width: 100%;
	padding: 10px 0px;
}

a.anchCart {
	border: none;
	border-color: #acce43;
}

.divCartSearch input[type=text], .divCartSearch select, .divCartSearch input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	height: 30px;
	line-height: 30px;
}

.divCartSearch input[type=text], .divCartSearch select {
	border: 1px solid white;
	color: #999999;
}

.divCartSearch input[type=text]:focus, .divCartSearch select:focus {
	border: 1px solid white;
	color: #0e7cb3;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25);	
}

input[type=submit].divCartSearch-button {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	height: 30px;
	line-height: 30px;	
	font: 16px/30px 'Source Sans Pro';
	font-weight: 700;
}

.divCartBar a.anchCart {
	color: #F5F5F5;
}

.divCartBar .fa-usd {
	color: #acce43;
	z-index: 2;
	position: absolute;
	margin-left: -17px;
	top: 3px;
	text-shadow: 0px -1px 0px white, 0px 1px 0px white;
}

a.anchCart span, a.anchCart:hover span {
	-moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}



.divCartBar a.anchCart:hover .fa-usd {
	color: #2fa1d1;
	z-index: 2;
	position: absolute;
	margin-left: -19px;
	top: 0px;
	text-shadow: 0px -1px 0px white, 0px 1px 0px white;
	font-size: 20px;
}


.cartamount {
	font-size: 30px;
}

.divCartBar a.anchCart:hover {
	border-bottom: 1px solid #2fa1d1;
	color: white;
}


.navbar-div {
	width: auto;
	height: 68px;
	line-height: 68px;
	background: transparent;
	float: right;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 10px;
	color: white;
	text-decoration: none;
	border: none;
	font: 20px/68px "Source Sans Pro" ;
	font-weight: 300;
	text-shadow: 0px 1px 0px black;
}
.navbar-div a:hover {
	background: #acce43;
}

.navbar-div a.current {
	background: black;
	color: white;
	border: none;
}

.navbar-div a.current:hover {
	background: #2fa1d1;
}

.navbar-div a.navicon {
	font: normal normal normal 20px/68px FontAwesome;
}

.navicon-menu {
	display: none;
	position: absolute;
	top: 62px;
	background: url(../images/transblack75.png) transparent repeat;
	padding: 10px;
	min-width: 200px;
}

.navicon-menu.menu-supernav {
	right: 0px;
}

.navicon-menu a {
	clear: both;
	background: url(../images/transwhiteline25.png) transparent bottom center repeat-x;
	display: block;
	padding: 0px;
	width: 100%;
	padding: 0px 0px 0px 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
}

.navicon-menu a:hover {
	background: url(../images/transwhiteline25.png) #acce43 bottom center repeat-x;
}

.navicon-menu a.current {
	background: url(../images/transwhiteline25.png) black bottom center repeat-x;
	background-image: url(../images/transwhiteline25.png);
	background-repeat: repeat-x;
	background-position: bottom center; 
	border-left: 1px solid #2fa1d1;
}

.navicon-menu a.current:hover {
	background: url(../images/transwhiteline25.png) #2fa1d1 bottom center repeat-x;
	background-image: url(../images/transwhiteline25.png);
	background-repeat: repeat-x;
	background-position: bottom center; 
}


.outer-content-div {
	background: url(/layout/images/Skyline_nighttime_panorama.png) white center top no-repeat;
	background-size: cover;
	padding-top: 193px;
	min-width:1000px;
}

.content-div {
	background: white;
	width:1000px;
	padding: 30px 20px 20px 20px;
	min-height: 400px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);    
}
.content-div img {
	padding: 3px;
	background: white;
	border: 1px solid #cccccc;
	max-width: 100%;
	vertical-align: middle;
}



.divDrillDown {
	background: white;
	margin-top: 0px;
	padding: 10px 0px 10px 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	border-left: 2px solid #acce43;
}

.textholder.divDrillDown {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;		
	display: none;
}



.divDrillDown:after {
	content: "";
	position: absolute;
	background: white;  
	top: 0;
	bottom: 0;
	width: 9999px;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		

}


.divDrillDown a {

}

input, select, textarea {
	font: 16px/30px 'Source Sans Pro', Arial, sans-serif;
	color: #333333;
	border: 1px solid #cccccc;
	background: white;	
	color: #333333;
	padding: 0px 5px;	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

input {
	height: 30px;
}

input[type=text]:focus, select:focus, textarea:focus {
    color: #0e7cb3;
	border: 1px solid #999;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25);	
}

label {
	font: 16px/30px 'Source Sans Pro', Arial, sans-serif;
	display: block;
}

select {
	height: 30px;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}

textarea {
	overflow: hidden;
	resize: none; 
}

input[type=submit], .button {
    border: none;
    background-color: #acce43;
    background: #acce43;
    filter: none;
    -webkit-box-shadow: 0px 1px 0px 0px black;
    -moz-box-shadow: 0px 1px 0px 0px black;
    box-shadow: 0px 1px 0px 0px black;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    font: 18px/25px 'Source Sans Pro', Arial, sans-serif;
    font-weight: bold;
    color: black;
    padding: 9px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;     
	text-transform: capitalize;
}

input[type=submit]:hover, .button:hover {
    border: none;
    background-color: #2fa1d1;
    background: #2fa1d1;
    filter: none;
    -webkit-box-shadow: 0px 1px 0px 0px black;
    -moz-box-shadow: 0px 1px 0px 0px black;
    box-shadow: 0px 1px 0px 0px black;
    text-shadow: 1px 1px 0px #648018;
    color: white;
}	

input[type=submit]:active, .button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:	none;
	margin-bottom: -1px;
	margin-top: 1px;
}

#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pp_pic_holder.pp_default a {
	border: none;
}
	

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	width: 720px;
	border-bottom: 1px solid #E8E8E8;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;	
}
.textholder:last-of-type {

}
.textholder .fullimg img {
    width: 692px;
}
.fullimg img {
	width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 954px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #F5F5F5;
	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: #F5F5F5;
	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 16px/25px 'Source Sans Pro', Arial, sans-serif;
	color: #999999;
	border: 1px solid #cccccc;
	border-top: none;
	display: block;
	background: white;
	margin-top: -1px;
	position: relative;
}
.videoholder {
    float: right;
}
.videoholder iframe {
	padding: 3px;
	margin: 0 0 3px 20px;
	background: #F5F5F5;
	border: 1px solid #cccccc;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	width: 250px;
	float: left;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	-webkit-box-shadow: 1px 0px 0px 0px #FFF;
	box-shadow: 1px 0px 0px 0px #FFF;	
	margin-top: 0px;	
}
a.sidemenu-category  {
	display: block;
	color: #333333;
	cursor: pointer;
	padding: 8px 0px 8px 8px;
	font: 18px/30px 'Source Sans Pro', Arial, sans-serif;
    border-bottom: 1px solid #cccccc;
	border-left: 2px solid #cccccc;
	-webkit-box-shadow: 0px 1px 0px 0px #FFF;
	box-shadow: 0px 1px 0px 0px #FFF;	
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
a.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
a.sidemenu-category:hover {
    color: black;
	text-decoration: none;
	background: transparent;
	border-left: 2px solid #acce43;
    border-bottom-color: #acce43;
}
a.sidemenu-category.current-category {
    color: #333333;
    font-weight: bold;
	border-bottom-color: #acce43;
	border-left: 2px solid #acce43;
	background: #acce43;

}

a.sidemenu-category.current-category:after {
    content: "»";
    position: relative;
    margin-left: 5px;
    color: #acce43;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;      
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0); 
}


a.sidemenu-category.current-category:hover {
	background: #acce43;
	color: black;
	border-left: 2px solid black;
    border-bottom-color: black;	
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;   
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);   
}

a.sidemenu-category.current-category:hover:after {
    color: black;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

a.sidemenu-subcategory {
	display: block;
	cursor: pointer;		 
	margin: 0px;
	font: 16px/25px 'Source Sans Pro', Arial, sans-serif;  
	padding: 6px 0px 6px 25px;
	text-shadow: 0px 1px 0px white;
	border-bottom: none;
	background: white;
	color: #333333;
	border-left: 2px solid #cccccc;
}
a.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #acce43;
	border-left: 2px solid #acce43;
}
a.sidemenu-subcategory.current-subcategory {
    color: #acce43;
	font-weight: bold;
	border-bottom: none;
	border-left: 2px solid #acce43;
}

a.sidemenu-subcategory.current-subcategory:hover {
	color: black;
	border-bottom: none;
	border-left: 2px solid black;	
}

		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #333333;
  		-webkit-box-shadow: 0px 2px 10px #333333; 
  		box-shadow: 0px 2px 10px #333333;
  		behavior: url(layout/components/ie-css3.htc);
		}
#divForgotPassword {
	position: absolute;
	border: 1px solid #333333;
	background: #F5F5F5;
	left: 200px;
	padding: 20px;
	z-index: 1;
	display: none;
}
#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
	border: 1px solid ;
	background: #cccccc;	
	color: #333333;
	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;}






.outer-footer-div {
	-webkit-box-shadow: 0px 1px 0px 0px #777777 inset;
	box-shadow: 0px 1px 0px 0px #777777 inset;
	background: #333;
}

.footer-div {
	background: #333;
	color: #b4b4b4;
	width:1000px;
	padding: 20px 0px 30px 0px;
	font: 16px/25px 'Source Sans Pro', Arial, sans-serif;
	text-shadow: 0px 1px 0px black;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;		
}

.footer-div:hover, .footer-div:hover a {
	color: #F5F5F5;
}

.footer-div:hover a.current {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div h2 {
	color: #b4b4b4;
	text-shadow: 0px 1px 0px black;
}

.footer-div a {
	color: #b4b4b4;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

.footer-div a:hover {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div a.current {
	color: white;
	border-bottom: 1px solid white;
}

.footer-div a.current:hover {
	color: white;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div .pipe {
	text-shadow: none;
	color: black;
	padding: 0px 3px;
}

.LWW {
	float: right;
}

.footer-div:hover a.footer-button {
	color: #333333;
}

 a.footer-button {
	display: inline-block;
	background: white;
	padding: 2px 10px;
	color: #333333;
	border: 1px solid white;
	text-shadow: none;
	text-transform: capitalize;
}

.footer-div:hover a.footer-button:hover {
	background: #333333;
	border: 1px solid white;
	color: white;
}

.column {
	width: 300px;
	min-height: 100px;
	float: left;
	margin-right: 15px;
}

.column.col3 {
	margin-right: 0px;
}

.footer-bottom {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #474747;
	-webkit-box-shadow: 0px 1px 0px 0px #222 inset;
	box-shadow: 0px 1px 0px 0px #222 inset;
}

.footer-div {
	
}

 #social-networking,  #social-networking-small {
	margin: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
 #social-networking li:hover,  #social-networking-small li:hover {
	cursor: pointer;	
	opacity: 0.80; 
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#social-networking a {
    margin: 0px;
    padding: 0px;

}
#social-networking a.socialicon {
    width: 31px;
    height: 31px;
	line-height: 31px;
	float: left;
	margin-right: 8px;
	margin-left: 0px;
	display: inline-block;
	background: white;
	color: #333333;
	text-shadow: none;
	border: none;
}

#social-networking a.socialicon:hover {
	text-shadow: 0px 1px 0px black;
	border: none;
	color: white;
}

 #social-networking a.facebook:hover {background-color: #4c70ab; background-position: -0px -0px;}
 #social-networking a.twitter:hover {background-color: #00adff; background-position: -32px -0px;}
 #social-networking a.linkedin:hover {background-color: #0073b2; background-position: -62px -0px;}
 #social-networking a.googleplus:hover {background-color: #dd4b39; background-position: -94px -0px;}
 #social-networking a.instagram:hover {background-color: #98634c; background-position: -124px -0px;}
 #social-networking a.pinterest:hover {background-color: #d73532; background-position: -155px -0px;}
 #social-networking a.yelp:hover {background-color: #c31202; background-position: -186px -0px;}
 #social-networking a.youtube:hover {background-color: #ef2b2c; background-position: -218px -0px;}
 #social-networking a.vimeo:hover {background-color: #17b3e8; background-position: -248px -0px;}
 #social-networking a.feed:hover {background-color: #f7991c; background-position: -279px -0px;}		
	
#social-networking-small li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../images/social/social-sprite-26.png) no-repeat;
}
#social-networking-small li, #social-networking a {
    width: 26px;
    height: 26px;
	float: left;
	margin-left: 4px;
	display: inline-block;
}
 #social-networking-small li.facebook {background-color: #4c70ab; background-position: -0px -0px;}
 #social-networking-small li.twitter {background-color: #00adff; background-position: -26px -0px;}
 #social-networking-small li.linkedin {background-color: #0073b2; background-position: -51px -0px;}
 #social-networking-small li.googleplus {background-color: #dd4b39; background-position: -78px -0px;}
 #social-networking-small li.instagram {background-color: #98634c; background-position: -103px -0px;}
 #social-networking-small li.pinterest {background-color: #d73532; background-position: -129px -0px;}
 #social-networking-small li.yelp {background-color: #c31202; background-position: -155px -0px;}
 #social-networking-small li.youtube {background-color: #ef2b2c; background-position: -181px -0px;}
 #social-networking-small li.vimeo {background-color: #17b3e8; background-position: -207px -0px;}
 #social-networking-small li.feed {background-color: #f7991c; background-position: -232px -0px;}		

.bottom-col {
	clear: both;
	margin-top: 10px;
}

.bottom-col a {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div:hover .bottom-col a {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div:hover .bottom-col a:hover {
	color: white;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div .bottom-col .pipe {
	padding: 0px 5px;
}

.divCheckoutCheckbox {
	line-height: 32px;
	margin-top: 10px;
}

.divCheckoutCheckbox .chkAgree {
	margin-top: 0px;
	vertical-align: middle;
}



.sidemenu {
    width: 300px;
    margin-right: 20px;
}
.anchFilter.current {
    color: green;
}
.datepicker {
    background: url(../images/admin/icons/calen.png) right no-repeat #fff;
    cursor: pointer;
}
.partialwidth {
    width: 670px;
    float: left;
}
.partialwidth .textholder {
    width: 670px;   
    margin-bottom: 0px;
    margin-top: 0px;
}   
a.clearprev {
    display: inline-block;
    background: url(../images/admin/buttons/clear-sm.png) no-repeat;
    padding: 1px 12px;
}
		.divMainCalloutSlideshowImageHolder, .divMainCalloutImage {
		    float: right;
		    margin-left: 20px;
		}
		.divMainCalloutSlideshowTextHolder, .divMainCalloutText {
		    float: left;
		    width: 700px;
		}
		.divMainCalloutSlideshowThumbnails {
			float: right;
		}
		.divMainCalloutSlideshowText {
			padding: 10px 0px;
		}
.divMainCalloutWrapper {
    margin-bottom: 15px;
}
.static-div.inner-div {
	width: 678px;
}
.partialwidth .divMainCalloutSlideshowImageHolder, .partialwidth .divMainCalloutImage {
	width: 678px;
	height: 400px;    
   
}
.partialwidth .divMainCalloutSlideshowImageHolder img, .partialwidth .divMainCalloutImage img{
	width: 670px;
	 border: 1px solid #cccccc;
	 padding: 3px;
    height: 392px;
}
.partialwidth .divMainCalloutSlideshowTextHolder, .partialwidth .divMainCalloutText {
    width: 678px;
	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: 692px;
}
.divMainCalloutSlideshowThumbnails {
    text-align: center;
    margin-bottom: 10px;
}
.divMainCalloutSlideshowImageHolder, .divMainCalloutImage {
	width:692px;  	
}
.divMainCalloutSlideshowImageHolder img, .divMainCalloutImage img{
	width:692px;
}
.divMainCalloutSlideshowThumbnails {
    width: 692px;
}
.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 #acce43;
    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;
	width: 120px;
}
.btnProductSubmit {
	display: inline-block;
	width: 120px;
}
.addcart {
	margin: 5px 0px 0px 0px;
}
.divItemDetailPrice {
	display: inline;
	font: bold 18px/25px 'Source Sans Pro';
}
.divItemDetailSalePrice {
	color: red;
	font: bold 18px/25px 'Source Sans Pro';
}
.divItemDetailEndSalePrice, .divItemDetailSalePrice {
	display: block;
}
.divItemDetailEndSalePrice, .divItemRegPrice {
	color: #777777;
	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 {
	width: 308px;
	height: 308px;
	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: #777777;
	font: italic 13px/20px 'Source Sans Pro';
}
.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 #acce43;
	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 'Source Sans Pro';
	color: red;
	margin-bottom: 0px;
}
.partialwidth .divItemDetailLeft {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.partialwidth .divItemDetailRight {
	float: right;
	width: 380px;
}
.divItemDetailRight hr {
	width: 380px;
	color: #cccccc;
	background: #cccccc;
}
.divItemTopText {
	margin-bottom: 10px;
}
.divSerialUPC {
	display: block;
	margin: 10px 0px;
}
.divItemDetailSerial, .divItemDetailUPC {
	display: inline;
	color: #777777;
}
.divItemDetailDescription {
	margin: 10px 0px;
}
.tblSpreadsheet {
	width: 700px;
	font-size: 12px;
}
.tblSpreadsheetDouble {
	width: 345px;
	float: left;
}
.tblSpreadsheetRightTable {
	margin-left: 10px;
}
.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: 40px;
}
.tblSpreadsheet .thQty {
	width: 40px;
}
input.txtQtyToAddSpreadsheet {
	width: 30px;
}

.divAdditionalNotesWrapper {
	float: right;
}
.anchAdditionalNotes {
	display: block;
	float: right;
}
.far-left a {
	cursor: default;
	color: black;
}
.far-left a:hover {
	text-decoration: none;
}
.spanNotesShowHide {
	display: none;
	position: absolute;
	background: #f2f2f2;
	padding: 20px;
	border: 2px solid #666;
	color: #666;
	width: 200px;
	cursor: pointer;
}
.spanNotesShowHide.leftside {
	left: 25px;
}
.btnAddSpreadsheetItem {
	width: 50px;
}
.anchSpreadsheetItemImage img {
	
}
.divSpreadsheetTopSection {
	margin-bottom: 10px;
}

.divCategoryItem, .divSpreadsheetItem {
	border-bottom: 1px solid #cccccc;
}
.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 {
	margin-left: 180px;
}
.anchCategoryItemName, .divItemDetailPrice, .pOutOfStock {
	font: bold 18px/25px 'Source Sans Pro';
	line-height: 40px;
}
.spanCategoryItemSalePrice {
	color: red;
	font-weight: bold;
}
.divSaleBoxTwo {
	float: right;
	width: 320px;
}
.addcart {}
.divItemDescription {
	margin: 10px 0px 5px 0px;
	display: block;
}

.partialwidth .divCategoryItem {
	width: 660px;	
	padding: 0px 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
.partialwidth .imgCategoryItem, .partialwidth .imgSpreadsheetItem {
	width: 150px;
	margin-right: 20px;
}
.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;
}
.divTermsAndConditions {
	background: white;
	border: 1px solid #c1c1c1;
	width: 660px;
	height: 200px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	overflow-y: scroll;
	padding: 5px 10px;
	margin-top: 20px;
}

.ddlPreFilledAddress {
	min-width: 330px;
}

.divCustAcctShippingOption {
	margin-left: 20px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	margin-bottom: 5px;
}
.divCustAcctShippingOption label {
	display: block; 
	width: 100px;
	float: left;
}
.divCustAcctShippingOption select {
	width: 192px;
}
.divCustAcctShippingOption input {
	width: 180px;
}

.anchChangeBillingInfo, .anchChangeShippingInfo, .anchChangeShipMethod, .anchChangeCart {
	font-size: 12px;
}
.divPaymentMethodChoose {
	width: 200px;
	border-right: 1px solid #999999;
	float: left;
	padding-right: 5px;
	margin-left: 250px;
}
.imgCCLogo {
	width: 54px;
}
.divCCBox {
	width: 680px;
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background: #cccccc;
}
.divCCBoxLeft {
	float: left;
	width: 400px;
}
.divCCBoxRight {
	float: right;
}
.divBillToConfirm .spanBillingTitle {
	width: 120px;
}
.divShipToConfirm .spanShippingTitle {
	width: 138px;
}
.divSaveOrder {
	float: right;
	text-align: center;
}
.divSaveOrder label, .frmPONumber label {
	display: block;
	float: left;
	width: 120px;
}
.frmPONumber label {
	width: 100px;
}
.txtPONumber {
	width: 105px;
}
.txtOrderLabel {
	width: 80px;
}
.btnSaveOrder, .btnInvoiceOrder, .btnSubmitAnetAIM, .btnSubmitEmail, .btnSubmitPayPalStandard, .btnSubmitPONumber {
	width: 218px;
}

.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: #333333;
}
td {
	padding: 10px;
}
table, th, td, tr {
	vertical-align: top;
}
tr {
	border-bottom: 1px solid #cccccc;
}
.btnSubmitAnetAIM {
	width: 143px;
}
.divShippingBox, .divBillingBox, .divShipOptionsBox, .divCheckoutButtonBox, .AddMessageBox  {
	width: 350px;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	background: #cccccc;
	padding-top: 5px;
	margin-top: 10px;
}
.divCheckoutBox {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	width: 260px;
	margin-top: 20px;
	float: right;
	text-align: center;
}

.divCheckoutBox form {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	width: 260px;	
	text-align: center;
}

.divCheckoutBox img {
	margin-top: 10px;
	padding: 10px;
}

.divCheckoutButtonBox  {
	margin-top: 10px;
	padding: 0px;
	float: right;
	background: none;
	width: 200px;
}
.divCheckoutCheckbox{
	width: 400px;
	float: left;
}
.divCheckoutCheckbox input {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
}
.AddMessageBox textarea {
	width: 440px;
	float: left;
	height: 120px;
}
.divShippingBox label, .divBillingBox label, .divCCBox label {
	display: block;
	float: left;
	width: 120px;
}
#frmSubmit input[type=text] {
	width: 216px;
}
#frmSubmit input[type=text].txtContactPhone1 {width: 24px;}
#frmSubmit input[type=text].txtContactPhone2 {width: 24px;}
#frmSubmit input[type=text].txtContactPhone3, .txtCCSecCode {width: 34px;}
.ddlCCExpMonth {width: 52px; margin-right: 3px;}
.ddlCCExpYear {width: 82px;}

.ContactTitleBox, .BillTitleBox, .ShipTitleBox, .ShipOptionsTitleBox, .CheckoutTitleBox {
	width: 350px;
	margin-bottom: 5px;
	float: left;
	
}
.BillBoxNumber, .ShipBoxNumber, .ContactBoxNumber, .ContinueBoxNumber, .ShipOptionsBoxNumber, .CheckoutBoxNumber {
	background: #333333;
	padding: 2px 8px;
	margin-right: 7px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font: 15px/22px 'Source Sans Pro';
	color: #F5F5F5;
	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;
}
.divUpdateBilling .ddlBillingState  {
	width: 230px;
}
.taTermsAndConditions {
	overflow-y: scroll;
	width: 600px;
	height: 200px;
}
.trCartHeaderRow  th p {
	padding: 5px 5px;
	margin: 0px;
	text-align: center;
	margin: 0px;
}
.trCartHeaderRow .itemtotal, .trCartHeaderRow .itemtotal p {
	width: 70px;
}

.tblCart .trCartHeaderRow .itemtotal, .tblCart .trCartHeaderRow .itemtotal p {
	padding: 0px;
	margin: 0px;
}

.tblCart .trCartHeaderRow .itemtotal p {
	width: 136px;
	display: block;
	margin: 0px;
	float: right;
	text-align: center !important;
}

.trCartHeaderRow .thQty, .trCartHeaderRow .thQty p {
	width: 140px;
} 
.trCartHeaderRow .thUnitPrice, .trCartHeaderRow .thUnitPrice p {
	width: 70px;
} 
.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 {
	width: 20px;
}
.btnSubmit.Cart {
	width: 80px;
	text-align: center;
	font: 13px/17px 'Source Sans Pro';
	padding: 5px 0px;
}
.trCartBodyRowMinimal .btnSubmit.Cart {
	width: 70px;
	float: right;
}
.trCartBodyRowMinimal .anchRemoveItem {
	color: red;
	padding: 1px;
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	background: #e1e1e1;
	width: 25px; 
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	margin-top: -1px;
}
.trCartBodyRowMinimal .anchRemoveItem:hover {
	text-decoration: none;
	border: 2px solid red;
	background: white;
}

.trCartHeaderRow th {
	background: #cccccc;
	border-right: 0px solid #fff;
}
.trCartBodyRow.odd {
	background-color: #666;
}
.trCartBodyRow.even {
	background-color: #c1c1c1;
}
.divTotalsBox {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	width: 260px;
	float: right;
	background: #e1e1e1;
	padding: 5px 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
}
.divTotalsBox label {
	display: inline-block;
	float: none;
	font: normal 15px/22px 'Source Sans Pro';
	width: auto;
	font-weight: normal;
}
.divTotalsBox span {
	display: inline-block;
	float: right;
}
.divTotalsBox p {
	clear: both;
	padding: 3px 0px;
	border-bottom: 1px solid #ccc;
}
.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 0px;
	font: 14px/18px 'Source Sans Pro';
	display: block;
	margin: 0px auto;
	width: 85%;
	float: none;
}
input[type=submit].btnUpdateQty{
	font: 13px/17px 'Source Sans Pro';
}

.partialwidth .tblCart {
	width: 660px;	
	background: #e1e1e1;
	border: 1px solid #cccccc;
}
.partialwidth .imgCartImage {
	width: 72px;	 
}
.partialwidth .divDiscountCode {
	width: 678px;
	background: #cccccc;
	border: 1px solid #cccccc;
	margin: 20px 0px 10px 0px;
	padding: 10px;
}
.divDiscountCode p {margin-bottom: 0px;}
.partialwidth .divShippingOptions {
	width: 448px;
	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 'Source Sans Pro';
}
.divDiscountCode input[type=text] {
	width: 242px;
}
.txtDiscount {
	width: 280px;
	padding: 0px;
}
.divDiscountCode label {
	display: inline-block;
	float: left;
	width: 290px;
}

.trCartHeaderRow.trCartHeaderRowSpreadsheet {
	min-height: 36px;
	line-height: 36px;
}

.trCartHeaderRow.trCartHeaderRowSpreadsheet p {
	padding: 0px;
}

.trCartBodyRowMinimal td.tdLineItemTotal p {
	text-align: center !important;
	padding: 0px;
	width: 130px;
	float: right;
}

.divTotalsBox p span:after, .divTotalsBox label:after {

    
}

.divTotalsBox p {

}

.divTotalsBox p span {

}


	.chkAgreeTC {
		vertical-align: middle;
	}
	.frmUserHistorySearch {
		background: #e1e1e1;
		border: 1px solid #cccccc;
		padding: 20px;
	}
	.pUserHistorySearch {
		width: 250px;
		float: left;
		padding: 0px;
		margin: 0px;
	}
	.pUserHistorySearch  label {
		display: block;
		width: 150px;
		float: left;
	}
	.pUserHistorySearch input {
		width: 110px;
	}
	.pUserHistorySearchStartDate, .pUserHistorySearchEndDate {
		width: 210px;
		margin-left: 20px;
	}
	.pUserHistorySearchStartDate label, .pUserHistorySearchEndDate label {
		width: 50px;
	}
	.pUserHistorySearchOrderID {
		width: 280px;
	}
	.pUserHistorySearchUpdateBtn {
		width: 100px;
		float: right;
	}
	.anchFilter {
		
	}
	.btnSubmit.btnReOrder {
		float: left;
	}
	#pagetable {
		width: 100%;
	}
	 #pagetable th, #pagetable td {
		text-align: left;
		min-width: 120px;
		padding: 5px 0px;
	}
	#pagetable p {
		margin: 5px 0px;
	}
	.anchFilter.current {
		color: green;
	}

.txtPassword, .txtConfirmPassword {
	width: 222px;
}
#frmRegister label, #frmProfile label {
	float: left;
	min-width: 140px;
}
#loginform label {
	float: left;
	min-width: 84px;
}
#frmRegister input[type=text], #frmProfile input[type=text] {
	width: 222px;
}
#loginform input[type=text], #loginform input[type=password]  {
	width: 222px;
}
.resetpass {
	margin-left: 84px;
}
#frmRegister select, #frmProfile select {
	width: 234px;
}
#frmRegister textarea, #frmProfile textarea {
	width: 222px;
	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;
	margin-left: 80px;
	margin-top: 20px;
}
.divAddShippingAddressInputExisting {
}
.txtTaxExemptStatus {
	background: #f2f2f2;
}
.user-email {
	padding: 2px 10px;
	margin-right: 10px;
	width: 212px;
	height: 24px;
	float: left;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
.disclaimer {
	font-style: normal;
	margin-bottom: 24px;
	font: 14px/24px 'Source Sans Pro';
}
.notelabel {
	margin-left: 140px;
	font: 14px/24px 'Source Sans Pro';
}
.ddlBillingState, .ddlBillingCountry, .ddlShippingState, .ddlShippingCountry {
	width: 142px;
}
input[type=text].txtShippingZip, input[type=text].txtBillingZip {
	width: 130px;
}
.SmallText {
	font: 14px/24px 'Source Sans Pro';
}
.taSpecialInstructions, .taAddAddressSpecialInstructions, .taUpdateAddressSpecialInstructions {
	width: 400px;
}
.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 {
    width: 460px;
    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 #c1c1c1;
    margin-top: 20px;
    padding-top: 15px;
}
.divErrorMessage {
    color: #A33D47;
    font-style: italic;
    padding: 10px;
    background: #e1e1e1;
    margin-bottom: 20px;
}
.divNoticeMessage {
    color: #acce43;
    font-style: italic;
    padding: 10px;
    background: #e1e1e1;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    width: 660px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

.divNoticeMessage.Message2 {
    border: 1px solid #acce43;
    background: white;
}

.divNoticeMessage.Message1 {
    border: 1px solid red;
    background: white;
    color: red;
}


.boxlabel {
    display: block;
    text-decoration: underline;
}
.spanDiscountExists {
    color: red;
}
.topmenu {
    border: none;
}
.topmenu-checkout {
    width: 679px;
    padding: 5px 0px;
    margin: 0px;
    border: none;
    float: right;
    margin-bottom: 15px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}
.topmenu-checkout a {
    display: block;
    width: 150px;
    cursor: pointer;
    float: left;
    margin-right: 17px;
    font: normal 16px/25px 'Source Sans Pro', Trebuchet MS, sans-serif;
    padding: 5px;
    margin: 0px;
    border: 1px solid #cccccc;
    font-style: italic;
    text-align: center;
}
.sidemenu-checkout a:hover {
    
}
.topmenu-checkout-checkout.last {
    float: right;
    margin-right: 0px;
}
.topmenu-checkout a.notallowed-checkout.last {
    float: left;
    margin-right: 0px;
}
.topmenu-checkout a.current-checkout.last {
    float: left;
    margin-right: 0px;
}
.topmenu-checkout a.complete-checkout {
    color: green;
    margin-right: 17px;
    text-decoration: none;
}
.topmenu-checkout a.complete-checkout:hover {
    background: #e1e1e1;
}
.topmenu-checkout a.current-checkout {

}
.topmenu-checkout a.notallowed-checkout {

}
.topmenu-checkout a.notallowed-checkout:hover {
    text-decoration: none;

}
.divBillToConfirm, .divShipToConfirm {
    width: 320px;
    float: left;
    padding: 10px;
    background: #e1e1e1;
    border: 1px solid #cccccc;
    margin-right: 20px;
    min-height: 100px;
}
.divShipToConfirm {
    margin-right: 0px;
}
.divBillToConfirm span, .divShipToConfirm span {
    display: block;
    width: 300px;
    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;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);    
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
a.anchPagination:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
a.anchPaginationCurrent {
    border: 1px solid #c0c0c0;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
a.anchPaginationCurrent:hover {
    background: black;
}
		.divFeaturedItem {
			
				-moz-border-radius: 0px;
		  		-webkit-border-radius: 0px;
		  		border-radius: 0px;
		}
.divFeaturedItem {
    border: 1px solid #cccccc;
    width: 198px;
    float: left;
    margin: 0px 0px 10px 20px;
    padding: 10px;
}
.divFeaturedItem img {
    border: none;
    padding: 0;
}
.divFeaturedItem:hover {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;  
    -moz-transition: all .2s ease;
    border: 1px solid #acce43;
}
.divFeaturedItem img:hover {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;  
    -moz-transition: all .2s ease;
    opacity: .8;
}
.divFeaturedItem p {
    padding: 8px 0px 0px 0px;
    text-align: center;
    margin-bottom: 0px;
}
.divFeaturedItem a:hover {
    text-decoration: none;
}
.spanFeaturedItemPrice {
    color: #777777;
}
.spanFeaturedItemSalePrice {
    color: red;
}
.saleStrikeThrough {
    text-decoration: line-through;
    color: #777777;
    font: 13px/20px 'Source Sans Pro';
}
#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;
}

.imgCategoryItem {
    display: none;
}

.divCategoryItem .divCatItemCenter {
    margin-left: 0px;
    min-height: 40px;
}
.odd {
    background: #e5e5e5;
}

.divItemDetailPrice {
    float: left;
}

.addcart {
    float: right;
    margin-top: 3px;
}


.pOutOfStock {
    float: right;
    padding: 0px;
    width: 132px;
    text-align: center; 
    min-height: 65px;
    line-height: 65px;  
}
.pItemInCart {
    float: right;
    padding: 0px;
    width: 132px;
    text-align: center;
    min-height: 65px;
    line-height: 65px;  
    color: #2fa1d1;
    font-weight: bold;
    text-transform: capitalize;
}

.divSaleBox .pOutOfStock {
}

.divSaleBoxTwo .pOutOfStock {
}

.btnProductSubmit {
    width: auto;
}

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

.divCategoryItem, .frmAddToCart, .divCatItemCenter, .divItemDetailPrice {
    min-height: 65px;
    line-height: 65px;
}

.addcart {
    margin-top: 0px;
}

.anchMinimalLineItemHover {
    font: normal 18px/25px 'Source Sans Pro';
    font-weight: normal;
}

form.frmAddToCart {
    display: block;

}

h3 {
    color: #333333;
}

.topmenu.topmenu-checkout {
    background: white;
    padding: 10px 0px 10px 10px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
    border-left: 2px solid #acce43;
}

.trCartHeaderRow th.thCartHeaderProductName p {
    text-align: left;
    padding-left: 10px;
}

.divBillingBox {
    border: 1px solid #cccccc;
    background: #e1e1e1;
}

.topmenu-checkout a.topmenu-checkout-cart, .topmenu-checkout a.topmenu-checkout {
    border: 1px solid #acce43;
    color: #acce43;
    padding: 5px 10px;
    font-weight: 300;
    text-transform: capitalize;
    text-shadow: none;
    box-shadow: none;
}

.topmenu-checkout a.topmenu-checkout-cart:hover, .topmenu-checkout a.topmenu-checkout:hover {
    background: #333333;
    border: 1px solid #333333;
    box-shadow: none;
    color: #F5F5F5;
    text-shadow: none;
}

.topmenu-checkout a.topmenu-checkout-cart.current-checkout, .topmenu-checkout a.topmenu-checkout.current-checkout {
    background: #acce43;
    border: 1px solid #acce43;
    color: #333333;
    box-shadow: 0px 1px 0px 0px black;
}

.topmenu-checkout a.topmenu-checkout-cart.current-checkout:hover, .topmenu-checkout a.topmenu-checkout.current-checkout:hover {
    background: #2fa1d1;
    border: 1px solid #2fa1d1;
    color: white;
    box-shadow: 0px 1px 0px 0px black;
}

.topmenu-checkout a.topmenu-checkout-cart:active, .topmenu-checkout a.topmenu-checkout-cart.current-checkout:active, .topmenu-checkout a.topmenu-checkout.current-checkout:active {
    margin-top: 1px;
    margin-bottom: -1px;
    box-shadow: none;
    -moz-transition: none; 
    -o-transition: none; 
    -webkit-transition: none; 
    transition: none;   
}

.topmenu-checkout a {
    width: auto;
    font-style: normal;
}










.topmenu-checkout a.notallowed-checkout {
    font-style: normal;
    margin-left: 20px;
}


.topmenu-checkout a.notallowed-checkout {
    border: 1px solid #999999;
    color: #999999;
    padding: 5px 10px;
    font-weight: 300;
    text-transform: capitalize;
    text-shadow: none;
    box-shadow: none;
}

.topmenu-checkout a.notallowed-checkout:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: transparent;
    color: #999999;
    border: 1px solid #999999;
    cursor: not-allowed;
    text-shadow: none;
}

.topmenu-checkout a.topmenu-checkout-cart.current-checkout {
    background: #acce43;
    border: 1px solid #acce43;
    color: #333333;
    box-shadow: 0px 1px 0px 0px black;
}

.topmenu-checkout a.topmenu-checkout-cart.current-checkout:hover {
    background: #2fa1d1;
    border: 1px solid #2fa1d1;
    color: #333333;
    box-shadow: 0px 1px 0px 0px black;
}

.topmenu-checkout a.topmenu-checkout-cart:active, .topmenu-checkout a.topmenu-checkout-cart.current-checkout:active {
    margin-top: 1px;
    margin-bottom: -1px;
    box-shadow: none;
    -moz-transition: none; 
    -o-transition: none; 
    -webkit-transition: none; 
    transition: none;   
}










.topmenu-checkout a.complete-checkout {
    font-style: normal;

}


.topmenu-checkout a.complete-checkout {
    border: 1px solid #acce43;
    color: #acce43;
    padding: 5px 10px;
    font-weight: 300;
    text-transform: capitalize;
    text-shadow: none;
    box-shadow: none;
}

.topmenu-checkout a.complete-checkout:hover {
    border: 1px solid #acce43;
    background: #acce43;
    color: #333333;
    text-shadow: none;
}

.topmenu-checkout a.topmenu-checkout-cart.current-checkout {
    background: #acce43;
    border: 1px solid #acce43;
    color: #333333;

}

.topmenu-checkout a.topmenu-checkout-cart.current-checkout:hover {
    background: #2fa1d1;
    border: 1px solid #2fa1d1;
    color: #333333;
    box-shadow: 0px 1px 0px 0px black;
}

.topmenu-checkout a.topmenu-checkout-cart:active, .topmenu-checkout a.topmenu-checkout-cart.current-checkout:active {
    margin-top: 1px;
    margin-bottom: -1px;
    box-shadow: none;
    -moz-transition: none; 
    -o-transition: none; 
    -webkit-transition: none; 
    transition: none;   
}


.actuallysoldout {
    color: red;
}

#frmSubmit input[type=text].txtContactPhone1, #frmSubmit input[type=text].txtContactPhone2 {
    width: 40px;
    text-align: center;
}

#frmSubmit input[type=text].txtContactMobilePhone1, #frmSubmit input[type=text].txtContactMobilePhone2 {
    width: 40px;
    text-align: center;
}

#frmSubmit input[type=text].txtContactBoothMobilePhone1, #frmSubmit input[type=text].txtContactBoothMobilePhone2 {
    width: 40px;
    text-align: center;
}

#frmSubmit input[type=text].txtContactPhone3 {
    width: 50px;
    text-align: center;
}

#frmSubmit input[type=text].txtContactMobilePhone3 {
    width: 50px;
    text-align: center;
}

#frmSubmit input[type=text].txtContactBoothMobilePhone3 {
    width: 50px;
    text-align: center;
}

.tdLineItemTotal p {
    text-align: right;
	font-weight:bold;
}


.divAdminOrderInformation {
    display: none;
}


.fa-check-circle-o, .fa-ban {
    z-index: 2;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    top: 0px;
    right: 0px; 
    opacity: 0.0;
    filter: alpha(opacity=0);   
    text-shadow: 0px 1px 0px white, 1px 0px 0px white;
    -moz-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease;  
}

.complete-checkout .fa-check-circle-o {
    color: #acce43;
}

.notallowed-checkout .fa-ban {
    color: red;
}

a.topmenu-checkout:hover .fa-ban {
    top: 2px;
    opacity: 1.0;
    filter: alpha(opacity=100);     
    -moz-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease;      
}

a.topmenu-checkout:hover .fa-check-circle-o {
    top: -35px;
    opacity: 1.0;
    filter: alpha(opacity=100);     
    -moz-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease;      
}

.topmenu-checkout a.topmenu-checkout {
    z-index: 1;
    position: relative; 
}

.divPopUpContinueShopping {
    float: left;
    margin-left: 10px;
}

.divPopUpGotoCart {
    float: right;
    margin-right: 10px;
}

.divPopUpNoticeMessage .pPopUpMessage {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font: 30px/36px 'Source Sans Pro', Arial, sans-serif;
    padding: 20px 0px;
}

.trCartBodyRowMinimal td.LineItemDescription p {
    padding-left: 10px;
	font-weight:bold;
}

.trCartHeaderRow.trCartHeaderRowSpreadsheet p {
    text-align: left;
    padding-left: 10px;
}

#frmSubmit input[type=text].txtContactPhoneExt {
    width: 49px;
}

.divShipToConfirm span.spanExtensionContactInfoBox {
    display: inline;
    float: none;
}

.divTotalsBox, .divTotalsBox p {
    font: normal 15px/22px 'Source Sans Pro';
}

span.note {
    width: 100%;
    display: block;
}

.partialwidth .tblCart {
    width: 100%;
}


.divTotalsBoxWrapper {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    clear: both;
    margin-bottom: 20px;
}


.divTotalsBoxWrapper .divTotalsBox {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}


.secondbox {
    margin-top: 30px;
}

.divTotalsBox hr {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;   
    color: #ccc;
    background: #ccc;
    border-bottom: 1px solid #ccc;
}

.boldnumbers {
    font-weight: bold;
}

.divBillingBox, .divTotalsBox {
    min-height: 209px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.divBillingBox {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;     
    clear: both;
}

.divCartTableWrapper {
    margin-bottom: 20px;
}

.divShipToConfirm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;     
    min-height: 209px;
    width: 372px;
}

.divShipToConfirm span, .anchChangeShippingInfo {
    font: normal 16px/25px 'Source Sans Pro';
    line-height: 25px !important;
}

.anchChangeShippingInfo {
    margin-top: -2px;
    margin-left: 10px;
    border: none;
    text-decoration: underline;
}

.divShipToConfirm .spanShippingTitle {
    width: 145px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}


.anchChangeShippingInfo:hover {
    border: none;
    text-decoration: underline; 
}

.divTermsAndConditions table tr {
    border: none;
}

.divTermsAndConditions table td {
    padding: 5px 10px;
}

.divTermsAndConditions {
    width: 100%;
}

.divCheckoutCheckbox {
    width: auto;
    padding-right: 10px;
    background: #fdf9e0;
}

input[type=submit].btnSubmitFinalCheckout.btnSubmitPayPalStandard {
    padding: 13px 15px;
    font: 18px/18px 'Source Sans Pro';
    display: block;
    margin: 0px auto;
    width: 100%;
    font-weight: bold;
    float: none;
}

.divTotalsBox label {
    font-weight: bold;
}

h3.note {
    font-size: 16px;
}

.schoolselectheader {
    font-size: 60px;
    line-height: 60px;
    padding: 10px 20px;
    border-bottom: 2px solid #acce43;
    border-top: 2px solid #acce43;
    color: #acce43;
    margin: 0px auto;
    display: inline-block;
    font-style: italic;
    margin-bottom: 30px;
}

.schoolarrows {
    font-size: 100px;
    position: absolute;
    left: -100px;
    font-style: normal;
    font-weight: bold; 
    top: 32px;   
}


.schoolselectinfo {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

td.smallercell {
    width: 40%;
}

td.largercell {
    width: 50%;
}

td.fullcell {
    width: 100%;
}

td.taller {
    height: auto;
}

.contact-advertising {
    width: 400px;
}

table.contact-advertising {
    
    table-layout: fixed;
    margin-top: 20px;
}

table.contact-advertising td {
    padding-right: 0px;
    padding-left: 0px;
}

table.contact-advertising textarea {
    width: 380px;
}

table.contact-advertising input, table.contact-advertising select {
    width: 200px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;    
}

.taContactElectricalNeeds, .taContactDoorPrize {
    display: block;
    width: 100%;
    resize: both;
    height: 100px;
}

a.anchChangeShippingInfo {
    color: #0e7cb3;
}

.FoursomeContainer {
    margin-left: 10px;
    margin-bottom: 10px;
}

.FoursomeLeftside, .FoursomeRightside {
    width: 50%;
    float: left;
}

.trCartHeaderRow.trCartHeaderRowSpreadsheet th p {
    font-weight: bold;
}

.divItemDescription {
    clear: both;
    margin-top: 0px;
}

.divItemDescription p {
    padding: 5px 0px;
    line-height: 25px;
}

.divSaleBoxTwo {
    padding-top: 10px;
}

.divPaymentMethodChoose {
	width:225px;
    float: right;
    margin-left: 0px;
}

.divCheckoutBox {
	min-height:140px;
}
a.sidemenu-category {
	text-transform: uppercase;
}

.divCartTableWrapper .FoursomeLeftside input[type=text].col-4 {
	float:left;
	display:inline-block;
	width:33.33% !important;	
	margin:0;
}

.trCartBodyRowMinimal td.LineItemDescription p {
	font-size:18px;
}

.divCartTableWrapper .FoursomeLeftside label {
	font-weight:bold;
}

.divCartTableWrapper input[readonly] {
	background:#cccccc;
	color:#333333;
	border-color:#cccccc;
}

.divCartTableWrapper a.checkoutOnly {
	color:#0e7cb3;
	font-size:16px;
}

.divCheckboxRow {
	float:left;
	width:100%;
	clear:both;
	display:flex;
	justify-content:center;
	align-content:center;
	flex-wrap:nowrap;
	margin-bottom:0px;
	margin-top:10px;
}

.divCartTableWrapper .FoursomeLeftside .divCheckboxRow input {
	width:24px;
	height:24px;
}

.divCartTableWrapper .FoursomeLeftside .divCheckboxRow label {
	font-weight:normal;
	float:left;
	margin-left:10px;
	cursor:pointer;
	line-height:1.2;
}

.divCartTableWrapper .divider {
	margin:15px 0 5px 0;
}



.content-div .divMainCalloutSlideshowImageHolder,
.content-div .divMainCalloutImage {
	text-align:center;
	height:auto;
	margin-bottom:10px;
}

.content-div .divMainCalloutSlideshowImageHolder img,
.content-div .divMainCalloutImage img {
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	float:none;
	width:auto;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

body > div > div.outer-content-div.outer-div > div > div.partialwidth > div.divFeaturedItem.divFeaturedItem-1 > a {
	display: none;
}
