/* CSS3 STYLE GENERIC */
.view {
   /*width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   */
   position: relative;
   text-align: center;
   /*box-shadow: 0px 0px 5px #aaa;*/
   cursor: default;
}
.view .mask, .view .content {
   width: 255px;
	height: 365px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view .mask_new, .view .content_new {
   height: 365px;
   width: 255px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view .mask_product, .view .content_product {
   height: 365px;
width: 255px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.mask input{
	background: #f2ede1;
	color: #612d39;
	border: none;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 1px;
	margin-left: -43px;
}
.mask a{
	color: #612d39;
	padding: 5px 15px;
}