div.sidebar {
	width: 105px;
	padding-right: 7px;
	margin-left: 10px;
	background: transparent url(/img/tall_spacer.png) repeat-y 100% 0;
	float: left;
	display: inline;
}
div.sidebar img {
	margin: 5px;
	/*float: left;*/
	display: inline;
}
.min-height-hack {
	width: 0px;
	height: 611px;
	overflow: hidden;
	float: left;
}
.left {
/*	float: left; */
}
.lc {
	clear: left;
}
.about {
	float: left;
	display: inline;
	width: 798px;
	margin: 20px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0;
}
#about_divisions {
	width: 839px;
	margin-left: 5px;
	float: right;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 180%;
}

.about {
	text-align: justify;
}

.placehold {
	margin: 5px;
	width: 82px;
	height: 82px;
	border: 3px dashed #dfdfdf;
}

span.num {
	font-size: 80%;
	color: #dfdfdf;
}

#divisions .division .title {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 110%;
	color: #000;
	border-bottom: 1px solid #0493CF;
}

#divisions .division .title span {
	margin-left: 5px;
}

.dealers div {
	margin: 10px;
	margin-left: 5px;
}

div.dealers {
	min-height: 30px;
}

.divisionhandle, .handle {
	cursor: pointer;
	background: url('/img/draggable.png');
	display: block;
	margin: 3px !important;
	margin-top: 0px !important;
	padding: 0;
	float: left;
	width: 13px;
	height: 13px;
}

.divisionhandle:hover, .handle:hover {
	cursor: pointer;
	background-position: 0 -20px;
}

.divisionhandle {
	position: relative;
	top: 13px;
	left: 5px;
}

.d-placeholder {
	height: 24px;
	width: 98%;
	border: 2px dashed #ccc;
}

span.small {
	font-size: 8pt;
}

#bookservice span, #website span {display: none;}

#bookservice, #website {
	width: 90px;
	height: 23px;
	display: block;
	background: url(/img/website-book.png) 0 -23px;
}

#website {background-position: 0 0;}
