/* BASE STYLES
----------------------------------------------- */
H1, .h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:18px;
	color:#292d36;
	font-weight:bold;
	margin-top:10px;
}

H2, .h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:16px;
	color:#292d36;
	font-weight:bold;
}

TABLE {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#292d36;
}

.red_text {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#CC0000;
}

.black_text {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#292d36;
}
.bold_text {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#292d36;
	font-weight:bold;
}
.border_r {
	border-right:1px solid #292d36;
	padding:2px;
}
.border_l {
	border-left:1px solid #292d36;
	padding:2px;
}	
.border_t {
	border-top:1px solid #292d36;
	padding:2px;
}
.border_b {
	border-bottom:1px solid #292d36;
	padding:2px;
}
.border {
	border:1px solid #292d36;
	padding:2px;
}
.bg_292d36 {
	background-color:#292d36;
	color:#fffff;
}
.hr {
	border-bottom:1px solid #292d36;
	margin:0px 0px 8px 0px;
}



/* BUTTONS  jp1 
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top

}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top

}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')

}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top

}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top

}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:9px;
}		
.btn_update {
	font-size:9px;
}	
.btn_continue {
	width:170px;
	padding:4px;
}
.btn_add_to_cart{
	width:80px;
	height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px;
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px;
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px;
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px;
}	
.btn_ordering_info {
 font-size:11px;
 width:100px;
}
/******* END SPECIAL BUTTON STYLES       jpend1  *******/



/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	border:1px solid #292d36; 
	width:250px; 
	white-space:nowrap;
	padding:10px;
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#292d36;
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#292d36;
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:#292d36;
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
}

/* product detail page */
.large_price {
	color:#292d36;
	font-family:Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff;
}
.tab_on {
	color:#292d36;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #292d36;
	border-left:1px solid #292d36;
	border-right:1px solid #292d36;
	background-color:#d7d7d7;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap;
	}
.tab_off {
	color:#292d36;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #292d36;
	border-left:1px solid #292d36;
	border-right:1px solid #292d36;
	background-color:#d7d7d7;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap;
	}
.descriptioncontainer {
	width:100%;
	position:relative;
}
.detaildesc {
	border-top:4px solid #eeeeee;
	border-left:1px solid #292d36;
	border-right:1px solid #292d36;	
	border-bottom:2px solid #eeeeee;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left;
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #292d36;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px;
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px;
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #292d36;
	color:#292d36;
	padding:10px;
	text-align:center;
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #292d36;
	text-align:center;
	margin:5px;
	padding:0px;
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:12px;
	padding:4px;
	font-weight:bold;
	color:#292d36;
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Verdana, Arial, sans-serif;
	color:#292d36;
	font-size:12px;
	}
.chain A:hover {
	color:#ff7800;
	}
.all_categories {
	width:220px;
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Verdana, Arial, sans-serif;
	color:#292d36;
	font-size:12px;
	font-weight:normal;
	}
.all_categories A:hover {
	color:#ff7800;
	}
.parent {
	margin-top:3px;
	margin-bottom:3px;
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold;
	}
.parent A:hover {
	color:#ff7800;
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:#292d36;
}
.parent_more A:link, .parent_more A:visited, .parent_more A:active, .parent_more A:hover {
	font-weight:bold;
	color:#292d36;
	}		
.parent_more A:hover {
	color:#ff7800;
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px;
	}
.sub_category_more {	
	font-weight:bold;
	color:#292d36;
	}	
.sub_category_more A:link, .sub_category_more A:visited,  .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:#292d36;
	}
.sub_category_more A:hover {
	color:#ff7800;
	}	
.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid #292d36;
	font-weight:100;
}
.viewAllCategories a:link, .viewAllCategories a:visited, a:hover.viewAllCategories a:active, .viewAllCategories {
	color:#0a57a4;
	text-decoration:none;
	font-weight:bold;
}
.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#ff7800;
}	

/* CHECKOUT BREADCRUMB
---------------------------------------------- was 996633  */
.breadcrumb_on {
	font-family:Verdana, Arial, sans-serif;
	color:#ff7800;
	padding-right:3px;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle;
}
.breadcrumb_off {
	font-family:Verdana, Arial, sans-serif;
	color:#292d36;
	padding-right:3px;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap; 
	vertical-align:middle;
}
.clear {
	clear:both;
	}
.floatRight {
	float:right;
	}
.floatLeft {
	float:left;
	}
.note {
 	font-family:Verdana, Arial, sans-serif;
	color:#292d36;
	font-size:12px;
	}
	
/**** VERSION 6.6 ****/
/*v6.6 reduced .content left paddig*/

/****          .secnavcontent{ ****/
/****         padding-left: 161px; ****/
/****            } ****/
/****** Left Menu******/
div.secondaryNav{
	float: left;
	left:0;
	padding-left:0px;
	width: 156px;
	background: transparent url('/images/homepage/bknd_secondary_nav.png') no-repeat top left;
	height: 280px;
	min-height: 280px;
}
.secondaryNav ul {
	left:0;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0px;
	list-style:none;
	font-weight: bold;	
}
.secondaryNav  li{
	padding: 5px 0 5px 0 ;
	margin-left: 8px;
	background: url('/images/homepage/secondary_nav_line.png') no-repeat bottom center;
}
.secondaryNav ul li a{
	background: url('/images/homepage/bullet_large.png') no-repeat 0 5px;
	display:block;
	padding-left:10px;
}
.secondaryNav ul ul{
	margin:0 0 5px 0;
	padding:0 0 0 2ex;
	font-weight: normal;
	line-height: 0.95em;
	font-size: 0.95em;
}
.secondaryNav  li li{
	margin:0;
	padding: 1px 0 2px 0;
	background: none;
}
.secondaryNav li li a{
	background: url('/images/homepage/bullet_small.png') no-repeat 0 5px;
}
.secondaryNav .active a, .secondaryNav a:hover{
	color:#d26716;
	text-decoration: underline;
	background: url('/images/homepage/bullet_large_active.png') no-repeat 0 5px;
}
/*reset links so not orange*/
.secondaryNav .active li a{
	color: #1A75CF;
	text-decoration: none;
	background: url('/images/homepage/bullet_small.png') no-repeat 0 5px;

}
.secondaryNav li .active  a,.secondaryNav li li  a:hover, .secondaryNav .active li a:hover{
	background: url('/images/homepage/bullet_small_active.png') no-repeat 0 5px;
	text-decoration:underline;
	color:#D26716;
}

.examgloves {
clear:both;
display:block;
font-size:16px;
height:60px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.quicklinks {
float:left;
height:200px;
margin-left:10px;
width:300px;
}

/* resmeduicss */
.streaming-flv, .streaming-mp4, .streaming-wmv, .doc-pdf, .doc-zip, .doc-doc, .doc-xls, .doc-ppt, .doc-flash, .doc-gen, .doc-wmv, .doc-exe, .address-phone, .address-fax, .address-email, .address-contact, .address-www {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("/images/icon_generic.gif");
background-position:left 3px;
background-repeat:no-repeat;
padding-bottom:3px;
padding-left:22px;
padding-right:0;
padding-top:5px;
text-decoration:none !important;
}
.doc-pdf {
background-image:url("/images/icon_pdf.gif") !important;
}
div#content li.doc-pdf {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
}
div#content ul.doclist {
display:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:5px;
margin-left:0 !important;
}
div#content ul.productdocscategory {
margin-bottom:3px;
margin-left:0;
}
div#content ul.productdocscategory strong {
cursor:pointer;
}
div#content ul.productdocscategory ul, div#content ul.productdocscategory li {
margin-left:0;
}
div#content ul.productdocscategory li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
div#content ul.productdocscategory ul.products li.prodname ul {
display:none;
margin-left:15px !important;
overflow-x:hidden;
overflow-y:hidden;
}
div#content ul.productdocscategory ul.products li.prodname, div#content ul.productdocscategory ul.products li.prodname ul.doclist li, div#content ul li.prodname, div#content ul li.prodname ul.doclist li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:15px !important;
}
div#content ul.productdocscategory ul.products li.prodname a {
font-weight:bold;
}
div#content ul.productdocscategory ul.products {
display:none;
overflow-x:hidden;
overflow-y:hidden;
}
div#content ul.productdocscategory li.doc-pdf {
line-height:1em;
}
div#content ul.productdocscategory li.doc-pdf a {
font-weight:normal !important;
}
.doc-zip {
background-image:url("/images/icon_zip.gif") !important;
}
.doc-doc {
background-image:url("/images/icon_doc.gif") !important;
}
.doc-xls {
background-image:url("/images/icon_xls.gif") !important;
}
.doc-ppt {
background-image:url("/images/icon_ppt.gif") !important;
}
.doc-flash {
background-image:url("/images/icon_flash.gif") !important;
}
.doc-wmv {
background-image:url("/images/icon_wmv.gif") !important;
}
.doc-exe {
background-image:url("/images/icon_exe.gif") !important;
}
.streaming-wmv, .media-wmv {
background-image:url("/images/icon_wmv.gif") !important;
}
.streaming-flv, .streaming-mp4 {
background-image:url("/images/icon_flash.gif") !important;
}

					
					