/* items */
div.items {
    width: 435px;
    float: left;
/*  background-color: #efefef; */
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
}

div.items div.item {
    width: 435px;
    margin: 0.7em;
    height: 9em;
    padding-top: 5px;
}

div.scrollable div {
    float: left;
    text-align: left;
}

div.scrollable h2 {
    margin-top: 15px;
}

div.scrollable p {
    margin: 0 15px 0 0;
}

/* tabs */
ul.navi {
    width: 435px;
    margin: 0;
    font-family: Arial;
    padding: 0px;
    border-bottom: 1px solid #d2d2d2;
    height: 1.4em;
/*  position: relative;
    top: 10px; 	
    left: 39px; */
    cursor: default;
    font-weight: normal;
    cursor: pointer;
}

ul.navi li {
    background: url(/images/tab-left.gif) left top no-repeat;
    padding-left: 4px;
    float: left;
    margin: 0;
    list-style-type: none;
}

ul.navi a {
    background: url(/images/tab-right.gif) right top no-repeat;
    padding: 3px 12px;
    border-bottom: 1px solid #D2D2D2;
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 10px;
}

ul.navi li.active a, ul.navi a:hover {
    background-position: 100% -150px;
    border-bottom: 1px solid #fff;
}

ul.navi li.active {
    background-position: 0 -150px;
}



