﻿/***
	O2 blueroom v4 templates
	CREDIT PUNCH
	www.aislondon.com (2008)

	:: Based on Templates/TwoColumn
	:: Last update: MB 10/11/2008

	-[Inherits]------------------------
	Base.css > Generic.css
	-----------------------------------
	
	-[Contents]------------------------
	1. GRAPHIC
	2. COPY
	3. DOWNLOADS
	-----------------------------------

***/
.panel {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 6px 6px 4px 6px;
	background: #FFF;
	/* CSS 3*/ border-radius: 0.5em;
    /* Webkit */ -webkit-border-radius: 0.5em;
	/* Moz */ -moz-border-radius: 0.5em;
}
.outer-content p.tagline { width:550px; }
/**
	1. Graphic
*/

div#graphic {
	float: left;
	margin: 0 12px 6px 0;
	width: 447px;
	_zoom: 1; /*Think this fixes the template in IE6, better check this */
}

/**
	2. Copy
*/

div#copy {
	float: right;
	overflow: hidden; _zoom: 1;
	padding: 15px 30px 9px 5px;
	width: 418px;
}

div#copy h2 {
	color: #155AA0;
	font-size:1.5em;
}

div#copy div.button {
	float: right;
	margin: 2.4em 0 1em;
}

/**
	3. Downloads
*/

div#downloads {
	margin: 0;
	padding: 20px;
}

div#downloads ul {
	list-style-type: none;
	margin: 0;
}

div#downloads ul li#podcasts {
	background: url(../Images/ico-podcast.jpg) no-repeat;
	margin: 0 0 1em 0;
}

div#downloads ul li#vodcasts {
	background: url(../Images/ico-vodcast.jpg) no-repeat;	
}

div#downloads ul li p {
	min-height: 40px; _height: 40px;
}

div#downloads ul li p a {
	display: block;
	padding: 1em 0 1em 76px;
}
div#buy-tickets {
	background-image: url(../../../Assets/Generic/Images/Icons/grey-mouse.jpg);
	background-position: 26px 24px;
	background-repeat: no-repeat;
	margin-bottom: 2.2em;
	padding: 24px 24px 24px 85px;
}
div#buy-tickets h3 {
	font-size: 1.4em;
	font-weight: bold;
}
div#buy-tickets p {
	margin: 0;
}
p#small-print {
	font-size: 1.1em;
	text-align: left;
}
#terms-link {
    text-align: right;
}
.left {
	float:left;
	display:inline;
}
.extra-padding {
	padding-bottom:10px;
}
.right-content {
	float:left;
	width:600px;
}
.right-content p{
	padding-bottom:5px;
}
	