
body{
    margin: 0px;
    background-color: #000000;
}
#container{
    position: absolute;
    width: 974px;
    margin-left: -487px;
    left: 50%;
}
#content{
    background-color: #ffffff;
    padding: 12px;
}
#waistSizeTable{
    margin-top: 60px;
    width: 200px;
    background-color: #eeeeee;
    border: solid 2px #000000;
}
#waistSizeTable div{
    padding: 4px; 
    border-bottom: solid 1px #999999;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.blackspacer{
    height: 12px;
    clear: both;
    background-color: #000000;
}
.orangeBold{
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffffff;
    font-weight: bold;
    font-style: italic;
    color: #cc3300;
    font-size: 18px;
    line-height: 28px;
}
.descType{

    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffffff;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
th{

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #cc3300;
    font-size: 18px;
    line-height: 28px;
}
td{

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.toOrder{
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}