/* CSS Document */

BODY
{
	margin: 8px;
	background-color: #CCCCCC;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.global
{

}

.skin
{
	width: 888px;
}

.skin #top
{
	height: 18px;

	background-image: url('images/top_background.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.skin #content
{
	padding: 0px 16px;
	-height: 640px;
	
	background-image: url('images/background.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

html>body .skin #content
{
	min-height: 640px;
}

.skin #bottom
{
	height: 18px;
	
	clear: both;
	
	background-image: url('images/bottom_background.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

.header
{
	margin: 0px 8px;
	margin-bottom: 16px;
	
	height: 230px;
	
	background-image: url('images/head_background.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
}

.header #left
{
	padding-top: 230px;
	-padding-top: 221px;
	width: 9px;
	
	float: left;
	clear: none;
	
	background-image: url('images/head_left.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.header #right
{
	padding-top: 217px;
	-padding-top: 208px;
		
	width: 9px;
	
	float: right;
	clear: none;
	
	background-image: url('images/head_right.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.topmenu
{
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

.topmenu A
{
	color: #999999;
	text-decoration: none;
}

.topmenu A:hover
{
	color: #993300;
}

.bottommenu
{
	margin-top: 8px;
	
	clear: both;
	
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}

.bottommenu A
{
	color: #999999;
	text-decoration: none;
}

.bottommenu A:hover
{
	color: #993300;
}

.contentor
{
	margin: 0px 8px;
}

.leftpanel
{	
	width: 163px;
	float: left;
}

html>body .leftpanel
{
	min-height: 340px;
	
	float: left;
}

.leftpanel IMG
{
	margin-left: 4px;
}

.contentor #menu
{
	width: 163px;

	background-image: url('images/menu.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.contentor #main
{
	margin-left: 174px;
}


.mpager
{

}

.mpager A
{
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.mpager A:hover
{
	color: Red;
}

.modtable
{
	margin-left: 1px;
	padding-bottom: 4px;
	
	display: block;
	_height: 202px;
}


html>body .modtable
{
	display: block;
	margin-left: 6px;
	height: auto;
	min-height: 202px;
}

.modview
{
	margin: 4px;
	padding: 4px;
	
	width: 110px;
	height: 200px;
	
	float: left;
	
	background-color: #F2F2F2;
	border: 1px solid #ABABAB;
}

.modview #pic
{
	padding: 0px;
}

.modview #pic IMG
{
	border: 1px solid #DEDEDE;
}

.modview #info
{
	margin-top: 4px;
	padding: 0px;
	
	font-weight: bold;
	color: #0066FF;
}

.rating
{
	margin: 4px 0px;
}

.rating IMG
{
	margin: 0px 1px;
}

.disclaimer
{
	margin-top: 16px;
	
	clear: both;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CDCDCD;
}

.disclaimer A
{
	color: #969696;
	text-decoration: none;
}

.disclaimer A:hover
{
	color: #0066CC;
	text-decoration: none;
}

/* .promote
{
	margin: 4px;
	padding: 0px;
	background-color: #D9FF91;
}
*/

.promote
{
	margin:  3px 6px 8px 0px;
	padding: 0px;
	
	height: 150px;
	
	background-image: url('images/promote.jpg');
	
	border: 4px solid #D9FF91;
}

.promote_on
{
	margin:  3px 6px 8px 0px;
	padding: 0px;
	
	height: 150px;
	
	background-image: url('images/promote.jpg');
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=84);
	
	cursor: pointer;
	
	border: 4px solid #D9FF91;
}

.promote_on:hover
{
	border: 4px solid #C3EE84;
}

.promote #title, .promote_on #title
{
	margin: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0054FF;
}

.promote #info, .promote_on #info
{
	margin: 8px 4px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5A5A5A;
}

.promote IMG, .promote_on IMG
{
	margin: 0px;
	padding:0px;
}

.custmsg
{
	margin: 4px 8px;
	padding: 4px;
	text-align: center;
	background-color: #FBFBFB;
	border: 1px solid #B9B9B9;
}

.rev_tbl
{
	
}

.rev_tbl #title
{
	font-size: 16px;
	font-weight: bold;
	color:#0066FF;
	
	text-align: center;
}

.rev_tbl #cell
{
	font-size: 14px;
	text-align: left;
}

.rev_tbl #cell A
{
	color: #CC0000;
	text-decoration: none;
}

.rev_tbl #cell A:hover
{
	color: #FF0000;
}

.pager A
{
	color: Blue;
	text-decoration: none;
}

.pager A:hover
{
	color: Red;
}


















