/* product-list.tpl */

.list {
    display: inline-block;
   margin:0 0 10px 1px;
	width: 100%;
}
.list li {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
        float: left;
        list-style:none;
      
}
.last_item_of_line  {width:30% !important}

div.prod_wrap {
	width:220px;
	height:260px;
	text-align:center;
	overflow:hidden;
/*	background: url('../img/fond-prod2.png') no-repeat;*/
	border: #EBE6E1 solid 1px;
	position:relative;
         margin-top:10px;
         margin-right:20px;
}
div.prod_wrap:hover {
	
}
div.prod_wrap div.prod_name {
	margin:10px auto 0px auto;
}
div.prod_wrap a.prod_snimka {
	margin:0px auto;
}
.list div.prod_name a {
	text-decoration:none;!Important
	color:#322617;
	font-size:16px;
	font-weight:bold;
}
div.prod_wrap div.prod_info {
	width:220px;
	height:147px;
	padding:0;
	background: url('../img/back_price_trans.png') top left repeat;
	position:absolute;
	top:260px;
	left:0px;
	
}
div.prod_wrap div.prod_info a {
	display:block;
	margin:0;
	padding:8px;
	width:204px;
	height:231px;
	text-decoration:none !important}

div.pricetag {
	font-size:18px;
	color:#48351e;
	font-weight:bold;
	margin-bottom:8px
}
.new {
    background: url("../img/flag_new_bg.jpg") repeat-x scroll 0 50% transparent;
    border: 1px solid #488C40;
    color: white;
    font-size: 0.6em;
    font-weight: bold;
    margin: 0 1em 0 0;
    padding: 0 0.4em;
    text-transform: uppercase;
    vertical-align: 0.3em;
}
.availability {
	color: #4C8593;
    font-weight:bold;
	font-size: 0.9em
}
.discount, .on_sale {color: #FF006C;}
.prod_name .online_only {color:#FF006C}