#four-items {
    clear: both;
    text-align: center;
    margin: 30px 0;
}

#four-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#four-items li {
    display: inline;
    margin: 0;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;   
}


/* -------------------------------------------------------------------------- */


.theme-feature {
    position: relative;
    width: 700px;
    height: 420px;
    margin-top: 20px;
}

h1 span.replace {
    display: none;
}

.theme-feature .tapestry {
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 270px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.theme-feature .description {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 270px;
    margin: 0;
    border: 0;
    padding: 0; 
}

.theme-feature .description h1 {
    margin: 0;
    border: 0;
    padding: 0; 
}

.theme-feature .description h1 .logo-spacer {
    display: block;
    width: 1px;
}

.theme-feature .description h1 img {
    margin: 0;
    border: 0;
    padding: 0;    
}

.theme-feature .description .spacer {
    clear: right;
    float: right;
    margin: 0;
    border: 0;
    padding: 0; 
}

.theme-feature .description .spacer1 {
    width: 1px;
    height: 190px;
}

.theme-feature .description .spacer2 {
    width: 160px;
    height: 120px;
}

.theme-feature .baskets {
    position: absolute;
    bottom: 0;
    left: 0;
}

.theme-feature .baskets img {
    width: 500px;
    height: 120px;
}

.theme-feature .skills-cards {
    position: absolute;
    bottom: 0;
    right: 0;
}

.theme-feature .skills-cards img {
    width: 150px;
    height: 200px;
}



.theme-list {
    overflow-y: scroll;
    margin-top: 5px;
    height: 220px;
    border: 1px solid #ccc;
    background: #fff;
}

.theme-list dl {
    margin-left: 5px;
}

.caption {
    display: block;
    font-size: 12px;
    text-align: center;
}



.research-labs-page .theme-list {
    height: 310px;
}
.text-sets-page .theme-list {
    height: 380px;
}

#ProductDescription {
    padding-top: 20px;
}

#ProductDescription h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

#ProductDescription ul.big-list {
    padding-top: 9px;
}

#ProductDescription ul.big-list li {
    margin-top: 18px;
    padding-left: 22px;
    font-size: 14px;
    font-weight: bold;
}
