#engines {
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: auto;
	width: 875px;
	margin: 0;
	padding: 0;
	empty-cells: hide;
	border-spacing: 0;
	padding-bottom: 5px;
	font-size: 12px;
	height: 100%;
}

.hidden {
	display: none
}

#engines table tr td.engine_skin {
	vertical-align: top;
	border-spacing: 2px;
}

.engine {
	border: 2px solid #1f1f1f;
	margin-right: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	background: #1f1f1f;
	width: 400px;
	padding-bottom: 0;
}

.engine_body {
	color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	height: 700px;
	width: 400px;
	position: relative
}

.engine_head {
	text-shadow: 0 -1px 0 #000;
	color: #fff;
	height: 20px;
	padding: 5px 5px 8px 5px;
}

.engine_head div {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.engine_head a.close {
	display: block;
	height: 20px;
	width: 20px;
	background: url(/images/close_off.png);
}

.engine_head a.close:hover {
	background: url(/images/close.png);
}

.engine_head a.filters {
	margin-right: 5px;
	display: block;
	height: 20px;
	width: 20px;
	background: url(/images/settings_off.png);
}

.engine_head a.filters:hover {
	background: url(/images/settings.png);
}

.engine_head a.move_left {
	width: 20px;
	height: 20px;
	margin-right: 1px;
	display: block;
	background: url(/images/left.png);
}

.engine_head a.move_left:hover {
	background: url(/images/left_on.png);
}

.engine_head a.move_right {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: block;
	background: url(/images/right.png);
}

.engine_head a.move_right:hover {
	background: url(/images/right_on.png);
}

.engine_head a.refresh {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: block;
	background: url(/images/refresh.png);
}

.engine_head a.refresh:hover {
	background: url(/images/refresh_on.png);
}

.engine_body {
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 105%;
}

.engine_body ul {
	border-top: 0px solid #2a2a2a;
	text-shadow: 0 0px 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.engine_body ul li {
	display: block;
	background: #666;
	padding: 5px 10px 0 10px;
	font-size: 12px;
	line-height: 130%
}

.engine_body ul li.empty {
	margin-top: 20%;
	text-align: center;
	background: transparent;
	color: #999;
	text-shadow: 0 -1px 0 #000;
	font-size: 12px;
}

.engine_body ul li img.avatar {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 1px;
	border: 1px solid #999;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	margin-top: 3px;
	margin-right: 8px;
	background: #fff;
	display: block;
	overflow: hidden;
}

.engine_body ul li .txt h3,.engine_body ul li .txtl h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666
}

.engine_body ul li .txt p,.engine_body ul li .txtl p {
	margin: 3px 0px;
	padding: 0;
}

.engine_body ul li .txt {
	float: left;
	width: 310px;
}

.engine_body ul li .txtl {
	width: 363px;
}

.engine_body ul li.bg1 {
	background: #666;
	background: #f4f4f4;
	border-top: 0px solid #929292;
	border-bottom: 0px solid #555;
	border-bottom: 1px solid #e5e5e5;
}

.engine_body ul li.bg0 {
	background: #757575;
	background: #ebebeb;
	border-top: 0px solid #929292;
	border-bottom: 0px solid #555;
	border-bottom: 1px solid #e5e5e5;
}

.engine_body ul li.saved {
	background: #ccc
}

/*.engine_body ul li:hover{background: #555 url(/images/sh_top.png) repeat-x;}*/
table.loader {
	display: none;
	position: absolute;
	background: #1f1f1f;
	width: 100%;
	height: 1000%;
	opacity: 0.80;
	filter: alpha(opacity =   80);
	vertical-align: middle
}

table.loader tr {
	width: 100%;
	height: 100%;
}

table.loader td {
	width: 100%;
	height: 100%;
}

table.loader td img {
	width: 32px;
	height: 32px;
	display: block;
	margin-left: 178px;
}

.filters_menu {
	background: #272727;
	border-bottom: 2px solid #1f1f1f;
	width: 100%;
	/*opacity: 0.95;filter: alpha(opacity = 95);*/
	padding: 10px;
	font-size: 12px;
	display: none;
	text-shadow: 0 0 0;
	color: #fff;
}

.filters_menu .text {
	width: 270px;
}

.more_button {
	text-shadow: 0 1px 0 #fff;
	color: #444;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	width: 100%;
	height: 43px;
	background: url(/images/more-button.png) repeat-x;
	font-size: 14px;
}

.more_button:hover {
	background: url(/images/more-button_hover.png) repeat-x;
}

.adds {
	clear: both;
	border-top: 1px solid #e2e2e2;
	padding-top: 5px;
	margin-top: 5px;
}

.adds .date {
	float: right;
	font-size: 12px;
	margin-top: 4px;
	color: #999
}
