
#Left {
    float: left;
    width: 171px;
}

#Left h2, #MostRight h2 {
    background: url(../_images/webshop/h2Bg.gif) repeat-x;
    color: #fff;
    height:14px;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 6px;
}

#Left h2 a, #MostRight h2 a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#Left .list ul {
    margin: 0px;
    padding: 0px;
}

#Left .list li {
	clear: both;
    list-style-type: none;
    border-top: 1px solid #ccc;
}

#Left .list .first {
	border: 0px;
}

#Left .list a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

#Left .list img {
    border: 0px;
    width: 45px;
    float: left;
    margin: 10px 0px;
    margin-right:10px;
}
#Left .list .name {
    margin-top:10px;
    display:block;
}

