/**
*   @version $Id: styl.css 187 2007-08-29 09:19:57Z piotrj $
*/
.mainBody {
	/*padding-left: 75px;*/
}

.mainBodyPopup {
	padding: 10px;
}

.btnMiddle {
	height: 27px;
	padding-left: 5px;
	background-image: url( '/images/default/bg_bt1_l.gif' );
	background-position: top left;
	background-repeat: no-repeat;
}

.btnLeft {
	height: 27px;
	padding-right: 5px;
	background-image: url( '/images/default/bg_bt1_r.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: auto;
}

.btnRight {
	height: 22px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url( '/images/default/bg_bt1_m.gif' );
	background-position: top right;
	background-repeat: repeat-x;
	float: left;
	width: auto;
	white-space: nowrap;
}

.btnMiddleRed {
	height: 27px;
	padding-left: 5px;
	background-image: url( '/images/default/bg_bt2_l.gif' );
	background-position: top left;
	background-repeat: no-repeat;
}

.btnLeftRed {
	height: 27px;
	padding-right: 5px;
	background-image: url( '/images/default/bg_bt2_r.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: auto;
}

.btnRightRed {
	height: 22px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url( '/images/default/bg_bt2_m.gif' );
	background-position: top right;
	background-repeat: repeat-x;
	float: left;
	width: auto;
	white-space: nowrap;
}

.btnMiddleRedBig {
	height: 42px;
	padding-left: 5px;
	background-image: url( '/images/default/bt_bg_basket_l.gif' );
	background-position: top left;
	background-repeat: no-repeat;
}

.btnLeftRedBig {
	height: 42px;
	padding-right: 5px;
	background-image: url( '/images/default/bt_bg_basket_r.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: auto;
}

.btnRightRedBig {
	height: 29px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url( '/images/default/bt_bg_basket_m.gif' );
	background-position: top right;
	background-repeat: repeat-x;
	float: left;
	width: auto;
	white-space: nowrap;
}

.btnMiddleRedSmall {
	height: 23px;
	padding-left: 4px;
	background-image: url( '/images/default/bg_bt4_l.gif' );
	background-position: top left;
	background-repeat: no-repeat;
}

.btnLeftRedSmall {
	height: 23px;
	padding-right: 4px;
	background-image: url( '/images/default/bg_bt4_r.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: auto;
}

.btnRightRedSmall {
	height: 20px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url( '/images/default/bg_bt4_m.gif' );
	background-position: top right;
	background-repeat: repeat-x;
	float: left;
	width: auto;
	white-space: nowrap;
}

.bannerCommonEnd {
	background-image: url( '/images/default/img_banner_r.jpg' );
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bannerKatalogMid {
	background-image: url( '/images/default/bg_banner_kat.gif' );
	background-repeat: repeat-x;
}

.bannerKatalogEnd {
	background-image: url( '/images/default/img_banner_kat_r.jpg' );
	background-repeat: no-repeat;
	background-position: bottom right;
}

.leftTextStyle {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.rightTextStyle {
	padding-right: 30px;
	padding-bottom: 10px;
}

.headerOuterStyle {
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #cccccc;
}

.footerOuterStyle {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	border-top: 2px dotted #cccccc;
}

.bottomMenuBackgroundRightEndStyle {
	background-color: #455A83;
	background-image: url( '/images/default/bg_stopka_1_r.gif' );
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bottomMenuBackgroundLeftEndStyle {
	width: 735px;
	background-image: url( '/images/default/bg_stopka_1_l.gif' );
	background-repeat: no-repeat;
	background-position: bottom left;
}

.mainDiv {
	min-width: 950px;
	max-width: 950px;
	width: auto !important;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.mainDivSRC {
	min-width: 650px;
	max-width: 650px;
	width: auto !important;
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

.mainDivSplash {
	min-width: 430px;
	max-width: 430px;
	width: auto !important;
	width: 430px;
	margin: 0 auto;
	text-align: left;
	background: none;
}

.searchPanel {
	min-width: 598px;
	max-width: 598px;
	width: auto !important;
	width: 598px;
	margin: 0 auto;
	text-align: left;
}

.mainDivError {
	min-width: 950px;
	max-width: 950px;
	width: auto !important;
	width: 950px;
	height: 315px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	/*width: auto;
	margin: 0;
	text-align: left;*/
}

.header {}

.tableHeaderGroup {
	display: table-header-group;
	margin: auto;
}

.normal {
	width: auto;
	margin: 0;
	text-align: left;
	float: none;
}

.footer {
	clear: both;
}

.divTabLeft {
	float: left;
	width: 175px;
	overflow: hidden;
	background-color: #ffffff;
}

.divInsideLeft {
	padding-left: 15px;
	padding-right: 15px;
}

.divTabCenter {
	float: left;
	width: 400px;
	overflow: hidden;
	background-color: #ffffff;
}

.divInsideCenter {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #cccccc;
}

.divTabRight {
	float: left;
	width: 175px;
	overflow: hidden;
	background-color: #ffffff;
}

.divInsideRight {
	padding-left: 15px;
	padding-right: 15px;
}

.catTabOn {
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	font-weight: normal;
	color: #993366;
	text-decoration: none;
	background-color: #ffffff;
	height: 20px;
	margin-right: 1px;
}

.catTabOff {
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	font-weight: normal;
	color: #142a3b;
	text-decoration: none;
	background: none;
	height: 20px;
	margin-right: 1px;
}

.catTabOffOver {
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	font-weight: normal;
	color: #993366;
	text-decoration: none;
	background: none;
	height: 20px;
	margin-right: 1px;
}

input.checkbox {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

input.mainInput {
	background: none;
	font-size: 18px;
	height: 23px;
	color: #afaea0;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

input.rose {
	margin: 0px;
	height: 17px;
	color: #000000;
	border: 0px;
	background-color: #ffebeb;
	vertical-align: top;
}

input.white {
	margin: 0px;
	height: 17px;
	color: #000000;
	border: 0px;
	background-color: #ffffff;
	vertical-align: top;
}

div.sliderDiv {
	display: none;
}

.pathDiv {
	float: left;
	width: auto;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
	color: #cc6699;
	white-space: nowrap;
}

.footerLeftLinks {
	float: left;
	text-align: left;
	color: #999999;
	font-size: 10px;
	padding-left: 15px;
	white-space: nowrap;
}

.footerRightLinks {
	float: right;
	text-align: right;
	font-size: 10px;
	padding-right: 15px;
	white-space: nowrap;
}

.leftMenuDotSeparator {
	height: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #7c94a5;
}

.leftMenuTextSeparator {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #7c94a5;
	text-align: center;
}

.inMiddle {
	background-image: url( '/images/default/bg_input_m.gif' );
	background-position: top left;
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
	float: left;
}

.inLeft {
	height: 23px;
	width: 5px;
	font-size: 0px;
	background-image: url( '/images/default/bg_input_l.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

.inRight {
	height: 23px;
	width: 5px;
	font-size: 0px;
	background-image: url( '/images/default/bg_input_r.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.inMiddleReq {
	background-image: url( '/images/default/bg_inputs_m.gif' );
	background-position: top left;
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
	float: left;
}

.inLeftReq {
	height: 23px;
	width: 5px;
	font-size: 0px;
	background-image: url( '/images/default/bg_inputs_l.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

.inRightReq {
	height: 23px;
	width: 5px;
	font-size: 0px;
	background-image: url( '/images/default/bg_inputs_r.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.f45 {
	color: #397939;
	font-family: SILDoulos IPA93, Arial, Helvetica, Times New Roman;
	font-weight: bold;
}

.haslo {
	color: #397939;
}

.rodzaj {
	color: #942828;
	font-weight: bold;
}

.print {
	text-decoration: none;
	color: #7777cc;
}
.print:hover {
	text-decoration: underline;
	color: #7777cc;
}

.charPl {
	color: #333333;
	padding: 3px;
	text-decoration: none;
	background-color: #f0f0f0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.charPl:hover {
	color: #942828;
	padding: 3px;
	text-decoration: none;
	background-color: #fbfbfb;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.res1 {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 12px;
}
.res1:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.res2 {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 16px;
}
.res2:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.res3 {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 20px;
}
.res3:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

.agType0 {
	height: 19px;
	padding-top: 1px;
	margin: 0px;
	color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
}

.agType1 {
	height: 17px;
	padding-top: 3px;
	margin: 0px;
	color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
}

.agType2 {
	height: 19px;
	padding-bottom: 1px;
	margin: 0px;
	color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
}

.agType3 {
	height: 19px;
	padding-top: 1px;
	margin: 0px;
	color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
}

*.prodTabHead {
	border-bottom: 1px solid #F2F2E8;
	font-weight: bold;
	font-size: 11px;
}

*.prodTab {
	border-bottom: 1px solid #F2F2E8;
	font-size: 11px;
}

*.imgHelp {
	vertical-align: top;
	margin-top: 1px;
}

.imgTip-tip {
	color: #000000;
	width: 220px;
	z-index: 13000;
	background-image: url( '/images/default/bg_shade.gif' );
	text-align: left;
}
 
.imgTip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.imgTip-text {
	font-size: 11px;
	padding: 5px;
	background-color: #F2F2E8;
	border: 1px solid #D5D4C0;
	margin: 5px;
	text-align: left;
}

*.catTabHead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EDE9DE;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

*.catTabHead2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

