/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}
.gfx a {
	background: #F5F5F5 url(img/bright_pixel.gif) no-repeat; display: block; height: 240px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 0px auto 0px auto; 
	text-align: left;
	width: 620px; 
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 149px; height: 45px;
}

.menu ul {
	list-style:none;
}

.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 








a img {
border:none;
}

/* SCRIPT DEPENDANT CSS (NON AMTheme 3) */

#blockdiv img {
max-height: 50px;
max-width: 50px;
padding: 0 40px 0px 40px;
width: expression(this.width > 50 ? 50: true);
height: expression(this.height > 50 ? 50: true);
position:relative;
top:-144px;
z-index:1;
}

#blockdiv a img {
max-height: 60px;
max-width: 143px;
padding: 0 0 0 0;
width: expression(this.width > 143 ? 143: true);
height: expression(this.height > 60 ? 60: true);
position:relative;
top:15px;

}

#blockdiv {
height:182px;
width:143;
min-height:182px;
min-width:143;
background: url('images/tableback1.gif') top center;
float:left;
display:block;
margin: 0 0 0 0;
}

#blockdiv h4 {
text-align:center;
font-size:95%;
position:relative;
top:12px;
}

.block {
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.bottomnav {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:right;
}
.bottomnav a{
	text-decoration:none;
	font-family:verdana,arial;
	font-size:20px;
	color:#AAA;
	position:relative;
	top:3px;
}

#blockdiv .spacer {
padding:0 40px 0 40px;
margin:0;
top:0;
}

/* SCRIPT DEPENDANT CSS (NON AMTheme 3) */

.detail {
background:#FFFFFF;
border:1px solid #333333;
margin:0 0 -65px 0;
padding: 35px 10px 35px 10px;
position:relative;
color:#000000;
}

.playnow a img{
	z-index:0;
	position:relative;
	left:460px;
	top:-3px;
}

.reviews {
	background:#FFFFFF;
	padding: 10px 10px 10px 10px ;
	margin-bottom:20px;
}

.individualreview {
	background:#FFFFFF;
	padding: 10px 10px 10px 10px ;
	margin: 10px 5px 5px 5px ;
	width:400px;
}

.reviewtext {
	font-size:10px;
	color:#333333;
	text-indent:10px;

}


.addreview {
	width:200px;
	padding:15px 15px 15px 15px;
	border: 1px solid #313131;
	margin: 0 auto 0 auto;
}

h1 {
	color:#444444;
	font-size:22px;
}

h2 {
	color:#333333;
	font-size:16px;
	margin-top:100px;
}

.article h1 {
margin-top:100px;
}