
/* Timer Styles ***************************************************************************************************************************/

p {
    font-size: 12px;
    line-height: 18px;
}

h5 {    
    font-size: 11px ;
    font-weight: bold;
    color: #ef1925;
    }

form h2 {
    font-size: 13px;
    font-weight: bold;
    color: #0000FF;
    }
    
form li {
    list-style: none;
    background: url(images/icon_bullet.gif) no-repeat 0.8em 1em;
    padding-left: 20px;
    font-size: 11px;
    }
    
form ul {
    width: 350px; /*280*/
    }
    
#auctionDetail {
    float:left; 
    width:400px; /*280*/

}


#auctionFeatures {
    margin: 0px;
    padding: 0px;
}

#buy {
    margin-top: 25px;
    width: 240px;
    
    }

dl {
     margin: 0px;
     padding: 0px;
}

dl dt {
     font-weight: bold;
     margin: 0px;
     padding: 0px;
}

dl dd {
     margin: 0px;
     padding: 0px;
        }

/* product details styles ***/


#featuresMargin {
    padding: 0px 0px 10px 0px;
    float: right;
    width:400px; /*235 */
    background-color:#;

    }

#features {
    border: 1px solid #e5e5e5;
    }

img.features {
     max-width: 400px;
     max-height: 300px;
    }

/* fix fr IE */
*html img.features {
     width: 400px;
     height: 300px;
    }

#features #link {
    height: 19px;
    background-color: #d7d7d7;
    padding-left: 10px;
    padding-top:7px;
    font-size:10px;
    }

#features #details {
    background-color: #e5e5e5;
    padding: 10px; 
    font-size: 11px;
}

#features #details dl {
    margin: 0px;
    
    }

#features #details dt {
    width: 400px; 
    float: left;
    color: #0000EE;
    font-weight: bold;
    padding: 2px 0 2px 0;
    }

#features #details dd {
    padding: 2px 0 2px 0;
    }

#features #link a:link,
#features #link a:visited   {color: #000; text-decoration: none;}
#features #link a:hover     {color: #fff;}

img.thumbnail {
    max-width: 80px;
    max-height: 60px;
    padding: 0 5px 0 10px ;
}

*html img.thumbnail {
    width: 80px;
    height: 60px;
}

#special {    
    font-size: 1.5em ;
    font-weight: bold;
    color: #ef1925;
    }
    
#saving {    
    font-size: 1.2em ;
    font-weight: bold;
    }    

#detailThumb
{
max-width: 50px;
max-height: 40px;
}

/* fix IE (doesn't like max-width and max-height)*/
*html #detailThumb
{
width: 50px;
height: 40px;
}
