.category{
  border: 1px solid silver;
  margin: 20px 20px 0px 20px;
  padding: 0px 20px 20px 20px;
  width: 500px;
}


.category img{
  width: 200px;
}

.category h2{
  margin: 0px;
  padding: 0px;
}

.catalogueListItem{
  width: 500px;
  margin: 5px;
  font-size: 12px!important;
  position: relative;
}

.catalogueListItem .image img{
  width: 280px;
  float: left;
}

.catalogueListItem a{
  text-decoration: none;
  border : none;
}

.catalogueListItem .text{
  float: right;
  width: 200px;
  margin-left: 10px;
}

.clear{
  clear: both;
}
.catalogueMessage{
  position: absolute;
  top: 53px;
  left: 60px;
  height: 70px;
  background: #656982;
  width:150px;
  color: white;
  padding-top: 20px;
  z-index: 99;
}

.cataloguePay{

}

.cataloguePay input{
  margin-top: 10px;
}

.catalogueMessageView{
  text-align:center;
  font-size: 18px;
  height: 40px;
  background: #656982;
  margin: 20px;
  width: 400px;
  color: white;
  padding-top: 20px;
}

.body{
  padding: 0px 40px 0px 40px;
}


.pictureDescription{
  float: left;
}

.catalogueViewItem{
  padding: 0px 10px 40px 10px;
}

.catalogueViewItem img{
  width: 250px;
}

.price{
  font-weight: bold;
  margin:10px;
}

td{
  padding: 10px;
}
