/* Anzeigenmarkt / Gallery Ausgabe ################################## */ 
/* Preivew*/
#gallery_button_show_categories {
	display:none;
}
#market_preview_template {
	margin-bottom:6px;
	padding:0px;
	border:#666666;
	border:1px solid #CCC;
	height:160px;
	margin-right:0;
	margin-bottom:22px;
	background-color:#CCC;
}
#market_preview_template:hover {
	margin-bottom:6px;
	padding:0;
	border:#666666;
	border:1px solid #666;
	height:160px;
	margin-right:0;
	margin-bottom:22px;
	background-color:#EFEFEF;
}
.market_preview_title {
	color: #000000;
}
.market_preview_subtitle {
	font-size: 11px;
	color: #000000;
	display:none;
}
/* Template */

#market_template {
	margin-bottom:12px;
	margin-top: 12px;
}
#market_template h2{
	font-size:48px;
	color:#e2001a;
	
}
#market_template p{
	color: #FFF;
	font-size:24px;
}
.market_title {
}
/*  Options */
#market_search_form {
	/*
	width:auto;
	margin-bottom:12px;
	padding: 4px;
	width: 0px;
	background-color: #E9E9E9;
	border: 1px solid #CCC;
	*/
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#market_text {
	margin-bottom:12px;
}
.market_preview_images_box {
	float:left;
	width:178px;
	margin-right:19px;
	margin-bottom:20px;
	padding:0px;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	background-color:#FFF;
}
.market_gallery_images_box_middle {
	width:auto;
	margin-right:0.1em;
	margin-left:0.1em;
	margin-bottom:4px;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	background-color:#CCC;
	text-align:center;
}
.market_preview_images {
	height:120px;
	padding:0px;
	border-color:#E9E9E9;
	border-width:1px;
	border-style:solid;
	background-color:#FFF;
	overflow:hidden;
}
/* Gallery*/ 
#market_gallery_box {
	margin:auto;
	text-align:center;
}
.market_gallery_images_box {
	width:auto;
	margin-right:0.4em;
	margin-left:0.4em;
	margin-bottom:4px;
	padding:1.5em;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	text-align:center;
}
.market_gallery_images {
	padding:1px;
	border-color:#E9E9E9;
	border-width:1px;
	border-style:solid;
	background-color:#CCCCCC;
	overflow:hidden;
}
.show_div {
	visibility:visible;
}
.hide_div {
	visibility:hidden;
	display:none;
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
}
/*  Box */

#login {
	margin:0px;
	padding:0px;
}
#login_background {
	opacity:.8;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	width: 99.9%;
	background-color:#000000;
	min-height: 100%;
	position:absolute;
	z-index:101;
	border: 1px solid #CCCCCC;
	height: 100%;
	left: 0px;
	top: 0px;
}
#login_form {
	position:absolute;
	width:99.9%;
	text-align:center;
	margin-top:20px;
	z-index:102;
	left: 0px;
	top: 0px;
}
.market_gallery_close {
	position:absolute;
	z-index:104;
	width:99%;
	height:30px;
	margin-top:12px;
	padding:0px;
	float:right;
	text-align:right;
}
.market_gallery_button a {
	padding: 4px;
	height: auto;
	width: auto;
	text-decoration: none;
	color: #CCCCCC;
}
.market_gallery_button a:hover {
	padding: 3px;
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
.market_gallery_button_close a {
	padding: 4px;
	height: auto;
	width: auto;
	text-decoration: none;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
.market_gallery_button_close a:hover {
	background-color: #999999;
}
/* Übersicht Kategorien*/
#market_preview_categorie_box {
	float:left;
	width:140px;
	min-height:150px;
	margin-right:8px;
	margin-bottom:8px;
	padding:10px;
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	background-color:#F2F2F2;
}
#market_preview_categorie_box:hover {
	float:left;
	width:140px;
	min-height:150px;
	margin-right:8px;
	margin-bottom:8px;
	padding:10px;
	border-color:#999;
	border-width:1px;
	border-style:solid;
	background-color:#FFF;
}
/* Detailansicht */
#market_detail_image {
	width:100%;
	overflow:hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/*Optionsfelder */
#option_label {
	float:left;
	width:260px;
	font-weight: bold;
}
#option_text {
	float:left;
}
/*Rubriken */
#market_preview_category_title {
	font-size:72px;
	color:#FFF;
	text-transform: lowercase;
	text-shadow: -1px -1px 10px #999, 1px 1px 10px #666;
}
