﻿.product-list-main-content
{
    height: 100%;
    overflow: hidden;
}
.product-list-content
{
    width: 938px;
    min-height: 850px;
}
.product-list
{
    height: 100%;
    overflow: hidden;
    padding-bottom:15px;
}
.product-list li
{
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
}
li.product-list-item
{
    position: relative;
    width: 225px;
    -moz-box-shadow: 0 3px 17px -5px #000;
    -webkit-box-shadow: 0 3px 17px -5px #000;
    box-shadow: 0 3px 17px -5px #000;
    border: 1px solid #e6e6e6;
}
div.product-list-item
{
    padding: 2px 0px;
}
li.product-list-item:hover
{
    background-color: #FBFBFC;
}
li.product-list-seperator
{
    position: relative;
    display: inline-block;
    width: 10px;
}
.product-image
{
    width: 180px;
    height: 135px;
    margin: 5px auto 10px auto;
}
.product-image a
{
    outline: none;
    border: 0;
    text-decoration: none;
    display: inline-block;
}
.product-code
{
    font-size: 16px;
    padding: 3px;
    margin: 5px auto;
}
.product-name
{
    font-size: 16px;
    padding: 3px;
    margin: 5px auto;
}
.product-price
{
    padding: 3px;
    margin: 5px auto;
}
.price-value
{
    font-size: 24px;
    color: #F6444E;
}
.price-currency
{
    font-size: 12px;
    color: #3C4E8A;
}
.product-price-desc
{
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
    height: 40px;
}
.product-detail, .product-favorites
{
    width: 150px;
    margin: 0px auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.detail-button a
{
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #ca9640;
    background-color: #393939;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.favorite-button a
{
    margin-top: 3px;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #393939;
    background-color: #ca9640;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.detail-button a:hover
{
    color: #393939;
    background-color: #ca9640;
}
.favorite-button a:hover
{
    color: #ca9640;
    background-color: #393939;
}
.product-list-pager
{
    height: 50px;
    overflow: hidden;
    width: 938px;
}
.pager-prev-content
{
    float: left;
    display: inline-block;
    padding: 0;
    border: 0;
    text-align: right;
    min-width: 100px;
    max-width: 200px;
    padding-right: 5px;
}
.pager-page-content
{
    display: inline-block;
    margin: auto;
    padding: 0;
    border: 0;
    text-align: center;
}
.pager-next-content
{
    float: right;
    display: inline-block;
    padding: 0;
    border: 0;
    text-align: left;
    min-width: 100px;
    max-width: 200px;
    padding-left: 5px;
}
a.pager-link
{
    display: inline-block;
    text-align: center;
    padding: 5px 10px 7px 10px;
    color: #ffffff;
    background-color: #393939;
    text-decoration: none;
    cursor: pointer;
    background-image: url(/content/sayfa_no_zemin.png);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
a.pager-link:hover
{
    background: #ca9640;
    background-image: url(/content/sayfa_no_zemin_a.png);
}
a.pager-link.current
{
    background: #ca9640;
    background-image: url(/content/sayfa_no_zemin_a.png);
}
a.pager-link.none
{
    background: #ffffff;
    color: #393939;
    cursor: default;
    background-image: url(/content/linkback.png);
}
a.pager-link.none:hover
{
    background: #ffffff;
    color: #393939;
    cursor: default;
}
span.pager-seperator
{
    display: inline-block;
    padding: 0 2px;
    visibility: hidden;
}
.clear-shadow
{
    background-image: url(/content/urun_alti.png);
    background-repeat: no-repeat;
}
