#admin_off  {background:url(../img/blink.gif); padding:5px 10px; position:fixed; top:10px; left:10px;  border-radius:5px;  cursor:pointer;  z-index:99999;}
#admin_bg {background:#efefef; width:280px;  height:100%; padding:15px; position:fixed; left:0px; top:0px;}
.admin_scroller_left { background:#efefef url(../img/right2.png) top 10px left 10px no-repeat;  width:25px; height:40px; border-top-right-radius:5px; border-bottom-right-radius:5px; cursor:pointer;  position:absolute; right:-40px;  border:1px solid #fff; border-left:0px; }

.admin_scroller_right { background:#efefef url(../img/left2.png) top 10px left 10px no-repeat;  width:15px; height:30px; border-top-right-radius:5px; border-bottom-right-radius:5px; cursor:pointer; position:absolute; right:0px; border:0px ; }


div.edit_icon_on {width:39px; height:39px; background:url(../img/edit_mode_on.png); cursor:pointer;  }
div.edit_icon_on:hover {width:39px; height:39px; background:url(../img/edit_mode_off.png); cursor:pointer; }
div.edit_icon_off {width:39px; height:39px; background:url(../img/edit_mode_off.png); cursor:pointer; }
div.edit_icon_off:hover {width:39px; height:39px; background:url(../img/edit_mode_on.png); cursor:pointer; }

.admin_logout {width:39px; height:38px; background:url(../img/admin/logout.png);  }
.admin_logout:hover {width:39px; height:38px; background:url(../img/admin/logout2.png);  }
div.admin_setting {width:39px; height:39px; background:url(../img/admin/setting.png); }
div.admin_items {width:39px; height:39px; background:url(../img/admin/items.png); }
div.admin_reports{width:39px; height:39px; background:url(../img/admin/reports_icon.png); }

ul.admin_menu, ul.admin_menu ul { list-style:none; padding:0px; margin:0px; position:relative;} 
ul.admin_menu ul { position:absolute; display:none; left:50px;}
ul.admin_menu li { padding:5px 0px;} 

.admin_item {cursor:pointer; color:#aaa;  padding-bottom:7px; text-align:left;}
.admin_item:hover {cursor:pointer; color:#000;}

.div_edit_icon{position:absolute; right:-10px; bottom:-10px; z-index:996; cursor:pointer;}
.block_div { border:0px; }
.block_div:hover{ border:1px dotted red; margin:-1px;}
.block_div .block_div:hover{ border:1px dotted green; margin:-1px; }

.block_div  .edit_buttons, .block_div:hover .block_div  .edit_buttons { display:none;}
.block_div:hover  .edit_buttons  , .block_div .block_div:hover  .edit_buttons { display:block;}

.admin_down { background:url(../img/admin/down.png) top 10px left 10px no-repeat; width:23px; height:23px;  cursor:pointer; }
.tabs, .tabs2 { border:1px solid #ccc;  display:inline-block; padding:5px 10px; cursor:pointer; }	