@charset "utf-8";
/* CSS Document */

#allArticles{
height:auto;
margin-top:9px;
min-height:329px;
width:871px;
float:left;
}
#introduction{
width:auto;
height:auto;
display:block;
float:left;
margin-bottom:10px;
}
#explain{ height:auto; padding:5px 0; font: normal 12px Verdana, Arial, Helvetica, sans-serif; width:820px; display:block; float:left; }
#explain a, #explain a:visited{
color:#A60000;
}
#explain a:hover{
text-decoration:underline;
}
#explain a, #explain a:visited{
color:#A60000;
}
#explain a:hover{
text-decoration:underline;
}
#pdf{
width:50px;
padding:40px 0 0 0;
text-align:center;
height:auto;
background:url("../img/downloadPdf.jpg") 7px 0 no-repeat transparent;
display:block;
float:right;
font: normal 9px Verdana,Arial,serif;
margin:5px 0;
color:#333;
opacity:1;
}

#pdf:hover{
color:#AA0C0C;
opacity:0.6;
}

.separador{
background-color:#ccc;
float:left;
display:block;
height:1px;
margin:15px 0;
width:871px;
}
.article{
float:left;
width:206px;
min-height:329px;
height:auto;
}
.articleName {
background-color: #AA0C0C;
color: #fff;
font: bold 11px Verdana,Arial,serif;
height:auto;
min-height: 30px;
margin-bottom:2px;
padding: 2px 5px 2px 5px;
width: 196px;
}
.refNumber{
color:#000;
}
.articleImage{
background-color:#000;
height:263px;
margin-bottom:3px;
width:206px;
}
.articlePrice{
color: #AA0C0C;
font: bold 10px Verdana,Arial,serif;
margin-bottom: 2px;
text-align:right;
text-transform:uppercase;
}
.articleFooter{
background-color:#eee;
height:auto;
min-height:39px;
width:206px;
}
.shortDescription{
color: #333;
font: bold 10px Verdana,Arial,serif;
margin:5px 5px 0 5px;
padding-top:5px;
width:196px;
border-bottom:1px solid;
}
.articleFooter ul{
color:#333;
display:block;
margin:0;
padding:5px;
}
.articleFooter li{
font: 11px Verdana,Arial,serif;
display:block;
list-style:none;
}
#specifics{
margin-top:20px;
padding-top:10px;
border-top:1px solid #A60000;
width:871px;
float:left;
font:normal 11px Verdana,Arial,serif;
color:#666; 
}