/**
 CSS projektové
*/

.recenze-filmu .std .classic_list .polozka {
    float: left;
    width: 370px;
    height: 149px;
    background: #ffffff !important;
    border-radius: 4px;
    margin-right: 32px;
    margin-bottom: 32px;
    color: #313131;
    padding-bottom: 0;
	position: relative;
}

.recenze-filmu .std .classic_list .polozka.rowlast {
}

.recenze-filmu .std .classic_list h3 {
    padding: 13px 0 5px 0;
}

.recenze-filmu .std .classic_list h3 a {
    color: #313131;
    line-height: 100%;
    font-size: 18px;
}

.recenze-filmu .std .classic_list .anotace p {
    padding-right: 10px;
}

.recenze-filmu .std .classic_list .polozka .anotace .obr {
    margin: 0;
    width: 135px;
    height: 150px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.recenze-filmu .std .classic_list .polozka .anotace .obr img {
    /*max-width: 135px;*/
    max-height: 150px;
    /*height: 150px;*/
    margin-top: 0;
}

.recenze-filmu .std .classic_list .vice {
    position: absolute;
    margin-top: -30px;
    margin-left: 260px;
}

.recenze-filmu .std .classic_list .vice a, a.more_btn {
    background: none;
    border: none;
    border-radius: 0;
    color: #287ec8;
    font-size: 14px;
}

.recenze-filmu .std .classic_list .vice a:hover {
    background: none;
    border: none;
    border-radius: 0;
    color: #052e50;
    text-decoration: underline;
}

.forms_base2 input[type="text"], .forms_base2 input[type="password"], .forms_base2 select {
    height: 32px;
    line-height: 32px;
}

.forms_base2 fieldset {
    border-color: rgba(222,222,222,0.5);
}
.forms_base2 .col {
    padding: 0;
}

.forms_base2 .item_note, .forms_base2 .note {
    top: 0;
}

.forms_base2 textarea, .forms_base2 input[type="text"], .forms_base2 input[type="password"], .forms_base2 select {
    margin-bottom: 0px;
}