html,body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a {
	color: #DE3700;
}

a:visited {
	color: #c03000;
}

a:hover {
	color: #ff7745;
}

.mainContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*
 nagłówek strony
 */
#header {
	background-image: url(/images/index/headerBG.png);
	background-repeat: repeat-x;
	text-align: center;
}

#header .mainContainer {
	width: 900px;
	height: 152px;
	background-image: url(/images/index/headerInternalBG.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#headerMainLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#headerFirst {
	position: absolute;
	top: 31px;
	right: 15px;
	clear: both;
}

/*
 naglowek strony - menu uzytkownika
 */
#headerUserMenu {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
}

#headerUserMenu li {
	float: left;
	padding: 5px 1px;
	background: transparent url(/images/index/userMenuLi.png) no-repeat;
	list-style: none;
}

#headerUserMenu li a {
	padding: 5px 10px;
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}

#headerUserMenu li a:hover {
	text-decoration: underline;
}

/*
 naglowek strony - glowne menu
 */
#headerMainMenu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}

#headerMainMenu li {
	float: left;
	padding: 7px 0px 7px 0px;
	list-style: none;
}

#headerMainMenu li.inter {
	background: transparent url(/images/index/mainMenuLi.png) no-repeat 0px
		9px;
}

#headerMainMenu li.chosen {
	background: #A31312 url(/images/index/mainMenuChosenBG.png) repeat-x;
	border: 1px solid #A31312;
	border-width: 0px 1px 0px 1px;
	color: #ffffff;
}

#headerMainMenu li a {
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	color: #F9DCD6;
	font-weight: 600;
	text-decoration: none;
}

#headerMainMenu li.chosen a {
	color: #ffffff;
}

#headerMainMenu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*
 sciezka kategorii
 */
#categoryPath {
	margin: 8px 0px;
	color: #4c4c4c;
}

#categoryPath a {
	color: #659934;
	background: transparent url(/images/index/categoryPathLi.gif) no-repeat;
	background-position: right;
	padding: 3px 10px 3px 2px;
	text-decoration: none;
}

#categoryPath a:hover {
	text-decoration: underline;
}

/*
 stopka
 */
#footer {
	background: #ffffff url(/images/index/footerBG.png) repeat-x;
	color: #5C783E;
	height: 70px;
}

#footer a {
	font-weight: 600;
	color: #E74602;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerCopy {
	margin: 10px 5px;
	float: left;
}

#footerStatute {
	margin: 10px 5px;
	float: right;
}

#footerLogo {
	margin: 0px 5px;
}

/*
 elementy ukladu wspolnego - podzial na kolumny
 */
#mainLeftColumn {
	float: left;
	width: 218px;
	margin: 0px 14px 10px 0px;
}

#mainRightColumn {
	float: left;
	width: 668px;
	margin: 0px 0px 10px 0px;
}

/*
 lewe menu (klasa leftMenu)
 */
div.leftMenu h1 {
	background: #85A043 url(/images/index/leftColumnHeaderBG.png) repeat-x;
	margin: 0px;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

div.leftMenu ul {
	margin: 0px;
	border: 1px solid #85A043;
	list-style: none;
	padding: 10px;
}

div.leftMenu ul li {
	padding: 3px;
	color: #666;
}

div.leftMenu ul a {
	margin-right: 5px;
	font-size: 12px;
	color: #DD1305;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #F9DCD6;
}

div.leftMenu ul a:hover {
	border-bottom: 1px solid #DD1305;
}

/*
 naglowki, glowne uklady stron
 */
.standardPage {
	margin: 10px 0px 20px 0px;
	font-size: 12px;
	line-height: 150%;
}

.standardPage h1 {
	background: #85A043 url(/images/index/leftColumnHeaderBG.png) repeat-x;
	margin: 10px 0px;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #86A144;
}

.standardPage.pagesController h2 {
	background: #eaeaea url(/images/index/formLabelBG.png) repeat-x;
	margin: 10px 0px;
	padding: 5px 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #d0d0d0;
}

h1.infoSuccess,h1.infoError,h1.info {
	margin: 20px 100px 2px 100px;
	padding: 10px 50px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

h1.info {
	background: #0198CF url(/images/index/headerInfoBG.png) repeat-x;
	border: 1px solid #0198CF;
}

h1.infoSuccess {
	background: #569512 url(/images/index/headerSuccessBG.png) repeat-x;
	border: 1px solid #569512;
}

h1.infoError {
	background: #DE3800 url(/images/index/headerErrorBG.png) repeat-x;
	border: 1px solid #DE3800;
}

.infoContent {
	margin: 0px 100px 1px 100px;
	padding: 20px 100px;
	background: #e0e0e0 url(/images/index/messageBG.png) repeat-x;
	border: 1px solid #e0e0e0;
	font-size: 12px;
	text-align: center;
	line-height: 200%;
}

.infoContentEnd {
	margin: 0px 100px 60px 100px;
	background-color: #acacac;
	height: 4px;
}

/*
 domyślny wygląd formularza
 */
.standardForm fieldset {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.standardForm legend {
	display: none;
}

.standardForm .row {
	clear: both;
	border: 1px solid #ececec;
	margin-bottom: 2px;
	overflow: hidden;
	float: left;
	width: 900px;
	background: #f0f0f0 url(/images/index/formRowBG.png) repeat-x;
}

.standardForm .row span.label,.standardForm .row label {
	display: block;
	width: 140px;
	padding: 8px 9px;
	float: left;
	padding-bottom: 308px;
	margin-bottom: -300px;
	overflow: hidden;
	background: #eaeaea url(/images/index/formLabelBG.png) repeat-x;
	font-size: 12px;
}

.standardForm .row span.input,.standardForm .row input,.standardForm .row select,.standardForm .row textarea
	{
	display: block;
	margin: 6px 14px;
	float: left;
	width: 245px;
	padding-left: 5px;
	border: 1px solid #999999;
	border-color: #999999 #ffffff #ffffff #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f4f4f4 url(/images/index/inputBackground.png) repeat-x;
}

.standardForm .row input {
	padding: 1px 5px;
	width: 240px;
}

.standardForm .row span.input {
	padding: 3px 0px;
	border: none;
	background: transparent;
}

.standardForm .row .info {
	margin: 6px 0px;
	float: left;
	width: 420px;
	font-size: 11px;
	color: #999999;
}

.standardForm .row .errorDiv {
	margin-left: 172px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: 600;
	color: #ff0000;
	clear: both;
}

.standardForm .oneCheckboxRow label {
	display: inline;
	padding: 10px 0px;
	margin: 0px;
	font-size: 12px;
	width: auto;
	background: none;
}

.standardForm .oneCheckboxRow input {
	display: inline;
	width: auto;
	border: none;
	background: none;
	padding: 0px;
	margin: 8px 14px 8px 172px;
}

.standardForm .submitRow {
	text-align: center;
	clear: both;
}

input.orangeSubmit {
	float: none !important;
	margin: 5px auto !important;
	background: transparent url(/images/index/sendFormBlank.png) no-repeat
		0px 0px !important;
	width: 163px !important;
	height: 27px !important;
	border: 0px !important;
	font-weight: 600;
	font-size: 14px;
	color: #f0e9d9;
}

input.errorInput,textarea.errorInput,select.errorInput {
	border-color: #ff9999 #ffdddd #ffdddd #ff9999;
}

#contactForm #fContent {
	width: 400px;
}

/*
 stronicowanie (klasa pagination)
 */
.pagination {
	font-size: 12px;
	vertical-align: middle;
}

.pagination a.dig,.pagination b {
	padding: 5px 7px;
	text-decoration: none;
	vertical-align: middle;
}

.pagination a img {
	vertical-align: middle;
	margin: 2px;
}

.pagination a {
	color: #61A502;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination a:hover img {
	filter: alpha(opacity =         60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

/*
 opis textile
 */
table.textileHelp {
	margin: 5px 0px;
	width: 100%;
}

table.textileHelp thead th {
	background-color: #E0E0E0;
}

table.textileHelp th,table.textileHelp td {
	border-bottom: 1px solid #E0E0E0;
	font-size: 10px;
	padding: 3px 5px;
}

table.textileHelp tbody th {
	background-color: #F7F7F7;
	font-weight: 500;
	min-width: 100px;
	text-align: left;
	white-space: nowrap;
}

table.textileHelp tbody td {
	background-color: #FFFFFF;
}

table.textileHelp tbody td ul {
	margin: 0px;
	padding: 0px;
}

table.textileHelp tbody td ul li {
	margin-left: 20px;
}

table.textileHelp.big th,table.textileHelp.big td {
	font-size: 11px;
	padding: 4px 10px;
}

table.textileHelp.big .header1 th {
	background: #B2FF31 url(/images/index/belkaZielona.png) repeat-x scroll
		0%;
	border-top: 1px solid #B2FF31;
	font-weight: 600;
}

table.textileHelp.big .header2 th {
	background-color: #E5E5E5;
	font-weight: 600;
}

table.textileHelp.big tbody td ul {
	margin-left: 20px;
}

#enableScrollBar {
	bottom: -1px;
	left: 0px;
	position: absolute;
}

/*
 stronicowanie
 */
.offerSearchBox {
	border: 1px #EBEBEB solid;
	margin-bottom: 10px;
	background: #f2f2f2 url('/images/index/searchBackground.png') repeat-x;
	font-size: 12px;
}

.offerSearchBox p {
	margin: 0px;
	float: left;
	padding: 10px;
}

.offerSearchBox p.pagination {
	float: right;
	padding: 7px;
}

.offerSearchBox img {
	vertical-align: middle;
}

div.fullTextContent {
	margin-bottom: 10px;
}

span.newsDate {
	color: #AFAFAF;
	font-size: 10px;
}

.standardWindow {
	border: 1px #EBEBEB solid;
	padding: 10px;
	margin: 5px 0px;
	background: #F3F3F3 url('../../images/index/inputBackground.png')
		repeat-x;
}

.standardPage h3 {
	background: transparent url(../../images/index/kropkaLabel.png)
		no-repeat scroll 0pt 3px;
	font-weight: bold;
	padding-left: 20px;
}

h3.standardWindow {
	font-size: 14px !important;
}

#faqRight dl {
	padding-left: 10px;
	padding-right: 10px;
}

.defaultForm #fContent {
	width: 400px !important;
}

.commentPositive {
	color: #00bb00;
	font-weight: 600;
}

.commentNeutral {
	color: #999999;
	font-weight: 600;
}

.commentNegative {
	color: #dd0000;
	font-weight: 600;
}

#chosenRegions {
	padding-top: 0;
	float: left;
	margin: 5px;
	border: 1px #E74602 solid;
	width: 325px;
	height: 560px;
}

#chosenRegions h3 {
	margin-top: 0;
	color: white;
	background: url('/images/index/orangeHeader.png') repeat-x;
	display: block;
	width: 318px;
	height: 25px;
	padding-top: 8px;
	padding-left: 8px;
}

#regionMap h3,#allRegions h3 {
	margin-top: 0;
	color: black;
	background: url('/images/index/greyHeader.png') repeat-x;
	display: block;
	width: 542px;
	height: 25px;
	padding-top: 8px;
	padding-left: 8px;
}

#regionMap {
	border: 1px #D9D9D9 solid;
	float: left;
	background: #FBFBFB;
	margin: 5px;
	width: 550px;
	height: 560px;
}

#allRegions {
	margin: 5px;
	border: 1px #D9D9D9 solid;
	width: 890px;
	padding-bottom: 10px;
}

#chosenRegions a {
	color: #FF6634 !important;
	text-decoration: none;
	background: url('/images/index/orangeArrow.png') no-repeat;
	margin: 8px;
	padding-left: 15px;
	display: block;
	
}
#chosenRegions a:hover {
	text-decoration: underline;	
} 

#allRegions a {
	color: black !important;
	background: url('/images/index/grayArrow.png') no-repeat;
	margin: 8px;
	padding-left: 15px;
	display: block;
	
}
#allRegions a:hover {
	color: #4F4F4F !important;	
} 

#allRegions h3 {
	width: 882px;
}
