.by-country {
    position: relative;
	padding: 0 125px 0 145px;
}

.by-country-desc {
    position: absolute;
	left: 10px;
	top: 10px;
    width: 120px;
}

* html .by-country-desc {
	left: -125px;
}

.by-country-desc .flag {
	float: left;
	margin: 0 5px 7px 0;
}

.by-country-desc .country {
	font-size: 1.4em;
	color: #5e869e;
	margin-top: 10px;
}

.by-country-desc .channel-count {
	clear: both;
	font-size: 1.2em;
}

.by-country-list {
	position: relative;
}

.by-country-list .channel {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	
	
/*	Для нейтрализации стилей .feed li */
	padding: 0;
	border: 0px none;
}

.by-country-list .channel .logo img {
	padding: 1px;
	border: 1px solid #96CAE2;
}

.by-country-list .channel .hint {
	display: none;
	position: absolute;
	z-index: 10;
	left: -5px;
	top: -55px;
	width: 150px;
	height: 50px;
}

#tooltip .name {
	color: #ea7166;
	font-size: 1.2em;
}

.hint .desc {
	padding: 0;
}

.by-country-list .channel .hint .tail,
.by-country-list .channel .hint .tail b {
	display: block;
	position: relative;
	margin: -1px 0 0 15px;
	width: 10px;
	height: 10px;
}

.by-country-list .channel .hint .tail b {
	position: absolute;
	margin: 0;
	background: url(http://i.uaprism.com/i/tv/tail.gif) no-repeat;
}

.by-country-expand-collapse {
	position: absolute;
	left: -100px;
	top: 20px;
	margin-left: 100%;
	width: 100px;
}

* html .by-country-expand-collapse {
	left: -225px;
}

.by-country-expand-collapse .link {
	color: #ea7166;
	font-size: 1.2em;
}

.by-country-list .extended {
    display:none;
}

#tooltip {
    position:absolute;
    width:165px;
    font-size: 1.1em;
}

.feed li.by-country {
    padding: 15px 125px 0 145px;
}
