/**
 * Css style for Products pages
 */

/** Index action **/


div.product_box {
	border: none;
	/* background-color : #ddf; */
	margin:2px;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	height:70px;
	font-family: Verdana,arial,Helvetica,sans-serif;
	border-bottom:1px solid #ccc;
}

div.product_box h1{
	font-size:14pt;
	line-height:1;
	color:#ccc
}

div.product_box img{
	float:left;
	width:80px;
	/* height:60px; */
	margin:2px;
	margin-right:10px;
}


/** View Action **/

div.product_view {

}

