@charset "utf-8";
/* Ticket Sales */

.tixHolder									{ width:900px; background:url(../images/transparentBg.png) repeat; position:relative; padding:5px; margin:0 auto; border:1px solid #3c3f42;}
.tixHolder img								{width:870px; height:325px; display:block; margin:5px auto; padding:5px; border:1px solid #3c3f42;}
.tixDetails									{}
.tixDetails h1								{ width:330px; margin:5px 5px 100px 8px; color:white;  padding:10px; font-family:Impact; font-weight:bold;
											  font-size:26pt; background:#2f3841; float:left;}
.tixDetails h1 span							{color:#b2aaaa;}
.tixDetails p								{font-family:Arial Narrow; font-weight:bold; font-size:13pt; margin-top:5px; margin-left:380px; color:#bac2ca; display:block;}
.tixDetails p span							{font-family:Arial; color:white;}
.tixDetails p.disclaimer					{font-size:11pt; color:#bac2ca; font-weight:100; margin-top:-25px;}

a.foxycart, p.foxycart						{position:relative; left:-350px; top:-20px; font-family:Impact; font-size:22pt; color:yellow;}
a.foxycart:hover							{color:white; text-decoration:none;}

#fc_cart_container							{background-color:white;}

p.tixContact								{color:white; text-align:right; font-family:Arial Narrow;}
p.tixContact a								{color:white;}


