/* vim: filetype=css noexpandtab number shiftwidth=8 
 */
/* Common */

#main_left_block {
	background: #FFFFFF url(http://skating.com.ua/images/test_theme/block_bg.png) repeat-x scroll 0 100%;
	border: 1px solid #C8C8C8;
	margin-bottom: 10px;
	padding: 0px;
}

#middle-actualno span a {
	font-size: 1.2em;
	font-weight: bold;
	color: #5199D8;
	margin-bottom: 5px;
	display: block;
}

#middle-actualno p {
	margin: 0px;
	text-align: justify;
}

#middle-actualno img {
	float: left;
	margin: 4px;
	width: 60px;
	height: 60px;
}

.random_image {
	text-align: center;
}

/* Top News Big block */
#top_news_text {
	padding: 10px;
	padding-bottom: 0px;
}

#top_news_text h2 {
	border-bottom: 1px solid black;
}

#top_news_text h2 a {
	font-size: 1.2em;
	border-bottom: none;
	color: #5199D8;
}

#top_news_text h2 a:hover {
	color: #4A90D0;
}

#top_news_text a {
	color: black;
}

#top_news_text a:hover {
	color: black;
}

#middle-top-news {
}

#middle-top-news a {
	color: black;
	text-decoration: underline;
}

/* Images */

.top_article_image {
	float: left;
	width: 560px;
	height: 300px;
	vertical-align: inherit;
}

.top_article_date {
	color: grey;
	text-align: right;
	margin: 0px;
}

/* Columns */

#middle-col-container {
	float: right;
	width: 435px;
	position: relative;
}

#middle-col {
	float: left;
	width: 215px;
	position: relative;
}

/* Tournirs */
#tournirs_list a {
	text-decoration: none;
}

#tournirs_list {
	padding: 0px;
}

/* Events list (birthdays etc) */
#event_list {
	padding: 0px;
}

/* Tabber */

.tabberlive .tabbertabhide {
	display: none;
}

.tabber {
}

.tabberlive {
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
	color: #000;
	background: #AAE;
	border-color: #227;
}

ul.tabbernav li.tabberactive a
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
	padding: 5px;
	border: 1px solid #ddd;
	border-top: 0;

	/* height: 200px; */
	/* overflow: auto; */
}

.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
	display: none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}


