﻿/* ItemList ----------------------------------------------------- */

.ItemPanel, .ItemPanel_Durchlaufartikel, .ItemPanelGroupBegin, .ItemElementTrennbalken
{
   	width:600px;
	padding-top:5px;
	clear:left;
}

.ItemPanelGroupBegin, .ItemElementTrennbalken
{
    border-bottom:1px solid #A9A9A9;
}

.ItemElementTrennbalken
{
    margin:10px 0px 10px 0px;
}

.ItemPanel
{
    
}

.ItemPanel_Durchlaufartikel
{
    
	background-color:#F0F0F0;
}

.ItemPanelGroupBegin
{
    margin-top:20px;
}

/* ItemList-Element --------------------------------------------- */

.PanelItemLeft
{   
    float:left;
    width:80px; 

}

.PanelItemRight
{
    margin-left: 80px;
    width:520px;
}

.PanelItemRight , .PanelItemRight span
{
    font-size:11px !important;
    font-family:Verdana,Arial,Helvetica,sans-serif !important; 
}

.PanelItemBeschr, .PanelItemBeschr2, .PanelItemRueckstandTitel, .PanelItemRueckstandValue
{
    margin-top: 5px;	
}

.PanelItemBeschr{font-weight:bold;}

.PanelItemDivPrice
{
	
}

.PanelPrices
{
    margin-top:10px;    
}

.PanelBTNAddToFavorites, .PanelBTNDetails{}

.PanelBTNDetails
{
    margin:10px 0px 10px 0px; 
}

.imgDetailButton
{
    vertical-align:middle;    
}

.PanelBTNOrder 
{
    margin-top:10px;    
}

.TextBoxQuantity
{
	width: 40px;
	margin-top:1px;
}

a img {
   border-style: none;
}

.RangeValidater
{
    display:block;
}

.ItemGroupTitle
{
}

.ItemGroupSubTitle
{
}

.ItemNumber
{
    display:block;
}


.ItemTitle
{
	font-size:x-large;
}

.ItemSubtitel
{
	font-size:x-large;
}

.ItemLongtext
{

}


.ItemUnitOfMeasure
{

}


.ItemUnitPrice
{

}



.ToBasket
{

}


.GoToDetailText
{
    color: #CC0000;
}



/* Begin PagingBar */
.PagingBarTop, .PagingBarBottom
{ 
    margin: 5px 0px 5px 0px;
    clear:left; 
}


.ItemListPagingBarLink
{
	color:Black;	
}

.ItemListPagingBarLinkActualPage
{
	color:Red;
	font-weight:bold;
}

.ItemListPagingBarLinkArrow
{
	color:Black;
	text-decoration: none;	
}

/* End PagingBar */

/*Tooltip*/
.tooltip
{
    display:none;
	background-image:url('../pics/white_arrow.png');
	color: #000000;
	font-size:12px;
	height:122px;
	width:209px;
	
}

.tooltiptext
{
    padding:20px;    
}

.tooltiptext tr
{
    height:30px;    
}
