/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family:  Arial, sans-serif; font-size: 12px; }
.errorBox { font-family :  Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #999; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 12px; color: #bc0b01; text-decoration: underline; }


.smallerFont {
	font-size:11px;	
}

.biggerFont {
  font-size:14px;		
}

BODY {
  background: url('images/pozadi_web_cervena_ret.jpg') center top no-repeat;
  color: #FFF;
  margin: 0px;
  text-align: center;
  
}

A {
  color: #FFF;
  text-decoration: none;
  font: normal 12px 'Arial';
  line-height: 16px;
}

A:hover {
  color: #000;
}



FORM {
	display: inline;
}

ul { list-style-type: none; }
#box {
  text-align: left;
  margin: 0 auto;
  position: relative;
}

TR.header {
  height: 140px;
  background: url('images/header_bg.jpg') no-repeat;
}
TR.header #header_page_name{
  position: absolute;
  top: 80px;
  right: 150px;
}
TR.header #header_eshop_name {
  position: absolute;
  top: 20px;
  left: 20px;
}

TR.header #top_right_menu{
  float: right;
  width: 195px;
  padding: 0 5px;
  background: url('images/top_right_menu_bg.gif') bottom center no-repeat;
}

TR.header #top_right_menu a{ 
  color: white;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 3px 0 0px 10px;
  text-align: left;

}
TR.header #top_right_menu a:hover{ color: #333;}


TR.headerNavigation {
  height: auto;
  width: 600px;
  padding: 4px;
  margin: 0;
  background: url('images/OS_Eshop_lista.jpg') bottom center #d81921 repeat-x; 
}

TD.headerNavigation {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  
  color: #ffffff;
  font-weight : bold;
  margin: 0 10px;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFF;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

td.content{
  padding: 10px 10px 50px 10px;
  background: url('images/OS_Eshop_logo_male_seda2.gif') right bottom #808080 no-repeat;
  color: #FFF;
  border: 1px solid #555;
}



TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #B71219;
}

TD.footer {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  background: #FFF;
  color: #B71219;
  border-top: 2px dotted #B71219;
  padding-top: 5px;
  font-weight: bold;
}

#footer_info {color: #666;}

#footer_info a {
  color: #666;
  text-decoration: none;
}
#footer_info a:hover {
  color: #333;
  text-decoration: underline;
}


.infoBox {
  padding-bottom: 15px;
  width: 171px;
}

.infoBox a{
  font-size: 12px;
}
.infoBoxCont {
  width: 100%;
}
.infoBoxContents {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  border: 0;
  /*background: url('images/OS_Eshop_gradient_leve_menu_inverse.jpg') center #808080 repeat-y;*/
  background: url('images/left_menu_bg.gif') bottom right no-repeat;
  color: #FFF;
}
.infoBoxContents a { color: #FFF; padding: 2px; }
.infoBoxContents a:hover { color: #333; }
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #FFF;
  font-weight: bold;
  padding: 2px 3px;
  background: url('images/left_menu_heading_bg.gif') center  no-repeat;
  text-align: center;
}

TD.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}
/* ------------------------------------------------- */

.content .infoBox {
  width: auto;
  border-top: 1px dotted #999;
}

.content .infoBox a{
  font-size: 12px;
}
.content .infoBoxCont {
  width: auto;
}
.content .infoBoxContents {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  border: 0;
  color: #FFF;
  background-image: none;
}
.content .infoBoxContents a { color: #FFF; padding: 2px; }
.content .infoBoxContents a:hover { color: #333; }
.content .infoBoxNotice {
  background: #FF8E90;
}

.content .infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

.content TD.infoBoxHeading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #FFF;
  padding: 2px 3px;
  background-image: none;
  text-align: center;
}

.content TD.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

/* ------------------------------------------------- */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #808080;
  color: #FFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #898989;
  color: #FFF;
}

TABLE.productListing {
  border: 0;
  border-style: solid;
  border-spacing: 1px;
  margin-top: 15px;
  
}

.productListing-heading {
  font-family:  Arial, sans-serif;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding: 0 10px;
}

TD.productListing-data {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  padding: 0 10px;
  
}

TD.productListing-data img {
  border: 2px solid #444;
}

TD.productListing-data a { font-weight: bold }
A.pageResults {
  color: #FFF;
}

A.pageResults:hover {
  color: #FFF;
  background: #FFFF33;
}

a.intro_link {
  font: normal 12px Arial;
  color: #FFF;
}
a.intro_link:hover { color: #333}

TD.pageHeading, DIV.pageHeading {
  font-family:  Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: #FFF;
}

TD.main, P.main {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  background: #808080;
  padding: 10px 0;
  color: #FFF;
  
}
TD.smallText a, SPAN.smallText a, P.smallText a {
  font-weight: bold;
}
TD.accountCategory {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  color: #FFF;
}

TD.fieldKey {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Arial, sans-serif;
  font-size: 10px;
  color: #FFF;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #333; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #666; }

.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, sans-serif; font-size: 10px; color: #FFF; }
.checkoutBarCurrent { font-family:  Arial, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }

/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; color: #000; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 10px; background-color: #99ff00; color: #000; }

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 10px; color: #ff0000; }


/* shopping cart: */
.freeship{
 
 }
 .freeship2{

 }
 
 
a.kcl_banner {
  border: 0;
  text-decoration: none;
  padding: 3px 0;
  margin: 5px 0;
}


a.kcl_banner img { border: 0; }


td#admin {
  padding-right:1em;
  text-align:right;
}

td#admin a {
  color:#DDDDDD;
  font-size:0.8em;
  text-decoration:underline;
}

#seo_lista {
  line-height:0.8em;
  padding-left:185px;
}

#seo_lista a {
  color:#AAAAAA;
  font-size:0.7em;
  text-decoration:underline;
}

.link_underline a {  text-decoration:underline;  }

p {
  margin:0;
  padding:0;
}

em {
  font-style:normal;
  text-decoration:underline;
}

h1 {
  line-height:1.6em;
  margin:0 0 10px 0px;
  padding:0;
  font-size:1.5em;
}

h2 {
  line-height:1.3em;
  margin:0 0 10px 0px;
  padding:0;
  font-size:1.2em;
}


h3 {
  margin:0 0 10px 20px;
  padding:0;
  font-size:1.2em;
}
