
.navigation {
	font-size: 12px;
}

.intro {
	font-size: 14px;
}

.large {
	font-size: 14px;
}

.price {
	font-size: 12px;
}

.price_old {
	font-size: 12px;
	text-decoration: line-through;
}

.caption {
	font-size: 10px;
}

.picture_credit{
	font-size: 10px;
}

/* Panel */
.panel {
	width: 47%;
	border-top: 1px solid #ABB1B8;
	padding: 5px 0px;
	margin-right: 3%;
	float: left;
}
div.prop {
	float: right;
	width: 1px;
	margin-left: -1px;
}

div.clear {
	clear:both;
	height: 0px;
	font-size: 0px;
}

/* Home Page */
table.layoutgrid_homepage{
	width: 100%;
	border: 4px solid white;
}
table.layoutgrid_homepage td{
	width: 25%;
	border: 4px solid white;
	padding: 8px;
	background: #DEE4EB url(../../images/backgrounds/bg_panel_blue.gif);
}

