.item {
	
	margin-top: 25px;

	margin-bottom: 40px;

	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

img.icon {

 	margin-bottom: 15px;

}

.item-name {

	font-weight: bold;

	margin-bottom: 10px;

}
.item-price {

	margin-bottom: 3px;

}


.item-pink{

	font-weight: bold;

	margin-bottom: 10px;

	color: #D66B8C;
}.links {

	margin-top: 7px;

}

.links a:link, .links a:visited {

	text-decoration: none;

	font-size: 12px;

	font-weight: bold;

	color: #D66B8C;

}

.links a:hover, .links a:active {

	text-decoration: none;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFDE;

	background-color: #D66B8C;

}

.wrapped {

	width: 150px; 

	margin-left: auto;
 
	margin-right: auto;

}