body {font-family: Arial, Helvetica, sans-serif;background-color: #ebebeb;}
/** general button styles **/
.joinButnLg {
	display: block;
	width: 312px; /* added 12 -paulc */
	height: 50px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 43px;
	text-shadow: 0 -1px 1px #000;
	border-width: 10px 22px; /* reduced 28->22 -paulc */
}

.joinButnLg .small {font-size: large; vertical-align: middle; margin-right: 12px;
	border-left: dotted 1px #999;
	padding: 10px 0px 10px 15px;
	margin-left: 5px;
}

.barButn {
	border-top:solid 1px #828282;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #828282;
	border-right:solid 1px #828282;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 6px 10px 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#b5b5b5), to(#828282), color-stop(0.5, #9b9b9b), color-stop(0.5, #828282));
	background-color: #828282;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 -1px 0 #676666;
	color: #FFF;
	text-decoration: none;
	margin: 2px;
}
.barButn.blk {
	border-top:solid 1px #000; border-bottom:solid 1px #999; border-left:solid 1px #000; border-right:solid 1px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#040404), color-stop(0.5, #383838), color-stop(0.5, #040404));
	background-color: #040404;
	text-shadow: 0 -1px 0 #000;
}

.sortButn {
	border: solid 1px #d4d2d2;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	padding: 4px 13px 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dedcdc));
	background-color: #fefefe;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	color: #a1a1a1;
	text-decoration: none;
	margin: 2px;
}
.sortButn.selected {border: none;background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#616161));background-color:#262626;text-shadow: 0 -1px 0 #000;color: #fff;}

.viewButn {
	border: none;
	padding: 5px 15px;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 2px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dedcdc));
	border: none;background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#262626));
	text-shadow: 0 -1px 0 #000;
	-webkit-box-shadow: 0px 0px 2px #333;
}



.navButn {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 9px;
	font-weight: normal;
	text-shadow: 0 -1px 0 #000;
	color: #eee;
	text-decoration: none;
	margin: 2px;
	width: 50px;
	text-align: center;
	padding-top: 10px;
	display: inline-block;
}

#footerNav .navButn span {padding: 28px 4px 0px;}
.navButn.selected {background: -webkit-gradient(linear, left top, left bottom, from(#4a4949), to(#000));color: #fff;}
.navButn .community {background: url(/images/pvpd/community-icon.png) no-repeat center -3px;}



/** button styles for episodes page **/
.episodeButn {
	border: solid 1px #d4d2d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 4px 9px 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dedcdc));
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	color: #333;
	text-decoration: none;
	margin: 2px;
	display: inline-block;
}

.trailerButton {
	margin-top: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	color: #666;
	font-size:8px;
	display: inline-block;
	height: 38px;
	width: 60px;
	text-align: center;
}
.trailerButton .title { font-weight: bold; font-size:10px; }
.trailerButton .icon {
	width: 20px;
	height: 15px;
	display:block;
	margin: 5px auto 0 auto;
}


/** button styles for details page **/
.detailsButn {
	display: inline-block;
	border: none;
	height: 16px;
	line-height: 16px;
	padding: 6px 14px 7px 9px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 1px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#3a3a3a));
	background-color: #737373;
	-webkit-box-shadow: 0px 0px 3px #000;
	text-shadow: 0 -1px 0 #000;
}

.fullStar, .emptyStar { width: 12px; height: 12px; display:inline-block; vertical-align:-2px;}



/** thumb styles **/
.thumbPortrait, .thumbLandscape {
	width: 163px;
	height: 221px;
	border: solid 6px #fff;
	-webkit-box-shadow: 0px 0px 5px #b8b7b7;
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	color: #666;
}
.thumbView { text-align:center; margin: 0; padding: 0 0 8px 0; }
.thumbView .thumb { display:inline-block; width: 175px; margin: 0 6px; text-align: center; position:relative; }
.thumbView .thumb span.caption { display:block; color: #3b3b3b; font-size:10px; font-weight: bold; margin: 8px 0px; }

.thumb.exp .thumbPortrait { height: 480px; background-position: center top; margin-bottom: 14px; overflow: hidden; }
.thumb.exp span.summary { display: block; margin: 0; text-align: center; margin-top: 238px; font-size: 11px; }
.thumb.exp span.summary p { text-align: justify; padding: 0 14px; height: 120px; }
.thumb.exp .viewEpisodes { display: inline-block; }

.thumbLandscape { width: 212px; height: 159px; }
.thumb.lan { width: 224px; margin-bottom: 12px;position: relative;}
.thumb.lan .summary { color: #3b3b3b; font-size: 10px; }
.thumb.lan h3 { font-weight: bold; overflow: hidden; margin: 10px 0 2px 0; font-size:12px;}
.thumb.lan .added { display:block; margin-bottom: 8px; }
.thumb.lan p { height: 30px; overflow: hidden; }

/*added by d*/
.thumb.lan .rating {
	background: #fff;
	height: 32px; width: 35px;
	color: #999; font-size: x-small; text-align: center;
	line-height: 13px;
	padding-top: 2px;
	position: absolute;
	right: 0px; top: 137px;
	-webkit-border-top-left-radius: 8px;
}
.thumb.lan .rating .number {color: #707070; font-size: 17px; font-weight: bold;}

/** site branding **/

.hdrBranding {
	display: block;
	width: 340px;
	height: 70px;
	float: left;
}

/** styles for join page **/

.submitButn {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 6px 20px 8px;
	background-color: #12020e;
	font-size: 22px;	
	font-weight: bold;
	text-shadow: 0 -1px 0 #676666;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 2px;
	display: inline-block;
}

.submitButn.option {
	border-top:solid 2px #666; border-bottom:solid 2px #999; border-left:solid 2px #666; border-right:solid 2px #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333), color-stop(0.5, #999), color-stop(0.5, #666));
	background-color: #333;
	font-size: 12px;
}


/* SUPPORT STYLES */
#support {
	padding: 10px 30px 30px;
	color: #666;
}
/* support */
#support h1 {
	background: #999;
	display: block;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px 0px;
}
#support ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px;
}
#support ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#support ul li a {
	font-weight: bold;
	text-decoration: none;
}
#support ul li h1 {
	font-weight: bold;
	color: #000;
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	font-size: 14px;
}
#support ul li p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
}
#support ul li ul {
	font-size: 14px;
	padding: 0px;
	list-style: decimal inside;
	margin-bottom: 10px;
}
#support ul li ul li {
	border: none;
	margin: 0px;
}
#support .note {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	background: #eee;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#support ul li .title {
	font-weight: bold;
	color: #075253;
}
#support ul li .billing {
	list-style: none;
	margin-top: 0px;
	padding: 0px;
}
#support ul .top {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

