/* Admin */

.edittoolbar {
	position:relative;
	background:#572110;
	border:solid 1px #d88e69;	
	height:30px;
	clear:both;
	display:block;
	width:auto;
	margin:0px;
	padding:0px;
	width:510px;
	z-index:1100;
}
.edittoolbar h2 {
	font-size:13px;	
	float:left;
	margin:3px;
	
}
.edittoolbar ul {
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
}
.edittoolbar li {
	float:left;
	margin-top:5px;
	margin-left:10px;
	list-style-type:none;
	text-indent: -1000em;
}

.edittoolbar .info a   {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_info.gif);
	width:20px;
	height:20px;
}

.edittoolbar .delete a   {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_delete.gif);
	width:20px;
	height:20px;
}

.edittoolbar .view a   {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_edit.gif);
	width:20px;
	height:20px;
}

.edittoolbar .edit a   {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_view.gif);
	width:20px;
	height:20px;
}

.edittoolbar .visibleTrue a   {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_visible.gif);
	width:20px;
	height:20px;
}

.edittoolbar .visibleFalse a   {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_nonvisible.gif);
	width:20px;
	height:20px;
}

.edittoolbar .moveUp a  { 
	display:block;
	outline: none;
	background-image:url(art/icons/icon_up.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:16px;
	height:16px;
}

.edittoolbar .moveDown a  { 
	display:block;
	outline: none;
	background-image:url(art/icons/icon_down.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:16px; 
	height:16px;
}
.sectionsettings 
{
	clear:both;
}


.btnEdit {	
    display: block;
	outline: none;
	background-image: url(art/icons/icon_edit.gif);
    width: 20px;
    height: 20px;
}

.btnDelete {	
    display: block;
	outline: none;
	background-image: url(art/icons/icon_delete.gif);
    width: 20px;
    height: 20px;
}

.btnPrev {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_up.gif);
	background-repeat:no-repeat;
    background-position: center;
	width:16px;
	height:16px;
}

.btnNext {	
	display:block;
	outline: none;
	background-image: url(art/icons/icon_down.gif);
    background-repeat: no-repeat;
	background-position:center;
	width:16px;
	height:16px;
}

/* buttons */
a.btnRight 
{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(art/icons/icon_next.gif);
    background-position: left;
    background-repeat: no-repeat;
    text-indent: -1000px;
    overflow:hidden;
}

a.btnLeft 
{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(art/icons/icon_back.gif);
    background-position: right;
    background-repeat: no-repeat;
    text-indent: 1000px;
    overflow:hidden;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(art/icons/icon_up.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    text-indent: -1000px;
    overflow:hidden;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(art/icons/icon_down.gif);
    background-position: top;
    background-repeat: no-repeat;
    text-indent: -1000px;
    overflow:hidden
}