

product_pto{
	display:inline-block;
	box-sizing:border-box;
	border-top-width: 1px;
	border-top-style:dashed;
	border-top-color: #cecccc;
	margin: 20px 35px 20px 0px;
	padding:40px 0px 0px 0px;
	width:300px;
  transform-origin: center center;
	vertical-align:TOP;
	}
product_pto h1{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin:20px 0px;
	}
product_pto thumb{
	display:block;
	position:relative;
	width:100%;
	height:200px;
	overflow:hidden;
	border: 1px dotted #CCC;
	background-color: #FFF;
	}
product_pto thumb img {
	height:100%;
	width:auto;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	}


product_pto  cnt{
	position:absolute;
	bottom:0;
	right:0;
	padding:5px;
	font-size:10px;
	}

product_pto info {
	display:block;
	font-size: 12px;
	color: #333;
	vertical-align:top;
	font-family: 'Roboto', sans-serif;
}
product_pto info span{
	display:inline-block;
	width:150px;
	font-weight: lighter;
	color: #999;
	}
.smalltext{
	font-size:9px;
	}
	



product{
	display:inline-block;
	box-sizing:border-box;
	border-top-width: 1px;
	border-top-style:dashed;
	border-top-color: #cecccc;
	margin: 20px 35px 20px 0px;
	padding:40px 0px 0px 0px;
	width:320px;
  transform-origin: center center;
	vertical-align:TOP;
	}
product h1{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin:20px 0px;
	}
product thumb{
	display:block;
	position:relative;
	width:100%;
	height:200px;
	overflow:hidden;
	border: 2px solid #334554; /*previously #ccc*/
	background-color: #fff;
	}
product thumb img {
	height:100%;
	width:auto;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	}


product  cnt{
	position:absolute;
	bottom:0;
	right:0;
	padding:5px;
	font-size:10px;
	}

product info {
	display:block;
	font-size: 12px;
	color: #333;
	vertical-align:top;
}
product info span{
	display:inline-block;
	width:150px;
	font-weight: lighter;
	color: #999;
	}
.smalltext{
	font-size:9px;
	}
@media only screen and (max-width: 320px) {
product{
	display:block;
	width:auto;
	}
product info span{
	display:block;
	width:auto;
	}
}


