﻿div#PuffPlateList {
    width:173px;
    height:auto;
    overflow:hidden;
}

div#LeftContent div#PuffPlateList {
    width:240px;
}

div#PuffPlateList div.PuffPlate {
    width:173px;
    height:203px;
    overflow:hidden;
    background-image:url(../images/platta_173x203.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0 0 12px 0;
}

div#LeftContent div#PuffPlateList div.PuffPlate {
    background-image:url(../images/platta_240x203.jpg);
    width:240px;
}

div#PuffPlateList div.PuffPlate div.Content {
    width:151px;
    height:181px;
    overflow:hidden;
    margin:11px 0 0 11px;
}

div#LeftContent div#PuffPlateList div.PuffPlate div.Content {
    width:218px;
}

div#PuffPlateList div.PuffPlate div.Content img.PuffImage { 
    display:block;
    margin:0 auto;
}

div#PuffPlateList div.PuffPlate div.Content h1 {
    font-size:16px;
}

div#PuffPlateList div.PuffPlate div.Content p {
    margin-bottom:12px;
}