@import url("global.css");

html {
	/*background: #FFF;
	font-family: helvetica;*/
}

body {
	/*margin: 5px;*/
}

.container {
	/*width: 792px;*/
}

#search-video {
	float: left;
	width: 200px;
	margin: 0;
	clear: both;
	margin: 5px 5px 0 0 ;
}

#browse-video {
	float: left;
	width: 586px;
	height: 100px;
	margin: 5px 0 0 0;
}

#info {
	float: left;
	width: 302px;
	height: 306px;	
	margin: 0 5px 0 0;
}

#player {
	float: left;
	width: 640px; /*483px;*/
	height: 396px; /*306px;*/
}

#categorylist {
	float: left;
	width: 200px;
	height: 169px;
	position: relative;
	z-index: 1;
	overflow: visible !important;
	overflow: hidden;
}

#search {
	float: left;
	width: 200px;
	height: 24px;
	display: inline;
}

#navigation {  
	width: 585px;
	height: 24px; 
	float: left;
}

#releaselist {
	margin-right: auto;
	float: left;
	width: 585px;
	height: 169px;
	position: relative;
	z-index: 2;
	overflow: visible !important;
	overflow: hidden;
}

.tpCategoryListExpanded {
	z-index: 10000 !important;
}

.releaseListItemSelected a {

line-height:14px;

}

.releaseListItem a {

line-height:14px;

}
