/*product*/

#product{

    width:900px;
    float:left;

}

#product dl{
	
    margin:0.5em;
    padding:0;
    width:320px;
}

#product dl#cast{
    width:270px;
    
}

#product dl dt,
#product dl dd{
        margin:0.5em;
        padding:0.5em;
}

#product dl dt:first-child{
    color:#009999;
	font-weight:bold;
    font-size:1.2em;

}

#product dl dt{

    border-bottom:solid 1px #ccffff;

    
}

#product dl dd{
    
    text-align:left;
}


#product dl#cast dd{
    
    text-align:right;
    margin-top:-3.1em;
}


#product dl dd p{
    
	margin-bottom:1em;

}


#product dl#Novelty,
#product dl.Novelty{
    
    width:auto;
    margin:0;
    padding:0;
    border:solid 5px #ccffff;

}

#product div.bottom img{
	margin-bottom:30px;
}
#product div.bottom img:last-child{
	margin-bottom:0;
}
