/* CSS Document */

#certcatalog{
float:left;
width:620px;
height:24px;
border:#d7d7d7 solid 1px;
background:#efefef;
margin-left:4px;
display:inline;
margin-top:18px;
}
#certcatalog ul{
float:left;
}
#certcatalog ul li{
float:left;
margin-left:15px;
display:inline;
background:url(../img/allow3.jpg) left center no-repeat;
padding-left:7px;
height:24px;
line-height:24px;
margin-right:14px;
font-weight:bold;
}
#certcatalog li a{
color:#747474;
text-decoration:none;
}
.cert{
float:left;
width:305px;
border-bottom:#dddddd solid 1px;
margin-left:4px;
display:inline;
margin-top:14px;
padding-bottom:14px;
}
.cert_img{
float:left;
width:126px;
height:90px;
border:#dddddd solid 1px;
padding:1px;
margin-left:5px;
display:inline;
overflow:hidden;
}
.cert_txt{
float:left;
width:155px;
margin-left:14px;
display:inline;
margin-top:8px;
}
.cert_name{
float:left;
width:155px;
}
.cert_no{
float:left;
width:155px;
margin-top:2px;
}
.cert_desc{
float:left;
width:155px;
margin-top:2px;
}
