/************************************************************************************/
/*                                                                                  */
/* Shop Styles (Liste, Details)                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Screenshot */
.screenshot
{
	float: left;
	width: 200px;
	height: 124px;
	position: relative;
	margin-right: 15px;
	border: 1px solid #999;
}

.shop-land
{
	width: 16px;
	height: 15px;
	position: absolute;
	top: 120px;
	left: 180px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #999;
}



/************************************************************************************/
/* Div für Shop Liste */
#divShopListe
{
	float: left;
	width: 100%;
	position: relative;
}



/************************************************************************************/
/* Liste mit den Shops und deren Bewertung */
#lstShopListe
{
	float: left;
	width: 100%;
	margin: 0px 0px 1em 0px;
}

#lstShopListe li
{
	width: 100%;
	height: 123px;
	padding: 15px 0 25px 0;
	position: relative;
	border-bottom: dotted 1px #ccc;
}

#lstShopListe h3
{
	float: left;
	width: 280px;
	height: 16px;
	padding: 2px 0px 2px 0px;
	margin-bottom: 0.5em;
}

#lstShopListe li .back-to-top
{
	position: absolute;
	left: -120px;
	top: -10px;
	background-image: url(../images/icons/back_to_top_pfeil.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
	text-decoration: none;
	font-size: 0.9em;
	padding-left: 12px;
}

#lstShopListe li .back-to-top:hover
{
	text-decoration: underline;
}

#lstShopListe .shop-slogan
{
	float: left;
	width: 423px;
	height: 20px;
	padding: 0px;
	margin: 0em 0em 0.5em 0em;
	color: #999;
	overflow: hidden;
}

#lstShopListe .shop-aktionen-gutscheine
{
	float: left;
	width: 423px;
	padding: 0.3em 0em 0.5em 0em;
}

#lstShopListe .shop-aktionen-gutscheine li
{
	height: 18px;
	margin: 0px;
	padding: 0.1em 0em 0.1em 0em;
	border-bottom: 0px none;
}

#lstShopListe .shop-aktionen-gutscheine .mini-link
{
	font-size: 0.8em; 
	margin-left: 0.5em;
}



/************************************************************************************/
/* Shop Info (Anzahl Kommentare, Rating) */
#lstShopListe .shop-info
{
	width: 423px;
	height: 16px;
	padding: 0px;
	position: absolute;
	left: 210px;
	bottom: 15px;
	font-size: 0.9em;
	margin: 7px;
}

#lstShopListe .shop-info li
{
	float: left;
	width: auto;
	height: auto;
	border-bottom: 0px none;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#lstShopListe .shop-ratingsterne
{
	vertical-align: text-top;
	height: 12px;
	width: 14px;
	padding-left: 1px;
}



/************************************************************************************/
/* Shop Links (Aktionen, Kategorien, etc) */
#lstShopListe .lstShopToolbar
{
	float: right;
	width: 140px;
	height: 16px;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	border: 1px solid #fff;
}

#lstShopListe .lstShopToolbar li
{
	float: right;
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border: 0px none;
}

#lstShopListe .lstShopToolbar li img
{
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}



/************************************************************************************/
/* Shop Links (Aktionen, Kategorien, etc) */
#lstShopListe .lstShopLinks
{
	width: 150px;
	height: 76px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: none;
}

#lstShopListe .lstShopLinks li
{
	width: 100%;
	height: 20px;
	border-bottom: none;
	padding: 0px;
	float: left;
	margin: 0px;
}

#lstShopListe .lstShopLinks a
{
	text-decoration: none;
}

#lstShopListe .lstShopLinks a:hover
{
	text-decoration: underline;
}



/************************************************************************************/
/* Shop Kategorie Links (Direkt auf die Kategorie oder Kategorie Aktionen) */
#lstShopListe .lstKategorieLinks
{
	float: left;
	width: 423px;
	height: 100px;
	padding-top: 0px;
}

#lstShopListe .lstKategorieLinks li
{
	float: left;
	width: 100%;
	height: 54px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 0px none;
}

#lstShopListe .lstKategorieLinks .kategorie-icon
{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px 12px 2px 0px;
	border: 1px solid #EBEBEB;
}

#lstShopListe .lstKategorieLinks p
{
	float: left;
	width: 320px;
	height: 16px;
	padding: 0px 0px 2px 0px;
}



/************************************************************************************/
/* Sticker */
#lstShopListe .shop-stickers
{
	width: 40px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: -20px;
}

#lstShopListe .shop-stickers img
{
	width: 40px;
	height: 40px;
}



/************************************************************************************/
/* Listen Filter */
#frmListeFilter
{
	float: left;
	width: 638px;
	min-height: 50px;
	background-image: url(../images/design/boxen_verlauf.png);
	background-repeat: repeat-x;
	border: 1px solid #DBECF2;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	display: none;
}

#frmListeFilter label
{
	width: 130px;
}



/************************************************************************************/
/* Shop Details */
#divShopDetails
{
	float: left;
	width: 100%;
	margin-bottom: 2em;
	background-image: url(../images/shop_icons/shop_details_bg.gif);
	background-repeat: repeat-y;
	position: relative;
}

#divShopDetails #divLinkeSpalte
{
	float:left; 
	width:210px; 
	padding:10px 0px 0px 10px;
}

#divShopDetails #divRechteSpalte
{
	float:right; 
	width:390px;
}

#divShopDetails fieldset
{
	margin: 0px 0px 2em 0px;
}

#divShopDetails .shop-screenshot
{
	padding: 0px;
	margin: 1px 0px 0px 0px;
	border-color: #fff;
}

#divShopDetails #divMiniKarte
{
	width: 200px;
	height: 250px;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
	z-index: 9;
}

#divShopDetails #divKarte
{
	width: 600px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	border: 5px solid #CCC;
	background-color: #FFF;
	visibility: hidden;
}

#divShopDetails #divFacebookLike
{
	float: left;
	width: 100%;
}




/************************************************************************************/
/* Shop Details Definition-Liste */
#divShopDetails dl
{
	width: 390px;
	margin: 0px;
	padding: 0px;
}

#divShopDetails dt
{
	width: 130px;
	margin-bottom: 0.5em;
	text-align: left;
}

#divShopDetails dd
{
	width: 248px;
	margin-bottom: 0.5em;
}



/************************************************************************************/
/* Shop Kommentare */
#divShopDetails #lstKommentare li
{
	margin: 0em;
	padding: 0.5em 0em 2.5em 0em;
	border-top: thin dotted #CCC;
}

#divShopDetails #lstKommentare li:last-child
{
	border-bottom: 0px none;
}

#divShopDetails .kommentar-ersteller
{
	margin: 0em;
	padding: 0em 0em 0.0em 0em;
	font-size: 1.2em;
	color: #000;
}

#divShopDetails .kommentar-datum
{
	margin: 0px;
	padding: 0em 0em 1em 0em;
	font-size: 0.9em;
	color: #999;
}

#divShopDetails .kommentar-text
{
	margin: 0em;
	padding: 0em;
	color: #555;
}

#divShopDetails .autor-rang
{
	font-size: 0.7em;
	color: #069;
}