/* CSS Document */

html, body 
	{ height: 100%;}

body 
	{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 13px; color: #000000; background: #ece1bc url(images/layout/back.gif) ; 
	}

h1, h2
	{ margin: 0 0 10px 0; font-size: 22px; color: #000000; }
	
h3
	{font-size: 15px; color: #000000;}

a	{ color:#336699; }

a:hover	
	{color:#FF9900;}
/*********************************************/
/* div                                       */
/*********************************************/
	
#container
	{
	width: 750px;
	margin: 0 auto;
	height: auto !important;
	background: #FFFFFF;
	border-bottom: 1px solid #cfc07b;
	}
#breadcrumb
	{
	padding: .2em 1em;
	border-bottom: 1px solid #cfc07b;
	}

#main
	{
	padding: 15px 15px;
	float: left;
	width: 720px;
	background: #FFFFFF;
	border-bottom: 1px solid #cfc07b;
	}
#StoreSign
 	{
	float:left;
	width: 460px;
	height: 170px;
	border: 1px solid #999;
	padding: 15px 25px;
	background:url(images/slice2.jpg) repeat-x;
	}
div#StoreSign img
	{
	float: right;
	margin: 0px 5px 5px 10px;
	}
div#StoreSign h2
	{
	margin-top: 15px;
	color: #660000;
	}	
div#StoreSign p
	{
	padding: 10px;
	font-size:1.0em;
	line-height:1.2em;
	
	}	
.StoreProducts
	{
	float:left;
	width: 510px;
	margin-top: 20px;
	border: 1px dotted #CCCCCC;
	padding: 4px;
	}	
.productcategorybox 
	{
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	border: 1px dotted #CCCCCC;
	}	
.productthumbnail
	{
	float: left;
	width: 122px;
	height:185px;
	margin: 0 15px 0 15px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	}
.productDetailImage
	{
	float:left;
	width: 215px;
	border:thin dotted #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right:10px;
	}


div.StoreCartInfo
 	{
	background-color:#f8f8f9;
	float:right;
	width: 145px;
	padding: 10px;
	margin-left:5px;
	margin-bottom: 5px;
	border: 1px dotted #CCCCCC;
	}

.SearchingForTickets
	{
	border: 1px solid #999999;
	padding: 10px;
	margin-top:2em;
	}	
div.SearchingForTickets	img
	{
	float: left;
	}
div.dottedBox
	{
	padding: 10px;
	border: 1px dotted #CCCCCC;
	}

	
.clearleft
	{
	clear:left;
	}

.clearboth
	{
	clear:both;
	}
	
	
/*  Footer */
#footer {
	clear:both;
	color: #000;
	text-align:center;
	width:100%;
	border-top: 1px solid #efddc4;
	font-size: 75%;
	margin-top: 25px;
}

#footer a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	font-weight: underline;
	color: #000;
	text-decoration: none;
}
#footer a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}