
html 		{overflow-y: scroll;}
body 		{background: #dddddd; margin: 0px; color: #333;}

.outer-div 	{width: 100%;}
.inner-div 	{width: 1170px; 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 #cccccc;
  		-webkit-box-shadow: 0px 1px 5px #cccccc; 
  		box-shadow: 0px 1px 5px #cccccc;
  		behavior: url(layout/components/ie-css3.htc);
		}
.admin-div {
    height: 30px;
    padding: 5px;
    background-color: #70adcc;
    border: 1px solid #333333;
    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 #333333;
    float: left;
    margin: 0 9px 15px 0;
    padding: 0;
    border: none;
}
.logout:hover {color: #f2f2f2;}
.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;}

h1, h2 {
    font: bold 24px/28px Roboto, Trebuchet MS, Arial, sans serif;
    color: #0081c5;
}
h3, h4, h5, h6 {
    font: 18px/22px Roboto, Trebuchet MS, Arial, sans serif;
    color: #333333;
}
a, a:hover {color: #0081c5;}
a:hover {text-decoration: underline;}

.divider {
    background: url(../images/admin/background/divider.png) repeat-x;
    height: 3px;
    margin: 0 0 12px 0;
    clear: both;
}
.mandatory, .mandatoryDDL, .mandatoryPONumber {
    background-color: #fdf9e0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.banner-div {
	width: 1170px;
	height: 140px;
	background: #f2f2f2;
	position: relative;
}
	.banner-logo {
		position: absolute;
		top: 20px;
		left: 20px;
		margin: 0px;
		padding: 0px;
	} 
		.banner-logo img{} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		position: absolute;
		top: 5px;
		right: 5px;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: right;
			margin-left: 5px;
		}
		.banner-contact-div {
			text-align: right;
		}
		.banner-tagline-div {
			text-align: right;
		}


		#social-networking li, #social-networking-small li {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;
		}
ul#social-networking, ul#social-networking-small {
	margin: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
ul#social-networking li:hover, ul#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 li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: url(../images/social/social-sprite-32.png) no-repeat;
}
#social-networking li, #social-networking a {
    width: 32px;
    height: 32px;
	float: left;
	margin-left: 4px;
	display: inline-block;
}
ul#social-networking li.facebook {background-color: transparent; background-position: -0px -0px;}
ul#social-networking li.twitter {background-color: transparent; background-position: -32px -0px;}
ul#social-networking li.linkedin {background-color: transparent; background-position: -62px -0px;}
ul#social-networking li.googleplus {background-color: transparent; background-position: -94px -0px;}
ul#social-networking li.instagram {background-color: background: transparent; background-position: -124px -0px;}
ul#social-networking li.pinterest {background-color: transparent; background-position: -155px -0px;}
ul#social-networking li.yelp {background-color: transparent; background-position: -186px -0px;}
ul#social-networking li.youtube {background-color: transparent; background-position: -218px -0px;}
ul#social-networking li.vimeo {background-color: transparent; background-position: -248px -0px;}
ul#social-networking li.feed {background-color: transparent; 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-small a {
    width: 26px;
    height: 26px;
	float: left;
	margin-left: 4px;
	display: inline-block;
}
ul#social-networking-small li.facebook {background-color: transparent; background-position: -0px -0px;}
ul#social-networking-small li.twitter {background-color: transparent; background-position: -26px -0px;}
ul#social-networking-small li.linkedin {background-color: transparent; background-position: -51px -0px;}
ul#social-networking-small li.googleplus {background-color: transparent; background-position: -78px -0px;}
ul#social-networking-small li.instagram {background-color: background: transparent; background-position: -104px -1px;}
ul#social-networking-small li.pinterest {background-color: transparent; background-position: -129px -0px;}
ul#social-networking-small li.yelp {background-color: transparent; background-position: -155px -0px;}
ul#social-networking-small li.youtube {background-color: transparent; background-position: -181px -0px;}
ul#social-networking-small li.vimeo {background-color: transparent; background-position: -207px -0px;}
ul#social-networking-small li.feed {background-color: transparent; background-position: -232px -0px;}

.divSandwichNav {
	float: right;
	border: 1px solid black;
	border-bottom: none;
	background: white;
	display: none;
	z-index: 2;
}
.anchSandwichNav {
	diplay: block;
	float: left;
	border-bottom: 1px solid black;
	clear: both;
}
.divSandwichBarsHover {
	float: right;
	cursor: pointer;
}
.navbar-div {
	width: 980px;
	height: 60px;
	line-height: 60px;
	background: #dddddd;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 10px;
	color: #0081c5;
	text-decoration: none;
}
.navbar-div a:hover, .navbar-div a.current {
	background: #0081c5;
	color: #f2f2f2;
}

.navbar-div a.divSandwichBarsHover {
	color: #333333;
	padding-right: 0px;
}

.navbar-div a.divSandwichBarsHover:hover {
	background: transparent;
	color: #0081c5;
} 

.divSandwichWrapper {
	float: right;
}

.divSandwichWrapper, .divSandwichWrapper span {
	height: 60px;
	line-height: 60px;
}

.divSandwichWrapper span {
	display: block;
	float: right;
}

.divSandwichWrapper span.menutext {
	margin-left: 5px;
}

.fa.fa-lg.fa-bars {
	padding: 0px 0px 0px 10px;
	font-size: 18px;
}

.divSandwichNav {
	position: absolute;
	z-index: 2;
	top: 60px;
	right: 0px;
	min-width: 220px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);	
}

a.anchSandwichNav {
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
}


.content-div {
	background: #f2f2f2;
	width:1130px;
	padding: 20px;
}
.content-div img {
	padding: 3px;
	background: #f2f2f2;
	border: 1px solid #dddddd;
	max-width: 100%;
}

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	width: 890px;
	border-bottom: 1px solid #dddddd;
}
.textholder.last {
    border-bottom: none;
}
.textholderfooter {
    border-top: 1px solid #dddddd;
    border-bottom: none;
    padding-top: 20px;
}
.textholder .fullimg img {
    width: 692px;
}
.pagetextholder .fullimg img {
    width: 932px;
}
.fullimg img {
    width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 1124px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #f2f2f2;
	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: #f2f2f2;
	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, Trebuchet MS, sans-serif;
	color: #333333;
}
.videoholder {
    float: right;
    margin-left: 20px;
}
.videoholder iframe {
	padding: 3px;
	margin: 0px;
	background: #f2f2f2;
	border: 1px solid #dddddd;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	width: 200px;
	float: left;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #dddddd;
}
.topmenu {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-bottom: 10px;
}
.sidemenu-category, .topmenu-category  {
	display: block;
	color: #0081c5;
	cursor: pointer;
	padding: 6px 0px;
	font: 16px/22px Roboto, Trebuchet MS, sans-serif;
    border-bottom: 1px solid #dddddd;
}
.sidemenu-category.next-category {
	border-top: 1px solid #dddddd;
}
.sidemenu-category:hover,.sidemenu-category.current-category:hover, .topmenu-category:hover,.topmenu-category.current-category:hover {
    color: #f2f2f2;
	text-decoration: none;
	background: #2b303a;
}
.sidemenu-category.current-category, .topmenu-category.current-category {
    color: #2b303a;
    font-weight: bold;
}
.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 20px; 
	font: 14px/20px Roboto, Trebuchet MS, sans-serif;  
	padding: 3px 0px;
}
.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #333333;
}
.sidemenu-subcategory.current-subcategory {
    color: #333333;
}
.topmenu-category {
	float: left;
	margin-right: 9px;
	min-width: 115px;
	text-align: center;
}

.divQuickLinks {
	background: white;
	margin-top: 20px;
	padding: 10px;
}

.divQuickLinks ul {
	margin-left: 0px;
	margin-bottom: 0px;
}

.divQuickLinks ul a {
	border: none;
}


		a.topmenu-category {
			border-bottom: none;
			text-align: left;
			border-right: 1px solid #dddddd;
			min-width: 0px;
			margin-right: 15px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		a.topmenu-category:hover {
			background: none;
			color: #6b6f75;
		}
		#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: #f2f2f2;
	left: 200px;
	padding: 20px;
	z-index: 1;
	display: none;
}
#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
	border: 1px solid #cccccc;
	background: #dddddd;	
	color: #333333;
	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 #cccccc;
	background: #dddddd;
	font-style: italic;
}
input, select, textarea {
	border: 1px solid #dddddd;
	background: #ffffff;	
	color: #333333;
	padding: 0px 5px;
}
input {
	height: 24px;
	font: 14px/24px Roboto, Trebuchet MS, sans-serif;
}
select {
	height: 24px;
	font: 14px/24px Roboto, Trebuchet MS, sans-serif;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px Roboto, Trebuchet MS, sans-serif;
}
label {
    display: block;
	font: 15px/26px Roboto, 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, Trebuchet MS, sans-serif;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0081c5), color-stop(1, #2b303a));
    background:-moz-linear-gradient( center top, #0081c5 5%, #2b303a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081c5', endColorstr='#2b303a');
    background-color: #0081c5;
    border: 1px solid #dddddd;
    color: #f2f2f2;
    padding: 5px 15px;
    text-shadow: 0px -1px 2px #333333;
    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, #2b303a), color-stop(1, #0081c5) );
    background:-moz-linear-gradient( center top, #2b303a 5%, #0081c5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b303a', endColorstr='#0081c5');
    background-color: #2b303a;
    color: #f2f2f2;
}
img#imgEmailIcon {
	width: 20px;
	height: 20px;
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	float: left;
	margin-right: 4px;
}
.fullwidth .divDirectionSectionLeft, .fullwidth .divDirectionSectionRight {
    width: 460px;
}
.fullwidth .directionsSubHeader {
	width: 440px;
}
.fullwidth .address_textbox {
    width: 280px;
}
.fullwidth .address_submit {
 	width: 140px;
}
.fullwidth #mapframe, .fullwidth #gmap {
    height: 341px;
} 
.fullwidth .textholder-image img {
    width: 452px;
}
.divDirectionSectionRight .fullwidth .videoholder {
    width: 460px;
}
.divDirectionSectionRight .fullwidth .videoholder iframe {
    width: 452px;
    height: 270px;
}
.divDirectionSectionLeft, .divDirectionSectionRight {
	width: 340px;
}
.directionsSubHeader {
    width: 320px;
}
.address_textbox {
    width: 175px;
}
.address_submit {
    width: 125px;
}
#mapframe, #gmap {
    height: 249px;
}
.textholder-image img {
    width: 332px;
}
.divDirectionSectionRight .videoholder {
    width: 340px;
}
.divDirectionSectionRight .videoholder iframe {
    width: 332px;
    height: 198px;
}
.divDirectionSectionLeft { 
	float: left;
}
.divDirectionSectionRight { 
	float: right;
}
.directionsSubHeader {
    padding: 10px;
    background: #dddddd;
    height: 34px;
}
.headerImage {
    margin: 0px;
    padding: 0px 0px;
    text-shadow: none;
    line-height: 38px;
}
.address_textbox {
    font-style: italic;
    color: #666;
    float: left;
}
.address_submit {
	float: right;
    padding: 2px 10px; 
}
.address_submit h2 {
  	line-height: 22px;   
}
#divGetDirections {
    border-top: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
    padding: 0px 0px;
}
#mapframe {
    background: #f2f2f2;
    border: 1px solid #dddddd;
    padding: 3px;
}
#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.textholder-image {
    margin: 0px;
    margin-bottom: 20px;
}
.divDirectionSectionRight .videoholder {
    margin: 0px auto;
}
.divDirectionSectionRight .videoholder iframe {
    margin: 0px;
    margin-bottom: 20px;
}


#divGetDirections input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	height: 34px;
	line-height: 34px;
}

#divGetDirections input[type=submit] {
	padding: 0px;
	width: 35%;
}

#divGetDirections input[type=text] {
	padding-top: 0px;
	width: 60%;
}
.faqquestion {
	cursor: pointer;
}
.faqquestion:hover {
	background: #e1e1e1;
}
.faqquestion p {
	margin: 0px;
}
.questionQ, .answerA, .down-arrow, .up-arrow  {
	font-weight: bold;
    display: block;
    width: 15px;
    float: left;
}
.down-arrow {
	 background: url('../../layout/images/model/down_arrow.png') no-repeat 0px 5px;
}
.up-arrow {
	 background: url('../../layout/images/model/up_arrow.png') no-repeat 0px 5px;
}
.divInnerFaqQuestion, .divInnerFaqAnswer  {
	width: 680px;
	float: right;	
}
.fullwidth .divInnerFaqQuestion, .fullwidth .divInnerFaqAnswer {
	width: 920px;
	
}

.imageholder, .imageholder-album  {
	float: left;
	padding: 3px;
	border: 1px solid #dddddd;
	margin: 6px;
}
.imageholder-album {
    width: 215px;
}
.imageholder-album img {
    width: 215px;
}
.imageholder a, .imageholder-album a {
    display: block;
}
.fullwidth .imageholder, .fullwidth .imageholder-album {
	margin: 12px 12px 13px 13px;
}
.content-div .imageholder img, .content-div .imageholder-album img  {
    background: none;
    padding: 0px;
    border: none;
}
.sidemenu-category-album {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.sidemenu-category-album:hover {
    text-decoration: none;
}
.divMiniSliderWrapper {
    height: 120px;
    overflow-x:scroll;
    overflow-y: hidden;
    float: right;
    width: 700px;
}
.fullwidth .divMiniSliderWrapper {
    width: 940px;
}
.divMiniSliderWrapper a img {
    float: left;
    width: 120px;
    margin-right: 20px;
}

table, .listingholder, .divTileWrapper {
	border: 0px solid #dddddd;
	float: right;
	text-align: left;
	background: #e1e1e1;
	margin-bottom: 0;
}
.textholder table {
	float: none;
}


table {
	background: transparent;
}

.tableListingTable, .divTileWrapper {
	width: 888px 
}
.divTileWrapper {
	background: none;
	border: none;
}	
.listingholder {
	float: none;
}
.trShowHide {
	display: none;
}
.trTableHeaderRow {
	background: #dddddd;
}
.rowHover td{
	background: #f2f2f2;
}
table th p, table td p, .divDescriptionPrimary p  {
	padding: 10px;	
	margin: 0px;
}	
td {
	background: transparent;
	border-bottom: none;
	vertical-align: middle;
}
.anchMoreDetails:hover {
	text-decoration: none;
}
.divDescriptionPrimary {
	float: left;
	width: 628px;
}
.divDescriptionPrimary h3 {
	padding: 10px;		
}
table img, .listingholder img {
	width: 220px;
	float: right; 	 
	margin: 10px 10px 10px 0px;
}
.trSecondaryProperty .label, .divTiledListing .label {
	font-weight: bold;
}
.trSecondaryProperty p {
	padding: 4px;
	padding-left: 10px;
}
table .trSocialMedia img, .divTiledListing .trSocialMedia img {
	width: 25px;
	height: 25px;
	border: none;
	padding: 0px;
	margin: 5px 0px 5px 10px;
	float: left;
}
.thMoreDetails {
	width: 100px;
}
.trSpacerRow td {
	background: #f2f2f2;	
}
.fullwidth table, .fullwidth .divTileWrapper, .moredetailslisting {
	width: 100%;	
}
.fullwidth img {
	width: 300px;	
}
.fullwidth .thPrimaryField {
	
}
.fullwidth .divDescriptionPrimary {
	width: 790px;
}
.backlink img {
	float: left;
	padding-right: 6px;
	border: 0; 
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.backlink a:hover {
	text-decoration: none;
}
.listingholder img {
	width: 300px;
}
.listingholder .divDescriptionPrimary {
	width: 790px;
	margin: 0px;
	padding: 0px;
}
.divTopSection {
	border-bottom: 1px solid #ffffff;
}
.divTiledListing {
	width: 282px;
	float: left;
	margin-right: 20px;
}	
.fullwidth .divTiledListing {
	width: px;
}
.divTiledListing.farRight {
	margin-right: 0px;
}
.divTiledListing img {
	width: 266px;
	height: 300px;
}
.divTiledListing p {
	padding: 0px;
	margin: 0px; 
}
.divTiledListing .pValue {
	padding-left: 12px;
}
#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.divContactSectionLeft {
    border-right: 1px solid #dddddd;
}
.fullwidth .divContactSectionLeft {
    width: 500px;
    float: left;
}
.fullwidth .divContactSectionRight {
    width: 420px;
    float: right;
}
.fullwidth .divContactSectionRight #gmap {
    
   
}
.fullwidth label {
	display: block;
	float: left;
	width: 140px;
}
.divContactSectionLeft {
    width: 340px;
    float: left;
    margin-bottom: 10px;
}
.divContactSectionLeft input {
    width: 238px;
}
.divContactSectionLeft select {
    width: 206px;
}
.divContactSectionLeft textarea {
    width: 328px;
    height: 75px;    
    overflow-y: scroll;
}
.divContactSectionRight {
    width: 340px;
    float: right;
    margin-bottom: 10px;
}
.divContactSectionLeft #codetable {float: left; width: 100px; margin-right: 20px;}
.divContactSectionLeft #codetable label {width: 100px;}
.divContactSectionLeft #codetable input {width: 88px;}
option {
	padding-left: 5px;
}
.divContactSectionLeft input.submit {width: auto;}

.divContactSectionRight .textholder-image {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .textholder-image img {
    width: 332px;
}
.divContactSectionRight .videoholder {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .videoholder iframe {
    width: 332px;
    height: 198px;
    margin: 0;
}
.divContactSectionRight .address_submit {
    float: right;
}
.divContactSectionRight #gmap {
    width: 340px;
    height: 340px;
    margin-top: 20px;
}

.fullwidth .divContactSectionRight .textholder-image {
    width: 420px;
}
.fullwidth .divContactSectionRight .textholder-image img {
    width: 412px;
}
.fullwidth .divContactSectionRight .videoholder {
    width: 420px;
}
.fullwidth .divContactSectionRight .videoholder iframe {
    width: 412px;
    height: 198px;
}
.fullwidth .divContactSectionRight #gmap {
    width: 100%;
    
    margin-top: 0px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	    
}

#divGetDirections {
    padding: 10px;
    background: #dddddd;
	width: 100%;   
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

#getdirections {
	
}

#mapframe {
	background: #f2f2f2;
	border: 1px solid #dddddd;
	padding: 3px;	
}

#getdirections input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	height: 34px;
	line-height: 34px;
}

#getdirections input[type=submit] {
	padding: 0px;
	width: 35%;
}

#getdirections input[type=text] {
	padding-top: 0px;
	width: 60%;
}

input.address_textbox {
	font-style: italic;
}

input.address_textbox:focus {
	font-style: normal;
}
		#datesection {
				border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px;
		}
		#tagsection {
				border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;
		}
		.blogsidemenubanner {
				border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px; 	border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;
		}
		.blogsidemenucontent {
				border-bottom-left-radius: 5px;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
		}
.blogsidemenu {
	width: 200px;
	float: right;
	padding: 0px 0px 10px 10px;
}
.blogsidemenucontent {
    border-top: 0;   
    line-height: 30px;
    border: 1px solid #dddddd;
    border-top: none;
}
.blogsidemenucontent a {
    padding: 0 10px;
}
.blogsidemenucontent a:hover {
    text-decoration: none;
}
.blogsidemenubanner {
    background: #0081c5;
    margin-top: 10px;
}
.blogsidemenuchooser {
    display: block;
    float: left;
    padding: 4px;
    color: #f2f2f2;
    width: 92px;
    text-align: center;
}
.blogsidemenuchooser:hover, .blogsidemenuchooser.current {
    text-decoration: none;
    background: #6b6f75;
    color: white;
}
.anchYearLink, .anchMonthLink, .anchTagLink {
    display: block;
}
.anchYearLink {
    border-top: 1px solid #e1e1e1;
    font-weight: bold;
}
.anchYearLink:hover {
    background: #e1e1e1;
}
.anchYearLink.current-year {
    border-bottom: 1px solid #e1e1e1;
    background: #ccc;
}
.anchMonthLink {
    display: none;  
}
.anchMonthLink span {
    padding-left: 8px;
}
a.anchMonthLink:hover {
    text-decoration: underline;
}
.current-month, .current-tag {
    background: #e1e1e1;
}
.anchTagLink:hover {
    background: #e1e1e1;
}
.blogholder {
	float: left;
	margin: 0px auto;
	width: 720px;
}
.divPullWrapper .blogholder {
	float: right;
	width: 704px;
	padding-left: 15px;
}
.divPullWrapper {
	float: right;
	width: 700px;
}
.blog-container {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}
.blog-container img {
	width: 180px;
	float: right;	
	margin-left: 20px;
}
.blogSubTitle-date {
    color: #888888;
    font-family: Trebuchet Ms;
    font-size: 16px;
    font-style: italic;
}
.blogSubTitle {
	font-size: 12px;
	color: ;
}
.divCurrentStatus {
    color: ;
    float: right;
    font-size: 12px;
}
.blogImage img {
	max-width: 692px;
}
.blogSubTitle-date, .blogSubTitle-tags {
    font-style: italic;
}
.blogSubTitle-tags a {
    font-style: normal;
}
.blogImageSection {
	padding: 10px 0;
	text-align: center;
}
.blogImageSection .third {
	width: 226px;
	float: left;
	margin: 0px;
	margin-right: 20px;
}
.blogImageSection .half {
	float: left;
	margin: 0px;
	margin-right: 20px;
    width: 350px;
}
.blogImageSection .third.last, .blogImageSection .half.last{
	margin: 0;
}
.prevNextButtons {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
    padding: 5px 0px;
}
.prevButton {float: left;}
.nextButton {float: right;}
.blogComments {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
.divCommentApproval {
    background: #e1e1e1;
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 20px 0px;
}
.commentholder {
	padding: 10px;
}
.commentholder:nth-child(even) {background: #e5e5e5;}
.commentAuthor {
	font-weight: bold;
}
.commentDate {
	font-size: 12px;
	color: ;
}
#frmPostComments {
	padding: 10px 0;

}
#frmPostComments input {
	width: 208px;
}
#frmPostComments textarea {
	width: 328px;
	height: 75px;
}

input.btnBlogSearch {
    float: right;
    width: 70px;
    padding: 2px;
}
.txtBlogSearch {
    width: 110px;
}
.contentsection {
    display: none;
}
#tagsection {
    float: right;
}.author {
	font-style: italic;
	text-align: right;
}
.ads-column {
	width: 171px;
	float: right;
	margin-left: 10px;
	border-left: 1px solid #dddddd;
	z-index: 2;
	margin-top: -11px;
}
.ads-column a {
	display: block;
	width: 160px;
	height: 160px;
	padding-left: 10px;
	background: none;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
		margin-bottom: 10px;
}
.ads-column img {
	border: none;
	background: none;
	padding: 0px;
}


.imageholder.half {
	width: 49%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	margin-right: 2%;
	margin-bottom: 10px;
}

.imageholder.half.last {
	margin-right: none;
}

.imageholder.half a, .imageholder.third a {
	display: block;
	text-align: center;
}

.imageholder.half a img, .imageholder.third a img, .imageholder.full a img {
	vertical-align: bottom;
}

.imageholder.third {
	width: 32%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	margin-right: 1.25%;
	margin-bottom: 10px;	
	display: inline-block;
	float: none;
	vertical-align: top;	
}

.imageholder.third.last {
	margin-right: none;
}

.imageholder.full {
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	margin: 0px;
}

.imageholder.full a {
	display: block;
	text-align: center;	
}


.footer-div {
	background: #dddddd;
	color: #333333;
	width:1170px;
	padding: 0px;
	font-size: 12px;
}
.footer-div a {
	color: #0081c5;
	text-decoration: none;
}


		input[type=submit].divCartSearch-button {
			
				-moz-border-radius: 0px;
		  		-webkit-border-radius: 0px;
		  		border-radius: 0px;
		}
		.anchLogin, .anchRegister {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;
		}
		input[type=submit].divCartSearch-button {
				border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px; border-bottom-right-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
		}
.sidemenu {
	padding: 0px 20px 10px 0px;
}
.divDrillDown {
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 20px 0px;
	font: 13px/20px Roboto;
}
.outer-catalogbar-div {
	width: 100%;
}
.catalogbar-div {
	width: 1154px;
	margin: 0px auto;
	background: #e5e5e5;
	padding: 8px 8px 7px 8px;
	font: 13px/28px Roboto;
}
.divCartBar {
	float: right;
	text-align: right;
}
.addadminbar-user {
	text-align: right;
	color: green;
	font: 13px/20px Roboto;
}
.divAdditionalAdminBar {
	width: 1170px;
	margin: 11px auto;
	background: none;
}
#ancSendForgotPassword {
	display: block;
    cursor: pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0081c5), color-stop(1, #2b303a));
    background:-moz-linear-gradient( center top, #0081c5 5%, #2b303a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081c5', endColorstr='#2b303a');
    background-color: #0081c5;
    border: 1px solid #dddddd;
	padding: 0px 12px;
	height: 28px;
	color: #f2f2f2;
    text-shadow: 0px -1px 2px #333333;
    text-align: center;
    float: left;
    font: 13px/28px Roboto;
}
#ancSendForgotPassword:hover {
	text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b303a), color-stop(1, #0081c5) );
    background:-moz-linear-gradient( center top, #2b303a 5%, #0081c5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b303a', endColorstr='#0081c5');
    background-color: #2b303a;
    color: #f2f2f2;
}
.anchLogin, .anchRegister, .anchProfile, .anchLogout, .anchLogin, .anchHistory {
	display: block;
    cursor: pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0081c5), color-stop(1, #2b303a));
    background:-moz-linear-gradient( center top, #0081c5 5%, #2b303a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081c5', endColorstr='#2b303a');
    background-color: #0081c5;
    border: 1px solid #dddddd;
	padding: 0px 12px;
	margin-left: 6px;
	height: 28px;
	color: #f2f2f2;
    text-shadow: 0px -1px 2px #333333;
    text-align: center;
    float: right;
    font: 13px/28px Roboto;
}
.anchLogin:hover, .anchRegister:hover, .anchProfile:hover, .anchLogout:hover, .anchLogin:hover, .anchHistory:hover {
	text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b303a), color-stop(1, #0081c5) );
    background:-moz-linear-gradient( center top, #2b303a 5%, #0081c5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b303a', endColorstr='#0081c5');
    background-color: #2b303a;
    color: #f2f2f2;
}
.anchCart {
	float: right;
	display: block;
}
.anchCart span {
	font-weight: bold;
}
.anchCart:hover {
	text-decoration: none;
}
.anchCart img {
	vertical-align: middle;
	padding: 0px 2px 3px 0px;
}
.divCartSearch {
	width: 600px;
}
.category-search-link {
	padding-left: 10px;
	padding-top: 6px;
	display: block;
}
.txtSearch {
	color: #cccccc;
}
.reset-search {
	padding: 0px 8px;
}
.divCartSearch input[type=text] {
	float: left;
	height: 26px;
	width: 260px;
	border-right: 0;
}
.divCartSearch select {
	width: 180px;
	height: 28px;
	padding: 2px 0px 2px 5px;
	background-color: white !important;
	vertical-align: middle;
	float: left;
	margin-right: 6px;
}
input[type=submit].divCartSearch-button {
	float: left;
	padding: 0px 12px;
	height: 28px;
	font: 13px/16px Roboto;
}
.anchFilter.current {
	color: green;
}
.datepicker {
	background: url(../images/admin/icons/calen.png) right no-repeat #fff;
	cursor: pointer;
}
.partialwidth {
	width: 890px;
	float: right;
}
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: 890px;
	float:left;
}
.partialwidth .divMainCalloutSlideshowImageHolder, .partialwidth .divMainCalloutImage {
	width: 700px;
	height: 400px;   
}
/*
.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: 700px;
}
.divMainCalloutSlideshowThumbnails {
    text-align: center;
    margin-bottom: 10px;
}
.divMainCalloutSlideshowImageHolder, .divMainCalloutImage {
	width:700px;  	
}
.divMainCalloutSlideshowImageHolder img, .divMainCalloutImage img{
	width:700px;
}
.divMainCalloutSlideshowThumbnails {
    width: 700px;
}

.outer-static-div.outer-div {
	float:left;
	margin-bottom:20px;
}

.divMainCalloutImage {margin:0;}

.divMainCalloutImage img {
	position:relative;
	width:auto;
	height:auto;
	max-width:100%;
	margin:0;
}

.divMainCalloutImage.small {
	height:auto;
	width:200px;
}

.divMainCalloutImage.medium {
	height:auto;
	width:350px;
}

.divMainCalloutImage.large {
	height:auto;
	width:500px;
}


.ThumbImage {
    width: 100px;
    height: 67px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    opacity: .7;
}
.ThumbImage {
    border: 1px solid #dddddd;
}
.ThumbImage.active {
    border: 1px solid #0081c5;
    opacity: 1.0;
}
.ThumbImage.dormant {
    border: 1px solid #dddddd;
}
.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: #eeeeee;
	border:1px solid #dddddd;
	padding: 10px;
	margin-left: 10px;
	margin-top: 7px;
	float: right;
	width: 160px;
}
.btnProductSubmit {
	display: inline-block;
	width: 120px;
}
.addcart {
	margin: 5px 0px 0px 0px;
}

.addcart input[type=submit] {
	width:100%;
}

.divItemDetailPrice {
	display: inline;
	font: bold 18px/25px Roboto;
}
.divItemDetailSalePrice {
	color: red;
	font: bold 18px/25px Roboto;
}
.divItemDetailEndSalePrice, .divItemDetailSalePrice {
	display: block;
}
.divItemDetailEndSalePrice, .divItemRegPrice {
	color: #6b6f75;
	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: #eeeeee;
	border:1px solid #dddddd;
}

table img.imgPrimaryImage {
	float:none;
}

.tblPrimaryImage td {
	padding: 3px;
	text-align:center;
}
.tdPrimaryImage {
	vertical-align:middle;
}
.tblPrimaryImage td .imgPrimaryImage {
	border: none;
	padding: 0px;
	margin:0;
}
.divPrimaryImageCaption,
.divPrimaryImageCaption p {
	text-align: center;
	color: #6b6f75;
	font: italic 13px/20px Roboto;
	margin:3px auto;
}
.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 #dddddd;	
	padding: 3px;
	float: left;
	margin: 5px 10px 5px 0px;
	cursor: pointer;
	opacity: .7;
}
.content-div .imgThumbImage.current {
	border: 1px solid #0081c5;
	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;
	color: red;
	margin-bottom: 0px;
}
.partialwidth .divItemDetailLeft {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.partialwidth .divItemDetailRight {
	float: right;
	width: 490px;
}
.divItemDetailRight hr {
	width: 100%;
	color: #dddddd;
	background: #dddddd;
}
.divItemTopText {
	margin-bottom: 10px;
}
.divSerialUPC {
	display: block;
	margin: 10px 0px;
}
.divItemDetailSerial, .divItemDetailUPC {
	display: inline;
	color: #6b6f75;
}
.divItemDetailDescription {
	margin: 10px 0px;
}


.tblSpreadsheet {
	width: 980px;
	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 #dddddd;
	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 {
	margin-left: 180px;
}
.anchCategoryItemName {
	font: bold 18px/25px Roboto;
}
.spanCategoryItemSalePrice {
	color: red;
	font-weight: bold;
}
.divSaleBoxTwo {
	background: #e1e1e1;
	padding: 10px;
	margin-left: 10px;
	margin-top: 2px;
	float: right;
	width: 120px;
}
.divItemDescription {
	margin: 10px 0px 5px 0px;
	display: block;
}

.partialwidth .divCategoryItem {
	width: 890px;	
}
.partialwidth .imgCategoryItem, .partialwidth .imgSpreadsheetItem {
	width: 150px;
	margin-right: 20px;
}

.divCategoryImage.small {
	height:auto;
	width:200px;
}

.divCategoryImage.medium {
	height:auto;
	width:350px;
}

.divCategoryImage.large {
	height:auto;
	width:500px;
}

.divCategoryImage img {
	max-width:100%;
	height:auto;
	width:auto;
}

.sidemenu a.chartLink {
    padding: 10px 5px;
    display: block;
    margin: 25px 0 0 0;
    text-align: center;
}


.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 {
	margin-left: 20px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	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 #cccccc;
	float: left;
	padding-right: 5px;
	margin-left: 250px;
}
.imgCCLogo {
	width: 54px;
}
.divCCBox {
	width: 680px;
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background: #dddddd;
}
.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;
}

.divBillToConfirm, .divShipToConfirm {
	background:#eeeeee;
	border:1ps solid #dddddd;
}


.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 #dddddd;
}
.btnSubmitAnetAIM {
	width: 143px;
}
.divShippingBox, .divBillingBox, .divShipOptionsBox, .divCheckoutButtonBox, .AddMessageBox  {
	width: 868px;
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background: #eeeeee;
	border:1px solid #dddddd;
}

.divCheckoutButtonBox {
	border:none;
}

.divCheckoutBox {
	width: 890px;
	margin-top: 20px;
}
.divCheckoutButtonBox  {
	margin-top: 10px;
	padding: 0px;
	float: right;
	background: none;
}
.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: 316px;
}
#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: 890px;
	margin-bottom: 5px;
	float: right;
}
.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 Roboto;
	color: #f2f2f2;
	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 {
	width: 70px;
}
.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: 15px;
	line-height:1.7;
	font-style:normal !important;
}
input.txtQtyToUpdate {
	width: 67px;
	margin: 0px 0px 10px 0px;
}
.trCartBodyRowMinimal input.txtQtyToUpdate {
	width: 20px;
}
.btnSubmit.Cart {
	width: 80px;
	text-align: center;
	font: 13px/17px Roboto;
	padding: 5px 0px;
}
.trCartBodyRowMinimal .btnSubmit.Cart {
	width: 73px;
	float: right;
}
.trCartBodyRowMinimal .anchRemoveItem {
	color: red;
	display: block;
	float: right;
	margin: 0px;
	margin-left: 10px;
	margin-top:7px;
}
.trCartBodyRowMinimal .anchRemoveItem:hover {
	text-decoration: none;
}

.trCartHeaderRow th {
	background: #eeeeee;
	border-right: 0px solid #fff;
}
.trCartBodyRow.odd {
	background-color: #666;
}
.trCartBodyRow.even {
	background-color: #c1c1c1;
}
.divTotalsBox {
	width: 235px;
	float: right;
	background:#ffffff;
	background: transparent;
	padding: 5px 10px;
	margin:25px 0;
	border:none;
}
.divTotalsBox label {
	display: block;
	float: left;
	font: normal 15px/22px Roboto;
	width: 120px;
	font-weight: normal;
}
.divTotalsBox span {
	float: right;
	display: block;
}
.divTotalsBox p {
	clear: both;
	padding: 3px 0px;
}
.pTotal {
	border-top: 1px solid #dddddd;
	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 #dddddd;
	
}
.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;
}
input[type=submit].btnUpdateQty{
	font: 13px/17px Roboto;
}

.partialwidth .tblCart {
	width: 890px;	
	background:#ffffff;
	background: transparent;
	border: 1px solid #dddddd;
}
.partialwidth .imgCartImage {
	width: 72px;	 
}
.partialwidth .divDiscountCode {
	width: 678px;
	background: #eeeeee;
	border: 1px solid #dddddd;
	margin: 20px 0px 10px 0px;
	padding: 10px;
}
.divDiscountCode p {margin-bottom: 0px;}
.partialwidth .divShippingOptions {
	width: 448px;
	float: left;
	background: #eeeeee;
	border: 0px solid #dddddd;
	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;
}
.divDiscountCode input[type=text] {
	width: 242px;
}
.txtDiscount {
	width: 280px;
	padding: 0px;
}
.divDiscountCode label {
	display: inline-block;
	float: left;
	width: 290px;
}




.content-div p a.anchCheckoutButton {
	font-family:'Roboto';
	font-weight:normal;
	font-size:18px;
	line-height:1;
	padding:10px 35px;
	margin:10px 0;
	text-shadow:none;
	color:#d65108;
	font-style:normal;
	border:2px solid #d65108;
	border-radius:0;
	background:transparent;
	-moz-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					transition: all 0.3s ease;
}

.content-div p a.anchCheckoutButton:hover {
	background:#d65108;
	color:#ffffff;
	
	font-style:normal;
	border:2px solid #d65108;
}



	.chkAgreeTC {
		vertical-align: middle;
	}
	.frmUserHistorySearch {
		background: #e1e1e1;
		border: 1px solid #dddddd;
		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: #dddddd;
	background: #dddddd;
}
#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 Roboto;
}
.notelabel {
	margin-left: 140px;
	font: 14px/24px Roboto;
}
.ddlBillingState, .ddlBillingCountry, .ddlShippingState, .ddlShippingCountry {
	width: 142px;
}
input[type=text].txtShippingZip, input[type=text].txtBillingZip {
	width: 130px;
}
.SmallText {
	font: 14px/24px Roboto;
}
.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: #0081c5;
	font-style: italic;
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	width: 868px;
}
		.topmenu-checkout a {
			
				-moz-border-radius: 15px;
		  		-webkit-border-radius: 15px;
		  		border-radius: 15px;
		}
.boxlabel {
	display: block;
	text-decoration: underline;
}
.spanDiscountExists {
	color: red;
}
.topmenu {
	border: none;
}
.topmenu-checkout {
	width: 700px;
	padding: 5px 0px;
	margin: 0px;
	border: none;
	float: right;
	margin-bottom: 15px;
}
.topmenu-checkout a {
	display: block;
	width: 150px;
	cursor: pointer;
	float: left;
	margin-right: 17px;
	font: 14px/22px Roboto, Trebuchet MS, sans-serif;
	padding: 5px;
	margin: 0px;
	border: 1px solid #dddddd;
	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: right;
	margin-right: 0px;
}
.topmenu-checkout a.current-checkout.last {
	float: right;
	margin-right: 0px;
}
.topmenu-checkout a.complete-checkout {
	color: #0081c5;
	margin-right: 17px;
	text-decoration: none;
	font-style:normal;
	-moz-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					transition: all 0.3s ease;
}
.topmenu-checkout a.complete-checkout:hover {
	background: #e1e1e1;
}
.topmenu-checkout a.current-checkout {
	margin-right: 17px;
	background: #eeeeee;
	color: #2b303a;
	font-style:normal;
	text-decoration: none;
}
.topmenu-checkout a.notallowed-checkout {
	cursor: default;
	color: gray;
	font-style: normal;
	margin-right: 17px;
}
.topmenu-checkout a.notallowed-checkout:hover {
	text-decoration: none;
	background: none;
}
.divBillToConfirm, .divShipToConfirm {
	width: 320px;
	float: left;
	padding: 10px;
	background: #eeeeee;
	border:1px solid #dddddd;
	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: #eeeeee;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
}
a.anchPaginationCurrent:hover,
a.anchPagination:hover {
    background: #dddddd;
	color:#717171;
}
a.anchPaginationCurrent {
    border: 1px solid #c0c0c0;
    background: #6b6f75;
    color: #f0f0f0;
}


		.divFeaturedItem {
			
				-moz-border-radius: 0px;
		  		-webkit-border-radius: 0px;
		  		border-radius: 0px;
		}
.divFeaturedItem {
	border: 1px solid #dddddd;
	width: 260px;
	text-align:center;
	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 #0081c5;
}
.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: #6b6f75;
}
.spanFeaturedItemSalePrice {
	color: red;
}
.saleStrikeThrough {
	text-decoration: line-through;
	color: #6b6f75;
	font: 13px/20px Roboto;
}
#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;
}

.divSaleBoxTwo {
	width:161px;
	border:1px solid #cccccc;
	background:#eeeeee;
	-moz-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					transition: all 0.3s ease;
}

.divPagination {
	margin:6px auto;
	text-align:center;
}

.textholder-image.divSubcategoryImage {
	text-align:center;
	
}

.catalogbar-div {
	max-width:1170px;
}

.divItemDescription {
	margin-right:15px;
}

.itemDimension {
	margin:auto;
}

.itemDimension2 {
	margin-bottom:8px;
}

.itemDimension p {
	font-size:14px;
}

a.anchCustomizeLink {
	display:inline-block;
	margin:8px auto 0 auto;
}

.divItemDetailRight .itemDimension {
	display:block;
	margin-right:15px;
}

