/* BEGIN TYPES CSS */

#boutique ul#types { 
	list-style: none;    
}

#boutique li.type
{
	float: left;
	text-align: center;
	margin: 10px 15px;
}

#boutique li.type img
{
	/*background-color: #5ac3e9;*/
	border: none;
	width: 150px;
	height: 150px;
	padding: 10px 10px;
	margin: 0 0;
}

#boutique li.type p {
    
}

#boutique li.type a { clear: both; display: block;}
#boutique li.type a:link, li.type a:visited  { color:#000066; text-decoration:underline; }
#boutique li.type a:hover { background: #FCDEF0;color: #FFFFFF; text-decoration:underline; }

/* END TYPES CSS */

/* BEGIN PRODUCTS CSS */

ul#products { 
	list-style: none;    
}

ul#products li.product
{
	float: left;
	text-align: center;
	margin: 5px 5px 0px 5px;
}

ul#products li.product img
{
	/*background-color: #5ac3e9;*/
	border: none;
	width: 150px;
	height: 150px;
	padding: 10px 10px;
	margin: 0 0;
}

ul#products li.product p {
	width: 150px;
	height: 35px;
}

ul#products li.product a { clear: both; display: block;}
ul#products li.product a:link, li.type a:visited  { color:#000066; text-decoration:underline; }
ul#products li.product a:hover { background: #FCDEF0;color: #FFFFFF; text-decoration:underline; }

/* END PRODUCTS CSS */
