/* Head */
div.producttop {
    margin-bottom:5px;
}
div.producttop .content {
    overflow: auto;
}
div.producttop img.logo {
    float:left;
    margin-right:10px;
}
div.producttop img.cta {
    float:right;
    margin: 20px 10px 0 0;
}
div.producttop h1 {
    font-size:16px;
    margin-top:17px
}
div.producttop h2 {
    color:#bc0000;
    font-size:12px;
    margin:0;
}
div.subnav {
    margin-bottom:5px;
}
div.subnav a {
    font-size:13px;
}
div.subnav img {
    vertical-align:middle;
}

/* Table */
img.note {
    float:right;
    margin:3px 3px 0 0;
}
div.packageonly {
    border:1px solid #c4c4c4;
    border-bottom:0;
}
div.product table {
    width:100%;
    border:1px solid #c4c4c4;
    border-bottom:0;
    margin-bottom:15px;
}
div.product table tr th {
    background-color:#e4e4e4;
    border-bottom:1px solid #c4c4c4;
    font-weight:bold;
    padding:2px 2px 2px 6px;
    color:#002496;
}
div.product table tr td {
    border-bottom:1px solid #c4c4c4;
    padding:2px 2px 2px 6px;
}
div.product table tr td.label {
    width:175px;
    font-weight:bold;
    border-right:1px solid #E4E4E4;
}
div.product .price {
    color:#bc0000;
    font-weight:bold;
}

div.product p {
    padding:20px 10px 4px 10px;
}
div.product ul {
    border-bottom:1px solid #c4c4c4;
    list-style:disc inside none;
    padding: 0 0 20px;
}
div.product ul li {
    margin: 0 0 0 20px;
    font-weight:bold;
}
div.product div.ctabox {
    margin:-5px 0 0;
    padding:0 8px 8px;
    text-align:right;
}
div.product div.ctabox img {
    vertical-align:middle;
}
