@charset "UTF-8";
/* CSS Document */

#clear {
	clear:both;}
	
/* Main image fade */

.fadein { position:relative; height:402px; width:500px; text-align:center;}
.fadein img { position:absolute; left:12px; top:5px; }
	
.movie	{
	border: 1px solid #999;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width:230px;
	margin-left:8px;
	margin-top:8px;
	float:right;
	height:auto;
	text-align:left;
	padding:3px;
	background-color: #fff;
}

.movie h1{color:#000; font-size:1.800em;}
.movie p{color:#000; font-size:12px}
.container {width: 525px; margin: 0px auto; float:left;}

	
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 5px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	clear: both;
	float: left; 

	background: #fff;

	
}

.tab_content {
	padding: 2px;
	font-size: 1.1em;
	width: 525px;
}

.h2 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;;
	color:#33599a;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	margin: 0;
	padding: 0;
}



#largeImg {
	width: auto;
	height: auto;
	padding: 3px;
}
.thumbs img {
	border: solid 1px #ddd;
	width: 50px;
	height: 50px;
	padding: 1px;
}
.thumbs img:hover {
	border-color: #e61502;
}

#upgrade {
	border: 2px dotted #ff0000;
	padding: 2px;
	}
