/* CSS Document
Shnurkov Alexander � 2010 */


html, body, span, p, a, img, strong, fieldset, form, label, legend, caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    /*vertical-align: baseline;*/
    font-family: Arial, sans-serif;
}

/* Styles for General Elements */
body {
    background: rgb(253,222,89);
}

#page {
    width: 860px;
    margin: 20px auto;
    height: auto;
    background: rgb(255,255,255);
}

/* Header */
#header {
    float: left;
    clear: both;
    overflow: hidden;
    width: 860px;
    height: 109px;
    background-image: url(images/header.jpg);

}
#header img {
    margin: 0;
    padding: 0;
}

#header h1 {
    padding: 0 0 0 102px;
    margin: 20px 0 0 0;
    color: #FDDE59;
    font-family: Arial, sans-serif;
    font-size:22px;
    font-weight:bold;
}

#header h2 {
    padding: 0 0 0 236px;
    margin: 15px 0 0 0;
    color: white;
    font-family: Arial, sans-serif;
    font-size:20px;
    font-weight:bold;
}


/* Navigation */
#navigation {
    clear: both;
    float: left;
    overflow: hidden;
    width: 836px;
    border-top: 2px solid white;
    border-right: 7px solid white;
    border-bottom: 10px solid white;
    border-left: 7px solid white;
    background: rgb(96,174,224);
    height:27px;
    line-height:27px;
    padding:0 0 0 10px;
    text-align: center;
}
#navigation a {
    padding:6px 13px;
    color: rgb(255,255,255);
    text-decoration: none;
    font-size: 12px; /*90%;*/
    font-weight: bold;
}
#navigation a:hover {
    text-decoration: none;
    color: rgb(12,75,128);
    background: white;
}

/* Search home */
#search-home {
    clear: both;
    float: left;
    overflow: hidden;
    width: 315px;
    font-family: arial,sans serif;
}

#search-home .top {
    background: url(images/search-top.gif) no-repeat top #60AEE0;
    height: 35px;
    line-height: 35px;
}

#search-home .top img.ico {
    float: left;
    margin: 5px 10px 0px 15px;
    height: 25px;
}

#search-home .top p {
    color: #0C4B80;
    font-size: 12pt;
    font-weight: bold;
}

#search-home .form {
    background: url(images/search-bg.gif) no-repeat bottom #60AEE0;
    padding: 10px 0px 20px 15px;
}

#search-home .form p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #303030;
    width: 99%;
}

#search-home .form div {
    margin-bottom: 3px;
    width: 99%;
}


#search-home select, #search-home input[type="text"] {
    border: 1px solid #5BB1E2;
    padding: 1px;
    margin-right: 2px;
    background-color: #fafafa;
    font-size: 10pt;
}

/* links home */
/* Search home */
#links-home {
    clear: both;
    float: left;
    overflow: hidden;
    width: 315px;
}

#links-home .top {
    background: url(images/links-top.gif) no-repeat top #B0C2CD;
    height: 38px;
    line-height: 38px;
}

#links-home .top p {
    color: #004892;
    font-size: 100%;
    font-weight: bold;
}

#links-home .top img.ico {
    float: left;
    margin: 8px 10px 0px 15px;
}

#links-home .links {
    background: url(images/links-bg.gif) no-repeat bottom #EBECED;
    padding: 10px 0px 20px 15px;
}

#links-home ul {
    padding-left: 5px;
    list-style: none;
    margin: 0;
    line-height: 1.4em;
}

#links-home ul li:before {
    content: "\00BB \0020";
}

#links-home ul a, #links-home ul a:visited {
    color: #0C4B80;
    font-size: 90%;
}

#links-home ul a:hover {
    color: #61AEE0;
}

/* Search Refine */
.title-search {
    clear: both;
    color: rgb(19,124,189);
    font-weight: bold;
    font-size: 110%;
    padding: 15px 0 15px 10px;
}
#search-refine {
    clear: both;
    float: left;
    overflow: hidden;
    width: 846px;
    height: 102px;
    background: white url(images/search-main-bg.gif) repeat-x;
    border-right: 7px solid white;
    border-left: 7px solid white;
}
#search-refine img.search-refine {
    float: left;
    width: 117px;
    height: 102px;
}
#search-refine img.right {
    float: right;
}
.s-block {
    float: left;
    overflow: hidden;
    height: 90px;
    font-size: 11px;
    margin-top: 4px;
    margin-left: 10px;
}
.s-block p {
    font-weight: bold;
    padding: 3px 0;
}
.s-block img.calendar {
    width: 14px;
    height: 14px;
    padding-left: 2px;
}
.s-block select  {
    font-size: 12px;
    padding: 1px;
    margin: 0 4px 0 0;
    border: 1px solid #5BB1E2; /*#787878;*/
    background-color: #fafafa;
}
.s-block input[type=text] {
    font-size: 12px;
    padding: 1px;
    margin: 0 2px 0 0;
    border: 1px solid #5BB1E2; /*#787878;*/
    background-color: #fafafa;
}

.s-block select.location {
    width: 165px;
}
.s-block select.residence {
    width: 165px;
}
.s-block select.vehicle {
    width: 165px;
}
input.search-btn {
    background: url(images/search-btn.gif) no-repeat;
    border: 0;
    width: 93px;
    height: 30px;
    cursor: pointer;
}
input.search-btn-w {
    background: url(images/search-btn-w.gif) no-repeat;
    border: 0;
    width: 126px;
    height: 37px;
    cursor: pointer;
}
input.search-btn:hover {
    background: url(images/search-btn-h.gif) no-repeat;
}
/* Main */
#main {
    float: left;
    clear: both;
    background: rgb(255,255,255);
    width: 846px;
    border-left: 7px solid white;
    border-right: 7px solid white;
    padding-bottom: 10px;
}
/* filter*/
#extFiltering_ {
    float: left;
    width: 170px;
}
#extFiltering_ .top {
    float: left;
    clear: both;
    overflow: hidden;
    width: 169px;
    height: 5px;
    margin: 7px 0 0 0;
    padding: 0;
    background: transparent url(images/filter-top.gif) no-repeat;
}
#extFiltering_ .options-class,
#extFiltering_ .options-people,
#extFiltering_ .options-age,
#extFiltering_ .options-availability,
#extFiltering_ .options-transmission,
#extFiltering_ .options-features,
#extFiltering_ .options-price,
#extFiltering_ .options-view-shortlist {
    clear: both;
    width: 153px;
    padding: 4px 7px;
    margin: 0;
    border-left: 1px solid rgb(205,235,250);
    border-right: 1px solid rgb(205,235,250);
    background: rgb(224,236,242);
    vertical-align: baseline;
}
#extFiltering_ p.text {
    color: rgb(35,31,32);
    font-size: 80%;
}
#extFiltering_ p.text a {
    padding: 2px;
    color: rgb(45,80,140);
    text-decoration: underline;
}
#extFiltering_ p.text a:hover {
    background: rgb(45,80,140);
    color: rgb(235,200,40);
    text-decoration: none;
}
#extFiltering_ img {
    margin: 0 0 10px 0;
}
#extFiltering_ input {
    margin: 0 1px;
    line-height:20px;
    vertical-align:middle;
}
#extFiltering_ label {
    color: rgb(26,26,26);
    line-height: 20px;
    font-size: 80%;
}
#extFiltering_ .bottom {
    float: left;
    clear: both;
    overflow: hidden;
    width: 169px;
    height: 5px;
    margin: 0 0 5px 0;
    background: transparent url(images/filter-bottom.gif) no-repeat;
}
/* results */
#scr {
    float: left;
    width: 670px;
}
#main .pagination {
    /*float: right;
    clear: both;*/
	text-align: center;
}
#main .pagination ul, ul.currency {
    list-style: none;
}
#main .pagination ul li, ul.currency li {
    display: inline;
    padding: 0 10px;
    border-left: 1px solid #C3C3C3;
    font-size: 10pt;
    color: rgb(20,125,190);
}
#main .pagination ul li.first, ul.currency li.first {
    border: none;
    font-weight: bold;
}
#main .pagination ul li span, ul.currency li span {
    font-weight: bold;
}
#main .pagination ul li a, ul.currency li a {
    color: rgb(20,125,190);
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
}
#main .pagination ul li a:hover, , ul.currency li a:hover {
    text-decoration: none;
}
.spacer-result-hor {
    float: left;
    clear: both;
    width: 651px;
    height: 7px;
    background: transparent;
    padding: 0;
    margin:0;
}
#results {
    margin: 0 0 0 2px;
    _margin: 0 0 0 2px;
}
#results .r-top {
    float: left;
    width: 832px;
    height: 24px;
    background: transparent url(images/r-top.gif) no-repeat;
    padding: 7px 0 0 10px;
}
#results .r-top .left {
    float: left;
}
#results .r-top .left h2{
    padding: 0;
    margin: 0;
    font-size: 12pt;
    font-weight: normal;
    color: white;
}
#results .r-top .right {
    float: right;
}
#results .r-top .right a.view-shortlist {
    background: transparent url(images/view-shortlist.gif) no-repeat;
    float: left;
    width:90px;
    height:14px;
    text-decoration:none;
    padding-right: 20px;
}
#results .r-top .right a.add2shortlist {
    background: transparent url(images/add2shortlist.gif) no-repeat;
    float: left;
    width:99px;
    height:14px;
    text-decoration:none;
    padding-right: 10px;
}
#results .midd {
    float: left;
    width: 840px;
    border: 1px solid #56b6df;
    margin: 0 0 15px 0;
}
#results .mid1 {
    float: left;
    padding-top: 8px;
    text-align: center;
    width: 170px;
}

#results .mid1 .logo {
    height:46px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

#results .mid1 .img {
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
}

#results .mid2 {
    float: left;
    text-align: left;
    width: 360px;
}

#results .mid2 .logo {
	float: left;
    height: 50px;
    width: 120px;
    margin-top: 10px;
    background-position: top left;
    background-repeat: no-repeat;
}

#results .mid2 img {
    float: left;
    margin: 10px 2px 10px 2px;
}
#results .mid2 p.car-age {
    clear: both;
    color: #414042;
    font-size: 75%;
    padding-bottom: 8px;
}
#results .mid2 p.bonus {
    width: 100%;
    clear: both;
    float: left;
    color: #ED1C24;
    font-size: 75%;
}
#results .mid3 {
    float: left;
    text-align: left;
    width: 90px;
    padding-top: 5px;
    padding-left: 3px;
}
#results .mid3 img {
    margin-top: 5px;
}

#results .mid3 a:hover {
    text-decoration: none;
}

ul.mid3 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.mid3 li {
    background-image: url(images/yarrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding-left: 1em;
}
ul.mid3 li a, ul.mid3 li a:visited {
    color: #00A8DC;
    text-decoration: underline;
    font-size: 80%;
}

#results .mid4 {
    float: right;
    width: 160px;
    _width: 153px;
    margin: 7px;
    text-align: center;
    border: 1px solid #56b6df;
}
#results .mid4 p.price {
    width: 100%;
    clear: both;
    margin-top: 8px;
    padding-bottom: 8px;
    color: #ED1C24;
    font-size: 120%;
    font-weight: bold;
}
#results .mid4 img.i {
    float: left;
    margin-left: 15px;
}
#results .mid4 a {
    float: left;
    font-size: 80%;
    color: #414141;
    padding-left: 7px;
    _margin: 0 0 10px 0;
    text-decoration: underline;
}
#results .mid4 a:hover {
    text-decoration: none;
}
#results .mid4 .start-booking {
    width: 100%;
    height: 46px;
    margin: 10px 0 0 0;
    background: #aadcf5 url(images/sr-price-bg.gif) repeat-x;
}
#results .mid4 .start-booking input {
    margin: 10px auto;
}
.noresults{
    padding: 20px;
    width: 98%;
    color:#282828;
    font-size:14px;
    font-weight:normal;
}
/*more info 1 */
#moreinfo-block {
    float: left;
    clear: both;
    overflow: hidden;
    width: 840px;
    margin: 7px auto;
    padding-left: 3px;
}
#moreinfo-block .title {
    width: 840px;
    height: 24px;
    background: transparent url(images/more-top-bg.gif) no-repeat;
    padding: 7px 0 0 15px;

}
#moreinfo-block .title h2{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    color: white;
}
#moreinfo-block .main {
    float: left;
    width: 838px;
    border: 1px solid #56b6df;
    margin: 0 0 15px 0;
}
#moreinfo-block .midd {
    float: left;
    width: 838px;
    border-bottom: 1px solid #56b6df;
    margin: 0 0 15px 0;
}
#moreinfo-block .mid1 {
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 170px;
}
#moreinfo-block .mid2 {
    float: left;
    text-align: left;
    width: 235px;
}
#moreinfo-block .mid2 table {
    border-bottom: 1px solid #56b6df;
    border-right: 1px solid #56b6df;
    margin: 0 0 6px 0;
}
#moreinfo-block .mid2 td {
    width: 109px;
    border-top: 1px solid #56b6df;
    border-left: 1px solid #56b6df;
    color: #3C3C3C;
    font-size: 70%;
    padding: 2px 0 2px 6px;
}
#moreinfo-block .mid2 img {
    float: left;
    margin: 10px 2px 10px 2px;
}
#moreinfo-block .mid2 p.car-age {
    width: 100%;
    clear: both;
    float: left;
    color: #414042;
    font-size: 75%;
    padding-bottom: 8px;
}
#moreinfo-block .mid2 p.bonus {
    width: 100%;
    clear: both;
    float: left;
    color: #ED1C24;
    font-size: 75%;
    margin: 0 0 6px 0;
}
#moreinfo-block .mid3 {
    float: left;
    text-align: left;
    width: 213px;
    padding-left: 10px;
}
#moreinfo-block .mid3 img {
    margin-top: 15px;
    padding-right: 6px;
}
#moreinfo-block .mid3 a {
    color: #2D2D2D;
    font-size: 90%;
    font-weight: bold;
    text-decoration: underline;
}
#moreinfo-block .mid3 a:hover {
    text-decoration: none;
}
#moreinfo-block .mid4 {
    float: right;
    width: 180px;
    _width: 180px;
    margin: 7px;
    text-align: center;
    border: 1px solid #56b6df;
}
#moreinfo-block .mid4 p.price {
    width: 100%;
    clear: both;
    margin-top: 25px;
    padding-bottom: 18px;
    color: #ED1C24;
    font-size: 125%;
    font-weight: bold;
}
#moreinfo-block .mid4 img.i {
    float: left;
    margin-left: 23px;
}
#moreinfo-block .mid4 a {
    float: left;
    font-size: 80%;
    color: #414141;
    padding-left: 7px;
    _margin: 0 0 10px 0;
    text-decoration: underline;
}
#moreinfo-block .mid4 a:hover {
    text-decoration: none;
}
#moreinfo-block .mid4 .start-booking {
    width: 100%;
    height: 46px;
    margin: 10px 0 0 0;
    background: #aadcf5 url(images/sr-price-bg.gif) repeat-x;
}
#moreinfo-block .mid4 .start-booking input {
    margin: 10px auto;
}
#moreinfo-block .content {
    _margin-top: -35px;
    padding: 25px;
}
#moreinfo-block .content h3, #airport_map h3 {
    padding-top: 10px;
    color: #2F62A7;
    font-size: 110%;
    font-weight: normal;
}
#moreinfo-block .content h4, #airport_map h4 {
    color: #1A1A1A;
    font-size: 70%;
}
#moreinfo-block .content h5, #airport_map h5 {
    color: #137CBD;
    font-size: 70%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#moreinfo-block .content p, #airport_map p, #airport_map div {
    color: #1A1A1A;
    font-size: 10pt;
    padding-top: 5px;
    padding-bottom: 5px;
}
#moreinfo-block .content li, #airport_map li {
    color: #1A1A1A;
    font-size: 10pt;
}
#moreinfo-block .content a, #airport_map a {
    margin: 0 0 0 8px;
    color: #309DBD;
    font-size: 10pt;
    text-decoration: underline;
}
#moreinfo-block .content a:hover {
    text-decoration: none;
}
/*more info 2 */
#moreinfo-block2 {
    float: left;
    clear: both;
    overflow: hidden;
    width: 840px;
    margin: 7px auto;
    padding-left: 3px;
}
#moreinfo-block2 .title {
    width: 840px;
    height: 24px;
    background: transparent url(images/more-top-bg.gif) no-repeat;
    padding: 7px 0 0 15px;

}
#moreinfo-block2 .title h2{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    color: white;
}
#moreinfo-block2 .main {
    float: left;
    width: 838px;
    border: 1px solid #56b6df;
    margin: 0 0 15px 0;
}
#moreinfo-block2 .midd {
    float: left;
    width: 838px;
    margin: 0 0 15px 0;
}
#moreinfo-block2 .mid1 {
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 170px;
}
#moreinfo-block2 .mid2 {
    float: left;
    text-align: left;
    width: 235px;
}
#moreinfo-block2 .mid2 table {
    border-bottom: 1px solid #56b6df;
    border-right: 1px solid #56b6df;
    margin: 0 0 6px 0;
}
#moreinfo-block2 .mid2 td {
    width: 109px;
    border-top: 1px solid #56b6df;
    border-left: 1px solid #56b6df;
    color: #3C3C3C;
    font-size: 70%;
    padding: 2px 0 2px 6px;
}
#moreinfo-block2 .mid2 img {
    float: left;
    margin: 10px 2px 10px 2px;
}
#moreinfo-block2 .mid2 p.car-age {
    width: 100%;
    clear: both;
    float: left;
    color: #414042;
    font-size: 75%;
    padding-bottom: 8px;
}
#moreinfo-block2 .mid2 p.bonus {
    width: 100%;
    clear: both;
    float: left;
    color: #ED1C24;
    font-size: 75%;
    margin: 0 0 6px 0;
}
#moreinfo-block2 .mid3 {
    float: left;
    text-align: left;
    width: 400px;
    margin-left: 10px;
    padding-left: 10px;
}
#moreinfo-block2 .mid3 table {
    margin-top: 5px;
}
#moreinfo-block2 .mid3 td {
    height: 18px;
    padding: 5px 0;
    margin: 0;
}
#moreinfo-block2 .mid3 img {
    padding-right: 6px;
}
#moreinfo-block2 .mid3 p {
    font-size: 70%;
    font-weight: normal;
}
#moreinfo-block2 .mid3 a {
    color: #2D2D2D;
    font-size: 80%;
    font-weight: bold;
    text-decoration: underline;
}
#moreinfo-block2 .mid3 a:hover {
    text-decoration: none;
}
#moreinfo-block2 .content {
    _margin-top: -35px;
    padding: 25px;
}
#moreinfo-block2 .content h3 {
    padding-top: 10px;
    color: #2F62A7;
    font-size: 110%;
    font-weight: normal;
}
#moreinfo-block2 .content h4 {
    color: #1A1A1A;
    font-size: 70%;
}
#moreinfo-block2 .content h5 {
    color: #137CBD;
    font-size: 70%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#moreinfo-block2 .content p {
    color: #1A1A1A;
    font-size: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
}
#moreinfo-block2 .content li {
    color: #1A1A1A;
    font-size: 70%;
}
#moreinfo-block2 .content a {
    margin: 0 0 0 8px;
    color: #309DBD;
    font-size: 70%;
    text-decoration: underline;
}
#moreinfo-block2 .content a:hover {
    text-decoration: none;
}

/* new home page */
#new-column-left {
    float: left;
    width: 315px;
}
#new-column-right {
    float: right;
    clear: right;
    width: 521px;
}

.hp_block {
    border-left: 1px solid rgb(220,221,222);
    border-right: 1px solid rgb(220,221,222);
    border-bottom: 1px solid rgb(220,221,222);
    background: url(images/hp-block-bg.gif) repeat-x bottom;
    /*padding: 0 10px 10px 10px;*/
}


#new-column-right .block-1 {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
#new-column-right .block-1 p.title {
    color: rgb(19,124,189);
    font-weight: bold;
    font-size: 120%;
    padding: 7px 0 7px 0px;
}
#new-column-right .block-1 p.text {
    color: rgb(40,40,40);
    font-weight: normal;
    font-size: 80%;
    padding: 0;
    line-height: 1.2em;
}
#new-column-right .block-1 img {
    padding: 0 10px 0 10px;
    float: right;
}
#new-column-right .block-3 {
    float: left;
    width: 521px;
    margin-bottom: 10px;
}
#new-column-right .block-3 img.ico {
    float: left;
    padding-bottom: 4px;
    margin-right: 5px;
}


/* left column */
#column-left {
    float: left;
    width: 640px;

}



#column-left .block-1 {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 18px;
}
#column-left .block-1 p.title {
    color: rgb(19,124,189);
    font-weight: bold;
    font-size: 120%;
    padding: 7px 0 7px 5px;
}
#column-left .block-1 p.text {
    color: rgb(40,40,40);
    font-weight: normal;
    font-size: 82%;
    padding: 0;
    line-height: 1.4em;
}
#column-left .block-1 img {
    padding: 0 10px 0 10px;
    float: right;
}
#column-left .block-2 {
    float: left;
    clear: left;
    width: 220px;
}
#column-left .block-2 img.ico {
    float: left;
    padding: 0 0 4px 3px;
    margin-right: 5px;
    float: left;
}
#column-left .block-2 img.top {
    padding: 0 0 0 3px;
    float: left;
}
.airport-info {
    float: left;
    clear: both;
}
.airport-info p {
    color: rgb(40,40,40);
    font-weight: normal;
    font-size: 82%;
    line-height: 1.4em;
    margin: 0 10px 0 10px;
}
.airport-info ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.airport-info ul li {
    color: rgb(40,40,40);
    font-weight: normal;
    font-size: 82%;
}
.airport-info a {
    float: right;
    overflow: hidden;
    width: 84px;
    height: 24px;
    margin: 10px;
}
#column-left .block-3 {
    float: left;
    width: 403px;
    margin-left: 10px;
}
#column-left .block-3 img.ico {
    float: left;
    padding-bottom: 4px;
    margin-right: 5px;
}
.price-table {
    width: 520px;
    float: left;
    clear: both;
    border: 1px solid #949598;
}
.price-table tr.table-head td {
    /*width: 135px;*/
    /*height: 21px;*/
    /*background: url(images/th-index.gif) no-repeat;*/
    /*background-color: #084c83;*/
    border-top: 1px white solid;
    border-left: 1px white solid;
    background: none repeat scroll 0 0 #E6E6E6
}

.price-table tr.table-head td.col-price {
    border-right: 1px white solid;
}

.price-table tr.table-head p {
    padding: 3px 0 2px 10px;
    color: #1A1A1A;
    font-weight: bold;
    font-size: 80%;
}
.price-table tr.table-head .col-price p {
    padding: 3px 0 2px 0px;
    text-align: center;
    color: #1A1A1A;
    font-weight: bold;
    font-size: 80%;
}
.price-table tr.table-row-1 p, .price-table tr.table-row-1 a,
.price-table tr.table-row-2 p, .price-table tr.table-row-2 a {
    font-weight: normal;
    /*font-family: Verdana, sans-serif;*/
    font-size: 80%;
    color: #1A1A1A;
    padding: 4px 0 2px 10px;
}

.price-table tr.table-row-1 a:visited {
    color: #1A1A1A;
}

.price-table tr.table-row-1 a:hover {
    color: #084B81;
}

.price-table tr.table-row-1 .col-price p,
.price-table tr.table-row-2 .col-price p {
    padding: 4px 0px 2px 10px;
    text-align: center;
    color: #1A1A1A;
    line-height: 1.4em;
    font-size: 80%;
}
.avgrate {
    color: #0C4B80;
    font-weight: bold;
}
.price-table tr.table-row-2 {
    background: #E6E6E6;
}
.table-bottom {
    float: left;
    clear: both;
    width: 520px;
    height: 29px;
    background: url(images/tb-index-w.gif) no-repeat;
}
.cell-l {
    float: left;
    margin: 8px 35px 0 10px;
    _margin: 8px 35px 0 5px;
    font-size: 70%;
    color: rgb(75,75,75);
}
.cell-r a {
    float: left;
    margin: 7px 1px 0 5px;
    font-size: 75%;
    color: rgb(0,0,0);
    text-decoration: underline;
}
.cell-r a:hover {
    color: rgb(8,75,130);
    text-decoration: none;
}
.cell-r img {
    float: left;
    clear: right;
}
/* right column */
#column-right {
    float: left;
    clear: right;
    width: 206px;
}
#column-right .block {
    margin: 10px 0 15px 10px;
}

#subcolumns .block {
    margin: 0 0 15px 10px;
}
#subcolumns .block img.ico {
    float: left;
    margin-right: 5px;
}
#subcolumns .block .top {
    margin: 5px 0 0 0;
    float: left;
}


p.block-title {
    float: left;
    color: rgb(19,124,189);
    font-weight: bold;
    font-size: 90%;
    padding-top: 4px;
}
p.block-text {
    float: left;
    color: rgb(19,19,19);
    font-weight: normal;
    font-size: 90%;
    padding-top: 4px;
    text-align: left;
}
#column-right .block img.ico {
    float: left;
    margin-right: 5px;
}
#column-right .block .top {
    margin: 5px 0 0 0;
    float: left;
}
.airport-map {
    float: left;
    clear: both;
    width: 192px;
    border-left: 1px solid rgb(220,221,222);
    border-right: 1px solid rgb(220,221,222);
    border-bottom: 1px solid rgb(220,221,222);
    background: url(images/airport-map-bg.gif) no-repeat bottom;
    text-align: center;
    padding-top: 5px;
    margin: 0 0 17px 0;
}
.airport-map img {
    border: 1px solid rgb(220,221,222);
    clear: both;
}
.airport-map img.view {
    border: 0;
    float: right;
    margin: 7px 10px 7px 0;
}
.airport-flights {
    float: left;
    clear: both;
    width: 192px;
    border-left: 1px solid rgb(220,221,222);
    border-right: 1px solid rgb(220,221,222);
    border-bottom: 1px solid rgb(220,221,222);
    background: url(images/airport-flights-bg.gif) no-repeat bottom;
    text-align: center;
    padding-top: 5px;
    margin: 0 0 17px 0;
}
.airport-flights img {
    border: 1px solid rgb(220,221,222);
    clear: both;
}
.airport-flights img.view {
    border: 0;
    float: right;
    margin: 7px 10px 7px 0;
}
/* Footer */
#footer {
    width: 860px;
    height: 145px;
    float: left;
    clear: both;
    overflow: hidden;
    background: #fce059 url(images/footer.gif) no-repeat top;
    padding-bottom: 20px;
}
#footer-blank {
    width: 860px;
    float: left;
    clear: both;
    overflow: hidden;
    background: #fce059 url(images/footer-blank.gif) no-repeat top;
    padding-top: 10px;
    padding-bottom: 20px;
}
#footer img {
    float: left;
    width: 157px;
    height: 73px;
    margin: 0;
    padding: 18px 0 0 30px;
}
.adv-block {
    float: left;
    display: block;
    width: 180px;
    min-height: 63px;
    _height: 63px;/* IE 6 */
    background: url(images/footer-vline.gif) no-repeat;
    margin: 25px 0 0 20px;
    padding: 0 5px 0 12px;
    color: rgb(255,255,255);
}
.adv-block p.title {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.adv-block a {
    color: rgb(255,255,255);
    font-size: 80%;
    text-decoration: none;
}
.adv-block a:hover {
    color: rgb(12,75,128);
    background: rgb(254,190,31);
}
.bottom-links {
    float: left;
    clear: both;
    width: 860px;
    padding-top: 35px;
    text-align: center;
    color: rgb(12,75,128);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
}
.bottom-links a {
    padding: 2px 6px 3px 6px;
    _padding: 1px 6px 5px 6px;
    color: rgb(12,75,128);
    text-decoration: underline;
}
.bottom-links a:hover {
    background: rgb(12,75,128);
    color: rgb(253,222,89);
    text-decoration: none;
}
/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */


button.calendar {
    margin: -6px 0 0 2px;
    padding: 0px;
}

/* slider */

.slider {
    width:146px;
    background:url(images/sliderbg.gif) repeat-x;
    height:20px;
    padding-bottom:3px;
    font-size: 80%;
}

.slider div {
    width:135px;
}

/*----------- OTA styles ----------*/
/*--------- common styles --------*/

.ajax-loading {
     background:url(images/common/loader.gif) no-repeat center center;
     min-height:60px;
}

.popContent {
    font-size:12px;
    color:#333333;
}

.popContent h3 {
    color:#35A0D9;
    font-size:13px;
}

.popTitle {
    color:#35A0D9;
}

.reset {
    clear:both;
    height:1px;
    margin:0;
    padding:0;
    font-size:1px;
    line-height:1px;
}

td.start_cal button.calendar {
    background: url(images/cal-2.gif);
    border: 0;
    cursor: pointer;
    /*float: right;
    */
    height: 17px;
    margin-left: 4px;
    width: 16px;
    padding: 0;
    vertical-align : middle;
}
/* search page */
#search-page {
    margin: 10px 70px 5px 70px;
}
#search-page .text {
    margin-left: 10px;
    padding: 10px 0pt;
    color: rgb(108, 146, 191);
    font-size: 12px;
}
#search-page a {
    color:#333333;
    font-size: 100%;
    text-decoration: underline;
}
#search-page a:hover {
    text-decoration: none;
}
#search-page table {
    margin-left: 10px;
    margin-top: 20px;
}
#search-page td p {
    font-size: 80%;
    padding-bottom: 5px;
}
#search-page select, #search-page input[type='text'] {
    border: 1px solid #5BB1E2;
    padding: 2px;
}
/* contact page */
#contact-page {
    margin: 10px 70px 5px 70px;
}
#contact-page .text {
    margin-left: 10px;
    padding: 10px 0pt;
    color: rgb(108, 146, 191);
    font-size: 12px;
}
#contact-page .message {
    margin-left: 10px;
    padding: 10px 0pt;
    color: #ff0000;
    font-size: 12px;
}
#contact-page a {
    color:#333333;
    font-size: 100%;
    text-decoration: underline;
}
#contact-page a:hover {
    text-decoration: none;
}
#contact-page table {
    margin-left: 10px;
    margin-top: 20px;
}
.contactfont {
    font-size: 80%;
}
#contact-page td p {
    font-size: 80%;
    padding-bottom: 5px;
}
#contact-page select, #contact-page input[type='text'] {
    border: 1px solid #5BB1E2;
    padding: 2px;
}
/* help page */
#help-page {
    margin: 0px 70px 5px 70px;
    padding-top: 20px;
}
#help-page a {
    color:#333333;
    font-size: 100%;
    text-decoration: none;
}
#help-page a:hover {
    text-decoration: underline;
}
#help-content{
    font-family:Arial,sans-serif;
    font-size: 12px;
}
h1.headtext4 {
    font-size:20px;
    text-align:left;
}
h2.headtext4 {
    font-size:120%;
    text-align:left;
    color: #137CBD
}
h3.headtext3 {
   color: #137CBD
}
/* sitemap */
#sitemap {
    width:100%;
    float: left;
}
#sitemap a {
    line-height: 20px;
    color:#333333;
    font-size:11px;
    text-decoration: underline;
}
#sitemap a:hover {
    text-decoration: none;
}
#sitemap h4 {
    padding: 0;
    margin: 7px 0 10px 0;
    font-size: 80%;
    font-weight: bold;
    color: #2F62A7;
}
#locations, #companies, #rental-range {
    width: 32%;
    float: left;
    padding-left: 10px;
}
#vehicles {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 10px;
}
.title-page {
    clear: both;
    color: rgb(19,124,189);
    font-weight: bold;
    font-size: 120%;
    padding: 13px 0 10px 10px;
}

/* global-site-1-top */
#global-site-1-top {
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}
#global-site-1-top p.text {
    padding: 0 10px 0 10px;
    color: rgb(26,26,26);
    font-size: 75%;
}
#global-site-1-left {
    float: left;
    width: 240px;
}
#global-site-1-left table {
    width: 100%;
}
#global-site-1-left td {
    vertical-align: top;
    padding: 0 1px;
    line-height: 27px;
}
#global-site-1-left .subitem td {
    padding-left: 24px;
    line-height: 21px;
    _height: 21px;
}
#global-site-1-left .subitem img {
    margin: 0 8px 0 0;
}
#global-site-1-left .subitem a {
    color: #1A1A1A;
    text-decoration: underline;
    font-size: 70%;
    padding: 0;
    margin: 0;
}
#global-site-1-left .subitem a:hover {
    color: #2B2B2B;
    text-decoration: none;
}
#global-site-1-left .item a {
    color: #2F62A7;
    text-decoration: underline;
    font-size: 80%;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#global-site-1-left .item a:hover {
    color: #2B2B2B;
    text-decoration: none;
}
#global-site-1-right {
    float: left;
    width: 606px;
}
#global-site-1-right a {
    color: #2F62A7;
    text-decoration: underline;
    font-size: 80%;
    padding: 0;
    margin: 0;
}
#global-site-1-right a:hover {
    color: #2B2B2B;
    text-decoration: none;
}
#google-map {
    width: 604px;
    height: 377px;
    margin: 10px 0 0 0;
}

/* hire companies */
#hire-companies {
    float: left;
    padding: 10px;
    overflow: hidden;
}
#hire-companies table {
    float: left;
    width: 100%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
#hire-companies tr {
    vertical-align: middle;
}
#hire-companies td {
    border-top: 1px solid #cccccc;
    line-height: 16px;
}
#hire-companies img {
    padding: 15px 5px;
}
#hire-companies a.company {
    margin-left: 20px;
    color:#333333;
    font-size: 75%;
    text-decoration: underline;
}
#hire-companies a.company:hover {
    text-decoration: none;
}

/*--------- help styles --------*/

.tree {
    color:#35A0D9;
    line-height:normal;
    text-align:left;
}

.tree a {
    font-size:inherit;
    text-decoration:none;
    font-family:inherit;
}

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

div.level1 {
    font-size:14px;
    margin-left:0;
    font-weight:bold;
    margin-bottom:8px;
}

.level1 a{
    font-weight: bold;
    text-decoration:none;
}

div.level2 {
    font-size:13px;
    margin-left:20px;
    margin-bottom:8px;
}

div.level3 {
    font-size:12px;
    margin-left:40px;
    margin-bottom:8px;
}

div.level4 {
    font-size:12px;
    margin-left:60px;
    margin-bottom:8px;
}

span.word_found {
    color:red;
}

.brd {
    text-align:center;
    border:solid 1px #074a81;
}

/*--------- help styles --------*/

/*------- flights styles --------*/

#flights {
    width: 100%;
    text-align: center;
}

/*------- flights styles --------*/

/*------- airport info styles --------*/

#airport_info {
    width: 98%;
    color:#282828;
    font-weight:normal;
    padding: 10px;
}

#airport_info p {
    color:#282828;
    font-weight:normal;
    padding:4px 8px 0 0;
    font-size:75%;
}

#airport_info ul li {
    color:#282828;
    font-weight:normal;
    font-size:75%;
}


/*------- airport info styles --------*/

.static_page {
    color:#282828;
    font-size:12px;
    font-weight:normal;
    padding: 10px;
}

#airport_map {
    color:#282828;
    padding: 10px;
}

.company_info {
    color:#282828;
    font-size:12px;
    font-weight:normal;
    padding: 10px;
}

.company_info strong{
    font-weight: bold;
}

.price-details-tooltip {
    font-size: 50%;
}

.price-details-tooltip td {
    padding: 2px;
}

/* popup styles */
    #popup {
        margin: 0px;
        padding: 0;
        width: 629px;
        max-width: 629px;
        /*
        height: 478px;
        max-height: 430px;
        */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
    }
    #top-menu {
        width: 100%;
        line-height: 15px;
        text-align: right;
    }
    #top-menu img {
        margin: 0 5px;
        vertical-align:middle;
    }
    #top-menu a {
        color: #414141;
        padding-right: 5px;
        font-size: 65%;
        text-decoration: none;
    }
    #top-menu a:hover {
        text-decoration: underline;
    }
    #top-header {
        float: left;
        width: 629px;
        line-height: 31px;
        margin: 5px 0 0 0;
        background: url(images/popup_top_629.gif) no-repeat;
    }
    #top-header span {
        padding-left: 10px;
        font-weight: bold;
        color: #ffffff;
    }
    #popupmain {
        float: left;
        width: 629px;
    }
    #popupmain .main-table {
        border: 1px solid #56b6e0;
    }
    #popupmain .main-table td {
        /*vertical-align: top;*/
    }
    .info {
        float: left;
        width: 100%;
        text-align: center;
        _padding-bottom: 17px
    }
    .info table {
        margin: auto;
        border-bottom: 1px solid #56b6df;
        border-right: 1px solid #56b6df;
    }
    .info td {
        text-align: left;
        border-top: 1px solid #56b6df;
        border-left: 1px solid #56b6df;
        color: #3C3C3C;
        font-size: 70%;
        padding: 2px 0 2px 6px;
    }
    .info img {
        margin: 5px 2px 10px 2px;
    }
    .info p {
        float: left;
        width: 250px;
        text-align: left;
        margin: 10px auto;
        padding: 0 0 0 17px;
        font-size: 75%;
        color: #3C3C3C;
    }
    .info2 {
        float: left;
        margin: 10px 10px 0 0;
        /*width: 287px;*/
        border: 1px solid #7BCDE1;
        margin-bottom: 17px;
    }
    .info2 .top {
        float: left;
        width: 100%;
        line-height: 21px;
        background: url(images/popup_top_info2.gif) repeat-x;
        border-bottom: 1px solid #7BCDE1;
    }
    .info2 .top span {
        padding-left: 10px;
        color: #383838;
        font-size: 80%;
        font-weight: bold;
    }
    .info2 .main {
        overflow: auto;
        float: left;
        width: 100%;
        height: 365px;
    }
    .info2 .main .tip {
        line-height: 20px;
        font-size: 70%;
        padding-left: 10px;
        color: #4B4B4B;
        border-bottom: 1px solid #7BCDE1;
    }
    .info2 .main .item {
        clear: both;
        line-height: 18px;
        padding-left: 10px;
        border-bottom: 1px solid #7BCDE1;
    }
    .info2 .main .item a {
        margin-left: 5px;
        font-size: 75%;
        color: #1E1E1E;
        font-weight: bold;
    }

    .info2 .main .item p, .info2 .main .item .element div {
        margin-left: 5px;
        font-size: 9pt;
        color: #1E1E1E;
    }
    .info2 .main .item li {
        font-size: 75%;
        color: #1E1E1E;
    }

    .info2 .main .item h4.toggler {
        padding-left: 16px;
        font-size: 75%;
        color: #1E1E1E;
        font-weight: bold;
        text-decoration: underline;
        background: url(images/popup_item.gif) no-repeat 0 6px;
        cursor: pointer;
        margin: 5px 0 5px 0;
    }
    .info2 .main .item table {
        margin: 10px 0 10px 0;
        border-bottom: 1px solid #56b6df;
        border-right: 1px solid #56b6df;
        line-height: 1.2em;
    }
    .info2 .main .item td {
        text-align: right;
        border-top: 1px solid #56b6df;
        border-left: 1px solid #56b6df;
        color: #3C3C3C;
        font-size: 70%;
        padding: 2px 4px 2px 4px;
    }
    .info2 .main .item .head {
        text-align: center;
        /*padding: 6px 10px;*/
        font-size: 70%;
        font-weight: bold;
        color: #0b4d81;
    }
    .info2 .main .item .val {
        text-align: right;
        /*padding: 6px 10px;*/
        font-size: 70%;
    }
    .info2 .main .item .discount {
        /*font-size: 70%;*/
        color: red;
    }
    .info2 .main .item .price {
        padding: 6px 10px;
        font-size: 110%;
        font-weight: bold;
        color: red;
        background: #d4f0ff;
    }
    .info2 .main .item .booking {
        text-align: center;
        line-height: 46px;
        background: url(images/sr-price-bg.gif) repeat-x 0 -1px;
    }
    .info2 .main .item .booking #st-buk-btn {
        padding: 4px;
    }

/* popup holder style */
.pmy_popup {
    background: rgb(255, 255, 255);
    width: 640px;
    border: 1px solid rgb(224, 222, 222);
    z-index: 1000;
}

.pmy_pophead {
    height: 20px;
    padding-top: 5px;
    border-bottom: 0px solid rgb(224, 222, 222);
}
.pmy_titl {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    display: block;
    float: left;
    width: 620px;
    height: 19px;
    margin: 0pt;
    padding: 0pt;
    text-align: center;
    cursor: pointer;
}
.pmy_popch {
    padding: 0;
    clear: both;
}
.pmy_content {
    height: 478px;
    padding: 0 0 0 5px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

/* popup email */
div.email .line {
    margin: 10px 0 10px 0;
    line-height: 2em;
}

div.tcpopup h1 {
	font-size: 11pt;
	text-transform: uppercase;
}
div.tcpopup p {
	margin-bottom: 5px;
}
div.tcpopup strong, div.tcpopup b {
    font-weight: bold;
}


/*----------Feedback Popup ----------*/

#tell-us-trigger {display: block !important;} /* display feedback popup */

/* feedback custom style */

body.feedback-popup #tell-us-popup h1 {
color: #137CBD !important;
}

#tell-us-trigger {
 width: 151px !important;
 height: 39px !important;
 background:url(images/tellus.png) no-repeat !important;
}

body.feedback-popup {background-color: #fbdf58 !important;}
body.feedback-popup .tell-us-popup-bg-top {background-image: url(images/feedbackbgtop.png) !important;}
body.feedback-popup .tell-us-popup-bg-bot {background-image: url(images/feedbackbgbot.png) !important;}

#send_feedback {
 margin: 5px 0 -6px 0 !important;
 text-decoration: none;
 background:url(images/sendfeedback.png) no-repeat !important;
 width: 148px !important;
 height: 40px !important;
}
