.search_video_top {
clear: both;
overflow: hidden;
position: relative;
}
.search_video_bottom ul {
  background:#316294;
  list-style: none outside none;
  margin:10px 0 0;
padding: 5px 10%;
  text-align: center;
}
.search_video_bottom ul li {
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 0 1px;
    text-align: center;
}
.search_video_bottom ul li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    height: 24px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.search_video_bottom ul li a:hover {
    background: #3A444A;
    z-index: 2;
}
.acSelect {
	background-color: #0A246A;
	color: #FFF;
}
.acSelect h3, .acSelect p {
    color: #FFF !important;
}
.acResults {
	padding: 0px;
    border-top: none;
	background-color: white;
	overflow: auto;
	z-index: 99999;
    margin: 0 0 0 -4px;
    box-shadow: 4px 6px 6px #333;
    height: 347px;
}
.acResults ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.acResults li {
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
    border: 1px solid #CCCCCC;
}
.acLoading {
	background: white url('/images/ajax-loader.gif') center center no-repeat;
}
.acResults li img {
    float: left;
    margin: 0 7px 0 0;
    overflow: hidden;
    width: 100px;
}
.acResults li h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
}
.acResults li p {
    font-size: 11px;
    margin: 10px 0 0 0;
    overflow: hidden;
    color: #333;
    line-height: 13px;
}
.custom_search {
    clear: both;
    overflow: hidden;
}
.custom_search dl {
    float: left;
    overflow: hidden;
}
.custom_search dl.next {
    margin: 0 0 0 15px;
}
list
.custom_search dl dt, .custom_search dl dd.list {
    clear: left;
    padding: 7px 0 2px;
}
.form-inline.input-form.form-sm { clear:both;padding: 6px 0 0;}
dl select {
    width: 150px;
}