﻿/***
	O2 blueroom v4 microsites
	ARSENAL MOBILE
	www.aislondon.com (2008)

	:: Based on Templates/TwoColumn
	:: Last update: MB 24/10/2008

	-[Inherits]------------------------
	Base.css > Generic.css
	-----------------------------------
			
	-[Contents]------------------------
	1. GRAPHIC
	2. COPY
	-----------------------------------

***/

/**
	1. Graphic
*/

div.panel {
	_zoom: 1; /*Think this fixes the template in IE6, better check this */
}

div.panel img {
	padding-bottom: 3px;
}

div.vertical-divider {
	overflow:hidden;
	float:left;	
}

div.vertical-divider #top {
	width:447px;
	float:left;
	margin:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
}

div.vertical-divider #bottom {
	width:447px;
	float:left;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}

div#full-width {
	float:left;
}

div.right-column {
	float:right;	
	width:427px;
	margin:19px;
}

/**
	2. Copy
*/

 div.right-column h2 {
	font-weight:bold;
}

#small-print {
	font-size:1.1em;	
}

