/*** Body & World, Global Definitions***/

body {
    margin: 0px;
    background: url('images/bg-pattern.jpg') repeat #ffcd00;
    text-align: center;
}

div.world {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #000000;
    background-color: #ffffff;
}

div.world-iframe {
    width: 670px;
}

div.world-no-iframe {
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 18px #cc7a0e;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    /*
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    */
}

a {
    color: #4c4c4c;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}



/*** Top ***/

div.top {
    height: 68px;
    overflow: hidden;
    background: url("images/top-bg-v2.png") repeat-x top;
/*    padding: 0px 0px 0px 15px;*/
}

div.world-no-iframe div.top {

    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    
    border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

div.world-iframe div.top {
    display: none;
}

div.top div.top-logo {
    height: 74px;
    float: left;
}

div.top div.top-logo div.logo {
    padding-left: 18px;
}

div.top div.top-short-text {
    float: right;
    margin: 20px 45px 0px 0px;
    overflow: hidden;
    text-align: right;
}

div.top div.top-short-text h2 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 460px;
    height: 47px;
    overflow: hidden;
}

div.top div.top-short-text h2.owners-links {
    text-transform: none;
}

div.top div.top-short-text h2 span {
    font-size: 14px;
    text-transform: none;
}

div.top div.top-short-text h2 a {
    color: white;
    text-decoration: none;
}

div.top div.top-short-text h2 a:hover {
    text-decoration: underline;
}

div.top div.owner-links {
    font-size: 15px;
    font-weight: normal;
    text-transform: lowercase;
    float: right;
    padding: 22px 20px 0px 0px;
}

div.top div.owner-links a {
    text-decoration: none;
    color: white;
    padding-left: 20px;
}

div.top div.owner-links a:hover {
    text-decoration: underline;
}



/*** Top Steps ***/

div.top div.top-steps-outer {
    float: right;
    padding: 8px 8px 0px 0px;
}

div.top-steps {
    background: url("images/step-0-v2.png") top left no-repeat;
    width: 687px;
    height: 49px;
    overflow: hidden;
}

div.top-steps-hidden {
    display: none;
}

div.top-steps-step1 { background-image: url("images/step-1-v2.png"); }
div.top-steps-step2 { background-image: url("images/step-2-v2.png"); }
div.top-steps-step3 { background-image: url("images/step-3-v2.png"); }
div.top-steps-step3-grey { background-image: url("images/step-3-grey.jpg"); }
div.top-steps-step3-green { background-image: url("images/step-3-green.png"); width: 687px; height: 49px; }
div.top-steps-step4 { background-image: url("images/step-4-v2.png"); }

div.top-steps div.top-step {
    float: left;
    height: 32px;
    margin-top: 8px;
    margin-right: 18px;
    overflow: hidden;
    font-weight: bold;
    color: #ffffff;
}

div.top-steps div.top-step a, div.top-steps div.top-step span {
    display: block;
    height: 32px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-top: 3px;
    line-height: 107%;
}

div.top-steps-grey div.top-step a, div.top-steps-grey div.top-step span {
    color: #b4b4b4;
}

div.top-steps-grey div.top-step3 a, div.top-steps-grey div.top-step3 span {
    color: #ffffff;
}

div.top-steps-green div.top-step {
    height: 40px;
}

div.top-steps-green a, div.top-steps-green span {
    margin-top: 9px;
}

div.top-steps div.top-step a:hover {
    color: #000000;
}

div.top-steps div.top-step1 { width: 165px; }
div.top-steps div.top-step2 { width: 169px; }
div.top-steps div.top-step3 { width: 140px; }
div.top-steps div.top-step4 { width: 130px; margin-right: 0px; }




/*** Main ***/

div.main {
    padding: 15px 0px 0px 0px;
    color: #4c4c4c;
}



/*** Content ***/

div.content {
    padding: 0px 35px 20px 35px;
}

div.content-no-padding {
    padding: 0px;
}

div.content-image-bg {
    background: url("images/kuchar.jpg") bottom right no-repeat;
    padding-top: 15px;
}

div.content-preloader {
    display: none;
}

div.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #3a3b3b;
}



/*** Content Text ***/

div.content-text ul, div.content-text ol {
    padding-left: 30px;
    margin: 0px 0px 5px 0px;
}

div.content-text ul ul, div.content-text ul ol, div.content-text ol ol, div.content-text ol ul {
    padding-left: 23px;
    margin-bottom: 0px;
}

div.content-text li {
}



/*** Bottom ***/

div.bottom-menu {
    background-color: #5fa116;
    color: #343434;
    text-transform: uppercase;
    padding: 17px 0px 17px 27px;
    font-size: 14px;
}

div.world-no-iframe div.bottom-menu-rounded {
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    
    border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

div.world-iframe div.bottom-menu {
    display: none;
}

div.bottom-menu a {
    color: #343434;
    text-decoration: none;
    padding: 0px 3px;
}

div.bottom-menu a:hover {
    text-decoration: underline;
}

div.bottom-menu a.strong {
    font-weight: bold;
}

div.bottom-info {
    /*background: url("images/box-part-2.jpg") top center no-repeat;*/
    background-color: #fef0c1;
    padding: 17px 30px 28px 30px;
    color: #343434;
    margin-top: 1px;
    
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    
    border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

div.bottom-info div.text a {
    color: #343434;
}

div.bottom-info h2, div.bottom-geo h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

div.bottom-info h2, div.bottom-info h3 {
    color: #343434;    
}

div.bottom-info h2 {
    margin-bottom: 10px;
}

div.bottom-info p {
    text-align: justify;
}

div.bottom-geo {
    /*background: url("images/box-part-1.jpg") bottom center no-repeat;*/
    background-color: #ffbb00;
    padding: 23px 0px 13px 30px;
    margin-top: 1px;
    margin-bottom: 1px;
}

div.bottom-geo a {
}

div.bottom-geo h2 {
    margin-bottom: 10px;
}

div.bottom-geo-left {
    float: left;
    width: 170px;
    border-top: 1px solid #ffdc61;
    height: 177px;
    font-size: 14px;
}

div.world-cz div.bottom-geo-left {
    height: 317px;
}

div.bottom-geo-left-region {
    cursor: pointer;
    border-bottom: 1px solid #ffdc61;
    padding: 2px 5px;
}

div.bottom-geo-left-region-selected {
    background-color: #ffaf00;
}

div.bottom-geo-right, div.bottom-geo-cities {
    /*background: url("images/box-part-3.jpg") bottom right no-repeat;*/
    background-color: #ffaf00;
}

div.bottom-geo-cities {
    margin: 0px 30px 0px 0px;
    padding: 13px 20px;
}

div.bottom-geo-cities div.bottom-geo-cities-column {
    float: left;
    width: 420px;
}

div.bottom-geo-right {
    border-top: 1px solid #ffdc61;
    float: left;
    width: 720px;
    height: 230px;
    overflow-y: auto;
}

div.world-cz div.bottom-geo-right {
    height: 308px;
}

div.bottom-geo-right-region {
    padding: 10px 0px 10px 30px;
}

div.bottom-geo-right div.bottom-geo-right-city {
    margin: 0px 0px 1px 0px;
}

div.bottom-geo-right div.bottom-geo-right-city a, div.bottom-geo-cities a {
    text-decoration: none;
}

div.bottom-geo-right div.bottom-geo-right-city a:hover, div.bottom-geo-cities a:hover {
    text-decoration: underline;
}

div.bottom-geo-right div.bottom-geo-right-city a strong, div.bottom-geo-cities a strong {
    text-decoration: underline;
}

div.bottom-geo-cities div.bottom-geo-right-city {
    float: left;
    width: 400px;
}



/*** Misc ***/

div.button-arrow-green-right, div.button-arrow-green-left {
    background: url("images/button-arrow-green-right.png") no-repeat center right;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    color: white;
}

div.button-arrow-green-left {
    background: url("images/button-arrow-green-left.png") no-repeat center left;
}

div.button-arrow-green-right a, div.button-arrow-green-left a {
    color: white;
    text-decoration: none;
    display: block;
    height: 26px;
    padding: 8px 25px 0px 10px;
}

div.button-arrow-green-left a {
    padding: 8px 10px 0px 25px;
}

div.side-restaurant-info div.button-arrow-green-right a, div.side-restaurant-info div.button-arrow-green-left a {
    color: white;
}

div.button-arrow-green-right a:hover, div.button-arrow-green-left a:hover,
div.side-restaurant-info div.button-arrow-green-right a:hover, div.side-restaurant-info div.button-arrow-green-left a:hover {
    color: black;
}

input.submit-arrow-green-right, div.cms-form input.submit-arrow-green-right {
    background: url("images/button-arrow-green-right.png") no-repeat center right;
    height: 34px;
    color: #ffffff;
    font-size: 14px;
    border-width: 0px;
    cursor: pointer;
    padding: 0px 25px 3px 10px;
    font-weight: bold;
}

input.submit-arrow-green-right:hover, div.cms-form input.submit-arrow-green-right:hover {
    color: black;
}

div.cms-form input.submit-arrow-green-right {
    margin-top: 10px;
    padding: 0px 65px 3px 50px;
    width: auto;
}

input.submit-red-rounded, div.cms-form input.submit-red-rounded {
    background: url('images/button-red-bg.png') repeat-x top left #b40308;
    border-width: 0px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 8px 8px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input.submit-red-rounded:hover, div.cms-form input.submit-red-rounded:hover {
    color: black;
}

a.submit-grey, a.submit-green, a.submit-red, div.cms-form input.submit-red {
    display: block;
    float: left;
    padding: 10px 20px;
    background-color: #8f8f8f;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-width: 0px;
}

a.submit-grey:hover, a.submit-green:hover, a.submit-red:hover, div.cms-form input.submit-red:hover {
    color: black;
}

a.submit-green {
    background-color: #5fa520;
}

a.submit-red, div.cms-form input.submit-red {
    background-color: #C7050D;
}

a.button-rounded-orange, a.button-rounded-red, div.button-rounded-red {
    background: url('images/button-orange-bg.png') repeat-x top left #b35300;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 8px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.button-rounded-red, div.button-rounded-red {
    background: url('images/button-red-bg.png') repeat-x top left #b40308;
}

div.button-rounded-red {
    display: block;
    font-weight: bold;
}

div.button-rounded-red a {
    color: white;
}

div.button-rounded-red a:hover {
    color: black;
}

a.button-rounded-orange:hover, a.button-rounded-red:hover, div.button-rounded-red {
    color: black;
}

a.button-small-rounded-black, a.button-small-rounded-red {
    background: url('images/button-small-black-bg.png') repeat-x top left #363636;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.button-small-rounded-red, a.button-small-rounded-black-red-hover:hover {
    background: url('images/button-small-red-bg.png') repeat-x top left #b40407;
}

div.cms-form div.input-filter-applied {
    font-weight: bold;
    color: #ba1f25;
}



/*** SiteMap ***/

ul.sitemap {
    margin: 0px 0px 20px 25px;
    padding-left: 20px;
    list-style-type: circle;
}

ul.sitemap ul {
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 15px;
    list-style-type: circle;
}

ul.sitemap ul li {
}

ul.sitemap li a {
    text-decoration: none;
}

ul.sitemap li a:hover {
    text-decoration: underline;
}
  


