@import url(global.css);
@import url(navigation.css);

div#subcategorie {
	height: 120px;
	overflow: inline;
}

div#subcategorie img#categorieIcon {
	float: left;
	padding: 10px 10px 10px 10px;
}

div#subcategorie h3 {
	font-family: "Trebuchet MS",Georgian,Serif;
	font-size: 35px;
	font-weight: normal;
	margin: 0px 2px 2px 2px;
}

div#subcategorie h3 a {
	background: transparent url(../images/layout/categorie/button-categorie.png) center right no-repeat;
	padding-right: 30px;
	color: black;
	text-decoration: none;
}

div#subcategorie.even,
td.even, tr.even td {
	background-color: #FCF5BC;
}

span.red {
	color: red;
}

div.productThumb {
	margin-top: 10px;
	width: 120px;
	height: 120px;
	border: 1px solid black;
	overflow: hidden;
	background-color: #FEF9CF;
}
