ul.sortable_menu{
	margin: 0;
	margin-top: 4px;
	padding: 5px;
	list-style-type: none;
	width: 250px;
}

ul.sortable_menu li {
	margin: 0;
	margin-bottom: 5px;	
	padding: 5px;
	background-color: #CCF;
	border: 1px solid blue;
}

img.handle {
	cursor: move;
}

.advertisement_left .advertisement_right{
	text-align:  center;
}
div.advertisement_top{
	z-index: 1;
	position:  absolute;
	top:  40px;
}

h1{	font-size: 30px; margin-top: 20px;}
h2{	font-size: 20px; }

table.list { border-collapse:  collapse; width:  100%;}
table.list th{ background-color:  #BBB; }
table.list tr.odd{	background-color:  #DDD; }
table.list tr.even {	background-color:  #EEE; }
table.list td.left { text-align:  left; }
table.list td.center { text-align:  center; }
table.list td.right { text-align:  right; }