

a.selection, a.selectiononce {
	display: block;
	color: black;
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
	padding: 4px;
}
a.selection.active, a.selectiononce.active {
	background-color: #fdcc00;
	padding-left: 25px;
	background: #fdcc00 url(/media/sites/sevab/images/arrow_16.png) no-repeat 2px 2px;
}

a.selection:hover, a.selectiononce:hover {
	padding-left: 25px;
	cursor: pointer;
	background: #fdcc00 url(/media/sites/sevab/images/arrow_16.png) no-repeat 2px 2px;
}

div.productdescription {
	padding: 5px;
}

ul.select {
	margin: 0px;
	padding: 0px;
}
li.product {
	clear: both;
	list-style: none;
	margin: 3px;
	border: 1px outset #cacaca;
}

div.product_moreinfo {
	display: none;
}

div.chosen {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	background-color: #fdcc00;
	border: 1px outset #cacaca;
	padding-left: 25px;
	background: #fdcc00 url(/media/sites/sevab/images/arrow_16.png) no-repeat 2px 2px;

}

#summarytable {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}