/*
  $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: 0.8em; }
.errorBox { font-size : 0.8em; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 0.8em; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 0.8em; color: #ed0008; text-decoration: bold; }
BODY {
  background: #ffffff;
  color: #545454;
  margin: 0px;
  text-align: center;
	font: 110% Arial, Tahoma, Verdana, Sans-Serif;
}

a {
  color: #33A02B;
  text-decoration: none;
}

a:hover {
  color: #0062AB;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	margin-top: 5px;
	position: relative;
	top: 5px;
	background: #ffffff;
	
}

.headerNavigation td{
	font-size: 12px;
	margin: 4px 0 0 0;
	color: #00639C;
	height: 15px;
	font-weight: normal;
	padding: 5px;
}

.headerNavigation a {
	font-weight: bold;
	padding: 0 4px;
}

.headerNavigation a:hover {
	text-decoration: underline;
}

.headerLink td {
	text-align: center;
	width: 16.6%;
	font-size: 0.8em;
	color: #fff;
	height: 15px;
	font-weight: normal;
	padding: 0 3px;
	background: #777;
	border-left: 1px solid #a9a9a9;
}


.headerLink a { 
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 6px 0;
	display: block;
}

.headerLink a:hover {
	color: #fff;
	background: #000;
}

.banner {
	position: relative;
	/* background:	url(../images/cro_banner.jpg) 0 0 no-repeat; */
	width: 100%;
	overflow: hidden;
}

.left {
	float: left;
}

	.logo {
		display: block;
		margin: 12px 0 0 0;
		width: 180px;
		height: 60px;
		text-indent: -9999px;
		outline: none;
		background:	url(../images/cro-logo.png) 0 0 no-repeat;
	}
	
	.subTitle {
		font: normal 12px Arial, Tahoma, Verdana, Sans-serif;
		clear: both;
		margin: 4px 0 0 90px;
		color: #777;
	}
	
.right {
	float: right;
}

	.croHead {
		font: normal 18px Arial, Tahoma, Verdana, Sans-serif;
		color: #000;
	}
	
	.age {
		font: normal 16px Arial, Tahoma, Verdana, Sans-serif;
		font-style: italic;
		color: #e30f0b;
		text-align: right;
	}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #e6eaef;
	padding:6px 0 6px 8px;
	background: #f2f2f2;
	font-size: 0.75em;
  /* background: #e6eaef; */
}

TD.footer {
	padding: 7px;
}

.smallTextfooter {
	padding: 12px;
	color: #686868;
	border-top: 1px dotted #dfdfdf;
	border-bottom: 1px dotted #bbb;
}

.smallTextfooter a {
	color:#00639C;
}

.smallTextfooter a:hover {
	color:#ed0008;
}
	
#altinet {
	margin: 0;
	padding: 0;
	display: block;
	height: 28px !important;
	background: url('../images/altinet-logo-clients.png') no-repeat right;
	/* background: url('http://www.altinet.pl/altinet-logo-clients.png') no-repeat right; */
}

	#altinet a {
		display: block;
		width: 120px;
		height: 28px;
		color: #374b66;
		text-align: right;
		padding: 12px 64px 0 0;
	}
	
	* html #altinet a {
		padding-top: 22px;
	}

.infoBox {
	padding: 8px;
	background: #ffffff;
}

.infoBoxContents {
  background: #ffffff;
  font-size: 0.8em;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 0.8em;
}

TD.infoBoxHeading {
	font-size:1em;
	margin:22px 0 15px;
	padding:6px 0 6px 8px;
	font-weight: bold;
	background: #f2f2f2;
	color: #686868;
	border-bottom:1px solid #bbb;
	border-top:5px solid #bbb;
	text-transform:uppercase;
	font-size: 0.75em;
	letter-spacing: 1px;
}

TD.infoBox, SPAN.infoBox {
	font-size: 100%;
}

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;
}

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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #777;
  border-spacing: 1px;
  	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.productListing-heading {
  font-size: 0.8em;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
  color: #00639C;
}

A.pageResults:hover {
  color: #ED0008;
	text-decoration: bold;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #00639C
}

	.pageHeading h1 {
		font-size: 18px;
		font-weight: bold;
		color: #00639C
	}

TR.subBar {
  background: #ffffff;
}

TD.subBar {
  font-size: 0.8em;
  color: #000000;
}

TD.main, P.main {
  font-size: 0.8em;
  line-height: 1.5;
  text-align: justify;
}

.main a:hover{

}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 100%;
}

TD.accountCategory {
  font-size: 100%;
  color: #000000;
}

TD.fieldKey {
  font-size: 100%;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ed0008;
}

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: #ffffff;
  border-color: #777;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #ed0008;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ed0008;
}

SPAN.errorText {
  color: #ed0008;
}

.moduleRow { }
.moduleRowOver { cursor: pointer; cursor: hand; }
.moduleRowSelected { }

.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: #EAF200; }
.messageStackSuccess { font-size: 10px; background-color: #EAF200; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ed0008; }


.languages {
	position:absolute;
	left:835px; 
	top:100px;
}

.languages a img {
	border: solid 2px #ffffff;
}
.TableProductPrice {font-size: 11px; float: right;}
.TableProductPrice th {padding: 4 8; text-align: right; font-weight:bold; color: #ffffff; background-color: #8b97a5; white-space: nowrap}
.TableProductPrice td {padding: 4 8; text-align: right; font-weight:bold; color: #ffffff; background-color: #8b97a5;}

.OpisProdukt p {text-align: justify; font-size: 11px;}
.OpisProdukt h2 {text-align: justify; font-size: 14px;}
.OpisProdukt ul {text-align: justify; font-size: 11px;}
.OpisProdukt table {font-size: 11px;}
.OpisProdukt th {background-color:#ffffff;font-weight:bold;text-align:right;color:#000000;padding:3px 10px;border: solid 1px #ffffff;}
.OpisProdukt td {text-align:justify;color:#000000;padding:3px 10px;}

.Categories {font-size:0.8em; padding: 6px 0 0 0; color:#000000; width:195px;}
	.Categories a {font-weight: bold;}
	.Categories div {
		border-bottom: 1px dotted #dfdfdf;
		padding: 4px 0 4px 10px !important;
	}

ul.XMLFeed {margin: 0px; padding: 0px;}
ul.XMLFeed li {margin: 20px 5px 20px 5px; font-size: 100%;line-height:14px;list-style-type: none;border-bottom: 2px solid #777;}
ul.XMLFeed a.title {font-size:110%;line-height: 16px;color:#00639C;text-decoration: bold; text-align: left;}
ul.XMLFeed a.title:hover {color: #ed0008; text-decoration: bold;}
ul.XMLFeed a.comments {font-size:11px;line-height: 90%;color:#00639C; text-decoration: bold; text-align: right;}
ul.XMLFeed a.comments:hover {color: #ed0008; text-decoration: bold;}
ul.XMLFeed p {text-align:justify;}

