* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 1.4;
	background: white;
	color: black;
}
#container {
	width: 780px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -390px;
}
#metar {
  width: 780px;
  color: gray;
}
#metar td {
	
}
#metar td span {
	color: gray;
	padding: 5px;
	font-size: 8pt;
}
#header {
  width: 780px;
  height: 100px;
}
#navi {
  width: 780px;
  border-bottom: 1px solid silver;
}
#navi td {
	color: gray;
}
#navi a {
	color: gray;
}
#navi a:hover {
	color: black;
	text-decoration: none;
}
#body {
	width: 780px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
.main {
	padding: 5px;
	line-height: 1.4;
}
p {
	padding-top: .5em;
	padding-bottom: .5em;
}
.errorBox {
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	color: #70d250;
	text-decoration: underline;
}
a {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	cursor: pointer;
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	display: inline;
}
tr.headerError {
	background: red;
}
td.headerError {
	background: red;
	color: white;
	font-weight: bold;
	text-align: center;
}
tr.headerInfo {
	background: #00ff00;
}
td.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.infoBox {
	margin-bottom: 3px;
	border: 1px solid silver;
}
.BoxText, .productListing-data {
	padding: 3px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
.infoBoxHeading {
	background: #8d8bc1;
	color: white;
}
.infoBoxHeading img, .infoBoxHeading input, .infoBoxHeading a {
	background: #8d8bc1;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	height: 90px;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	height: 90px;
}
table.productListing {
	border: 1px solid silver;
}
.productListing-heading {
	background: #8d8bc1;
	color: white;
}
a.pageResults {
	color: #0000FF;
}
a.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
.pageHeading {
	font-size: 16px;
	padding: 5px;
	color: #8d8bc1;
}
tr.subBar {
	background: #f4f7fd;
}
td.subBar {
	font-size: 10px;
	color: #000000;
}
.smallText {
	font-size: 11px;
}
td.accountCategory {
	color: #aabbdd;
}
td.fieldKey {
}
td.tableHeading {
	font-weight: bold;
}
span.newItemInCart {
	font-size: 12px;
	color: #ff0000;
}
textarea {
	width: 100%;
}
span.greetUser {
	color: #f0a480;
	font-weight: bold;
}
td.formAreaTitle {
	font-weight: bold;
}
span.markProductOutOfStock {
	color: #c76170;
	font-weight: bold;
}
span.productSpecialPrice {
	color: #ff0000;
}
span.errorText {
	color: #ff0000;
}
.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}
.messageBox {
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	color: red;
	font-weight: bold;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.inputRequirement {
	font-size: 10px;
	color: #ff0000;
}
#stopka {
	width: 780px;
	border-top: 1px solid silver;
}
#stopka td {
	font-size: 8pt;
	color: gray;
}
.button {
	background: #FFF2C2;
	cursor: pointer;
	margin: 5px;
}
.smallButton {
	background: #FFF2C2;
	cursor: pointer;
	font-size: 7pt;
}
#dhtmltooltip {
	position: absolute;
	width: 110px;
	border: 1px solid silver;
	color: blue;
	padding: 5px;
	visibility: hidden;
	z-index: 100;
}
.linkopacity img {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
.linkopacity {
	color: gray;
}
.linkopacity span {
	color: gray;
}
.linkopacity:hover {
	color: blue;
	cursor: pointer;
	text-decoration: none;
}
.linkopacity:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.promo:hover {
	text-decoration: none;
}

