#organizer {}
.organizer {
	max-width:600px;
}
.organizer H4{
	font-size:15px;
	font-weight:bold;
	xtext-align:center;
	margin-top:20px;
	margin-left:5px;
	padding-left:3px;
	border-left:8px solid transparent;
}
.organizer DIV.wrap{
	border-bottom:1px dotted gray;
	padding: 5px 0px 5px 5px;
	overfow: hidden;
}
.organizer DIV.first{
	border-top:1px dotted gray;
}

.organizer .marker{
	border-left:8px solid transparent;
}
.organizer .wrap .description{
	padding:2px 5px;
}
.organizer .wrap .picrel{
	float:left;
	position:relative;
}
.organizer  .more{
	float:right;
	width:105px;
	border-bottom:solid none;
}
.organizer  .more BUTTON{
	margin: 2px 0px;
}

.organizer .wrap H5{
	font-size:12px;
	font-weight:bold;
	margin:5px 0px;
}
.organizer .wrap P{
	margin:5px 0px;
}
.organizer .buttons{
	margin:5px 0px;
}
.organizer .separator{
	clear:both;
}


h4{
}
.horganizer{
	-border: 1px dotted green; 
	-height: 120px;
	display: inline-block;
}
.horganizer H4{
	margin: 5px 0px;
	font-size: 18px;
	clear: both;
}
.horganizer .wrap{
	-border-left: 1px dotted gray; 
	width: 240px;
	height: 90px;
	float: left;
	padding: 0px 0px;
	margin: 0 10px 10px 0;
	background-color: #f0f0f0;
	border: 1px solid lightgray;
}
.horganizer .wrap.first{
	-border-left: 1px dotted transparent; 
	padding-left: 0px;
}
.horganizer .wrap .marker{
	border-top-style: solid;
	margin: 0px 0px;
	border-width: 5px 0 0 0;
}
.horganizer .wrap .marker .description{
	position: relative;
	top: -30px;
	min-height: 40px;
}
.horganizer .wrap .marker .description H5{
	margin: 3px 2px;
	font-size: 12px;
}
.horganizer .wrap .marker .description P{
	font-size: 11px;
	line-height: 12px;
	margin: 0px 3px;
}
.horganizer .wrap .marker .more{
	-border: 1px solid purple;
	text-align: center;
	position: relative;
	top: 48px;
}
.horganizer .wrap .marker .more BUTTON{
	margin: 1px 3px;
}
.horganizer .wrap .marker .more BR{
	display: none;	
}


