﻿.haccordion {
	height: 75px;
	width: 590px;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	border-left: none;
	margin: 0 0 10px 0;
}

.haccordion .contentLeft, .haccordion .contentRight {
	float: left; 
	height: 80px;
} 

.haccordion .contentLeft {
	width: 100px; 
	cursor: pointer; 
	border-left: 1px solid #DEDEDE;
} 

.haccordion .contentRight { 
	display: none; 
	width: 0px; 
	overflow: hidden;
} 

.haccordion .contentRight strong {
	display: block;
	margin: 7px 5px; 
	font-size: 1.1em;
	height: 2em;
	overflow: hidden;
} 

.haccordion .contentRight span.price {
	color: #3D81C8;
	display: block;
	margin: 0 0 0 5px; 
	font-size: 1.6em;
	font-weight: bold;
}

.haccordion .contentRight span.vat {
	float: left;
	width: 115px;
	display: block;
	margin: 0 0 0 5px;
}

.haccordion .contentRight span.more {
	display: none;
	float: left;
	width: 110px;
	display: block;
	margin: 0 10px 0 0;
	text-align: right;
}