/****************************************************************************************************/
/***																								*/ 	
/***				WARENKORB																	*/
/***																								*/
/****************************************************************************************************/
/* Artikelnummer der Produkte /ok*/
.artikelnr {
    font-size: 11px;  
    font-weight: normal; 
}

/* Artikelpreis der Produlte ok*/
.artikelpreis {
	font-size: 11px;  
	font-weight: bold; 
}

/* Tabelle über den das produkt in den Warenkorb aufgenommen wird*/
.InDenWarenkorbTabelle  {
	border-collapse: collapse;
	color:#0066cc;
}

.InDenWarenkorbTabelle input{
	color:#0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.InDenWarenkorbTabelleKopf {
	font-size: 11px;;  
	font-weight: bold; 
	background-color: #b7d8f9;
	border: 1px solid #fff;
	border-collapse: collapse;
	padding: 3px 5px 3px 5px;
}

.InDenWarenkorbTabelleInhalt {
	font-size: 11px;  
	font-weight: normal; 
	border: 1px solid #fff;
	border-collapse: collapse;
	padding: 3px 5px 3px 5px;
	background-color:#ebf5fe;
}

.wkslink {    
	 font-size: 11px; 
     font-weight: normal; 
	 color: #0066cc; 
	 text-decoration: underline;
	 background:none;
}
/*--------------------------------------------------------------------------------------------------*/
/* Kopfzeile der Warenkorbtabelle */
.wkshead {
   font-size: 11px;
   font-weight: bold;
   color: #0066cc; 
   text-decoration: none ; 
   background-color:#b7d8f9;
}
/*--------------------------------------------------------------------------------------------------*/
/* Inhalt der Warenkorbtabelle  */
.wkscontent { 
	font-weight: normal;
	font-size: 11px; 
	color: #0066cc; 
	background-color:#ebf5fe;
}
/*--------------------------------------------------------------------------------------------------*/
/* Texteinformationen im Warenkorbmoduls */
.wkstext {
	font-size: 11px; 
	font-style: normal; 
    font-weight: normal; 
	color: #0066cc; 
	text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------*/
/* Bezeichnungen der Warenkorbformularelemente */
.wkslabel {
   font-size:11px;
   font-weight: bold;
   color: #0066cc; 
   text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------*/
/* Kopfzeile der Warenkorbtabelle */
.wksfeet {
   font-size: 11px;
   font-weight: normal;
   background-color:#b7d8f9;
   color:#0066cc;
}

/*--------------------------------------------------------------------------------------------------*/
/* Kopfzeile der Warenkorbtabelle */
.wksfeetsumme {
   font-size: 11px;
   font-weight: bold;
   background-color:#b7d8f9;
   color:#0066cc;
}

.bestellliste
{
	font-size: 11px; 
	font-style: normal; 
    font-weight: normal; 
	color: #0066cc; 
}

input.checkboxformat
{
	width:11px;
	height:11px;
	border:none;
}
.bestellzeile
{
	border-bottom:1px solid #b7d8f9;
}
.bestellspalte
{
	float:left;
}

.bestellregion{
	font-weight:bold;
	border-bottom:1px solid #b7d8f9;
}
.bestellkopf{
	font-size: 11px;  
	font-weight: bold; 
	background-color: #b7d8f9;
	border-right: 1px solid #fff;
	padding: 3px 0;
	text-align:center;
	float:left;
}                                                                                            

