#columns {
	width: 980px;
}

/* vseobecne stlpec */
#columns .column{
	min-height: 200px; /* set a min-height to ensure a target dropzone */
	padding: 10px;
}

/* Lavy stlpec */
#columns .menu{
	width: 260px;
	float: left;
}

/* Stredny stlpec */
#columns .blocks{
	width: 430px;
	float: left;
}

/* Pravy stlpec */
#columns .sidebar{
	width: 260px;
	float: left;
}

/* tahac */
.block .draghandle{
	cursor: move;
}

#columns .menu, #columns .blocks, #columns .sidebar{	
	padding: 3px;
}

/* Kam to padne pri tahani */
#columns .target {
	border: 2px dashed #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* CUSTOM Brano */
.widget {
	background-color: white;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	overflow:hidden;
	width: 99%;
}

.widget div.block_data {
	padding: 10px;
}

.widget span.draghandle {
	font-size: 15px;
	background-color: #0D3F6C;
	width:100%;
	display:block;
	margin-top: 10px;
	color: white;
	padding: 10px;
}

.widget .block_data p {
	font-size: 11px;
}

.widget .block_data p ul li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
