/* PRICELIST */
.pricelist{
	margin-left:50px;
margin-bottom: 10px;
border: 1px solid  #c4c4c4;
width: 400px;
}

.pricelist td, .pricelist th{
padding: 3px;
padding-top: 5px;
padding-bottom: 5px;
}

.pricelist th{
	text-align:center;
background-color: #dfdfdf;
}

.pricelist .odd td{
background-color: #f7f7f7;
}

.pricelist .even td{
background-color: #f0f0f0;
}

.pricelist .label{
width: 250px;
}


.pricelist .price{
text-align: right;
font-weight: bold;
}

.pricelist .unit{
font-size: 10px;
}

.final{
border-top: 1px solid #e00000;
font-weight: bold;
color: #e00000;
}

/* reference */
.reference {
	width: 270px;
	margin-left: 40px;
	margin-right:40px;
	margin-top:20px;
	float:left;
	/*background-color: #f7f7f7;
		border: 1px solid  #c4c4c4;*/
}

.reference td{
padding: 5px;
}

.reference .ref_label{
font-family:georgia,Arial,Lucida Sans Unicode;
color: #FF7100;
font-weight: bold;
font-size: 14px;
text-align: center;
}

.reference .ref_image{
	text-align: center;
}

.reference .ref_image img{
	background-color: #f7f7f7;
	border: 1px solid  #c4c4c4;
	padding: 5px;
}

.reference .ref_image img:hover{
	border: 1px solid  #FF7100;
}

.reference .ref_desc{
	font-style: italic;
	font-size: 11px;
}

.reference .ref_tech{
	font-size: 11px;
}

.reference .ref_web{
	font-size: 11px;
}


