#resultsContainer{
	position: relative;
	/*margin-top: 4em;*/
}

#resultsContainer #topRightLinks {
	position:absolute;
	right:0;
	top:-4em;
	z-index:100;
}

#resultsContainer fieldset {
	border:3px double #c4c9d8;
	padding: 9px; 
	display: block;
}

#resultsContainer fieldset.noBorders{
	border: 0px solid #fff;
}

#resultsContainer fieldset .legendPretender {
	text-align: center;	
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2em;
	position: relative;	
	top: -2.3em;
	margin: 0 auto;	
}

#resultsContainer p#notFoundText { text-transform: uppercase; text-align: center; }

#resultsContainer #noResPossibleSolutions {text-align: left; line-height: 1.4em;}

#resultsContainer #rangeTimeLgeend {
	background-color: #fff; padding: 0 3ex;  color: #5E6783 !important;
}

#resultsContainer .pseudoLink {
	text-decoration: underline !important; cursor: pointer !important;
}

#resultsContainer fieldset .legendPretender .sep {padding: 0 3ex;}
#resultsContainer fieldset .legendPretender .sep.bbd { border-bottom: 2px dashed}

#resultsWrapper {
 /*			
	width: 520px;
	overflow: auto;
 */
}

#results {
	border-collapse: separate;
	border-spacing: 2px;	
	font-size: 10px !important;
	font-family: Helvetica,sans-serif !important;
}

#results th, #results td.resultsTableSeparator {
	background:#FFFFFF url(images/form_dark.gif) repeat scroll left top;
	border:1px solid #C4C9D8;
	color:#5E6783;
	font-size:11px;
	line-height:1.2em;
	margin:0;
	padding:2px;
	vertical-align:top;
	font-weight: 100;
}

#results td.resultsTableSeparator { padding: 0px; }
#results td.resultsTableSeparator div.actionLink { float: left; margin: 0 0 1px 1px; }
#results td.resultsTableSeparator div.actionLink img {vertical-align: text-bottom}

#results td.resultsTableSeparator p.resultsTableSeparatorText {	
	text-align: center;
	font-weight: 900;
	font-size: 11px;
	padding: 0;
}

#results th .hintContainer { float: right; clear: right; }
#results tr.filtererRow th {padding: 0;}
#results tr.filtererRow th .tableFilterCntr { width: 100%; border: 1px solid; border-width: 1px 0;
border: 0px solid transparent;}
#results tr.filtererRow td .tableFilterCntr {border: 1px solid #C4C9D8;}
#results tr.filtererRow td .tableFilterCntr select { width: 100%; position: relative;
	border: 0px solid transparent;
}

#foundItems td{
	vertical-align: middle;
}

#foundItems td img.mapContour {
	width: 24px; height: 24px; vertical-align: bottom; cursor: pointer; margin: 2px;
}

#foundItems img.faster2Ico {
	width: 13px; height: 13px;
}

select#stopsCombo {
	color: #3366cc;	
	width: 300px;
}

optgroup.cityOption, option.cityOption {
	background-color: #3C6491;
	color: #fff;
	font-weight: bolder;
	padding-left: 3px;
	overflow: auto;		
}

option.stopOption {
	background: #f4f4f4;
	padding-left: 15px;	
	font-weight: normal;
}

select#stopsCombo option.stopOptionSelected {
	color: #3366cc;
	font-weight: bolder;
}

option.newCityOption {
	background: black;
	font-style: italic;
	color: white;
	text-align: center;
}

option.dworzecOption , select#stopsCombo option.dworzecOption {
	background: #f4f4f4;
	padding-left: 15px;
	font-weight: bolder;	
}


/* DIALOG Z CENAMI */
div#pricesContainer {
	width: 260px;
	overflow: hidden;
	height: auto;
	/*position: relative;*/	
}

div#pricesContainer .groupHeader, 
div#pricesContainer .priceHeader, 
div#pricesContainer .routName,
div#pricesContainer .priceGroupName {
	background-color:#1F4E66;
	color:#FFFFFF;
	font-size:11px;
	font-family: Helvetica,sans-serif;
	font-weight:bold;
	height:1.75em;
	line-height:1.75em;
	padding-left:5px;
}



div#pricesContainer .groupHeader {
	width: 175px;
	/*_width: 180px;*/	
}

div#pricesContainer .priceHeader {
	width: 73px;
	margin-left: 2px;
	/*_width: 80px;*/
}

div#pricesContainer .routName,
div#pricesContainer .priceGroupName {
	width: 100%;
	_width: 255px;
	color: #fff;
	float: left;
	clear: both;
	text-align: center;
	font-weight: normal;
	margin-bottom: 2px;
}

div#pricesContainer .priceGroupName {
	background: #67AED1 url(./images/expand.gif) no-repeat scroll 3px 0.45em;
	padding-left: 1.5em;
	text-align: left;
}

div#pricesContainer .priceGroupName.expanded {
	background-image: url(./images/collapse.gif);
}

div#pricesContainer .column {
	float: left;
	margin-bottom: 2px;	
}

div#pricesContainer .pricesContainer .priceName,
div#pricesContainer .pricesContainer .priceValue {
	background-color:transparent;
	border:medium none;
	color:#144E66;
	font-weight:normal;
}

.mr11px {margin-right: 11px}
#serchinfResultTitle {
	background-color:#FFFFFF;
}