
/* Upcoming Shows */
#Hortizontal-Bar {
	width:770px;
	clear:both;
	padding:12px 0 15px 10px ;
}

#Spacer {
	width:225px;
	height:10px; 
	clear:both;
}

#Column1 {
	width:255px;
	height:355px;
	overflow:auto;
	padding:5px 0 0 10px;
	float:left;
}


#Column2 {
	width:250px;
	height:355px;
	overflow:auto;
	padding:5px 0 0 0;
	float:left;
}


#Column3 {
	width:248px;
	height:355px;
	overflow:auto;
	padding:5px 5px 0 0;
	float:left;
}

#SSP {width:780px; height:445px;}
#Text {padding:0; width:190px; float:right;}
#Text2 {padding:0; width:175px; float:right;}
.Text-small {font-size:.8em; line-height:1em;}
#DottedLine { float:left; width:230px; height:6px; background-image:url(../images/graphic_dotted_line.gif); background-repeat:no-repeat;}

#Pic-50x50 {width:50px;  float:left; padding:0 5px 5px 0;}
#Main-Title {width:245px; clear:both; padding:0 0 0 10px;}
#Shop-Title {width:245px; clear:both; padding:0;}
#Vault-Title {width:245px; clear:both;padding:0}
#Wrapper-column1 {width:245px; float:left;}
#Wrapper-column2{width:245px; float:left; position:relative; left: 23px; }
#Wrapper-column3 {width:245px; float:left; position:relative; left: 35px;}


/* Upcoming Shows */
* {
	padding: 0;
	margin: 0;
}

h2 {font-size:1.1em; font-weight:600; line-height:1.5em;}
h3 {font-size:.8em; font-weight:bold; line-height:1.1em; padding:0; }


legend {
	color: #F2F2F2;
}

#mainmenu {
	width:780px;
	float:left;
	padding:0px;
}

#frame {
	border:1px solid;
	border-color:#E6E6E6;
	width:780px;
}

.panel {
	position:relative;
	top:-15px;
	display: none;
}

.panel2 {
	position:relative;
	top:-15px;
	display: none;
	border:1px solid;
	border-color:#E6E6E6;
	width:777px;
	height:443px;
}

.panel.active-tab-body {
	display: block;
}

.panel2.active-tab-body {
	display: block;
}

#tabs {
	width:150px;
	position:relative;
	top: 458px;
	height: 28px;
	list-style: none;
	left: 629px;
	font-size:.8em;
}

#tabs li {
	float: left;
	font-size:.9em;
}

#tabs a {
	width:65px;
	float: left;
	padding: 5px 4px;
	margin-left: 2px;
	background-color: #ccc;
	text-decoration: none;
	color: #888;
	text-align:center;
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius:3px;
	
}

#tabs a.active-tab {
	width:65px;
	background-color:#888;
	border-bottom: 3px solid #555;
	padding-top: 5px;
	color:white;
	font-weight:600;
	text-align:center;
}
#tabs a:hover {
	color:white; 
	text-decoration:none;}
