/*Common
------------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #231F20;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
	text-align: left;
}
fieldset {
	border: 0;
}
fieldset br {
	clear: both;
}
h2 {
	font: normal 30px/30px Arial, Helvetica, sans-serif;
	color: #000F12;
	clear: both;
	text-transform: uppercase;
}
.forums .inner h2 {
  width: 65%;
}
h2 img {
	float: left;
}
h3 {
	font: normal 30px/30px Arial, Helvetica, sans-serif;
	color: #000F12;
	padding: 20px 0;
	clear: both;
}
h4 {
	font: normal 19px/19px Arial, Helvetica, sans-serif;
	margin: 20px 0 5px;
	color: #231F20;
}
h5 {
	font: normal 19px/19px Arial, Helvetica, sans-serif;
	clear: both;
	color: #231F20;
}
h6 {
	font-weight: normal;
	font-size: 19px;
	margin: 6px 0;
}

/*Layout
------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	background: #000 url(/img/bg.jpg) 50% 0 repeat-x fixed;
	color: #231F20;
	font: 12px Arial, Helvetica, sans-serif;
}
#page {
	position: relative;
	top: 40px;
	/*z-index: 1;*/
	width: 100%;
	overflow: visible;
	padding-top: 40px;
}
#top, #content, #subpage, #footer {
	width: 912px;
	padding: 0 12px 0 37px;
	margin: 0 auto;
	position: relative;
	clear: both;
	/*z-index: 1;*/
}
.inner {
	height: auto !important;
	height: 500px;
	min-height: 500px;
	padding-top: 30px;
}
.inner p {
	color: #58595B;
	padding: 10px 0px;
	line-height: 16px;
}
#note {
	position: fixed;
	bottom:0px;
	left: 0px;
	width: 100%;
	background-color:#FBC70E;
	text-align:center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	z-index: 100;
}
#note a {
	text-decoration: underline;
	color: #2E31A3;
}
/* Nav
------------------------------------------------------------------------- */
#masthead {
	height: 36px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(/img/bg-nav.png) 0 0 repeat-x;
	z-index: 1000000;
	overflow: visible;
	text-align: center;
}
#navWrapper {
	width: 880px;
	margin: 0px auto;
}
ul#nav {
	width: 700px;
	padding: 0;
	float: left;
}
ul#nav li {
	float: left;
	position: relative;
}
ul#nav a {
	float: left;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFF;
	padding: 0;
	background: url(/img/nav.png) 0 0 no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
ul#nav a:hover {
	background-position: 0 -35px;
}
ul#nav a#nav-experienceit {
	background-position: 0 0;
	width: 137px;
}
ul#nav a#nav-experienceit:hover {
	background-position: 0 -35px;
}
ul#nav a#nav-thegame {
	background-position: -137px 0;
	width: 115px;
}
ul#nav a#nav-thegame:hover {
	background-position: -137px -35px;
}
ul#nav a#nav-news {
	background-position: -252px 0;
	width: 80px;
}
ul#nav a#nav-news:hover {
	background-position: -252px -35px;
}
ul#nav a#nav-forum {
	background-position: -332px 0;
	width: 82px;
}
ul#nav a#nav-forum:hover {
	background-position: -332px -35px;
}
ul#nav a#nav-contactsupport {
	background-position: -414px 0;
	width: 181px;
}
ul#nav a#nav-contactsupport:hover {
	background-position: -414px -35px;
}
ul#nav a#nav-register {
	background-position: -595px 0;
	width: 173px;
	color: #FFBA02;
}
ul#nav a#nav-register:hover {
	background-position: -595px -35px;
	width: 173px;
	color: #FFBA02;
}
ul#nav .dropdown {
	position: absolute;
	top: 36px;
	left: 0;
	/*display: none;*/
}
ul#nav .dropdown a {
	font: 12px/15px Arial;
	color: #231F20;
	text-indent: 0;
	background: none;
	float: none;
	text-transform: none;
}
ul#nav .dropdown a.fb {
	color: #284482
}
ul#nav .dropdown a img {
	vertical-align: middle;
	margin-right: 5px;
}
ul#nav .dropdown .line {
	background: url(/img/bg-nav-div.png) 0 50% repeat-x;
	width: 100%;
	clear: both;
	padding: 14px 0;
}
ul#nav .dropdown .line span {
	padding: 0 10px;
	background: #FFF;
	font-weight: bold;
	color: #58595B;
}
ul#nav li:hover .dropdown {
	display: block;
}
ul#nav #dd-register {
	left: -73px;
	width: 221px;
	height: 107px;
	padding: 15px;
	background: url(/img/bg-register.png) 0 0 no-repeat;
	text-align: center;
}
ul#nav ul.dropdown {
	left: 0px;
	width: 232px;
	padding: 0 0 5px;
	background: url(/img/bg-game-dn.png) 0 100% no-repeat;
	text-align: left;
}
ul#nav ul.dropdown li {
	width: auto;
	clear: both;
	background: url(/img/bg_global_nav.gif) repeat-x left top;
	border-top: 1px solid #D6D1C3;
	position: relative;
}
ul#nav ul.dropdown li:hover {
	background: url(/img/bg_global_nav.gif) repeat-x left bottom;
}
ul#nav ul.dropdown li:first-child {
	border-top: 0;
}
ul#nav ul.dropdown li a {
	padding: 0 16px;
	display: block;
	width: 200px;
	height: 43px;
	line-height: 43px;
	font-size: 13px;
	background: url(/img/bg-game-a.gif) 210px 17px no-repeat;
}
ul#nav ul.dropdown li a:hover {
	text-decoration: none;
}
ul#nav ul.dropdown li ul {
	display: none;
	position: absolute;
	left: 232px;
	top: 0;
	background: url(/img/bg-game-ul.gif) 0 0 repeat-y;
	width: 124px;
	padding: 0 7px 7px 6px;
}
ul#nav ul.dropdown li:hover ul {
	display: block;
}
ul#nav ul.dropdown li ul li,
ul#nav ul.dropdown li ul li:hover,
ul#nav ul.dropdown li ul li a {
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	border: 0;
}
ul#nav ul.dropdown li ul li,
ul#nav ul.dropdown li ul li:hover {
	width: 124px;
	padding: 7px 0 0;
}
ul#nav ul.dropdown li ul li a {
	background: #d1f5ff;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
}
ul#nav ul.dropdown li ul li a:hover {
	text-decoration: underline;
}
ul#flags {
	float: left;
	padding-left: 0px;
}
ul#flags li {
	float: left;
}
ul#flags li a {
	color: #fff;
	float: left;
	display: block;
	width: 60px;
	line-height: 36px;
	height: 36px;
	padding-left: 25px;
}
ul#flags li.spanish a {
	background: url(/img/spanish_flag.gif) no-repeat left center;
}
ul#flags li.french a {
	background: url(/img/french_flag.gif) no-repeat left center;
}

/* Top
------------------------------------------------------------------------- */
#top {
	height: 146px;
	background: url(/img/bg-top.png) 50% 100% no-repeat;
}
#top a#thestrike {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#top img#thestrikepc {
	font-size: 0;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	left: 710px;
	z-index: 999;
}
#top div#wheretobuy {
	position: absolute;
	left: 560px;
	top: 60px;
	width: 150px;
	padding: 0 35px 0 0;
	z-index: 98;
}
#top div#wheretobuy img {
	position: relative;
	z-index: 99;
}
#wtbContent {
  background: #fff;
  text-align: center;
  width: 135px;
  margin: 0px 0px 0px 23px;
  padding: 10px 0px;
  z-index: 97;
  position: relative;
  top: -15px;
  box-shadow: 0px 0px 6px #333;
  -moz-box-shadow: 0px 0px 6px #333;
  -webkit-box-shadow: 0px 0px 6px #333;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
#wtbContent a {
  display: block;
  padding: 0px 0px 5px;
}
#wtbContent p {
  border-top: 1px dotted #333;
  margin: 0px 5px;
  padding: 7px 0px 0px;
  font-size: 10px;
}
ul#nav .dropdown a#signIn {
  color: #fff;
  text-transform: uppercase;
  background: #333 url(/img/btn-bg.gif) repeat-x left center;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 97px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-left: 57px;
}
/* Content
------------------------------------------------------------------------- */
#content {
	background: url(/img/bg-content.png) 0 0 no-repeat;
}
#page .the_game, #page .support, #page .forums, #page .sub {
	background: url(/img/bg-subpage.png) 0 0 no-repeat;
	width: 909px;
	padding: 0 13px 0 39px;
}
.home .side {
	width: 280px;
	height: 361px;
	overflow: hidden;
	float: right;
}
.home .content {
	width: 630px;
	height: 361px;
	overflow: hidden;
	float: left;
}
.video {
	position: relative;
}
.video .side {
	width: 280px;
	height: 361px;
	position: absolute;
	top: 0;
	right: 12px;
}
.virtual-hands-on #content .side {
	background-color: #fff;	
}
.video .content {
	width: 630px;
	height: 361px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.video #player {
	width: 630px;
	height: 361px;
	overflow: hidden;
	position: relative;
}
.video #start {
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
	height: 361px;
	background: url(/img/btn-start-trans.png) 0 0 no-repeat;
}

/* GAME SECTION STYLES 
------------------------------------------------------------------------- */
#thegame {
	height: 100px;
	padding: 0;
	overflow: visible;
	background: url(/img/bg-thegame.gif) 0 0 repeat-x;
	position: relative;
}
#thegame h2 {
	position: absolute;
	top: 15px;
	left: 15px;
}
#thegame select {
	position: absolute;
	top: 50px;
	left: 5px;
}
#thegame input.submit {
	position: absolute;
	top: 45px;
	right: 15px;
}
#thegame a:hover {
	text-decoration:none
}
#thegame .jNiceSelectWrapper {
	height: 22px;
	left:15px;
	top:48px;
	z-index:3;
	position:absolute;
}
.jNiceSelectText {
	width: 270px;
}
#thegame .jNiceWrapper iframe {
	position:absolute;
	z-index:1;
	width:170px;
	left:17px;
	top:48px;
}
#thecontroller {
	height: 261px;
	overflow: hidden;
	background: url(/img/bg-thecontroller.png) 0 0 no-repeat;
}
#thecontroller .inner {
	padding: 15px;
}
#thecontroller a {
	float: left;
	margin: 10px 0 0 -10px;
}

/* FRENCH/SPANISH PAGE STYLES
------------------------------------------------------------------------- */
#game_overview_french #content .inner, #game_overview_spanish #content .inner {
	padding: 30px 20px;
}
#content h2#frenchHdr {
	text-indent: -9999px;
	background: url(/img/h-overview-french.png) no-repeat left center;
	height: 66px;
}
#content h2#spanishHdr {
	text-indent: -9999px;
	background: url(/img/h-overview-spanish.png) no-repeat left center;
	height: 66px;
}
#content .inner p.scrnWrapper {
	border-bottom: 5px solid #ccc;
}
#content .inner p.scrnWrapper img, #content .inner p.imgWrapper img {
	width: 264px;
	height: 141px;
	float: left;
	margin: 7px;
}

/* TABBED NAVIGATION
------------------------------------------------------------------------- */
.ui-tabs .ui-tabs-hide {
     display: none;
}
/* tabs */
.ui-tabs-nav li {
	width: 140px;
	float: left;
}
.ui-tabs-nav li a {
	display: block;
	float: left;
	background: url(/img/btn-section.gif) repeat-x left top;
}
.ui-tabs-nav li.ui-state-active a {
	background: url(/img/btn-section-hover.gif) no-repeat center top;
}
/* tab content */
.ui-tabs-panel ul {
	width: 280px;
}
.ui-tabs-panel li {
	width: 280px;
	height: 80px;
	float: left;
	clear: left;
	padding-bottom: 1px;
}
.ui-tabs-panel ul li a {
	display: block;
	padding: 20px 0px 20px 31px;
	background: url(/img/bg-section.png) no-repeat left top;
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 0px -31px;
}
.ui-tabs-panel li a:hover, .ui-tabs-panel li.active a {
	text-decoration: none;
	background: url(/img/bg-section.png) no-repeat left bottom;
}
.ui-tabs-panel li a img {
	float: left;
	margin-top: -10px;
	margin-right: 10px;
	margin-left: 10px;
}
#tab-1 ul {
	height: 323px;
	clear: both;
	overflow: auto;
}
#tab-1 ul li {
  width: 260px;
}
#tab-1 ul li a {
  width: 260px;
  margin: 0px;
  padding: 20px 0px;
  background-position: top right;
}
#tab-2 ul {
	background: #fff;
	clear: both;
	height: 323px;
	overflow: auto;
}
#tab-2 ul li, #tab-2 ul li a, #tab-2 ul li a img {
	width: 100px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	clear: none;
}
#tab-2 ul li a {
	border: 2px solid #fff;
}
#tab-2 ul li a.active {
	border: 2px solid #6DD6EF;
}
#tab-2 ul li {
	padding: 10px 0px 10px 20px;
}
ul.side {
	width: 297px;
}
ul.side li {
	background-color: #FFF;
	padding: 2px 0px;
	border-bottom: 1px solid #97EAF7;
	margin: 0px;
	line-height: 32px;
	text-indent: 20px;
	text-transform: uppercase;
}
ul.side li a {
	display: block;
	line-height: 32px;
	background: url(/img/bg-sp-menu.gif) no-repeat left -32px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-transform: uppercase;
}
ul.side li a:hover {
	text-decoration: none;
	background: url(/img/bg-sp-menu.gif) no-repeat left top;
}
ul.side li.has-sub {
	border-bottom: none;
	background: url(/img/bg-sp-menu.gif) no-repeat left -32px;
}
ul.side li.has-sub:hover {
	background: url(/img/bg-sp-menu.gif) no-repeat left -64px;
}
ul.side li ul li {

}
ul.side li.selected a {
	background: url(/img/bg-sp-menu.gif) no-repeat left top;
}
ul.side li.active ul li.selected a {
	text-decoration: underline;
}
ul.side li ul li a, ul.side li.active ul li a {
	background: url(/img/bg-sp-menu.gif) no-repeat left -96px;
}
ul.side li.has-sub a:hover {
	background: url(/img/bg-sp-menu.gif) no-repeat left -96px;
}
ul.side li ul li a:hover {
	text-decoration: underline;
}
#mb {
	height: 111px;
	width: 893px;
	margin: 0 auto -9px;
	overflow: hidden;
	clear: both;
	position: relative;
	top: -19px;
}
.video-screenshots #mb, .virtual-hands-on #mb {
	padding-top: 10px;
}
#mb li {
	float: left;
}
#mb a {
	background: url(/img/mb.png) 0 0 no-repeat;
	float: left;
	height: 111px;
	width: 180px;
	text-indent: -10000px;
	overflow: hidden;
}
#mb a:hover {
	background-position: 0 100%;
}
#mb a#mb-thestrike {
	background-position: 0 0;
}
#mb a#mb-thestrike:hover {
	background-position: 0 100%;
}
#mb a#mb-videoscreenshots {
	background-position: -180px 0;
}
#mb a#mb-videoscreenshots:hover {
	background-position: -180px 100%;
}
#mb a#mb-thecontroller {
	background-position: -360px 0;
}
#mb a#mb-thecontroller:hover {
	background-position: -360px 100%;
}
#mb a#mb-thehunt {
	width: 174px;
	background-position: -540px 0;
}
#mb a#mb-thehunt:hover {
	width: 174px;
	background-position: -540px 100%;
}
#mb a#mb-bassproshops {
	width: 179px;
	background-position: -714px 0;
}
#mb a#mb-bassproshops:hover {
	width: 179px;
	background-position: -714px 100%;
}
.breadcrumbs {
	float: left;
}
.breadcrumbs li {
	float: left;
	z-index: 10;
	position: relative;
	overflow: hidden;
	margin-right: -15px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	color: #231F20;
	padding: 0 20px;
}
.breadcrumbs a {
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	color: #231F20;
	padding: 0 20px 0 15px;
}
.breadcrumbs li.active {
	background: url(/img/bg-breadcrumbs.gif) no-repeat right top;
}
.breadcrumbs li.selected a {
	background: url(/img/bg-breadcrumbs.gif) no-repeat right bottom;
}
.subnav {
	float: left;
	width: 100%;
	padding: 8px 0 12px;
}
.subnav li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #000F12;
}
.subnav li:first-child {
	padding-left: 0;
	border-left: 0;
}
.subnav a {
	float: left;
	font-size: 13px;
	color: #231F20;
}

/* Default Inner 
------------------------------------------------------------------------- */
/*.sub {
	position: relative;
}
.sub .side {
	width: 297px;
	float: left;
	overflow: hidden;
}
.sub .content {
	width: 610px;
	float: right;
	overflow: hidden;
}*/

/* Games 
------------------------------------------------------------------------- */
.the_game {
	position: relative;
}
.the_game .side {
	width: 297px;
	float: left;
	overflow: hidden;
}
.the_game .content {
	width: 610px;
	float: right;
	overflow: hidden;
}
.the_game .inner {
	clear: both;
	padding-right: 8px;
	padding-bottom: 48px;
	padding-left: 18px;
}
.the_game p {
	color: #58595B;
	line-height: 19px;
	font-size: 12px;
	width: 98%;
	padding-bottom: 20px;
}
.the_game p.fl {
	width: 360px;
}
.the_game p.line {
	padding-bottom: 22px;
	border-bottom: 1px solid #E2E3E3;
}
.the_game img {
	
}
.the_game img.fl {
	margin-right: 20px;
	clear: left;
}
.the_game img.fr {
	margin-left: 20px;
	clear: right;
}
.the_game h3 {
	font: 0/0;
	padding: 0;
	margin: 0;
}
.the_game h3 img {
	margin: 0 0 5px;
}
.the_game h5 {
	margin: 20px 0 0;
}
#game_overview .inner ul, #wii .inner ul, #xbox_360_pc .inner ul {
	list-style: circle;
	padding-left: 15px;
	padding-right: 100px;
}
#game_overview .inner ul li, #wii #content .inner ul li, #xbox_360_pc #content .inner ul li {
	color: #58595B;
	line-height: 18px;
	float: none;
	padding: 2px;
}
#wii .inner, #xbox_360_pc .inner {
	padding-top: 275px;
}
#wii .inner p, #xbox_360_pc .inner p {
	width: 280px;
}
#wii .inner {
	background: url(/img/bg_wii_controller.jpg) no-repeat right top;
}
#xbox_360_pc .inner {
	background: url(/img/bg_xbox_controller.jpg) no-repeat right top;
}
#wii .inner p.fr, #xbox_360_pc .inner p.fr {
	margin: 100px 10px 0px 0px;
}
.lakes {
	clear: both;
	margin-top: 0px;
}
.lakes li {
	position: relative;
	padding: 30px 0px;
	margin-right: 18px;
	border-bottom: 1px solid #E2E3E3;
	clear: both;
	overflow: hidden;
}
.lakes li .lake {
	width: 125px;
	overflow: hidden;
	float: left;
}
.lakes li .lake img {

}
.lakes li .lake-map {
	border: 1px solid #ccc;
	padding: 2px;
	display: block;
	width: auto;
}
.lakes li .map-desc {
	position: relative;
	color: #58595B;
	line-height: 19px;
	font-size: 12px;
}
.lakes li .map-desc p {
	clear: both;
	padding-bottom: 0px;
}
.lakes li .title {
	height: 40px;
	line-height: 18px;
	overflow: hidden;
	float: left;
}
.lakes li .map-desc .title h5 {
	padding: 0px;
	margin: 0px;
}
.lakes li .map-desc .title a{
	display: block;
	text-decoration: underline;
}
.fishspecies {
	clear: both;
	margin-top: 0px;
}
.fishspecies li {
	position: relative;
	padding: 22px 6px 22px 234px;
	border-bottom: 1px solid #E2E3E3;
	min-height: 130px;
	height: 100%;
	clear: both;
	width: 330px;
	overflow: hidden;
}
.fishspecies li .fishspec {
	position: absolute;
	top: 22px;
	left: 0;
	width: 234px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #58595B;
}
.fishspecies li .fishspec em {
	display: block;	
}
.fishspecies li .fishspec img {
	float: none;
	margin: 0 0 10px;
}
.fishspecies li .fishspec-desc {
	position: relative;
	padding: 0 0 0 20px;
	border-left: 5px solid #DEDFE0;
	min-height: 130px;
	height: 100%;
	width: 310px;
	overflow: hidden;
	color: #58595B;
	line-height: 19px;
	font-size: 12px;
}
.fishspecies a {
	display: block;
}
.fishspecies h5 {
	margin-bottom: 10px;
}
#the_prey h3 {
  font-size: 18px;
  padding: 0px 0px 10px;
}
#the_prey h5 {
  font-size: 12px;
  font-style: italic;
  color: #999;
  padding: 0px 10px 10px;
  margin: 0px;
}
#the_prey p {
  padding: 0px 10px;
}
#equipment .inner img {
  float: right;
  margin: 0px 20px 0px 10px;
}
#equipment h3 {
  font-size: 20px;
  color: #979797;
  padding: 0px 0px 0px;
  border-bottom: 1px solid #ccc;
  margin: 30px 20px 0px 0px;
}
#equipment h5 {
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 10px 0px 0px;
}
#equipment p {
  padding: 5px 20px 10px 0px;
}
#equipment ul {
  color: #979797;
  padding: 0px 0px 20px 0px;
}
ul.equipment {
	clear: both;
	margin-top: 20px;
	border-top: 5px solid #DEDFE0;
	width: 555px;
	height: 100%;
	clear: both;
	float: left;
}
ul.equipment li {
	width: 31%;
	overflow: hidden;
	float: left;
	padding: 20px 1%;
	text-align: center;
}
ul.equipment .equipment-desc {
	display: block;
	padding: 10px 0 0 30px;
	text-align: left;
	font-weight: normal;
	color: #58595B;
}
.tackle .content h4 {
	border-top: 1px solid #ccc;
	clear: both;
	padding-top: 20px;
}
ul.tackle {
	clear: both;
	border-left: 5px solid #DEDFE0;
	width: 195px;
	height: 100%;
	clear: both;
	float: right;
	margin-bottom: 30px;
	margin-left: 18px;
	color: #58595B;
}
ul.tackle li {
	width: 100%;
	overflow: hidden;
	float: left;
	padding: 18px 0 0;
	margin: 18px 0 0;
	text-align: center;
	clear: both;
	border-top: 1px solid #DEDFE0;
}
ul.tackle li:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}
ul.tackle a {
	display: block;
	font-weight: normal;
	color: #FFF;
	clear: both;
}
ul.tackle a.btn {
	margin-top: 10px;
}
ul.tackle li span {
	display: block;
	text-align: center;
}

/* Forums
------------------------------------------------------------------------- */
.forums {
	position: relative;
}
.forums p {
	color:#58595B;
	line-height:17px;
	text-indent:0;
}
.entry {
	padding: 20px;
}
.entry .title {
	color:#231F20;
	font-size:19px;
	padding:4px 0 12px;
	display: block;
}
.forums .side {
	width: 297px;
	float: left;
	overflow: hidden;
	background: #FFF3D8 url(/img/bg-side.gif) 0 100% repeat-x;
}
.forums .content {
	width: 610px;
	float: right;
	overflow: hidden;
}
.forums .inner {
	padding: 18px 18px 48px 28px;
	clear: both;
}
.search {
	height: 31px;
	width: 90%;
	padding: 25px 5%;
	background: #FFD87F url(/img/bg-search.gif) 0 100% repeat-x;
	text-align: center;
}
.search .input {
	height: 15px;
	line-height: 15px;
	width: 80%;
	padding: 8px 5%;
	margin: 0 auto;
	border: 1px solid #E0B961;
	background: #FFF;
}
.search .input input {
	height: 15px;
	width: 100%;
	line-height: 15px;
	font-size: 13px;
	border: 0;
	background: none;
}
.addnew {
	float: right;
	margin: -26px 0;
}
.legend {
	float: left;
	margin: 1px 20px;
	height: 21px;
	line-height: 21px;
	padding-right: 35px;
	background: url(/img/bg-legend.gif) 100% 0 no-repeat;
}
.newpost {
	background: #FFEAB2;
}
table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	margin: 10px 0 0;
}
table td, table th {
	border: 0px solid #C8CACB;
	border-width: 1px 0 0;
	text-align: center;
	padding: 8px 0;
}
table tr:hover td {
	background: #FFF8E5;
	cursor: pointer;
}
table th {
	border-width: 0 0 5px;
	font-size: 14px;
}
table .c1 {
	text-align: left;
}
table h6 {
	margin: 0;
}
.avatar {
	width: 98px;
	height: 98px;
	background: #FFF;
	border: 1px solid #DFDFDF;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 96px;
	text-align: center;
}
.avatar img {
	vertical-align: middle;
	margin-top: expression((98-this.height)/2);
}
.profile {
	padding: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	color: #58595B;
}
.profile .avatar {
	top: 22px;
	left: 22px;
	line-height: 96px;
}
.profile a {
	display: block;
	font-size: 13px;
	line-height: 19px;
}
.profile a.user {
	color: #58595B;
	font-size: 18px;
	line-height: 27px;
}
.posts {
	margin: 10px 0 40px;
	border-top: 5px solid #C8CACB;
}
.posts li {
	border-bottom: 1px solid #C8CACB;
	padding: 10px 5px 15px 165px;
	position: relative;
	width: 395px;
	overflow: hidden;
	min-height: 130px;
}
.posts li span {
	display: block;
	color: #404041;
	line-height: 18px;
}
.posts .avatar {
	top: 12px;
}
.posts a.user {
	font-size: 18px;
	line-height: 27px;
	position: absolute;
	top: 118px;
	left: 2px;
}
.forums .side a {
	text-transform: uppercase;
}
.forums .side .news a {
	text-transform: none;
	height: 100%;
	background: url(/img/bg-news-menu.gif) repeat-y 0 0;
	line-height: 15px;
	padding: 15px 24px 10px 18px;
	width: 265px;
}
.forums .side .news a:hover {
	background-image: url(/img/bg-sp-menu-news-hover.gif);
	text-decoration: none;
}
.forums .side .news strong {
	font-size: 13px;
	display: block;
	padding: 2px 0 6px;
}
#content .news {
	margin: 0;
}
/*#content .inner .news li {
	border-bottom: 1px solid #C8CACB;
	padding: 10px 0px 5px 0px;
	margin-bottom: 10px;
	position: relative;
	width: 540px;
	overflow: hidden;
	line-height: 17px;
	color: #58595B;
	text-indent: 0px;
	background: url(none);
}
#content .inner .news li a.readMore {
	display: block;
	text-align: right;
}*/
#content .news li:first-child {
	padding-top: 0;
}
#content .news li span {
	display: block;
}
#content .news li span.title {
	font-size: 19px;
	padding: 4px 0 12px;
	color: #231F20;
}
#content .news li span.date {
	font-size: 10px;
	color: #999;
}
#content .news li span.quote {
	font-size: 16px;
	padding: 0 10px;
	color: #808080;
	border-left: 5px solid #DEDFE0;
	margin: 15px 0;
	line-height: 19px;
}
#content .news li img {
	float: left;
	margin: 4px 20px 10px 0;
	border: 1px solid #C8C7C7;
}
#content .news li img.fr {
	float: right;
	margin: 4px 0 10px 20px;
}
#content .news a {
	color: #000;
	text-indent: 0px;
}
#content .news p.author {
	padding: 0px;
}

/* Support 
------------------------------------------------------------------------- */
.support {
	position: relative;
}
.support .side {
	width: 297px;
	float: left;
	overflow: hidden;
	background: #FFF3D8 url(/img/bg-side.gif) 0 100% repeat-x;
}
.support .content {
	width: 610px;
	float: right;
	overflow: hidden;
}
.support .inner {
	padding: 18px 18px 48px 28px;
	clear: both;
}
.topics {
	padding-bottom: 20px;
	margin: 10px 0 20px;
	border-bottom: 1px solid #C8C7C7;
}
.topics li {
	padding: 4px 0;
}
.topics a {
	color: #58595B;
}
.faq-answers li {
	border-bottom: 5px solid #DEDFE0;
	padding: 20px 5px 25px;
	position: relative;
	width: 550px;
	overflow: hidden;
	line-height: 17px;
	color: #58595B;
}
.faq-answers li p {
  padding-top: 0px;
}
.faq-answers li:first-child {
	padding-top: 0;
}
.faq-answers li span {
	display: block;
	position: relative;
	padding: 4px 8px 12px 30px;
}
.faq-answers li span.q {
	font-size: 19px;
	color: #231F20;
}
.faq-answers li span.a {
	color: #58595B;
}
.faq-answers span span {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 20px;
	text-align: center;
	font-size: 19px;
	color: #B3B5B7;
}
.faq-answers a {
	color: #58595B;
	position: absolute;
	top: bottom: 0;
	right: 0px;
	padding: 4px 8px;
	background: #DEDFE0;
	clear: both;
}
.news li {
	border-bottom: 5px solid #DEDFE0;
	padding: 20px 5px 25px;
	position: relative;
	width: 550px;
	overflow: hidden;
	line-height: 17px;
	color: #58595B;
}
.news a.readMore {
	color: #58595B;
	position: absolute;
	top: bottom: 0;
	right: 0px;
	padding: 4px 8px;
	background: #DEDFE0;
	clear: both;
	display: inline;
}
.faq-answers #faq-last {
	display: none;
}
.inner p.line {
	padding: 0 5px 25px;
	padding-bottom: 22px;
	border-bottom: 1px solid #E2E3E3;
}
.contact {
	padding: 0 5px 25px;
	position: relative;
	width: 550px;
	overflow: hidden;
	color: #58595B;
}
.contact .input {
	float: left;
	width: 48%;
	padding: 5px 2% 5px 0;
	overflow: hidden;
}
.contact input {
	vertical-align: top;
	border: 0;
}
.contact input.text {
	height: 15px;
	width: 100%;
	padding: 8px 0;
	line-height: 15px;
	font-size: 13px;
	border: 1px solid #DFDFDF;
	background: #FFF;
	float: left;
}
.contact label {
	display: block;
	text-align: left;
	padding: 5px 1%;
}
.contact label.title {
	padding: 2px 0 10px;
}
.contact .submit {
	clear: both;
	float: left;
}
.contact .info {
	padding: 0 0 20px;
	border-bottom: 5px solid #DEDFE0;
	border-top: 1px solid #E2E3E3;
	width: 100%;
	clear: both;
	float: left;
	margin: 25px 0 20px;
	position: relative;
}
.contact .info .text {
	width: 48%;
}
.contact .info label {
	width: 96%;
	display: block;
	padding: 15px 1% 5px;
	overflow: hidden;
}
.contact .info label.title {
	padding: 2px 0 15px;
}
.contact textarea {
	overflow: hidden;
	overflow-y: auto;
	border: 1px solid #DFDFDF;
	width: 96%;
	padding: 1px 3% 1px 0;
	font: 12px/15px Arial;
	color: #58595B;
	height: 190px;
}
.contact a:hover {
	text-decoration: none;
}
.contact select {
	width: 290px;
}
#software_license_agreement .inner ul {
	list-style: square;
	color: #58595B;
	padding: 0px 20px;
}
#software_license_agreement .inner ul li {
	padding-bottom: 5px;
}


/* Footer 
------------------------------------------------------------------------- */
#footer {
	width: 880px;
	padding: 0 30px 0 51px;
	height: 41px;
	line-height: 33px;
	background: url(/img/bg-footer.png) 50% 0 no-repeat;
	color: #DADADB;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
}
#footer ul li img {
	float: left;
}
#footer a {
	color: #DADADB;
}

/* Form Styles
------------------------------------------------------------------------- */
.formWrapper {
	/*padding: 20px;*/
}
.formWrapper h3 {
  font-size: 16px;
  padding: 5px 0 0;
}
.pagination {
  background: #efefef;
}
.num {
  font-size: 22px;
}
.thread {
  background: #fff;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 0px;
  margin: 0px 12px 10px 0px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px 6px 8px 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.post-body {
  padding: 10px;
}
.sig {
  background: url(/img/bg-nav.png) repeat-x left top;
  color: #efefef;
  padding: 5px;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 8px 8px;
}
.sig h3 {
  color: #fff;
  font-size: 11px;
  padding: 1px 0 0;
  width: 80%;
  clear: none;
}
.sig small {
  color: #ccc;
  padding: 1px 0px 5px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.thread a.edit-post {
  display: block;
  float: right;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 50px;
  background: #efefef;
  border: 1px solid #333;
  margin: 2px 5px 0 0;
  -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.8);
}
.formWrapper p {
	clear: both;
	padding: 10px 0px;
}
.formWrapper p.note {
	clear: both;
	padding: 10px 20px 10px 0px;
}
.formWrapper p.required {
	font-weight: bold;
}
small {
	font-size: 11px;
	display: block;
	padding-top: 5px;
}
.formWrapper label {
	display: block;
	text-align: left;
	padding: 5px 1%;
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
input.inputText, input.inputPass {
	height: 15px;
	width: 100%;
	padding: 8px 0;
	line-height: 15px;
	font-size: 13px;
	border: 1px solid #DFDFDF;
	background: #FFF;
}
.register input.inputText, .register input.inputPass {
	width: 320px;
}
input.inputCheck {
	margin-right: 5px;
}
input.inputSubmit {
	margin-top: 10px;
	width: 80px;
}
textarea.inputTextarea {
	width: 510px;
	height: 200px;
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.side #flash_notice {
  padding: 10px 10px 0px;
  font-size: 14px;
  text-transform: uppercase;
}
.new_user label {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 15px 0px 5px 10px;
}
.new_user input.inputText,
.new_user input.inputPass {
  margin: 0px 10px;
  width: 80%;
}
.new_user .buttons {
  padding: 10px 0px 10px 10px;
}
.register .input {
	height: 15px;
	line-height: 15px;
	width: 80%;
	padding: 8px 5%;
	margin: 0 auto;
	border: 1px solid #E0B961;
	background: #FFF;
}
.register a {
	margin: 0 0 0 8px;
	padding: 0;
}
.register a.fb {
	color: #284482;
	line-height: 15px;
}
.register a img {
	vertical-align: middle;
	margin-right: 5px;
}
.register .line {
	background: url(/img/bg-rline.gif) 50% 54% no-repeat;
	width: 100%;
	clear: both;
	padding: 14px 0;
	font-weight: bold;
	color: #58595B;
	text-align: center;
}
.errorExplanation p,
#content .inner p.error {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 5px 10px;
	margin: 0px;
}
.errorExplanation ul {
	font-size: 11px;
	color: #ff0000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
}
.errorExplanation ul li {
	padding: 2px 0px;
}
#content .inner p.success {
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
	border: 1px solid #3399FF;
	padding: 5px 10px;
	margin: 0px;
}
#box-posts-new {
  border-top: 3px solid #333;
  margin-top: 5px;
}

/* Other 
------------------------------------------------------------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear:both;
}


/* jNice Selects 
------------------------------------------------------------------------- */
.jNiceWrapper select {
	border:none;
	margin:0;
	padding:0;
}
.jNiceSelectWrapper {
	height: 22px;
	left:0px;
	top:0px;
	z-index:3;
	position:absolute;
}
.jNiceWrapper iframe {
	position:absolute;
	z-index:1;
	width:100%;
	left:0px;
	top:0px;
}
.jNiceSelectWrapper .jNiceSelectText {
	height: 22px;
	line-height: 22px;
	padding: 0px 6px;
	border: 0 solid #CCCCCC;
	border-right: none;
	background: url(/img/bg-select.gif) no-repeat 0 center;
	overflow:hidden;
	float:none;
	position:absolute;
	z-index:100;
}
.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 22px;
	background: url(/img/bg-select-right.gif) no-repeat 100% center;
	z-index:100;
	display:block;
	position:absolute;
	right:0px;
}
.jNiceSelectWrapper ul {
	top: 22px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 76px;
	position:absolute;
	left:2px;
	list-style:none;
	display: none;
	margin:0;
	padding:0;
	overflow: hidden;
	overflow-y:auto;
	z-index:100;
	width: 97%;
}
.jNiceSelectWrapper ul a {
	color:#0099CC;
	background-color: #FFF;
	display:block;
	padding:5px;
	text-decoration:none;
}
.jNiceSelectWrapper ul a:hover {
	background:#E1F5FF;
}
.jNiceSelectWrapper ul a.selected {
	background: #EDEDED;
}
.jNiceFocus {
	border: dotted 1px #666666;
}
.jNiceHidden {
	opacity:0;
	z-index:-1;
	position:relative;
}
.jNiceWrapper {
	position:relative;
	vertical-align:top;
}
.jNiceWrapper input {
	outline:none;
	moz-outline:none;
}

	
/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */

div.dark_rounded .pp_top .pp_left { background: url(/img/dark_rounded/sprite.png) -88px -53px no-repeat; }
div.dark_rounded .pp_top .pp_middle { background: url(/img/dark_rounded/contentPattern.png) top left repeat; }
div.dark_rounded .pp_top .pp_right { background: url(/img/dark_rounded/sprite.png) -110px -53px no-repeat; }
div.dark_rounded .pp_content { background: url(/img/dark_rounded/contentPattern.png) top left repeat; }
div.dark_rounded .pp_content a.pp_next:hover { background: url(/img/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; }
div.dark_rounded .pp_content a.pp_previous:hover { background: url(/img/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; }
div.dark_rounded .pp_content a.pp_expand { background: url(/img/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; }
div.dark_rounded .pp_content a.pp_expand:hover { background: url(/img/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; }
div.dark_rounded .pp_content a.pp_contract { background: url(/img/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; }
div.dark_rounded .pp_content a.pp_contract:hover { background: url(/img/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; }
div.dark_rounded .pp_content a.pp_close { width: 75px; height: 22px; background: url(/img/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded  p.pp_description { color: #fff; }
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(/img/dark_rounded/sprite.png) 0 -71px no-repeat; }
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(/img/dark_rounded/sprite.png) -22px -71px no-repeat; }
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_rounded .pp_bottom .pp_left { background: url(/img/dark_rounded/sprite.png) -88px -80px no-repeat; }
div.dark_rounded .pp_bottom .pp_middle { background: url(/img/dark_rounded/contentPattern.png) top left repeat; }
div.dark_rounded .pp_bottom .pp_right { background: url(/img/dark_rounded/sprite.png) -110px -80px no-repeat; }
div.dark_rounded .pp_loaderIcon { background: url(/img/dark_rounded/loader.gif) center center no-repeat; }

/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_top .pp_left ,
div.light_square .pp_top .pp_middle,
div.light_square .pp_top .pp_right,
div.light_square .pp_bottom .pp_left,
div.light_square .pp_bottom .pp_middle,
div.light_square .pp_bottom .pp_right,
div.light_square .pp_content { background: #fff; }
div.light_square .pp_content a.pp_expand { background: url(/img/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; }
div.light_square .pp_content a.pp_expand:hover { background: url(/img/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; }
div.light_square .pp_content a.pp_contract { background: url(/img/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; }
div.light_square .pp_content a.pp_contract:hover { background: url(/img/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; }
div.light_square .pp_content a.pp_close { width: 75px; height: 22px; background: url(/img/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; }
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(/img/light_square/sprite.png) 0 -71px no-repeat; }
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(/img/light_square/sprite.png) -22px -71px no-repeat; }
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_square .pp_content a.pp_next:hover { background: url(/img/light_square/btnNext.png) center right  no-repeat; cursor: pointer; }
div.light_square .pp_content a.pp_previous:hover { background: url(/img/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; }

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus { outline:none; }

div.pp_overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 9500;
	width: 100%;
}

div.pp_pic_holder {
	position: absolute; z-index: 10000;
	width: 100px;
}
	
div.pp_pic_holder .pp_top {
	position: relative;
	height: 20px;
}
* html div.pp_pic_holder .pp_top { padding: 0 20px; }

div.pp_pic_holder .pp_top .pp_left {
	position: absolute;
	left: 0;
	width: 20px; height: 20px;
}
div.pp_pic_holder .pp_top .pp_middle {
	position: absolute;
	left: 20px; right: 20px;
	height: 20px;
}
* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }

div.pp_pic_holder .pp_top .pp_right {
	position: absolute;
	top: 0; left: auto; right: 0;
	width: 20px; height: 20px;
}

div.pp_pic_holder .pp_content {
	position: relative;
	text-align: left;
	width: 100%; height: 40px;
}

div.pp_pic_holder .pp_content .pp_details {
	display: none;
	margin: 10px 15px 2px 20px;
}
div.pp_pic_holder .pp_content .pp_details p.pp_description { display: none; float: left; margin: 0; }

div.pp_pic_holder .pp_content .pp_details .pp_nav {
	float: left;
	margin: 3px 0 0 0;
}
		
div.pp_pic_holder .pp_content .pp_details .pp_nav p { float: left; margin: 2px 4px; }

div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,
div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
	float: left;
	display: block;
	width: 14px; height: 15px;
	overflow: hidden;
	text-indent: -10000px;
	margin-top: 3px;
}

div.pp_pic_holder .pp_content div.pp_hoverContainer {
	position: absolute; z-index: 2000;
	top: 0; left: 0;
	width: 100%;
}

div.pp_pic_holder .pp_content a.pp_next {
	display: block; float: right;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(/img/light_rounded/btnNext.png) 10000px 10000px no-repeat;
}
	
div.pp_pic_holder .pp_content a.pp_previous {
	display: block; float: left;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(/img/light_rounded/btnNext.png) 10000px 10000px no-repeat;
}

div.pp_pic_holder .pp_content a.pp_expand,
div.pp_pic_holder .pp_content a.pp_contract {
	position: absolute; z-index: 20000;
	top: 10px; right: 30px;
	cursor: pointer;
	display: none;
	text-indent: -10000px;
	width: 20px; height: 20px;	
}
	
div.pp_pic_holder .pp_content a.pp_close {
	float: right;
	display: block;
	text-indent: -10000px;
}

div.pp_pic_holder .pp_bottom {
	position: relative;
	height: 20px;
}
* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }

div.pp_pic_holder .pp_bottom .pp_left {
	position: absolute;
	left: 0;
	width: 20px; height: 20px;
}
div.pp_pic_holder .pp_bottom .pp_middle {
	position: absolute;
	left: 20px; right: 20px;
	height: 20px;
}
	* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }
	
div.pp_pic_holder .pp_bottom .pp_right {
	position: absolute;
	top: 0; left: auto; right: 0;
	width: 20px; height: 20px;
}
	
div.pp_pic_holder .pp_loaderIcon {
	display: none;
	position: absolute;
	top: 50%; left: 50%;
	margin: -12px 0 0 -12px;
	width: 24px; height: 24px;
}

div.pp_pic_holder #pp_full_res { display: block; margin: 0 auto; width: 100%; text-align: center; }
div.pp_pic_holder #pp_full_res object,
div.pp_pic_holder #pp_full_res embed { visibility: hidden; }

div.ppt {
	display: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 9999;
	color: #fff;
	font-size: 17px;
}
#wii-note {
	width: 910px;
	margin: 0px auto;
	text-align: right;
	font-size: 10px;
	color: #ccc;
}
.esrb {
	float: right;
	margin-left: 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}