
/****** SIDE PANEL *****/

.side-panel
{
	position: absolute;
	right: 1px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	color: #330000;
	width: 626px;
	height: 142px;
	margin-top:386px;
	overflow: hidden;
	z-index: 7;
}

.side-panel .arrow
{
	position: absolute;
	width: 23px;
	height: 40px;
	margin: 51px 0 0 11px;
	cursor: pointer;
	background: url("/img/arrow_right.png");
}


.side-panel.hidden .arrow
{
	background: url("/img/arrow_left.png");
}











/****** SIDE PANEL > MENU *****/

.side-panel .menu
{
	position: absolute;
	margin: 26px 0 0 45px;
}

.side-panel .menu li 
{
	margin: 0 0 3px 0;
}

.side-panel .menu li a
{
	color: #270000;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 20px;
	letter-spacing: -0.1px;
	border-bottom: 0px solid #270000;
	white-space: nowrap;
}

.side-panel .menu li a.active
{
	color: #E1DED1;
	text-decoration: none;
	background: #270000;
}




/****** SIDE PANEL > NEWS *****/

.side-panel .news 
{
	position: absolute;
	margin: 26px 0 0 0;
	left: 339px;
}

.side-panel .news p
{
	padding: 0 20px 0 0;
}

.side-panel .news li + li
{
	margin: 20px 0 0 0;
}

.side-panel .news ul
{
	overflow-y: scroll;
	overflow-x: auto;
	width: 240px;
	height: 90px;
}

