.leftside {
	width: 50%;
	float: left;
	height: 450px;
}

.rightside {
	width: 49%;
	height: 450px;
	float: left;
	background-color: #000;
	border: 3px solid brown;
}

.viewport_sp {
	position: relative;
	background-color: #000;
	border: 3px solid brown;
	height: 450px;
	width: 500px;
}

.current_sp {
	padding: 4px 2px 8px 2px;
	vertical-align: top;
}

.current_sp .title_sp {
	display: block;
	width: 20em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: rgba(20,20,20,0.5);
	border-width: 2px;
	margin-bottom: 4px;
	text-align: left;
}

.current_sp .url_sp {
	font-family: Vrinda, Helvetica, Arial, Veranda;
	display: block;
	color: #999;
	text-align: left;
}

.branches_sp {
	position: absolute;
	top: 250px;
	left: 0px;
	height: 192px;
	width: 492px;
	padding: 4px;
	background-color: #333;
}

.branches_sp .branch_sp {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #FFF;
	padding: 2px;
	margin: 8px;
	position: relative;
}

.branches_sp .branch_sp .title_sp {
	font-weight: bold;
	color: #FFF;
	z-index: 2;
}

.branches_sp .branch_sp .edit_sp {
	background-color: rgba(128,128,128,0.5);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 40px;
	z-index: 2;
}

.branches_sp .branch_sp .remove_sp {
	background-color: rgba(128,128,128,0.5);
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 60px;
	z-index: 2;
}

.branches_sp .branch_sp .image_sp {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 1;
}

.branches_sp .title_sp {
	display: block;
	text-align: center;
	background-color: rgba(50,0,0,0.5);
}

.list_sp {
	list-style-type: none;
	width: 100%;
	height: 425px;
	color: #FFF;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	overflow-y: auto;
}

.list_sp li {
	clear: left;
}

.list_sp .branch_sp {
	display: inline;
	z-index: 10;
	background-color: rgba(0,0,0,.5);
}

.list_sp .branch_sp dt {
	display: none;
}

.list_sp .branch_sp dd {
	margin-left: 0px;
}
.list_sp .branch_sp .title_sp {
	display: inline;
	font-size: .8em;
	color: #BBB;
	font-family: Vrinda, Helvetica, Arial, Veranda;
}

.list_sp .branch_sp .icon_sp {
	display: inline;
}

.list_sp .branch_sp .icon_sp img {
	display: inline;
	vertical-align: middle;
}

.list_sp .branch_sp .url_sp {
	display: inline;
	font-family: Vrinda, Helvetica, Arial, Veranda;
}

.list_sp .branch_sp .url_sp {
	display: inline;
}

.list_sp .branch_sp .url_sp a {
	font-size: .8em;
	color: #F93;
}

.list_sp .branch_sp .image_sp {
	display: none;
	margin: 2px;
}

.list_sp .branch_sp .image_sp img {
	float: left;
}

.list_sp .branch_sp .description_sp {
	display: none;
	margin: 2px;
}
.description_tr {
	width: 50%;
}

.current_sp .description_sp {
	width: 99%;
	height: 80px;
	background-color: #222;
	border: 0px;
	margin-top: 2px;
	border-top: 1px solid #999;
	color: #FFF;
}

.id_sp, .position_sp, .remove_sp, .edit_sp {
	display: none;
}

.parent_sp
	float: right;
	display: none;
}

input {
	background-color: #AAA;
	color: #000;
	height: 25px;
}

.label {
	font-family: Vrinda, Helvetica, Arial, Veranda;
	width: 150px;
	float: left;
	letter-spacing: 0.2em;
}

.setup {
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px solid #CCC;
	background-color: rgba(15,11,11,0.5);
}

.savebutton {
}

.right {
	float: right;
}

.instructions {
	font-family: Vrinda, Helvetica, Arial, Veranda;
	color: #FFF;
}

h2 {
	font-family: Vrinda, Helvetica, Arial, Veranda;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}

#tourtitle {
	width: 20em;
	background-color: #fff;
	color: #000;
}

#tourdescription {
	color: #000;
}

#tourtitle.watermark, #tourdescription.watermark, .current_sp>.watermark {
	color: #AAA;
}

.rightside>input.details {
	float: right;
}
