div.contentContainer {
    float: left;
    width: 681px;
}

div.liveTestLink {
    margin: 0;
    padding: 10px 0 0 10px;
}

div.liveTestLink a.acidGreen {
    background: url(spritesFixedWidth.gif) -640px -56px no-repeat;
    display: block;
    height: 21px;
    text-decoration: none;
    width: 129px;
}

div.liveTestLink p {
    font-size: 10px;
}

div.warning,
div.error {
    border: solid red 2px;
    color: red;
    margin: 10px 0;
    padding: 5px;
}
div.warning {
    border: solid #de8900 2px;
    color: #de8900;
}

.productTitle,
.productSubtitle {
    margin: 0 0 5px 10px;
}

div.liveTestTeaser ul.product li,
div.liveTestExhausted ul.product li {
    float: left;
}

div.liveTestCookieCheckFailed ul,
div.liveTestTeaser ul,
div.liveTestExhausted ul {
    list-style-type: none;
}

div.liveTestCookieCheckFailed ul li,
div.liveTestExhausted ul li {
    float: right;
}

div.liveTestExhausted ul.product li.text,
div.liveTestEnd ul.product li.text {
    width: 645px;
}

div.liveTestEnd ul {
    list-style-type: none;
}

div.liveTestEnd ul li {
    float: left;
}

ul.product {
    list-style-type: none;
    padding: 0;
}

ul.product li {
    float: left;
}

ul.product li.text {
    padding-left: 10px;
    width: 470px;
}

