  /*  Body attributes - Page Background Color or Image */
body{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #ffffff;
}
form { margin-bottom: 0 ; margin-top: 0 ; 
}

  /*  Catalog Section (middle of the the page) attibutes. Backgrounds, borders, padding. */
#main {
	background-color : #FFFFFF;
	padding-bottom : 15px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 8px;
	border-top: 0px solid #D9D9D9;
	border-bottom: 0px solid #D9D9D9;
	border-right: 0px solid #D9D9D9;
	border-left: 0px solid #D9D9D9;
}

  /*  Pop up background and border . */
#popup {
	background-color : #FFFFFF;
	padding : 5 5 5 5;
	margin : 5 5 5 5;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}
  /*  end Pop up background and border . */
  
  /*  Forms */
.forms {  
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000; 
    background-color: #FFF;
	border-style: groove;
	border-top: 1px solid #9C9C9B;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #9C9C9B;
	padding : 1 1 1 1;
}
/*  end Forms */

  /*  Search Box Attributes */
.searchbg {
	background-color: #e3e8e5;
    border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
}
.searchtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#000000;
}
.searchtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.searchtext:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000099;
}
.searchtext:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000099;
}
.searchtext:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000099;
}

  /*  Box left to Search box. Company Information */
.coinfobg {
	background-color: #FFFFFF;
    border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
}
.coinfotitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration:none;
	color:#000000;
}
.infotext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#000000;
}
.infotext:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#000099;
}
.infotext:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#000099;
}
.infotext:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#000099;
}
.infotext2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;;
	text-decoration:none;
	color:#000000;
}
.infotext2:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;;
	text-decoration:underline;
	color:#000099;
}
.infotext2:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;;
	text-decoration:underline;
	color:#000099;
}
.infotext2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;;
	text-decoration:none;
	color:#000099;
}

  /*  Shopping Cart. Applicable to customers that have E-commerce */
.cartbg {
	background-color: #FFFFFF;
    padding-bottom : 2px;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
}
.cartbg2 {
	background-color: #ffffff;
    padding-bottom : 2px;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
}
.cartbg3 {
    background-color: #ffffff;
	border-top: 1px solid #9C9C9B;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #9C9C9B;
}
.cartline {
	background-color: #9C9C9B;
}
.carttitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration:none;
	color:#000000;
}
.carttext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.carttext:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000000;
}
.carttext:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000000;
}
.carttext:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.carttextsm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.carttextsm:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.carttextsm:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-decoration:none;
	color:#000000;
}
.carttextsm:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-decoration:underline;
	color:#000000;
}
.carttextsm2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-decoration:none;
	color:#000000;
}
.carttextsm2:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.carttextsm2:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.carttextsm2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-decoration:underline;
	color:#000000;
}

  /*  Breadcrumb - links section */
.linksbg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration:none;
	padding : 2px;
	background-color: #205742;
    border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
}
.linksmain{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration:none;
	color:#ffffff;
}
.linksmain:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration:underline;
	color:#ffffff;
}
.linksmain:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration:underline;
	color:#ffffff;
}
.linksmain:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration:none;
	color:#ffffff;
}
.linksother{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#ffffff;
}
.linksother:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#ffffff;
}
.linksother:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#ffffff;
}
.linksother:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#ffffff;
}

  /*  Only 1 link. Usually the background is the same as "#Main" background */
.backtobg {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	color: #000000;
	padding : 1 1 1 1;
}
.backto{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	text-decoration:none;
	color:#000000;
}
.backto:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	text-decoration:underline;
	color:#000099;
}
.backto:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	text-decoration:underline;
	color:#000099;
}
.backto:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	text-decoration:none;
	color:#000099;
}

  /* Background for buttons */
.buttonsbg {
	background-color: #205742;
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
	padding : 1 1 1 1;
}

  /* Small section to the right of the page. Usually these borders have the same colors as the line borders. Do not add more borders to it.  */
.printemailbg{
	background-color: #f4f4f4;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
}

  /* use in most of the catalog to separate sections  */
.line{
	background-color: #7E7E7E;
}

  /*  use only in request quote or information pages */
.line2{
	background-color: #7E7E7E;
}

/*  Page Title (NEW) */
.pagetitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-decoration:none;
	color:#000000;
}
/*  End Page Title (NEW) */

  /*  Regular Text */
.text1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.text1:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000099;
}
.text1:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000099;
}
.text1:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000099;
}

  /*  Slightly larger text  - Sometimes used for Headers*/
.text2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#000000;
}
.text2:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#000099;
}
.text2:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#000099;
}
.text2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#000099;
}

  /*  Slightly smaller text */
.textsm{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.textsm:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000099;
}
.textsm:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#000099;
}
.textsm:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000099;
}

 /*  results per page text only */
.textsm2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#ffffff;
}

  /*  Text used to show errors in tables and search results*/
.error{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#CC3333;
}
.error:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#CC3333;
}
.error:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#CC3333;
}
.error:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#CC3333;
}

  /*  Price and discounts. Used in many pages where e-commerce is applicable*/
 .price {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#CC3333;
}
.price:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#CC3333;
}
.price:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#CC3333;
}
.price:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#CC3333;
}
.discount{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#CC3333;
}
.discount:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#CC3333;
}
.discount:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#CC3333;
}
.discount:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#CC3333;
}
.discount2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#CC3333;
}
.discount2:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#CC3333;
}
.discount2:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#CC3333;
}
.discount2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#CC3333;
}

  /* Section in the Catalog used for promotions, more images, and items that are support items.  */
/* main background  */
.channelsbg {
	background-color: #FFFFFF;
	border-bottom: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
	border-top : 1px solid #7E7E7E;
}
 /* Background for the Title of the Channel  */
.channelsbg1 {
	background-color: #f4f4f4;

/* Background for the images...usually the same as channelsbg  */
}
.channelsbg2 {
	background-color: #FFFFFF;
}
.channelsline {
	background-color: #7E7E7E;
}
.channelstitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#000000;
}
.channelstext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#000000;
}
.channelstext:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#000099;
}
.channelstext:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#000099;
}
.channelstext:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#000099;
}
.channelstext2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#000000;
}
.channelstext2:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#000099;
}
.channelstext2:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#000099;
}
.channelstext2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#000099;
}

/* (NEW) Anchors - Product detail pages - on top of tables  */
#anchors{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 8pt;
 text-align: left;
 color: #222222;
 background-color : #FFFFFF;
 padding-bottom : 3px;
 padding-left :3px;
 padding-right : 3px;
 padding-top : 3px;
 border-bottom: 1px solid #7E7E7E;
 border-top : 1px solid #7E7E7E;
}
#anchors a:visited, #anchors a:link, #anchors a:active {
 color: #222222;
 text-decoration: none;
 font-size: 8pt;
 text-decoration: underline;
}
#anchors a:hover {
 color: #222222;
 text-decoration: none;
 font-size: 8pt;
}
/* End (NEW) Anchors - Product detail pages - on top of tables  */

  /* (NEW )Table Section - Headers and links  */
  #tableheader{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10pt;
 text-align: left;
 color: #222222;
 background-color : #FFFFFF;
 border-top : 2px solid #7E7E7E;
 padding-bottom : 3px;
 padding-left :3px;
 padding-right : 3px;
 padding-top : 3px;
}
.tableheadersm{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align: right;
	color: #222222;
	text-decoration: none;
}
.tableheadersm:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align: right;
	color: #222222;
	text-decoration: underline;
}
.tableheadersm:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align: right;
	color: #222222;
	text-decoration: underline;
}
.tableheadersm:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align: right;
	color: #222222;
	text-decoration: none;
}
 /* End (NEW)  End Table Section - Headers and links  */

/* Table backgrounds. You can control the text alingment here. If the Text-aling style is not there, it takes the default style which is left aligned. If you wish to center the text (info inside of table cells), you need to add the style */
.tablebg {
	background-color: #FFFFFF;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
}
.tablebg1 {
	background-color: #E9E9E9;
	padding : 4 4 4 4;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
}
.tablebg1error {
	background-color: #E9E9E9;
	padding : 4 4 4 4;
	border-bottom: 1px solid #CC3333;
	border-right: 1px solid #CC3333;
	border-left: 1px solid #CC3333;
	border-top : 1px solid #CC3333;
}
.tablebg2 {
	background-color: #FFFFFF;
	padding : 4 4 4 4;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
	text-align : left;
}

.tablebg2error {
	background-color: #FFFFFF;
	padding : 4 4 4 4;
	border-bottom: 1px solid #CC3333;
	border-right: 1px solid #CC3333;
	border-left: 1px solid #CC3333;
	border-top : 1px solid #CC3333;
	text-align : left;
}
/*  (NEW) */
.tablebg2forms {
	background-color: #FFFFFF;
	padding : 4 4 4 4;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
	text-align : left;
}
/*  END (NEW) */
/* end Table backgrounds. You can control the text alingment here. If the Text-aling style is not there, it takes the default style which is left aligned. If you wish to center the text (info inside of table cells), you need to add the style */
 
/* Search results pages. */
.searchresultsbg {
	background-color: #E9E9E9;
	padding : 5 5 5 5;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
}
.searchresults{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#000000;
}
.searchresults:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#000099;
}
.searchresults:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#000099;
}
.searchresults:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#0000ff;
}
.searchresults2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#CC3333;
}
.searchresults2:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#CC3333;
}
.searchresults2:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#CC3333;
}
.searchresults2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#CC3333;
}
.searchresultssm{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#CC3333;
}
.searchresultssm:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#CC3333;
}
.searchresultssm:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#CC3333;
}
.searchresultssm:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#CC3333;
}
/* End Search results pages. */

  /* Image viewer page  */
.imagedisplay{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	font-weight : bold;
	color:#000000;
	background-color: #F4F4F4;
	padding : 2 2 2 2;
}
.imagedisplay:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	font-weight : bold;
	color:#CC3333;
	background-color: #FFFFFF;
	padding : 2 2 2 2;
}
.imagedisplay:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	font-weight : bold;
	color:#CC3333;
	background-color: #FFFFFF;
	padding : 2 2 2 2;
}
.imagedisplay:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	font-weight : bold;
	color:#CC3333;
	background-color: #E9E9E9;
	padding : 2 2 2 2;
}
.imageborder {
	padding : 4 4 4 4;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
}
.imageborderselect {
	padding : 4 4 4 4;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top : 2px solid #000000;
}
  /* End Image viewer page  */
  
/* Tabs (NEW)  */
#tabsbg{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 9pt;
 text-align: center;
 background: #D9D9D9;
 border-right: 1px solid #C5C7C6;
 border-left: 1px solid #C5C7C6;
 border-top : 1px solid #C5C7C6;
 text-decoration: none;
 height: 23px;
}
.tabs{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align: center;
	color: #222222;
	background-color : #E9E9E9;
	text-decoration: none;
	padding-bottom : 4px;
	padding-left :10px;
	padding-right : 10px;
	padding-top : 4px;
	height: 23px;
}
.tabs:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align: center;
	color: #000000;
	background-color : #FFFFFF;
	text-decoration: underline;
	padding-bottom : 4px;
	padding-left :10px;
	padding-right : 10px;
	padding-top : 4px;
	height: 23px;
}
.tabs:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align: center;
	color: #000000;
	background-color : #FFFFFF;
	text-decoration: underline;
	padding-bottom : 4px;
	padding-left :10px;
	padding-right : 10px;
	padding-top : 4px;
	height: 23px;
}
.tabs:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align: center;
	color: #000000;
	background-color : #E9E9E9;
	text-decoration: none;
	padding-bottom : 4px;
	padding-left :10px;
	padding-right : 10px;
	padding-top : 4px;
	height: 23px;
}
/* End Tabs (NEW)  */

/* Styles for CAD */

#cad {
	background-color: #FFFFFF;
   border-bottom: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
	border-top : 1px solid #7E7E7E;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	text-align: center;
}

#cad1 {
	background-color: #E9E9E9;
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#000000;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
#cad1 a:visited, #cad1 a:link, #cad1 a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#0033FF;

}
#cad1 a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#000000;

}
.cad2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color:333333;
	font-weight: bold;
}



 
  /*  Add Client Styles under here */
  
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}

.side_nav {
	color: #ffffff; TEXT-DECORATION: none
}
.links {
	color: #000099; TEXT-DECORATION: none
}
a.linksCopy {
	color: #ffffff; TEXT-DECORATION: none
}
a.linksCopy:visited {
	color: #ffffff; TEXT-DECORATION: none
}
a.linksCopy:hover {
	color: #ffffff; TEXT-DECORATION: none
}
a.linksCopy:active {
	color: #ffffff; TEXT-DECORATION: none
} 
 /*  ================================================================  */
 /* NEW STYLES - 3.0 UPDATE - Add at the bottom of every Style Sheet  */
 
/*  Results per page text only  */

.resultsperpagetext{

            font-family : Arial, Helvetica, sans-serif;
            font-size : 8pt;
            text-decoration:none;
            color:#ffffff;

}

 /*  Print, Email, links section */

.printemailtext {

            font-family : Arial, Helvetica, sans-serif;
            font-size : 9pt;
            text-decoration:none;
            color:#000000;

}

.printemailtext:link {

            font-family : Arial, Helvetica, sans-serif;
            font-size : 9pt;
            text-decoration:underline;
            color:#0000ff;

}

.printemailtext:visited {

            font-family : Arial, Helvetica, sans-serif;
            font-size : 9pt;
            text-decoration:underline;
            color:#0000ff;

}

.printemailtext:hover {

            font-family : Arial, Helvetica, sans-serif;
            font-size : 9pt;
            text-decoration:none;
            color:#0000ff;

}

/*NEW 07-2006  /* Part Number Configurator Start */

#configurator {

            font-size : 9pt;
            padding: 0 0 0 0;
            margin: 10px 0px 16px 0px;
            width: 100%;
            -moz-box-sizing:border-box;
            box-sizing:border-box;

}

#configurator td {

            border : 1px solid #333333;
            padding: 3px 3px 3px 3px;
            margin: 0 0 0 0;
            -moz-box-sizing:border-box;
            box-sizing:border-box;

}

#configurator .quantity {

            background-color: #FFFFFF;
            font-weight: bold;
            padding: 4px 8px 4px 8px;
            margin: 0 0 0 0;
            text-align: left;
            vertical-align: middle;
            width: 70%;
            -moz-box-sizing:border-box;
            box-sizing:border-box;

}

#configurator .price {

            background-color: #F3F3F3;
            color: #F00;
            font-weight: bold;
            padding: 4px 8px 4px 8px;
            margin: 0 0 0 0;
            text-align: left;
            vertical-align: middle;
            width: 30%;
            -moz-box-sizing:border-box;
            box-sizing:border-box;

}

/* Part Number Configurator End*/


 /* END NEW STYLES - 3.0 UPDATE  */





body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E5E5E5;
	color: #373535;
}
a:link {
	color: #205742;
	text-decoration: none;
}
a:visited {
	color: #205742;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #205742;
	text-decoration: none;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,input {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
#frame {
	width: 974px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#border {
	float: left;
	width: 970px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-left-color: #CECECE;
	background-color: #FFFFFF;
}
#header {
	float: left;
	width: 970px;
	background-image: url(header-shadow.gif);
	background-repeat: repeat-x;
	height: 95px;
	background-position: left bottom;
}
#header .logo {
	float: left;
	padding: 5px;
}
#header .logo a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 500px;
}
#header .search {
	float: right;
	width: 290px;
	padding-top: 35px;
}
#header .search .field {
	width: 200px;
	margin-right: 5px;
	padding: 3px;
	height: 23px;
	float: left;
	color: #7F7F7F;
	border: 1px solid #B2B2B2;
	background-color: #FFFFFF;
}
#header .search .button {
	float: left;
}
#navbar {
	float: left;
	width: 970px;
}
#navbar .nav {
	float: left;
	width: 970px;
	height: 30px;
	background-color: #252424;
}
#navbar .nav ul {
	line-height: 12px;
}
#navbar .nav li {
	float: left;
}
#navbar .nav ul a {
	display: block;
	text-indent: -9999px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
}
#navbar .nav ul a:hover {
	text-decoration: none;
}
#navbar .nav #hom a {
	width: 91px;
	background-position: 0px 0px;
}
#navbar .nav #pro a {
	width: 154px;
	background-position: -91px 0px;
}
#navbar .nav #why a {
	width: 138px;
	background-position: -245px 0px;
}
#navbar .nav #epa a {
	width: 154px;
	background-position: -383px 0px;
}
#navbar .nav #was a {
	width: 224px;
	background-position: -537px 0px;
}
#navbar .nav #new a {
	width: 87px;
	background-position: -761px 0px;
}
#navbar .nav #con a {
	width: 122px;
	background-position: -848px 0px;
}
#navbar .nav #hom a:hover {
	background-position: 0px -30px;
}
#navbar .nav #pro a:hover {
	background-position: -91px -30px;
}
#navbar .nav #why a:hover {
	background-position: -245px -30px;
}
#navbar .nav #epa a:hover {
	background-position: -383px -30px;
}
#navbar .nav #was a:hover {
	background-position: -537px -30px;
}
#navbar .nav #new a:hover {
	background-position: -761px -30px;
}
#navbar .nav #con a:hover {
	background-position: -848px -30px;
}
#navbar .nav #hom-current a {
	width: 91px;
	background-position: 0px -60px;
}
#navbar .nav #pro-current a {
	width: 154px;
	background-position: -91px -60px;
}
#navbar .nav #why-current a {
	width: 138px;
	background-position: -245px -60px;
}
#navbar .nav #epa-current a {
	width: 154px;
	background-position: -383px -60px;
}
#navbar .nav #was-current a {
	width: 224px;
	background-position: -537px -60px;
}
#navbar .nav #new-current a {
	width: 87px;
	background-position: -761px -60px;
}
#navbar .nav #con-current a {
	width: 122px;
	background-position: -848px -60px;
}
#main-cn {
	width: 970px;
	padding-bottom: 50px;
	float: left;
}
#left {
	float: left;
	width: 150px;
}
#left .leftnav {
	float: left;
	width: 150px;
	background-color: #205742;
	background-image: url(leftnav-shadow.jpg);
	background-repeat: repeat-x;
	padding-top: 25px;
}
#left .leftnav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B6B59;
	background-image: url(leftnav-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;
}
#left .leftnav ul li {
	display: inline;
}
#left .leftnav ul a {
	background-image: url(leftnav-arrow-off.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 22px;
	font-size: 11px;
	background-position: 5px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B6B59;
}
#left .leftnav ul a:hover {
	text-decoration: none;
	background-image: url(leftnav-arrow-on.jpg);
	background-color: #2D614D;
}
#left .leftnav ul .current a {
	background-image: url(leftnav-arrow-on.jpg);
}
#right-cn {
	width: 810px;
	background-image: url(content-shadow.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	float: left;
}
#design {
	float: left;
	width: 800px;
	background-image: url(design-shadow.gif);
	background-repeat: repeat-x;
	height: 180px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 10px;
}
#design .slide {
	float: left;
	width: 540px;
}
#design .news {
	float: left;
	height: 164px;
	width: 240px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(ba.gif);
	background-repeat: no-repeat;
	background-position: 130px 67px;
	overflow: hidden;
}
#design .news ul {
	background-image: url(news.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}
#design .news ul li {
	display: inline;
}
#design .news ul a {
	background-image: url(arrow-green.gif);
	background-repeat: no-repeat;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: 0px 10px;
	font-size: 12px;
}
#design .news ul a:hover {
	color: #62897A;
	text-decoration: none;
}
#bucket {
	float: left;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bucket .box1 {
	float: left;
	width: 254px;
	background-image: url(head-recycling.gif);
	background-repeat: no-repeat;
	overflow: visible;
	padding-top: 6px;
	padding-left: 12px;
	background-position: 12px 0px;
}
#bucket .box2 {
	float: left;
	width: 254px;
	background-image: url(head-mining.gif);
	background-repeat: no-repeat;
	overflow: visible;
	padding-top: 6px;
	padding-left: 12px;
	background-position: 12px 0px;
}
#bucket .box3 {
	float: left;
	width: 254px;
	background-image: url(head-retirement.gif);
	background-repeat: no-repeat;
	overflow: visible;
	padding-top: 6px;
	padding-left: 12px;
	background-position: 12px 0px;
}
#bucket .border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A6BCB3;
	padding-left: 6px;
	padding-right: 18px;
	padding-bottom: 15px;
}
#bucket .no-border {
	padding-right: 18px;
	padding-left: 6px;
	padding-bottom: 15px;
}
#bucket h1 a {
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}
#bucket img {
	margin-right: 10px;
	margin-left: 10px;
}
#bucket ul {
	font-size: 11px;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bucket p {
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
#ad {
	float: left;
	width: 800px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6BCB3;
}
#ad .box1 {
	background-image: url(ad.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 385px;
	padding: 5px;
	margin-right: 10px;
}
#ad .box2 {
	background-image: url(ad.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 385px;
	padding: 5px;
}
#ad .box1 h1 a {
	background-image: url(head-lamp.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 220px;
	overflow: hidden;
}
#ad .box2 h1 a {
	background-image: url(head-purity.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 220px;
	overflow: hidden;
}
#ad h1 {
	width: 220px;
	padding: 5px;
}
#ad img {
	float: right;
}
#ad ul {
	margin-left: 16px;
	list-style-type: disc;
	font-size: 11px;
	padding-left: 15px;
	line-height: 14px;
}
.subnav {
	float: left;
	width: 810px;
}
.subnav ul {
	line-height: 12px;
	float: right;
}
.subnav li {
	float: left;
}
.subnav ul a {
	display: block;
	font-size: 11px;
	color: #76828C;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 5px;
}
.subnav #print a {
	padding-left: 15px;
	font-size: 11px;
	background-image: url(printer.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	color: #939BA1;
	padding-right: 10px;
}
.heading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #205742;
	float: left;
	width: 810px;
	padding-bottom: 5px;
}
.heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #777777;
}
.content {
	float: left;
	width: 610px;
	padding-top: 10px;
	padding-right: 10px;
}
.content h2 {
	font-size: 13px;
}
.content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #205742;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content p {
	padding-bottom: 15px;
}
.content ul {
	padding-bottom: 15px;
	list-style-type: disc;
	margin-left: 16px;
}
.content ol {
	padding-bottom: 15px;
	list-style-type: decimal;
	margin-left: 16px;
}
.content .profile {
	float: left;
	width: 610px;
	background-image: url(profile.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .why-recycling {
	float: left;
	width: 610px;
	background-image: url(why-recycle.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .epa-compliance {
	float: left;
	width: 610px;
	background-image: url(epa-compliance.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .why-choose {
	float: left;
	width: 610px;
	background-image: url(why-choose.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .mercury-recycling {
	float: left;
	width: 610px;
	background-image: url(mercury-recycling.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .materials-processed {
	float: left;
	width: 610px;
	background-image: url(materials-processed.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .mining-solutions {
	float: left;
	width: 610px;
	background-image: url(mining-solutions.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .mercury-retirement {
	float: left;
	width: 610px;
	background-image: url(mercury-retirement.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
.content .text {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .text-wide {
	float: left;
	width: 590px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.content .text-widest {
	float: left;
	width: 600px;
	padding-right: 10px;
	padding-top: 10px;
}
.content .list {
	float: left;
	width: 205px;
	padding-right: 20px;
}
.content .case {
	float: left;
	width: 600px;
	padding-right: 10px;
	padding-top: 10px;
}
.content .case .thumb {
	float: left;
	width: 90px;
	padding-right: 10px;
}
.content .case .description {
	float: left;
	width: 500px;
}
.content .image {
	float: left;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.content .image p {
	padding-bottom: 5px;
	font-size: 11px;
	font-style: italic;
}
.content .image-medium {
	float: right;
	width: 190px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.content .image-medium p {
	padding-bottom: 5px;
	font-size: 11px;
	font-style: italic;
}
.content .image-big {
	float: right;
	width: 250px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.content .image-big p {
	padding-bottom: 5px;
	font-size: 11px;
	font-style: italic;
}
.content .image-wide {
	float: left;
	width: 580px;
	padding-bottom: 10px;
}
.content .image-wide p {
	padding-bottom: 5px;
	font-size: 11px;
	font-style: italic;
}
.rightnav {
	float: left;
	width: 189px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #205742;
}
.rightnav .links {
	float: left;
	background-image: url(head-links.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	overflow: hidden;
	width: 189px;
}
.rightnav .list {
	float: left;
	background-image: url(head-list.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	overflow: hidden;
	width: 189px;
}
.rightnav .state {
	float: left;
	background-image: url(head-state.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	overflow: hidden;
	width: 189px;
}
.rightnav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
}
.rightnav ul li {
	display: inline;
}
.rightnav ul a {
	background-image: url(arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	font-size: 12px;
}
.rightnav ul a:hover {
	text-decoration: none;
	background-color: #E7E7E7;
}
.news {
	float: left;
	width: 800px;
	padding-top: 20px;
	padding-right: 10px;
}
.news h2 {
	font-size: 16px;
	padding-bottom: 10px;
}
.news p {
	padding-bottom: 10px;
}
.contact {
	float: left;
	width: 800px;
	padding-top: 20px;
	padding-right: 10px;
}
.contact .form {
	float: left;
	width: 400px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #B2B2B2;
}
.contact .form em {
	color: #205742;
	font-size: 12px;
	font-weight: bold;
}
.contact .form  p {
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 14px;
}
.contact .form .required {
	color: #205742;
}
.contact .form .field {
	width: 360px;
	padding: 5px;
	border: 1px solid #CCCCCC;

}
.contact .form textarea {
	width: 360px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.contact .form .send {
	text-align: right;
	width: 372px;
	margin-top: 20px;
}
.contact .address {
	float: left;
	margin-left: 20px;
	border: 1px dashed #B2B2B2;
	padding: 10px;
}
.contact .address h2 {
	font-size: 14px;
	font-weight: bold;
}
.contact .address p {
	padding-bottom: 10px;
}
.contact .address strong {
	font-size: 14px;
	color: #205742;
}
.material-form {
	float: left;
	width: 800px;
	padding-top: 20px;
	padding-right: 10px;
}
.material-form .form {
	float: left;
	width: 400px;
}
.material-form .form em {
	color: #205742;
	font-size: 12px;
	font-weight: bold;
}
.material-form .form  p {
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 14px;
}
.material-form .form .required {
	color: #205742;
}
.material-form .form .field {
	width: 360px;
	padding: 5px;
	border: 1px solid #CCCCCC;

}
.material-form .form .field-short {
	width: 180px;
	padding: 5px;
	border: 1px solid #CCCCCC;

}
.material-form .form textarea {
	width: 360px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.material-form .form .send {
	text-align: right;
	width: 372px;
	margin-top: 20px;
}
.search {
	float: left;
	width: 800px;
	padding-top: 20px;
	padding-right: 10px;
}
.sitemap {
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-right: 10px;
}
.sitemap ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	margin-bottom: 20px;
}
.sitemap ul li {
	display: inline;
}
.sitemap ul a {
	background-image: url(arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	font-size: 12px;
}
.sitemap ul a:hover {
	text-decoration: none;
	background-color: #F1F1F1;
}
.sitemap ul ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.sitemap ul ul a {
	background-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
}
#footer {
	float: left;
	width: 970px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #191818;
	background-image: url(footer-shadow.gif);
	background-repeat: repeat-x;
	font-size: 13px;
}
#footer .address {
	float: left;
	padding: 10px;
}
#footer .number {
	text-align: right;
	float: right;
	padding: 10px;
}
#bottom {
	float: left;
	width: 970px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 50px;
	font-size: 13px;
}
#bottom .copyright {
	float: left;
	color: #7F7F7F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bottom .nav {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #7F7F7F;
}
#bottom .nav li {
	display: inline;
}
#bottom .nav a {
}

/* Controls the alignment of the thumbnail images for category drill down */
.drilldownstylethumbnailImage {
                vertical-align: bottom;
                text-align:center
}
.drilldownstylethumbnailText {
                vertical-align: Top;
                text-align:center
}

/* Controls the alignment of the thumbnail images for item results */
.resultsstylethumbnailImage {
                vertical-align: bottom;
                text-align:center
} 
.resultsstylethumbnailText {
                vertical-align: Top;
                text-align:center
} 

/* Controls the alignment of the thumbnail images for item results */
.print_resultsstylethumbnailImage {
                vertical-align: bottom;
                text-align:center
} 
.print_resultsstylethumbnailText {
                vertical-align: Top;
                text-align:center
} 


.cart_buttonsbg
{
	background-color: #FFF;
	border: 1px solid #7E7E7E;
	padding : 1 1 1 1;
}

.cart_discount
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color: #666666;
}

.cart_error
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#CC3333;
}

.cart_forms
{
  	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
 	color: #000000;
     background-color: #FFF;
	border-style: groove;
	border-top: 1px solid #9C9C9B;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #9C9C9B;
	padding : 1 1 1 1;
}

.cart_line
{
	background-color: #7E7E7E;
}

.cart_line2
{
	background-color: #7E7E7E;
}

.cart_searchbg
{
   border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
}

.cart_shipMessageText
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: Red;
    font-weight: bold;
}

.cart_shipMessageTextSmall
{
    font-family: Verdana;
    font-size: 7pt;
    text-decoration: none;
    color: Red;
    font-weight: bold;
}

.cart_tablebg1
{
	background-color: #E9E9E9;
	padding : 4 4 4 4;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
}

.cart_tablebg2
{
	background-color: #FFFFFF;
	padding : 4 4 4 4;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top : 1px solid #D9D9D9;
	text-align : left;
}

.cart_v2_printemailbg
{
	background-color: #FFF;
	vertical-align: bottom;
	border-bottom: 1px solid #7E7E7E;
	padding: 2px 2px 2px 2px;
}

.cart_v2_printemailtext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}

a.cart_discount:hover
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:none;
	color:#0000FF;
}

a.cart_discount:link
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#0000FF;
}

a.cart_discount:visited
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration:underline;
	color:#0000FF;
}

a.cart_error:hover
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#CC3333;
}

a.cart_error:link
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#CC3333;
}

a.cart_error:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#CC3333;
}

a.cart_v2_printemailtext:hover
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#0000ff;
}

a.cart_v2_printemailtext:link
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#0000ff;
}

a.cart_v2_printemailtext:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#0000ff;
}
