/*GENERAL ELEMENTS*/
BODY
{
	background-color: #000080;
	color: #FFF;
	margin: 0;
	font-family: Verdana;
	font-size: 10pt;
}
*
{
	margin: 0;
	padding: 0;
	text-align: left;
}
A
{
	color: #FDFD00;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
/*LAYOUT*/
#header
{
	width: 100%;
	/*[disabled]clear:both;*/
	height: 74px;
}
#logo
{
	/*[disabled]background-color:#E24A4A;*/
	width: 313px;
	font-size: 19.9pt;
	float: left;
}
.searchbox
{
	/*[disabled]width:350px;*/
	/*[disabled]background-color:#BF5959;*/
	float: left;
	font-size: 6.3pt;
	margin-left: 13px;
}
.searchbox H1
{
	font-size: 10pt;
}
#topSearch
{
	width: 133px;
}
.pages A
{
	font-size: 9pt;
	text-decoration: underline;
}
.pages
{
	float: right;
	display: block;
	width: 100%;
	margin-bottom: 16px;
	height: 14px;
	text-align: right;
}
.last
{
	margin-right: 21px;
}
.menu
{
}
#nav
{
	float: left;
	display: block;
	width: 22%;
	/*[disabled]height:1000px;*/
	padding-left: 1%;
}
#nav A
{
	font-size: 9pt;
	font-weight: normal;
}
#nav STRONG
{
	font-weight: bolder;
}
#content
{
	padding-right: 1%;
}
/*CATEGORY ITEM*/
.category
{
	float: left;
	margin-right: 2px;
}
.category .title
{
	text-align: center;
}
.category .thumb IMG
{
	border: 1px solid #FDFD00;
}
/*MOVIE ITEM*/
.movie
{
	float: left;
	position: relative;
	height: 176px;
	margin-bottom: 5px;
	text-align: center;
	width: 182px;
	margin-right: 2px;
}
.movie .title
{
	overflow: hidden;
	width: 182px;
	height: 16px;
}
.movie .title A
{
	font-size: 12px;
}
.movie .length
{
	position: absolute;
	bottom: 24px;
	right: 1px;
	padding-left: 2px;
	width: 50px;
	height: 20px;
	background-color: #000;
	text-align: center;
}
.movie .date
{
	display: inline-block;
	width: 69px;
	height: 20px;
	text-align: left;
	font-size: 9pt;
	float: left;
	padding-left: 3px;
	font-weight: normal;
}
.movie .engine
{
	display: inline-block;
	width: 110px;
	font-size: 9pt;
	text-align: right;
	height: 20px;
	float: left;
	/*[empty]padding-left:;*/
}
.movie .thumb IMG
{
	border: 1px solid #FDFD00;
}
/*PAGINATION*/
.paginate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
A.paginate
{
	border: 1px solid #FDFD00;
	padding: 2px 6px;
	text-decoration: none;
	color: #FDFD00;
}
A.paginate:hover
{
	background-color: #000;
	color: #FFB;
	text-decoration: underline;
}
A.current
{
	border: 1px solid #FFF;
	padding: 2px 6px;
	cursor: default;
	background: #000080;
	color: #FFB;
	text-decoration: none;
}
SPAN.inactive
{
	border: 1px solid #999;
	padding: 2px 6px;
	color: #999;
	cursor: default;
}

