#productList {
    border-bottom: #aaaaaa 1px dotted;
    border-left: #aaaaaa 1px dotted;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    border-top: #aaaaaa 1px dotted;
    border-right: #aaaaaa 1px dotted;
    padding-top: 5px;
    overflow:hidden;
}

#productList table{
    table-layout: fixed;
    width: 100%;
}

#productList tr td{
    align: left;
    overflow: hidden;
}

.productImgCol {
    width: 130px;
}

.productTxtCol {
    width: 630px;
}

.productBtnCol {
    width: 100px;
}

.productDwnBtn {    
    text-align: center;
    line-height: 27px;
    margin: 0px auto;
    BACKGROUND: url(img/ui_img.png?v=20130909) no-repeat 0px -60px;
    font-size: 14px;
    text-decoration: none;
    
}

#downloadThanks {
    padding-top: 20px;
    border-bottom-color: #888;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
#downloadThanks h1
{
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -2px;
    font-size: 3em;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

#downloadThanks h1 span {
    color: #0cc3f4;
}