

th.header { 
    background-image: url(../img/list_bg.png);     
    cursor: pointer; 
    font-weight: bold;
    color: #696969;
    background-position: center left; 
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #dad9c7; 
    margin-left: -1px;
    height:50px;
}


#selection:focus{
    background-color : #cccccc;
    color : #0000ff;
}

option:focus{
    background-color:#cccccc;
    color : #0000ff;
}

th.headerSortUp { 
    background-image: url(../img/listbg_selected.png); 
    background-color: #3399FF; 
}

th.headerSortDown { 
    background-image: url(../img/listbg_selected.png); 
    background-color: #3399FF; 
}

.listArrow {
    background-image: url(../img/listarrow.png);
    background-repeat:no-repeat;
    height:9px;
    
}

.topArrow {
    background-image: url(../img/arrowtop.png);
    background-repeat:no-repeat;
    height:10px;
}



.nonTHHeader {
    background-image: url(../img/list_bg.png);     
    cursor: pointer; 
    font-weight: bold;
    color: #696969;
    /*background-position: center left; */
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #dad9c7; 
    margin-left: -1px;
    height:60px;
}
.listContent {
    padding-left:5px;
    padding-right:20px;
    color:#ffcc33;
}
.topBar
{
    height:27px;
    background-image:url('../img/topbar_bg.png');
    background-repeat:repeat-x;
    font-weight:bold;
    color:#ffffff;
    padding-left:10px;
}
.selectionBox
{
    width:200px;
    height:180px;
}

.Headlines
{
    color:#ffffff;
    font-weight:bold;
    width:200px;
    padding-left:10px;
}


.selectionBG
{
    height:232px;
    background-image:url('../img/selectionbg.png');
    background-repeat:repeat-x;
    padding-bottom:5px;
}

.selectionBGCompare
{
    height:200px;
    background-image:url('../img/selectionbg.png');
    background-repeat:repeat-x;
    padding-bottom:5px;
    padding-left:5px;
}

.selectionTD
{
    width:220px;
    height:180px;
    text-align:center;
    
    color:#ffffff;

}

.selectionTDSeperator
{
    width:20px;
    height:180px;
    /*padding:5px; */
    text-align:center;
    color:#ffffff;
}

/* Product detaile */
.prodDetails {
    width:467px;
    padding-right:10px;
}
.prodDetailsText {
    font-size:12px;
    color: #333333;
}

.prodLink {
    color:#333333;
    size:10px;
    text-decoration:none;
}