#topshop
{
	position:relative;
	margin-top:30px;
	margin-left:50px;
	margin-bottom:20px;
	background-color:#3eae48;
	height:26px;
}

#topshop h2
{
	float:left;
	padding:0;
	margin:0;
	min-width:120px;
	
	overflow:hidden;
	height:34px;
	font-size:30px;
	position:relative;
	top:-4px;
	color:#3eae48;
	background-color:#FFFFFF;
	background-image:url(/images/triWhiteCarta.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:45px;
	text-align:left;
}

#categorylist
{
	float:left;
	width:100%;
	margin-left:40px;	
}


#categorylist .cat
{
	float:left;
	margin:9px;
	width:186px;
	height:186px;
	border:solid 2px #FFFFFF;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

#categorylist .cat:hover
{
	border:solid 2px #3eae48;
}


#categorylist .cat a
{
	text-decoration:none;
}

#categorylist .cat div.photo
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#categorylist .cat p{
	position:absolute;
	top:115px;
	padding:15px;
	padding-top:5px;
	left:0;
	right:0;
	height:39px;
	background-color:rgba(99, 180, 78, .7);
	color:#FFFFFF;
	z-index:2;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight:bold;
	font-size:16px;
}

#categorylist .cat div.photo img
{
	min-width:190px;
	min-height:190px;
	max-width:250px;
	max-height:250px;
}