
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left;}
.ui-slider .ui-slider-handle { 
	position: absolute; z-index: 2; width: 1.2em; height: 2.1em;  
}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.6em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content {  
	background: #ffffff/*{bgColorContent}*/ url(/img/ao/posuvnik_pozadi.gif)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; 
	color: #222222/*{fcContent}*/; 
}
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { background: url(/img/ao/posuvnik_aktivni.gif)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
	background: url(/img/ao/posuvnik_pravy.gif)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ no-repeat/*{bgDefaultRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default.ui-slider-left, .ui-widget-content .ui-state-default.ui-slider-left {
	background: url(/img/ao/posuvnik_levy.gif)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 0/*{bgDefaultYPos}*/ no-repeat/*{bgDefaultRepeat}*/;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { 
	background: url(/img/ao/posuvnik_pravy_click.gif)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; 
}
.ui-state-active.ui-slider-left, .ui-widget-content .ui-state-active.ui-slider-left {
	background: url(/img/ao/posuvnik_levy_click.gif)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/; 
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color: #212121/*{fcActive}*/; outline: none; text-decoration: none; 
}

.ui-corner-left {
	height: 27px;
	width: 5px;
	position: relative;
	top: -7px;
	left: -5px;
	float: left;
	background: /*{bgColorActive}*/ url(/img/ao/posuvnik_pozadi_levy.gif)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 40%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/;
}

.ui-corner-right{
	height: 27px;
	width: 5px;
	position: relative;
	top: -7px;
	left: 5px;
	float: right;
	background: /*{bgColorActive}*/ url(/img/ao/posuvnik_pozadi_pravy.gif)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 40%/*{bgActiveYPos}*/ no-repeat/*{bgActiveRepeat}*/;
}


#dateBoxul {
    height: 30px;
    padding: 0 10px 30px 10px;
    background: url('/img/ao/slider-corners.gif') no-repeat 5px 32px;
}

#amount {
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
    color: #595959;
}

#search-results-wrapper {
clear:left;
}
    #search-results-form {
        margin-bottom: 0 !important;
    }
    #search-results-form .right {
    clear:both;
    }
        #search-results-form .btn {
            margin-top: 5px;
        }

#tabs {
	font-weight: bold;
	color: #313359;
}

#tabs div {
    float: left;
    width: auto;
    height: 26px;
    white-space: nowrap;
	border-bottom: 1px solid #C7C7C7;
	background: url('/img/ao/zalozky-left.gif') 0 0 no-repeat;
}

#tabs div a {
    display: block;
    padding: 7px 25px 5px 25px;
	color: #595959;
	text-decoration: none;
	background: url('/img/ao/zalozky-right.gif') 100% 0 no-repeat;
}

.tab-clr {
    clear: both;
    margin: 0;
    visibility: hidden;
}



#tabs div.first {background-position: left top;}
#tabs div a:hover {text-decoration: underline;}
#tabs div.active {background: #fff url('/img/ao/zalozky-active-left.gif') 0 top no-repeat;}
#tabs div.active a {color: #313359; background: url('/img/ao/zalozky-active-right.gif') right top no-repeat;}
#tabs div.active a:hover {text-decoration: none;}


