/*
  $Id: stylesheet.css,v 1.12 2004/12/16 17:15:29 magicx Exp $

  Script Connector CastleKart, Open Source E-Commerce Solutions
  http://www.scriptconnector.org/

  Copyright (c) 2004-2005 Script Connector Corporation
  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.errorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #FFFF99;
	font-weight: bold;
	border-bottom: 1px dotted black;
}

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #EAEAEA; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-color: white;
  background-image: url("../../images/netarch/background.jpg");
  background-repeat: repeat-x;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
  border:0px;
}

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

a img	{
  border:0px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  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: #587CBE;
  color: #ffffff;
  font-weight: bold;
  padding-top : 1px;
  padding-bottom : 2px;
}

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFFFA6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: red;
  color: #ffffff;
}

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

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: #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: #666666;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #B8B8B8;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: Gray;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.main {
  font-family:tahoma, arial, verdana;
  font-size: 11px;
  color:#666666;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

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

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #E7E7E7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E7E7E7; }

.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: #AED8EE;  border-bottom: 1px dotted; color: #000000 }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

A.buybothPrice {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

A.buybothHeading {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

.buybothText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #506b00;
}

.specialsHeading{
	background-color: #666666;
	height:15px;
	padding-left:4px;
}
.newproductsHeading{
	background-color: #666666;
	height:15px;
	padding-left:4px;
}
.specialsLink,.newproductsLink{
	font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
	font-weight: bold;
	color:white !important;
}
.footer.date{
	font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
	
	
}
.footer.date{
	font-weight: bold;

}
.footer.copyright{
	font-weight: bold;
}


div.popup_negotiation	{
  font-family: Verdana, Arial, sans-serif;
  color: black;
  font-size:11px;
  width:100%;
  height:100%;
  padding:10;
  margin:0;
  background:white;
  line-height:18px;
/*  background-image:url("../../images/netarch_logo.jpg");
  background-repeat:no-repeat;
  background-position:277px 15px;*/
}
div.popup_negotiation input	{
  font-family: courier, Verdana, Arial, sans-serif;
  color: black;
  font-size:11px;
  background:white;
  border:1px solid gray;
}
div.popup_negotiation textarea	{
  font-family: courier, Verdana, Arial, sans-serif;
  width:350px;
  color: black;
  font-size:11px;
  background:white;
  border:1px solid gray;
}

.hand_link	{
   cursor: pointer; cursor: hand;
}


/* ------------------------------------------------------------------------- */


span.price_without_discount {
	text-decoration:line-through;
}
span.price_with_discount {
	color:green;
}
span.promo_price {
	color:red;
}


/* ------------------------------------------------------------------------- */

div#main {
	width:900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
a#logo {
	margin-top:29px;
	margin-bottom:10px;
	margin-left:16px;
	display:block;
	width:198px;
	height:77px;
	background-image:url("../../images/netarch/logo.jpg");
}
div#heading {
	background-color: white;
	background-image: url("../../images/netarch/background2.png");
	background-repeat: repeat-x;
	width:900px;
	height:261px;
	position:relative;
}
div#heading_img {
	position:absolute;
	top:-27px;
	left:16px;
	width:869px;
	height:222px;
	background-image: url("../../images/netarch/banner.jpg");
}
div#top_menu {
	position:absolute;
	top:282px;
	left:16px;
	width:900px;
	height:100px;
}
div#choose_country {
	float:left;
	height:57px;
	width:257px;
	background-image: url("../../images/netarch/choose_country.jpg");
}
a#czechy_link {
	float:left;
	height:57px;
	width:291px;
	background-image: url("../../images/netarch/czechy.jpg");
}
a#slowacja_link {
	float:left;
	height:57px;
	width:321px;
	background-image: url("../../images/netarch/slowacja.jpg");
}
div#dots {
	width:869px;
	height:2px;
	background-image: url("../../images/netarch/dots.jpg");
	background-repeat: repeat-x;
	margin-left:17px;
}
div#dots2 {
	width:865px;
	height:2px;
	background-image: url("../../images/netarch/dots.jpg");
	background-repeat: repeat-x;
	margin-top:30px;
	margin-bottom:10px;
}
div#content {
	width:865px;
	margin-left:auto;
	margin-right:auto;
/* 	border-top:1px solid blue; */
/* 	padding-bottom:20px; */
	margin-top:10px;
	text-align:left;
}
div#search_field {
	position:absolute;
	top:10px;
	right:14px;
}
input#search_input {
	width:253px;
	border:1px solid #20cffa;
	background-color: #0ab7e2;
	color:white;
	font-weight:bold;
	font-size:11px;
	font-family:tahoma, arial, verdana;
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:4px;
}
div#footer {
	width:868px;
	margin-left:17px;
	margin-bottom:15px;
}
td#footer_text {
	font-size:11px;
	font-family:tahoma, arial, verdana;
	color:#999999;
}
div#menu_statics {
	margin-top:30px;
	margin-bottom:20px;
	font-size:16px;
	font-family:tahoma, arial, verdana;
	color:#999999;
}
div#menu_statics a {
	color:#999999;
}
div#menu_statics a:hover {
	text-decoration:none;
}
td#choose_region {
	font-size:14px;
	font-family:tahoma, arial, verdana;
	color:#666666;
	font-weight:bold;
}
table#regions td {
	padding-right:15px;
}
table#regions a {
	font-size:11px;
	font-family:tahoma, arial, verdana;
	color:#999999;
/* 	margin-right:10px; */
}
td.n_products_td {
	font-size:11px;
	font-family:tahoma, arial, verdana;
	padding-right:10px;
	color:#666666;
}
div#region_info_heading {
	padding:20px;
	font-size:14px;
	font-family:tahoma, arial, verdana;
	color:white;
	font-weight:bold;
	background-color:#c4c4c4;
	margin-top:20px;
	margin-bottom:20px;	
}
div#region_info_choose {
	margin-left:19px;
	margin-bottom:17px;
	font-size:14px;
	font-family:tahoma, arial, verdana;
	color:#666666;
	font-weight:bold;
}
div#region_info {
	margin-left:20px;
}
div#region_info a {
	font-size:11px;
	font-family:tahoma, arial, verdana;
	color:#999999;
	margin-right:100px;
}
div#dots3 {
	width:865px;
	height:2px;
	background-image: url("../../images/netarch/dots.jpg");
	background-repeat: repeat-x;
	margin-top:19px;
	margin-bottom:17px;
}
div#p_image {
	text-align:center;
}
div#p_link {
	font-size:11px;
	font-family:tahoma, arial, verdana;
	color:#999999;
	margin-right:100px;
	margin-bottom:15px;
}
div#p_link a {
	color:red;
	font-size:13px;
	font-weight:bold;
}


a.pozycjonowanie,span.reklama, span.pozycjonowanie {
	font-size:11px;
	font-family:tahoma, arial, verdana;
	color:#999999;
}
