body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #D9D6CB;
}

a
{
    color: #1122AA;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#contentWrapper
{
    border: 1px solid black;
}

#header
{
    height: 60px;
    background-color: #20375f;
    vertical-align: middle;
}

#header h1
{
    margin: 0px;
    padding: 15px;
}

#header h1 a
{
    text-decoration: none;
    color: white;
}

#middleWrapper
{
    display: inline-table;
    background-color: #EEEEEE;
}

#middleWrapper #menuSection
{
    width: 210px;
    float: left;
    display: inline-table;
}

#middleWrapper #menuSection h3
{
    margin: 0px;
    padding: 4px;
    border-bottom: 1px solid #BBBBBB;
}

#middleWrapper #mainSection
{
    overflow: hidden;
    padding: 15px;
    background-color: white;
}

#middleWrapper #mainSection #subTitleWrapper
{
    margin-bottom: 5px;
}

#middleWrapper #mainSection #subTitleWrapper #addThis
{
    float: right;
    width: 165px;
}

#middleWrapper #mainSection #subTitleWrapper #subTitle
{
    overflow: hidden;
    text-align: left;
}

h2
{
    margin: 0px;
}

#footer
{
    padding-top: 15px;
    text-align: center;
}

.cb
{
    clear: both;
}

div.productDetails > div > div:first-child
{
    float: left;
    width: 100px;
    font-weight: bold;
    text-align: right;
}

div.productDetails > div > div:nth-child(2)
{
    padding-left: 0px;
    padding-right: 5px;
}

div.productDetails > div > div
{
    float: left;
}

div.multimediaTable
{
    width: 98%;
}

div.multimediaTable > div
{
    margin-bottom: 15px;
}

div.multimediaTable > div > div:first-child
{
    text-align: left;
    font-weight: bold;
}

div.multimediaTable > div > div:nth-child(2)
{
    text-align: left;
    padding-left: 15px;
}

ul.high li {
    height: 25px;
}