
html 		{overflow-y: scroll;}
body 		{background: #ffffff; margin: 0px; font: 15px/22px Arial; color: #555;}

.outer-div 	{width: 100%;}
.inner-div 	{width: 980px; margin: 0px auto;}
		.admin-div {
				border-bottom-left-radius: 10px;
					-moz-border-radius-bottomleft: 10px;
					-webkit-border-bottom-left-radius: 10px;
		}
		.admin-div {
			border-bottom-right-radius: 10px;
					-moz-border-radius-bottomright: 10px;
					-webkit-border-bottom-right-radius: 10px;
		}
		.admin-div {
			
		-moz-box-shadow: 0px 1px 5px #999999;
  		-webkit-box-shadow: 0px 1px 5px #999999; 
  		box-shadow: 0px 1px 5px #999999;
  		behavior: url(layout/components/ie-css3.htc);
		}
.admin-div {
    height: 30px;
    padding: 5px;
    background-color: #70adcc;
    border: 1px solid #000000;
    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 #000000;
    float: left;
    margin: 0 9px 15px 0;
    padding: 0;
    border: none;
}
.logout:hover {color: #ffffff;}
.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;}

@font-face {
font-family: 'Candara-Bold';
src: url('fonts/Candara-Bold.eot');
src: url('fonts/Candara-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Candara-Bold.woff') format('woff'),
url('fonts/Candara-Bold.ttf') format('truetype'),
url('fonts/Candara-Bold.svg') format('svg');
url('fonts/Candara-Bold.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}
h1, h2 {
    font: 24px/28px Candara-Bold, Trebuchet MS, Arial, sans serif;
    color: #000000;
	text-transform: uppercase;
}
h3, h4, h5, h6 {
    font: 22px/26px Candara-Bold, Trebuchet MS, Arial, sans serif;
    color: #777777;
}
a, a:hover {color: #ed242e;}
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 {
    background-color: #fdf9e0;
}
.banner-div {
	width: 980px;
	height: 40px;
	background: #ffffff;
	position: relative;
}
	.banner-logo {
		position: absolute;
		top: 18px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
	} 
		.banner-logo img{} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		position: absolute;
		top: 10px;
		right: 0px;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: right;
			padding-top: 5px;
		}
		.banner-contact-div {
			text-align: right;
			font-weight: bold;
			color: #000000;
		}
		.banner-tagline-div {
			text-align: right;
		}


		#social-networking li, #social-networking-small li {
			
				-moz-border-radius: 7px;
		  		-webkit-border-radius: 7px;
		  		border-radius: 7px;
		}
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: #4c70ab; background-position: -0px -0px;}
ul#social-networking li.twitter {background-color: #00adff; background-position: -32px -0px;}
ul#social-networking li.linkedin {background-color: #0073b2; background-position: -62px -0px;}
ul#social-networking li.googleplus {background-color: #dd4b39; background-position: -94px -0px;}
ul#social-networking li.instagram {background-color: #98634c; background-position: -124px -0px;}
ul#social-networking li.pinterest {background-color: #d73532; background-position: -155px -0px;}
ul#social-networking li.yelp {background-color: #c31202; background-position: -186px -0px;}
ul#social-networking li.youtube {background-color: #ef2b2c; background-position: -218px -0px;}
ul#social-networking li.vimeo {background-color: #17b3e8; background-position: -248px -0px;}
ul#social-networking li.feed {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;
}
ul#social-networking-small li.facebook {background-color: #4c70ab; background-position: -0px -0px;}
ul#social-networking-small li.twitter {background-color: #00adff; background-position: -26px -0px;}
ul#social-networking-small li.linkedin {background-color: #0073b2; background-position: -51px -0px;}
ul#social-networking-small li.googleplus {background-color: #dd4b39; background-position: -78px -0px;}
ul#social-networking-small li.instagram {background-color: #98634c; background-position: -103px -0px;}
ul#social-networking-small li.pinterest {background-color: #d73532; background-position: -129px -0px;}
ul#social-networking-small li.yelp {background-color: #c31202; background-position: -155px -0px;}
ul#social-networking-small li.youtube {background-color: #ef2b2c; background-position: -181px -0px;}
ul#social-networking-small li.vimeo {background-color: #17b3e8; background-position: -207px -0px;}
ul#social-networking-small li.feed {background-color: #f7991c; background-position: -232px -0px;}

.outer-navbar-div {
	background: #ffffff;
	height: 12px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
	width: 100%;
	border-top: 1px solid #d1d1d1;
}
.nav-container {
	width: 980px;
	height: 12px;
	margin: 0px auto;
}
.navbar-div {
	width: auto;
	float: right;
	line-height: 22px;
	height: 12px;
	text-transform: uppercase;
}
.anchMainNav.last {
	border-right: 0px;
	padding-right: 0px;
}
.navbar-div a {
	display: block;
	letter-spacing: -.025em;
	float: left;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #d1d1d1;
	color: #000000;
	font: 18px/22px Candara-Bold;
	text-decoration: none;
}
.navbar-div a:hover, .navbar-div a.current {
	color: red;
}

.content-div {
	background: #ffffff;
	-moz-box-shadow: 0 0 15px #b1b1b1;
	-webkit-box-shadow: 0 0 15px #b1b1b1;
	box-shadow: 0 0 15px #b1b1b1;
	width: 940px;
	padding: 20px;
}
.content-div img {
	padding: 5px;
	background: #ffffff;
	border: 0px solid #d1d1d1;
	-moz-box-shadow: 0 0 10px #b1b1b1;
	-webkit-box-shadow: 0 0 10px #b1b1b1;
	box-shadow: 0 0 10px #b1b1b1;
	max-width: 100%;
}

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	width: 700px;
	border-bottom: 1px solid #d1d1d1;
}
.textholder:last-of-type {
	border-bottom: none;
}
.textholder .fullimg img {
    width: 692px;
}
.fullimg img {
	width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 934px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #ffffff;
	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: #ffffff;
	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 Arial, Trebuchet MS, sans-serif;
	color: #000000;
}
.videoholder {
    float: right;
}
.videoholder iframe {
	padding: 3px;
	margin: 0 0 3px 20px;
	background: #ffffff;
	border: 1px solid #d1d1d1;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	width: 220px;
	float: left;
	padding: 10px 0px 10px 0px;
	border-right: 0px solid #d1d1d1;
}
.topmenu {
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	margin-bottom: 10px;
}
.sidemenu-category, .topmenu-category  {
	display: block;
	color: #000000;
	cursor: pointer;
	padding: 7px 0px;
	font: 21px/25px Candara-Bold, Trebuchet MS, sans-serif;
    border-bottom: 1px solid #d1d1d1;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.sidemenu-category.next-category {
	border-top: 0px solid #d1d1d1;
}
.sidemenu-category:hover,.sidemenu-category.current-category:hover, .topmenu-category:hover,.topmenu-category.current-category:hover {
    color: #777777;
	text-decoration: none;
	padding-left: 10px;
}
.sidemenu-category.current-category, .topmenu-category.current-category {
    color: #777777;
    border-bottom: 3px solid #ed242e;
}
.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 20px; 
	font: 14px/20px Arial, Trebuchet MS, sans-serif;  
	padding: 3px 0px;
	color: #ed242e;
}
.sidemenu-subcategory:hover {
	text-decoration: none;
}
.sidemenu-subcategory.current-subcategory {
	color: #000000;
}
.topmenu-category {
	float: left;
	margin-right: 9px;
	min-width: 115px;
	text-align: center;
}
		a.topmenu-category {
			border-bottom: none;
			text-align: left;
			border-right: 1px solid #d1d1d1;
			min-width: 0px;
			margin-right: 15px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		a.topmenu-category:hover {
			background: none;
			color: #777777;
		}
		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #000000;
  		-webkit-box-shadow: 0px 2px 10px #000000; 
  		box-shadow: 0px 2px 10px #000000;
  		behavior: url(layout/components/ie-css3.htc);
		}
#divForgotPassword {
	position: absolute;
	border: 1px solid #000000;
	background: #ffffff;
	left: 200px;
	padding: 20px;
	z-index: 1;
	display: none;
}
#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
	border: 1px solid #999999;
	background: #d1d1d1;	
	color: #000000;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 140px;
}
#ancLogout {
	float: right;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}
.pLogInOut {
	padding: 10px;
	border: 2px solid #999999;
	background: #d1d1d1;
	font-style: italic;
}
input, select, textarea {
	border: 1px solid #d1d1d1;
	background: #ffffff;	
	color: #000000;
	padding: 0px 5px;
}
input {
	height: 24px;
	font: 14px/24px Arial, Trebuchet MS, sans-serif;
}
select {
	height: 24px;
	font: 14px/24px Arial, Trebuchet MS, sans-serif;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px Arial, Trebuchet MS, sans-serif;
}
label {
    display: block;
	font: 15px/26px Arial, 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;
		}
		.submit-button {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;
		}
.submit-button {
	display: block;
    cursor: pointer;
    font: normal 17px/23px Candara-Bold, Trebuchet MS, sans-serif;
    background-color: #3a84b5;
    border-bottom: 3px solid #3075a3;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    color: #ffffff;
    padding: 5px 15px;
    text-shadow: none;
    height: auto;
	text-align: center;
}
.submit-button:hover {
	 text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3075a3), color-stop(1, #3a84b5) );
    background:-moz-linear-gradient( center top, #3075a3 5%, #3a84b5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3075a3', endColorstr='#3a84b5');
    background-color: #3075a3;
    color: #ffffff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;  
	-moz-transition: all .2s ease;
}
input[type=submit], .anchCheckoutButton {
    display: block;
    cursor: pointer;
    font: normal 17px/23px Candara-Bold, Trebuchet MS, sans-serif;
    background-color: #3a84b5;
    border-bottom: 3px solid #3075a3;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    color: #ffffff;
    padding: 5px 15px;
    text-shadow: none;
    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, #3075a3), color-stop(1, #3a84b5) );
    background:-moz-linear-gradient( center top, #3075a3 5%, #3a84b5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3075a3', endColorstr='#3a84b5');
    background-color: #3075a3;
    color: #ffffff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;  
	-moz-transition: all .2s ease;
}
.footer-div{
	color: #b1b1b1;
	width: 980px;
	padding: 15px 0px 20px 0px;
	font-size: 13px;
}
.footer-div a {
	color: #777777;
	text-decoration: none;
}


		input[type=submit].divCartSearch-button {
			
				-moz-border-radius: 0px;
		  		-webkit-border-radius: 0px;
		  		border-radius: 0px;
		}
		.anchLogin, .anchRegister {
			
				-moz-border-radius: 6px;
		  		-webkit-border-radius: 6px;
		  		border-radius: 6px;
		}
		input[type=submit].divCartSearch-button {
				border-top-right-radius: 6px;
					-moz-border-radius-topright: 6px;
					-webkit-border-top-right-radius: 6px; border-bottom-right-radius: 6px;
					-moz-border-radius-bottomright: 6px;
					-webkit-border-bottom-right-radius: 6px;
		}
		.divCartSearch input[type=text] {
				border-top-left-radius: 6px;
					-moz-border-radius-topleft: 6px;
					-webkit-border-top-left-radius: 6px; 	border-bottom-left-radius: 6px;
					-moz-border-radius-bottomleft: 6px;
					-webkit-border-bottom-left-radius: 6px;
		}
		.divCartSearch select {
			
				-moz-border-radius: 6px;
		  		-webkit-border-radius: 6px;
		  		border-radius: 6px;
		}
.sidemenu {
	padding: 0px 20px 10px 0px;
}
.divDrillDown {
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 20px 0px;
	font: 13px/20px Arial;
}
.divDrillDown a {
	color: #3a84b5;
}
.outer-catalogbar-div {
	width: 100%;
	background: #000000;
}
.catalogbar-div {
	width: 980px;
	margin: 0px auto;
	background: #000000;
	padding: 8px 0px 7px 0px;
	font: 13px/28px Arial;
}
.divCartBar {
	float: right;
	text-align: right;
}
#ancSendForgotPassword {
	display: block;
    cursor: pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a84b5), color-stop(1, #3075a3));
    background:-moz-linear-gradient( center top, #3a84b5 5%, #3075a3 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a84b5', endColorstr='#3075a3');
    background-color: #3a84b5;
    border: 1px solid #d1d1d1;
	padding: 0px 12px;
	height: 28px;
	color: #ffffff;
    text-shadow: 0px -1px 2px #000000;
    text-align: center;
    float: left;
    font: 13px/28px Arial;
}
#ancSendForgotPassword:hover {
	text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3075a3), color-stop(1, #3a84b5) );
    background:-moz-linear-gradient( center top, #3075a3 5%, #3a84b5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3075a3', endColorstr='#3a84b5');
    background-color: #3075a3;
    color: #ffffff;
}
.anchLogin, .anchRegister, .anchProfile, .anchLogout, .anchLogin {
	display: block;
    cursor: pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a84b5), color-stop(1, #3075a3));
    background:-moz-linear-gradient( center top, #3a84b5 5%, #3075a3 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a84b5', endColorstr='#3075a3');
    background-color: #3a84b5;
    border: 1px solid #d1d1d1;
	padding: 0px 12px;
	margin-left: 6px;
	height: 28px;
	color: #ffffff;
    text-shadow: 0px -1px 2px #000000;
    text-align: center;
    float: right;
    font: 13px/28px Arial;
}
.anchLogin:hover, .anchRegister:hover, .anchProfile:hover, .anchLogout:hover, .anchLogin:hover {
	text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3075a3), color-stop(1, #3a84b5) );
    background:-moz-linear-gradient( center top, #3075a3 5%, #3a84b5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3075a3', endColorstr='#3a84b5');
    background-color: #3075a3;
    color: #ffffff;
}
.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: 640px;
}
.category-search-link {
	padding-left: 10px;
	padding-top: 6px;
	display: block;
}
.txtSearch {
	color: #999999;
	font-style: italic;
}
.reset-search {
	padding: 0px 8px;
}
.divCartSearch input[type=text] {
	float: left;
	height: 26px;
	width: 260px;
	border-right: 0;
	margin-left: 19px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.divCartSearch select {
	width: 236px;
	height: 28px;
	float: left;
	line-height: 28px;
	border: 1px solid #000000;
}
input[type=submit].divCartSearch-button {
	float: left;
	padding: 0px 12px;
	height: 28px;
	border: 1px solid #000000;
	text-shadow: none;
	background: #3a84b5;
	font: 15px/17px Candara-Bold;
}
input[type=submit].divCartSearch-button:hover {
	background: #3075a3;
}


.partialwidth {
	width: 700px;
	float: right;
}
.stButton {
	margin-right: 0px !important;
}

		.divMainCalloutSlideshowImageHolder, .divMainCalloutImage {
		    float: right;
		    margin-left: 20px;
		}
		.divMainCalloutSlideshowTextHolder, .divMainCalloutText {
		    float: left;
		    width: 700px;
		}
		.divMainCalloutSlideshowThumbnails {
			float: right;
		}
		.divMainCalloutSlideshowText {
			padding: 10px 0px;
		}
.divMainCalloutWrapper {
    margin-bottom: 15px;
}
.partialwidth .divMainCalloutSlideshowImageHolder, .partialwidth .divMainCalloutImage {
	width: 700px;
	height: 400px;    
    border: 0px solid #d1d1d1;
	-moz-box-shadow: 0 0 10px #b1b1b1;
	-webkit-box-shadow: 0 0 10px #b1b1b1;
	box-shadow: 0 0 10px #b1b1b1;
}
.partialwidth .divMainCalloutSlideshowImageHolder img, .partialwidth .divMainCalloutImage img{
	width: 700px;
    height: 386px;
	width: 686px; 
	padding: 7px;
	background: #ffffff;
}
.partialwidth .divMainCalloutSlideshowTextHolder, .partialwidth .divMainCalloutText {
    width: 700px;
	min-height: 70px;
	position: relative;
	text-align: center;
}
.divMainCalloutSlideshowTextHolder h3 {
	color: #000000;
	margin-top: 5px;
}

.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;
}
.ThumbImage {
    width: 100px;
    height: 67px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    opacity: .7;
}
.ThumbImage {
    border: 1px solid #d1d1d1;
}
.ThumbImage.active {
    border: 1px solid #3a84b5;
    opacity: 1.0;
}
.ThumbImage.dormant {
    border: 1px solid #d1d1d1;
}
.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 Arial;
}
.divItemDetailSalePrice {
	color: red;
	font: bold 18px/25px Arial;
}
.divItemDetailEndSalePrice, .divItemDetailSalePrice {
	display: block;
}
.divItemDetailEndSalePrice, .divItemRegPrice {
	color: #777777;
	font: 13px/20px Trebuchet MS;	
}
select.ddlItemOptions {
	min-width: 162px;
}
.spanItemOptionLabel {
	display: inline-block;
	min-width: 101px;
}
input.txtQtyToAdd {
	width: 75px;
}
.tblPrimaryImage {
	width: 308px;
	height: 308px;
	border: 7px solid #ffffff;
	text-align: center;
	background: #e1e1e1;
	-moz-box-shadow: 0 0 10px #b1b1b1;
	-webkit-box-shadow: 0 0 10px #b1b1b1;
	box-shadow: 0 0 10px #b1b1b1;
}
.tblPrimaryImage img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0px;
}
.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 Arial;
}
.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 #d1d1d1;	
	padding: 3px;
	float: left;
	margin: 5px 10px 5px 0px;
	cursor: pointer;
	opacity: .7;
}
.content-div .imgThumbImage.current {
	border: 1px solid #3a84b5;
	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;
}
.partialwidth .divItemDetailLeft {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.partialwidth .divItemDetailRight {
	float: right;
	width: 370px;
}
.divItemTopText {
	margin-bottom: 10px;
}
.divSerialUPC {
	display: block;
	margin: 10px 0px;
}
.divItemDetailSerial, .divItemDetailUPC {
	display: inline;
	color: #777777;
}
.divItemDetailDescription {
	margin: 10px 0px;
}
.divCategoryItem {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.textholder {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.textholder-image {
	margin-bottom: 10px;
}
.divCategoryItem-1 {
	margin-top: 10px;
	padding-top: 20px;
	border-top: none;
}
.imgCategoryItem {
	float: left;
}
.imgCategoryImage, .imgSubcategoryImage {
	width: 692px;
}
.divCatItemCenter {
	padding-left: 180px;
}
.anchCategoryItemName {
	font: bold 18px/25px Arial;
}
.spanCategoryItemSalePrice {
	color: red;
	font-weight: bold;
}
.divSaleBoxTwo {
	background: #e5e5e5;
	padding: 10px;
	margin-left: 10px;
	margin-top: 2px;
	float: right;
	width: 120px;
}
.divItemDescription {
	margin: 10px 0px 5px 0px;
	display: block;
}

.partialwidth .divCategoryItem {
	width: 700px;	
}
.partialwidth .imgCategoryItem {
	width: 150px;
	margin-right: 20px;
}
.imgCCLogo {
	width: 54px;
}
.divCCBox {
	width: 680px;
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background: #d1d1d1;
}
.divCCBoxLeft {
	float: left;
	width: 380px;
}
.divCCBoxRight {
	float: right;
}
.divCCBoxRight img {
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.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: #000000;
}
td {
	padding: 10px;
}
table, th, td, tr {
	vertical-align: top;
}
tr {
	border-bottom: 1px solid #d1d1d1;
}
.divShippingBox, .divBillingBox, .divShipOptionsBox, .divCheckoutButtonBox, .AddMessageBox  {
	width: 680px;
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background: #d1d1d1;
}
.divCheckoutBox {
	width: 700px;
	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;
}
.ddlCCExpYear {
	width: 82px;
}
#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: 40px;}
.ddlCCExpMonth {width: 52px; margin-right: 3px;}
.ddlCCExpYear {width: 104px;}
.ContactTitleBox, .BillTitleBox, .ShipTitleBox, .ShipOptionsTitleBox, .CheckoutTitleBox {
	width: 700px;
	margin-bottom: 5px;
	float: right;
}
.BillBoxNumber, .ShipBoxNumber, .ContactBoxNumber, .ContinueBoxNumber, .ShipOptionsBoxNumber, .CheckoutBoxNumber {
	background: #000000;
	padding: 2px 8px;
	margin-right: 7px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font: 15px/22px Arial;
	color: #ffffff;
	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;
}
.ContinueBoxTitle {
	width: 40px;
	float: left;
}
.trCartHeaderRow th p {
	width: 78px;
	padding: 8px 10px;
	margin-bottom: 0px;
	text-align: left;
}
.trCartHeaderRow td {
	padding: 0px 5px;
}
.pCartLineItemPrice p {
	width: 80px;
	text-align: right;
}
.LineItemPrice p {
	width: 80px;
	text-align: right;
}
.btnSubmit.Cart {
	width: 80px;
	text-align: center;
	font: 13px/17px Arial;
	padding: 5px 0px;
}
.LineItemQuantity p {
	width: 80px;
	text-align: center;
}
.LineItemImage p {
	width: 80px;
}
.LineItemDescription p {
	width: 280px;
}
.LineItemDescription td{
	width: 280px;	
}
.LineItemDescription p {
	margin-bottom: 5px;
}
input.txtQtyToUpdate {
	width: 67px;
	margin: 0px 0px 10px 0px;
}
.trCartHeaderRow th {
	background: #d1d1d1;
	border-right: 0px solid #fff;
}
.trCartBodyRow.odd {
	background-color: #666;
}
.trCartBodyRow.even {
	background-color: #c1c1c1;
}
.divTotalsBox {
	width: 190px;
	float: right;
	background: #e5e5e5;
	padding: 5px 10px;
	margin-top: 10px;
	border: 1px solid #d1d1d1;
}
.divTotalsBox label {
	display: block;
	float: left;
	font: normal 15px/22px Arial;
	width: 120px;
	font-weight: normal;
}
.divTotalsBox span {
	float: right;
	display: block;
}
.divTotalsBox p {
	clear: both;
	padding: 3px 0px;
}
.pTotal {
	border-top: 1px solid #d1d1d1;
	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 #d1d1d1;
	
}
.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 Arial;
}
input[type=submit].btnSubmitAnetAIM {
	width: 164px;
}
input[type=submit].btnUpdateQty{
	font: 13px/17px Arial;
}

.partialwidth .tblCart {
	width: 700px;	
	background: #e5e5e5;
	border: 1px solid #d1d1d1;
}
.partialwidth .imgCartImage {
	width: 72px;	 
}
.partialwidth .imgCartImage {
	border: 1px solid #d1d1d1;
	padding: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.partialwidth .divDiscountCode {
	width: 678px;
	background: #d1d1d1;
	border: 1px solid #d1d1d1;
	margin: 20px 0px 10px 0px;
	padding: 10px;
}
.divDiscountCode p {margin-bottom: 0px;}
.partialwidth .divShippingOptions {
	width: 448px;
	float: left;
	background: #d1d1d1;
	border: 0px solid #d1d1d1;
	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 Arial;
}
.divDiscountCode input[type=text] {
	width: 242px;
}
.txtDiscount {
	width: 280px;
	padding: 0px;
}
.divDiscountCode label {
	display: inline-block;
	float: left;
	width: 290px;
}
#frmProfile {
}
#frmProfile hr {
	margin: 15px 0px 15px 0px;
}
.disclaimer {
	font-style: italic;
	color: #666;
	padding: 10px;
	background: #e1e1e1;
}
.ddlBillingState, .ddlBillingCountry, .ddlShippingState, .ddlShippingCountry {
	width: 142px;
}
input[type=text].txtShippingZip, input[type=text].txtBillingZip {
	width: 130px;
}
.SmallText {
	font: 14px/24px Arial;
}

.divBillToConfirm .spanBillingTitle {
	width: 128px;
}
.divShipToConfirm .spanShippingTitle {
	width: 140px;
}
.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;
	margin-top: 20px;
	padding-top: 5px;
}
.divErrorMessage {
	color: #A33D47;
	font-style: italic;
	padding: 10px;
	background: #e5e5e5;
	margin-bottom: 20px;
}
.divNoticeMessage {
	color: #3a84b5;
	font-style: italic;
	padding: 10px;
	background: #e5e5e5;
	border: 1px solid #c1c1c1;
	margin-bottom: 20px;
	width: 680px;
}
		.topmenu-checkout a {
			
				-moz-border-radius: 8px;
		  		-webkit-border-radius: 8px;
		  		border-radius: 8px;
		}
.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 Arial, Trebuchet MS, sans-serif;
	padding: 4px 5px;
	margin: 0px;
	border: 1px solid #d1d1d1;
	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: #3a84b5;
	margin-right: 17px;
	text-decoration: none;
}
.topmenu-checkout a.complete-checkout:hover {
	background: #e5e5e5;
}
.topmenu-checkout a.current-checkout {
	margin-right: 17px;
	background: #e5e5e5;
	color: black;
	text-decoration: none;
}
.topmenu-checkout a.notallowed-checkout {
	cursor: default;
	color: gray;
	font-style: italic;
	margin-right: 17px;
}
.topmenu-checkout a.notallowed-checkout:hover {
	text-decoration: none;
	background: none;
}
.divBillToConfirm, .divShipToConfirm {
	width: 320px;
	float: left;
	padding: 10px;
	background: #d1d1d1;
	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: 0px solid #d1d1d1;
	float: left;
	width: 160px;
	margin: 0px 20px 15px 0px;
}
.divFeaturedItem.divFeaturedItem-4, .divFeaturedItem.divFeaturedItem-8 {
	float: right;
	margin-right: 0px;
}
.divFeaturedItem img {
	border: 1px solid #ffffff;
	padding: 7px;
	width: 144px;
	-moz-box-shadow: 0 0 10px #b1b1b1;
	-webkit-box-shadow: 0 0 10px #b1b1b1;
	box-shadow: 0 0 10px #b1b1b1;
}
.divFeaturedItem img:hover {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;  
	-moz-transition: all .2s ease;
	border: 1px solid #ed242e;
}
.divFeaturedItem img:hover {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;  
	-moz-transition: all .2s ease;
	opacity: .8;
}
.anchFeaturedItemName {
	font: 16px/23px Candara-Bold;
}
.divFeaturedItem p {
	padding: 3px 0px 0px 0px;
	text-align: left;
	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 Arial;
}
.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;
}