body {
	font-family: arial, sans-serif;
	font-size: 12px;
  margin: 0;
}

h1 {
  font-weight: bold;
  font-size: 22px;
  color: #444;
  text-transform: uppercase;
  margin-top: 30px;
}
h1.top {
  margin-top: 0px;
}
h2 {
	font-size: 18px;
	margin-top: 0px;
	color: #2f68cd;
	padding-top: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2f68cd;
	padding-top: 0px;
	margin-top: 0px;
}
td {
	vertical-align: top;
}
a {
	color: #742121;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.smallLink {
	font-size: 10px;
}

#header {
	background-color: #222;
	height: 80px;
  border-bottom: 2px solid #666;
  /*margin-bottom: 30px;*/
  min-width: 1000px;
}
.container980 {
  margin: 0 auto;
  width: 980px;
  padding: 0 10px 0 10px;
  position: relative;
}

#header a {
	font-weight: bold;
	font-size: 10pt;
	color: #555;
}
#header a:hover {
	color: #555;
}
#loginLink {
  float: right;
  margin-top: 10px;
  font-size: 16px;
  color: #aaa;
}
#loginLink a {
  font-size: 16px;
  color: #aaa;
}
#headerMessage {
  color: #777;
  position: absolute;
  top: 60px;
  text-align: right;
  right: 5px;
}
.registertab {
	background-image: url("tab.png");
	background-repeat: no-repeat;
	width: 169px;
	height: 20px;
	float: right;
	margin-right: 30px;
	text-align: center;
	padding-top: 7px;
}
.registertab a {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
}
.registertab a:hover {
}

#title {
	font-size: 11px;
	color: #555;
	margin-bottom: 25px;
}
#title p {
	padding-top: 5px;
	margin-left: 20px;
}
#logo {
  top: 10px;
  width: 480px;
  position: absolute;
}
#logo img {
	width: 380px;
	height: 110px;
}

#search {
	border: 1px solid #bbb;
	float: right;
	width: 325px;
	margin-right: 25px;
	margin-top: 25px;
}
#searchText {
	color: #de1a22;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 10px;
}
#searchBox {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.submitButton {
	font-weight: bold;
	background-color: #ccc;
	/* color: #fff; */
	/*border:1px solid #888; */
}

#pagebody {
	background: url('/static/bg.png') repeat-y scroll center;
	clear: both;
  min-width: 1000px;
}
#bodyarea {
  padding: 50px 10px 0 10px;
	background: url('/static/bg-pagewidth.png') repeat-y;
  width: 980px;
  margin: 0 auto;
	clear: both;
}

#left {
	float: left;
	width: 325px;
}
#main {
	float: left;
  margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#right {
	float: right;
	width: 210px;
}

#footer1 {
	clear: both;
	height: 20px;
	background: #f6f6f6;
	padding-top: 10px;
	text-align: center;
	color: #aaa;
  border-top: 1px solid #e0e0e0;
	font-size: 12px;
  min-width: 1000px;
}
#footer1 a {
	color:#aaa;
}
#footer1 a:hover {
}
#footer2 a {
  color: #aaa;
}
#footer2 {
	clear: both;
	background: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 9px;
	color: #aaa;
  min-width: 1000px;
}

.morebutton {
	background-image: url("buttonbg.jpg");
	margin-top: 5px;
	margin-bottom: 5px;
	width: 149px; /* Actual image width, 159px, - padding */
	height: 18px; /* Actual img width, 22px, - padding */
	padding-top: 4px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.morebutton a {
	color: #fff;
}
.morebutton a:hover {
}

.showCategory {
  width: 275px;
}

.leftShowListLine {
	width: 280px;
  margin-right: 20px;
	overflow: hidden;
}
.leftShowList {
	width: 185px;
	float: left;
	margin-bottom: 7px;
}
.leftShowList a {
	font-weight: bold;
	font-size: 12px;
  color: #666;
}
.leftShowList a:hover {
	text-decoration: underline;
}
.starRating {
	margin-top: 0px;
	text-align: right;
	float: right;
	width: 80px;
}


.showListContainer {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.showDescription {
  color: #999;
  font-size: 16px;
  margin-top: 5px;
}
.showListDetails {
  width: 475px;
  float: left;
}
.showTitleBar {
}
.showListTitleLink {
  color: #666;
  font-size: 18px;
}
.topRatedShowStars {
  float: right;
  width: 80px;
}
.showListPlaybill {
	float: left;
	margin: 0px 10px 5px 0;
	width: 150px;
	height: 235px;
}
.showListPlaybill img {
	width: 150px;
	height: 235px;
	border: 0px;
}
.showImg {
	float: right;
}


.reviewArea {
	clear: both;
	padding-bottom: 10px;
}
.reviewTL {
	float: left;
}
.rateReview {
  color: #333;
}
.reviewTR {
	float: right;
  color: #666;
  font-size: 12px;
}
.reviewBody {
	clear: both;
  color: #444;
  font-size: 14px;
  margin-top: 10px;
}
.reviewContainer {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.prevNextReviewPage {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prevNextReviewPage a {
	color: #188aba;
	font-weight: bold;
	text-decoration: none;
}
.prevNextReviewPage a:hover {
	text-decoration: underline;
}

.prevPage {
	float: left;
}
.nextPage {
	float: right;
}
.adDiv {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

.msg {
	color: #6e1a22;
	border: 1px solid #339FBF;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}

.shortReview {
	padding-top: 7px;
  font-size: 14px;
  color: #444;
}

#recentReviewContainer {
  position: relative;
  height: 306px;
  width: 635px;
  overflow: hidden;
}
#recentReviewFade {
  position: absolute;
  height: 48px;
  width: 635px;
  z-index: 10;
  bottom: 10px;
  background: url('/static/recent-fade.png') repeat-y;
}
.recentReview {
  border-bottom: 1px dotted #e3e3e3;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recentReviewData {
  float: left;
  width: 560px;
}
.recentShowTitle {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.recentReviewBody {
  float: left;
  width: 560px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}
.recentReviewBody a {
  color: #742121;
}
.recentShowStars {
  float: right;
}
.recentRating {
  margin-top: 10px;
  clear: both;
}
.recentPlaybill {
  float: left;
  margin-right: 10px;
  height: 80px;
  width: 51px;
}



#addReviewLinkArrow {
  border: 0px;
  vertical-align: middle;
}
#addReviewLinkText {
  color: #742121;
  text-decoration: none; 
  font-weight: normal;
}
#addReviewLinkText:hover {
  color: #742121;
  text-decoration: underline;
}


.acctReviewBody {
  margin-top: 45px;
}

.show_warning {
  border: 1px solid #faa;
  padding: 20px;
  background-color: #fcc;
  margin-top: 20px;
}
.warning_label {
  text-transform: uppercase;
  color: #600;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.iphoneGetApp {
  font-size: 70px;
  background-color: #222;
  border-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;

}
.iphoneGetApp a {
  color: #fff;
}

