﻿/* TICKETS PAGE */
div#tickets {
	margin-left: 2px;
	/*position: absolute;*/
	width: 508px;
}

div#tickets p, 
div#tickets ul {
	padding: 0 .5em 1em .5em;
	border-bottom-style: groove;
	border-bottom-width: medium;
	border-bottom-color: #808000;
	background-color: white;  /*prevents background color in #tenbucks from bleeding up */
}

div#tickets p:first-line, 
ul#ordering:first-line  {
	font-weight:bold;
	font-size: 1.2em;
}

div#tickets ul#links{
	padding-bottom: 16px;
	margin-bottom: 0;
	list-style:none;
	width: 100%;
	float: left; /* float required for ul li when display:inline, otherwise borders whacked in FF - not sure why */
}

div#tickets ul#links li {
	float: left;  /* float required for ul li when display:inline, otherwise borders whacked in FF - not sure why */
	display: inline;
	padding: .2em 0 .5em .5em;
	text-decoration: none;
	text-align: left;
	width: 32%;
	height: 1.6em;
	white-space: nowrap;
}

div#tickets ul#ordering {
	padding: 8px 0 16px 0;
	clear: both;
	display:block;
}

div#tickets ul#ordering li {
	margin-top: .25em;
	margin-bottom: .25em;
    margin-left:1.5em; 
}
div#tickets p#tenbucks {
	font-size: 1.05em;
	color: white;
	background-color: #808000;
	padding-right: 1em;
}

div#tickets p#tenbucks a {
	color: white;
}


div#img10bucks {
	position: static;
	padding: .3em .5em .5em .5em;
	float:left;
	display: inline;
	width:auto;
}

div#ticketsright {  /*links to tickets text */
	float: right;
	width: 280px;
	padding-top:8px;
}

div#ticketsright p{
	padding: 0 0 16px 2px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div#ticketsright p:first-line {
	font-weight:bold;

