﻿table.cart 
{ 
	border-top: 1px solid black; 
	border-left: 1px solid black;
	width: 100%;
	margin-bottom: 8px;
}

table.cart_disabled td, table.cart_disabled th,
table.cart td, table.cart th
{
	padding: 2px 6px;
	font-size: 11px;
	vertical-align: top;
}

table.cart tr.header th.pricing,
table.cart td.pricing
{
	text-align: right;
}

table.cart tr.header th,
table.cart th.head
{
	background-color: #000;
	background-image: url(/sites/livearts/images/tblcartthhead.gif);
	background-repeat:repeat-x;
	color: White;
	text-align: left;
}

table.cart th.label
{
	background-color: #ddd;
	text-align: left;
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	border-left: 0px solid black; 
}

table.cart td.summary,
table.cart th.summary
{
	font-weight: bold;
	background-color: #999;
	color: White;
	text-align: right;
	border-right: 1px solid black;
}

table.cart_disabled
{
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc;
	width: 100%;
	margin-bottom: 8px;
}

table.cart_disabled tr.head
{
	background-color: #ccc;
	color: White;
	text-align: left;
}

table.cart_disabled td,table.cart_disabled th { padding: 1px 6px; }

table.cart_disabled td 
{
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	background-color: #fff;
}

#tbl_cart td { vertical-align: top; }

a.cartitem, a.cartitem:visited { color: #000; text-decoration: none; }
a.cartitem:hover { text-decoration: underline; }

#cart_register
{
	position: absolute;
}

#register_form
{
	z-index: 1000;
}

#register_shadow
{
	z-index: 999;
	background-color: #fff;
}


#td_maincontent_holder a,
#td_maincontent_holder a:visited
{
	font-weight: bold;
	text-decoration: none;
}

#td_maincontent_holder a:hover
{
	text-decoration: underline;
}

#ctl00_main_content_pnl_cart a
{
	color: Black;
}


#reserveTicket_holder a
{
	color: Black;
}

/*  */
.normal {
    background: #009;
    border: 1px solid #009;
}


table.perfs td.perf
{
	padding-top: 2px;
	padding-bottom: 2px;
}
