/*start howto_style.css*/

h2 {
    width: 234px;
    height: 23px;
    background-image: url(../images/details-title.png);
    background-repeat: no-repeat;
}

.howto_detail_title {
    background-position: 0 0px;
    margin-left: 30px;
}

.howto_detail_title2 {
    background-position: 0 -23px;
    margin-left: 30px;
}

.howto_detail_title3 {
    background-position: 0 -46px;
    margin-left: 30px;
}

.howto_detail_howtodetail {
    width: 90%;
    height: auto;
    margin: 20px auto;
}

.howto_detail_howtodetail strong {
    font-weight: bold;
}

.howto_detail_howtodetail p {
    margin-left: 20px;
    line-height: 1.3em;
    font: "tahoma";
    font-size: 14px;
    color: #333;
}

.howto_detail_image {
    float: left;
    width: 17px;
    height: 17px;
}

.howto_line {
    width: 90%;
    margin: 30px auto;
    border-bottom: 1px solid #EAEAEA;
}

.howto_detail_howtodetail ul li {
    margin-left: 60px;
    line-height: 1.3em;
}

#last-detail {
    margin-bottom: 60px;
}