#details, #comparisonTable {
    border-top: 1px solid #ccc;
    background-color:white;
    border-collapse: collapse;
    border-spacing: 0px;
    margin:0px;
    padding:0px;
    font-size:14px;
    clear: both;
    width: 100%;
}


/*
#comparisonTable {
    width: 100%;
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 0px;
    margin:0px;
    padding:0px;
    font-size:14px;
    background: trqansparent;
}
*/
#advertisement img{
    margin: 40px 0 0 40px;
}

.advertisement-placeholder {
    background: url(../images/advert-placeholder.png) no-repeat 0 0;
}


.labels-column-of-details-table {
    text-align: left;
    width: 180px;
    background: #ececed;
    padding: 0 10px;
    border: 1px none black;
    border-bottom: 1px solid  #d9d9d9;
    color: black;
    white-space: nowrap;
}

.values-column-of-details-table {
    text-align: left;
    padding-left: 5px; 
    border: 1px none black; 
    border-bottom: 1px solid #dafbcf; 
    border-left: 1px #ccc solid; 
    color: black;
    width: 180px;
}

#quick_summary {;
    width: 100%;
    background: url(../images/quick-summary.png) repeat-y;
}

#middlePaneHeading, #toolBar, #packageCount {
    font-size: 1em;
    text-align:center;
    font-family: Arial;
    border-top: none;
    height: 1.3em;
}

#packageCount, #toolBar {
    border: 1px solid gray;
    margin-bottom: 5px;
    font-weight: normal;
}

#packageCount {
    font-size: 0.9em;
    font-weight: bold;        
}


#middlePaneHeading {
    width: 100%;
    font-size: 1em;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    padding-top: 1px; 
    padding-bottom: 1px;
    height: 1.3em;
    display: none;
    clear: both;
    background: #e1e1e1 url(../images/header_bg.png) repeat-x;
}

#middlePaneWrapper {
    border: 1px solid #ccc;
    display: none;
}


#advertDIV {
    text-align: center;
    width: 100%; 
}


#middlePane{
    margin-top: 5px;
    width: 100%;    
}

#middlePaneFooter {
    padding: 20px;
    padding-top: 0px;
    background: #e1e1e1;
    font-size: .8em;
}

#middlePaneFooter  p {
    margin: 0px -20px;
    background: #e1e1e1 url(../images/header_bg.png) repeat-x;
    border-bottom:1px solid #ccc;
    height:1.6em;
    margin:0 -20px;
    padding-left:10px;
    padding-top:3px;
}
