@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#fff url(/images/interface/body-bg.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	font-size:14px;
}
img {
	border:0px;
}
.clearLeft {
	clear:left;
}
.clearBoth {
	clear:both;
}
#wrapper {
	width:800px;
	padding:10px;
	margin:15px auto;
}
#content {
	margin-top:25px;
}
#contentLeft {
	width:215px;
	float:left;
}
#contentLeft h2 {
	border-bottom:1px solid #c3c3c3;
	font-size:14px;
}
#vertMenu {
	width:200px;
	background:#666;
	color:#fff;
	margin-top:22px;
}
#vertMenu a {
	color:#fff;
	text-decoration:none;
}
#vertMenu ul li {
	padding:8px 10px;
	display:block;
	border-bottom:1px dotted #c3c3c3;
}
#vertMenu .selected {
	background:#4D4D4D;
}
#vertMenu li:hover {
	background:#4D4D4D;
}
.jomPhone {
	padding:15px 10px;
}
#horiMenu {
	font-size:12px;
	width:400;
	color:#666;
	float:right;
	margin-top:5px;
}
#horiMenu a {
	color:#666;;
	text-decoration:none;
		
}
#horiMenu ul li {
	display:block;
	float:left;	
	text-align:center;
	margin-right:2px;
	padding-left:8px;
	padding-right:8px;
}
#horiMenu a:hover {
	border-bottom:3px solid #c3c3c3;
}
#horiMenu a.selected {
	border-bottom:3px solid #a8a8a8;
}
#contentRight {
	width:545px;
	float:right;
}
#contentRight #banner {
	height:314px;
	background:#fff url(/images/jobanner.jpg) no-repeat;
}
#contentRight p {
	margin: 10px 0px;
}
#upcomingConcerts {
	margin-top:48px;
	color:#666;
	font-size:12px;
}
#upcomingConcerts ul li {
	margin-top:15px;
	list-style-image:url(/images/interface/list-bullet.gif);
	margin-left:15px;
}
#upcomingConcerts .concertDate {
	font-weight:bold;
}
#upcomingConcerts .moreInfo {
	color:#952028;
	display:block;
	float:right;
	padding-right:15px;
	padding-top:4px;
}
#upcomingConcerts .moreInfo a {
	color:#952028;
	
}
#upcomingConcerts .fullSchedule {
	font-weight:bold;
	color:#952028;
	text-align:center;
	display:block;
	margin-top:25px;
}
#upcomingConcerts .fullSchedule a {
	color:#952028;
}
.jomPhone .title {
	font-weight:bold;
}
#products {
	margin-top:40px;
}
#products #currentProduct {
	width:214px;
	height:164px;
	border:1px solid #c3c3c3;
	padding:8px;
	background:#fff url(/images/interface/current-product-bg.jpg) repeat-x bottom;
	float:left;
	margin-right:10px;
}
#products #currentProduct .new {
	float:left;
}
#products #currentProduct .cover {
	float:right;
}
#products #currentProduct h2 {
	color:#215396;
	font-size:14px;
	font-weight:normal;
}
#products #currentProduct #details {
	color:#215396;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	margin-top:8px;
}
#products #currentProduct #details span {
	display:block;
}
#products .product {
	float: left;
	margin-right:10px;
	margin-bottom:6px;
}
#products .product img {
	border:1px solid #cecece;
	padding:1px;
}
#footer {
	margin-top:30px;
	text-align:center;
	border-top:1px solid #c3c3c3;
	font-size:12px;
	color:#666;
}
#footer ul li {
	display:inline;
	text-align:center;
	margin-right:2px;
	padding-left:8px;
	padding-right:8px;
}
#footer a {
	color:#666;
	text-decoration:none;		
}
#footer a:hover {
	border-bottom:3px solid #c3c3c3;
}
#footer p {
	margin-top:10px;
}
#contentRight h4 {
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #C3C3C3;
	color:#4D4D4D;
}
#calendar h2 {
	color:#333333;
	border-bottom:1px solid #333333;
	margin-bottom: 15px;
}
#calendar h3 {
	color:#215396;
}
#calendar p {
	padding-top:0px;
	margin-top:0px !important;
}
#otherTitles {

}
#otherTitles .otherTitle {
	float:left;
	width:100px;
	text-align:center;
	font-size:10px;
	margin-top:10px;
}
#otherTitles .otherTitle a {
	color:#215396;
	text-decoration:none;
}
#otherTitles img {
	border:0px;
}
#error_box {
	border:1px solid red;
	padding: 10px;
	margin-bottom:15px;
}
#error_box ul {
	margin: 10px 10px 0px 30px;
}
.txt100_error, txt140_error {
	border-color:red;
}
.txt100_label_error, .txt140_label_error {
	color:red;
}
