/*
  $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-size: 10px; padding: 10px}
.errorBox { font-size : 10px; color: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000;
  font: 12px Geneva, sans-serif;;
  letter-spacing:0.03em;
  background: #f6f5f4;
  margin: 0;
}

img {
	border: none;
}
A {
  color: #000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {

}

TD.headerNavigation {
  font-size: 10px;

  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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;
}

TR.footer {
}

TD.footer {
}

.infoBox {
}

.infoBoxContents {
  /*background: #f8f8f9; puvodni*/
  font-size: 10px;
}

/* uprava */
#content .infoBoxContents {  
 }


.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  color: #000;
}
td.infoBoxHeadingBFLM {
	padding-left: 10px;
}
#content TD.infoBoxHeading{   }

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: #f8f8f9; puvodni*/

}

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: #f8f8f9; puvodni*/

}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  /*  background: #b6b7cb;*/
  background: #414141;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

a.special-product-name {
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0;
  height: 25px;
  text-align: center;
}

div.productListing-data-price {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

A.pageResults {
  color: #000;
}

A.pageResults:hover {
  color: #808080;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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 {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {color: red; cursor: pointer; cursor: hand; }
.moduleRowSelected { font-weight: bold; }

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

/* message box */

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

/* input requirement */

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





td.pokus-pozadi{

}

#footer {
  width: 100%;
  height: 76px;
  text-align: center;
  margin: 10px auto;
  background: url('images/footer.gif') center #000 no-repeat;
}

/** doplneno pro novy design **/
/* menu */
.menubox {
	background: url(/sites/all/themes/trollbeads/images/menu_bg.gif) repeat-x #f6f5f4;
	border: none;
	height: 26px;
	width: 950px;
	line-height: 26px;
	color: #9a9a9a;
	font-size: 13px;
	padding: 0;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
ul.nice-menu {
	font-size: 13px;
	line-height: 26px;
	height: 26px;
	width: 928px;
	text-transform: uppercase;
	padding: 0 11px;
	list-style: none;
	margin: 0;
	padding: 0px 11px;
}

ul.nice-menu a {
	color: #9a9a9a;
	padding: 0 6px;
	display: inline;
}
ul.nice-menu a:hover {
	text-decoration: none;
}

ul.nice-menu a.active {
	color: #000;
}

#nice-menu-1 {
	text-align: center;
}

ul.nice-menu li {
	position: relative;
	background: none;
}
ul.nice-menu li {
	display: inline;
	float: none;
}
/* hlavni blok */
table.infobox {
	background: none;
}
table.infobox td.smalltext {
	border: 2px solid #cdcecf;
	background: #FFF;
}
table.productListing {
	border-spacing: 10px; !important
}
table.productListing td.productListing-data {
	border: 2px solid #cdcecf;
	background: #FFF;
	width: 20%;
}
.pageHeading img, .bflmpsvz img {
	padding-right: 10px;
}

/* pravej box */
.vpravo table {
	background: none;
}
.vpravo td.infoboxheading {
	background: url(images/infobox/box_bg_top.gif);
}
.vpravo td.infoboxheading a {
	font-size: 17px;
	font-weight: normal;
	color: gray;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	text-decoration: none;
	position: relative;
	top: 3px;
	left: -11px;
}
.vpravo td.infoboxheading a:hover {
	text-decoration: none;
}
.vpravo table.infoBox {
	background: url(http://dev.trollbeadscz.com/sites/all/themes/trollbeads/images/block-sidebar-bg.gif);
}
.vpravo table.infoBoxContents {
	background: url(http://dev.trollbeadscz.com/sites/all/themes/trollbeads/images/block-sidebar-bottom.gif) bottom no-repeat;
}

