/************************************* NomosShop layout *****/
/********************** Copyright (c) 2008 Nomos Verlag *****/
/************************************************************/
/******************************** content styles - home *****/
/************************************************************/
/*************************** author virtual identity AG *****/
/****************************** last updated 2008-07-28 *****/


/************************************************************/
/*START: home*/
div#teaser-zone
{
	padding: 0 0 20px 0;
}

div#teaser-zone img
{
	margin-top: 4px;
}

div#product-zone h2
{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;	
}

div.product-box
{
	float: left;
	border: 1px solid #9C9E9F;
	padding: 6px 10px 10px 10px;
	width: 236px;
	margin: 0 10px 10px 0;
	min-height:190px;
}

div.product-box div.cover-section
{
	float: left;
	width: 85px;
}

div.product-box div.property-section
{
	float: left;
	width: 150px;
}

div.product-box div.extra-info-section
{
	clear: both;
	padding: 10px 0 0 0;
}

div.product-box div.extra-info-section a.internal
{
	color: #005198;
}

a.more
{
	text-decoration: underline;
}
/*END: home*/
/************************************************************/
/*START: Form*/
div.search-box
{
	padding: 12px 2px 2px 0;
	background: #cfcfcf;
}

div.separator
{
	height: 19px;
}

div.search-box label
{
	float: left;
	font-size: 9px;
	line-height: 14px;
	padding: 1px 0 0;
	width: 90px;
}

div.search-box input.textfield
{
	font-size: 11px;
	width: 398px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
}

div.search-box select
{
	font-size: 11px;
	width: 398px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
}

/*END: Form*/