#contest_nav {
    *zoom: 1;
    position: relative;
    z-index: 2;
    width: 656px;
    height: 44px;
    margin-top: 20px;
}

#contest_nav:before, #contest_nav:after {
    content: " ";
    display: table;
}

#contest_nav:after {
    clear: both;
}

#contest_nav a {
    display: block;
    width: 100%;
    height: 100%;
}

#contest_nav li {
    width: 164px;
    height: 44px;
    list-style-type: none;
    float: left;
    text-indent: -9999px;
    background: url(../img/common/tab_contest.png) no-repeat;
}

#contest_nav li#contest_nav_top:hover, #contest_nav li#contest_nav_top.active {
    background-position: 0px -50px;
}

#contest_nav li#contest_nav_photo {
    background-position: -164px 0px;
}

#contest_nav li#contest_nav_photo:hover, #contest_nav li#contest_nav_photo.active {
    background-position: -164px -50px;
}

#contest_nav li#contest_nav_profile {
    background-position: -328px 0px;
}

#contest_nav li#contest_nav_profile:hover, #contest_nav li#contest_nav_profile.active {
    background-position: -328px -50px;
}

#contest_nav li#contest_nav_vote {
    background-position: -492px 0px;
}

#contest_nav li#contest_nav_vote:hover, #contest_nav li#contest_nav_vote.active {
    background-position: -492px -50px;
}

.entries {
    *zoom: 1;
    width: 646px;
}

.entries:before, .entries:after {
    content: " ";
    display: table;
}

.entries:after {
    clear: both;
}

.entries .entry {
    position: relative;
    float: left;
    width: 313px;
    margin: 15px 10px 10px 0;
    padding-top: 12px;
    background: url(../img/common/line_l.gif) no-repeat;
    list-style-type: none;
}

.entries .entry_contents {
    *zoom: 1;
    width: 313px;
}

.entries .entry_contents:before, .entries .entry_contents:after {
    content: " ";
    display: table;
}

.entries .entry_contents:after {
    clear: both;
}

.entries .entry_photo {
    float: left;
    width: 140px;
    height: 150px;
    overflow: hidden;
    margin-right: 19px;
}

.entries .entry_photo .missmark{
    position: absolute;
    z-index:100;
    top:2px;
    left:110px;
    width:40px;
}

.entries .entry_photo img {
    width: 140px;
}

.entries .entry_header {
    width: 154px;
    float: left;
}

.entries .entry_header h2 {
    font-size: 16px;
    color: #ff36b6;
}

.entries .entry_header h3 {
    font-size: 18px;
    color: #656565;
}

.entries .entry_actions {
    position: absolute;
    top: 87px;
    right: 0px;
}

.entries .btn {
    display: block;
    width: 154px;
    height: 25px;
    background: no-repeat;
    text-indent: -9999px;
}

.entries .btn:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.entries .btn_profile {
    background-image: url(../img/profile/btn_profile.png);
}

.entries .btn_blog {
    background-image: url(../img/profile/btn_blog.png);
}

.entries .btn_photo {
    background-image: url(../img/profile/btn_photo.png);
}

.entries .entry_voter {
    margin-top: 10px;
}

.entries .entry_voter a {
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    width: 156px;
    height: 40px;
    background: url(../img/vote/btn.png) no-repeat;
}

.entries .entry_voter a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.entries .entry_voter a.active {
    background-position: 0px -40px;
}

.photo_entries li {
    list-style-type: none;
}

.photo_entries .photo_entry {
    width: 647px;
    margin: 15px 0 30px;
    padding: 12px 0 0;
    background: url(../img/common/line_detail.gif) no-repeat;
}

.photo_entries .photo_entry h2 {
    margin: 0 0 10px;
    font-size: 18px;
}

.photo_entries .entry_number {
    color: #ff36b6;
}

#profile_detail {
    *zoom: 1;
    position: relative;
    margin: 15px 0 20px;
    padding: 12px 0 0;
    width: 636px;
    background: url(../img/common/line_detail.gif) no-repeat;
}

#profile_detail:before, #profile_detail:after {
    content: " ";
    display: table;
}

#profile_detail:after {
    clear: both;
}

#profile_detail li {
    list-style-type: none;
}

#profile_detail #profile_photo {
    float: left;
    width: 232px;
    height: 350px;
    overflow: hidden;
    margin-right: 20px;
}

#profile_detail #profile_photo img {
    width: 232px;
}

#profile_detail #profile_contents {
    float: left;
    width: 384px;
}

#profile_detail #profile_contents h2 {
    color: #ff36b6;
    font-size: 16px;
}

#profile_detail #profile_contents p {
    margin-top: 20px;
    color: #756c63;
}

#profile_detail #profile_contents h3 {
    color: #756c63;
    margin-top: 10px;
    line-height: 30px;
    background: url(../img/common/bg_name.png) left 17px no-repeat;
}

#profile_detail #profile_contents h3 .full_name {
    font-size: 24px;
}

#profile_detail #profile_contents h3 .rome_name {
    display: block;
    float: right;
    font-size: 16px;
    margin-top: 4px;
}

#profile_detail #profile_contents #profile_abstract {
    position: absolute;
    right: 0px;
    top: 160px;
    width: 384px;
    height: 158px;
    background: url(../img/profile/profile_small.png) no-repeat;
}

#profile_detail #profile_contents #profile_abstract li {
    *zoom: 1;
    margin-bottom: 16px;
}

#profile_detail #profile_contents #profile_abstract li:before, #profile_detail #profile_contents #profile_abstract li:after {
    content: " ";
    display: table;
}

#profile_detail #profile_contents #profile_abstract li:after {
    clear: both;
}

#profile_detail #profile_contents #profile_abstract li .key {
    width: 168px;
    float: left;
    text-indent: -9999px;
}

#profile_detail #profile_contents #profile_abstract li .value {
    width: 206px;
    padding-left: 10px;
    float: left;
}

#profile_detail #profile_actions {
    *zoom: 1;
    position: absolute;
    right: 0px;
    top: 325px;
    width: 384px;
    height: 35px;
}

#profile_detail #profile_actions:before, #profile_detail #profile_actions:after {
    content: " ";
    display: table;
}

#profile_detail #profile_actions:after {
    clear: both;
}

#profile_detail .btn {
    float: left;
    display: block;
    width: 192px;
    height: 35px;
    background: url(../img/profile/btns.png) no-repeat;
    text-indent: -9999px;
}

#profile_detail .btn:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

#profile_detail .btn.btn_photo {
    background-position: -192px 0px;
}

#profile_topics {
    *zoom: 1;
    width: 654px;
}

#profile_topics:before, #profile_topics:after {
    content: " ";
    display: table;
}

#profile_topics:after {
    clear: both;
}

#profile_topics ul {
    float: left;
    width: 313px;
    margin-right: 14px;
}

#profile_topics li {
    width: 313px;
    margin-top: 30px;
    list-style-type: none;
}

#profile_topics h3 {
    height: 26px;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 5px;
    background: url(../img/profile/topic.png) 0px 2px no-repeat;
    color: #656565;
    font-size: 14px;
}

#profile_topics p {
    color: #656565;
    font-size: 13px;
    padding:0 10px;
}

.photos {
    *zoom: 1;
}

.photos:before, .photos:after {
    content: " ";
    display: table;
}

.photos:after {
    clear: both;
}

.photos .photo {
    float: left;
    margin: 10px 10px 0 0;
    min-height: 112px;
    list-style-type: none;
}

.photos .photo a {
    background: white;
    padding: 3px;
    border: 3px solid #dadad3;
}

.photos .photo a, .photos .photo img {
    display: block;
}

#vote_dialog {
    position: absolute;
    width: 400px;
    height: 200px;
    z-index: 1000;
    background: white;
    border: 3px solid #dadad3;
}

#vote_dialog .dialog_wrapper {
    position: relative;
}

#vote_dialog .dialog_wrapper .close {
    position: absolute;
    font-size: 14px;
    color: #dadad3;
    right: 0px;
    top: 0px;
    text-decoration: none;
}

#vote_dialog h2 {
    padding: 10px;
    color: #ff36b6;
    font-size: 18px;
}

#vote_dialog p {
    padding: 10px;
}

#vote_dialog #vote_share {
    margin-top: 40px;
    text-align: center;
}

#vote_dialog_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #dadad3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


div.profile_navi {
    width:100%;
}
div.profile_navi span.prev{
    display: block;
    float:left;
}
div.profile_navi span.next{
    display: block;
    float:right;
}
div.profile_navi a{
    text-decoration: none;
}

div.contest_info{
    padding-top:20px;
}
div.contest_info h3{
    text-indent:-99999px;
    background: url("../img/common/summary.png") no-repeat;
    width:500px;
    height:64px;
    display: block;
}
div.contest_info dl{
    width:100%;
    display: block;
    border-bottom:1px dotted #cccccc;
}
div.contest_info dt{
    width:30%;
    display: block;
    float:left;
    padding:10px 0;
    padding-left:1em;
}
div.contest_info dd{
    padding:10px 0;
    padding-left:30%;
    width:100%;
    display: block;
    border-top:1px dotted #cccccc;
}
div.contest_info p.contest_note{
    color: #aaaaaa;
    font-size: smaller;
    padding:10px;
}