﻿/***
	O2 blueroom v4 templates
	CREDIT PUNCH
	www.aislondon.com (2008)

	:: Based on Templates/TwoColumn
	:: Last update: AH ??/??/??
	:: Toby is disapointed.... not that anyone would care :¬)

	-[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;
}
/**
	1.1 HTML elements (within .outer-content)
*/
.outer-content p.tagline {width:550px;}

/**
	1. Graphic
*/

div#graphic {
	float: left;
	margin: 0 0 6px 0;
	padding-bottom: 3px;
	width: 448px;
	_zoom: 1; /*Think this fixes the template in IE6, better check this */
}

/**
	2. Copy
*/

div#copy {
	float: right;
	overflow: hidden; _zoom: 1;
	width: 458px;
	padding-top: 7px;
}

div#copy p {
    margin-left: 14px;
    margin-right: 14px;}

div#copy div.button {
	float: right;
	margin: 2.4em 0 1em;16
}

/**
	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;
}

/**
	Additional
*/

.panel#purchase p {
	font-size:1.2em;
	margin:0;
}
#terms-link {
	float: right;
}
div#purchase ul {
	margin-top: 10px;
}
#copy h2 {
	font-weight: bold;
}
div#purchase ul li#online ol {
	overflow: visible;
}


div#purchase ul li#online {
	background-image:none;
	margin:0;
}
div#purchase ul {
	margin-top:5px;
}
div#purchase ul li {
	width:396px;
	padding:0;

}
#hat .global-sub-nav {
	float:left;
}
#hat ol li a, #hat ul li a {
	background:none;
	padding:0;
}
.outer-content ol, .outer-content ul {
	margin:0 0 2px 6px;
}
