/*
* JPdata: div layout css
*/
.data{
	overflow:hidden;
	width: 100%;	
}

.data .item-data{	
	min-width:130px;	
	border: 1px solid #FFFFFF;
	display: inline-block;
    margin: 1em -0.5em 1em 3em;
	padding-bottom:10px;
	text-align:center;
	vertical-align:top;
}
.data .item-data:hover{
    border: 1px solid #E3E3E3;
	box-shadow:1px 1px 2px #D6D4D4;
}


/*
* image styles
*/
.data .item-data .img{
	display:block;
    margin-bottom: 5px;	
}

.data .item-data .img a {
	display:block;    	
}

#image-p{
	width:150px;
    height:150px;	
}

.data .item-data .img img {
	padding:0;
}


/*
* block styles
*/
.data .item-data .block{
	float: right;
	width: 75%;
}

.title a{    
	color: #666666;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 20px;
    text-decoration: none;
    width: 152px;	
	
}

.title a:hover{ 
    color: #444444;
    transition: all 0.3s ease-in-out 0s;
}  

.iva{
	font-family: 'Helvetica';	
	line-height: 20px;
	margin-bottom:20px;
	margin-top:0;	
	text-align:center;
}

.price{	
	color: #666666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 7px 0;
    padding: 0 8px;
}

.price  .price-old {
     color: #444444;
    font-weight: normal;
    text-decoration: line-through;
}
.price .price-new {
    font-weight: normal;
}

.ref{
	color: #7F4F24;
	font-family: 'verdana';
	font-size: 1.16em;
	font-weight:bold;
	line-height: 1.16em;	
	text-align:center;
	padding-top:10px;
	display:none;
	margin-bottom:20px;
}

.desc{
	line-height: 1.3em;
	padding: 0 0.6em 0 0;
	font-weight:bold;
}

.like{
	line-height: 1.3em;
	padding: 0.3em 0 0 0;
	color: #7F4F24;
	font-size: 0.8em;
}
