/* Start of CMSMS style sheet 'shop' */
#itemlist {
padding: 10px;
border-bottom: 1px dashed #CCC;
height: 100%;
overflow: hidden;
}

.summaryimg {
float: right;
padding:10px;
margin-right:250px;
height:150px;
}


.summaryitem h2 {
font-size: 18px;
}

.summarydesc {

margin-bottom: 10px;
}

p.summaryprice {
font-size: 14px;
}

.summarycat {
display: none;
}

.summarydetailsbtn {
display: block;
background: url(images/btn.jpg) no-repeat;
padding: 7px 10px 9px 10px;
text-decoration: none;
color: #CCC;
}


.summarydetailsbtn:hover {
background: url(images/btn_hover.jpg) no-repeat;
color:#ffffff;
}


.summarylink a {
text-decoration: none;
color: #333;
width:85px;
}

.onlineshop img {
border:2px solid #cccccc;
margin:2px;

}


.onlineshop img:hover {
border:2px solid #cf463c;
}

table.kleinpics td img {

}

.pzu td {
padding:3px 3px 3px 0px;
}
/* End of 'shop' */

