/* Блок */

.box {
	margin-top: 10px;
	width: 100%;
	background:  url(/images/box/box_right.gif) no-repeat top right; 
}

.box h2 {
	height: 21px;
	margin: 0 0 0 0;
	padding: 4px 0 2px 27px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #2787be;
}

.box h2.users {
	background: url(/images/box/box_users.gif) no-repeat;
}
.box h2.atention {
	background: url(/images/box/box_atention.gif) no-repeat;
}
.box h2.item {
	background: url(/images/box/box_item.gif) no-repeat;
}
.box h2.megafon {
	background: url(/images/box/box_megafon.gif) no-repeat;
}
.box h2.money {
	background: url(/images/box/box_money.gif) no-repeat;
}
.box h2.quest {
	background: url(/images/box/box_quest.gif) no-repeat;
}
.box h2.stat {
	background: url(/images/box/box_stat.gif) no-repeat;
}
.box h2.tv {
	background: url(/images/box/box_tv.gif) no-repeat;
}

.box h2.weather {
	background: url(/images/box/box_weather.gif) no-repeat;
}

.box h2 a {
	color: #001e35;
}

.box div {
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
}

.box div * {
	padding: 0;
	margin: 0;
}

.box div ul{
	list-style: none;
}

.box div ul li.nomark {
	margin: 0;
	padding: 1px 0 1px 0;
}

.box div ul li.mark1 {
	padding: 1px 0 1px 8px;
	background: url(/images/box/vert_b.gif) no-repeat left top;
}


.box div ul li small{
	color:#C2C2C2;
}

.box div ul li a.selected{
	font-weight:bold;
}


/* Фотогалерея */

.box div.panel {
  margin: 0px;
  margin-bottom: 15px;
  overflow: auto; 
  height: 398px;
}

div.panel a {
  /*display: block;*/
  padding: 1px;
}

