/*
//
// +----------------------------------------------------------------------+
// |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 {
   /*width:100%; */
	/*background-color: #e5edf5;*/
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
    background-image: url(../images/header_bg0.jpg);
	background-repeat: no-repeat;
   
}
/* balrog */

.news a
{
   color:#be0000;
   text-decoration:underline;
}

.news a:visited
{
   color:#be0000;
   text-decoration:underline;
}

.news a:hover
{
   color:#be0000;
   text-decoration:none;
}

.articleText a
{
   color:#be0000;
   text-decoration:underline;
}

.articleText a:hover
{
   color:#be0000;
   text-decoration:none;
}

#newsarchive-content,#manufacturers-content, #newsscroller-content, #bestsellers-content
{
  background-image: url(../images/shopping_cart_bg.jpg);
	background-repeat:repeat-y;
}

#newsarchive-content a
{
   color:#be0000;
   text-decoration:underline;
}

#newsarchive-content a:hover
{
   color:#be0000;
   text-decoration:none;
}

.news
{
  width:582px;
}

#balrog_main
{
   
   background-image: url(../images/body_bg.jpg);
}

#top_header a
{
   color:#000000;
   text-decoration:none;
}

#top_header a:hover
{
   color:#be0000;
   text-decoration:none;
}

#bestsellers-content a
{
  font-size:11px;
}

.category_box
{

}
.centerBoxWrapper
{
   width:571px;
   border:0px solid red;
   background-image: url(../images/main_products_bg.jpg);
   background-repeat:repeat-y;
   
	
}
.main_products_header
{
   background-image: url(../images/main_products_header_bg.jpg);
   background-repeat:no-repeat;
   background-position:0px 20px;
   height:30px;
   background-color:#ffffff;
   
}

.body_bottom
{
   background-image: url(../images/body_bottom_bg.jpg);
   background-position:16px 0px;
   background-repeat:no-repeat;
   height:20px;
}

#featuredDefaultHeading
{
   text-align:left;
   color:#000000;
}

#categories-table
{
 //  margin-top:-10px;
 //  position:relative; 
}
#categories-content
{
   background-image: url(../images/categories_bg.jpg);
	background-repeat: repeat-y;
   font:bold 11px tahoma;
   padding-left:10px; 
}

#categories-content a:hover
{
   color:#be0000;
}

#search-content
{
   background-image: url(../images/search_bg.jpg);
	background-repeat:no-repeat;
   font: 11px tahoma;
   height:118px;
   vertical-align:top; 
}

#search-content a
{   
   color:#be0000;
   text-decoration:underline;
}

#search-content a:hover
{   
   color:#be0000;
   text-decoration:none;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
   
#cartContentsDisplay tableHeading {
	border-bottom: 4px solid #bfbfbf;
   border-top: 3px solid #bfbfbf;
   background-color:red;
	}

.cartTableHeading, #cartSubTotal {
//	background-color: White;
//	height: 2.2em;
 }

#manufacturerinfo-content
{
   background-image: url(../images/shopping_cart_bg.jpg);
   background-repeat:repeat-y;
}

#shoppingcart-content
{
   background-image: url(../images/shopping_cart_bg.jpg);
  	background-repeat:repeat-y;
   font: 11px tahoma;   
   vertical-align:top; 
}
#shoppingcart-content a
{
   text-decoration:none;
}

#shoppingcartContent
{
   font: 11px tahoma;   
}

#shoppingcart-heading-td a
{
   color:#000000;
}
.cartBoxTotal
{
   font-weight:bold;
   margin-left:20px;
   border-top:1px solid #be0000;
   text-align:right;
   margin-top:10px;
   vertical-align:bottom;   
}

.add_cart
{
   background-image: url(../images/addcart_bg.gif);	
}

.cartNewItem {
/*	color: #33CC33; */
   color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	
   color: #000000;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}


.review_tellfriend
{
   background-image: url(../images/review_tellfriend_bg.jpg);
   background-repeat:no-repeat;
   height:45px;
   padding-right:10px;
   width:571px;	
}

#information-content
{
   background-image: url(../images/recepty_bg.jpg);	
   font: 11px tahoma;   
   vertical-align:top;
   line-height:170%;
/*   height:100px; */
   padding-top:15px;
   padding-left:10px;
   padding-bottom:10px; 
}

#information-content a
{
   color:#be0000;
   text-decoration:underline;
   font:bold 11px tahoma;
}

#information-content a:visited
{
   color:#be0000;
   text-decoration:underline;
   font:bold 11px tahoma;
}

#information-content a:hover
{
   color:#be0000;
   text-decoration:none;
   font:bold 11px tahoma;
}

#mainDiv
{
    background-image: url(../images/body_bg.jpg);
	 background-repeat: repeat-y;
}
.coreTable
{
   background-image: url(../images/header_bg1.jpg);
	background-repeat: no-repeat;
/*   width:900px; */
   height:199px;
}


.coreTableCZ
{
   background-image: url(../images/header_bgcz.jpg);
	background-repeat: no-repeat;
/*   width:900px; */
   height:199px;
}

.h2
{
   color:#000000;
}

.coreTableMiddle
{
 background-image: url(../images/body_bg_full.jpg);
	background-repeat: repeat-y;
}
.header_right
{
   background-image: url(../images/header_right_part.jpg);
	background-repeat:no-repeat;   
}

.main_page
{
   background-image: url(../images/novinky_bg.jpg);
	background-repeat:no-repeat;
   height:190px;
   background-position:0px 0px;
   margin-left:-10px;
 /*  margin-top:-15px; */
/*   margin-top:-35px; */
   margin-top:-9px;
   position:relative;
   
   
}

/*a img {border: 1px solid #be0000; }*/

.footerbottom
{
   font:11px tahoma;
}
.footerbottom a
{
   color:#be0000;
   text-decoration:underline;
   font-weight:lighter;   
}
.footerbottom a:visited
{
   color:#be0000;
   text-decoration:underline;   
   font-weight:lighter;
}

.footerbottom a:hover
{
   color:#be0000;
   text-decoration:none;   
   font-weight:lighter;
}

#whatsNew img
{
   border:1px solid #be0000;
}

#featuredProducts img
{
   border:1px solid #be0000;
}

.centerColumn a
{
   color:#be0000;
   text-decoration:underline;
   
}

.centerColumn a:visited
{
   color:#be0000;
   text-decoration:underline;
   
}

.centerColumn a:hover
{
   color:#be0000;
   text-decoration:none;
  
}
/* balrog */


.centershop {
/*	padding-right: 30px; */
/*	margin: 0px auto;
/* position:absolute ; */
/*   position:relative ; */
	text-align: left; 
/*	width: 750px !important;*/
  width: 100%;
/*   width: 789px; */
   

    
}
#contentMainWrapper
{
  border:0px solid red;
/*  margin-left:-18px; */
   
   
}


TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

a {
 /* color: #428dff; */
  color: #be0000;
  text-decoration: underline;
  font-weight:bold;
}
a:link #navEZPagesTOC ul li a
{
   color: #be0000;
}

A:visited {
 // color: #be0000;
  text-decoration: underline;
  font-weight:bold;
}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
  color: #be0000;
  text-decoration: none;
  font-weight:bold;
}

a:active
{
   color: #be0000;
   
}

FORM {
	display: inline;
}
.banners {
/*  padding: 15px;*/
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/header_bg0.jpg);
  background-repeat: repeat-x;
 /* background-color: #ffffff; */
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
 /* width:789px;*/
}

TABLE.headerNavigation {
 /* background-image: url(../images/tile_back.jpg);
 // background-color: #abbbd3; */
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  width: 100% !important;

}

TD.headerNavigation {
  /*position: relative;*/
  vertical-align: middle;
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
 /* letter-spacing:1px;
  padding: 5px;*/
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #000000;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
  text-decoration:none;
}

TR.headerError {
 /* background: #ff0000; */
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
 /* background: #ff0000; */
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
/*  background: #00ff00; */
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
 // background: #00ff00;
  color: #ffffff;
  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: tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 0px solid #9a9a9a;
  margin-bottom: 10px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
  border-bottom:1px solid #be0000;
  
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #000000;  
}


TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 100%;
  padding: 4px;
  border-top: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;

}

.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: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  /*padding: 11px 5px 5px; */
}
.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  height: 20px;
  border-bottom:1px solid #bfbfbf;
  border-top:1px solid #bfbfbf;
}

TD.productListing-heading{
  background-color: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  font-size:10px;
}

TD.productlisting {
  border:0px solid #9a9a9a;
  font-size:10px;
}

.itemTitle
{ font-size:11px;
   text-align:left;
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
  border-bottom:1px solid #bfbfbf;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
/*  color: #9a9a9a; */
   color:#be0000;
  padding-top: 0px;
}                          

.center_column {
  padding: 0px;
}
.main_page{
  width: 100% !important; 
/*  width: 582px !important; */
  background-color: #ffffff;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  padding: 0px;
}

/* footer
--------------*/

TABLE.footer {
/*  background: #ffffff; */
  text-align: right;
  font-size: 10px;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  background-image: url(../images/footer_bg.jpg);
  border-top:1px solid #be0000;
  margin-left:-1px;
 /*margin-right:-1px*/
}

TR.footertop {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  font-size: 11px;
  
}

TD.footerbottom {
  padding: 5px;
}

TD.footertop {
  padding: 5px;
}

a.footer
{
   color:#be0000;
   text-decoration:underline;
   font-size:14px;
}
a.footer:visited
{
   color:#be0000;
   text-decoration:underline;
   font-size:14px;
}

a.footer:hover
{
   color:#be0000;
   text-decoration:none;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
/*  background: #eff4f8; */
   /* background: #f7f2d8; */
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
 /* background: #eff4f8; */
   background: #f7f2d8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
 // color: #ff0000;
 color: #ffffff;
  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: 0px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   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: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.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 #9a9a9a;
}
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: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px tahoma, Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
A.category-top, a.category-top:visited {
  color: #000000;
  text-decoration: none;

}
A.category-links, a.category-links:visited {
  color: #004080;
  text-decoration: none;

}
A.category-subs, a.category-subs:visited, A.category-products, a.category-products:visited {
  color: #be0000;
  text-decoration: none;
  font-size: 10px;

}


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 #9a9a9a; */
  float: left;
  padding: 2px;
}
