
/* ------------------ DEV STYLES ------------------ */

body {
	background: #ffffff; 
	padding: 0px;
	margin: 0px auto;
}
body, p, td, th, div, span, h1, h2, h3, h4, h5, h6, .copy {
	font: 12px arial, helvetica, sans-serif;
	color: #000;
}

body, p, div, span, .copy {
	line-height: 15px;
}

p {
	margin: 15px 0;
	padding: 0;
}

a {
	color: #900;
	outline: none;
}

h1 {
	/* for site name at top */
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 12px;
	font-weight: bold;
}

h2 {
	/* for page title */
	/*letter-spacing: 1px;*/
	font-size: 24px;
	line-height: 16px;
	margin: 8px 0 0px;
	font-weight: bold;
}

h3 {
	/* page headers */
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0 6px;
	font-weight: bold;
}

h4 {
	/* page subheaders */
	font-size: 14px;
	line-height: 14px;
	margin: 14px 0 5px;
	font-weight: bold;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

th {
	color: #596971;
	background-color: #c0cfda;
	text-align: left;
	font-weight: bold;
}

/* begin cart style */
table#tessitura_cart {
	width: 100%;
	background: #f2f1ef;
	clear:left;
	margin:1em 0;
}
	table#tessitura_cart tr.empty td {
		padding-top:15px;
		padding-bottom:15px;
	}
	table#tessitura_cart th,
	table#tessitura_cart td {
		padding:11px 10px 10px 10px;
		background-image:url(../_images/tr_border.gif);
		background-position:top left;
		background-repeat:repeat-x;
		vertical-align:top;

		color:#000;
	}
		table#tessitura_cart td table th,
		table#tessitura_cart td table td {
			background:none;
			padding:3px 2px;
		}

	table#tessitura_cart td.remove {
		vertical-align:middle;
	}
	table#tessitura_cart tfoot td {
		background:none;
		padding-top:0;
		padding-bottom:0;
	}
		table#tessitura_cart tfoot tr.first td {
			background-image:url(../_images/tr_border.gif);
			background-position:top left;
			background-repeat:repeat-x;
			padding-top:11px;
		}
		table#tessitura_cart tfoot tr.last td {
			background-image:url(../_images/tr_border.gif);
			background-position:bottom left;
			background-repeat:repeat-x;
			padding-bottom:10px;
		}

/* Checkout : Payment/Confirmation */
body#payment h3,
body#confirmation h3 {
	margin-top:0;
	text-transform:uppercase;
}
body#payment h4,
body#confirmation h4 {
	margin:0;
}
div#checkout_billing,
div#checkout_delivery,
div#checkout_delivery_method,
div#conf_billing,
div#conf_delivery,
div#conf_delivery_method {
	float:left;
	width:30%;
	margin:0 3% 10px 0;
}

div#checkout_payment {
	background:#f4f3f2;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding:10px;
	width:370px;
	margin:1em 0;
}
	div#checkout_payment label {
		width:13em;
	}
div#checkout_donation {
	margin:1em 0;
}
	div#checkout_donation label {
		width:14em;
	}


/* begin calendar style */
div.days {
	/* weekday labels at top */
	color:#D5CFD6;
	text-align:center;
	font-size: 10px;
	margin-top:10px;
}

.calendar-content {
	/* content for each day */
	font-size: 9px;
	color: #57405B;
	font-weight: bold;
}

.calendar-content a { text-decoration: none; }
.calendar-content a:hover { text-decoration: underline; }

.date-header {
	/* Calendar Date Header */
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 5px;
	font-weight: bold;
}
/* end calendar style */


.small {
	/* smaller text */
	font-size: 10px;
}

.requiredField {
	/* any error or warning text */
	color: #f00;
	font-weight: bold;
}

td.formlabel {
	/* labels next to form fields */
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	
}

/* #sitename at top of each page */
#sitename a {
	text-decoration: none;
}
#sitename a:hover {
	text-decoration: underline;
}

/* basic nav: not sure what this is for */
#utilitynav a {
	text-decoration: none;
	font-weight: bold;
}
#utilitynav a:hover {
	text-decoration: underline;
}

/* on top of page */
ul#utility_nav {
	list-style: none;
	margin: 0;
	padding:0;
	float: right;
}
	ul#utility_nav li {
		float: left;
		margin: 0;
		padding: 0;
	}
		ul#utility_nav li a {
			display: block;
			height: 15px;
			overflow: hidden;
		}
			ul#utility_nav li a span {
				position: absolute;
				left: -5001px;
			}
			ul#utility_nav li a:hover {
			}
		ul#utility_nav li#util_login a {
			width:35px;
			background:url(../_images/utilitynav/login.gif) no-repeat;
		}
		ul#utility_nav li#util_account a {
			width:88px;
			background:url(../_images/utilitynav/account.gif) no-repeat;
		}
		ul#utility_nav li#util_cart a {
			width:67px;
			background:url(../_images/utilitynav/cart.gif) no-repeat;
		}
			ul#utility_nav li#util_login.on a,
			ul#utility_nav li#util_account.on a,
			ul#utility_nav li#util_cart.on a,
			ul#utility_nav li#util_login a:hover,
			ul#utility_nav li#util_account a:hover,
			ul#utility_nav li#util_cart a:hover {
				background-position: 0px -15px;
			}

/* ------------------ /DEV STYLES ------------------ */

.production_list a {font-size:12px; color:#6B518A; text-decoration:none; line-height:10px;}
.production_list a:hover {font-size:12px; color:#6B518A; text-decoration:underine; line-height:10px;}
.purple {color:#6B518A;}
.white {color:#FFFFFF;}
.copysm { font-size: 9px; }
.required { color: #FF3300; }
.title { color: #6b518a; font-size: 15px; font-weight: bolder; } 
.indent {margin: 10px;}
.indentH {margin-left: 10px; margin-right: 10px;}
.indentV {margin-top: 10px; margin-bottom: 10px;}
.indent23 {margin-left: 23px;margin-top: 0px; margin-bottom: 10px; margin-right:0px;}
.vspace {margin-top: 15px; margin-bottom: 15px;}
.tight {margin:5px;}
.tighter {margin:0px;}
.getaway_package {margin:10px; background-color:#C9C5DD; font-size:10px; font-weight:bold; padding:10px;}
.mailOption {padding-bottom: 10px;}

#searchlink {
	margin: 0px auto;
	padding: 0px;
	width: 775;
	text-align: right;
	position: relative;
	top: -5px;
}

body#promo_code_popup {
	padding: 0 20px;
}
	body#promo_code_popup p {
		width: 260px;
	}

div#cal_head {
	background: #E7E8E9;
	border: 1px solid #e3e4e5;
	padding: 15px 5px 0 5px;
	margin: 0;
	width: 588px;
	height: 120px;
	position: relative;
}
	div#cal_head div#nav {float:left;}
		div#cal_head div#nav img {
			float: left;
			margin: 0 5px 0;
		}
		div#cal_head div#nav a {
			float: left;
			width: 11px;
			height: 12px;
			position: relative;
			top: 7px;
		}
			div#cal_head div#nav a span {
				position: absolute;
				left: -999999em;
			}
		div#cal_head div#nav a#uxPrevMonth {
			background: transparent url(../_images/calendar/months/btn_prevMonth.gif) no-repeat scroll left top;
		}
		div#cal_head div#nav a#uxNextMonth {
			background: transparent url(../_images/calendar/months/btn_nextMonth.gif) no-repeat scroll left top;
		}
		
	div#cal_head div#legend {
		float: right;
		width: 170px;
		margin: -7px 0 0;
	}
		div#cal_head div#legend h3 {
			font-size: 12px;
			color: #a91b0a;
			margin: 0;
		}
		div#cal_head div#legend dl {
			margin: 0;
			font-size:11px;
		}
			div#cal_head div#legend dl dt {
				float: left;
				width: 2.5em;
			}
			div#cal_head div#legend dl dd {
				margin: 0;
			}
	div#cal_head div#instructions {
		font-size: 11px;
		float: left;
		clear: left;
		width: 230px;
		margin: 10px 0 0;
	}
		div#cal_head div#instructions a#download_pdf {
			font-weight: bold;
			background: url(../_images/calendar/pdf_arrow.gif) no-repeat 4px center;
			display: block;
			width: 80px;
			height: 15px;
			padding: 2px 3px 2px 20px;
			margin: 2px 0 0;
			text-decoration: none;
			position: relative;
			top: 2px;
		}
		div#cal_head div#instructions a#download_pdf:hover {
			text-decoration: underline;
		}
		
	div#cal_head div#events {
		display: none;
		font-size: 10px;
		float: right;
		width: 240px;
		height: 26px;
		overflow: hidden;
		position: absolute;
		right: 185px;
		bottom: 20px;
	}
	
	div#cal_head div#events_no_js {
		position: absolute;
		left: 155px;
		top: 88px;
	}
	
		div#cal_head div#events div#selected_event {
			font-size: 10px;
			background: #FFF url(../_images/calendar/event_select_arrow.gif) no-repeat scroll 210px 8px;
			width: 210px;
			height: 19px;
			padding: 5px 20px 0 8px;
			border: 1px solid #CCC;
			border-bottom-width: 0;
			overflow: hidden;
			cursor: pointer;
		}
		div#cal_head div#events ul {
			list-style: none;
			height: 210px;
			margin: 0;
			padding: 0;
			border: 1px solid #CCC;
			overflow-x: hidden;
			overflow-y: scroll;
			position: relative;
		}
			div#cal_head div#events ul li {
				background: #FFF;
				height: 26px;
				padding: 0;
			}
				div#cal_head div#events ul li a {
					color: #000;
					text-decoration: none;
					display: block;
					width: 230px;
					height: 21px;
					padding: 5px 0 0 8px;
					position: relative;
				}
				div#cal_head div#events ul li a:hover {
					background: #4E9FBA;
				}
	
ul#venues {
	background: #FFF;
	list-style: none;
	height: 33px;
	margin: 3px 0 0;
	padding: 0;
}
	ul#venues li {
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
		float: left;
		height: 33px;
		margin: 0;
	}
		ul#venues li a {
			display: block;
			width: 120px;
			height: 33px;
			background-image: url(../_images/calendar/venues/shaw_buttons.gif);
		}
			ul#venues li a span {
				position: absolute;
				left: -999999em;
			}
	ul#venues li.all_theatres a 	{ background-position: 0 0; }
	ul#venues li.festival a 		{ background-position: -120px 0; }
	ul#venues li.court_house a 		{ background-position: -240px 0; }
	ul#venues li.royal_george a 	{ background-position: -360px 0; }
	ul#venues li.other_theatres a 	{ background-position: -480px 0; }
	
	ul#venues li.all_theatres a:hover,
	ul#venues li.all_theatres_selected a 	{ background-position: 0 -33px; }
	ul#venues li.festival a:hover,
	ul#venues li.festival_selected a 		{ background-position: -120px -33px; }
	ul#venues li.court_house a:hover,
	ul#venues li.court_house_selected a 	{ background-position: -240px -33px; }
	ul#venues li.royal_george a:hover,
	ul#venues li.royal_george_selected a 	{ background-position: -360px -33px; }
	ul#venues li.other_theatres a:hover,
	ul#venues li.other_theatres_selected a 	{ background-position: -480px -33px; }

	

#cal_build {
	width: 600px;
	padding: 0px;
	margin: 12px 0 0;
	border-collapse: collapse;
}
	#cal_build th.days {
		color: #555;
		background: #fff;
		width: 91px;
		padding: 0 0 7px;
		margin: 0px;
		text-align: center;
		text-transform: uppercase;
		vertical-align: top;
		border: 1px solid #999;
		border-width: 0 1px 0;
	}
	
	#cal_build td {
		color: #555;
		background: #faf5e2;
		font-size: 11px;
		line-height: 11px;
		width: 91px;
		height: 91px;
		padding: 2px 2px 8px;
		border: 1px solid #999;
		vertical-align: top;
	}
		#cal_build td.off_month {
			background: #fff ;
		}
			#cal_build td span.holiday {
				font-size: 10px;
			}
			#cal_build td div.event {
				margin: 8px 0 0 5px;
			}
				#cal_build td div.event span.time {
					display: block;
				}
				#cal_build td div.event span.indicator {
					color: #888;
					padding-left: 5px;
				}
				#cal_build td div.event a.perf_title {}
				#cal_build td div.event a.allperf_title {}
				#cal_build td div.event a.festivalperf_title {
					color: #5f9baf !important;
				}
				#cal_build td div.event a.courtperf_title {
					color: #e06020 !important;
				}
				#cal_build td div.event a.royalperf_title {
					color: #57517b !important;
				}
				#cal_build td div.event a.otherperf_title {
					color: #591d47 !important;
				}
				/*Potential fix for SHAW_10089*/
				/*
				#cal_build td div.event span.sto_indicator{
					color: #888;
					padding-left: 5px;
				}
				*/
				}
				#cal_build td div.event span.sold_out {
					color: #888888;
					font-size: 0.9em;
					display: block;
					margin: 2px 0;
				}
				#cal_build td div.event a.buy {
					color: #990000;
					font-size: 0.9em;
					display: block;
					margin: 2px 0;
				}

/* Nav Styles From Shaw */

/* Standard */
.container {
	border: 0px none #007997;
	width:119px;
	position:absolute;
	left:170px;
	z-index: 3;
	visibility:hidden;
	background-color: #007997;
}
.container2 {
	border: 0px none #007997;
	width:120px;
	position:absolute;
	left:289px;
	z-index: 3;
	visibility:hidden;
	background-color: #007997;
}
.inside {
	width:119px;
	background-color: #007997;
	padding-top:6px;
	padding-bottom:1px;
	text-align:left;
}
#inside p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:7px;
	line-height: 15px;
	color: #000000;
	font-size: 11px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
}
#inside a {
	color: #FFF;
	text-decoration: none;
}
#inside a:hover {
	color: #FCD17A;
}

/* Playbill page */
.container3 {
	border: 0px none #4A6D62;
	width: 173px;
	position:absolute;
	z-index: 5;
	visibility:hidden;
}
.inside2 {
	background-color: #4A6D62;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	padding: 10px;
	text-align: left;
}

/* Special Cases*/
.insideSeason {
	width:119px;
	background-color: #007997;
	padding-top:6px;
	padding-bottom:8px;
	text-align:left;
}
.insideGet {
	width:119px;
	background-color: #007997;
	padding-top:6px;
	padding-bottom:2px;
	text-align:left;
}
#get p {
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:2px;
	line-height: 15px;

	color: #000000;
	font-size: 11px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
}



#shoptop {
	border-bottom: 1px solid #FFFFFF;
	width: 600px;
	height: 88px;
}
#shoptop td { margin: 0px; padding: 0px; border-bottom: 1px solid #FFFFFF; vertical-align: top; }
#shoptop td.col1 { width: 361px; background: #f3f3f4;}
#shoptop td.col2 { width: 119px; }
#shoptop td.col3 { width: 119px; }

/*** 1267M - New Shop Headers 8/30/2007 (AE) ***/
div.storeHeader {
	background: #f3f3f4;
	background-repeat: no-repeat;
	background-position: top right;
	width: 600px;
	height: 258px;
	padding-top: 5px;
	overflow: hidden;
}
	div.storeHeader h1 {
		height: 55px;
		/*margin-left: 15px;*/
		width: 350px;
		overflow: hidden;
	}
		div.storeHeader h1 span {
			position: absolute;
			left: -999999px;
		}
	div.storeHeader p {
		width: 318px;
		margin-left: 15px;
	}
		div.storeHeader p strong {
			text-transform: uppercase;
		}
	div.storeHeader p.quote {}
		div.storeHeader p.quote strong {
			text-transform: none;
			font-size: 14px;
		}
		div.storeHeader p.quote span {
			position:relative;
			top:6px;
		}

div.storeHeader#gift_certs {
	background-image: url(../_images/topnav/shop_headers/gift_certs.jpg);
}
	div.storeHeader#gift_certs h1 {
		background: url(../_images/topnav/shop_headers/h1/gift_certs.gif) no-repeat top left;
	}	
	
div.storeHeader#gift_memberships{
	background-image: url(../_images/topnav/shop_headers/gift_memberships.jpg);
}
	div.storeHeader#gift_memberships h1 {
		background: url(../_images/topnav/shop_headers/h1/gift_memberships.gif) no-repeat top left;
	}	
	
div.storeHeader#books {
	background-image: url(../_images/topnav/shop_headers/books.jpg);
}
	div.storeHeader#books h1 {
		background: url(../_images/topnav/shop_headers/h1/books.gif) no-repeat top left;
		margin-bottom: 0;
	}
	div.storeHeader#books p.quote {
		margin-top: 4px;
	}
	
div.storeHeader#scripts {
	background-image: url(../_images/topnav/shop_headers/scripts.jpg);
}
	div.storeHeader#scripts h1 {
		background: url(../_images/topnav/shop_headers/h1/scripts.gif) no-repeat top left;
	}
	
div.storeHeader#music {
	background-image: url(../_images/topnav/shop_headers/cds.jpg);
}
	div.storeHeader#music h1 {
		background: url(../_images/topnav/shop_headers/h1/cds.gif) no-repeat top left;
	}
	
div.storeHeader#dvds {
	background-image: url(../_images/topnav/shop_headers/dvds.jpg);
}
	div.storeHeader#dvds h1 {
		background: url(../_images/topnav/shop_headers/h1/dvds.gif) no-repeat top left;
		margin-bottom: 0;
	}
	div.storeHeader#dvds p.quote {
		margin-top: 4px;
	}
	
div.storeHeader#clothing {
	background-image: url(../_images/topnav/shop_headers/clothing.jpg);
}
	div.storeHeader#clothing h1 {
		background: url(../_images/topnav/shop_headers/h1/clothing.gif) no-repeat top left;
	}
	
div.storeHeader#gifts {
	background-image: url(../_images/topnav/shop_headers/gifts.jpg);
}
	div.storeHeader#gifts h1 {
		background: url(../_images/topnav/shop_headers/h1/gifts.gif) no-repeat top left;
	}
div.storeHeader a {
	margin:0 0 0 18px;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	color: #a50b34;
	background: url(../_images/topnav/shop_headers/h1/arrow.gif) no-repeat right;
	padding: 0 20px 0 0;
}
div.storeHeader a:hover {
	text-decoration: underline;
	color:#a50b34;
}	
/**********************************************/

#cartnav, #cartnavb {
	width: 600px; 
}

#cartnav td.col1, #cartnavb td.col1{ width: 361px; margin: 0px; padding: 0px; }
#cartnav td.col2, #cartnavb td.col2{ width: 119px; margin: 0px; padding: 0px; border-right: 1px solid #FFFFFF;}
#cartnav td.col3, #cartnavb td.col3 { width: 119px; margin: 0px; padding: 0px; }

#pageheader {
	margin-top: 6px;
}
#welcome {
	margin-top: 7px;
	margin-left: 3px;
	color: #f89c3d;
}

/* Tell Your Friends */
h3#tell_friends_confirm {
	margin-left: 26px;
}

/* Shopping Cart Nav */
tr.shopping_nav {	
}
	tr.shopping_nav ul{
		padding:10px 0 0 0;
		text-align:right;
	}
		 tr.shopping_nav ul li {
			display:inline;
		}
			 tr.shopping_nav ul li a{
				color:#231F20;
				text-decoration:none;
				margin:0px 0 0 20px;
			}
/* Donation Pages */

body#donation_page h4 {
	color:#000;
	margin:1em 0;
	font-weight:bold;
}
body#donation_page h5 {
	color:#516e7f;
	margin:1em 0;
	font-weight:bold;
	font-size:13px;
}
body#donation_page h6 {
	color:#000;
	margin:0;
	font-weight:bold;
	font-size:1em;
}
	body#donation_page h6 + p {
		margin-top:0;
	}

body#donation_page div#donate_membership label {
	margin:3px 3px 0 0;
}
body#donation_page table#donate_membership_levels {
	float:right;
	width:240px;
	margin:0 0 1em 1em;
	background:#f3f3f3;
	border-bottom:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4; 
}
	body#donation_page table#donate_membership_levels th {
		padding:8px 10px 0 10px;
	}
	body#donation_page table#donate_membership_levels td {
		padding:3px 10px;
	}
	
body#donation_page input {
	vertical-align:middle;
}
body#donation_page input.text,
body#donation_page select {
	margin:0 0 3px 0;
	font-size:1em;
	vertical-align:middle;
}
body#donation_page div.hr {
	border-top:1px solid #CCC;
	clear:both;
	margin:1em 0;
	height:1px;
	overflow:hidden; 
}

/* Login Page */

div#login_wrapper {
	width:870px;
	margin:0 auto;
}
	div#login_header {
		width:865px;	
		margin-left:0px;
	}
	table#login_left {
		width:275px;
		float:left; 
		margin-right:20px;
		background-color:#ececeb;
	}
		table#login_left td {
			padding:15px 15px 0px 15px;
		}
	table#login_right {		
		width:350px;
		margin-bottom:50px; 
		margin-left:0px;
	}	
		body table#login_right td, body table#login_right th {
			color:#48494a;
		}
			table#login_right h3 {
				background:transparent url(../_images/assistance_head.gif) top left no-repeat;
				width:121px;
				height:18px;
				margin-top:0px;
			}
				table#login_right h3 span {
				display: block;
				position: absolute;
				left: -9000px;
				}

			table#login_right h4.patron {
				background:transparent url(../_images/patron_head.gif) top left no-repeat;
				width:306px;
				height:19px;
			}
			table#login_right h4.new {
				background:transparent url(../_images/newshaw_head.gif) top left no-repeat;
				width:156px;
				height:15px;
			}
			table#login_right h4.forgotten {
				background:transparent url(../_images/forgotten_head.gif) top left no-repeat;
				width:180px;
				height:15px;
			}
			table#login_right h4.contact {
				background:transparent url(../_images/contact_head.gif) top left no-repeat;
				width:197px;
				height:15px;
			}
				table#login_right h4 span {
				display: block;
				position: absolute;
				left: -9000px;
				}


/* Patron form control (Account Reg & Account Update */
p.contest {
	 margin-left:161px;
}
	p.contest label {
		font-weight:bold;
	}

div.confirmPasswordOn {
	display:block
}
div.confirmPasswordOff{
	display:none
}
div#patron_form h3 {
	clear:left;
	width:150px;
	text-align:right;
	color: #596971;
}
div#patron_form label {
	float:left;
	width:150px;
	padding:3px 0 0 0;
	margin:0 15px 0 0;

	text-align:right;
	font-weight:bold;
}
	div#patron_form label span.no_label {
		position:absolute;
		left:-5001px;
	}
div#patron_form span.field_note {
	font-size:0.9em;
	padding-left:0.5em;
}
div#patron_form br {
	clear:left;
}
div#patron_form span.form_text {
	float:left;
	display:inline;
	padding:2px 0 0 0;
}
div#patron_form input.text,
div#patron_form select,
div#patron_form span.form_text {
	margin:0 0 5px 0;
	vertical-align:middle;
}
div#patron_form input.reg_btn {
	margin:15px 0 15px 165px;
	_margin-left:168px;
}

div#patron_form ul.radio_list {
	list-style:none;
	margin:0 0 0 132px;
	padding:0;
}
	div#patron_form ul.radio_list li {
		clear:left;
	}
		div#patron_form ul.radio_list li input {
			float:left;
		}
		div#patron_form ul.radio_list li label {
			float:left;
			width:425px;
			margin:0 0 8px 15px;
		
			font-weight:normal;
			text-align:left;
			line-height:normal;
		}
		/* This fixes some clearing issues in browsers that support "content" */
		div#patron_form ul.radio_list li:last-child:after {
			content:".";
			display:block;
			clear:left;
			height:0px;
			overflow:hidden;
			width:450px;
			color:#FFF;
		}
		
div#patron_form div#interest_options label {
	width:15em;
}

div#perf_accessories {
	margin:1em 0;
}
	div#perf_accessories label {
		width:25em;
	}
		div#perf_accessories label span {
			font-weight:normal;
			font-size:0.9em;
		}
	div#perf_accessories select {
		margin-bottom:0.75em;
	}

td.priceType
{
	width: 70px;
}

/* GENERIC FORMS */
div.form_inline label {
	float:left;
	padding:3px 0 0 0;
	margin:0 15px 0 0;

	font-weight:bold;
}
div.form_inline br {
	clear:left;
}
div.form_inline input.text,
div.form_inline select {
	margin:0 3px 3px 0;
}

/* Fieldset Forms - 4/22/2008 */
fieldset {
	border: none;
	padding: 0;
}
	fieldset label {
		text-align: right;
		float: left;
		font-weight: bold;
		margin: 0 0.5em 1.25em 0;
	}
	fieldset input {
		float: left;
	}
	fieldset input.text {
	}
	fieldset br {
		clear: both;
	}
	
/* Specific Forms */
fieldset#tell_your_friends h3 {
	color:#596971;
}
fieldset#tell_your_friends span#from_info {
	display: block;
	margin-left: 1em;
}
fieldset#tell_your_friends fieldset.to_info label {
	width: 8em;
}
fieldset#tell_your_friends fieldset.to_info input.text {
	position: relative;
	bottom: 0.25em;
}
fieldset#tell_your_friends input#uxSubmit {
	margin: 0.75em 0 0 103px;
}


#product
{
	background: url(../_images/grey.gif) repeat-y;
	background-position: 310px 0px;
	float: left;
	width:600px;
}
#product .leftCol
{
	float: left;
	width: 300px;
}

#product .rightCol
{
	float: right;
	width: 280px;
}

#product h3
{
	margin: 0px;
}

.space
{
	margin: 20px 0;
}
.thirds
{
	background: url(../_images/grey_back.gif);
}
	.thirds td
	{
		padding: 8px 20px;
		width: 158px;
		
	}
	
	.thirds td img
	{
		display: block;
	}
	
/* 2008 Spring Enhancements (4032) */
fieldset {
	border: none;
}
	fieldset label {
		text-align: right;
		float: left;
		font-weight: bold;
		padding: 3px 0 0 0;
		margin: 0 15px 0 0;
	}
	fieldset input {
		margin: 0 0 5px 0;
	}
	
fieldset#account_lookup {}
	fieldset#account_lookup label {
		float: left;
		width: 5em;
	}
	fieldset#account_lookup input#uxAccountLookup_uxZipCode {
		width: 6em;
	}
	fieldset#account_lookup input#uxAccountLookup_uxSubmit {
		margin: 15px 0 0 70px;
	}
	
/* Mini Calendar */
iframe#if_mini_cal {
	width: 655px;
	height: 85px;
	overflow: hidden;
	border: none;
}
body#minical {}
	body#minical a {
		color: #838487;
		text-decoration: none;
	}
	body#minical a:hover {
		color: #990000;
	}
		
	body#minical div#minical_nav {
		clear: right;
		height: 15px;
	}
		body#minical div#minical_nav a {
			float: left;
		}
			body#minical div#minical_nav a span {
				position: absolute;
				left: -999999em;
			}
		body#minical div#minical_nav strong {
			float: left;
			padding: 0 3px;
		}
		body#minical div#minical_nav a#uxPreviousMonth {
			width: 11px;
			height: 15px;
			background: transparent url(../_images/calendar/minical/prev_month.gif) no-repeat scroll center center;
		}
		body#minical div#minical_nav a#uxNextMonth {
			width: 11px;
			height: 15px;
			background: transparent url(../_images/calendar/minical/next_month.gif) no-repeat scroll center center;
		}
		body#minical div#minical_nav a#full_cal {
			margin-left: 20px;
			padding-left: 15px;
			background: transparent url(../_images/calendar/minical/full_cal.gif) no-repeat scroll left 3px;
		}
		
	body#minical table {
		clear: left;
		border-collapse: collapse;
		margin-top: 7px;
	}
		body#minical table th,
		body#minical table td {
			background: transparent;
			text-align: center;
			width: 19px;
		}
		body#minical table th {
			color: #838487;
			font-weight: normal;
		}
		body#minical table .monday {
			color: #BBB;
		}
		body#minical table td {
			font-weight: bold;
		}
		
			body#minical table td.monday a {
				color: #BBB;
				cursor: default;
			}
		
	body#minical ol#perf_schedules {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		body#minical ol#perf_schedules li {
			font-size: 10px;
			background: #DCDDDE;
			width: 375px;
			height: 75px;
			position: absolute;
			top: 0;
		}
		
		/* Perf schedule popup with no javascript */
		body#minical ol#perf_schedules li.noscript {
			height: 90px;
		}
			body#minical ol#perf_schedules li.noscript a.close {
				position: absolute;
				right: 4px;
				top: 1px;
			}
			body#minical ol#perf_schedules li.noscript ol {
				margin: 15px 7px 0;
			}
			
		body#minical ol#perf_schedules li.left {
			left: 0;
		}
		body#minical ol#perf_schedules li.right {
			right: 0;
		}
			body#minical ol#perf_schedules li ol {
				list-style: none;
				float: left;
				width: 48%;
				margin: 2px 0 0 7px;
				padding: 0;
			}
				body#minical ol#perf_schedules li ol li {
					line-height: 13px;
					background: transparent;
					width: 180px;
					height: 11px;
					position: static;
					clear: both;
				}
					body#minical ol#perf_schedules li ol li strong {
						line-height: 13px;
						color: #990000;
						font-size: 11px;
						margin-bottom: 1px;
					}
					body#minical ol#perf_schedules li ol li span {
						line-height: 13px;
						font-size: 10px;
						text-align: right;
						float: left;
						width: 4.75em;
						margin-right: 0.5em;
					}
					body#minical ol#perf_schedules li ol li a {
						line-height: 13px;
						float: left;
					}
					body#minical ol#perf_schedules li ol li a.prodLink {
						width: 7.75em;
						color: #000;
						height: 1.4em;
						overflow: hidden;
					}
					body#minical ol#perf_schedules li ol li a.prodLink:hover {
						color: #990000;
					}
					
/* Calendar Month Nav */
#monthNav
{
	position:relative;
	z-index:100;
	background-color:#E7E8E9;
	zoom:1;
	display:block;
	width:102px;
	float:left;
	padding:0;
	margin:0;
}

div#cal_head div#nav a#uxNextMonth
{
	width:100px;
}
#monthNav ul, #monthNav ul li, #monthNav a
{
	margin: 0; 
	padding: 0;
	color:black;
}

ul#monthNav li{
list-style:none;
}

#monthNav ul a
{
	text-decoration: none;
	display: block;
	height:1%;
}


#monthNav li
{
	zoom:1;
}

#monthNav li:hover
{}

#monthNav li ul
{
	background-color: #004680;
	left: -99999px;
	margin: 0;
	position: absolute;
	white-space:nowrap;
	padding-top:5px;
	width:102px;
	
}

#monthNav li:hover ul,
#monthNav li.sfhover ul
{
	left:15px;
	top:5px;
}
	
div#cal_head #monthNav li ul li a.calendarHide
{
	display:none;
}

#monthNav li ul li
{
	margin: 0;
	text-align: left;
	width:102px;
	float:left;
}


div#cal_head #monthNav li ul li a
{
	background-color: #004680;
	color: #fff;
	display: block;
	width:92px;
	position:static;
	height:14px;
	padding:0 5px 5px 5px;
}

div#cal_head #monthNav li ul li a:hover
{
	background-color: #004680;
	color: #E8C66B;

}



#monthNav li a.active
{
	background-color: #004680;
	color: #fff;
	display: block;
}
