
body {
    background:fff;
    font-family: helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


#header {
    width: 100%;
}

#header td {
    font: normal 13px helvetica;
    color: #000; }


    
#phototable {
    width: 100%; 
    margin-top: 3px;
    background-color: #fff;}
    
#phototable #photo {
    padding:0;
}

#phototable #photo img {
	max-width:100%;
    border: solid 1px #1F3570; 
    padding: 0;
    margin: 0;
}
    
#detailtable { 
    width: 100%;
    margin-top: 5px; 
    background-color: #fff;}

#detailtable #info { width: 50%;  }

#detailtable #info .infotable {
    width: 100%; }


#detailtable #info .infotable .head {
    width: 95px;
    font: bold 11px helvetica;
    color: #fff;
    background-color: #fff; }

#detailtable #info .infotable .foot {
    font: normal 11px helvetica;
    color: #000;
    background-color: #fff; }




#detailtable #features .infotable {
    width: 100%; }

#detailtable #features .infotable .head {
    font: bold 11px helvetica;
    color: #000;
    background-color: #fff; }

#detailtable #features .infotable .foot {
    height:100%;
    font: normal 11px helvetica;
    color: #000;
    background-color: #fff; }
    

#detailtable #features .infotable .foot .featuretable {
    width: 100%; }

#detailtable #features .infotable .foot .featuretable .featurehead {
    border-bottom: dashed 1px #000;
    font: bold 11px helvetica;
    color: #000; 
    padding-top: 4px;}

#detailtable #features .infotable .foot .featuretable .featureitem {
    font: normal 11px helvetica;
    color: #000; 
    width: 50%; }

#descriptiontable { 
    width: 100%;
    margin-top: 5px; }
    
#descriptiontable .head {
    font: bold 11px helvetica;
    color: #000;
    background-color: #fff; }

#descriptiontable .foot {
    font: normal 11px helvetica;
    color: #000;
    background-color: #fff; 
    padding: 4px;}
    
/* ------------------------------ */
#printcontent {
    padding: 0px 10px 0px 10px;
    vertical-align: top;
}

* html #printcontent {
    padding: 0px 10px 0px 10px;
    vertical-align: top;
}
/* ------------------------------ */    

#printheader {
    width: 100%; 
    margin-top: 5px;
    border: solid 1px #000;}
    
#printheader td {
    height: 40px;
    font: bold 18px helvetica;
    background-color: #fff;
    color: #000;
    padding: 0 5px 0 5px; }

/* ------------------------------ */    

#phototable #buttons .infotable {
    width: 343px; 
    margin-left: 5px;}

* html #phototable #buttons .infotable {
    width: 325px; 
    margin: 0}
    
/* ------------------------------ */    

#phototable #buttons .infotable .head {
    width: 95px;
    font: bold 11px helvetica;
    color: #000; 
    border-bottom: solid 1px #000;}

#phototable #buttons .infotable .foot {
    font: normal 11px helvetica;
    color: #000; 
    border-bottom: solid 1px #000;}
    

/* ------------------------------ */    


	#data {
		background:#e6e6e6;
		border:1px solid #555555;
		border-collapse:collapse;
		border-spacing:0;
		margin: 0;
		padding:0;
		width:100%;
		}
        
    #data tr.highlight {
        background-color: #D9D9D9; }
        
	#data th {
		border:0;
		padding:3px 6px;
        text-align: left;
        font: bold 12px helvetica;
        color: #000;
		}
	#data td {
		border:0;
		padding:3px 6px;
        font: normal 12px helvetica;
        color: #000;
		}
        


/* --------------------------------*/

    #featurecontent h3 {
    
		color:#000;
		font:bold 14px helvetica;
		letter-spacing:-1px;
		margin: 0 0 5px 0;
		padding:0;

    }

    #featurecontent td ul {
    
		list-style:square;
		margin:0 0 15px 25px;
		padding:0;
		text-indent:0;

    }
    #featurecontent td ul li {
        
        font: normal 11px helvetica;
        margin-bottom: 0px;

    }

    #featurecontent td {
        
        font: normal 11px helvetica;

    }

.printable-price {font-size:1.5em;text-align:right;clear:both;}
.printable-price.slashed {text-decoration:line-through;}
.printable-price-label {float:left;}
.printable-price.save {border-top:2px solid #000;}