/**********************************************************************
 * Oy Nerival Group Ab
 *
 * Products CSS file
 *
 * @file products.css
 * @date 29.06.2011
 * @author kalle
 * @copyright Toinen veli Oy
 *
 * Toinen veli Oy - Innovative and agile web development
 *
 * (c) Toinen veli Oy - All rights reserved
 **********************************************************************/

/*
 * Basic definitions
 */
p {
	margin: 0 0 0 1em;
}

/*
 * Set the main header text box certain sized
 */
.head {
	width: 875px;
}

/*
 * Div
 */

div#productCategories {
	float: left;
	background: #fff;
	width: 875px;
}

div.productCategory {
	width: 290px;
	height: 270px;
	text-align: left;
	float: left;
}

	div.productCategory span.name {
		font-size: 16px;
		line-height: 18px;
		font-weight: normal;
		height: 30px;
		width: 240px;
		color: #467ea3;
		text-shadow: #ebebeb .125em .125em .125em;
	}

div.productCategoryImage {
	float: left;
	width: 240px;
	height: 180px;
	background: #efefef;
}
	div.productCategoryImage p {
		height: 180px;
		width: 240px;
	}

div.productCategoryText {
	float: left;
	width: 240px;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}

	div.productCategoryText a p:hover {
		background: #efefef;
	}
	div.productCategoryText p { margin: 0; }
