

/*  
Description: sexy button tute
*/
a.button {
    background: transparent url(https://w3alpha.com/cms/img/buttons/bg_button_a.gif) no-repeat top right;
    font: normal 12px arial, sans-serif;
	color: #666!important;
	text-decoration: none;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    cursor:pointer;
}

a.button:hover {
	color: #000!important;
	text-decoration: none;
}

a.button span {
    background: transparent url(https://w3alpha.com/cms/img/buttons/bg_button_div.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration: none;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
	color: #000!important;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


layer.singleUploaderLayer {
	background-color:#D9F0FF;
	padding:4px;
	width:180px;
}

layer.singleUploaderLayer span {
	padding:1px;
}
#files_single_upload_thumbs li img{
	margin:0px ;
	display:block;
}

#files_single_upload_thumbs li img:not(.removeUpload) {
	width:164px;
}


img.removeUpload {
	position:relative;
	z-index:1;
	right:0;
	margin:0;
	padding:3px;
	float:right;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

img.removeUpload:hover {
	padding:2px;
	border:1px solid #bcbcbc;
	background-color:#DCDCDC;
	cursor:pointer;
}

#upload_button {
	padding:1px;
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
#files_single_upload {
	padding:0;
	margin:0;
}

#files_single_upload li{
	margin:5px 1px;
	padding:2px;
	height:18px;
	width:310px;
	background:#61F999;
	list-style:none;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#files_single_upload li:hover{
	background:#71FFCC;
	cursor:pointer;
}

#upload_thumb {
	position:absolute;
	border:1px solid #000;
}
#files_single_upload_thumbs li{
	float:left;
	/*height:114px;*/
	text-align:center;
}

#files_single_upload_thumbs li span{
	float:left;
}

#files_single_upload_thumbs {
	padding:0;
	margin:0;
}

#files_single_upload_thumbs li{
	margin:4px 4px 0 0;
	padding:5px;
	width:162px;
	background:#61F999;
	list-style:none;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#files_single_upload_thumbs li:hover{
	background:#71FFCC;
	cursor:pointer;
}


.versch_medien {
	position:static;
    list-style-type: none;
    padding: 0;
}

.versch_medien li {
	color:#cccccc;
    list-style:none;
    color: #333;
    float: left;
    padding:5px;
    text-align: center;
    width: 172px;
}

.versch_medien li:hover {
	list-style:none;
}