@charset "utf-8";
#tour{
    font-family: Arial;
	width:650px;
    text-align: left;
	padding: 0 5px 2px 5px;
}
#tours{
    font-family: Arial;
	width:650px;
    text-align: left;
	padding: 5px 5px 0 5px;
}
#tours p{
    margin: 2px 0;
    padding: 0;
}
.no_bold{
	font-weight: normal !important;
}
.first{
    border-top: none !important;
}
.tour h4,.tour h4 a , .list_block h2{
    color: #1f46a8;
    font-size: 12px;
    margin: 0;
    text-transform: none;
}
.tour p{
    margin: 2px 0;
    font-size: 11px;
}
.tour{
    float: left;
    width: 150px;
    margin-right: 10px !important;
    overflow: hidden;
    position: relative;
}
.zajezdy{
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.tour .price, .list_block .price{
    color: #e97008;
}
.tour .status, .list_block .status{
    color: #349438;
}
.tour .more_info,.list_block .more_info{
    display: block;
    margin-top: 10px;
    color: #e97008;
    font-weight: bold !important;
    text-decoration: underline;
}
.tour .more_info:hover,.list_block .more_info:hover{
    color: #e97008;
    text-decoration: none;
}
