/* ------------------------------------ Online Store ---------------------------------------*/

ul.onlinestore, ul.onlinestore ul  {
	padding: 0 0 10px 0;
	margin: 0;
	overflow: hidden;
	}

ul.onlinestore li {
	clear: both;
	list-style: none;
	}

ul.onlinestore li h2 {
	margin-bottom: 0;
	}

ul.merchandise li {
	clear: none;
	float: left;
	width: 29%;
	padding-right: 4%;
	font-size: 87%;
	padding-top: 8px;
	height: auto;
	overflow: hidden;
	}
	
ul.merchandise li h4 {
	margin-bottom: 0;
	min-height: 30px;
	height: 30px;	/* for ie	*/
	}
html > body ul.merchandise li h4 {
	height: auto;	/* for others	*/
	}

ul.merchandise li p {
	margin-bottom: 0;
	}

ul.tickets li {
	clear: left;
	font-size: 87%;
	}

ul.tickets li img {
	clear: left;
	float: left;
	margin-right: 10px;
	}

ul.tickets li p.date {
	float: right;
	margin: 0 0 0 10px;
	}

ul.tickets li h4 {
	margin-bottom: 0;
	}

ul.registration li {
	clear: none;
	float: left;
	width: 29%;
	padding-right: 4%;
	font-size: 87%;
	padding-top: 8px;
	}

ul.registration li h4 {
	margin-bottom: 0;
	min-height: 30px;
	height: 30px;	/* for ie	*/
	}
html > body ul.registration li h4 {
	height: auto;	/* for others	*/
	}

ul.registration li p {
	margin-bottom: 0;
	height: 95px;
	overflow: hidden;
}

.productdetails {
	width: 400px;
	overflow: hidden;
}

.productdetails .registration label {
	width: 10em;
}

.productdetails input.price {
	width: 6em;
}

li.more {
	float: none !important;
	clear: left !important;
	width: auto !important;
	font-weight: bold;
	text-align: right;
	}


#subnav h4 {
	margin: 10px 0 0 10px;
	color: #999;
	}

ul#otherstores li {
	border-color: #fff;
	text-transform: none;
	}

p.error
{
	border: 1px solid #900;
	padding: 1em;
	font-weight: bold;
	color: #900;
	background-color: #ffd;
}

p.notice
{
	border: 1px solid #900;
	padding: 1em;
	font-weight: bold;
	color: #000;
	background-color: #efe;
}

/* ----------------------------- Shopping cart in RHS column ----------------------------- */

#cart.highlight h2
{
	color: #090;
}

#cart table
{
	width: 100%;
}

#cart table td.name
{
	font-weight: bold;
}

#cart table td span.attributes
{
	font-size: 85%;
	display: block;
}

#cart td.remove a {
	display: block;
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	padding: 0 2px 1px;
	text-align: center;
	line-height: 1;
	}

/* ----------------------------- Donation options ----------------------------- */

.donationoptions {
	margin: 1em 0;
	overflow: hidden;
}

.donationoptions p.checkbox {
	margin: 0 0 0 1.5em;
}


