@charset "utf-8";
/* CSS Document */

.product { width:180px; float:left; margin:5px 2px; padding:2px 0px; border:1px solid #cccccc;}
.productlist { margin-top:20px;}
.listproductimg { width:215px; height:150px; margin:auto; text-align:center; }
.listproducttitle{ font-size:1.1em;}
#productmap { height:20px; background-color:#D6D6D6; color:#666; padding:5px 5px 0px 5px; font-size:18px; font-weight:bold;}
.pagenumber{ background-color:#e6d5ab; color:#5b5545; height:20px; font-size:12px; line-height:20px; margin-bottom:5px;}
.productleft { width:290px; float:left; margin:5px 5px 5px 5px;}
.producview{ width:285px; height:285px; margin:auto; text-align:center;padding-top:10px; }

.productright { width:630px; float:left; margin:5px 5px 5px 5px;}
.producttitle{ width:520px; text-align:left; padding-left:5px; margin-top:10px; font-size:1.2em; line-height:16px; color:#666; font-weight:bold;
}
.productprice{ text-align:left; padding-left:5px; margin-top:10px; font-size:1empx; color:#666; font-weight:bold;}
.productpropert{ text-align:left; line-height:18px; padding:10px 10px;; margin-top:0px; font-size:12px; color:#666; font-weight:normal;}


/* Neredeyim Menüsü */
#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
    height:30px;
    display:block;
    background-image:url('bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
.home
{
    border:none;
    margin: 8px 0px;
}

#breadcrumb a:hover
{
	color:#35acc5;
}
