/* TICKETMIX */
/* Master Stylesheet
----------------------------------------------------------------------------- */


	@import url("actions.css");
	@import url("alerts.css");
	@import url("layout.css");
	@import url("forms.css");
	@import url("navigation.css");

	@import url("widget-cart.css");
	@import url("widget-orders.css");
	@import url("widget-tag.css");


/* PRECEDENTS
----------------------------------------------------------------------------- */


	body {
	
	padding: 0;
	margin: 0;
	font: normal 12px/18px Arial, sans-serif;
	color: #fff;
	
	}
	
	h1, h2, h3, h4, a, p, ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
	
	ol li {
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	}

	ol ul {
	
	margin: 0 20px 20px 20px;
	
	}
	
	h3 {

	display: block;
	margin-bottom: 20px;
	color: #1ab5cf;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	text-shadow: #000 0 0 0;
	
	}
	
	h4 {
	
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 0 0 0;
	
	}
	
	a {
	
	color: #de1f27;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	
	}
	
	p, address {
	
	margin: 0 0 20px 0;
	
	}
	
	img {
	
	margin: 0;
	border: 0;
	
	}
	
	.clear { 
	
	clear: both; 
	
	}
			
	
/* Lists */


	dl {

	width: ;
	float: left;
	margin: 0 0 10px 0;
	
	}

	dt {
	
	width: 110px;
	clear: left;
	float: left;
	margin: 0;
	border-bottom: 1px solid #116d80;
	padding: 5px;
	color: #0F7491;
	
	}

	dd {
	
	width: 320px;
	float: left;
	margin: 0;
	border-bottom: 1px solid #116d80;
	padding: 5px 0;
	
	}


/* SIFR (DO NOT TOUCH)
----------------------------------------------------------------------------- */	


	.sIFR-flash {

	margin: 0;
	padding: 0;
	visibility: visible !important;
	
	}
	
	.sIFR-replaced {
	
	visibility: visible !important;
	
	}
	
	.sIFR-alternate {
	
	display: block;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
	
	}
	
	.sIFR-replaced > div {
	
	display: none !important;
	
	}

