@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: 'KlavikaBasic-Regular';
    src: url('/fonts/KlavikaBasic-Regular.eot');
    src: url('/fonts/KlavikaBasic-Regular.ttf') format('truetype'), 
        url('/fonts/KlavikaBasic-Regular.svg') format('svg');
}

body {
    background-color: #252525;
    margin: 0px; 
    font-family: Tahoma, serif;
}

#header {
    background: #252525;
}

#inside {
    width: 1200px;
    margin: 0 auto;
}

#topBar {
    width: 1200px;
    margin: 0 auto;
    position: inherit;
    background: #252525;
}
#topBar .center {
    display: none;
}

#content {
    min-height: 500px;
    margin-left: 20px;
    margin-right: 20px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E7E7E7;
    border-color: -moz-use-text-color #A4A4A4 #A4A4A4;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #A4A4A4;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

#content .header {
    position: relative;
    height: 75px;
    background-color: #252525;
}

#content .header .name {
    position: absolute;
    left: 30px;
    top: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
#content .header .id_nick {
    position: absolute;
    left: 30px;
    bottom: 10px;
    font-size: 18px;
    color: #ccc;
}
#content .header .social {
    position: absolute;
    top: 10px;
    right: 30px;
}
#content .header .social .item {
    float: right;
    margin-left: 50px;
}
#content .header .stats {
    position: absolute;
    bottom: 10px;
    right: 30px;
    font-size: 18px;
    color: #ccc;
}
#content .header .stats strong {
    color: #ddd;
}
#content .header .stats span {
    cursor: help;	
}
#content .inner {
    position: relative;
    overflow: auto;
    min-height: 400px;
    background-color: #F7F7F7;
}
#content .inner .left {
    position: relative;
    float: left;
    width: 540px;
    margin-left: 30px;
    margin-top: 30px;
    text-align: left; 
}
#content .inner .left .avatar {
    float: left;
    width: 176px;
    height: 176px;
    margin-right: 30px;
    background-color: #666;
}
#content .inner .left .links {
    float: left;
    width: 304px;
    height: 176px;
}
#content .inner .left .links .home {
    font-size: 15px;
    color: #E06D03;
}
#content .inner .left .links .home a {
    color: #E06D03;
}
#content .inner .left .links .send {
    margin-top: 10px;
}
#content .inner .left .links .send .no {
    display: none;
    font-size: 11px;
}
#content .inner .left .links .send .no a {
    font-size: 11px;
    color: #E06D03;
}
#content .inner .left .links .send .ok {
    display: none;
    font-size: 11px;
    color: green;
}
#content .inner .left .links .email {
    position: relative;
    top: -2px;
    cursor: pointer;
}
#content .inner .left .links a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}
#content .inner .left .links .na {
    color: #777;
    text-decoration: none;
    font-size: 20px;
}
#content .inner .left .gendertype {
	position: relative;
	width: 206px;
	height: 30px;
    clear: both;
    padding-top: 20px;
    font-size: 25px;
}
#content .inner .left .gendertype .gender {
	float: left;
	margin-top: 3px;
    margin-right: 3px;
}
#content .inner .left .gendertype .male,
#content .inner .left .gendertype .female {
    width: 24px;
    height: 24px;
    background-position: 0px 2px;
}

#content .inner .left .gendertype .male {
    background-image: url('/img2/pages/profile/index/gender.male.png');
}
#content .inner .left .gendertype .female {
    background-image: url('/img2/pages/profile/index/gender.female.png');
}
#content .inner .left .gendertype .type {
    font-size: 25px;
}

#content .inner .left .address {
    clear: both;
    font-size: 18px;
}
#content .inner .left .awards {
    clear: both;
    margin-top: 20px;
    font-size: 20px;
    overflow: hidden;
}
#content .inner .left .awards_min {
    height: 75px;
}
#content .inner .left .awards .item {
    font-size: 14px;
    color: #555;
}
#content .inner .left .about {
    clear: both;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
    text-align: justify;
    overflow: hidden;
}
#content .inner .left .about_min {
    height: 75px;
}
#content .inner .left .about div {
    color: #000;
    font-size: 20px;
}
#content .inner .left .awards_more,
#content .inner .left .about_more {
    height: 20px;
    color: #000;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
}
#content .inner .left .about_more {
    text-align: right;
    margin-bottom: 30px;
}
#content .inner .left .awards_more span,
#content .inner .left .about_more span {
    color: #E06D03;
    cursor: pointer;
}
#content .inner .left .awards_more .on,
#content .inner .left .awards_more .off,
#content .inner .left .about_more .on,
#content .inner .left .about_more .off {
    display: none;
}
#content .inner .right {
    position: relative;
    float: right;
    width: 480px;
    height: 100%;
    min-height: 400px;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
}
#content .inner .right form {
    margin: 0px;
    padding: 0px;
}
#content .inner .right .image {
    width: 480px;
    height: 480px;
    margin: 0 auto;
}
#content .inner .right .image img {
    cursor: pointer;
}
#content .inner .registered,
#content .inner .logger {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 14px;
    color: #555;
    text-align: right;
}
#content .inner .logger {
    bottom: 10px;
}
#content .footer {
    height: 190px;
    background-color: #eaeaea;
}
#content .footer .left,
#content .footer .right {
    position: relative;
    width: 420px;
    margin-top: 10px;
    text-align: left; 
}
#content .footer .left {
    margin-left: 23px;
}
#content .footer .right {
    margin-right: 23px;
}
#content .footer .title {
    margin-left: 7px;
    color: #000;
    font-size: 20px;
}
#content .footer .collection .image {
    float: left;
}
#contestBg {
    background-image: url('/img/portal/footerBgRepeat.png');
}

#contest {
    position: relative;
    height: 410px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: Tahoma;
}

#sitemap {
    position: relative;
    width: 1140px;
    top: 10px;
    margin: 0 auto;
    height: 240px;
}

.sitemapGroup {
    float: left;
    width: 185px;
    height: 200px;
    margin-right: 5px;
}

.sitemapGroupItemMain, .sitemapGroupItem {
    margin-bottom: 2px;
    text-align: left;
    font-size: 14px;
    color: #c2c2c2;
}

.sitemapGroupItemMain {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.sitemapGroupItemMain a {
    text-decoration: none;
    color: #fff;
}

.sitemapGroupItemMain a:link,
.sitemapGroupItemMain a:active,
.sitemapGroupItemMain a:visited,
.sitemapGroupItemMain a:hover {
    text-decoration: none;
    color: #fff;
}
.sitemapGroupItemMain a:hover {
    text-decoration: underline;
    color: #fff;
}

.sitemapGroupItem a {
    text-decoration: none;
    color: #c2c2c2;
}

.sitemapGroupItem a:link,
.sitemapGroupItem a:active,
.sitemapGroupItem a:visited,
.sitemapGroupItem a:hover {
    text-decoration: none;
    color: #c2c2c2;
}
.sitemapGroupItem a:hover {
    text-decoration: underline;
    color: #c2c2c2;
}

#sitemapOther {
    clear: both;
    height: 25px;
    margin-top: 10px;
}

#sitemapOther .right {
    float: right;
}

.sitemapOtherItem {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

.sitemapOtherItem a {
    text-decoration: none;
    color: #c2c2c2;
}
.sitemapOtherItem a:hover {
    text-decoration: underline;
    color: #c2c2c2;
}

#logos {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#logos a {
    text-decoration: none;
    outline: none;
}

#logosContainer {
    height: 80px;
    margin-top: 10px;
}

.logosItem {
    float: right;
    margin-right: 30px;
}

#logos .separator {
    background-color: #B7B7B7;
    height: 1px;
}

div#contentsText {
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

div#contentsTextLeft {
    position: absolute;
    left: 10px;
    width: 500px;
    font-size: 13px;
    text-align: justify;
    color: #b7b7b7;
}

div#contentsTextRight {
    position: absolute;
    right: 10px;
    width: 600px;
    font-size: 13px;
    text-align: justify;
    color: #b7b7b7;
}

div.contentsTextValue {
    margin-top: 0px; 
    height: 46px; 
    overflow: hidden;
}

div.contentsTextValue div {
    margin-top: 0px; 
}

#footer {
    position: relative;
    height: 20px;
    margin: 0 auto;
    color: #C2C2C2;
}

#footer a {
    color: #C2C2C2;
    font-size: 10px;
    text-decoration: none;
    border: 0px;
    outline: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .separator {
    color: #ED890A;
}

#footer .left {
    position: absolute;
    left: 0px;
    font-size: 10px;
}

#footer .center {
    position: absolute;
    left: 350px;
    right: 350px;
    font-size: 10px;
    text-align: center;
}

#footer .right {
    position: absolute;
    right: 0px;
    font-size: 10px;
}

#footer .right .on {
    color: #ED890A;
}

#footer .right .off {
    color: #C2C2C2;
}

#footer .right .dns {
    color: #717171;
}
