#merch .details {
    float: left;
    display: inline;
    width: 450px;
    margin-right: 30px;
}
#merch ul {
    font-size: 1.1em;
}
#merch_shirts {
    margin-top: 30px;
}
#shirts_chaser {
    position: relative;
    margin-bottom: 10px;
    padding: 0px 10px 10px 410px;
    text-align: center;
}
#shirts_chaser img {
    left: 0em;
    top: 80px;
    position: absolute;
}
#shirts_chaser dl {
    color: #CCCCCC;
}
#shirts_chaser dt {
    text-align: left;
}
#shirts_chaser dd {
    margin-bottom: 2em;
    text-align: right;
}
#merch .goat {
    color: #6699FF;
}
#merch .goat a {
    color: #6699FF;
    text-decoration: underline;
}
#merch .llama {
    color: #FFCC66;
}
#merch .disclaimer {
    display: block;
}
