
/* Top photos switcher */
#tops_switcher .top_category{
	position: relative;
	height: 200px;
	margin: 10px 0;
}
#tops_switcher img {
	width: 670px;
	height: 200px;	
	border: 2px solid #336633;
	position: absolute;
	bottom: 0;
	left: 0;
}
#tops_switcher div.top_transparent_box {
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 670px;
}
#tops_switcher div.top_transparent {
	background-image: url('../images/transparent_background.png');
}
#tops_switcher div.top_arttile {
	padding: 5px 5px 0 5px;
	color: black; 
	font-size: 150%;
	font-weight: bold;
}
#tops_switcher div.top_artsubtile {
	padding: 0 5px 5px 5px;
	font-weight: bold;
	color: black; 
}
#tops_switcher a {
	text-decoration: none;	
}
#tops_switcher #panel {
	text-align: center;
	font-weight: bold;
}
#tops_switcher ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid #336633;
	background-image: url('../images/transparent_background.png');
}
#tops_switcher li {
	display: inline;	
}
#tops_switcher ul li a{
	padding: 0px 50px;
	text-align: center;
	color: #444444;
	font-weight: bold;
}
#tops_switcher ul li a:hover,
#tops_switcher li.selected a
 {
	background-color: #336633;
	color: white;
	border-bottom: 1px solid white;
}


/* icons gifs */
img.icons {
	width: 10px;
	height: 10px;
	display: inline;
}

/* categories */
#categories {
}
#categories div.cat {
	padding-top: 0px;
}
#categories h2.title {
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px;
	margin: 0px;
}
#categories h2.subcategory {
	padding: 10px 10px 0px 10px;
	font-size: 14px;
}
#categories h2.subcategory a {
	font-weight: bold;
}
#categories h2.cat_red {
	background-image: url("../images/category_red.gif");	
}
#categories h2.cat_yellow {
	background-image: url("../images/category_yellow.gif");	
}
#categories h2.cat_blue {
	background-image: url("../images/category_blue.gif");	
}
#categories h2.cat_green {
	background-image: url("../images/category_green.gif");	
}
#categories h2.cat_orange {
	background-image: url("../images/category_orange.gif");	
}

#categories div.sponsored img {
	float: left;
	border: 1px solid #AAAAAA;
	margin: 0 10px 10px 0;
}
#categories div.art_more {
	text-align: right;
	font-size: 11px;
	padding: 0 20px 0px 0;
}
#categories div.art_more a {
	color: #777777;
}
#categories div.list {
}
#categories div.list ul {
	
}
#categories div.list li {
	list-style-position: inside;
	padding: 1px 0;
}
#categories div.list li span.cmts_amount {
	
}
#categories div.list li.sponsored a{
	font-weight: bold;
}

#categories h2.title a{
	color: black;
}

/* CSS for Last Galleries */

#last_galleries {
	height: 121px;
	background-image: url('../images/galleries.png');
	background-repeat: no-repeat;
}
#last_galleries a#all {
	display: block;
	float: left;
	height: 121px;
	width: 150px;
}
#last_galleries div#dynamic {
	float: left;
	height: 121px;
}
#last_galleries ul {
	list-style: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}
#last_galleries ul li {
	display: inline;
	margin: 0px;
}
#last_galleries ul li img {
	border: 1px solid #DDDDDD;
	hegiht: 100px;
	width: 134px;
	margin: 10px 5px;
}


#bottom_boxes {
	padding: 5px 0px;
}
#bottom_boxes ul{
	list-style: disc inside;
	padding: 0;
	margin: 0;
}
#bottom_boxes ul li{
	padding: 3px;
}
#bottom_boxes .advert {
	float: left;
	padding: 0 15px;
}
.bottom_box {
	width: 300px;	
}
.left {
	float: left;	
}
.right {
	float: right;	
}
.bottom_box h2 {
	padding: 8px 0 8px 20px;
	background: url(../images/belka_300x42.gif) left top;
	background-repeat: no-repeat;
	font-size: 14px;
	letter-spacing: -.5px;
	color: black;
}
.bottom_box .content {
	color: black;
	font-size: 11px;
	padding: 5px;
	border: 2px solid #D0FFD0;
	margin: 0 1px;
}