@import './links.css';
html
{
	margin: 0px;
}
body
{
	margin: 0px;
	background-color: black;
	background-image: url('../../../images/bg.jpg');
	background-repeat: repeat-x;
	font-family: Serif, Georgia, Tahoma;
	font-size: 12px;
	color: white;
}
div#spotlayer
{
	position:absolute;
	left: 14%;
	top: 10px;
	width: 617px;
	height:466px;
	background-image: url('../../../images/spot.png');
	background-repeat: no-repeat;
	z-index:1;
}
div#container
{
	display:table;
	width: 725px;
	position:absolute;
	background-color: transparent;
	margin-left: 50%;
	left: -362px;
	z-index:2;
}
div#inside_table
{
	display:table;
	width: 600px;
	margin-bottom: 10px;
	margin-left: 20px;
	z-index:3;
}
div#cell_main
{
	display:table-cell;
	background-color:transparent;
	margin-top: -10px;
	background-image: url('../../../images/body.png');
	background-repeat: repeat-y;
	background-position: center;
	border-bottom: 3px solid #ccc;
	padding: 6px;
	
}
div#cell_main >h3
{
	color: #900;	
	font-weight:bold;
	font-size: 1.2em;
	width: 80%;
	padding-left: 7%;
}
div.table
{
	display:table;
	width: 98%;
	margin-left: 1%;
}
div.table_row
{
	display:table-row;
	vertical-align: top;
	padding-left: 20px;
}
div.table_cell
{
	display:table-cell;
	padding: 3px;
}
div.table_cell_cont
{
	display:table-cell;
	background-color:transparent;
	height:90px;
	width:96px;
	background-repeat: no-repeat;
	background-position: top center;
	color:white;
	padding: 0px 8px 8px 8px;
	margin: 8px 8px 12px 8px;
}
div.pName
{
	position:relative;
	margin-bottom: 5px;
	padding: 0px 0px 0px 20px;
}
div#topBar
{
	display:table-cell;
	background-color:transparent;
	color:white;
	height: 70px;
	
}
div#topMenu
{
	display:table-cell;
	background-color:transparent;
	height:35px;
	background-image: url('../../../images/top_menu.jpg');
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px 65px 0px 75px;
	color: black;
	font-weight: bold;
	margin-bottom: -5px;
}
div#topRightMenu
{
	float: right;
	width: auto;
	position: relative;
	color: white;
}
div#topCatMenu
{
	background-image: url('../../../images/hmenu.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 179px;
	padding: 10px 0px 0px 40px;
	margin-top: -11px;
	margin-bottom: -5px;
}
div.catMenuItem
{
	background-image: url('../../../images/btn.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 173px;
	width: 108px;
	float: left;
	text-align: center;
}
div.catMenuItem1
{
	background-repeat: no-repeat;
	background-position: center;
	height: 153px;
	width: 89px;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: bottom;
}
div.catMenuItem1 > div
{
	padding: 130px 10px 10px 10px;
	text-align: center;
	vertical-align: bottom;
}
div#lowerPart
{
	display:table-cell;
	padding:10px;
	text-align: center;
	font-weight: bold;
}
div#lowerPart1
{
	display:table-cell;
	padding:10px;
	text-align: center;
	border-top: 1px dashed #ccc;
	font-weight: bold;
}
.sep
{
	border-bottom: 1px dotted #666;
	height: 15px;
	margin: 5px;
}
.lbl
{
	width: 200px;
	float: left;
	border-bottom: 1px dotted #666;
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
}
