﻿/***
	O2 blueroom v4
	TERMS
	www.aislondon.com (2008)

	:: Last update: MB 4/12/2008

	-[Inherits]------------------------
	Base.css > Generic.css
	-----------------------------------

	-[Contents]------------------------
	1. OVERVIEW SECTION
	2. TICKET ALLOCATION AND SPECIFIC SECTION
	3. BACK TO TOP
	-----------------------------------

***/


.outer-content h2 {
	margin: 0.9em 0 0.6em 5px;
}

/**
	1. Overview section
*/

.overview, 
#ticket-allocation, 
#specific {
	margin: 0 0 0.6em;
	padding-left: 12px;
}

.overview ul {
	margin: 0 0 1em 25px;
	list-style: none;
}

.overview ul li {
	/* _display:list-item;  I love IE */
	overflow: hidden;
	margin: 0 0 0.6em;
	font-size: 1.2em;
}

.overview ul li h3 {
	float: left;
	width: 260px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.overview ul li p {
	float: left;
	font-size: 1em;
	width: 610px;
}

/**
	2. Ticket allocation and specific section
*/

#ticket-allocation h2, 
div#specific h2 {
	margin: 6px 0 6px 0;
}

#ticket-allocation ol, 
div#specific ol {
	margin: 1em 0 1em 25px;
}


div#specific ol li {
	font-size: 1.2em;
	padding: 0 0 0.4em 0;
	_display:list-item; /* I love IE */
	_vertical-align: top;	
}

#ticket-allocation ol li {
	padding: 0 0 0.4em 0;
	_display:list-item; /* I love IE */
	_vertical-align: top;	
}
	
#ticket-allocation ul li {
	padding: 0.4em 0 0 0;
	_display:list-item; /* I love IE */
	_vertical-align: top;	
}

#ticket-allocation ol li p, 
div#specific ol li p {
	font-size: 1em;
}

#ticket-allocation p, 
#ticket-allocation table tr td {
	font-size: 1.2em;
	padding: 0 6px 0.4em 0;	
}

#ticket-allocation table {
	margin: 0 0 1em 0;
}

/**
	3. Back to top
*/

.back-to-top {
	margin: 0 0 6px;
	overflow: hidden; _zoom: 1;
}

.back-to-top a {
	background: url(../../../../Assets/Generic/Images/Buttons/btn-top.gif) no-repeat right;
	display: block;
	float: right;
	font-size: 1.2em;
	line-height: 1.8em;
	min-height: 2.4em;
	padding: 0 60px 0 0;
	text-decoration: none;
}

.back-to-top a span {
	display: block;
	padding: 5px 0 0;
}