/* ===/ Non CV3 CSS /============================================== */

html { overflow: scroll; }

div#UserDefinedContent {
padding: 15px;
}

div#UserDefinedContent {
line-height: 1.5;
font-size: 1em;
}

div#UserDefinedContent p, div#UserDefinedContent ul, div#UserDefinedContent li {
margin-top: 10px;
}

div#UserDefinedContent ul {
margin: 10px, 0, 10px, 0;
}

div#UserDefinedContent li {
margin-left: 20px;
}

/* You named this layer outer_bkgnd */
#outer {
  height: 1%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color:#669966;
}

/* You named this layer inner_relative */
#inner {
  height: 1%;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  /*border: 1px solid #ccc;*/
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color:#000000;
  /*background-color: #fff;*/

}

#middle {
  width: 959px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}


/* CV3 - footer for all pages */
#site_footer {

	width: 960px;
	z-index: 4;
}


/* You named this layer header*/
#header {
/*	position: relative;*/
	/*width: 950px;*/   /* 960 minus 12px of padding */
	height: 70px;/* 115 minus 12px of padding */ /*was 51px*/
	z-index: 5;
        padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/* You named this layer logo_empty */
#header_left {
/*	position: relative;*/
	width: 600px;
	height: 68px;
	text-align: left;
	/*vertical-align: bottom;*/
	z-index: 6;
	float: left;
	padding-bottom: 1px;
}

/* You named this layer utilities_empty */
#header_right1{
/*	position: relative;*/
	width: 340px;
	height: 22px;
	text-align: right;
	vertical-align: top;
	z-index: 6;
	color:#666666;
	float: right;
	padding-bottom: 1px;
}
#header_right2{
/*	position: relative;*/
	width: 310px;
	height: 22px;
	text-align: right;
	vertical-align: top;
	z-index: 6;
	color:#666666;
	float: right;
	padding-bottom: 1px;
}
#header_right3{
/*	position: relative;*/
	width: 310px;
	height: 22px;
	text-align: right;
	vertical-align: top;
	z-index: 6;
	color:#666666;
	float: right;
	padding-bottom: 1px;
}

/* You named this layer topnav_empty */
#topnav {
	position: relative;
	left: 2px;
	width: 741px;
	/*height: 30px;*/
	z-index: 5;
}
span.skeyword {
display:none;
}

div#catpage {
 /*padding: 5px 10px 5px 10px;*/
 border: 1px solid #ccc;
 margin: 0 0 0 10px;
 overflow: hidden;
 width: 937px;
 height: inherit;
}




/* CV3 - Home RIGHT Column */
#aCol {
	position: relative;
	top: 10px;
	width: 330px;
	/*height: 570px;*/
	z-index: 4;
	float: right;
}

/* CV3 - Home LEFT Column */
#bCol {
	position: relative;
	top: 10px;
	left: 10px;
	width: 630px;
	/*height: 540px;*/
	z-index: 4;
	float: left;
}

/* CV3 - Category LEFT Column */
#cCol {
	position: relative;
	top: 10px;
	left: 10px;
	width: 190px;
	/*height: 1130px;*/
	z-index: 4;
	padding: 0px;
	border-top:1px solid #dfdfdf;
	border-right:0px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	float: left;
}

/* CV3 - Category RIGHT Column */
#dCol {
	position: relative;
	top: 10px;
	width: 720px;
	/*height: 1100px;*/
	z-index: 4;
	padding: 15px;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	float: right;
}

/* CV3 - Product LEFT Column */
#eCol {
	position: relative;
	top: 10px;
	left: 35px;
	width: 432px;
	/*height: 820px;*/
	z-index: 4;
	padding: 0px;
	float: left;
}

/* CV3 - Product RIGHT Column */
#fCol {
	position: relative;
	top: 10px;
	width: 452px;/* minus 4px of padding*/
	/*height: 820px;*/
	z-index: 4;
	padding: 0px 3px 0px 1px;
	background-image:url(/images/bg_prodpage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float: right;
}

/* CV3 - All SHORT Other Pages Column */
#gCol {
	position: relative;
	top: 10px;
	left: 15px;
	width: 880px;/* 910 minus 30px of padding*/
	/*height: 805px;*//* 840 minus 15px of padding*/
	z-index: 4;
	padding: 2px 15px 15px 15px;
	background-image:url(/images/bg_otherpages.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float: left;
}

/* CV3 - All LONG Other Pages Column */
#hCol {
	position: relative;
	top: 10px;
	width: 880px;/* 910 minus 30px of padding*/
	/*height: 1105px;*//* 1140 minus 15px of padding*/
	z-index: 4;
	padding: 2px 15px 15px 15px;
	background-image:url(/images/bg_longpages.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float: right;
}

/* CV3 - footer for prod pages */

#heroBox {
	width: 620px;
	height: 355px;
	margin: 0 0 3px 0;
	padding: 0 2px 0 2px;
	background: url(/images/hero_bg.gif) no-repeat 0 0;
}
#heroBox .content img {
	margin: 0 0 0 5px;
	}
#bColumn_homePage {
        width: 620px;
        float: left;

}
#aColumn_homepage {
	width: 312px;
        float: left;

}
		div.prodBox {
				/*width: 620px;*/
                                /*height: 210px;*/
				margin: 0 0 16px 0;                                
				background: url(/images/feat_prod_bg.gif) no-repeat bottom left;
			}
			div.prodBox .titleBar {
				padding: 0 5px 0 17px;
				/*height: 44px;*/
				background: url(/images/feat_items_titlebg.gif) no-repeat 0 0;
				position: relative;
			}
			div.prodBox .titleBar span {
				font-size: 14px;
                                font-weight: bold;
				color: #006699;
				line-height: 34px;
                                padding: 0 0 5px 0;
			}
			/*div.prodBox .col {
                                width: 196px;
				height: 157px;
				padding: 5px;
				float: left;
				position: relative;
				overflow: hidden;
                                
                                z-index: 100;
				width: 206px;
				height: 202px;
				padding: 15px 0;
				float: left;
				position: relative;
				overflow: hidden;
			}*/
			div.prodBox .col img {
				margin: 0 auto 15px auto;
			}
						
			.prodBox a.select:hover {
				color: #009900;
			}
			.prodBox a.select span {
				min-width: 110px;
				_width: 110px;
				float: left;
				cursor: pointer;
			}
			.prodBox a.select img {
				float: right;
				position: relative;
				right: -5px;
			}


	/*High should be about 187, text will stretch it out.*/
			#graphicBox {
				width: 310px;
				margin: 0 0 6px 0;
				padding: 0 0 10px 0;
				background: url(/images/bg.aCol.gif) no-repeat bottom left;
			}
			#graphicBox .content img {
				margin: 0 auto;
			}
			#graphicBox .top {
				padding: 0 5px 0 5px;
			}
			#graphicBox .bottom {
				padding: 5px 5px 0 5px;

			}
			#graphicBox .top a p {	
				width: 300px;			
				/*height: 100px;*/
				display: block;
				/*text-indent: -999px; couluse to display text off the screen*/
				overflow: hidden;
			}
			#graphicBox .bottom a p {	
				width: 300px;			
				/*height: 100px;*/
				display: block;
                                text-align:right;
				/*text-indent: -999px; couluse to display text off the screen*/
				overflow: hidden;
			}
			#graphicBox .top a:hover {
				background-position: 0 -62px !important;
			}
			#graphicBox .bottom a:hover {
				background-position: 0 -62px !important;
			}


/* start tabs */			
			
			

/****** start of header *****/






/******* end of header *****/











/* ===================================================================== */
/* ===/ Modified CV3 CSS BELOW /======================================== */
/* ===================================================================== */






/* CORE */

html {
}

body {
 font-family: Arial, Helvetica, sans-serif;	
 font-size: 12px;
 color: #333333;
 margin:10px 10px 10px 10px;
 background-color:#fff;
 padding:0px;
}

ul {
 list-style-type: disc;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a { cursor: pointer; text-decoration:none; }
a:link { color: #006699; }
a:visited { color: #006699; }
a:hover {
  color: #009900; 
  /* text-decoration: underline; */
  /* font-weight: bold; */
}


p, li, ul, ol, h1, h2, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
}
p {
 /*padding: 3px;*/
}

.outer {
 text-align: center;
}

.outer-table {
 margin-left: auto;
 margin-right: auto;
 width: 800px;
}

.category {
 text-align: left;
 color: #009900;
}

.top_menu {
 font-size: 12px;
 font-weight: normal;
 padding: 15px 10px 10px 15px;

}

.top_menu_on {
 font-size: 12px;
 font-weight: normal;
 padding: 15px 10px 10px 15px;
 background:white;
}

.sub_menu {
 font-size: 11px;
 font-weight: normal;
 padding: 0px 10px 15px 25px;

}

.sub_menu_on {
 font-size: 12px;
 font-weight: normal;
 padding: 0px 10px 15px 25px;
 background:white;
}

.sub_menu2 {
 font-size: 12px;
 font-weight: normal;
 padding: 0px 10px 15px 65px;
}

.sub_menu2_on {
 font-size: 12px;
 font-weight: normal;
 padding: 0px 10px 15px 65px;
 background:white;
}

td {
 font-family: Arial, Helvetica, sans-serif;
}

th {
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 border-bottom:1px solid #cccccc;
 font-size: 12px;
 font-weight: normal;
 padding: 5px;
 text-align: center;
}

/* reset defaults */
/*
p, ol, dl, li{
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
*/

h1 {
 margin: 0px 4px 0px 4px;
 padding: 3px 3px 3px 0px;
 font-size: 17px;
 font-family: Arial;
 /*letter-spacing: 1pt;*/
 font-weight: bold;
 color: #006699;
 text-decoration: none;
}
.proddetail_titleBar  {
font-size: 18px;
color: #006699;

}

h2 {
 text-align: left;
 border-top: 0px solid #cccccc;
 border-right: 0px solid #cccccc;
 border-bottom: 0px solid #cccccc;
 border-left: 0px solid #cccccc;
 font-size: 14px;
 letter-spacing: 0pt;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 5px 5px 5px 5px;
 color: #000000;
 background: #e1e1e1;
}

.h_two {
 text-align: left;
 border-top: 0px solid #cccccc;
 border-right: 0px solid #cccccc;
 border-bottom: 0px solid #cccccc;
 border-left: 0px solid #cccccc;
 font-size: 14px;
 letter-spacing: 0pt;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 5px 5px 5px 5px;
 color: #fff;
 background: #369;
}

/*h3 a {
 text-align: left;
 border-top: 0px solid #cccccc;
 border-right: 0px solid #cccccc;
 border-bottom: 0px solid #cccccc;
 border-left: 0px solid #cccccc;
 font-size: 18px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 10px 0px;
 color: #3070a9;
}*/

h4 {
 text-align: left;
 border-top: 0px solid #cccccc;
 border-right: 0px solid #cccccc;
 border-bottom: 0px solid #cccccc;
 border-left: 0px solid #cccccc;
 font-size: 14px;
 letter-spacing: 0pt;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 6px 15px 8px 15px;
 color: white;
 background: #84a57c;
}

h5 {
 margin-top: 0px;
 margin-bottom: 12px;
 margin-left: 0px;
 margin-right: 0px;
 font-size: 0.85em;
 letter-spacing: 1pt;
 padding: 0px;
 font-weight: bold;
}

h6 {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 8px;
 margin-right: 8px;
 font-size: 1.25em;
 letter-spacing: 3pt;
 padding: 0px;
 font-weight: bold;
}

h2.lineup_header {
		width: 720px;
		height: 25px;
		background: url(/images/title_bg.gif) no-repeat 0 0;
		font-size: 17px;
		line-height: 21px;
		color: #fff;
		text-indent: 10px;
		margin-top: 15px;
	}

h2.lineup_header_nonstick {
		width: 720px;
		height: 25px;
		background: url(/images/lp_graphics/nonstick/nonstick_title_bg.gif) no-repeat 0 0;
		font-size: 17px;
		line-height: 21px;
		color: #fff;
		text-indent: 10px;
		margin-top: 15px;
	}

h2.lineup_header_red {
		width: 720px;
		height: 25px;
		background: url(/images/title_bg_red.gif) no-repeat 0 0;
		font-size: 17px;
		line-height: 21px;
		color: #fff;
		text-indent: 10px;
		margin-top: 15px;
	}

img {
 display: block;
 border:0;
 border:none;
}

.inline {
 margin-top: -2px;
 display: inline;
 vertical-align: top;
 border:0;
}

#top_nav {
 text-align: right;
 font-size: 12px;
 font-weight: normal;
 padding: 5px 5px 5px 5px;
 /*height: 75px;*/
}

#breadcrumb {
 /*position: relative;*/
 left: 0; /* value for IE */
 text-align: left;
 font-size: 12px;;
 font-weight: normal;
 color: #666666;
 vertical-align:top;
 padding: 5px 0px 5px 5px;
 z-index: 0;

}

#breadcrumb a:link, #breadcrumb a:visited {
 font-size: 12px;
 font-weight: normal;
 color: #666666;
 text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
 font-size: 12px;
 font-weight: normal;
 color: #009900;
 text-decoration: none;
}

#area_top {
 border-top: 0px solid #cccccc;
 border-left: 0px solid #cccccc;
 border-bottom: 0px solid #cccccc;
 border-right: 0px solid #cccccc;
 background-color: #ffffff;
}

#area_middle_left {
 border-top: 0px solid #cccccc;
 border-left: 0px solid #cccccc;
 border-bottom: 0px solid #cccccc;
 border-right: 0px solid #cccccc;
 text-align: center;
 padding: 0px 0px 0px 0px;
 font-weight: bold;
 line-height: 1.5;
 width: 150px;
 background-color: #ffffff;
}

#area_middle_right {
 border-top: 0px solid #cccccc;
 border-bottom: 0px solid #cccccc;
 border-right: 0px solid #cccccc;
 border-left: 0px solid #cccccc;
 padding: 8px 8px 8px 8px;
 width: 650px;
 background-color: #ffffff;
 text-align:left;
}

#area_middle_right p {
 text-align: left;
 font-weight: normal;
 line-height: 1.5;
 padding: 0px 0px 0px 0px;
}

/*.category_button {
 text-align: left;
}

.category_button_on {
 text-align: left;
}*/

input {
 vertical-align:middle;
}

.sitesearch_btn {
 text-align: center;
 display:inline; display:inline-block;
 margin:0px; padding:0px;
 font-size:12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:normal;
 text-decoration:none;
 background:white;
 color:white;
 border: 1px solid #cccccc;
 vertical-align:middle;
 cursor:default; cursor:pointer;
}

.addtocart_btn {
 display:inline; display:inline-block;
 margin:0px; padding:0px;
 font-size:11px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:normal;
 text-decoration: none;
 text-align:center;
 background:white;
 color:#333;
 border:0px solid #cccccc;
 vertical-align:middle;
 white-space:nowrap;
 cursor:default; cursor:pointer;
}

.addtocart_btn[class] {
 /*width:auto*/;
}

.addtocart_btn:hover { color:white; text-decoration: underline;}
.addtocart_btn:hover strong { color:white;}

.btnstyle1 {
 width:97px;
 height:22px;
 margin:0px; 
 padding:0px 2px 1px 15px;
 background-image:url(/images/bg_btn1-red.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 color: #ffcccc;
 font-weight: bold;
}

.btnstyle1-blue {
 width:97px;
 height:22px;
 margin:0px; 
 padding:0px 2px 1px 15px;
 background-image:url(/images/bg_btn95-blue.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 color: #ffffff;
 font-weight: bold;
}


.btnstyle2-blue {
 width:97px;
 height:22px;
 margin:0px; 
 padding:0px 2px 1px 15px;
 background-image:url(/images/bg_btn115-blue.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 color: #ffffff;
 font-weight: bold;
}


.btnstyle2 {
 width:111px;
 height:19px;
 margin:0px; padding:0px 2px 1px 2px;
 background-image:url(/images/bg_btn2.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 color:black;
}

.btnstyle3 {
 width:159px;
 height:32px;
 margin:0px;
 background-image:url(/images/bg_btn-green.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 color: #ffffff;
}
.btnstyle4 {
 width:97px;
 height:22px;
 margin:0px; 
 padding:0px 2px 1px 15px;
 background-image:url(/images/bg_btn-grn2.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 color: #ccffcc;
 font-weight: bold;
}

.btnstyle5 {
 width:80px;
 height:22px;
 margin:0px; 
 padding:0px 2px 1px 15px;
 background-image:url(/images/addtocart_btn.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 color: #cccccc;
 font-weight: bold;
}
.product_panel .buy_button {
 padding: 8px 8px 8px 8px;
 text-align: right;
}

.product_panel .price, .units {
 padding: 0px 8px 0px 8px;
 font-size: 85%;
 font-weight: bold;
 letter-spacing: 1pt;
}

#prev_next {
 text-align: right;
 padding: 5px;
 font-size: 11px;
 font-weight: normal;
 color: #666666;
}

#prev_next a:link, #prev_next a:visited {
 font-size: 11px;
 font-weight: normal;
 color: #666666;
 text-decoration: none;
}

#prev_next a:hover, #prev_next a:active {
 font-size: 11px;
 font-weight: normal;
 color: #009900;
 text-decoration: underline;
}

.product_panel {
 padding: 8px 8px 8px 8px;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}

.product_humhumbnail {
 padding: 8px 8px 8px 8px;
 border-right: 1px dotted #cccccc;
 width: 150px;
}

.strike {
 text-decoration: line-through;
 padding: 1px 0 0 2px;
}

.productprice {
 font-size: 12px;
 font-weight: normal;
 color: #c00;
 background: transparent;
 }

.prodshipweight {
  font-size: 12px;
 font-weight: normal;
 color: black;
 background: transparent;
}

.largetext {
 font-size: 16px;
 font-weight: bold;
 color: black;
}

.normaltext {
 font-size: 12px;
 font-weight: normal;
 color: black;
}

.prod_detail_header h1 {
 border-bottom: 1px sold #ccc;
 background-image: url(/images/bg_prodpage_gradient.jpg);
 margin: 1px 0px 3px 0px;
 font-size: 15px;
 color: #006699;
 padding: 5px;
}


.formtext {
 font-size: 12px;
 font-weight: normal;
 color: black;
 border:1px solid #CCC;
}

.smalltext {
 font-size: 11px;
 font-weight: normal;
 color: black;
}

.xsmalltext {
 font-size: 10px;
 font-weight: normal;
 color: black;
}

#checkoutPanel {
 padding: 16px 16px 16px 16px;
}

#checkoutPanel td{
 padding: 5px 5px 5px 5px;
}

#checkoutPanelBar{
 padding: 5px 5px 5px 5px;
 border-top: 5px solid #cccccc;
 border-bottom: 5px solid #cccccc;
 border-left: 5px solid #cccccc;
 border-right: 5px solid #cccccc;
 background-color: #cccccc;
 color: #ffffff;
 font-size: 0.95em;
 font-weight: bold;
}

#checkoutPanelBar2{
 padding: 5px 5px 5px 5px;
 border-top: 5px solid #cccccc;
 border-bottom: 5px solid #cccccc;
 border-left: 5px solid #cccccc;
 border-right: 5px solid #cccccc;
 background-color: #cccccc;
 color: #ffffff;
 font-weight: bold;
}

#checkoutPanelWarning {
 color: white;
 background-color: #ff0000;
}

#checkout_panel table{
 padding: 0px 0px 0px 0px;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}

#cartHelpText{
 font-size: 12px;
 font-weight: normal;
 color: black;
}

#area_middle_wholesale {
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 padding: 8px 8px 8px 8px;
}

.wholesaleMainTable {
 border: 1px solid #aaa;
}

.wholesaleMainCatRow {
 color: black;
 background: #aaa;
}

#wholesaleTableBorder {
 border-top: 0px solid #aaaaaa;
 border-bottom: 1px solid #aaaaaa;
 border-left: 1px solid #aaaaaa;
 border-right: 1px solid #aaaaaa;
}

.wholesaleCategoryRow {
 border: 0px solid #cccccc;
 background-color: #aaa;
 color: #000;
 font-size: 0.95em;
 font-weight: bold;
 text-align: center;
}

.wholesaleSubcategoryRow {
 border: 0px solid #aaa;
 background-color: #cccccc;
 color: #000;
 font-size: 0.80em;
 font-weight: bold;
 text-align: left;
}

.wholesaleProdChildRow {
 font-weight: normal;
 font-size: 0.75em;
}

.wholesaleProductTitleRow {
 padding: 3px 3px 3px 3px;
 border: 0px;
 background: #ddd;
 color: #000;
 font-weight: bold;
 font-size: 0.75em;
}

.wholesaleProdParentRow {
 border-top: 1px solid #aaa;
 color: #000;
 font-size: 0.75em;
 font-weight: normal;
}

#wholesaleText {
 background-color: #ffffff;
 color: #666666;
 font-size: 0.75em;
 font-weight: bold;
}

#wholesaleHeaderText{
 background-color: #ffffff;
 color: #666666;
 font-size: 0.85em;
 font-weight: bold;
}

#footer_text {
 font-size: 11px;
 font-weight: normal;
 color: black;
 text-align:center;
}

.footer_coltitle {
 font-size:12px; 
 color:#fff; 
 margin: 0 0 10px 5px; 
 padding: 3px 3px 3px 0px; 
 font-weight: bold; 
 display: block;
}

a:link,a:visited {
 color: #1f507b;
 text-decoration: none;
 font-weight: bold;
 font-size:12px;
}

a:hover,a:active {
 color: #009900;
 font-weight: bold;
 text-decoration: underline;
 font-size:12px;
}

a.menu_links:link,a.menu_links:visited {
 color: #235888;
 text-decoration: none;
 font-size:12px;
 font-weight:bold;
}

a.menu_links:hover,a.menu_links:active {
 color: #009900;
 text-decoration: underline;
 font-size:12px;
 font-weight:bold;
}

a.menu2_links:link,a.menu2_links:visited {
 color: #006699;
 text-decoration: none;
 font-size:11px;
 font-weight:normal;
}

a.menu2_links:hover,a.menu2_links:active {
 color: #009900;
 text-decoration: underline;
 font-size:11px;
 font-weight:normal;
}

a.leftnav_links:link,a.leftnav_links:visited {
 color: #006699;
 text-decoration: none;
 font-size:11px;
 font-weight:bold;
}

a.leftnav_links:hover,a.leftnav_links:active {
 color: #009900;
 text-decoration: underline;
 font-size:11px;
 font-weight:bold;
}

a.top_links:link,a.top_links:visited {
 color: #666666;
 text-decoration: none;
 font-size:11px;
 font-weight:normal;
}

a.top_links:hover,a.top_links:active {
 color: #666666;
 text-decoration: underline;
 font-size:11px;
 font-weight:normal;
}

a.bottom_links:link,a.bottom_links:visited {
 color: white;
 text-decoration: none;
 font-size:12px;
 font-weight:bold;
}

a.bottom_links:hover,a.bottom_links:active {
 color: #ccffcc;
 text-decoration: underline;
 font-size:12px;
 font-weight:bold;
}

a.bottom2_links:link,a.bottom2_links:visited {
 color: #003300;
 text-decoration: none;
 font-size:11px;
 font-weight:bold;
}

a.bottom2_links:hover,a.bottom2_links:active {
 color: #ccffcc;
 text-decoration: underline;
 font-size:11px;
 font-weight:bold;
}
.prod_img {
 padding:10px 0px 5px 0px;
 height: 60px;
}

.prod_links {
 padding:5px 0px 0px 0px;
 height: 50px;
 width: 218px; 
}

.prod_links a:link, .prod_links a:visited {
 color: #336699;
 text-decoration: none;
 font-size:14px;
 font-weight:bold;
}

.prod_links a:hover, .prod_links a:active {
 color: #009900;
 text-decoration: none;
 font-size:14px;
 font-weight:bold;
}

.prod_descrip {
 height: 125px;
 width: 218px;
 font-size: 12px;
}

div.CategoryLevelProductInfo {
    font-size: 12px; 
    margin-top: 5px;
    line-height: 1.2;
    color: #666;
    width: 218px;
    font-size: 12px;
}
div.CategoryLevelProductInfo p {
    margin: 0 !important;
}
div.CategoryLevelProductInfo p.CatFreeShipping {
    /* color: #333; */
    color: #9E0B0E; 
    font-weight: bold;
    height:15px;
    font-size: 11px;
    padding: 1px 0 0 2px;

}
div.CategoryLevelProductInfo p.CatProductID {
    color: #666666;
    font-size: 11px;
    padding: 1px 0 0 2px;
    height: 15px;
}
div.CategoryLevelProductInfo p.CatOurPrice {
    color: #FF0000;
    font-weight: bold;
    font-size:12px;
    padding: 1px 0 0 2px;
}
div.CategoryLevelProductInfo p.CatInStock {
    font-weight: bold;
    color: #333;
    width: 220px;
    height: 15px;
    font-size:12px;
    padding: 1px 0 0 2px;
}

div#ProductAddToCart {
    text-align: left !important;
    font-size: 12px; 
    font-weight: bold; 
    padding: 6px;

}
div#ProductAddToCart p {
    margin: 10px 0 10px 0 !important;
    text-align: left !important;
    padding-bottom: 10px;
    height: 12px;
}
div#ProductAddToCart p.ProdFreeShipping {
    color: #9E0B0E; 
}

div#ProductAddToCart p.ProdProductID {
    color: #333;
}
div#ProductAddToCart p.ProdOurPrice {
    color: #FF0000;
    font-weight: bold;
}
div#ProductAddToCart p.ProdInStock {
    font-weight: bold;
}

.prodFreeShip {
 float: left;
 margin-top: 14px;
 margin-left: 5px;
 color: #c00;
 font-weight: bold;
 font-size: 14px;
 padding-bottom: 5px;
}


a.mainarea_links:link,a.mainarea_links:visited {
 color: #cccccc;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
}

a.gateway_links:link,a.gateway_links:hover,a.gateway_links:active,a.gateway_links:visited {
 color: #cccccc;
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: underline;
}

.dynamic_qty {
 background: transparent;
 border: 0px;
 width: 60px;
 font-weight: bold;
 font-size: 12px;
 color: #c00;
}

#popitmenu{
 position: relative;
 background-color: white;
 border:1px solid #cccccc;
 font: normal 12px arial;
 line-height: 18px;
 z-index: 100;
 visibility: hidden;
}

#popitmenu a{
 text-decoration: none;
 padding-left: 6px;
 color: black;
 display: block;
}

#popitmenu a:hover{ /*hover background color*/
 background-color: #e1e1e1;
}

#parentcat { line-height: 2;}
#catimg { vertical-align: top;}
#siteprod { color: black; font-weight: normal;}
#subcat { font-weight: normal;}

/* Custom CSS */

.tab_on {
 background-color: white;
 border: 0px solid #c5c5c5;
 padding: 9px 0px 9px 0px;
 text-align: center;
 background-image:url(/images/tabon.jpg);
 background-repeat:no-repeat;

}

.tab_off {
 background-color: #f1f1f1;
 border: 0px solid #c5c5c5;
 padding: 9px 0px 9px 0px;
 text-align: center;
 background-image:url(/images/taboff.jpg);
 background-repeat:no-repeat;
}

.tab_none {
 border-bottom: 1px solid #c5c5c5;
 background-image:url(/images/no_tab.jpg);

}


.tab_on a:link, .tab_on a:visited, .tab_on a:hover, .tab_on a:active {
 color: #009900;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}

.tab_off a:link, .tab_off a:visited, .tab_off a:active {
 color: #006699;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}

.tab_off a:hover {
 color: #009900;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}

.tab_content {
 border: 0px solid #c5c5c5;
 padding: 10px 10px 10px 10px;
 font-size: 11px;
 color: #333;
 background-image:url(/images/bg_tab.gif);
 background-position:bottom left;
 background-repeat:no-repeat;
}

.tab_content2 {
 border: 0px solid #c5c5c5;
 font-size: 11px;
 color: #333;
 background-position:bottom left;

}



.tab_content2 ul li #specs #features #faqs #reviews{
 color: #333;
 list-style-type: disc;
 margin-left: 15px;
}


#prod_tabs .tab_content2 {

 background: url("/images/bg_tab2.gif") no-repeat scroll left bottom transparent;
 overflow: hidden;
 padding: 20px;
}
#prod_tabs ul li{
 margin-left: 20px;

}



a {
 outline: none;
}


/* =============================== */
/* ======= start free gift ========= */
#free_gifts_box {
	margin: 0px;
	width: inherit;
	font-family:arial, Arial, Helvetica, sans-serif;
}
.fg_bgcontainer {
	background-image:url(/images/freegift_title_bg.jpg);
	background-repeat:repeat-x;
	height: 45px;
}
	
 div.fg_lheader{
	font-family:arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#069;
	padding: 15px 5px 3px 10px;
	margin-left: 3px 0 10px 0;
	height: 25px;
	width: 120px;
	float: left;
}
 div.fg_rheader{
	font-family:arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 17px 15px 0px 0px;
	height: 22px;
	width: 280px;
	float: right;
}
.fg_content_container {
	margin-top: 10px;
	width: 437px;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	font-family:arial, Arial, Helvetica, sans-serif;
	float: left;
}
.fg_content {
	padding: 10px 5px;
	font-size: 12px;
        width: 430px;
        height: auto;
}

.fg_content_l {
	padding: 10px 1px;
	font-size: 12px;
        width: 320px;
        height: 70px;
        float: left;
}

.fg_content_r {
	padding: 10px 1px;
	font-size: 12px;
        width: 100px;
        height: 70px;
        float: right;
}

.fg_image {
	margin-top: 10px;
	width: 130px;
	padding: 10px 5px 10px 5px;
	float: right;
}

.prod_detail_img {
 display: table-cell;
 height: 350px;
 width: 400px;
 vertical-align: middle;
 margin-top:10%;
}

.prod_detail_img span {
 vertical-align: middle;
}


/* ========= colored table code ============= */
#hor-zebra
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 710px;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;     
}
#hor-zebra th
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	color: #669;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
        border-right: 1px solid #ccc;
}
#hor-zebra .odd
{
	background: #dceedc; 
}

/* ========= end colored table code ========= */


/* =============================== */
/* =========end free gift ========= */

/* ========= rollover ========== */
/*---------- bubble tooltip -----------*/
a.tt{
    position:absolute;
    z-index:24;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
a.tt span{ 
 display: none; 
 border:0; 
 

}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ 

 color: #aaaaff; 
 background:;
 position: absolute; 

}

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    bottom:30px;
    left: 10px;
    padding: 15px 0 0 0;
    width:251px;
    color: #000000;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}

a.tt:hover span.top{
	display: block;
	padding: 5px 0;
    background: url(/images/bubble.gif) no-repeat top;
}


a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 10px; 
	background: url(/images/bubble_middle.gif) repeat bottom; 
}


a.tt:hover span.bottom{
	display: block;
	padding:10px 8px 10px;
	color: #548912;
    background: url(/images/bubble.gif) no-repeat bottom;
}
/*== smaller bubble ==*/

a.tt:hover span.tooltipsmall {
    display:block;
    position:absolute;
    bottom:15px;
    left: -75px;
    padding: 1px;
    width:160px;
    color: #000000;
    filter: alpha(opacity:90);
    KHTMLOpacity: 0.90;
    MozOpacity: 0.90;
    opacity: 0.90;
}

a.tt:hover span.topsmall{
	display: block;
	padding: 3px 0;
    background: url(/images/bubble_small.gif) no-repeat top;
}

a.tt:hover span.middlesmall{ /* different middle bg for stretch */
	display: block;
	padding: 0 1px;
	background: url(/images/bubble_middle_small.gif) repeat bottom; 
}

a.tt:hover span.bottomsmall{
	display: block;
	padding:8px;
	color: #548912;
    background: url(/images/bubble_small.gif) no-repeat bottom;
}
/*== smaller bubble ==*/

/*---------- end bubble tooltip -----------*/
/* ========= end rollover ========== */


/* ===== cart buttons === */

/* a/b test with cart button */
input.btn 
{ 
  color: #000;
  height: 30px;
  background-color: #9acc99;
  font-weight: bold;
  font-size: 16px;
} 

/* ============= LIGHTBOX ==========
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: auto;
			left: auto;
			width: 520px;
			height: 390px;
			padding: 16px;
			border: 10px solid #666;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
*/

/*============================= cat style induction=========================*/
	#catLineUpInduc {
		padding: 5px 0 0 0;
		width: 929px;
	}
	#catLineUpInduc ul{
		list-style: none;
                width: 450px;
                height: 135px;
                float: left;
		padding: 7px 10px 10px 0;
		/*margin: 0 0 15px 0;*/
	}
	#catLineUpInduc ul li {
		width: 450px;
		height: 131px;
		padding: 7px 6px 10px 0;
		float: left;
		background: url(/images/bg_subcat_long450.jpg) no-repeat 0 0;
	}
	#catLineUpInduc ul li:first-child {
		margin: 0;
	}
	#catLineUpInduc ul li img.thumb {
	margin: 3px 5px;
	width: 110px;
	height: 65px;
	}
	#catLineUpInduc ul li img.thumb110 {
	margin: 3px 5px;
	width: 110px;
	height: 100px;
	}
	#catLineUpInduc ul li img {
		margin: 3px 5px;
	}
	#catLineUpInduc ul li h3  {
		font-size: 14px;
		height: 45px;
		width: 230px;
		padding: 0 5px 10px 0px;
		margin-left: 117px;
		margin-top: -75px;
	}
	#catLineUpInduc ul li h3 a {
		font-size: 14px;
		color: #006699;
	
	}
	#catLineUpInduc ul li p {
		padding: 10px 5px 0 0;
		font-size: 12px;
		line-height: 16px;
		width: 330px;
		margin-left: 117px;
		margin-top: -35px;
		height: 80px;
		
	}
	#catLineUpInduc ul li a.view_selection {
		margin: 0 0 0 29px;
		padding:  0 10px 0 11px;
		font-size: 11px;
		float: right;
		text-decoration: none;
	}
	/*========================== end cat style induction ==========================*/
td.cust_testimonials {
	border:1px solid #ccc;
}

p.customer_testimonials {
	color: #666;
}

p.cus_sig {
	font-style:italic; 
	font-weight:bold;
}


/********* holiday shipping table ********/
#holiday-shipping 
{
border:1px solid #390; 
border-collapse: collapse;
background-color: #dcefdc;
width: 927px;
}
