﻿div#shops_container
{
    width:713px;
    margin-left:13px;
}

div.shops_card 
{
    width:695px;
    background-image:url("../images/forum_bg1.jpg");
    background-repeat:repeat-x;
    border:1px solid #ded5d6;
    border-top:0;
    border-bottom:0;
    padding:8px;
}

div.shops_card div 
{
    width:170px;
    text-align:left;
    float:left;
    padding-right:15px;
}

div.shops_card div.last
{
    text-align:right;
    width:135px;
    padding-right:0px;
    float:right;
}

div.shops_card h2
{
    color:#da1589;
    font-size:16px;
}


