.choosenauctions {
   clear: both;
   width: 1006px;
   height: 1066px;
}

.choosenauctions .item {
   width: 234px;
   height: 250px;
}

#mainpage_alist {
   width: 1011px;
   height: 1066px;
}

.choosenauctions .page {
   width: 1011px;
}

.choosenauctions .item .img img {
   background: #fff url(../images/choosen-auction-item-bg.png) 0px 0px no-repeat;
   margin: 4px 4px 4px 4px;
   width: 226px;
   height: auto;
}

.choosenauctions .item .img {
   width: auto;
   height: auto;
   float: none;
   margin-bottom: 10px;
}

.choosenauctions .item .name {
   height: 36px;
   position: absolute;
   top: 150px;
   background: rgba(255,255,255, 0.8);
   width: 95%;
   text-align: center;
   font-weight: 600;
   font-size: 1.2em !important;
}

.choosenauctions .item .end {
   margin-top: 5px;
}

.choosenauctions .arrow {
   width: 50px;
   height: 50px;
   background: none;
   background-color: #214F84;
   color: #fff;
   text-align: center;
   line-height: 50px;
   font-weight: 900;
   border-radius: 50px;
   top: 350px;
}

.choosenauctions .arrow_left {
   left: -20px;
}

.choosenauctions .arrow_left::before {
   content: "<";
   font-weight: 900;
   font-size: 20px;
}

.choosenauctions .arrow_right{
   right: -20px;
}

.choosenauctions .arrow_right::before {
   content: ">";
   font-weight: 900;
   font-size: 20px;
}

.choosenauctions .arrow:hover {
   cursor: pointer;
   background-color: #5592ab;
}

#content .big-block {
   width: 1000px;
}


.rectangleauctions .item {
   height: 90px;
}

.rectangleauctions .item .img img {
   width: 90px;
   height: 70px;
}

.rectangleauctions .item .img {
   margin-right: 10px;
}

.rectangleauctions .item .img img {
   width: 90px;
   height: 70px;
}

.rectangleauctions .item .name {
   height: auto;
   font-size: 1.3em;
}

table {
   color: #444 !important;
}