/* *****************************************LINKS ***************************************** */
a.menu:link , a.menu:visited
{
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	font-size:17px;
	font-weight:bold;
}
a.menu:hover
{
	color:#A83600;
}
a.small:link , a.small:visited
{
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	font-size:12px;
}
a.small:hover
{
	color:#999999;
}
/******************************************BODY ***************************************** */
table
{
	empty-cells: show;
}
body, td, th , tr, div
{
	color: #ffffff;
	font-size: 15px;
	/*font-family:Trebuchet MS;*/
	font-family:Arial Narrow;
	vertical-align:top;
}
/* The main body of the entire forum. */
body
{
	/*background-color:#69292A;
	background-color:#000000;*/
	background-image:url(../files/bkg.jpg);
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
	font-family:Arial Narrow;
	font-size:15px;
	line-height:20px;
	color:#ffffff;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
input, textarea
{
	text-align:left;
	width:100px;
	padding:2px;
	background-color:#ffffff;
	border:1px solid #9F139C;
}
/* ***************************************** DIV ***************************************** */
.container
{
	width:900px;
	text-align:left;
	height:550px;
	/*border-bottom:2px solid #393939;*/
	background-image:url(../files/master.jpg);
}
.inside_container
{
	width:900px;
	height:550px;
	text-align:left;
	background-color:#000000;
}
.footer
{
	font-size:11px;
	color:#aaaaaa;
	width:890px;
	text-align:left;
	padding:0px 5px 0px 5px;
}
.box
{
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
    background-color:#000000;
    width:660px;
	height:440px;
	float:left;
	border: 1px solid #333333;
}
.cartstyle
{
    background-color:#000000;
    width:900px;
	height:550px;
	float:left;
	border: 1px solid #333333;
	z-index:200;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-452px;
	border:2px solid #333333;
}
