.productsBox {
	position: relative;
	left: 30px;
	margin: 14px 0 0 -30px;
	width: 378px;
	z-index: 999;
	background-color: #1c1a16;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000000;	
	color: #eeeeee;
	font-size:12px;
}

.productList {
	margin: 0px;
	padding: 0px;
}

.productList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style:none;
}

.productList li:hover {
	background-color: #c98f12;
}

.locationsBox {
	position: relative;
	margin: -10px 0px 0px -10px;
	width: 198px;
	z-index: 999;
	left:230px;
	background-color: #1c1a16;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000000;	
	color: #eeeeee;
	font-size:12px;
}

.locationsBox2 {
	position: relative;
	margin: 10px 0px 0px -10px;
	width: 410px;
	z-index: 999;
	left:10px;
	background-color: #1c1a16;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000000;	
	color: #eeeeee;
	font-size:12px;
}

.locationList {
	margin: 0px;
	padding: 0px;
}

.locationList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style:none;
}

.locationList li:hover {
	background-color: #c98f12;
}

