.identity .image {
    float: left;
    width: 100px;
    text-align: center;
    border-right: dotted black 1px;
}

.identity .image .online {
    float: right;
}

.identity .image .zoom,
.identity .image .mail,
.identity .image .black-book,
.identity .image #block,
.identity .image .blocked {
    display: block;
    width: 24px;
    padding-top: 24px;
    overflow: hidden;
    float: right;
    height: 0px;
}

.identity .image .blocked {
    background: transparent url(/images/blocked.gif) no-repeat 0px 0px;
}

.identity .image #block {
    background: transparent url(/images/block.gif) no-repeat 0px 0px;
}

.identity .image span.zoom {
    background: transparent url(/images/zoom_unavailable.gif) no-repeat 0px 0px;
}

.identity .image a.zoom {
    background: transparent url(/images/zoom.gif) no-repeat 0px 0px;
}

.identity .image .mail {
     background: transparent url(/images/mail.gif) no-repeat 0px 0px;
}

.identity .image .black-book {
     background: transparent url(/images/book.png) no-repeat 0px 0px;
}

.identity .info {
    margin-left: 105px;
    margin-right: 105px;
    text-align: center;
}

.identity .hd h1 {
    text-align: center;
    padding: 7px 0 5px 0;    
    font-size: 2em;
}

.here-for .friends,
.here-for .no-friends,
.here-for .dating,
.here-for .no-dating,
.here-for .serious,
.here-for .no-serious {
    height: 0px;
    display: block;
    padding-top: 33px;
    width: 33px;
    overflow: hidden;
}

.identity .here-for {
    height: 99px;
    width: 33px;
    float: right;
}

.here-for .friends {
    background: transparent url(/images/friends.jpg) no-repeat 0px 0px;
}
.here-for .no-friends {
    background: transparent url(/images/not_friends.jpg) no-repeat 0px 0px;
}
.here-for .dating {
    background: transparent url(/images/dating.jpg) no-repeat 0px 0px;
}
.here-for .no-dating {
    background: transparent url(/images/not_dating.jpg) no-repeat 0px 0px;
}
.here-for .serious {
    background: transparent url(/images/love.jpg) no-repeat 0px 0px;
}
.here-for .no-serious {
    background: transparent url(/images/not_love.jpg) no-repeat 0px 0px;
}

.identity .info .sex-M {
    height: 0px;
    display: block;
    padding-top: 44px;
    width: 44px;
    overflow: hidden;
    margin: 0 auto;
}

.identity .info .sex-F {
    height: 0px;
    display: block;
    padding-top: 52px;
    width: 38px;
    overflow: hidden;
    margin: 0 auto;
}

.green .info .sex-M {
    background: transparent url(/images/green_s_M.png) no-repeat 0px 0px;
}
.yellow .info .sex-M {
    background: transparent url(/images/yellow_s_M.png) no-repeat 0px 0px;
}
.red .info .sex-M {
    background: transparent url(/images/red_s_M.png) no-repeat 0px 0px;
}

.white .info .sex-M {
    background: transparent url(/images/white_s_M.png) no-repeat 0px 0px;
}

.green .info .sex-F {
    background: transparent url(/images/green_s_F.png) no-repeat 0px 0px;
}

.yellow .info .sex-F {
    background: transparent url(/images/yellow_s_F.png) no-repeat 0px 0px;
}

.red .info .sex-F {
    background: transparent url(/images/red_s_F.png) no-repeat 0px 0px;
}

.white .info .sex-F {
    background: transparent url(/images/white_s_F.png) no-repeat 0px 0px;
}


#navigation .bd .c {
    background: transparent url(/images/blue_mr.png) repeat-y right 0px;    
}

#navigation .bd {
    background: #5599ff url(/images/blue_ml.png) repeat-y 0px 0px; 
}

#navigation .bd .c .s {
    padding: 0;
}

#navigation .nav {
    text-align: center;
}

#navigation .nav li {
    display: inline;
}

#navigation .nav li a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    padding: 16px 0 16px 0;
	background: #5599ff url(/images/blue_top.png) repeat-x 0px 0px;
	margin: 0;
}

#navigation .nav li a span {
    padding: 16px 5px;
    width: 12em;
	background: transparent url(/images/blue_bottom.png) repeat-x 0px bottom;
}

#navigation .nav li a:hover {
    color: black;
    background: white url(/images/white_top.png) repeat-x 0px 0px;
}

#navigation .nav li a:hover span {
    background: transparent url(/images/white_bottom.png) repeat-x 0px bottom;
}
