/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  margin-bottom: 0px;
  overflow-y: scroll;
}

body {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	font-size: 10pt;
	color: #270605;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0px -20px;	
	text-align: left;
	line-height: 120%;
}

a{
	text-decoration: underline;
	color: #bb130f;	
}

a:hover {
	text-decoration: underline;
	color: #bb130f;	
}

img {
	border: 0px;
}

div#container {
	width: 970px;
	margin: 0px auto;
	text-align: center;
	height: 100%;
}

div#mainBody {
	width: 970px;
	text-align: left;
}

div#mainLogo {
	background-image: url('../images/mainLogo.png');
	background-repeat: no-repeat;
	width: 557px;
	height: 100px;
	margin-top: 80px;
	margin-left: 200px;
}

div#mainLogo img {
	width: 557px;
	height: 100px;	
}

div#mainLogoSmall {
	background-image: url('../images/mainLogoSmall.png');
	background-repeat: no-repeat;
	width: 300px;
	height: 50px;
	margin-top: 10px;
	margin-left: 0px;
}

div#mainLogoSmall img {
	width: 300px;
	height: 50px;	
}

div.fullLine {
	width: 970px;
	height: 1px;
	background: #850f0c;
	margin-top: 5px;
}

div.clear {
	clear: both;
}

div#searchBox {
	width: 970px;
	margin-top: 20px;
	display: none;
}

div#searchField {
	float: left;
	width: 300px;
	margin-left: 200px;
	margin-top: 7px;
}

div#searchField input {
	border: 1px solid #541311;
	height: 17px;
}

div#searchFieldResults {
	float: left;
	width: 300px;
	margin-left: 0px;
	margin-top: 7px;
}

div#searchFieldResults input {
	border: 1px solid #541311;
	height: 17px;
}

div#searchButton {
	float: left;
	margin-left: 20px;
	margin-top: 6px;
	width: 100px;	
}

div#searchButton input {
	width: 100px;
}

div#searchLinks {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	width: 150px;
}

div#searchSimpleFilter {
	margin-top: 10px;
	margin-left: 220px;
}

div#searchSimpleFilter ul {
	margin-top: 3px;
	margin-left: -18px;
	list-style-type: none;
}

div#searchSimpleFilterResults {
	display: none;
	margin-top: 10px;
	margin-left: 0px;
}

div#searchSimpleFilterResults ul {
	margin-top: 0px;
	margin-left: 20px;
	list-style-type: none;
}

div#searchSimpleFilterResults li {
	float: left;
	margin-left: 5px;
}

div#sSFRT {
	float: left;
	margin-top: 2px;
}

div#footer {
	margin-top: 150px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}

div#footerFront {
	margin-top: 150px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;	
}

div#footerResults {
	margin-top: 50px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;	
	display: none;
}

div#footerPage {
	margin-top: 25px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;	
}

div#footerFront hr {
	width: 400px;
	border: 1px solid #850f0c;
	margin-top: 0px;
}

div#footerPage hr {
	width: 400px;
	border: 1px solid #850f0c;
	margin-top: 0px;
}

div#footerResults hr {
	width: 400px;
	border: 1px solid #850f0c;
	margin-top: 0px;
}


div#footer hr {
	width: 400px;
	border: 1px solid #850f0c;
	margin-top: 0px;
}

div#bottomMenu {
	text-align: center;
	height: 19px;
	padding-top: 1px;
	padding-left: 6px;
}

div#bottomMenu a {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	color: #bb130f;
}

div#bottomMenu a:hover {
	text-decoration: underline;	
	color: #bb130f;
}

div#bodyPage {
	margin-top: 30px;
	margin-bottom: 50px;
}

div#bodyPage2 {
	margin-top: 10px;
	margin-bottom: 50px;
}

div#infolinia {
	float: right;
	width: 215px;
	height: 39px;
	background-image: url('../images/infolinia.png');
	background-repeat: no-repeat;
	margin-top: 5px;
}

table.resultFirma {
	width: 970px;
	line-height: 110%;
	font-size: 12px;
}

table.resultFirma td {
	vertical-align: top;
}

table.resultFirma2 {
	width: 970px;
	line-height: 125%;
	font-size: 14px;
	margin-top: 30px;
}

table.resultFirma2 td {
	vertical-align: top;
}

td.resultFirmaNazwa {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 21px;
}

td.resultFirmaNazwa2 {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}

ul.resultLists {
	margin-top: 3px;
	margin-left: -20px;
	list-style-type:square;
}

table.resultKontakt {
	width: 100%;
}

td.resultKontaktLeft {
	width: 100px;
	text-align: right;
	padding-right: 3px;
	font-weight: bold;
}

td.resultKontaktRight {
	width: 210px;		
}

td.resultKontaktLeft3 {
	width: 50px;
	text-align: right;
	padding-right: 3px;
	font-weight: bold;
}

td.resultKontaktRight3 {
	width: 270px;		
}

table.resultKontakt2 {
	width: 100%;
	margin-top: 10px;
}

td.resultKontaktLeft2 {
	width: 100px;
	text-align: right;
	padding-right: 3px;
	font-weight: bold;
}

td.resultKontaktRight2 {
	width: 210px;		
}

div.resultFirmaPasek {
	width: 970px;
	height: 32px;
	background-image: url('../images/ikonaBackroundPasek.png');
	background-repeat: repeat-x;
	display: none;
}

div.resultFirmaIkony {
	float: left;
	height: 32px;
	background-color: #ffffff;
	width: 173px;
}

div.resultFirmaIkona {
	float: left;
	width: 32px;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
}

div.resultFirmaWiecej {
	float: right;
	height: 24px;
	width: 75px;
	background-color: #ffffff;
	margin-right: 20px;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

div.resultFirmaWiecej a {
	text-decoration: none;
}

span.spanBold {
	font-weight: bold;
}

div.bottomMargin {
	width: 1px;
	height: 1px;
	margin-bottom: 50px;
}

span.resultChosenPage {
	font-weight: bold;
	color: #97110e;
}

div.resultStrony {
	width: 500px;
	height: 50px;
	margin-top: 0px;
	float: left;
	margin-bottom: 15px;
}

div.resultStrony a {
	font-size: 14px;
	color: #000000;
}

div.resultStronyBrands {
	width: 700px;
	height: 15PX;
	margin-top: 20px;
}

div.resultStronyBrands a {
	font-size: 14px;
	color: #000000;
}

div.resultStrony2 {
	width: 500px;
	height: 40px;
	margin-top: 40px;
}

div.resultStrony2 a {
	font-size: 14px;
	color: #000000;
}

div#resultWynikow {
	float: right;
	width: 450px;
	height: 50px;
	text-align: right;
}

input.filterDiscard {
	width: 298px;
	border: 1px solid #541311;
	height: 17px;	
}

select.filterMultiples {
	min-width: 300px;
	border: 1px solid #541311;
	background: #ffffff;
}

table.filterTable {
	width: 970px;
	margin-top: 15px;
}

td.filterTableLeft {
	width: 485px;
}

td.filterTableRight {
	width: 485px;
}

td.filterInnerTableLeft {
	width: 100px;
	text-align: right;
	height: 29px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

td.filterInnerTableRight {
	width: 385px;
	text-align: left;
	height: 29px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;	
}

select.filterResultsPerSiteCss {
	min-width: 150px;
	border: 1px solid #541311;
	background: #ffffff;
}

table.filterInnerTable {
	width: 475px;
}

div.firmaOpis {
	width: 690px;
	text-align: left;
	background: #f9eeee;
	margin-left: 135px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 5px;
}

div#katalogLetters {
	width: 950px;
	background-color: #bc4a48;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

div.katalogLetter {
	float: left;
	width: 36px;
	background-color: #bc4a48;
	height: 18px;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	cursor: pointer;
	padding-top: 2px;
}

div.katalogLetter a{
	text-decoration: none;
	color: #ffffff;
	font-size: 17px;
}

div.katalogLetterChosen {
	float: left;
	width: 36px;
	background-color: #dc8f8d;
	height: 18px;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	cursor: pointer;
	padding-top: 2px;
	color: #ffffff;	
	font-size: 17px;
}

div#katalogWynikiEmpty {
	width: 970px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	margin-top: 80px;
}

div#katalogWyniki {
	width: 970px;
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
}

div#searchWyniki {
	width: 970px;
	text-align: left;
	font-size: 14px;
	margin-top: 0px;
}

table.brandsTable {
	width: 900px;
	margin-left: 35px;
}

td.brandsColumn {
	vertical-align: top;
	text-align: left;
	width: 300px;
}

table.firmyTable {
	width: 970px;
	margin-left: 0px;
}

td.firmyColumn {
	vertical-align: top;
	text-align: left;
	width: 970px;
	padding-top: 30px;
}
