@charset "UTF-8";

/* Undo browser defaults */


p {
  margin:0 0 10px 0;
}

img {
  border: 0px;
}

.clear {
  clear:both;
}

/* Content */


h2 {
  font-size: 18px;
}

p {
  font-size: 11px;
}

a {
  color:#333;
  text-decoration:none;
}

a:hover {
  color:#999;
  text-decoration:none;
}

img {
  border: none
}

td {
  vertical-align:top;
}

input {
  border: 1px #cecece solid;
}

textarea {
  border:1px #cecece solid;
}

#div__header #navbar_main td a {
  font-size: 11px;
  font-family: Arial, Verdana, San-Serif;
}

#div__header .bgofftab a:hover {
  color: #999;
}

/* Links in Header - My Account, Log In/Log Out, Quick Order, Distrbutor Locations */
#smalltext_hdrlinks td {
  font-size: 11px;
}

#smalltext_hdrlinks a:link,
#smalltext_hdrlinks a:visited {
  text-decoration:none;
  color:#333;
}

#smalltext_hdrlinks a:hover {
  text-decoration:underline;
}

/* SEARCH BOX CSS*/

/* HIDE SEARCH TITLE */
#div__header td.smalltextnolink {
  display: none;
}

#div__header .bgbutton {
  color: #666;
  border: 1px solid #666;
  background-color: #E4E4E4;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  font-weight: lighter;
  padding-right: 11px;
  padding-left: 11px;/*padding-top: 1px;
	padding-bottom: 1px;*/
}

#div__header .input {
  color: #666;
  border: 1px solid #CCCCCC;
  /*height: 18px;*/
		width: 180px;
  background-image: url(/site/images_site/fu-grey.gif);
  vertical-align: middle;
  /*padding:12px 20px 3px 0px;*/
		padding-top: 2px;
  padding-bottom: 2px;
  margin-right:8px;
  font-size:13px;
}

/* SHOPPING CART LINKS */
/* Items in Box, total, Check Out text */
#shoppingcartlinksx {
  color: #999;
  font-size: 12px;
}

#shoppingcartlinksx a {
  color: #666;
  text-decoration: none;
}

#shoppingcartlinksx a:hover {
  color: #999;
  text-decoration: underline;
}

/* BREADCRUMB */
#breadcrumb {
  background-color: #F8F8F8;
}

#breadcrumb .crumb,
#breadcrumb .crumbover {
  font-family:Arial;
  font-size: 11px;
  color: #333;
}

#breadcrumb,
#breadcrumb .crumb,
#breadcrumb .crumbover {
  font-family:Arial;
  font-size: 11px;
  color: #333;
}

#navhdr {
  font-size: 14px;
  line-height: 18px;
  padding: 2px 2px 2px 6px;
  width: 152px;
  margin-bottom: 2px;
  margin-left: 0px;
  border-bottom: 1px solid #999;
}

/* Left Column CSS */
#leftcol_container {
  display: block;
  width: 170px;
  margin-top: 5px;
  margin-left: 8px;
}

#leftcol_container tr td.smalltext a:link,
#leftcol_container tr td.smalltext a:visited {
  line-height: 18px;
  color: #333;
  text-decoration:none;
  display: inline-block;
}

#leftcol_container tr td.smalltext a:hover {
  text-decoration:underline;
}

/* SHIFTS MAIN CONTENT BLOCK TO THE LEFT*/
#div__body table td #maincontent_wrapper {
  text-align:left;
  float:left;
}

/* Footer*/
#footercontent {
  display: inline;
  font-size: 13px;
  padding-top: 45px;
}

#div__header a.ontab,
#div__header a.offtab {
  font-weight: bold;
  font-size:11px;
  padding:0px;
  margin:0px;
}

#div__header .bgofftab img {
  width: 8px;
  display:inline;
}

#div__header #navbar_main {
  background: url(/website/assets/images/page_layout/navbar_bg.jpg) repeat-x;
}

/* Item Containiner (Item Cell Template)*/

#item_container td {
  font-size: 12px;
}

