/* Manipulating Default Things */
body{
	font-family:Verdana, Geneva, sans-serif;
	background:fixed;
	background-color:#000000;
	background-repeat:repeat-x;
	font-size:14px;
	color:#CCC;
}

.playBtn
{
	fill: WHITE;
	position: absolute;
	z-index: 9001;
	top: 70px;
}

/* Manipulation/Defining IDs */
#container_noborder {
	width: 792px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background-color:#000;
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	display:block;
}

#container, .container{
	width: 792px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #CCCCCC;
	padding: 9px;
	background-color:#000;
	/*background-color:#C0C0C0;*/
	/*background-image:url(../images/backgradient.png);*/
	background-repeat:repeat-x;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

#container_error{
	width: 792px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #CCCCCC;
	padding: 9px;
	/*background-color:#FFFFFF;*/
	background-color:#9E9E9E;
	background-image:url(../images/graderror.png);
	background-repeat:repeat-x;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

/* News page's title */
div #Title
{
/*	padding: 2px 5px 2px 5px;*/
	padding: 0px 1px 2px 3px;
	font-weight: bold;
	display: block;
	text-align:left;
	vertical-align:middle;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004400', endColorstr='#000000'); /* for IE */
	background-image: -webkit-linear-gradient(bottom, #004400, #000000); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #004400,  #000000); /* for firefox 3.6+ */ 
	cursor:pointer;
	border-bottom: 2px solid #999;
}

/* News page's content */
div #News, div .News
{
	padding: 2px;
	border: 1px #FFF solid;
	background-color: #1E1E1E;
}

/* Products page's items */
td div.Product {
	padding:12px 0px 12px 0px;
	font-size:15px;
	font-weight:bold;
	display: block;
	/*height:48px;*/
	text-align:center;
	vertical-align:middle;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004400', endColorstr='#000000'); /* for IE */
	background-image: -webkit-linear-gradient(bottom, #004400, #000000); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #004400,  #000000); /* for firefox 3.6+ */ 
	cursor:pointer;
	border-bottom: 2px solid #999;
}
td div.Product:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#000000'); /* for IE */
	background-image: -webkit-linear-gradient(bottom, #009900, #000000); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #009900,  #000000); /* for firefox 3.6+ */ 
}

td#tdLeft {
	display: block;
	vertical-align:top;
	width: 196px;
	height: 100%;
	padding-bottom: 2px;
	padding-right: 0px;
	margin-right: 0px;
}
td#ContentHolder {
	border-left: 2px solid #999;
	width: 85%;
	vertical-align: top;
	padding: 2px;
	margin: 0px;
}
td#ContentHolder img {
	max-width: 585px;
}


td div.Title:hover{
	background-color:#002022;
	cursor:pointer;
}

td div.Title:active{
	background-color:#003D40;
	cursor:pointer;
}

a {
	color:#CCC;
}

a:hover {
	color:#CCCCB9;
}


h1 {
	color:#00DD00;
	padding: 2px 0px 5px 0px;
	font-size: 15pt;
	text-shadow: 0 0 4px #0D0;
}

h2 {
	color:#00DD00;
	padding: 2px 0px 5px 0px;
	font-size: 13pt;
	text-shadow: 0 0 4px #0D0;
}

#PreviewHolderIMG{
	opacity:0.8;
}
