
/*Alphabet search*/
.alphabet-search {
    margin: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.alphabet-search_item {
    float: left;
}
.alphabet-search_item_link {
    position: relative;
    display: block;
    padding: 2px 8px; margin-bottom: 8px;
    font: bold 9px/18px "Arial"; color: #252525;
    text-transform: uppercase; text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    _behavior: url("js2/PIE.php");
}
.alphabet-search_item_link.num {
    padding: 2px 4px 2px 4px;
}
.alphabet-search_item_link:hover {
    background-color: #f13c69;
    color: #fff;
}
.alphabet-search_item_link.active {
    background-color: #f13c69;
    color: #fff;
}


/*Tegs*/
.tegs {
    width: 110%;
    margin: 16px 0 25px -5px;
    overflow: hidden;
}
.tegs_column {
    float: left;
    margin-right: 5px;
    width: 155px;
}
.tegs_link {
    display: block;
    padding: 7px;
    text-decoration: none;
    color: #555;
}
.tegs_link:hover {
    background: #ff335a;
    color: #fff;
}

.teg-block {
    margin-bottom: 5px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
}
.teg-block.last {
    border-bottom: 0;
}
.teg-block .contentelem-4-1, .teg-block .contentelem-7-2 {
    border-bottom: none; margin-bottom: 0;
}



/* inner */

.teg-block {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 5px;
    padding-bottom: 7px;
}

.teg-block .contentelem-4-1, .teg-block .contentelem-7-2 {
    border-bottom: medium none;
    margin-bottom: 0;
}

.content h2 {
    color: #000000;
    display: block;
    font: 22px/24px "opensans","Arial","Tahoma";
    margin: 0 0 18px;
    text-transform: uppercase;
}

.header-15 {
    color: #F13C69 !important;
    font: 18px/20px 'helioscondcbold' !important;
    margin: 30px 0 20px !important;
}

.header-15_link {
    color: #252525;
    float: right;
    font-family: 'open_sans_condensed_lightRg';
    text-decoration: none;
    text-transform: uppercase;
}

.contentelem-4-1.long-photo .contentelem-4-1-1 {
    height: 230px;
    margin-bottom: 12px;
   /* width: 152px;*/
}

.contentelem-4-1-1 {
    display: block;
    height: 120px;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

.contentelem-4-1-1 img {
    background: none repeat scroll 0 0 #F1F1F1;
    height: 100%;
    width: 100%;
}

.contentelem-4-1-1 .nophoto .decor-1 {
	right: 21px !important;
}
/*.long-photo .decor-1 {
	right: 21px !important;
}*/