#page-general #input-block-name
{
	width: 300px;
}
#page-general #input-block-parent_id
{
	margin-right: 0px;
}
#page-general #input-block-parent_id select
{
	width: 200px;
}
#page-general #input-block-excerpt textarea
{
	height: 100px;
}
#page-general #input-block-content
{
	padding: 0px;
	border: none;
	background: none;
}

#page-seo #input-block-meta_description textarea
{
	height: 60px;
}
#page-seo #input-block-url_code input
{
	width: 300px;
}



.element_row td {
	line-height: 22px;
}

.element_row input, .element_row img {
	margin: 0px;
	padding: 0px;
}

.element_row a.name {
	color: #4C080C;
	text-decoration: none;
	font-weight: bold;
}

.element_row a.name:hover {
	text-decoration: underline;
}

.element_row a.name.locked {
	padding-right: 20px;
	background: url(../images/locked.png) right no-repeat;
}

.element_row a.module 
{
	color: #4C080C;
	text-decoration: none;
	background: #eee;
	text-align: right;
	font-size: 0.9em;
	padding: 1px 4px;
	border-radius: 3px;
}

	.element_row a.module:hover
	{
		color: #fff !important;
		background: #444;
	}

.view_img {
	background: #eee !important;
	border: solid 1px #777;
}


td.move
{
	background: url(../images/updown.gif) center no-repeat;
	cursor: move;
}

img.collapse_expand,
img.dot
{
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

img.collapse_expand
{
	cursor: pointer;
	background: #fff;
}

img.icon
{
	cursor: pointer;
	margin: 1px;
}

span.collapse_expand
{
	padding: 4px;
	border: solid 1px #333;
}

span.collapse_all,
span.expand_all
{
	border-bottom: dotted 1px #ccc;
	cursor: pointer;
	color: #55070C;
	font-weight: bold;
	background: #e2e2e2;
}

	span.collapse_all:hover,
	span.expand_all:hover
	{
		border-bottom: dotted 1px #55070C;
	}

.info-label
{
	text-decoration: none;
	color: #55070C;
	background: #eee;
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 0.9em;
}

	a.info-label:hover
	{
		background: #444;
		color: #fff !important;
	}

tr.dragging td,
tr.drag-started td
{
	background-color: #FEC784 !important;
}

#module_parameters
{
	padding: 20px 5px 0px 5px;	
}

#module_parameters strong
{
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 5px;
}

#module_parameters .block
{
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	background: #eee;
	padding: 10px;
	border: solid 1px #e5e5e5;
}

#module_parameters .block label
{
	padding-right: 5px;
}

#module_parameters .block label.inline
{
	display: inline;
}
#module_parameters .block label.normal
{
	font-weight: normal;
}

#module_loader
{
	background: url(../images/ajax-loader.gif) center no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: none;
}

option.level_1
{
	background: #ddd;
}