/* editor */
div#ttu_editor_tools_show_hide {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 1000;
	font-weight: bold;
	cursor: pointer;
}

div#ttu_editor_tools {
	position: absolute;
	right: 0;
	top: 48px;
	width: 250px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 1000;
	display: none;
}

div#bottom_panel_configuration {
	background-color: #fff;
	border: 1px solid #000;
	height: 20px;
	overflow: hidden;
}

table#category_tree_configuration {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	margin: 10px;
}

table#category_tree_configuration td {
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* fixes  */
div#contentarea select,	div#contentarea textarea {
	border: 1px solid #ccc;
}

div.linklist {
	padding: 15px;
}

div#page-title p {
	margin: 0px;
	padding: 0px;
}

div.video p {
	margin: 0px;
	padding: 0px;
}

ul.scms_editor_dropdown ul {
 max-height: 45em; overflow: auto;
}

