/* CSS Document */

/* ======================================= Store top nav block  ======================================= */


.storeTopNavBlock {
  background-color: #ff050e;
  background-image: url(/images/store-top-nav-block-bg.jpg);
  background-repeat: no-repeat;
  height: 182px;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
}

.storeTopNavBlock h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 26px;
  color: #eeeeee;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  
}
.storeTopNavBlock a {
  color: white;
  text-decoration: none;
}

.storeTopNavBlock a:hover {
  color: white;
  text-decoration: underline;
}

.storeTopNavBlock p {
  margin-top: 0;
  margin-bottom: 10px;
}



/* ======================================= Product Search Results / display  ======================================= */


.storeResultsBlock {
  border-top: solid 1px #bb0000;
  background-color: #cccccc;
}

.storeItemBlock {
  width: 492px;
  background-color: #fff;
  margin-left: 4px;
  margin-bottom: 1px;
  padding: 12px 0 10px 0;
}

.itemImageColumn {
  width: 150px;
  float: left;
  text-align: center;
}

.itemTextColumn {
  width: 250px;
  float: left;
  margin-left: 70px;
  font-size: 12px;
  line-height: 15px;
}

.itemTextColumn p {
  margin-top: 0;
  margin-bottom: 8px;
}

.itemTextColumn a {
  color: black;
  text-decoration: none;
}

.itemTextColumn a:hover {
  color: black;
  text-decoration: underline;
}

.storeItemBlock img.buyNow {
  float: right;
  position: relative;
  top: -3px;
}

/* ======================================= Product details page  ======================================= */


.itemOptionsColumn {
  width: 172px;
  float: left;
  font-size: 12px;
}

.itemOptionsColumn label {
  display: block;
  width: 40px;
  float: left;
  color: #5c5c5c;
}

.itemOptionsColumn .smallPrint {
  color: #3a3a3a;
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  padding-top: 5px;
  padding-bottom: 20px;
 
}

.itemOptionsColumn .divider {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 10px;
  
} 

.itemDetailsText {
  padding: 10px 20px 25px 18px;
  font-size: 12px;
}



/* ======================================= Featured Products Block ======================================= */

#featuredProductsHeader {

}

#featuredProductsBody {
  padding-top: 8px;
  padding-bottom: 4px;

}

a.featuredProductsShowLink {
  display: block;
  float: left;
  width: 225px;
  height: 19px;
  background-image: url(/images/featured-products-header.gif);
  background-repeat: no-repeat;
  background-position: right;
  text-indent: 45px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  line-height: 19px;
}

a.featuredProductsShowLink:hover {
  color: white;
  text-decoration: underline;
}

a.featuredProductsHideLink {
  display: block;
  float: right;
  width: 150px;
  text-align: right;
  font-size: 9px;
  color: #d30006;
  text-decoration: none;
  font-weight: bold;
  padding-top: 3px;
  padding-right: 12px;
}

a.featuredProductsHideLink:hover {
  color: #d30006;
  text-decoration: underline;
}

table.featuredProducts td {
  width: 125px;
  text-align: center;
  vertical-align: top;
  padding: 2px 2px 2px 2px;
  font-size: 10px;

}

table.featuredProducts td a {
  color: black;
  text-decoration: none;
}

table.featuredProducts td a:hover {
  color: black;
  text-decoration: underline;
}


/* ======================================= Shopping Cart Page  ======================================= */

.cartPadding {
  padding: 5px 12px 10px 12px;
  color: #3e3d3d;
}

table.cartTable td {
  color: #504f4f;
  font-size: 10px;
  padding: 2px 3px;
  border-bottom: solid 1px #c0c0c0;

}

table.cartTable tr.toprow td {
  background-color: white;
  color: black;
  font-size: 12px;
  font-weight: bold;

}

table.cartTable tr.bottomrow td {
  background-color: #e6e6e6;
  font-weight: bold;
}

table.cartTable a {
  color: #d30006;
  text-decoration: none;
}

table.cartTable a:hover {
  color: #d30006;
  text-decoration: underline;
}

table.rakebackTable {
 width: 492px;
  margin-left: 4px;
}

table.rakebackTable td {
  padding: 8px 20px 8px 12px;
  font-size: 11px;
  color: #383737;
}

table.rakebackTable tr.toprow td {
  background-color: #e6e6e6;
  color: #d30006;
  font-size: 12px;
  font-weight: bold;

}

table.rakebackTable tr.bottomrow td {
  color: black;
  font-size: 12px;
  font-weight: bold;
  border-top: solid 1px #aeaeae;
}

p.orderConfirmation {
  margin: 0px 0px 15px 3px;
  font-size: 12px;
  font-weight: bold;
  color: #d30006;
}

/* ======================================= Store Misc Elements ======================================= */


.storeWelcomeText {
  margin: 0;
  padding: 2px 10px 10px 8px;
  font-size: 12px;
  line-height: 15px;
}

.storePagination {
  width: 492px;
  background-color: #e6e6e6;
  margin-left: 4px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #575757;
}

.storePagination a {
  color: #575757;
  text-decoration: none;
}

.storePagination a:hover {
  color: #575757;
  text-decoration: underline;
}

.storeSectionHeader {
  width: 492px;
  background-color: #e6e6e6;
  margin-left: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #888888;
  font-size: 12px;
  font-weight: bold;
}

.storeSectionHeader a {
  color: #5d5d5d;
  text-decoration: none;
}

.storeSectionHeader a:hover {
  color: #5d5d5d;
  text-decoration: underline;
}