div.row {
  min-height:410px;
  height:auto!important;
  height:410px;
  border-bottom:1px dotted black;
  margin-bottom:10px;
}
div.prod_det {
  min-height:350px;
  height:auto!important;
  height:350px;
}


div.product{
	margin-left:10px;

	width:175px;
	padding-bottom:15px;
	margin-bottom:15px;
    min-height:360px;
    height:auto!important;
    height:360px;
    float:left;

}
div.first {
  margin-right:10px;
}


div.product a{
	font-weight:bold;
	color:#CC0000;
    min-height:40px;
    height:auto!important;
    height:90px;
    display:block;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
    margin-bottom:5px;
}
div.product p{
	padding:3px;
	font-size:.9em;
	margin:5px 0px 5px 0px;
}
div.product form{
    float:right;
    background-color:#D6E4ED;
}

div.product form input{
	width:20px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:15px;

}
div.product form input.submit{
	width:40px;
	border:solid 1px #FFF;
	color:#FFF;
	background-color:#006699;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:22px;
}
div.product span.price{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	color:#CC0000;
    background-color:#D6E4ED;

}
div.product span.stocks{
	font-size:.9em;
    background-color:#D6E4ED;
}
div.shops {

  bottom: 10px;
    background-color:#D6E4ED;
    height:40px;
}

