.SampleContainer {
	background: #fefefe;
	width: 1100px;
	margin: 15px auto;
}

.MapContainer {
	width: 500px;
	height: 500px;
}

.GroupsContainer {
	width: 500px;
    margin-top: 8px;
}

.PriceColumn {
	font-size: 15px;
	font-weight: 700;
	text-align: right;
	color: blue;
}

/*
.Footer {
	border-top: 1px solid #83b4f9;
	padding: 5px;
	font-size: 12px;
}
*/

.DemoLink {
	float: right;
	margin-top: 10px;
}

.TUDemos li {
	border-bottom: 1px dotted;
	padding: 10px;
}

.TUDemos span {
	margin-bottom: 10px;
	color: #484848;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.ListContainer {
	float: left;
	width: 585px;
}

.InventoryContainer {
	overflow: auto;
}

.InventoryFilter {
	float: left;
	padding: 2px;
	font-size: 13px;
}

.InventoryFilter .FilterTitle {
	color: #333 !important;
	font-weight: 700;
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
}

.InventoryFilter .PriceRange {
	background: #d5d5d5;
	border: 1px solid #bdbdbd;
	padding: 1px 3px;
	border-radius: 3px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	text-align: center;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.InventoryFilter .PriceSlider {
	width: 350px;
	margin: 3px 10px 0;
	text-align: center;
}

.InventoryFilter .PriceSlider a {
	display: block;
	padding: 0;
	margin: 0;
}

.InventoryFilter .PriceSlider .Marker {
	color: #666;
	font-size: 10px;
	padding-top: 16px;
	font-weight: normal;
}

.InventoryFilter .ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.6em !important;
}

.InventoryFilter .ui-slider .ui-slider-range {
	background: #c6e2fe !important;
	opacity: 0.7;
}

.InventoryFilter input[type='button'] {
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
	background-color: #155bb9;
	border-radius: 4px;
	border: none;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
	padding: 1px 5px;
}

.InventoryFilter input[type='button']:hover {
	background-color: #072f59;
}

.FloatClear {
	clear: both;
	line-height: 0;
}
