
.grid, .list{
	border-radius: 3px;
	width: 15px; 
	height:15px; 
	margin-left: 10px; 
	float: left; 
	cursor:  pointer; 
	padding: 5px; 
}

.grid{background: url(../ilanarama/img/grid.png) 50% no-repeat;}
.grid:hover{background: #7eb800 url(../ilanarama/img/gridw.png) 50% no-repeat;}
.grid-active{ background: #be0000 url(../ilanarama/img/gridw.png) 50% no-repeat; }

.list{background:  url(../ilanarama/img/list.png) 50% no-repeat;}
.list:hover{background: #7eb800 url(../ilanarama/img/listw.png) 50% no-repeat;}
.list-active{background: #be0000 url(../ilanarama/img/listw.png) 50% no-repeat;}

.prods-cnt{
height: auto;
overflow: auto;
min-height: 400px;
margin: 0px auto;
}

/* Grid Style */
.prod-box{
	width: 190px; 
	height: 245px;
	padding: 10px;
background-color: #E2FFFC;
border: 1px solid #549E96;
	margin: 15px;
	float: left;
}

.prod-box img:first-child, .prod-box-list img:first-child{
	width: 190px; 
	float: left;
}
.prod-box span a{
	text-decoration: none;
	width:140px;
	float: left;
	margin: 5px 0;
	color:#3c2e25;
	font-style: italic normal;
    font-size: 14px ;
}
.prod-box li{ display: none;}

.prod-box .old{
	margin-right: 20px;
	color: #be0000 !important;
	text-decoration: line-through;
}
.prod-box .price{
	width: 190px;
display: inline;
float: left;
font-size: 20px;
color: #be0000;
font-weight: bold;
text-align: center;
}
.prod-box .buy-ico{
	border-radius: 20px;
	width: 38px; height: 38px;
	float: right;
	margin: 3px;
	cursor: pointer;
	background: #039fd3 url(../images/foto.png) 50%  no-repeat;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.prod-box .buy-ico:hover{
	background-color: #7eb800;
}

/* List View Style */

.prod-box-list span a{
	text-decoration: none;
	width:320px;
    height:45px;
	float: left;
	padding:0;
	margin: 0 10px;
	color:#3c2e25;
    font-style: normal;
    font-size: 20px ;
}
.prod-box-list li{
color: #3c2e25;
width: 360px;
float: left;
font-size: 13px;
margin: 0px 0px 3px 10px;
font-weight: bold;
}
.prod-box-list li strong{
	color: #be0000;

}


.prod-box-list .old{	
		color: #be0000 !important; 
	float: right;	
	font-size: 18px;
	text-decoration: line-through;
}
.prod-box-list .price{
	margin-right: 10px;
	display: block; 
	font-style: italic;
    font-size: 20px ;
	color: #181818;
	margin:7px;
}
.prod-box-list .price-cnt{ height: auto; float: right; text-align: right;}


/* Css Shadow Effect for the prod-box and prod-box-list div */
 .shadow{
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
