/*==============================================================================

	This website/webapplication is developed by:
	Occhio BV
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

	STYLESHEET FOR CSS1 (fonts, colors, sizes)
==============================================================================*/

/* ============================================================================= 
	STYLES FOR CONTENT
============================================================================= */

.address {
	width: 223px;
	height: 39px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'GothamLight';
	background: url(/images/layout/address-bg.png) no-repeat;
	padding: 10px;
	font-size: 9px;
	line-height: 16px;
}

.address ul {
	margin: 0 0 0 5px;
	list-style: none;
}

.address ul li {
	float: left;
	display: inline-block;
	width: 105px;
}

.address ul li a {
	color: #000;
}

.tml_default #content img {
	float: left;
	margin: 0;
}

.tml_default #content img + img {
	margin: 0 0 9px 9px;
}

.tml_default #content img + img + img {
	margin: 0 0 0 9px;
}

