/* product */
#product .a {
	float: right;
	margin: 0px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

#product img{
	border:1px solid #ccc;
	margin-bottom:10px;
}

#product .b {
	margin-bottom: 20px;
}

a {
text-decoration:none;
}

p{
	margin-top:20px;
	width:400px;
	line-height:18px;
	font-size:12px;
}
.a p{
	margin: 8px 0 9px 0;
	font-size:11px;
	width: auto;
}
.price {
	font-size:24px;
	color:#B30000;
}

.bullet_ampliar_imagen{
	background:url(../image/zoom.png) no-repeat;
	padding:0 0 4px 25px;
	color:#cc0000;
	text-decoration:underline;
}

.bullet_ampliar_imagen:hover{
	text-decoration:none;
}

#product .images{
	margin:0;
	text-align:left;
	width:160px;
}

#product .images img{
	width:120px;
}
