@charset "UTF-8";

.fl{
	float:left;
}

.fr{
    float:right;
}

.splite{
    display: block;
    font-size: 1px;
    text-decoration: none;
    text-indent: -9999px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

a
{
    text-decoration: none;
    color:#887777;
}

li{
    list-style-type:none;
}

a:visited
{
    color:#887777;
}

a:hover
{
    color: #BABAD2  !important;
}

a:hover img
{
    opacity:0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff;
}
body{
    text-align:center;
    color:#887777;
}

