div#editable_content{
	border: 3px double #E3DEC9;
	padding: 10px;
	background: #FBFBFB;
	width: auto;
	text-align: left;
	
}
div#editable_content p{
	padding: 2px;
	margin: 1px;	
}

/*#editableBase h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#editableBase h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/
.SpotDescription{
	line-height: 20px;
	font-size: 12px;
	color: #333;
	text-align: justify;
}
.SpotImage{	
	float: right;
	margin: 0px 10px;
	clear: right;
	box-sizing: border-box;
}
.SpotImage img{
	border: 1px solid #ccc;
	padding: 5px;	
	background: #fff;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}


/* car_rent */
.Logo{
	display: table-cell;
	margin: 0px 10px;
	width: 170px;
	float: left;
}
.Logo img{
	border: 1px solid #E3DEC9;
	padding: 5px;	
	background: #fff;
}

.Description{	
	width: 530px;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
	vertical-align: top;	
	display: table-cell;
	line-height: 18px;
	font-size: 12px;
	color: #333;
}





div#editable_content textarea{
	border: 1px solid #E3DEC9;
	padding: 5px;
	width: 520px;
	height: 180px;
	background: #ffffff;

}
a.img_remove{
	clear: left;
	display: block;
	border: 1px solid #c00;
}
a.editBtn {
}


ul.simple{
	margin: 8px 0px;
	padding: 0px;
}
ul.simple li{
		font-size: 13px;
		list-style: none;
		background:  #E5E5E5 url(/media/img/arr.gif) no-repeat;
		background-position: 10px 2px;
		padding: 2px 0px 2px 35px;
}


table.docutils{
	padding: 0px;
	border: 0px;
	margin: 10px;
	background: #E5E5E5;
	font-size: 12px;
}

table.docutils td{
	font-size: 12px;
	margin: 0px;
	background: #E5E5E5;
	padding: 5px;
}


div.editable_block, div.block_separator{
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	border-bottom: 1px dotted #c7c4b7;
	position: relative;
}

.block_icons{
	float:right;
}

.block_icons a{
	margin-left: 5px;
}

.block_icons a:hover{
	opacity: 0.5;
}

table.docutils{
	padding: 3px !important;
	border: 1px solid #ccc !important;
	margin: 2px !important;
	background: #fff !important;
	max-width: 400px;
	border-radius: 5px;
}
table.docutils td{
	padding: 5px !important;
	border: 0px solid #666 !important;
	margin: 2px !important;
	color: #333;
	font-size: 11px;
	background: #F2F2F2 !important;
}

/* Videos */

.videos_container{
	padding: 10px;
	background-repeat: repeat-x;
}

.video_container {
display:inline;
float:left;
}

.videoItem{
	margin-bottom: 10px;
}

.video_desc a {
font-size: 18px;
padding-bottom: 10px;
}
.video_desc {
margin-left:325px;
}

.activities_page .editable_block{
	clear: both;
	min-height: 210px;
}

.activities_page p > b {
	font-size: 16px;
	display: block;
}

@media only screen and (min-width: 781px){
	#editableBase .SpotImage{
		max-width: 47%;
	}
}