﻿.leftarea {
    width: 870px;
    float: left;
    margin:45px 0 15px 5px;
    font-size:18px;
  
}
    .leftarea span {
        font-size:18px;
    }

.rightarea {
    width: 400px;
    float: left;
    min-height: 300px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.urunlistbg {
    width:870px;
    float: left;
    margin-left: 0px;
}
.urunlist {
    
}
.urunitem {
    width: 870px;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #D6F9FF), color-stop(1, #9EE8FA) );
    background-image: -o-linear-gradient(bottom, #D6F9FF 0%, #9EE8FA 100%);
    background-image: -moz-linear-gradient(bottom, #D6F9FF 0%, #9EE8FA 100%);
    background-image: -webkit-linear-gradient(bottom, #D6F9FF 0%, #9EE8FA 100%);
    background-image: -ms-linear-gradient(bottom, #D6F9FF 0%, #9EE8FA 100%);
    background-image: linear-gradient(to bottom, #D6F9FF 0%, #9EE8FA 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.urunlist a {
    color: #19196f;
}
.urunlist a:hover {
     opacity: 0.7;

}
.urunitem2 {
    width: 275px;
    margin: 0px 15px 10px 0px;
    height:275px;
    display: block;
    text-align: center;
    /*background-color:#e2d4c3 ;*/
    float: left;
      /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    /*border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/

}
    .urunitem2:hover {
           /*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);*/
    }

    .urunitem2 .urunadi {
        width: 100%;
        float: left;
        overflow: hidden;
        color:#191970  ;
        font-size:19px;
        margin-top:15px;
        line-height:30px;
        font-weight:bold;
        height:30px;
    }

    .urunitem2 .urunresim {
       height: 163px;
    margin-left: 4px;
    margin-top: 44px;
    width: 267px;
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
          -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   

    }

    .urunitem2 .tarih {   color:#fb9d16 ;
        font-weight:bold;
    }

    .urunitem2 .gunsayisi {
          color:#166897 ;
    }

    .urunitem2 .fiyat {
    }

 .urunitem2 .stokkodu {
     line-height:25px;
     font-size:16px;
     color:#191970;
    }
.border_category {
    float:left;
     background-image: url("/images/border_category.png");
     position:absolute;
     width:275px;
     height:210px;
}
