@charset "utf-8";
/* CSS Document */
#prod2
{
	/*display:inline;*/
    /* SMM0012*/
	width:95%;
	float:left;
	min-width:85%;
	border-bottom:2px double green;
	margin-bottom:5px;
	padding:3px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/

}
#prod2 img
{
	display:inline;
	border-color:#000;
}

#prod2 .descr
{
	/*position:relative;*/
	float:right;
	bottom:8%;
	display:inline;
	width:75%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-left:5px;
	margin-right:20px
}
#prod2 .descr a
{
	text-decoration:none;
}
#prod2 .btnrow
{
	bottom:5%;
	width:20%;
	float:right;


}
#prod2 .btn
{
	display:inline;
}
