html , body
{
    padding: 0px;
    margin: 0px;

    background-image: url("/images/main-bg.gif");
    font-family: Tahoma;

}

#cpane
{
    position: relative;
    float: left;
    width: 100%;    
}

#balert
{
    display:none;
    z-index:200;
    position: absolute;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

table
{
    border-collapse: collapse;
}

img
{
    border: 0px;
}

input
{
   
}

#all
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

#top .gray-line
{
     position: relative;
    margin-top: -35px;
    width: 1000%;
    height: 35px;
    background-color: #c1c1c1;
    z-index: 1;
    left: -100%;
}

#top h1.logo
{
    width: 188px;
    height: 73px;
    margin: 0;
    margin-top: 18px;
    margin-left: 20px;
           
    float: left;
}

#top div.info
{
    width: 672px;
    border-top: 8px solid #3a3a3a;
    
    margin-left: 41px;
    
    display: block;
    float: left;
    padding-top: 26px;
    padding-right: 3px;
    padding-left: 15px;
}

#top div.info .phones
{
    float: left;
}

#top div.info .phones img
{
    float: left;
    margin-top: 9px;
    margin-bottom: 6px;
}

#top div.info .phones .spacer
{
    height: 40px;
    width: 1px;
    border-right: 1px solid #c1c0c0;
    display: block;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

#top div.info .cart
{
    float: right;
}

#top div.info .cart p
{
    margin: 0;
    margin-bottom: 20px;
    
    font-weight: bold;
    font-size: 11px;
}

#top div.info .cart p a
{
    font-weight: normal;
    font-size: 12px;
    color: #ff036e;  
}

#top .navigation
{
    background-color: #ff036e;
    width: 910px;
    height: 35px;
    position: relative;
    z-index: 10;
    padding-left: 30px;
    font-size: 0;
    float: left;
    clear: both;
}

#top .navigation .links
{
    float: left;
    padding-top: 13px;
    height: 22px;
    
    font-size: 0;
}

#top .navigation .links a
{
    font-size: 0;
    border-bottom: 1px solid white;
    
    margin-right: 10px;
}

#top .navigation .search
{
    height: 30px;
    padding-top: 5px;
    width: 255px;
    padding-left: 10px;
    float: right;
    background-color: #eb0365;
    position: relative;
    z-index: 10;
}

#top .navigation .search form
{
    margin: 0;
    padding: 0;
    position: relative;
}

#top .navigation .search .search-input
{
    width: 215px;
    height: 15px;
    padding-top: 5px;
    border: 1px solid #a5acb2;

    font-size: 11px;
    color: #818181;
    
    margin-right: 7px;
    
}

#top .navigation .search .search-button
{
    position: absolute;
    top: 7px;
}

#top .banner
{
    width: 940px;
    height: 211px;
    position: relative;
    background-color: #910137;
    float: left;
    clear: both;
    font-size: 0;
    line-height: 20px;
}

#top .login
{
    width: 265px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: auto; 
    overflow: hidden;   
}
#top .login img#fcl
{
    position:absolute;
}

#top .login h2
{
    margin: 0;
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 22px;

    color: white;
}

#top .login .opacity 
{
    background-color: white;
    filter:alpha(opacity=30);
    -moz-opacity:.3;
    opacity:.3;
    
    position: absolute;
    width: 100%;
    height: 100%;    
}

#top .login .inner
{
    position: relative;
    width: 215px;
    height: 147px;
    padding-left: 25px;
    padding-top: 30px;
    
    font-size: 10px;
    color: white;
}

#top .login .inner form
{
    position: relative;
}

#top .login .inner .border
{
    background-color: white;
    
    filter:alpha(opacity=40);
    -moz-opacity:.4;
    opacity:.4;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 177px;
}

#top .login .inner input.text
{
    width: 210px;
}

#top .login .inner input.short
{
    width: 160px;
}

#top .login .inner p
{
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}

#top .login .inner a
{
    font-size: 10px;
    color: white;
    position: relative;
    top: -3px;
}

#top .login .inner div
{
    float: left;
    width: 100%;
    height: 23px;
}

#top .login .inner div span
{
    float: left;
}

#top .login .inner div input
{

}

#top .login .inner div input.login-button
{
    float: right;
}

#content
{
    float: left;
    clear: both;
    width: 940px;
    margin-top: 2px;
}

#content #left-block
{
    width: 249px;
    float: left;
}

#content #left-block .catalog
{
    background-color: #eaeaea;
    padding: 22px;
    position: relative;
    width: 205px;
}

#content #left-block .catalog ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#content #left-block .catalog ul li
{
    border-bottom: 1px dotted #cacaca;
    background-image: url("/images/gray-box.gif");
    background-repeat: no-repeat;
    background-position: 198px 9px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#content #left-block .catalog ul li a
{
    background-image: none;
}

#content #left-block .catalog ul li a
{
    font-size: 13px;
    color: #e8018f;
    position: relative;
    bottom: -2px;
}

#all .flower-1
{
    background-image: url("/images/flower-1.gif");
    width: 171px;
    height: 45px;
    position: absolute;
    bottom: -45px;
    
    left: 0;
    z-index: 1;
}

#content #left-block .brands
{
    position: relative;
    z-index: 5;   
    margin-top: 25px;
    font-size: 12px;
}

#content #left-block .brands h2
{
    font-size: 18px;
    color: #ff036e;
    margin: 0;
    margin-bottom: 10px;
    text-decoration: underline;
    margin-left: 15px;
}


#content #left-block .brands a
{
    font-size: 12px;
    color: #f4ded6;
    font-weight: bold;
    margin-left: 5px;
    line-height: 24px;
    
    position: relative;
    top: -2px;
}


#content #left-block .brands ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#content #left-block .brands ul li
{
    margin: 0;
    padding: 0;
    padding-left: 21px;
    
    background-image: url("/images/pink-box.gif");
    background-repeat: no-repeat;
    background-position: 8px 8px;
    position: relative;
    font-size: 12px;
    color: black;
}

#content #left-block .brands ul li a
{
    color: black;
    font-weight: normal;
    position: relative;
    margin: 0;
    line-height: 20px;
    top: 0;
}

#content #left-block .brands ul li span
{
    position: absolute;
    line-height: 20px;
    right: 0;
    top: 0;
    display: block;
    width: 61px;

    
    font-weight: bold;
    text-align: center;
}

#content #left-block .brands ul li.alt
{
    background-color: #eaeaea;
}

#content #left-block .brands ul li.alt span
{
    background-color: #dfdfdf;
}

#content #left-block .banner
{
    margin-top: 30px;
}

#content #main
{
    width: 670px;
    float: left;
    border-top: 4px solid #ececec;
    padding-left: 20px;
}

#all .flower-2
{
    background-image: url("/images/flower-2.gif");
    width: 54px;
    height: 176px;
    position: absolute;
    left: -54px;
    
    top: 0;
    z-index: 1;
}

#bottom
{
    width: 940px;
    height: 185px;
    background-image: url("/images/bottom-cellphone.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 60px;
    float: left;
    clear: both;
}

#bottom .info
{
    margin-left: 248px;
    width: 692px;
    border-top: 11px solid #3a3a3a;
    padding-top: 25px;
}

#bottom .info div
{
    float: left;
}

#bottom #copyleft
{
    margin-left: 40px;
}

#bottom #copyleft p
{
    margin: 0;
    line-height: 16px;
    font-size: 11px; 
}

#bottom #copyleft p a
{
    color: #ff036e;
    font-weight: bold;
}

#bottom div#studio
{
    float: right;
}

#bottom div#studio img
{
    float: left;
}

#bottom div#studio div
{
    float: left;
    position: relative;
    top: -7px;
    line-height: 14px;
    margin-left: 18px;
}

#bottom div#studio div a
{
    display: block;
    font-size: 11px;
    color: #999999;
}




