﻿/**
* Elemente und Schriften
* die für den die Neuzugänge benötigt werden
* @author Diana Lobback
*/

/**
* Formatierung des Layer der Vor- und Zurück-Pfeile in der Anzeige der Neuzugänge enthält
* @affected all
*/
#ctl00_ctl00_ContentPlaceHolder1_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_imgBackPanel,
#ctl00_ctl00_ContentPlaceHolder1_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_imgForwardPanel
{
	float:left;
}


/**
* Positionierung und Formatierung des Layer der die Neuzugänge enthält
* @affected all
*/
.neuzugaenge {
	margin-left:310px;
	margin-top:-20px;
	height:180px;
	width:640px;
}

/**
* Positionierung und Formatierung des Layer der den Titel des Produktes enthält
* @affected all
*/
.neuzugTitel 
{
	height:22px; 
	border-top:1px solid #000000; 
	border-bottom:1px solid #000000;  
	color:#000000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	float:left;
	width:190px;
	padding-top:6px;
	margin-top:5px;
}

/**
* Positionierung und Formatierung des Layer der das Bild des Produktes enthält
* @affected all
*/
.neuzugBild {
	float:left; 
	border:1px solid #000000; 
	padding:3px;
}

/**
* Positionierung und Formatierung des Layer der den Preis des Produktes enthält
* @affected all
*/
.neuzugPreis {
	float:left; 
	width:80px; 
	height:24px; 
	background-image:url(/Assets/bgNeuzDetailPreis.png);
	font-weight:bold; 
	color:#ffffff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	padding-top:6px;
	text-align:right;
	padding-right:10px;
	margin-top:5px;
}

/**
* Positionierung und Formatierung des Layer der den Text des Produktes enthält
* @affected all
*/
.neuzugtext {
	width:280px;
	font-size:8pt;
	padding-top:15px;
}

/**
* Positionierung und Formatierung des Layer der das Wort "Neuzugänge" enthält
* @affected all
*/
.titelNeu {
	font-size:22pt;
	float:left;
}

/**
* Positionierung und Formatierung des Layer der das Pagermodul im Bereich Neuzugänge enthält
* @affected all
*/
.neuzugAnzahl {
	float:left;
	font-size:9pt;
	padding-top:12px;
	height:8px;
	margin-left:10px;
}

/**
* Positionierung und Formatierung des Layer der die Bildergalerie eines Produktes enthält
* @affected all
*/
.neuzgBilderMehr {

	position: absolute; 
	top:225px; 
	left:50%; 
	margin-left:-530px;
}

