html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;text-align:left;font-size: 14px;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

#infopicture {
    padding-top: 15px;
    width: 300px;
    text-align: center;
    background:#efd;
    height: 100%;
    margin-right: 25px;
    float:left;
}

#infotext {
    padding-top: 15px;
    margin-left: 300px;
    height: 100%;
}

#infotext h1 {
    font-size: 24px;
    color: d00;
    margin-bottom: 15px;
}

#infotext h2 {
    color: #080;
    font-size: 18px;
    font-weight: bold;
}

#infotext p {
    marign: 0px;
}

#infopicture ul,
#infopicture h5 {
    margin-left: 15px;
}

#infopicture h5 {
    font-weight: bold;
}

#infopicture a {
    color: #000;
    text-decoration: underline;
}

#infopicture a:hover {
    color: #d00;
    text-decoration: none;
}

a.addcart {
    width: 252px;
    height: 40px;
    margin-left: 25px;
    margin-top: 50px;
    background-image: url('/image/addcart.gif');
    background-repeat: no-repeat;
    display: block;
}

a.addcart:hover {
    background-position: 0px -40px;
}

a.moreinfo {
    width: 252px;
    height: 40px;
    margin-left: 25px;
    margin-top: 50px;
    background-image: url('/image/moreinfo.gif');
    background-repeat: no-repeat;
    display: block;
}

a.moreinfo:hover {
    background-position: 0px -40px;
}