/*Sectiunea clase speciale .clear, align left, align right etc.. */

.clear{
clear:both;
}


img{
border:0;
}

.indent{
text-indent: 10px;
}

.none li{
list-style-type: none;
list-style-image: url("images/yyy.jpg");
padding-bottom: 4px;
}

.none{
list-style-type: none;
list-style-image: url("images/yyy.jpg");
margin-left: -10px;
}

.center{
text-align: center;
}

.echipamente li{
list-style-type: none;
list-style-image: url("images/yyy.jpg");
padding-bottom: 4px;
padding-left: 19px;
}


.color{
background: #eee;
}
