/*-------------------------------PRIS LISTE ----------------------------*/
#prisList{
	width: 900px;
	margin: 0px 30px 50px 30px;
	font: 12px georgia, times new roman, serif;
	letter-spacing: 1px;
}

div.etterP{
	line-height: 20px;
	margin: 0px 0px 10px 10px;
	letter-spacing: 0px;
	color: #289BCC;
}
.bg1{
	width: 100%;
	height: 30px;
	background-color: #F5F7F7;
	margin-bottom: 2px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.bg2{
	width: 100%;
	height: 30px;
	margin-bottom: 2px;
	
}

#prisList h1, #prisLeft h1{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #289BCC;
	padding-left: 10px;
}

#prisList h2, #prisLeft h2{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #6DBFE0;
}

#prisLeft{
	width: 324px;
	margin: 0px 20px 0px 30px;
	float: left;
	font: 12px georgia, times new roman, serif;
	letter-spacing: 1px;
}

#prisLeft h3{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #289BCC;
	padding-left: 10px;
	padding-bottom: 0px;
	text-transform: capitalize; 
}

.prsiCell1{
	padding: 7px 10px 5px 10px;
	height: 18px;
	width: 194px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	letter-spacing: 0px;
	font: bold 12px georgia, times new roman, serif;
}

.prsiCell2{
	padding: 7px 10px 5px 10px;
	height: 18px;
	width: 85px;
	margin-bottom: 2px;
	margin-right: 2px;
	float: left;
	letter-spacing: 0px;
	text-align: center;
}

.prsiCell3{
	padding: 7px 10px 5px 10px;
	height: 18px;
	width: 133px;
	margin-bottom: 2px;
	margin-right: 2px;
	float: left;
	text-align: center
}

#prisRight{
	width: 540px;
	margin: 0px 0px 0px 16px;
	float: left;
}

#prisRight h1{
	width:  480px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #289BCC;
	float: left;
}

#prisRight h2{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #6DBFE0;
	float: left;
	width: 350px;
}

#prisRight h3{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #6DBFE0;
	float: left;
	width: 180px;
	text-align: right;
	text-transform: capitalize; 
}

.fotoCopy{
	line-height: 20px;
	margin-bottom: 30px;
	clear: both;
	width: 540px;
}

.print{
	font: bold 10px georgia, times new roman, serif;
	color: #C2D3DB;
	float: right;
	width:  55px;
	padding: 3px 25px 3px 0px;
	text-align: right;
	background: url('../graphics/printIcon.gif') no-repeat right top; 
	cursor: pointer;
	margin-right: 40px;
}	

