﻿#categorieslist
{
    position: relative;
    float: left;
    width: 210px;
    overflow:hidden;
}

#spliter
{
    position: relative;
    float: left;
    width: 5px;
    height: 1px;
}


#content
{
    position: relative;
    float: left;
    width: 745px;
}

#location
{
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: left;
}

#location span
{
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding-top: 18px;
    padding-right: 6px;
    display: inline-block;
}

#innercontent
{
    position: relative;
    width: 100%;
    overflow-x: hidden;
    text-align: left;
    padding-bottom: 20px;
}

#fclear
{    
    width: 100%;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.pagecode_div
{
    width: 100%;
    height: 35px;
}

.pagecode_div_a, pagecode_div_b
{
    width: 50%;
    height: 35px;
    float: left;
}

.pagecode_div_a
{
    text-align: left;
}

.pagecode_div_b
{
    text-align: right;
}

#listing
{
    position: relative;
    width: 100%;
}