#basicInfo{
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    background-color: #f5f5f5;
    position:relative;
    margin-top:20px;
}

.cont{
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 10px;
}


#basicInfo .infoRow{
    font-size: 14px;
    line-height: 24px;
    min-height: 24px;
}

a:hover{
    text-decoration: underline;
}

#maps{
    width: 592px;
    height: 300px;
    position: relative;
    background-color: #E5E3DF;
    overflow: hidden;
}

#separator{
    height: 6px;
    background-color: #0D7CFF;
}

#oskMenu{
    height: 37px;
    margin-top: 30px;
    line-height: 37px;
}

#oskMenu .tab{
    float: left;
    width: auto;
    margin-left: 10px;
    background-color: #5BA3FD;
    text-align: center;
    color: white;
    padding: 0px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
}

#oskMenu .tab:hover{
    text-decoration: none;
    background-color: #0D7CFF;
}

#oskMenu .selected{
    color: white;
    background-color: #0D7CFF;
}

.smallTitle{
    font-weight: bold;
    color:black;
    font-size:13px;
    float: left;
    margin-right: 5px;
}

.italic{
    font-style: italic;
    color:grey;
}

#categories{
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}

#votes{
    height: 50px;
    line-height: 50px;
}

.stars_score_opis{
    margin:0px !important;
}

#tabContent{
    width: 674px;
}

.specialOffer, .location, .opinions, .calculator{
    display:none;
}

.show{
    display:block;
}

.opinion{
    margin: 0px auto;
    margin-top:10px;
    width:590px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: black;

}

.opinion .head{
    line-height: 12px;
    height: 12px;
    padding:10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 38%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,rgba(249,249,249,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 38%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,249,249,1) 38%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,249,249,1) 38%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 38%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.opinion .head .author{
    float:left;
}

.opinion .head .date{
    float:right;
}

.opinion .body{
    padding: 10px;
}

.opinion .body .votes{
    height: 42px;
    line-height: 42px;
}

.stars_score_opinion{
    height: 30px;
    background: url('/images/osk/gray_star.png') repeat-x;
    width: 150px;
    cursor: pointer;
    margin: 10px;
    float: left;
}

.stars_score2_opinion  {
    height: 30px;
    background: url('/images/osk/gold_star.png') repeat-x;
    width: 0px;
}

.stars_score_opis_opinion {
    display: none;
    color: green;
    float: left;
}

.opinionStars_score{
    height: 22px;
    background: url('/images/osk/gray_star_small.png') repeat-x;
    width: 110px;
    cursor: pointer;
    margin: 10px;
    float: left;
}

.opinionStars_score2{
    height: 22px;
    background: url('/images/osk/gold_star_small.png') repeat-x;
    width: 0px;
}

.opinionForm{
    margin: 0px auto;
    margin-top:30px;
    width:570px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: black;
    padding:10px;
    background: rgb(229,229,229); /* Old browsers */
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 55%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 55%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 55%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 55%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 55%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #4D4D4D;
}

.opinionForm .email{
    min-height: 35px;
}

.opinionForm .email input[type=text]{
    width:556px;
}

.opinionForm .text{
}

.opinionForm .agree{

}

.opinionForm .agree input[type=checkbox]{
    float:left;
}

.opinionForm .text textarea{
    width:556px;
}

.opinionForm .info{
    border: 1px solid #CCC;
    padding: 10px 20px;
    background-color: #E0E0E0;
    margin-top: 20px;
}

.opinionForm .votes{
    padding: 10px 20px;
    height: 50px;
    line-height: 50px;
}

.opinionForm .votes B{
    float:left;
    margin-right: 10px;
}

.opinionForm .votes input[type=submit]{
    margin-top: 7px;
    float: right;
}

.errorMessage{
    clear: both;
    color: red;
    margin-left:5px;
}

.goto{

    margin:5px;
}

.back{
    font-weight: bold;
    margin-left: 20px;
}

.info{
    font-style: italic;
    color:grey;
    line-height: 24px;
    text-align: justify;
    padding:20px;
    font-size:14px;
}

#boxLogin{
    position: static;
    margin: 0px auto;
    margin-top: 30px;
}

#boxLoginForm .row{
    height:40px;
}

#boxLoginForm {
    display: block;
    width: 316px;
    margin: 0px auto;
}

#boxLogin p {
    line-height: 20px;
    padding:10px 0px;
}

#boxLoginInfo{
    width:300px;
    margin: 0px auto;
    display:block;
}

.calculatorForm{
    margin: 0px auto;
    width: 570px;
    border: 1px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: black;
    padding: 10px;
}

#calculator-form{
    width:530px;
    margin: 0px auto;
}

#calculator-form .row{
    min-height: 40px;
}

#calculator-form .row label{
    width:250px;
    text-align:right;
    margin-right: 10px;
    float:left;
    margin-top: 6px;
}

#calculator-form .row input[type=checkbox]{
    margin: 0px;
    margin-top: 9px;
}

#calculator-form .row input[type=password],
#calculator-form .row input[type=text]{
    width:250px !important;
}

#calculator-form .row select{
    width:266px !important;
}

#calculator-form .row .errorMessage{
    margin-left: 260px;
}

#osk_oferta2{
    width: 542px;
    margin: 0px auto;
    border: 1px solid #DDD;
    padding: 10px;
}