<style>

input, button {color: #000
}

textarea {
height:50px
}

.error{
	padding:10px;
	margin:18px 0;
	color:#c00;
}

.quickcart_loginform {
	padding: 20px 0px 0px;
}

#quickcart_accountform {
	display:none;
}

.smalltext {
	font-size:10px;
	color:#787878;
}

.quickcart_step {
	background:#e1e1ff;
	padding:10px;
	margin:18px 0;
	border:1px solid  #ddd;
}

.registration_body td{
	color: #000;
}

.quickcart_side {
	background:#fee;
	padding:10px;
	border:1px solid  #ddd;
}

.registration_body .h2 {
	font-weight:bold;
	font-size: 17px;
}

.h1 {
	margin:30px 0 0;
	padding:0 10px;
	border:none;
}

#policy {
	font-size:11px;
	width:80%;
	height:80px;
}

#policycheckbox {} 

.registration_body #error {
	margin-top:10px;
	color:#c00;
}

.striketext {
	text-decoration: line-through;
}

.ticketprice {
	font-weight:bold;
	font-size:11pt;
	color:#c00;
}

.ticketname {
	font-weight:bold;
	font-size:11pt;
}

.jqueryslidemenu{
font-size: 11px;
background: #5C5B66;
width: 100%;
float: left;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #5C5B66; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
text-align: left;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background-color: #737180; /*tab link background during hover state*/
color: white;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
z-index:100;
left: 0;
display: block;
visibility: hidden;
background-color: #F3F3F3; /*Disappearing menu fix-BP */
top: 1em; /* no need to change, as true value set by script */
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 5px;
background-color: #737180;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
text-align: left;
padding-left: 10px;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background-color: #383741;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 10px;
}

.report-heading {
	font-size:12px;
	font-weight:bold;
}
.page-title {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #800000;
	padding-bottom:5px;
}
.product-img {
	border:1px solid #999;
}
</style>