/*
// +----------------------------------------------------------------------+
// | OSISE Open Source Netzwerkmarketing                                  |
// +----------------------------------------------------------------------+
// |          Copyright (c) 2008   OSISE                                  |
// |                                                                      |
// |           http://www.osise.de                                        |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce  and                          |
// |          Copyright (c) 2006 The zen-cart developers                  |
// +----------------------------------------------------------------------+
// | 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.osise.de/license/2_0.txt                                  |
// | If you did not receive a copy of the GNU license and are unable      |
// | to obtain it through the world-wide-web, please send a note to       |
// | information@osise.de so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
//  $Id: stylesheet_colors.css 0001 06-08-2008 00:47:00  pi $
*/

body {
	color: #660000;
	background-color: #ffffff;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	background-color: #CC3333;
}

#mainWrapper {
	border: 1px solid white;
}

#contentMainWrapper {
	background-color: #ffffff;
	color: #660000;
}
.centerColumn a {
	color: #006633;
}
.centerColumn a:hover {
	color: #339999;
}

#navCatTabsWrapper {
	background-color: #ffffff;
}

#navCatTabs ul li a {
	color: #000000;
}
#navCatTabs ul li a:hover {
	color: #660000;
}

#navMain ul li a, #navSupp ul li a {
	color: #ffffff;
}

#navEZPagesTOCWrapper {
	border-color: #660000;
}

#navBreadCrumb {
	background-color: #CC3333;
	color:#ffffff;
}

#navEZPagesTop {
	background-color: #CC3333;
}

#navColumnOne, #navColumnTwo {
	background-color: #CC3333;
}

a {
	color: #660000;
}

#navBreadCrumb a {
	color: #ffffff;
}

legend {
	color: #660000;
}

input,fieldset {
	border-color: #999999;
}
input {
	border-style: expression(this.type=="radio"||this.type=="checkbox" ? "none" : "solid");
}

#navBreadCrumb a:hover, a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover {
	color: #339999;
}

input:focus, select:focus, textarea:focus {
	background: #DDDDDD;
}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
}

.messageStackSuccess {
	background-color: #99FF99;
	color: #660000;
}

.messageStackCaution {
	background-color: #ffffff;
	color: #660000;
}

#mainWrapper {
	background-color: #ffffff;
	color: #000000;
}

#logoWrapper {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}

#tagline {
	color:#000000;
}

#sendSpendWrapper {
	border-color: #cacaca;
}

.alert {
	color: #FF0000;
}

/*Shopping Cart Display*/
#cartAdd {
	border-color: #660000;
}

.tableHeading TH {
	border-bottom-color: #ffffcc;
}

.tableHeading, #cartSubTotal {
	background-color: #ffffff;
}

#cartSubTotal {
	border-top-color: #ffffcc;
}

.cartNewItem {
	color: #330000;
}

.cartOldItem {
	color: #000000;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #000000;
}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	color: #ffffff;
	text-align:left;
}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #660000;
} 

.leftBoxHeading, .rightBoxHeading {
	background-color: #6AB8C4;
	color: #ffffff;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

.centerBoxHeading {
	background-color: #6AB8C4;
	color: #ffffff;
}

.leftBoxContainer, .rightBoxContainer {
	border-color: #ffffff;
	background-color: #ffffee;
	color: #660000;
}	

.leftBoxContainer a, .rightBoxContainer a {
	color: #660000;
}
.leftBoxContainer a:hover, .rightBoxContainer a:hover {
	color: #006633;
}

#bannerboxHeading {
	background-color: #6AB8C4;
}

.rowOdd {
	background-color: #999999;
}

.rowEven {
	background-color: #ffffff;
}

TR.tableHeading {
	background-color: #cacaca;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
}
	
.productListing-odd	{
	background-color:#ffffee;
}

.tabTable	{
	border: 1px solid #660000;
}

hr {
	border-bottom-color: #660000;
}
#navEZPagesTop a {
  color: white;
}

#navEZPagesTop a:hover {
  color: yellow;
  text-decoration:none;
}
