#portal .portal-column {
  width: 300px;
  margin:0px 0px;
  padding:0px 0px;
}
#portal #portal-column-block-list {
  position: absolute;
  width: 200px;
  top: 180px;
  left: 10px;
  z-index: 10;
}
#portal .block .block-toggle, .cake_debug {
  float: right;
  cursor: pointer;
}
#portal .block .block-toggle span {
  display: none;
}
#portal .block-list-handle, #portal .handle {
  cursor: move;
}
.handle, .handle_news, .handle_new_left{
	background:#e4e4e4 url('/img/belka_move.gif')  no-repeat;
	width:100%;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	padding: 2px 0px;
	color: #1e6c93;
	border-bottom:solid 1px #cccccc;
}
.handle_news{
	background: #e4e4e4 url('/img/bgrd_belka_move.gif') repeat-x;
	height: 22px;
}
.handle_new_left{
	width:300px;
}
.handle_move{
	/*background: url('/img/arrow_belka.gif') center right no-repeat;*/
}
.content{
	background-color:white;
}

#content #default_content{margin:auto;width:800px}

.block, .block_left, .block_new_right, .block_new_left{
	background-color:white;
	margin:0px 0px;
	width:460px;
	margin-top:5px;*/
}
.block_new_left{
	margin-bottom:14px;
	width:300px;
}
.block_new_right{
	width:630px;
}

#flashMessage.success{
	padding: 5px 10px;
	background: #669933;
	color: #fff;
}

#flashMessage.fail{
	padding: 5px 10px;
	background: #993333;
	color: #fff;
}

/* zaokraglone rogi */
.border_radius,.border_radius_top{
-webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius:5px;
-moz-border-radius-topright: 5px; -moz-border-radius-topleft:5px;
border-top-right-radius: 5px; border-top-left-radius:5px;
}
.border_radius,.border_radius_bottom{
-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft:5px;
border-bottom-right-radius: 5px; border-bottom-left-radius:5px;
}


