﻿
.dropdown {
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.dropdown dd {
	position: relative;
}

.dropdown a, .dropdown a:visited {
	color: #816c5b;
	text-decoration: none;
	outline: none;
}

.dropdown a:hover {
	color: #5d4617;
}

.dropdown dt a:hover {
	color: #5d4617;
	border-width: 1px;
	border-style: solid;
}

.dropdown dt a {
	background: antiquewhite url('/images/arrow.png') no-repeat scroll right center;
	display: block;
	padding: 1px 18px 3px 5px;
	border-width: 1px;
	border-style: solid;
}

.dropdown dt a span {
	cursor: pointer;
	display: inline-block;
}

.dropdown dd ul {
	background: antiquewhite no-repeat scroll 0 0;
	border: 1px solid #d4ca9a;
	display: none;
	left: 0px;
	padding: 1px 4px 3px 3px;
	position: absolute;
	top: 2px;
	width: auto;
	list-style: none;
}

.dropdown span.value {
	display: none;
}

.dropdown dd ul li a {
	padding: 2px 4px;
	display: block;
}

	.dropdown dd ul li a:hover {
		background-color: #d0c9af;
	}

.dropdown img.dd_picture {
	border: none;
	vertical-align: middle;
}

.dd_picture_visibility {
	display: none;
}

.dropdown img.dd_picture {
	padding-right: 6px;
	height: 12px;
	width: 18px
}
