@charset "windows-1250";
/*
  $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: Verdana, Arial, sans-serif; font-size: 11px; color:#2a20aa }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #F00; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


BODY {
 	background-image:url(images/site/bg_body.png);
	background-position:top;
	background-repeat:repeat-x;  
	background-color:#FFF;
	color: #208CFA;
	margin: 0px;
	padding:0px;
}

A {
  color:#2a20aa;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
/*  background: #b6b7cb; */
}

.infoBoxContents {
/*  background: #f8f8f9; */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; 
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;

  color: #0f0d4d;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #faf2d4;*/
background:#F7F8E0;
}

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: #fae17d;*/
  background:#FFC;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #1A2426;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:5px;
  background: #faab20;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#006;
}

A.pageResults {
  color: #900;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0f0d4d;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial,  sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #2a20aa;  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #900;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2a20aa;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, 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, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #F00;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma;
  color: #900;
  font-size:18px;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

LABEL {
  font-family: Arial,  sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #2a20aa;  
}

LEGEND {
  font-family: Arial,  sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #2a20aa;  
  font-weight:bold;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #F00; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #006; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* ****************************************************************************************** */
/* ********************************************MAIN**************************************** */
/* ****************************************************************************************** */
.ST {
	font-family: Tahoma;
	font-size: 11px;
	color: #121631;
}
.LOGO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #D249EF;
}
/* ****************************************************************************************** */
/* ********************************************MAIN**************************************** */
/* ****************************************************************************************** */
.currenc { font:12px/13px Arial; color:#0d0a4c; text-decoration:none; font-weight:bold}
a.currenc { font:12px/13px Arial; color:#b9af8b; text-decoration:none; font-weight:bold}
a.currenc:hover { font:12px/Arial Tahoma; color:#b9af8b; text-decoration:underline; font-weight:bold}

.searchz { font:13px/13px Arial; color:#fefefe; text-decoration:none; font-weight:bold}
a.searchz { font:13px/13px Arial; color:#fefefe; text-decoration:none; font-weight:bold}
a.searchz:hover { font:13px/13px Arial; color:#fefefe; text-decoration:underline; font-weight:bold}

.ShoppingCart { font:11px/13px Arial; color:#ffffff; text-decoration:none; font-weight:bold;}
a.ShoppingCart { font:11px/13px Arial; color:#ffffff; text-decoration:none; font-weight:bold;}
a.ShoppingCart:hover { font:11px/13px Arial; color:#ffffff; text-decoration:underline; font-weight:bold;}

.iinfo { font:12px/13px Arial; color:#900; text-decoration:none}
a.iinfo { font:12px/13px Arial; color:#900; text-decoration:none}
a.iinfo:hover { font:12px/13px Arial; color:#900; text-decoration:underline}

.CR { font:10px/13px Tahoma; color:#e53939; text-decoration:none}
a.CR { font:10px/13px Tahoma; color:#e53939; text-decoration:none}
a.CR:hover { font:10px/13px Tahoma; color:#e53939; text-decoration:underline}

.categor { font:12px/13px Arial; color:#900; text-decoration:none}
a.categor { font:12px/13px Arial; color:# 900; text-decoration:none}
a.categor:hover { font:12px/13px Arial; color:#900; text-decoration:underline}

.naneblokcategor { font:13px/13px Arial; color:#f82c12; text-decoration:none; font-weight:bold;}
a.naneblokcategor { font:13px/13px Arial; color:#f82c12; text-decoration:none; font-weight:bold;}
a.naneblokcategor:hover { font:13px/13px Arial; color:#f82c12; text-decoration:underline; font-weight:bold;}

.null { font:11px/13px Arial; color:#7eb6b9; text-decoration:none; font-weight:bold;}
a.null { font:11px/13px Arial; color:#7eb6b9; text-decoration:none; font-weight:bold;}
a.null:hover { font:11px/13px Arial; color:#7eb6b9; text-decoration:underline; font-weight:bold;}

.HASC { font:10px/13px Tahoma; color:#C00; text-decoration:none}
a.HASC { font:10px/13px Tahoma; color:#C00; text-decoration:none}
a.HASC:hover { font:10px/13px Tahoma; color:#900; text-decoration:underline}

.Date { font:10px/13px Arial; color:#ffffff; text-decoration:none}
a.Date { font:10px/13px Arial; color:#ffffff; text-decoration:none}
a.Date:hover { font:10px/13px Arial; color:#ffffff; text-decoration:underline}

.Price { font:18px/20px "Arial Narrow"; color:#9a880d; text-decoration:none; font-weight:bold}
a.Price { font:18px/20px "Arial Narrow"; color:#9a880d; text-decoration:none; font-weight:bold}
a.Price:hover { font:18px/20px "Arial Narrow"; color:#9a880d; text-decoration:underline; font-weight:bold}

.NameProd { font:12px/13px "Arial Narrow"; color:#ffffff; text-decoration:none;}
a.NameProd { font:12px/13px "Arial Narrow"; color:#ffffff; text-decoration:none;}
a.NameProd:hover { font:12px/13px "Arial Narrow"; color:#ffffff; text-decoration:underline;}

.adv { font:11px/13px Arial; color:#208cfa; text-decoration:none; font-weight:bold}
a.adv  { font:11px/13px Arial; color:#208cfa; text-decoration:none; font-weight:bold}
a.adv:hover { font:11px/13px Arial; color:#208cfa; text-decoration:underline; font-weight:bold}

.ST { font:16px/16px Arial; color:#ffffff; text-decoration:none; font-weight:bold}
a.ST { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none}
a.ST:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline}

.ST3 {font:11px/11px Tahoma; color:#292929;}

.StaraCena { font:16px/16px Tahoma; color:#da1a00; text-decoration:none; font-weight:bold}
a.StaraCena { font:16px/16px Tahoma; color:#da1a00; text-decoration:none; font-weight:bold}
a.StaraCena:hover { font:16px/16px Tahoma; color:#da1a00; text-decoration:underline; font-weight:bold}

.border { background-color:#7c7459; border-color:#242f30; border-style:solid; border-width:1px; background-image: url(images/mod001.jpg); background-position:top; background-repeat:repeat-x}

.main2{font:13px/16px Arial; color:#2a20aa; text-decoration:none;}
a.main2{font:13px/16px Arial; color:#2a20aa; text-decoration:none; font-weight:bold;}
a.main2:hover{font:13px/16px Arial; color:#2a20aa; text-decoration:none; font-weight:bold;}

.main3{
  font-family: Arial,  sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #bfae79;  
}

/* All form elements are within the definition list for this example */
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}

dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}

dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
 
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}
 
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}

/* BOF Dynamic Sitemap */
ul.sitemap {
  color: #ff0000;
}
/* EOF Dynamic Sitemap */ 