/* set defaults */

* {
  font-family: tahoma,geneva,arial,helvetica,sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

/* generic HTML elements */

body {
  background-color: #e3e3e3;
  background-image: url( /images/site/bg-body.png );
  background-position: top center;
  background-repeat: repeat-y;
  color: #000000;
}

img {
  border: 0px;
}

h1 {
  color: #9f7000;
  font-size: 32px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
}

h2 {
  color: #9f7000;
  font-size: 20px;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}

h3 {
  color: #363636;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
}

a {
  color: #9f7000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  color: #000000;
  list-style-type: none;
  line-height: 16px;
  padding: 0px 5px 10px 10px;
}

ul li {
  background-image: url( /images/site/bullet.gif );
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 17px;
}

ol {
  line-height: 16px;
  padding: 0px 5px 10px 27px;
}

table {
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
  border-collapse: collapse;
  border-spacing: 0px 1px;
  margin: 0px 0px 10px 0px;
  width: 100%;
}

tr {
  margin: 0px 0px 1px 0px;
  color: #363636;
}

td {
  border: 0px;
  border-bottom: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  padding: 5px;
}

td.title {
  background-color: #afafaf;
  font-size: 12px;
}

sup {
  font-size: 0.75em;
  line-height: 0.5em;
} 

/* global classes */

.input_black {
  background-image: url( /images/site/input-black-left.png );
  background-position: top left;
  background-repeat: no-repeat;
  height: 29px;
  position: relative;
}

.input_black_body {
  background-color: #161616;
  display: inline;
  float: left;
  height: 29px;
  margin: 0px 0px 0px 3px;
  padding: 0px 0px 0px 9px;
}

.input_black_right {
  float: left;
}

.input_gray {
  background-image: url( /images/site/input-gray-left2.png );
  background-position: top left;
  background-repeat: no-repeat;
  height: 29px;
  position: relative;
}

.input_gray_body {
  background-image: url( /images/site/input-gray-repeat2.png );
  background-position: top left;
  background-repeat: repeat-x;
  display: inline;
  float: left;
  height: 29px;
  margin: 0px 0px 0px 3px;
  padding: 0px 0px 0px 9px;
}

.input_gray_right {
  float: left;
}

.input_trans {
  background-color: transparent;
  border: 0px;
  color: #161616;
  height: 15px;
  margin: 8px 10px 0px 0px;
}

.img_padding {
  margin: 4px;
}

.img_border {
  border: 1px solid #afafaf;
}

.redtext {
  color: #cf0000;
}

/* main frame */

#back {
  background-image: url( /images/site/bg-back.png );
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

#page {
  background-color: #ffffff;
  margin: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 994px;
}

/* header */

#header {
  height: 122px;
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 994px;
  z-index: 100;
}

#logo {
  height: 122px;
  left: 18px;
  position: absolute;
  top: 0px;
  width: 192px;
}

#logo img {
  display: block;
}

#header-e1 {
  font-size: 14px;
  left: 237px;
  line-height: 12px;
  position: absolute;
  top: 18px;
  width: 350px;
  white-space: nowrap;
}

#header-e2 {
  background-image: url( /images/site/accountbox.gif );
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 12px;
  padding: 8px 0px 0px 0px;
  position: absolute;
  right: 19px;
  text-align: center;
  top: 0px;
  width: 332px;
  white-space: nowrap;
}

#header-e2 a {
  color: #000000;
}

#header-e3 {
  position: absolute;
  left: 237px;
  top: 55px;
}

#ticks {
  background-image: url( /images/site/bg-ticks2.png );
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 26px;
  padding: 0px 0px 0px 10px;
  position: absolute;
  right: 19px;
  top: 96px;
  width: 733px;
}

.tick {
  color: #afafaf;
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0px 20px 0px 0px;
}

.tick a {
  color: #afafaf;
  font-size: 12px;
}

#search {
  height: 39px;
  position: absolute;
  right: 19px;
  top: 46px;
  width: 332px;
  z-index: 100;
}

#pred {
  background-color: #f8f8f8;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: none;
  left: 0px;
  padding: 0px 0px 10px 0px;
  position: absolute;
  top: 27px;
  width: 330px;
}

#pred p {
  color: #161616;
  padding: 5px 0px 5px 12px;
}

.pred-line {
  color: #161616;
  display: block;
  padding: 2px 0px 2px 12px;
  white-space: nowrap;
  width: 298px;
}

.pred-line-hover {
  background-color: #e2a000;
  color: #000000;
  text-decoration: none !important;
}

#shopbys {
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 192px;
}

.shopby {
  background-repeat: repeat-x;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  line-height: 13px;
  position: relative;
  width: 190px;
}

.shopby_cont {
  display: block;
  overflow: hidden;
  padding: 12px 0px 12px 14px;
  width: 176px;
}

.shopby_closed a { color: #161616; }
.shopby_open a { color: #afafaf; }

#shopby_top {
  background-position: top left;
  background-repeat: no-repeat;
  height: 3px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 192px;
  z-index: 10;
}

.shopby_closed #shopby_top { background-image: url( /images/site/shopby-top-closed.png ); }
.shopby_open #shopby_top { background-image: url( /images/site/shopby-top-open.png ); }

#shopby_bottom {
  background-position: top left;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 3px;
  left: -1px;
  overflow: hidden;
  position: absolute;
  width: 192px;
  z-index: 10;
}

.shopby_closed #shopby_bottom { background-image: url( /images/site/shopby-bottom-closed.png ); }
.shopby_open #shopby_bottom { background-image: url( /images/site/shopby-bottom-open.png ); }

.shopby_closed {
  background-image: url( /images/site/shopby3.png );
  background-position: bottom left;
}

.shopby_open {
  background-color: #f8f8f8;
  background-image: url( /images/site/shopby4.png );
  background-position: top left;
}

.shopby_arrow {
  background-position: top left;
  background-repeat: no-repeat;
  height: 4px;
  position: absolute;
  right: 14px;
  top: 15px;
  width: 7px;
}

.shopby_closed .shopby_arrow { background-image: url( /images/site/shopby-down.png ); }
.shopby_open .shopby_arrow { background-image: url( /images/site/shopby-up.png ); }

.shopby_list {
  display: none;
  max-height: 300px;
  overflow: auto;
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 190px;
}

.shopby_list a {
  color: #161616;
  display: block;
  line-height: 20px;
  overflow: hidden;
  padding: 0px 0px 0px 14px;
  white-space: nowrap;
  width: 150px;
}


/* leftnav */

#leftnav {
  display: inline;
  float: left;
  margin: 0px 0px 40px 18px;
  overflow: hidden;
  position: relative;
  width: 192px;
}

.leftnav-block {
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 192px;
}

.leftnav-block-title {
  background-image: url( /images/site/leftnav-block-title.png );
  background-position: top left;
  background-repeat: no-repeat;
  height: 38px;
  position: relative;
  width: 192px;
}

.leftnav-block-title p {
  color: #e2a000;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 0px 0px 20px;
}

.leftnav-block-entry {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  overflow: hidden;
  padding: 10px 0px 15px 0px;
  position: relative;
  width: 191px;
}

.leftnav-block-entry a {
  color: #363636 !important;
  display: block;
  height: 20px;
  line-height: 18px;
  margin: 0px 0px 0px 10px;
  overflow: hidden;
  padding: 2px 10px 0px 10px;
  text-decoration: none !important;
  width: 165px;
}

.leftnav-block-entry a:hover {
  /*background-image: url( /images/site/leftnav-block-hover.png );*/
  text-decoration: none;
}

#leftnav-mailing {
  background-image: url( /images/site/bg-mailing.jpg );
  background-position: top left;
  background-repeat: no-repeat;
  height: 90px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 162px;
}

#leftnav-mailing p {
  margin: 0px 0px 15px 0px;
}

#leftnav-email {
  background-image: url( /images/site/bg-email.jpg );
  background-position: top left;
  background-repeat: no-repeat;
  height: 32px;
  margin: 0px 0px 20px 0px;
  padding: 15px 0px 0px 55px;
  position: relative;
  width: 137px;
}

#leftnav-email a {
  color: #161616;
  font-size: 16px;
}

#leftnav-social {
  background-image: url( /images/site/bg-social.jpg );
  background-position: top left;
  background-repeat: no-repeat;
  height: 75px;
  margin: 0px 0px 20px 0px;
  padding: 15px;
  position: relative;
  width: 162px;
}

#leftnav-social p {
  color: #e2a000;
  font-size: 12px;
  margin: 0px 0px 27px 0px;
  text-align: center;
}

/* main */

#main-outer {
  float: left;
  margin: 0px 0px 40px 22px;
  overflow: hidden;
  position: relative;
  width: 743px;
}

#main {
  float: left;
  overflow: hidden;
  position: relative;
  width: 743px;
}

#main p {
  margin: 0px 0px 10px 0px;
}

#main a {
  color: #585858;
  text-decoration: underline;
}

#main form {
  margin: 0px 0px 10px 0px;
}

#tabs li a {
  color: #000000;
}

/* footer */

#footer {
  background-image: url( /images/site/bg-footer.jpg );
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  /* height: 197px; */
  overflow: hidden;
  position: relative;
  width: 994px;
}

#footer-left {
  display: inline;
  float: left;
  width: 229px;
  margin: 30px 0px 40px 42px;
}

#footer-right {
  float: left;
  margin: 30px 0px 40px 74px;
  width: 630px;
}

.footer-block {
  color: #e2a000;
  float: left;
  margin: 0px 30px 0px 0px;
}

.footer-block a {
  color: #ffffff;
}

.footer-block p {
  line-height: 16px;
}

#copyright {
  background-image: url( /images/site/bg-copyright.jpg );
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  float: left;
  height: 36px;
  overflow: hidden;
  padding: 20px 0px 0px 42px;
  position: relative;
  width: 952px;
}

#copyright p {
  color: #ffffff;
}

#copyright a {
  color: #e2a000;
}

#social {
  bottom: 12px;
  height: 32px;
  position: absolute;
  right: 42px;
  width: 162px;
}

/* article listing style */

.articlerow {
  border-top: 1px solid #dedede;
  float: left;
  padding: 10px 0px 10px 0px;
  width: 520px;
}

.articlerow img {
  float: left;
  padding: 0px 10px 0px 0px;
}

.articlerow a {
  font-size: 14px;
  font-weight: bold;
}

.pager {
  background-color: #f1f1f1;
  padding: 6px 4px 6px 4px;
  margin: 0px 0px 20px 0px;
}

.pager_block {
  background-color: #ffffff;
  border: 1px solid #dedede;
  padding: 2px 5px 2px 5px;
}

.pager_block a {
}

.block {
  margin: 0px 0px 10px 0px;
}

/* standard listing style */

.standardrow {
  border-top: 1px solid #dedede;
  float: left;
  padding: 10px 0px 10px 0px;
  width: 100%;
}

/* forms */

.input_line {
  margin: 0px 0px 10px 0px;
  padding: 3px;
}

.input_float {
  float: left;
}

.input_title {
  color: #161616;
  margin: 0px 0px 3px 0px;
}

.input_text {
  border: 1px solid #b2b2b2;
  height: 17px;
  padding: 5px 0px 0px 5px;
  position: relative;
}

.input_select {
  border: 1px solid #b2b2b2;
  height: 22px;
  position: relative;
  vertical-align: middle;
}

.input_file {
  border: 1px solid #b2b2b2;
  height: 22px;
  padding: 5px 0px 0px 5px;
  position: relative;
}

.input_button {
  background-color: #161616;
  border: 0px;
  color: #ffffff;
  display: inline;
  height: 24px;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 30px;
  position: relative;
}

.input_error {
  color: #cf0000;
  margin: 0px 0px 0px 10px;
}

/* lists */

.list {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  margin: 0px 0px 10px 0px;
  padding: 3px 0px 3px 0px;
}

.list-title {
  font-size: 14px;
  padding: 3px;
}

.list-entry {
  color: #363636;
  margin: 0px 0px 1px 0px;
  padding: 3px;
}

.list-column {
  float: left;
  margin: 0px 5px 0px 0px;
}

.list-column a {
  text-decoration: none !important;
}

.list-action {
  float: right;
}

.box-half {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 10px;
  width: 334px;
}


/* blocks */

.block-151 {
  float: left;
  height: 130px;
  margin: 0px 20px 10px 0px;
  position: relative;
  width: 151px;
}

.block-151-img {
}

.block-151-label {
  background-image: url( /images/site/block-151-label.png );
  height: 25px;
  left: 3px;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  position: absolute;
  top: 55px;
  white-space: nowrap;
  width: 113px;
}

.block-151-label a {
  color: #000000 !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}


/* new style blocks */
.smallblock {
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #dedede;
  float: left;
  overflow: hidden;
  padding: 16px 16px 16px 16px;
  width: 152px;
  height: 126px;
}

.smallblock img {
  margin: 0px 0px 10px 0px;
}

.smallblock-title {
  margin-bottom: 4px !important;
}

.smallblock-title a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
}


/* product boxes */
.chromebar {
  background-image: url( /images/site/bar-chrome.jpg );
  background-repeat: no-repeat;
  float: left;
  height: 39px;
  position: relative;
  width: 743px;
}

.yellowbar {
  background-image: url( /images/site/bar-yellow.jpg );
  background-repeat: no-repeat;
  float: left;
  font-weight: bold;
  height: 27px;
  padding: 12px 0px 0px 15px;
  position: relative;
  width: 728px;
}

.blackbarr {
  background-image: url( /images/site/bar-black-rev.jpg );
  background-repeat: no-repeat;
  float: left;
  height: 39px;
  position: relative;
  width: 743px;
}

.chromebarhalf {
  background-image: url( /images/site/bar-chrome3.jpg );
  background-repeat: no-repeat;
  height: 39px;
  position: relative;
  width: 355px;
}

.productbox {
  border-right: 1px solid #e3e3e3;
  float: left;
  overflow: hidden;
  padding: 20px 10px 10px 10px;
  width: 164px;
}

.productbox-title {
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  margin: 0px 0px 10px 0px;
}

.productbox-reviews {
  height: 15px;
  margin: 0px 0px 10px 0px;
  white-space: nowrap;
}

.productbox-image {
  height: 100px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  width: 125px;
}

.productbox-price {
  background-image: url( /images/site/price.png );
  background-repeat: no-repeat;
  color: #e2a000;
  height: 21px;
  padding: 7px 0px 0px 10px;
  width: 90px;
}

.productbox-detail {
  background-image: url( /images/site/button.png );
  background-repeat: no-repeat;
  height: 29px;
  margin: 0px 0px 10px 0px;
  padding: 7px 0px 0px 10px;
  width: 126px;
}

.productbox-detail a {
  color: #9f7000 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.productbox-desc {
  height: 28px;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}

.productbox-order {
  color: #585858;
}

/* product page */

.product-col1 {
  float: left;
  margin: 0px 22px 20px 0px;
  overflow: hidden;
  width: 541px;
}

.product-col1-top {
  float: left;
  position: relative;
}

.product-col1-1 {
  float: left;
  margin: 0px 22px 30px 0px;
  width: 160px;
}

.product-col1-2 {
  float: left;
  margin: 0px 0px 30px 0px;
  width: 347px;
}

.product-col2 {
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  width: 180px;
}

h1.product {
  color: #000000;
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
}

h2.product {
  border-bottom: 1px solid #dedede;
  color: #9f7000;
  font-size: 17px;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
}

.gallery {
  margin: 10px 0px 0px 0px;
}

.gallery a {
  display: block;
  float: left;
}

.gallery img {
  border: 1px solid #dedede;
  height: 31px;
  margin: 0px 2px 2px 0px;
  width: 31px;
}

.intro {
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}

.intro ul {
  line-height: 20px;
}

.intro ul li {
  background-position: 0px 7px;
}

.price {
  background-image: url( /images/site/price-back.png );
  background-repeat: no-repeat;
  height: 66px;
  padding: 8px 0px 0px 8px;
  position: relative;
  width: 309px;
}

.price form {
  margin: 0px 0px 0px 0px !important;
}

.price-line {
  background-image: url( /images/site/price3.png );
  background-repeat: no-repeat;
  height: 28px;
  margin: 0px 0px 3px 0px;
  position: relative;
  width: 300px;
}

.price-line-1 {
  color: #e3e3e3;
  font-weight: bold;
  left: 10px;
  line-height: 10px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  bottom: 8px;
  width: 115px;
}

.price-line-2 {
  color: #e2a000;
  font-size: 18px;
  height: 24px;
  left: 105px;
  position: absolute;
  text-align: right;
  top: 3px;
  width: 70px;
}

.price-line-3 {
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 116px;
}

.details {
  clear: both;
  height: 360px;
  margin-bottom: 40px;
  width: 529px;
}

#details-bar {
  background-image: url( /images/site/bar-chrome2.jpg );
  background-repeat: no-repeat;
  height: 39px;
  position: relative;
  width: 529px;
}

.details-tab {
  float: left;
  margin: 10px 0px 0px 0px;
  position: relative;
  text-align: center;
  width: 85px;
}

.details-tab a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.details-taba {
  background-image: url( /images/site/tab-yellow.png );
  background-repeat: no-repeat;
  font-weight: bold;
  height: 26px;
  left: 0px;
  padding: 10px 0px 0px 0px;
  position: absolute;
  top: -20px;
  width: 90px;
}

.details-block {
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  height: 280px;
  overflow: auto;
  padding: 20px;
}

.yellow-tab {
  background-image: url( /images/site/tab-yellow2.png );
  background-repeat: no-repeat;
  font-weight: bold;
  height: 26px;
  left: 8px;
  padding: 10px 0px 0px 15px;
  position: absolute;
  top: 8px;
  width: 180px;
}

.together {
  border: 1px solid #dedede;
  clear: both;
  height: 280px;
  position: relative;
  width: 529px;
}

.together-left {
  left: 20px;
  position: absolute;
  top: 100px;
}

.together-right {
  position: absolute;
  right: 20px;
  top: 100px;
}

.together-detail {
  border: 1px solid #dedede;
  height: 188px;
  left: 0px;
  padding: 15px;
  position: absolute;
  width: 397px;
}

.together-detail-img {
  bottom: 60px;
  left: 15px;
  position: absolute;
}

.together-detail-text {
  bottom: 60px;
  height: 100px;
  left: 145px;
  overflow: hidden;
  position: absolute;
}

.together-detail-price {
  background-image: url( /images/site/price3.png );
  background-repeat: no-repeat;
  bottom: 15px;
  height: 28px;
  left: 15px;
  position: absolute;
  width: 300px;
}

.together-holder {
  height: 220px;
  left: 0px;
  margin: 30px 50px 30px 50px;
  overflow: hidden;
  position: absolute;
  width: 429px;
}

/* button */

.button {
  background-image: url( /images/site/button-blank.png );
  background-repeat: no-repeat;
  height: 23px;
  padding: 15px 0px 0px 0px;
  text-align: center;
  width: 138px;
}

.button a {
  text-decoration: none !important;
}

/* address picker */

#address_header {
  background-color: #e3e3e3;
  height: 60px;
  overflow: hidden;
  width: 500px;
}

#address_main {
  background-color: #ffffff;
  height: 400px;
  overflow: auto;
  width: 500px;
}

#address_main p {
  margin: 10px;
}

/* other */

#helpbox {
  background-color: white;
  border: 1px solid #dedede;
  padding: 20px 20px 0px 20px;
  width: 150px;
  z-index: 200;
}

#helpbox table {
  border: 0px;
}

#helpbox td {
  border: 0px;
}

/* front tabblock */
.tabb_tab {
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  height: 9px;
  margin: 0px 10px 0px 0px;
  width: 9px;
}

.tabb_on { background-image: url( /images/site/tabon.png ); }
.tabb_off { background-image: url( /images/site/taboff.png ); }

/* player */
#player_pop {
  background-color: white;
  border: 20px solid #e3e3e3;
  display: none;
  height: 400px;
  width: 680px;
}

#player_close {
  background-image: url( /images/site/tab-yellow.png );
  background-repeat: no-repeat;
  height: 26px;
  padding: 10px 0px 0px 20px;
  position: absolute;
  left: 20px;
  top: -28px;
  width: 70px;
}

#player_close a {
  color: #000000;
  font-weight: bold;
}

#player {
  background-color: #000000;
  height: 400px;
  width: 680px;
}

/* offer overlay */
.popup_pop {
  background-color: white;
  border: 20px solid #e3e3e3;
  display: none;
  max-width: 890px;
  padding: 20px;
}

.popup_close {
  background-image: url( /images/site/tab-yellow.png );
  background-repeat: no-repeat;
  height: 26px;
  padding: 10px 0px 0px 20px;
  position: absolute;
  left: 20px;
  top: -28px;
  width: 70px;
}

.popup_close a {
  color: #000000;
  font-weight: bold;
}

