/*--- CATALOGO MW ---*/
 
#shop_list {
	display:block;
	float:left;
	width: 510px;
	padding:0px 0px 0 5px;
	/*
	width: 500px;
	padding: 0 15px 0 5px;
	*/
	background:#ffffff;
}

#shop_list .title {
	display:block;
    margin: 0 0 11px 15px;
}
       
.catTot
{
    width: 255px;
    float: left;
    overflow: hidden;
    margin: 15px 0;
}

    .catTot h5, 
    .catTot h5 a,
    .catTot h5 a:hover
    {
        margin: 0;
        padding: 0;
        font-size: 11px;
    }
    
    .catImg,
    .catTx
    {
        float: left;
        margin: 0 10px 0 0;
        position: relative;
    }
    
        .catImg img
        {
            border-right: solid 1px #e8e8e8;
            border-bottom: solid 1px #e8e8e8;
        }
        
        .catImg img.new
        {
            position: absolute;
            top:45px;
            left: 0;
        }
        
        .catTx
        {
            width: 139px;
        }
        
        .catGrey
        {
	        color:#999999;
        }
        
        .catPrice
        {
            display: block;
            float: left;
            font-size:12px;
	        font-weight:bold;
	        color:#777777;
	        margin:7px 0 0 0;
        }
        
        .catAdd a:link,
        .catAdd a:hover,
        .catAdd a:visited
        {
            display: block;
            float: left;
            font-size:11px;
	        color:#993040;
	        font-weight: bold;
	        text-decoration: none;
	        border-left: 1px solid #CCCCCC;
	        margin: 6px 0 0 5px;
	        padding: 0 0 0 5px;
        }
    
    .hrTratt
    {
        width: 500px;
        height: 1px;
        background: url(/img/shop/hrTratt.gif) repeat-x left;
        margin: 0;
    }
    
    .clear
    {
        clear: both;
    }
        
/*--- FINE CATALOGO MW ---*/

/*
#shop_list {
	display:block;
	float:left;
	width: 500px;
	padding:0px 15px 0 5px;
	background:#ffffff;
}



#shop_list .title {
	display:block;

	margin: 0 0 11px 15px;

}

#shop_list .row {
	display:block;
	float:left;
	width: 500px;
	border-bottom: 1px solid #eeeeee;
	/*padding: 10px 0 10px 0;*//*
	padding: 12px 0 12px 0;
	clear:both;
}

#shop_list .cell {
	position:relative;
	font-family:arial;
	font-size:11px;
	display:block;
	float:left;
	width: 250px;
	margin:0;
	padding:0;
}

#shop_list .cell p {
	display:block;
	float:right;
	width:145px;
	color:#333333;
	margin:0;
	padding:0 3px 0 3px;
	line-height:1.0em;
}

#shop_list .cell p span{
	display:block;
	float:left;
	clear:both;
	margin: 1px 0 1px 0;
	font-size:11px;
}

#shop_list .cell p a {
	display:block;
	float:left;
	font-size:11px;
	clear:both;
}

#shop_list .cell .border_dx {
	border-right: 1px solid #cccccc;
}

#shop_list .cell img.img {
	display:block;
	float:left;
	margin:0 0 0 0;
	padding:0;
	border-right: 1px solid #dddddd;
}

#shop_list .cell img.new {
	position:absolute;
	top:45px;
	left:0px;
}

#shop_list .cell div.promo {
	position:absolute;
	display:block;
	top:45px;
	left:0px;
	width:86px;
	height:19px;
	background-image:url("/img/shop/promo.png");
	background-repeat:no_repeat;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding:26px 4px 0 0 ;
	text-align:right;
}

#shop_list .cell  a:hover{
	text-decoration:none;
}



#shop_list .cell div.promo span{
	display:inline;
	font-size:9px;
}

#shop_list .grey {
	color:#999999;
}

#shop_list .cell span.add {	
	display:block;
	float:left;
	font-weight:bold;
	clear:none;
	padding: 0 0 0 5px;
	margin: 6px 0 0 5px;
	border-left: 1px solid #cccccc;
}

#shop_list .cell span.add a {	 
	font-size:11px;
	color:#993040;
}

#shop_list .cell span.add a:hover {	 
	color:#993040;
}

#shop_list .cell span.add a.visited {	 
	color:#993040;
}

#shop_list  .cell span.price {	
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#777777;
	margin:7px 0 0 0;
	clear:left;
	
}

#shop_list .cell  span.price_dec {
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	margin:6px 0 0 0;
	clear:none;
}

*/