

/* products */

.tproducts div.row {
width: 540px;
height: 130px;
display: block;
background: white;
text-decoration: none;
color: black;
margin-bottom: 10px;
float: right;
position: relative;
}

.pcategory {
float: right;
width: 100%;
}

.tproducts div.row:hover,
.tproducts div.row:hover div,
.tproducts div.row:hover span,
.tproducts div.row:hover a {
background: #ed5200;
color: white;
}

.tproducts .pic {
position: absolute;
right: 10px;
top: 10px;

height: 105px;
}

.tproducts .more {
color: #425ad8;
font-size: 12px;
position: absolute;
right: 155px;
top: 85px;
}

.tproducts .name {
font-size: 14px;
font-weight: bold;
position: absolute;
right: 155px;
top: 28px;
color: #425ad8;
}

.tproducts .desc {
color: black;
font-size: 12px;
position: absolute;
right: 155px;
top: 49px;
width: 265px;
}


.tproducts .mkt {
font-size:10px;
position:absolute;
right:429px;
top:101px;
display:block;
width:102px;
text-align:center;
}

.tproducts .price {
display:block;
font-size:22px;
position:absolute;
right:429px;
text-align:center;
top:15px;
width:102px;
color:#2D429F;
}

.tproducts .tobasket {
position:absolute;
right:429px;
top:45px;
cursor: pointer;
}

.numbers a {
margin-right: 5px;
}

.numbers a.s {
  color: black;
  text-decoration: none;
}

.numbers {
float:right;
padding:20px;
width:100%;
}