* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	margin: 0;
}

table {
	background-color: #F1F1F1;
}

.weiss {color: #FFFFFF}

a, a:visited, a:active {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

p, li {
	font-size: 11px;
}

img {
	border: 0;
}

#content {
	text-align: center;
	margin: 0 auto;
	width: 650px;
}

input, button, select {
	font-size:12px;
}

#options {
	margin: 0 auto;
}	

div.description {
	text-align: left;
	margin: 5px 0px 5px 30px;
}

div.boxes {
	float: left;
	width: 200px;
 	text-align: left;
	border: 1px dashed silver;
	margin: 4px 3px;
	padding: 4px;
}

.clear {
	clear: both;
}

#detailHeader {
	border-bottom: 1px dashed silver;
	text-align: left;
	padding: 10px;
	padding-left: 400px;
	min-height: 70px;
	margin-bottom: 20px;
	min-width: 500px;
}

#detailHeader h1 {
	margin: 0 0 10px 0;
}

#detailHeader h1 a {
	font-weight: bold;
}

#detailHeader div {
	float: left;
	font-size: 10px !important;
	text-align: left !important;
	line-height: 14px;
	height: 50px;
	margin: 0;
	padding: 0;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
	-moz-column-width:250px; /* Safari and Chrome */
	-webkit-column-width:100px; /* Safari and Chrome */
	column-width:100px;
	-webkit-column-gap:50px; /* Safari and Chrome */
	column-gap:50px;
}

.cntImage {
	position: relative;
	min-height: 170px;
}

#imageIcons {
	position: relative;
	margin: 0 auto;
	display: none;
}

#imageIcons a {
	position: absolute;
	z-index: 9998;
	display: block;
	background-color: white;
	padding: 10px;
	filter: alpha(opacity=60);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 	-moz-opacity: 0.60;
 	opacity:0.6;
 	border-radius: 10px;
 	-moz-border-radius: 10px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

#imageIcons a img {
 	width: 40px;
}

#imageIcons a.galleryinfo {
	top: 5px;
	left: 5px;
}

#imageIcons a.galleryinfo strong {
	padding: 5px 0 0 5px;
	float: right;
}

#imageIcons a.first {
	right: 5px;
	top: 5px;
}

#imageIcons a.second {
	right: 5px;
	top: 70px;
}

#imageIcons a.third {
	right: 5px;
	top: 135px;
}

#imageIcons span {
	float: left;
	margin: 12px 10px 0 0;
	width: 1px;
	overflow: hidden;
	display: none;
}

div.galnavi {
   	width: 20%;
   	margin: 0px;
   	float: left;
   	padding: 3px 0px;
}

div.galnavi a {
	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.70;
 	opacity:0.7;
}

#galleryNavi {
	display: none;
   	position: absolute;
   	top: 45%;
   	left: 0px;
   	margin: 0px;
   	padding: 0px;
   	z-index: 100;
   	width: 100%;
}

#upload_loading {
	padding: 20px 0;
	background: url(/images/loading.gif) no-repeat center;
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 100%;
	height: 100px;
	display: none;
}

#uploadframe {
	border: none;
	overflow:hidden;
	width: 600px;
	height: 150px;
}

input.code {
	background-color: #f8f8ff;
	padding: 5px;
	width: 500px;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

div.gallery_image {
	float:left;
	width: 205px;
	height: 230px;
}

/* image loading animation */

div.loading {
	min-width: 50px;
	min-height: 50px;
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-image: url('/images/loading.gif');
}

#uploadContainer {
	display: none;
}

#userbar, #userbarData {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: right;
	top: 0px;
	margin: 0;
	padding: 0;
}

#userbarData {
	position: relative;
	display: none;
	background-color: white;
	border-bottom: 1px solid silver;
}

#deleteActions {
	margin: 10px 0;
}

.hideFirst {
	display: none;
}

#app {
	width: 210px;
	position: fixed;
	padding: 10px 10px 5px 20px;
	top: 20px;
	right: 0;
	background: #f6f6f6;
	border-radius: 10px 0 0 10px;
	display: none;
}

#app p {
	float: left;
	width: 140px;
	text-align: left !important;
}

#app h2 {
	font-size: 14px;
	color: #1111ff;
	float: left;
	margin: 0 0 10px 0;
}

#app a {
	font-weight: bold;
}

#app img {
	float: right;
	padding-right: 20px;
}

