#header_searchBoxDrawer {
	width: 154px;
	position: relative;
	background-position: bottom right;
	background-repeat: no-repeat;
    z-index: 50000;
}

#header_searchBox  {
	margin: 0;
	width: 160px;
	/*background-color: #e1dcd6;*/
	color: #524f4d;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 20px;
	
}

#header_searchBox .topSearchBoxResultsHeaderText {
	color: #524f4d;
	font-weight: bold;
	font-size: 12px;
	/* padding: 2px 10px 0 10px; */
}

#header_searchBox .topSearchBoxResultsHeader {
	padding: 2px 2px 5px 2px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;	
}
#header_searchBox .topSearchBoxResultsSeeAll {
	color: #524f4d;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	text-align: right;
}

#header_searchBox #display_xml {
	width: 160px;
}
#display_xml{
	background-image: url("../images/search_box_bottom.png?id=MOODIOVERSION");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 12px;
}
#header_searchBoxResults{
	width: 160px;
	position:absolute;
	top:20px;
}

#header_searchBox .topSearchBoxResultsItem {
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #e1dcd6;
	position: relative;
	text-decoration: none;
}

#header_searchBox .topSearchBoxResultsItem:hover {
	background-color: #0da1c7;
}

#header_searchBox .topSearchBoxResultsItemImage {
	width: 52px;
	height: 52px;
	background-image: url("../images/thumbnail_background_searchbox.png?id=MOODIOVERSION");
	position: relative;
}

#header_searchBox .topSearchBoxResultsItemImage img {
	width: 52px;
	height: 29px;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}
#header_searchBox .topSearchBoxResultsMember {
	width: 52px;
	height: 52px;
	position: relative;
	cursor:pointer;
}
#header_searchBox .topSearchBoxResultsMemberImage {
	position: absolute;
	top:0px;
}

#header_searchBox .topSearchBoxResultsMember img {
	display: block;
	/*
	width: 100%;
	height: 100%;
	position: absolute;
	*/
}

#header_searchBox .topSearchBoxResultsItemInfo {
	color:#000000;
	position: absolute;
	top: 4px;
	left: 67px;
	font-size: 10px;
	width: 88px;
}

#header_searchBox .topSearchBoxResultsItemTitle {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	line-height:11px;
	margin-top:1px;
  
}

#header_searchBox .topSearchBoxResultsItemExtra {
	color:#000000;
	padding-left: 0px;
	padding-top:1px;
	line-height:10px;
}

#header_searchBox .topSearchBoxResultsItemDate {
	color:#000000;
	text-align: right;
	padding-right: 5px;	
	font-size:9px;
}
.topinputtext_search
{
	height:15px;
	width:154px;
	color:#666666;	
	border:0px;
	border-bottom:1px solid #ffffff;
	background-color:#e1dcd6;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px; float:left;	
	text-transform:lowercase;
	margin-top: 4px;
	padding-top:0px;
	line-height:15px !important;
	/*padding-top:1px;*/
}

#search_close_link{
	top:20px;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff; 
	background-color:#000000;
	height:15px;
	text-align:right;
	padding-right:3px;
	cursor:pointer;
	display:none;
}

#webtv_search_div, #memberpage_search_div{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.selectLeft{
position:absolute;
font-family: Arial;
font-size: 11px;
}

.selectRight{
position:relative;
margin-left:15px;
}

.imgaecontener
{
	height:35px;
	width:35px;
	overflow:hidden;
}
.roundoverlay
{
	position:absolute;
	height:35px;
	width:35px;
	background-image:url(../images/prof_thumb.png?id=MOODIOVERSION);
}
.imgaecontenerprofile
{
	height:52px;
	width:52px;
	overflow:hidden;
}
.roundoverlayprofile
{
	position:absolute;
	height:52px;
	width:52px;
	background-image:url(../images/profile_normal.png?id=MOODIOVERSION);
}
.roundoverlayprofileover
{
	position:absolute;
	height:52px;
	width:52px;
	background-image:url(../images/profile_over.png?id=MOODIOVERSION);
}