﻿.agregator_menu {
	margin-left: 40px;
}
.am_table {
	
}
.am_post_popularity_switcher {
	width:33%;
	text-align:left;
	font:bold 15px Arial, sans-serif;
	color:#383838;
	white-space:nowrap;
}
.am_post_popularity_switcher a {
	float: left;
	display: block;
	height: 25px;
}

.am_post_popularity_switcher a#am-interesting-switcher {
	width: 99px;
	background-image: url(/i/interesting.gif);
}
.am_post_popularity_switcher a#am-all-switcher {
	width: 100px;
	background-image: url(/i/all.gif);
}
.am_post_popularity_switcher a#am-interesting-switcher.active {
	background-position: left bottom; 
}
.am_post_popularity_switcher a#am-all-switcher.active {
	background-position: left bottom; 
}

.am_post_type_switcher {
	width:33%;
	text-align:center;
	white-space:nowrap;
}
.am_rss_link {
	width:33%;
	text-align:right;
}

.am_post_popularity_switcher a {
	font:normal 15px Arial, sans-serif;
	color:#2e699a;
	text-decoration:none;
}
.am_post_popularity_switcher a:hover {
	text-decoration:underline;
}
.am_post_popularity_switcher a.active {
	font:bold 15px Arial, sans-serif;
	color:#383838;
}
.am_post_popularity_switcher a.active:hover {
	text-decoration:none;
}

.am_post_type_switcher span {
	font:9px Arial, sans-serif;
	color:#7f7f7f;
}
.am_post_type_switcher select {
	width:165px;
}
.am_post_type_switcher select, .am_post_type_switcher option {
	font:12px Arial, sans-serif;
	color:#000;
}

.am_rss_link a {
	font:9px Arial, sans-serif;
	color:#2e699a;
	padding:7px 0 7px 15px;
	background:url(../i/icons/icon_rss.gif) no-repeat left center;
}

