/*
  $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
*/

P {
  font-size: 12px;
}

.boxText { font-size: 11px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  /*background: #ffffff;*/
  font-family: "Arial CE", Arial, "Lucida Grande CE", Tahoma, lucida, sans-serif;
  font-size: 12px;
  /*background-image: url('images/page_background.gif');
  background-repeat: repeat-y;*/
  color: #000000;
  margin: auto;
  background-color: #eeeeee;
  width: 1000px;
}

A {
  color: #666;
}

h1, h2, h3, h4 {
  margin-top:.5em;
  margin-bottom:.5em;
  font-weight: bold;
  color: #666;
  background-color: #fff;
}

h1 {
  font-size: 20px;
  padding:3px 3px 3px 12px;
  border-bottom: 1px solid #666;
}

h2 {
  font-size: 16px;
  padding:3px 3px 3px 3px;
}

h3 {
  font-size: 14px;
  padding:3px 3px 3px 3px;
}

h4 {
  font-size: 14px;
  padding:3px 3px 3px 3px;
}

.kempy {
  border:1px solid orange;
  padding:0px 10px;
  margin-bottom:8px;
  background-color:#fff;
}

.greeting {
  padding:  0px 10px 0px 10px;
  border-top: 1px solid #60BF74;
  border-bottom: 1px solid #60BF74;
  background-color: #ffffff;
  text-align: center;
  line-height:0.8em;
}

.code {
  font-family: Courier New, Courier, monotype;
  font-size: 1.2em;
  font-weight: bold;
}

A.subcat {
  font-size: 12px;
}

.subcat {
  width: 100%;
  display: block;
  /*border: 2px solid #999;*/
  /*background-color: #fff;*/
  color: #333;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A.menucateg {
background-color:#ddd;
display: block;
text-decoration: none;
font-weight: bold;
font-size: 11px;
padding: 1px 3px 1px 3px;
border: 1px solid #ddd;
color: #333;
}

A.menucateg:hover { 
background-color:#666;
border: 1px solid #666;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

A.menusubcateg {
display: block;
margin-left: 2px;
margin-top: 2px;
padding: 1px 3px 1px 3px;
border-bottom: 1px solid #ddd;
text-decoration: none;
font-size: 11px;
color: #666;
}

A.menusubcateg:hover { 
background-color:#999;
border-bottom: 1px solid #999;
text-decoration: none;
color: #FFFFFF;
}

a.button {
  text-decoration:none;
}

FORM {
	display: inline;
}

input[type=button] {
	background-color:#fff;
	padding:3px;
	font-size:12px;
}

input[type=button]:hover {
	background-color:#ccc;
}

TABLE.header {
  background-image: url("images/header_dach.jpg");
  background-repeat:no-repeat;
  background-position:center top;
  border: 0px;
  width: 100%;
}

TABLE.headerNavigation, TABLE.headerError, TABLE.headerInfo {
  width: 100%;
  border-collapse: collapse;
}

TABLE.headerLogin {
  width: 75%;
  border: 0px;
  border-collapse: collapse;
  text-align: left;
}

TABLE.headerNavigation {
  border-bottom:1px solid #666;
  border-top:1px solid #666;
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-size: 12px;
  color: #666;
  font-weight : bold;
  padding: 5px;
  padding-left: 10px;
}

A.headerNavigation { 
  color: #666;
}

A.headerNavigation:hover {
  color: #666;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

a.header {
  font-size: 12px;
  font-weight: bold;
  background: #666;
  color: #fff;
  text-decoration: none;
  margin: 0px;
  padding: 4px 10px 4px 10px;
}

a.header:hover {
  background: #fff;
  color: #666;
  border: 1px solid #666;
  padding: 3px 9px 4px 9px;
}

a#forumHeader, a#skolaHeader, a#trenovaniHeader {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  margin: 0px;
  border: 1px solid #666;
  padding: 3px 9px 4px 9px;
}

a#forumHeader {
  background-color: rgb(255,184,149);
}

a#skolaHeader {
  background-color: #cddef1;
}

a#trenovaniHeader {
  background-color: #bcd1e4;
}

a#forumHeader:hover, a#skolaHeader:hover {
  background: #fff;
  color: #666;
  border: 1px solid #666;
  padding: 3px 9px 4px 9px;
}

TR.footer {
}

TD.footer {
  font-size: 10px;
  color: #666;
  font-weight: bold;
}

/* rámeček okolo boxu */
.infoBox {
  background: #999;
}

.infoBoxContents {
  background: #f4faff;
  padding: 0px 1px 0px 1px;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

TD.infoBox, SPAN.infoBox {
  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: #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: #fff;
}

TABLE.productListing {
  /*border: 1px;
  border-style: solid;
  border-color: #eee;
  border-spacing: 1px;*/
  margin:15px 0px 10px 0px;
  border:0px;
}

.productListing-heading {
  display:none;
  /*background: #fff;
  color: #666;
  font-weight: bold;
  font-size:12px;
  border-top:1px solid #666;
  border-bottom:1px solid #666;*/
}

TD.productListing-data {
  /*vertical-align: top;*/
  font-size: 12px;
  padding:5px;
  border-top:5px solid #eee;
  border-bottom:5px solid #eee;
}

.productListing-data a {
  font-size:14px;
}

/*.subcat img {
  display: none;
}*/

A.pageResults {
  color: #0000FF;
}

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

p.pageHeading, TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  background-color: #fff;
  padding:3px 3px 3px 12px;
  border-bottom: 1px solid #666;
}

TD.pageheading + TD.pageHeading {
}

TR.subBar {
  background: #f4f7fd;
}

.articlesListing {
  margin: 0px 10px 0px 10px;
}

.articlesAbstract, .articlesView {
  font-size:12px;
  padding:0px 10px 0px 10px;
}

.articlesAbstract {
  line-height:1.3em;
}

.articlesRefer {
  font-size:10px;
  padding:0px 10px 0px 20px;
}

.articlesRefer a:hover {
  color:#aabbdd;
}

.articlesView p {
  font-size:12px;
}

.articleBreak {
	width:100%;
	height:1px;
	background-color:#000;
}

.articleReviews {
	padding:10px 20px 10px 20px;
}

TR.article {
  background: #d2edff;
}

TR.article:hover {
  background-color:#006699;
  color: #FFFFFF;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, A.main {
  padding-left:5px;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-size: 14px;
  font-weight:bold;
  color: #ff0000;
}

SPAN.productPrice {
  font-size: 14px;
  font-weight:bold;
}

SPAN.productSpecialPriceInfo {
  font-size: 16px;
  font-weight:bold;
  color: #ff0000;
}

SPAN.productPriceInfo {
  font-size: 16px;
  font-weight:bold;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }
