#shopArticles div.shopItemSmall {
  width:180px;
  height:240px;
  padding:10px;
  float:left;
}
#shopArticles * h3{
  text-align:center;
  font-size:13px;
  color:#333;
  height:35px; 
}
#shopArticles * a.itemPic{
  display:block;
  text-align:center;
  border:0px;;
}
#shopArticles * a.itemPic:hover{
  border:0px;
}
#shopArticles * a.itemLinkDetails, #shopArticles * a.itemLinkOrder {
  display:block;
  border:1px solid #CCC;
  margin:5px auto 0 auto;
  text-align:center;
  width:110px;
  padding:2px;
  background-color:#EFEFEF;
  color:#000;
}
#shopArticles * a:hover {
  border:1px solid #000;
}


#shopArticle {
  margin:10px 5px 0 10px;
}
#shopArticle tr td.desc {
  padding:10px 0;
  font-size:13px;
  color:#333;
}
#shopArticle tr td.label {
  width:120px;
  padding:3px 0 2px 0;
}
#shopArticle tr td.price {
  padding:-3px 0 2px 0;
  font-size:14px;
  font-weight:bold;
  color:red;
}
#shopArticle tr td.info {
  padding:-3px 0 2px 0;
}
#shopArticle a.order {
  display:block;
  border:1px solid #CCC;
  margin:5px 0 15px 0;
  width:115px;
  padding:3px;
  text-align:center;
  background-color:#EFEFEF;
  color:#000;
}
#shopArticle a.order:hover {
  border:1px solid #000;
}
