@charset "UTF-8";
/* CSS Document */

/* ############## searchtools ############## */

#searchtools {
	position: relative;
	width: 710px;
	height: 70px;
	margin: 20px 0 18px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}

#searchtools select {
	display: block;
	width: 196px;
	height: 18px;
	border: 1px solid #ccc;
	margin: 0;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}

#searchtools label {
	display: block;
	width: 196px;
	height: 16px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
}

#selectcontinent, #selectcountry {
	position: absolute;
	left: 0;
	bottom: 16px;
	display: block;
	width: 196px;
	height: 32px;
}

#selectcountry {
	left: 366px;
}

#refinebutton {
	position: absolute;
	right: 0;
	bottom: 12px;
	display: block;
	width: 196px;
	height: 18px;
}

/* ############## distributorsrow ############## */

div.distributorsrow {
	position: relative;
	width: 710px;
	height: 120px;
	line-height: 14px;
}

div.distributorsrow h4 {
	line-height: 14px;
	margin-bottom: 7px;
}

div.distributorsrow a {
	font-weight: normal;
}

div.colsx, div.coldx {
	position: absolute;
/*	left: 6px; */
	left: 0;
	top: 0;
	width: 344px;
}

div.colsx {
	left: 366px;
}

