@CHARSET "UTF-8";

/****** SEARCH BAR ******/
#search-bar {
	float: right;
	width: 370px;
}

#search-bar label {
	display: none;
}

#search-bar input {
	width: 170px;
	background-image: none;
	background-color: #f9f9f9;
	border: 1px solid #c5c5c5;
	padding: 2px;
	color: #A0A0A0;
	font-size: .8em;
}

#typeVideo {
	float: right;
}

#search-bar select {
	margin-left: 5px;
}

#no_results {
	font-size: 0.95em;
	margin-left: 50px;
}

#no_results p {
	font-weight: bold;
	line-height: 30px;
}

#no_results p,#no_results li {
	color: #5f5f5f;
}

/******* Search-Type = Webserie *****/
#popular_webseries table,#recently_added_webseries table {
	margin: 5px 1px;
	border-collapse: collapse;
}

.webserie_item {
	width: 146;
	vertical-align: top;
	padding-bottom: 30px;
	padding-left: 38px;
}

.item_0 {
	padding-left: 0px;
}

.video-overlay-thumb {
	border: 1px solid #000;
}

.webserie_title {
	font-size: 0.87em;
	color: #686868;
	margin-top: 8px;
}

.webserie_more {
	margin-top: 2px;
}

.webserie_more a {
	font-size: 0.75em;
	line-height: 15px;
	float: right;
}

.webserie_views {
	font-size: 0.8em;
	color: #686868;
	font-style: italic;
}


/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background: transparent url(/img/tooltips.gif) no-repeat scroll 0 0;
	font-size: 0.888em;
	width: 322px;
	height: 130px;
	padding-bottom: 10px;
	padding-top: 6px;
	padding-left: 26px;
	padding-right: 20px;
	display: none;
	color: #000;
	z-index: 300;
}
div.tooltip p{
	margin-left: 2px;
}
div.tooltip.item_3,div.tooltip.item_4 {
	background: transparent url(/img/tooltips_left.gif) no-repeat scroll 0 0;
	padding-left: 10px;
	padding-right: 20px;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin: 0;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
}

/******** Search-Type = User *******/
.container_user {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.picture_user {
	width: 100px;
}

.infos_user {
	float: right;
	width: 820px;
}

.title_user,.more_info_user,.add_friend_user {
	margin-left: 10px;
}

.title_user {
	line-height: 1.3em;
	font-size: 1em;
}

.more_info_user {
	padding-top: 5px;
	padding-left: 5px;
	text-indent: 15px;
	font-size: 0.92em;
	color: #808080;
	text-align: justify;
}

.add_friend_user {
	float: right;
	display: block;
	font-size: 0.8em;
	line-height: 2em;
	text-align: right;
}

/* Search-Type = Video */
.video-overlay-thumb {
	display: block;
}

.container {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 5px;
}

.picture {
	float: left;
	width: 144px;
	height: 78px;
}

.infos { /*width: 770px;*/
	margin-left: 150px;
}

.infos-right {
	margin-top: 25px;
	float: right;
	text-align: center;
}

.rate-content { /*width: 90px;*/ /*padding-left: 26px;*/
	
}

.title,.more_info,.add_friend {
	margin-left: 10px;
}

.title {
	line-height: 1.3em;
	font-size: 1em;
}

.plot {
	width: 632px;
	padding-top: 5px;
	padding-left: 5px;
	text-indent: 15px;
	font-size: 0.92em;
	color: #808080;
	text-align: justify;
}

.favorite {
	display: block;
	font-size: 0.8em;
	line-height: 20px;
	text-align: right;
}

#search-category {
	font-size: 0.8em;
	text-align: center;
}