﻿/***
	O2 blueroom v4
	HOMEPAGE (PRINT VERSION)
	www.aislondon.com (2008)

	:: Last update: MB 8/10/2008

	-[Inherits]------------------------
	Base-print.css > Generic-print.css
	-----------------------------------

	-[Contents]------------------------
	1. HIDDEN CONTENT	
	2. EVENTS LISTS			
	-----------------------------------

*/


/**
	1. Hidden content
*/

.item-detail span.p strong, span.item-summary {
	display: none;
}

/**
	2. Events lists
*/

.eventsList {
	height: auto !important;
}

.eventsList div.eventsList-items {
	right: 0 !important;
	width: auto !important;
}

.eventsList div.eventsList-items ul {
	width: auto;
}

.eventsList div.eventsList-items ul li {
	margin: 0 0 1em 0;
}

.item-detail span.p span {
	color: #000;
	display: block;
	font-size: 1.2em;
	margin: 6px 0 0 0;
}


