/* 
    Document   : magazalar.css
    Created on : May 13, 2013, 11:17:47 AM
    Author     : erolmurtezaoglu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
    Document   : ts
    Created on : May 10, 2013, 5:20:09 PM
    Author     : erolmurtezaoglu
    Description:
        Purpose of the stylesheet follows.
*/

#magazalar_container {
    height: 296px;
    margin-top: 22px;
    border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    overflow: hidden;
    background-color: #e7e8e9;
    width:100%;
}

#magazalar_logos{
    float:left;
    margin-left:21px;
    margin-top: 47px;
    margin-right: 14px;
}

#magazalar_info {
    float:left;
    width:492px;
    margin-top:62px;
    text-align: center;
}

#magazalar_info h1 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 28px;
    line-height: 65px;
}

#magazalar_info h2 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 18px;
}

#magazalar_info p{
    margin-left: 7px;
    margin-right: 7px;
}

#magazalar_pic {
    float: left;
    height: 262px;
    width: 468px;
}

#magazalar_adress{
    background: #58595b;
    font-size: 14px;
    color:#d1d3d4;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 7px;
}

#magazalar_detail {
    margin-top: 28px;
   border:2px solid #cacbcc;
   border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    overflow: hidden;
   width: 960px;
   height: 388px;
   padding-bottom: 14px;
}

#magazalar_detail h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
    margin-left:14px;
}

#magazalar_detail img {
    margin-bottom: 14px;
    margin-left: 7px;
}

#magazalar_detail p {
    width: 326px;
    float:left;
    margin-top: 7px;
    margin-left: 14px;
    margin-right: 28px;
    font-size: 12px;
}

#magazalar_schedule {
    float:left;
    width:636px;
    border:2px solid #cacbcc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-bottom: 9px;
}

#magazalar_schedule div {
    width: 618px;
    margin: 0 auto;
    border-bottom: 1px solid #cacbcc;
    padding-bottom: 28px;
}

#magazalar_schedule table {
    width: 500px;
    font-size: 12px;
    margin-top: 14px;
    border-spacing: 10px;
}

#magazalar_schedule table input {
    border: 1px solid #cacbcc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #58595b;
    height: 18px;
    margin: 2px 0 0 7px;
    width: 145px;
}

#magazalar_schedule table textarea {
    border: 1px solid #cacbcc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #58595b;
    height: 60px;
    margin: 2px 0 0 7px;
    width: 253px;
}

#magazalar_schedule table button {
    background-color: #6d6e71;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #909194;
    color:#fbfeff;
}

#magazalar_schedule h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
}

#magazalar_schedule p {
    font-size: 12px;
    width: 292px;
    float:left;
    margin-top: 12px;
}

#magazalar_schedule img {
    float:left;
    margin-left: 14px;
}

#magazalar_faq {
    float:left;
    width:300px;
    border:2px solid #cacbcc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 16px;
}

#magazalar_2_box {
    margin-top: 28px;
}

#magazlar_small_pics{
    margin-left: 14px;
}

#magazlar_small_pics img {
    margin-right: 14px;
}