@charset "utf-8";
#topImage {
	text-align:center;
	padding-bottom:20px;
}
#topLeft {
	width: 482px;
	float:left;
	font-size: 14px;
	margin-right: 20px;
	color:#fff;
}
#features {
	background-color: #191919;
	float:right;
	font-size:12px;
	padding-right:4px;
	margin-left: 5px;
	min-height: 224px;
	color: #DDD;
	padding-top: 18px;
}
#features ul {
	list-style-image:url(https://cdn.mplstudios.com/main/img/check.gif);
}
#vidArea {
	margin-top:15px;
	border: 1px solid #666;
}
#flashPlayer {
	min-height: 320px;
	clear:both;
	background-position: center center;
	border-top: 1px solid #666;
	position: relative;
}
#mediaIcons {
	margin-top: 10px;
	text-align:center;
	padding: 3px;
}
#topRight {
	color:#FFF;
	font-size:14px;
}
#lastUpdates {
	margin-top:15px;
	font-size:12px;
}
.lUpdates {
	float:left;
	margin-right:10px;
	text-align:center;
	/*padding-bottom: 30px;*/
	height: 325px;
}
.lUpdatesR {
	float:left;
	text-align:center;
	padding-bottom: 30px;
}
.lUpdates img, .lUpdatesR img {
	margin-bottom: 5px;
	width: 149px;
	height: 207px;
}
#lastUpdates u {
	text-decoration:none;
	line-height: 20px;
}
#midText {
	color:#DDD;
	line-height:20px;
	padding: 5px;
	font-size:14px;
	margin-top:15px;
}
#topVotes {
	font-size:14px;
	margin-top:20px;
}
#joinLink {
	text-align:right;
}
#joinLink a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#votedModels {
	margin-top: 10px;
	color:#FFF;
}
table img {
	border: none;
}
td {
	text-align:center;
	vertical-align:top;
	color: #FFF;
}
td a {
	text-decoration:none;
}
#bottomArea {
	margin-top:20px;
}
#baLeft {
	width: 313px;
	float:left;
}
#baMid {
	float:left;
	width:313px;
	margin-left: 17px;
	color:#DDD;
	line-height:20px;
	font-size:14px;
}
#baRight {
	width: 313px;
	float:right;
}
.phol {
	color: #E8DCC4;
	text-decoration: none;
}
#flashPlayer:hover #vid_pv2 {
	opacity: 1;
}
#vid_pv2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}