/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY {
	/*background-color: #000000;*/
    background-image: url(../images/main_bg.gif);/*MAIN PAGE BACKGROUND*/
	/*color: #ffffff;*/
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 11px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	/*position: relative;*/
	text-align: left;
	width: 760px !important;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #ffff00;
  font-weight: normal;
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/new_logo.gif);
  background-repeat: no-repeat;
  /*background-color: #000000;*/
  border-right: 1px solid #FF0000;
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  height: 290px !important;
}

TABLE.headerNavigation {
  background-image: url(../images/kenoi_saber.png); /*BELOW IS THE BORDER INFORMATION FOR THE TOP OF THE 
HEADER BOX, RIGHT BELOW THE HOME/LOGIN AREA*/
  /*background-color: #abbbd3;*/
  border-right: 1px solid #ff0000;/* KEEP THIS OFF FOR STAR WARS LOOK */
  border-left: 1px solid #ff0000;/* KEEP THIS OFF FOR STAR WARS LOOK */
  border-bottom: 1px solid #ff0000;/* border above the red 5 logo image*/
  background-repeat: no-repeat;
  height:56px;/* height of the box with the kenobi saber*/
  width: 100% !important;

}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#FF0000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #ffff00;
  padding: 3px;
  border-bottom: 1px dotted #ff0000;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #ffff00;/* COLORS OF TOP NAVIGATION AND 'BREAD CRUMBS' AREA AT BOTTOM*/
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}

TR.headerError {
  /*background: #ff0000;*/
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffff00;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffff00;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  /*background: #ffffff;*/
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #FF0000; BACKGROUND OF SIDE BOXES FOR CATEGORIES, SEARCH, INFORMATION, ETC*/
  border: 0px solid #FF0000;/* BORDERS FOR ALL THE SIDE BOXES */
  margin-bottom: 15px;/* SPACE BETWEEN EACH OF THE SIDE BOXES*/
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #FF0000; THE BACKGROUND FOR THE SIDE BOX HEADERS*/
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF; /*TEXT COLOR FOR SIDEBOX TEXT LABELS*/
  padding: 3px;
  height: 25px;/* SIDEBOX HEIGHT*/
  padding-left: 5px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
 /* background: #abbbd3; BACKGROUND COLOR FOR THE SIDE BOX HEADERS*/
  background-image: url(../images/dooku_saber.gif);  /*IMAGE FOR SIDE BOX HEADER AND FOOTERS*/
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
  border-top: 1px solid #FF0000;
  border-bottom: 0px solid #FF0000;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  /*background-color: #abbbd3;*/
  /*background-image: url(../images/tile_back.jpg);*/
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  border:1px solid #FF0000;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 40px;
}

TD.productListing-heading{
  /*background-color: #abbbd3;*/
  /*background-image: url(../images/tile_back.jpg);*/
}

TD.productlisting {
  border:1px solid #FF0000;
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

/*center main section
THIS IS FOR THE MAIN HEADER AND CENTER TEXT 'WELCOME TO RED 5 COLLECTBLES' TEXT*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFF00;
  padding-top: 0px;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  /*background-color: #ff0000;*/
  border-right: 1px solid #FF0000;
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  padding: 5px;
}

/* footer NEAR the darth maul saber
--------------*/

TABLE.footer {
  /*background: #ffffff;   THIS IS THE FOOTER ON THE BOTTOM, BELOW THE DARTH MAUL SABER*/
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #FF0000;
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

TR.footertop {
  /*background: #abbbd3;*/
 background-image: url(../images/clear_middle_red_border.gif); /*THIS IS FOR THE FOOTER TOP EDGE  COMMENTED OUT FOR SPACE VISIBILITY COULD MAKE A BIG LIGHTSABER FOR IT...*/
 height: 25px !important;
 font-size:15px;
}

TD.footertop, TD.footerbottom {
  padding: 3px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #000000;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #FF0000;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  /*background: #ffffff;*/
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  /*background: #eff4f8;*/
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #FF0000;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #FF0000;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #FF0000;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ffff00;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #000000; cursor: pointer; }/* ORIGINALLY #D7E9F7*/
.moduleRowSelected { background-color: #000000; }/*ORIGINALLY #E9F4FC*/

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #FF0000;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #ff0000;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ffff00;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #ff0000;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FFFFFF;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #ff0000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #000000;
	margin: 6px;
  padding: 6px;
  height:30px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description THIS IS THE CONTROL AREA FOR THE 'COLLECTIBLES' AREA */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  /*background: #FF0000;*/
  border:1px solid #FF0000;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
A.category-top {
  color: #FF0000;
  text-decoration: none;
}
A.category-links {
  color: #FFFFFF;/* THIS IS THE COLOR OF THE EXTRA LINKS UNDER THE CATEGORIES AREA, LIKE SPECIALS, ETC*/
  /*font-weight: bold;*/
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FFFFFF; /*THIS IS THE COLOR OF THE EXTRA LINKS UNDER THE CATEGORIES AREA, LIKE SPECIALS, ETC*/
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #ff0000; */
  float: left;
  padding: 2px;
}
