/* 	To expand content/red product area on Home Page:
		Adjust 'height' of: '#home_bottom_content' around (line 1162). 
		
	To expand content/red product area on Inner Pages:
		Adjust 'height' of: '#content' around (line 116).
*/

/* @group Global */

body {
	margin: 0;
	padding: 0;
	font: 12px/16px Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	color: #5A5B5D;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

div.hr {
	width: 800px;
	border-bottom: 1px dashed gray;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #435B6F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.on {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

.out-of-stock  {
	color: #E0131F;
	font-weight: bold;
}

#container {
	position: relative;
	width: 985px;
	min-height:835px;
  	height:auto !important;
  	height:835px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#inner_container {
	background: url(images/blanks_container_bg.png) repeat-y;
	position: relative;
	width: 100%;
}

#content_container {
	position: relative;
	float: right;
	width: 865px;
	right: 3px;
}

#contentBg_left {
	background: url(images/blanks_homeLeft.png) repeat-y left center;
	position: relative;
	min-height:290px;
	height: auto !important;
  	height: 290px;
	margin-left: 2px;
	z-index: 1000;
}

#contentBg_right {
	background: url(images/blanks_homeRight.png) repeat-y right center;
	position: relative;
	min-height:290px;
	height: auto !important;
  	height: 290px;
}

#home_middle_content {
	background: url(images/blanks_homeCenter.png) no-repeat right 0;
	height: 194px;
	position: relative;
}

#content {
	padding: 10px 25px;
	min-height: 720px;
	height: auto !important;
	height:720px;
}

/* @group Header Nav/Customer Login */

#user_header {
	height: 114px;
	position: relative;
}
#user_header a.logo {
	position: absolute;
	display: block;
	width: 180px;
	height: 114px;
}

#user_header a.logo img {
	border: 0;
}
#header_cards {
	position: absolute;
	top: -5px;
	right: 8px;
}
#user_nav {
	height: 90px;
	padding: 5px;
	width: 720px;
	position: relative;
	left: 250px;
	top: 16px;
	z-index: 1000;
}

#user_nav ul {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left: 5px;
}

#user_nav ul li {
	list-style-type: none;
}

/* @group Customer Login */

#customer_login {
	border-left: 1px dashed #1A4178;
	padding: 0 20px 5px;
	position: absolute;
	top: 5px;
	left: 145px;
	height: 80px;
	width: 195px;
}

h4.new_account_header {
	color: #E0131F;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	line-height: 10px;
	text-align: center;
	margin-bottom: 6px;
}
#new_account {
	width: 130px;
	padding-right: 10px;
	text-align: center;
}

#new_account_signup {
	z-index: 1000;
	position: relative;
}

#new_account_signup .formLabel {
	background-color: white;
	width: 100px;
}

#new_account_signup_logged {
	width: 330px;
	text-align: center;
}

#account_signup_accessCode {
	width: 330px;
	text-align: left;
}
#account_signup_accessCode #go{
	margin-left: 10px;
}
#account_signup_industry #go{
	margin-left: 10px;
	position: relative;
	top: 4px;
}
#new_account_signup_logged h3 {
	color: #435B6F;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#new_account_logged {
	width: 300px;
	text-align: center;
}

#new_account_logged h3 {
	color: #435B6F;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#account_signup {
	position: relative;
	width: 560px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#account_signup p {
	font-weight: bold;
}

#account_signup #signup_error {
	position: absolute;
	z-index: 50000; 
	background-color: white;
	top: -20px;
	padding: 5px;
	border: 2px solid gray;
}

#signup_error a.error_close {
	position: absolute;
	bottom: 2px;
	right: 5px;
}

#emailAddress {
	position: absolute;
	top: 30px;
}

#newPassword {
	position: absolute;
	left: 280px;
	top: 30px;
}

#newPasswordConfirm {
	position: absolute;
	top: 55px;
	left: 280px;
}

#company {
	position: absolute;
	top: 55px;
}

#content #accessCode {
	position: relative;
}

#content #accessCode input {
	border: 1px solid #666;
	border-top: 2px inset #aaa;
	border-left: 2px inset #aaa;
	width: 130px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
}

#content #emailAddress {
	position: relative;
	/*top: 30px;*/
}

#content #newPassword {
	position: relative;
	/*left: 280px;
	top: 30px;*/
}

#content #newPasswordConfirm {
	position: relative;
	/*top: 55px;
	left: 280px;*/
}

#content #company {
	position: relative;
	/*top: 55px;*/
}

#emailAddress input {
	border: 1px solid #666;
	border-top: 2px inset #aaa;
	border-left: 2px inset #aaa;
	width: 130px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
}

#newPassword input {
	border: 1px solid #666;
	border-top: 2px inset #aaa;
	border-left: 2px inset #aaa;
	width: 130px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
}

#newPasswordConfirm input {
	border: 1px solid #666;
	border-top: 2px inset #aaa;
	border-left: 2px inset #aaa;
	width: 130px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
}

#company input {
	border: 1px solid #666;
	border-top: 2px inset #aaa;
	border-left: 2px inset #aaa;
	width: 130px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
}

#company td.formLabel {
	font-weight: bold;
}

#account_signup #go {
	position: absolute;
	top: 30px;
	left: 530px;
}

#new_account_logged {
	width: 330px;
	text-align: center;
}

h4.customer_header {
	color: #E0131F;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 10px;
}

#customer_login form.memberForm {
	padding: 0;
	margin: 0;
}

#memberLogin {
	border-color: white;
	border-width: 0px;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	padding-right: 0;
	padding: 0;
}

#memberLogin label {
	color: #1A1818;
	line-height: 16px;
	font-size: 10px;
}

#memberLogin input {
	border: 1px solid #666;
	border-top: 2px inset #aaa;
	border-left: 2px inset #aaa;
	width: 110px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
}

#memberLogin input.submit {
	width: 19px;
	height: 19px;
	border-width: 0;
	position: absolute;
	left: 150px;
	top: 24px;
}

#memberLogin a.forgot_password {
	font-size: 8px;
	position: absolute;
	text-align: center;
	color: #666;
	text-decoration: underline;
	top: 58px;
	font-weight: bold;
	line-height: 10px;
	padding-left: 5px;
}

#memberLogin a.forgot_password_error {
	font-size: 8px;
	position: absolute;
	text-align: center;
	color: #E0131F;
	text-decoration: underline;
	top: 58px;
	font-weight: bold;
}

#customer_login p.wrong_login {
	font-size: 8px;
	position: absolute;
	text-align: center;
	color: #E0131F;
	top: -20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* @end */

/* @group Contact Form*/

#contact_form {

}

#contact_form div.retailer-contact {
	margin-bottom: 5px;
}

#contact_form div.retailer-contact div.label {
	width: 100px;
	float: left;
	font-weight: bold;
}

#contact_form div.retailer-address div.label {
	width: 100px;
	height: 100px;
	float: left;
	font-weight: bold;
}


/* @end */

/* @group Header Search Cart New User */

#new_user_search_cart {
	border-left: 1px dashed #1A4178;
	padding: 0 10px 5px;
	position: absolute;
	top: 5px;
	left: 360px;
	height: 80px;
	width: 375px;
}

#new_user_search_cart_signup {
	border-left: 1px dashed #1A4178;
	padding: 0 10px 5px;
	position: absolute;
	top: 5px;
	right: -40px;
	height: 80px;
	width: 175px;
}
#new_user_search_cart_logged {
	border-left: 1px dashed #1A4178;
	padding: 0 10px 5px;
	position: absolute;
	top: 5px;
	left: 360px;
	height: 80px;
	width: 375px;
}
#my_information {
	width: 300px;
	position: absolute;
	top: -15px;
	right: 90px;
}

#my_information a {
	font-size: 9px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#accessCodeForm {
	position: absolute;
	width: 120px;
}

#accessCodeForm h4.new_account_header {
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
}

#accessCodeForm form {
	margin: 0;
	padding: 0;
}

#accessCodeForm form label {
	color:#1A1818;
	font-size:10px;
	line-height:16px;
}

#accessCodeForm form input {
	border-color:#AAAAAA rgb(102, 102, 102) rgb(102, 102, 102) rgb(170, 170, 170);
	border-style:inset solid solid inset;
	border-width:2px 1px 1px 2px;
	font-size:10px;
	height:12px;
	line-height:12px;
	padding:2px;
	width:110px;
}

#accessCodeForm form #go {
	border-width:0pt;
	height:19px;
	left:125px;
	position:absolute;
	top:23px;
	width:19px;
}

/* @group View Cart */

#view_cart_header {
	position: relative;
	top: 0px;
	left: 233px;
	width: 122px;
}

#new_user_search_cart_signup #view_cart_header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 122px;
}

/* @end */

#new_user_search_cart_signup div.search {
	width: 148px;
	position: relative;
	top: 30px;
	left: 0px !important;
}

#user_nav div.search {
	width: 148px;
	position: relative;
	top: 25px;
	left: 217px;
}

#user_nav div.search label {
	line-height: 16px;
}

#user_nav div.search input.search_triangle {
	position: relative;
	top: 1px;
}

#user_nav #search_box {
	border: 1px solid #666;
	border-top: 2px inset #aaa;
	border-left: 2px inset #aaa;
	width: 130px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
}

/* @end */

/* @end */
/* @group Main Nav */

#main_nav {
	background: url(images/blanks_homeTop.png) no-repeat;
	width: 982px;
	height: 47px;
	position: relative;
}

#main_nav ul {
	padding-left: 0;
	margin-left: 0;
	margin: 0;
	width: 784px;
	height: 34px;
	position: relative;
	left: 183px;
	top: 13px;
	display: block;
	float: left;
}

#main_nav ul li {
	list-style-type: none;
	float: left;
	position: relative;
	height: 33px;
}

#main_nav ul li a {
	display: block;
	color: #44697d;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	height: 33px;
	font: 12px/30px Verdana, Arial, Helvetica, Geneva, sans-serif;
	float: left;
}

#main_nav ul li a:hover, #main_nav ul li a.hover {
	display: block;
	color: white;
	background: url(images/blanks_navOn.png) repeat-x;
	text-decoration: none;
}

#main_nav ul li a.on {
	display: block;
	color: white;
	background: url(images/blanks_navOn.png) repeat-x;
	text-decoration: none;
}
#main_nav ul li a.bargain {
	display: none;
}
/* @group Sub Nav */
#main_nav {
	z-index: 2000;
}
#main_nav ul.sub-nav {
	display:none;
	float:none;
	height:auto;
	left:0;
	position:absolute;
	top:33px;
	width: auto;
	z-index:20000;
	/*background-color: #5e7588;*/
	padding-top: 0px;
	min-width: 160px;
	border-left: 1px solid #5C7487;
	border-right: 1px solid #5C7487;
	border-bottom: 1px solid #5C7487;
}
#main_nav ul.sub-nav li {
	display: block;
	float: none;
	height: auto;
}
#main_nav ul.sub-nav li a {
	background-color: #5e7588;
	color: white;
	float: none;
	display: block;
	height: auto;
	line-height: 16px;
	padding-bottom: 5px;
	white-space: nowrap;
	padding-top: 5px;
	width: 160px;
}
#main_nav ul.sub-nav li a:hover, #main_nav ul.sub-nav li a.on {
	text-decoration: none;
	background-image: none;
	opacity: 1.0;
	background-color: #5e7588;
}
/* @end */

/* @end */

/* @group Products Red Left */

h3.products {
	color: white;
	margin-top: 2px;
	margin-bottom: 2px;
	position: absolute;
	top: -25px;
	left: 12px;
	text-transform: uppercase;
	font: bold 12px Verdana;
	width: 110px;
	height: 15px;
	z-index: 5000;
}

a.product-menu-toggle {
	display: block;
	position: absolute;
	width: 50px;
	color: white;
	top: -25px;
	right: -40px;
	text-align: right;
}

#home_products {
	min-height: 574px;
	height: auto !important;
	height: 574px;
	width: 112px;
	background: #ED1C24 url(images/blanks_leftProductsBg.png) repeat-y;
	position: absolute;
	float: left;
	top: 0px;
	left: 1px;
	padding-left: 8px;
	line-height: 12px;
}
#products.home {
	min-height: 574px;
	height: auto !important;
	height: 574px;
	width: 112px;
	background: #ED1C24 url(images/blanks_leftProductsBg.png) repeat-y;
	position: absolute;
	float: left;
	top: 0px;
	left: 1px;
	padding-left: 8px;
	line-height: 12px;
}
#products {
	width: 112px;
	background: #ED1C24 url(images/blanks_leftProductsBg.png) repeat-y;
	position: absolute;
	float: left;
	top: 0px;
	left: 1px;
	padding-left: 8px;
	line-height: 12px;
}

#products.home ul, #home_products ul {
	padding-left: 0;
	margin-left: 0;
}

#products.home ul li, #home_products ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10px;
	color: white;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#products ul li.main {
	margin-bottom: 10px;
}
#products.home ul li a, #home_products ul li a {
	color: white;
	display: block;
}

#products.home ul li a.on, #home_products ul li a.on {
	color: white;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: underline;
	background: url(images/blanks_product_on.png) no-repeat right;
}
#products.home ul.sub li a, #home_products ul.sub li a {
	color: #fff;
}
#products ul {
	margin-left: 0;
	padding-left: 0;
}

#products ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10px;
	color: white;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#products ul li a {
	color: white;
	display: block;
	width: 95px;
}

#products ul li a.on {
	color: white;
	padding-left: 5px;
	text-decoration: underline;
	font-weight: bold;
	background: url(images/blanks_product_on.png) no-repeat right bottom;
	padding-right: 7px;
}
#products ul.sub li a.on {
	background-image: none;
	font-weight: normal;
}
#products ul ul.sub {
	display: none;
	margin-left: 5px;
}
/* @end */
/* @group Footer */

#home_footer {
	background: url(images/blanks_homeBottom.png) no-repeat;
	width: 982px;
	height: 60px;
	color: #58595b;
	font-size: 9px;
	font-weight: bold;
}

#home_footer_nav {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	top: 65px;
	text-align: center;
	left: 55px;
}

#home_footer_nav li {
	display: inline;
}

#home_footer_nav li a {
	color: #58595b;
}

#home_footer p {
	font-size: 9px;
}

#footer {
	background: url(images/blanks_bottom.png) no-repeat;
	width: 982px;
	height: 40px;
	color: #58595b;
	font-size: 9px;
	font-weight: bold;
}

#footer_nav {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	top: 45px;
	text-align: center;
	left: 55px;
}

#footer_nav li {
	display: inline;
}

#footer_nav li a {
	color: #58595b;
}

#footer p {
	font-size: 9px;
}

/* @end */

/* @group Accelsite Definitions */

/* Accelsite Specific Definitions */

#order_history_message h3 {
	display: block;
	float: left;
	padding: 10px;
	border: solid 2px gray;
	margin: 0 0 10px 0;
}

#order_history_message a{
	width: 120px;
	height: 15px;
	color: #2E4759;
	display: block;
	line-height: 15px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin-left: 10px;
	background: #B2B4B6 url(images/blanks_gray_content_link.png) no-repeat 95%;
	float: right;
}

.smallNote {
 	font-size: 11px;
 	color: #999999;
 	font-style: italic;
 }
 
.formLabel {
 	background-color: #ECEEF0;
 }

.requiredField {
 	font-weight: bold;
 }
.missingField {
 	font-weight: bold;
 	color: #FF0000;
 }
.contentHeaderCell {
 	color: #464749;
 	font-weight: bold;
	height: 20px;
}
.contentHeaderCell a {
 	color: #464749;
 	font-weight: bold;
	text-decoration: underline;
}
.contentListCell {
 color: #000000;
 }
.contentListCellAlt1 {
 color: #000000;
 }
.contentListCellAlt2 {
 color: #000000;
 }
.alternate1 {
 color: #464749;
 }
.alternate2 {
 color: #464749;
 }
.alternate3 {
  border:2px solid #EFEDEE;
  color: #464749;
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #4E4E4E;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 2px solid red;
}
.as_errorInput {
  border: 2px solid red;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @end */

/* @end */
/* @group Home */

#category_nav_images {
	width: 835px;
	height: 315px;
	position: absolute;
	display: block;
	left: 15px;
	top: 10px;
}

#category_nav_images img {
	position: absolute;
	display: block;
}

#home_product_slogan {
	position: absolute;
	width: 200px;
	z-index: 1000;
	left: 625px;
	top: 98px;
}

#home_product_slogan h1 {
	color: white;
	font: 32px/40px Helvetica, Arial;
	margin: 0;
	text-align: right;
}

#category_nav_container {
	position: absolute;
	top: 254px;
	left: 35px;
	color: white;
	font-weight: bold;
	line-height: 44px;
	z-index: 1000;
}

#category_nav {
	width: 787px;
	height: 44px;
	background-color: #a71218;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	padding-left: 10px;
	margin: 0;
}

#category_nav li {
	list-style-type: none;
	display: inline;
	height: 44px;
}

#category_nav li a {
	color: white;
	font: bold 11px/44px Verdana;
	height: 44px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

#category_nav li a:hover {
	text-decoration: none;
	background: url(images/blanks_catNav_hover.png) no-repeat center top;
}
#home_box_1 {
	display: block;
	position: absolute;
	width: 345px;
	height: 110px;
	padding: 5px;
	color: #6d6e71;
	font-size: 9px;
	top: 40px;
	left: 20px;
	line-height: 12px;
	overflow: hidden;
}
#home_box_1 form {
	width: 350px;
	margin: 0;
	padding: 2px;
	height: 85px;
}
#home_box_1 form input {
	margin-bottom: 3px;
	border-color:#AAAAAA rgb(102, 102, 102) rgb(102, 102, 102) rgb(170, 170, 170);
	border-style:inset solid solid inset;
	border-width:2px 1px 1px 2px;
	font-size:10px;
	height:12px;
	line-height:12px;
	padding:2px;
}
#home_box_1 form input.add_to_cart {
	border-width: 0;
	width: 123px;
	height: 25px;
	position: absolute;
	top: 67px;
	left: 220px;
}
#home_box_1 form a.add_more_items {
	text-align: center;
	font-size: 9px;
	margin-left: 10px;
	position: absolute;
	top: 97px;
	left: 220px;
}
#home_box_1 form #qty {
	float: left;
	position: relative;
	width: 40px;
	border-width: 0;
	padding-left: 10px;
	padding: 3px;
}
#home_box_1 form #qty label {
	color:#1A1818;
	font-size:10px;
	line-height:16px;
	position: relative;
}
#home_box_1 form #qty input {
	width: 37px;
	height: 12px;
}
#home_box_1 form #itemNumbers {
	position: relative;
	float: left;
	width: 128px;
	border-width: 0;
	padding: 3px;
	margin-left: 10px;
}
#home_box_1 form #itemNumbers label {
	color:#1A1818;
	font-size:10px;
	line-height:16px;
	position: relative;
}
#home_box_1 form #itemNumbers input {
	width: 128px;
	height: 12px;
}

#home_box_1 h2 {
	color: #45697d;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
}

#home_box_2 {
	display: block;
	position: absolute;
	width: 215px;
	height: 110px;
	padding: 5px;
	color: #6d6e71;
	font-size: 9px;
	top: 40px;
	right: 250px;
	line-height: 12px;
	overflow: hidden;
}

#home_box_2 h2 {
	color: #45697d;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
}
#home_box_2 a {
	background:url("images/blanks_gray_content_link.png") no-repeat scroll 95% 50% #B2B4B6;
	bottom:5px;
	right: 5px;
	color:#2E4759;
	display:block;
	font-weight:bold;
	height:15px;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	position: absolute;
	text-align:left;
	width:110px;
}


#home_box_2a {
	display: block;
	position: absolute;
	width: 215px;
	height: 110px;
	padding: 5px;
	color: #6d6e71;
	font-size: 9px;
	top: 40px;
	right: 250px;
	line-height: 12px;
	overflow: hidden;
}

#home_box_2a h2 {
	color: #45697d;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#home_box_2a a {
	width: 120px;
	height: 15px;
	color: #2E4759;
	display: block;
	line-height: 15px;
	font-weight: bold;
	padding-left: 10px;
	background: #B2B4B6 url(images/blanks_gray_content_link.png) no-repeat 95%;
}

#home_box_3 {
	display: block;
	position: absolute;
	width: 210px;
	height: 110px;
	padding: 5px;
	top: 40px;
	color: #6d6e71;
	font-size: 9px;
	right: 15px;
	line-height: 12px;
	overflow: hidden;
}

#home_box_3 h2 {
	color: #45697d;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#home_box_3 a {
	background:url("images/blanks_gray_content_link.png") no-repeat scroll 95% 50% #B2B4B6;
	bottom:5px;
	right: 10px;
	color:#2E4759;
	display:block;
	font-weight:bold;
	height:15px;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	position: absolute;
	text-align:left;
	width:110px;
}

#home_box_3a {
	display: block;
	position: absolute;
	width: 210px;
	height: 110px;
	padding: 5px;
	top: 40px;
	color: #6d6e71;
	font-size: 9px;
	right: 15px;
	line-height: 12px;
	overflow: hidden;
}

#home_box_3a h2 {
	color: #45697d;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#home_box_3a a {
	width: 115px;
	height: 15px;
	color: #2E4759;
	display: block;
	line-height: 15px;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	background: #B2B4B6 url(images/blanks_gray_content_link.png) no-repeat 95%;
	left: 80px;
}

#home_bottom_content {
	background: url(images/blanks_middle_bg.png) repeat-y right 0;
	height: 100px;
	position: relative;
	display: block;
}

#scroller_container {
	overflow: hidden;
	width: 795px;
	position: relative;
	left: 35px;
}

#product_scroller {
	width: 3900px;
	margin: 25px 0 0;
}

#product_scroller li {
	float: left;
	list-style-type: none;
	margin: 5px 30px;
	position: relative;
	display: block;
	text-align: center;
	width: 100px;
}

#product_scroller li a img {
	border-width: 0;
	position: relative;
	text-align: center;
}

#home_bottom_content a.next {
	background: url(images/blanks_homeSlideRight.png) no-repeat;
	width: 7px;
	height: 13px;
	display: block;
	position: absolute;
	right: 25px;
	top: 65px;
}
#home_bottom_content a.prev {
	background: url(images/blanks_homeSlideLeft.png) no-repeat;
	width: 7px;
	height: 13px;
	display: block;
	position: absolute;
	left: 25px;
	top: 65px;
}
/* @end */

/* @group Inner Pages */

#breadcrumbs {
	background: url(images/blanks_breadcrumb_bg.png) no-repeat;
	width: 863px;
	height: 84px;
	position: relative;
	left: 2px;
}

/* @end */

/* @group Product Layout */
span.product_breadcrumb {
	color: #435B6F;
	font-weight: bold;
	font-size: 9px;
	line-height: 16px;
	position: relative;
	left: 25px;
	top: 10px;
}

span.product_breadcrumb a {
	color: #435B6F;
	font-weight: bold;
	font-size: 9px;
	line-height: 16px;
}
h2.category_name {
	position: absolute;
	color: white;
	top: 33px;
	left: 35px;
	font-size: 16px;
	line-height: 45px;
	margin: 0;
}

h3.product_name a {
	color: #435B6F;
	text-decoration: underline;
}

h3.product_name a:hover {
	text-decoration: none;
}
#sub_categories {
	position: relative;
	top: -10px;
	margin-bottom: 20px;
	height: 30px;
}
#sub_categories p {
	margin: 0 10px;
	padding: 0;
	float: left;
	height: 15px;
	font-size: 9px;
	white-space: nowrap;
}

#sub_categories p a {
	color: #E0131F;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

#sub_categories p a:hover {
	color: #E0131F;
}

#content a.back_to_category {
	margin: 0;
	padding: 0;
	float: left;
	color: #5A5B5D;
	font-size: 9px;
}

#content a.back_to_category:hover {
	margin: 0;
	padding: 0;
	float: left;
	color: #E0131F;
	font-size: 9px;
}

#sub_categories p a.on {
	margin: 0;
	padding: 0;
	float: left;
	color: #E0131F;
	/*font-size: 9px;
	font-weight: bold;*/
}

div.product_details_container {
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
}

div.product_details_container_no_image {
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
}

div.product_details_container_no_image div.productDescription {
	position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	width: 400px;
	left: 0px;
}

div.product_details_container div.productDescription_empty {
	position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	width: 400px;
	left: 220px;
}

div.product_container {
	position: relative;
}

div.product_images {
	position: relative;
	width: 200px;
	/*min-height: 300px;
	height: auto !important;
	height: 300px;*/
	float: left;
}

div.product_images img {
	position: absolute;
	display: block;
}
div.product_images.one-image img {
	position: relative;
	display: block;
}
div.productDescription {
	position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	width: 610px;
	float: left;
	left: 0;
	/*position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	width: 400px;
	left: 220px;*/
}

div.productDescription h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}

div.productDescription_empty h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}

div.productDescription p u strong {
	padding-top: 10px;
}
div.as_media-link {
}

div.product-image-container  {
	float:left;
	position:relative;
	width:200px;
}
/*div.thumbnails_container {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
}*/
div.thumbnails_container {
	float: right;
	position: relative;
	margin: 15px 0 0;
	padding: 0;
	width: 200px;
}
p.enlarge {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	width: 180px;
}
p.enlarge img {
	vertical-align: middle;
}
ul.thumbs {
	position: relative;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	list-style-type: none;
	position: relative;
	float: left;
	margin: 5px 10px;
}

ul.thumbs li a {
	position: relative;
	float: left;
}

ul.thumbs li a img {
	border: 0;
	text-decoration: none;
	padding: 2px;
}

table.productColumnTable {
	margin-bottom: 20px;
}

table.productColumnTable tr.over  {
	background-color: #eee;
}
/* weird styles from original layout */
.divHidden{
    height:0px;
    width:0px;
    position:absolute;
    display:none;
}

.divHidden iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width: 100%;/*must have for any big value*/
    height: 100%;/*must have for any big value*/;
}

.divVisible{
    display:block;
    border: 2px solid black;
    width:245px;
    height:100px;
    background-color:#FFFFFF;
    position:absolute;
    left:0px;
    top:-110px;
    font-size:10px;
    z-index: 9999 !important;
	overflow: hidden;
}

.divVisible iframe {
	border: none;
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width: 100%;/*must have for any big value*/
    height: 100%;/*must have for any big value*/;
}

.block{
	display:block;
}


/* @end */

/* @group Single Product Layout */

/* Blanks USA Styles */

div.clear {
	clear: both;
}
#product_container {
	position: relative;
}

div.product {
	display: block;
	position: relative;

}
h3.product_name {
	font-size: 16px;
}
div.product_images_single {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div.product_description {
	position: relative;

}

div.product_price {
	position: relative;
}
#product_container form {
	position: relative;
}
#product_container #options {
	float: left;
}
#product_container form fieldset {
	position: relative;
	border-width: 0;
	padding-bottom: 5px;
}

#product_container form label {
	font-weight: bold;
}

#product_container form input.add-to-cart {
	position: relative;
	float: right;
}

/* @end */

/* @group Templates */

div.as_media_mainCategory {
	margin-bottom: 15px;
	margin-top: 15px;
}

div.as_media_subContent {
	margin-bottom: 5px;
	margin-left: 25px;
}

div.as_media_tertCategory {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 25px;
}

div.as_media_tertContent {
	margin-bottom: 5px;
	margin-left: 50px;
}

a.mediaIcon {
	margin-right: 5px;
}

a.mediaLink strong {
	color: #435B6F;
}
a.mediaLink:hover {
	color: #435B6F;
}

/* @end */

/* @group Order History */

#orderHistoryTable {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #e7e7e7;
}

#orderHistoryTable thead tr th {
	background-color: #e3e3e3;
	padding: 2px 3px;
	border-bottom: 2px solid silver;
	border-right: 1px solid gray;
	color: #547587;
}

#orderHistoryTable tbody tr td {
	padding: 2px 4px;
}

#orderHistoryTable tbody tr.over {
	background-color: #EEEEEE;
}
#orderHistoryTable th.header {     
    cursor: pointer; 
    font-weight: bold; 
    padding-right: 20px;
	background: #e3e3e3 url(images/tb-sort.gif) no-repeat right center;
}

#orderHistoryTable th.headerSortUp { 
    background-image: url(images/tb-asc.gif); 
    background-color: #a3a3a3; 
}
#orderHistoryTable th.headerSortDown { 
    background-image: url(images/tb-desc.gif); 
    background-color: silver; 
}
/* @end */

/* @group Search Results */

#content .search_results  tr td {
	padding: 5px;
	border: 2px solid white;
}

#content .search_results  tr td.empty {
	padding: 0px;
	border: 0px solid white;
}

#content .search_results  tr td.hover {
	background-color: #f5f5f5;
	border: 2px solid #e7e7e7;
}

#content .search_results  div.searchKeywordItem a {
	font-weight: bold;
	font-size: 14px;
}
#content .retailer_results {
	margin-bottom: 10px;
}

#content .retailer_results span.name {
	font-weight: bold;
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	margin-left: 0;
}

#content .retailer_results span {
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}

#content .retailer_results span.description {
	margin-left: 10px;
	display: block;
	margin-bottom: 5px;
}

#content .retailer_results span.address1 {
	margin-left: 10px;
	display: block;
}

#content .retailer_results span.city {
	margin-left: 10px;
	display: inline;
	margin-right: 0;
}

#content .retailer_results span.state {
	margin-left: 2px;
	display: inline;
	margin-right: 0;
}

#content .retailer_results span.zipCode {
	margin-left: 2px;
	display: inline;
	margin-right: 0;
}
/* @end */

/* @group Order By Item */

#order_by_item_number fieldset {
	border-width: 0;
	border-bottom-width: 1px;
}

#order_by_item_number fieldset input {
	border-color:#AAAAAA rgb(102, 102, 102) rgb(102, 102, 102) rgb(170, 170, 170);
	border-style:inset solid solid inset;
	border-width:2px 1px 1px 2px;
	font-size:10px;
	height:12px;
	line-height:12px;
	padding:2px;
		
}

/* @end */

/* @group Quick Order */

#matched_items {
	padding: 5px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}

#matched_items h3 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	float: right;
}

#matched_items h3 a:hover {
	text-decoration: none;
}

#unfound_items {
	padding: 5px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}

#possible_items {
	padding: 5px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}

#matched_items h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#unfound_items h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#possible_items h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#matched_items div.item {
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#unfound_items div.item {
	margin-bottom: 5px;
	padding: 5px;
	margin-left: 10px;
}

#possible_items div.item {
	margin-bottom: 5px;
	padding: 5px;
	margin-left: 10px;
}

/* @end */



/* @group HomePopUp */

/* @group HomePopUpIE */

#ajax_login_form #iframe {

}

#ajax_login_form #iframe a.close {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: underline;
	font-size: 9px;
	color: gray;
}

#iframe #account_signup_ajax {
	position: relative;
	margin: 0;
	padding: 0;
}

#iframe #account_signup_ajax table {
	position: relative;
	
}

/*#iframe #account_signup_ajax p {
	position: relative;
}*/

#iframe #account_signup_ajax #emailAddress {
	position: relative;
	top: 0px;
}

#iframe #account_signup_ajax #newPassword {
	position: relative;
	left: 0px;
	top: 0px;
}

#iframe #account_signup_ajax #newPasswordConfirm {
	position: relative;
	top: 0px;
	left: 0px;
}

#iframe #account_signup_ajax #company {
	position: relative;
	top: 0px;
}
#iframe #account_signup_ajax #signup_error_ajax {
	position: absolute;
	z-index: 4000;
	background-color: white;
	height: 200px;
	width: 100%;
	padding: 10px;
	left: -10px;
	top: -10px;
	overflow: hidden;
}

#iframe #account_signup_ajax #signup_error_ajax ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#iframe #account_signup_ajax #signup_error_ajax ul li {
	list-style: none;
}
/* @end */

#ajax_login_form {
	position: absolute;
	width: 300px;
	height: 200px;
	border: 3px solid gray;
	/*padding: 10px;*/
	z-index: 3000;
	background-color: white;
	top: 100px;
	right: 20px;
}

#ajax_login_form form {
	margin: 10px;
}

#ajax_login_form a.close {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: underline;
	font-size: 9px;
	color: gray;
}

#account_signup_ajax {
	position: relative;
	margin: 0;
	padding: 0;
}

#account_signup_ajax #emailAddress {
	position: relative;
	top: 0px;
}

#account_signup_ajax #newPassword {
	position: relative;
	left: 0px;
	top: 0px;
}

#account_signup_ajax #newPasswordConfirm {
	position: relative;
	top: 0px;
	left: 0px;
}

#account_signup_ajax #company {
	position: relative;
	top: 0px;
}
#account_signup_ajax #signup_error_ajax {
	position: absolute;
	z-index: 4000;
	background-color: white;
	height: 180px;
	width: 280px;
	padding: 10px;
	left: -10px;
	top: -10px;
}


#account_signup_ajax #signup_error_ajax ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#account_signup_ajax #signup_error_ajax ul li {
	list-style: none;
}
/* @end */

/* @group Cart */

a.continue {
	color: red;
}

a.continue_bottom {
	color: red;
	padding: 2px 5px;
	border: 2px solid gray;
	background-color: #ccc;
	margin-right: 10px;
}
#content table a.agree, #content table a.disagree {
	display: block;
	background: #f6f6f6 url(images/onepixclear.gif) repeat;
	border: 1px solid #ccc;
	padding: 2px 5px;
	width: 80px;
	float: left;
	margin-right: 10px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}
#content table a.agree:hover, #content table a.disagree:hover {
	background-color: #e0e0e0;
	border: 1px solid #333;
	text-decoration: none;
}
#content table span.divider {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
}
#content table p.agree-disagree {
	margin-bottom: 15px;
}
span.clear {
	clear: both;
}
div.giveaway-name {
	font-weight: bold;
	color: red;
}
div.giveaway-description {
	color: red;
}
#status_message_now {
	position: relative;
	border: 1px solid #224f92;
	background: #ced3d7;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#status_message_now_title {
	display: block;
}
#status_message_now_body {
	
}
/* @end */

/* @group Sample Request */

span.property-description {
	font-size: 10px;
	padding-left: 15px;
}

/* @end */

/* @group Blocked */

#blocked {
	padding: 10px;
	width: 478px;
}
#blocked #response {
	
}
#blocked h4.customer_header {
	
}
#blocked #microsite-login {
	
}
#blocked #accessLogin {
	border: 0;
}
#blocked a.forgot_password {
	display: block;
	white-space: nowrap;
}
#blocked a.forgot_password_error {
	display: block;
	white-space: nowrap;
	color: red;
	font-weight: normal;
	font-style: normal;
}
#blocked #accessLogin input {
	width: 300px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #333;
}
#blocked #access_code_form {
	overflow: hidden;
	margin-left: 84px;
}
#blocked #access_code_form input#retailer_access_code {
	width: 300px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #333;
	float: left;
}
#blocked #accessLogin input.submit {
	width: 19px;
	height: 19px;
	border: 0;
}
#blocked #access_code_form input#access_code_submit {
	width: 19px;
	height: 19px;
	border: 0;
	float: left;
	margin-left: 5px;
}
#blocked p.please {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}
#blocked table {
	width: 100%;
}
#blocked table td.formLabel {
	width: 50%;
	text-align: left;
	background-color: white;
}
#blocked table td input {
	width: 275px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #333;	
}
#blocked #submit {
	position: relative;
	float: right;
	margin-right: 5px;
}
#blocked a#access_cancel {
	font-size: 11px;
	text-decoration: underline;
	float: right;
	margin-right: 20px;
}
/* @end */

/* @group New */
#home_middle_content {
	position: relative;
	background:url("images/blanks_homeCenter.png") no-repeat scroll right 0 transparent;
	height:175px;
}
#home_bottom_content {
	position: relative;
	padding-right: 15px;
	padding-left: 20px;
}
#home_bottom_content div.bottom-box {
	position: relative;
	border: 1px solid #d1d3d4;
	float: left;
	padding: 7px 10px 5px;
	height: 107px;
	background: url(images/home_box_bg.png) repeat-x;
	color:#6D6E71;
	font-size:9px;
	line-height:12px;
	overflow:hidden;
}
#home_bottom_content h2 {
	color: #45697D;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
#home_bottom_content div.second h2, #home_bottom_content div.third h2 {
	text-align: center;
}
#home_bottom_content p {
	margin: 0 0 5px;
}
#home_bottom_content strong {
	display: inline;
}
/* need to add classes to links in the content area */
/* change lines 1219 and 1272 */
#home_bottom_content a.button-link {
	background:url("images/blanks_gray_content_link.png") no-repeat scroll 95% 50% #B2B4B6;
	bottom:5px;
	right: 5px;
	color:#2E4759;
	display:block;
	font-weight:bold;
	height:15px;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	position: absolute;
	text-align:left;
	width:110px;
}
#home_bottom_content a.image-link {
	position: relative;
	float: left;
	margin-right: 5px;
}
#home_bottom_content div.first {
	width: 335px;
}
#home_bottom_content div.second {
	width: 209px;
	margin-right: 10px;
	margin-left: 10px;
}
#home_bottom_content div.third {
	width: 197px;
}
/* also change cycle js and call to it */
#category_nav li.activeSlide a {
	text-decoration: none;
	background: url(images/blanks_catNav_hover.png) no-repeat center top;
}
/* @end */