
/* ----------[Artikel-Uebersicht]---------- */
div.article_preview{
	position: relative;
	float: left;
	width: 156px;
	height: 181px;
	background-image: url(http://www.pantau.eu/img/article_details.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 7px;
}

div.article_preview:hover{
	position: relative;
	float: left;
	width: 156px;
	height: 181px;
	background-image: url(http://www.pantau.eu/img/article_details_hover.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

div.article_preview a{
	display: block;
	width: 120px;
	height: 181px;
	text-decoration: none;
}

div.content_position{
	position: absolute;
	left: 23px;	
}

.position_artikel_name{
	position: absolute;
	left: 0px;	
	bottom: 52px;	
}

.position_artikel_farbe{
	position: absolute;
	left: 0px;	
	bottom: 40px;
}

.position_artikel_preis{
	position: absolute;
	left: 0px;	
	bottom: 12px;
}

p.content_article{
	margin-bottom: 20px;	
}

p.content_info{
	font-size: 11px;
	text-align: center;
	margin: 40px auto 10px auto;
	clear: both;
}

.subCatText{
	color: #002F5D;
}

/* ----------[Kategorie-Vorschau]---------- */

div.subCatPreview{
	position: relative;
	float: left;
	width: 156px;
	height: 181px;
	background-image: url(http://www.pantau.eu/img/de_de/kategorien/subCatPreview.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 7px;
}

div.subCatPreview:hover{
	position: relative;
	float: left;
	width: 156px;
	height: 181px;
	background-image: url(http://www.pantau.eu/img/de_de/kategorien/subCatPreview_hover.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

div.subCatPreview a{
	display: block;
	width: 156px;
	height: 181px;
	text-decoration: none;
}

div.subCatPreviewHeader{
	/*position: absolute;
	left: 23px;*/
	margin-top: 18px;	
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/* ----------[Artikel-Detailansicht]---------- */

table#article_details_table td{
	vertical-align: middle;
}

div#article_details_left{
	/*border: 1px solid #000000;*/
	float: left;
	width: 240px;
}

div#article_details_right{
	/*border: 1px solid #000000;*/
	float: right;
	width: 240px;
	margin-bottom: 50px;
}

div#lupe{
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 31px;
	height: 31px;
	z-index: 100;	
}

div#porto_wrapper{
	position: relative;	
}

div#porto{
	padding: 5px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1000;
	display: none;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #c8c8c8;
}

div.zusInfo{
	/*border: 1px solid black;*/
	padding: 0;
	float: right;
	width: 115px;
	height: 10px;
	font-family: trebuchet, Arial;
	font-size: 11px;
	color: #a5d7e6;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
}

a.link_small_lightblue{
	color: #a5d7e6;
}

div#preis{
	width: 125px;
	height: 20px;
	float: left;
	padding-top: 8px;
	margin-bottom: 20px;
}

#icon_questionmark{
	/*cursor: help;*/	
}

.product_name{
	font-family: Arial;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	font-style: normal;
}

.product_color{
	font-family: Arial;
	font-size: 11px;
	color: #777;
}

.product_id{
	font-family: Arial;
	font-size: 11px;
	color: #777;
}

.product_price{
	font-family: trebuchet, Arial;
	font-size: 24px;
	color: #a5d7e6;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.deal_price{
	color: #CC0000;
}

.product_sold{
	font-family: Arial;
	font-size: 16px;
	color: #002f5d;
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.product_price_from{
	font-family: trebuchet, Arial;
	font-size: 14px;
	color: #a5d7e6;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product_price_from_red{
	font-family: trebuchet, Arial;
	font-size: 14px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product_description{
	float: none;
	font-size: 12px;
	color: #666666; /*#b2b2b2*/
	font-style: normal;
}
