﻿/* BOX VERTICAL */
.FaktabockerCustom {
	height:100%;
	width:145px;
	display:block;
    background-color:#E1E1E1;
        margin-right:12px;
        margin-bottom:12px;
}

.FaktabockerCustom input:hover
{
        border-bottom:  solid 1px black;
}
.FaktabockerCustom .pName a 
{
    color:Black;
}

.FaktabockerCustom .pName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color: Black;
	display:block;
		margin:0px 5px 0px 5px;
		text-transform:uppercase;
}

.FaktabockerCustom .pName[class] {
	position:inherit;
	min-height:30px;
}

.FaktabockerCustom .pTop {	
	margin-left:2px;	

}

.FaktabockerCustom .pCornerRight {
}

.FaktabockerCustom .pMiddle {
	display:block;
	overflow:visible;
	height:135px;

}
.FaktabockerCustom .pImg {
	width:145px;
	margin-left:0px;
	float:left;	
	clear:left;
}
.FaktabockerCustom .pImg[class] {
	position:inherit;
}
.FaktabockerCustom .pImg input {
	background-image: none;
}
.FaktabockerCustom .pDescription {
	display:none;
}
.FaktabockerCustom .pFooter {
	clear:both;
	margin-left:6px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	vertical-align:bottom;	
	min-height:35px;
	height:35px;
}
.FaktabockerCustom .pFooter[class] 
{
	min-height:35px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.FaktabockerCustom .pPrice {
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin-right:5px;
	min-width:90px;
	width:100px;	
	display:inline;	
}
.FaktabockerCustom .pPrice[class] {
	margin-top:2px;
}

.FaktabockerCustom .pPrice .price1 {
	color:#ff7200;
	font-size:9pt;
	font-weight:bold;
	display:none;
}
.FaktabockerCustom .pPrice .price2 {
	/*display:block;*/
	color:#77932C;	
	font-size:9pt;
	font-weight:bold;
}

.FaktabockerCustom .pBuy {
	float:left;text-align:left;
	white-space:nowrap;	
	margin-left:0px;	
	font-size:8pt;
		min-width:90px;
	width:100px;		
		line-height:15px;
		display:block;
		font-weight:bold;
}
.FaktabockerCustom .pBuy a {
	border-width:0px;
	background-color: none;
	background:transparent;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	display:inline;
	height:16px;
	text-decoration:underline;
}

/* general setting*/
table.dataListProducts {
	display:inline-table;
	display:block;
}

table.dataListProducts td.dataListItem {	
}

span.dataListItem {
	display:block;
	background-repeat: no-repeat;
	background-position: right bottom;	
	margin-left:10px;
	margin-bottom:10px;
	float:left; 
}


