.main_content {
    width: 100%;
}

.left_content {
	padding-top: 0;
	padding-bottom: 0;
}

.left_content ul {
    margin-bottom: 0;
}

.left_content #eetsearch-result li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

#eetsearch-result .eet_video_icon {
	width: 35px;
	height: 35px;
	bottom: 17px;
	left: 6px;
}

.editors_picks_list .eet_video_icon {
	bottom: 18px;
}

.eet_video_icon img {
	display: block;
}

.main_content form[name='searchform'] {
	display: block;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 15px;
	margin-bottom: 23px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-left: 15%;
}

.main_content form #searchMain {
	display: block;
	width: 68.7%;
	position: relative;
}

.main_content form #searchMain input {
	display: block;
	width: 100%;
	height: 43px;
	background-color: #ececec;
	border: none;
	box-shadow: inset 0 0 1px #555;
	padding-left: 10px;
}

.main_content form #searchMain button {
	position: absolute;
	right: 0;
	top: 0;
	width: 125px;
	font-size: 14px;
	line-height: 16px;
	height: 43px;
	color: #fff;
	border: none;
	background-color: #03157D;
}

.main_content form #sortOptions {
	display: block;
	width: 68.7%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.main_content form #sortOptions #total {
	display: inline-block;
	color: #555;
}

.main_content form #sortOptions .sort_part {
	display: inline-block;
	float: right;
}

.main_content .pagination {
	padding-top: 50px;
}

.black_triangle {
	margin-left: 1px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #000;
	display: inline-block;
}

.powered-by {
	color: #706f6c;
	font-size: 11px;
	font-style: italic;
	padding-right: 5px;
	text-align: right;
}

.author_section .show_more {
	cursor: pointer;
	text-align: center;
	display: block;
	font-size: 14px;
}

@media only screen and (max-width: 1100px) {
	.main_content form[name='searchform'] {
		padding-left: 0;
	}
}