/* content style */
#page-title {
    display: block;
    width: auto;
    height: 40px;
    position: absolute;
    top: 135px;
    left: 30px;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

html>body #counticon {
    background: url(images/count.png) no-repeat;
}

#counticon {
    display: block;
    float: left;
    width: 43px;
    height: 42px;
    margin-right: 12px;
    margin-top: -14px;
}

#content {
    width: auto;
    background: #000;
    padding: 10px 30px;
    min-height: 520px;
    position: relative;
}

/* creator area style */
#creator-box {
    width: 800px;
    height: 100px;
    background: url(images/creatorbg.png) no-repeat;
    font-family: "Microsoft JhengHei", "Microsoft YaHei", Arial, "微軟正黑體", "微软雅黑", sans-serif;
    color: #fff;
    font-size: 13px;
}

#creator-box-left {
    width: 610px;
    height: 100px;
    float: left;
}

#creator-intro {
    width: auto;
    height: 32px;
    padding: 5px 10px;
    line-height: 1.2em;
}

#creator-more {
    width: auto;
    padding: 2px 15px;
    line-height: 1.2em;
    text-align: right;
}

#record-description-box {
    display: none;
    position: absolute;
    left: 210px;
    width: 414px;
    background: url(images/desctopline.png) no-repeat left top;
}

#record-description {
    width: 404px;
    min-height: 16px;
    background-color: #6bbec6;
    margin-top: 5px;
    padding: 4px;
    font-size: 12px;
    font-family: Arial, PMingliu, SimSun, sans-serif;
    color: #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#record-description-close-button {
    width: 12px;
    height: 12px;
    background: url(images/x.png) no-repeat;
    cursor: pointer;
    float: right;
}

#creator-enter-vote-date {
    width: auto;
    padding: 5px 15px;
    float: right;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #A1C74E;
}

#creator-status {
    width: auto;
    padding: 5px 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #FE9714;
    display: none;
}

#creator-box-right {
    width: 190px;
    height: 100px;
    float: right;
}

#creator-box-right h1 {
    font-family: "Microsoft JhengHei", "Microsoft YaHei", Arial, "微軟正黑體", "微软雅黑", sans-serif;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
}

#creator-photo {
    width: 45px;
    height: 45px;
    border: 1px solid #999;
    margin-right: 6px;
    float: left;
}

#creator-box-right a.username {
    font-family: Tahoma, Arial, sans-serif;
    color: #008DE3;
    font-weight: bold;
    font-size: 13px;
    display: block;
    height: 20px;
}

#creator-pts {
    font-family: Tahoma, Arial, sans-serif;
    color: #CEB022;
    font-weight: bold;
    font-size: 12px;
}

#add-favorite {
    width: 800px;
    text-align: right;
    height: 24px;
}

#add-favorite a {
    color: #fff;
    text-decoration: none;
}

/* game list style */
#game-list-box {
    width: 786px;
    height: 530px;
    padding: 6px 4px 4px 8px;
    border: 1px solid #333;
}

/* game style */
#game-box {
    width: 414px;
    height: 530px;
    float: left;
}

#pothunter-box {
    width: 394px;
    height: 48px;
    padding: 8px 10px;
    background: url(images/infoline.png) no-repeat;
    text-align: right;
}

#pothunter-box .username {
    color: #00A0E9;
}

#pothunter-photo {
    width: 45px;
    height: 45px;
    border: 1px solid #999;
    margin-right: 8px;
    float: left;
}

#pothunter-box h1 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
}

#description-button-box {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: right;
    font-weight: normal;
}

#description-button-box a {
    color: #FE9714;
    text-decoration: none;
}

#pothunter {
    float: left;
}

#item-description-box {
    display: block;
    position: absolute;
    width: 414px;
    background: url(images/desctopline.png) no-repeat left top;
}

#item-description {
    width: 404px;
    min-height: 16px;
    background-color: #6bbec6;
    margin-top: 5px;
    padding: 4px;
    font-size: 12px;
    font-family: Arial, PMingliu, SimSun, sans-serif;
    color: #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#description-close-button {
    width: 12px;
    height: 12px;
    background: url(images/x.png) no-repeat;
    cursor: pointer;
    float: right;
}

#pothunter-stat-box {
    width: auto;
    height: 20px;
    padding-top: 16px;
    text-align: center;
}

#pothunter-stat-box span {
    display: inline-block;
    display: -moz-inline-box;
    *display: inline;
    zoom: 1;
    padding-right: 20px;
}

#pothunter-stat-box span strong {
    color: #FE9714;
}

#play-area {
    width: 400px;
    height: 300px;
    padding: 5px 6px;
    border: 1px solid #333;
}

#play-area img, #play-area object {
    padding: 0;
    margin: 0;
}

#play-area object {
    width: 400px;
    height: 300px;
}

#votehint {
    float: left;
    color: #FE9714;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}

#turbovote {
    width: 414px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

#turbovote-switch {
    cursor: pointer;
}

#turbovote-switch.on {
    color: #FE9714;
}

#turbovote-switch.off {
    color: #666;
}

#game-buttons {
    width: 414px;
    height: 60px;
    padding-top: 16px;
    position: relative;
}

#vote-button {
    width: 90px;
    height: 35px;
    border: 1px solid #fff;
    position: absolute;
    top: 35px;
    left: 160px;
}

#bubble {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 63px;
    height: 27px;
    background: url(images/bubble.png) no-repeat;
    text-align: center;
    line-height: 22px;
}

#cup {
    position: absolute;
    top: -12px;
    left: 36px;
}

#cup1 {
    position: absolute;
    top: 14px;
    left: -10px;
    cursor: pointer;
}

#cup2 {
    position: absolute;
    top: 14px;
    left: 13px;
    cursor: pointer;
}

#cup3 {
    position: absolute;
    top: 14px;
    left: 36px;
    cursor: pointer;
}

#cup4 {
    position: absolute;
    top: 14px;
    left: 59px;
    cursor: pointer;
}

#cup5 {
    position: absolute;
    top: 14px;
    left: 82px;
    cursor: pointer;
}

#vote-finished {
    width: 150px;
    height: 35px;
    color: #FE9714;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 130px;
    visibility: hidden;
}

/* icon box style */
#icon-box {
    width: auto;
    height: 24px;
    position: relative;
}

html>body #comment-icon {
    background: url(images/commenticon.png) no-repeat;
}

#comment-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 12px;
    left: 10px;
}

html>body #commend-icon {
    background: url(images/commendicon.png) no-repeat;
}

#commend-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 12px;
    left: 434px;
}

/* comment style */
#comment-commend-box {
    width: 790px;
    overflow: auto;
    padding: 4px;
    border: 1px solid #333;
}

#comment-box {
    width: 416px;
    overflow: auto;
    overflow-x: visible;
    overflow-y: visible;
    float: left;
}

#comment-header {
    width: 396px;
    height: 20px;
    background: url(images/infoline2.png) no-repeat;
    line-height: 30px;
    text-align: right;
    padding: 10px;
}

#comment-header h1 {
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-shadow: black 2px 2px 3px;
    filter: shadow(color=black, direction=135, strength=3);
    white-space: nowrap;
}


#comment-list {
    width: 416px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#comment-list li {
    background-color: #fff;
    color: #000;
    padding: 4px 10px;
    margin: 6px 0;
}

#comment-list li h1 {
    margin: 0;
    color: #009;
    font-size: 13px;
    text-decoration : underline;
}

#comment-list .username {
    color: #0030CE;
    font-weight: bold;
    font-size: 12px;
}

#comment-list .date {
    color: #949494;
    font-weight: bold;
    font-size: 12px;
}

#comment-pagebar {
    color: #999;
    width: 408px;
    height: 23px;
    text-align: right;
    padding: 4px;
    background: url(images/infoline3.png) no-repeat;
}
#comment-pagebar a {
    color: #999;
    text-decoration : none;
}
#comment-pagebar a.current {
    color: #f90;
    text-decoration : underline;
}

/* commend style */
#commend-box {
    width: 363px;
    overflow: auto;
    float: right;
}

#commend-header {
    width: 343px;
    height: 20px;
    background: url(images/infoline4.png) no-repeat;
    line-height: 30px;
    text-align: right;
    padding: 10px;
}

#commend-header h1 {
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-shadow: black 2px 2px 3px;
    filter: shadow(color=black, direction=135, strength=3);
    white-space: nowrap;
}

#commend-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#commend-list li {
    padding: 4px 10px;
    border-bottom: 1px dashed #fff;
    font-size: 14px;
}

#commend-list h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: left;
}

#commend-list h1 a {
    color: #fff;
    text-decoration: none;
}

#commend-list li img {
    width: 80px;
    height: 60px;
    border: 1px solid #999;
}

#commend-list .username {
    color: #00A0E9;
    text-decoration: underline;
}

#commend-list .uploader {
    text-align: right;
}

/* list style */

#worldroll-box-header {
    padding: 10px;
    text-align: right;
    color: #000;
}

#worldroll-box-header strong {
    color: #fff;
}

#worldroll {
    width: 368px;
    margin: 0;
    padding: 0;
    list-style: none;
}

html>body #worldroll li {
    background: transparent url(images/worldrollitembg.png) no-repeat;
}

#worldroll li {
    display: block;
    height: 76px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#worldroll li#worldroll-header {
    height: 28px;
    padding: 0;
    background: transparent none;
    cursor: default;
}

li#worldroll-header .order, li#worldroll-header .pothunter, li#worldroll-header .item, li#worldroll-header .votecount, li#worldroll-header .mark, li#worldroll-header .date, li#worldroll-header .view {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

html>body #worldroll li.current {
    background: transparent url(images/worldrollselecteditembg.png) no-repeat;
}

#worldroll li.current {
    cursor: default;
}

#worldroll li a {
    color: #fff;
    text-decoration: none;
}

#worldroll span {
    display: block;
    float: left;
    margin: 0;
    padding: 6px 0 0 0;
    text-align: center;
    vertical-align: middle;
}

#worldroll .blank {
    width: 28px;
}

#worldroll .order {
    width: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
}

#worldroll .pothunter {
    width: 65px;
    line-height: 60px;
}

#worldroll .pothunter img {
    width: 60px;
    height: 60px;
    border: 1px solid #999;
}

#worldroll .item {
    width: 100px;
}

#worldroll .item img {
    width: 80px;
    height: 60px;
    border: 1px solid #999;
}

#worldroll .votecount {
    width: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
}

#worldroll .date {
    width: 120px;
    font-size: 16px;
    font-weight: bold;
    color: #FE9714;
    line-height: 60px;
}

#worldroll .mark, #worldroll .view {
    width: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #FE9714;
    line-height: 60px;
}


#worldroll-button {
    width: 368px;
    text-align: right;
}

#worldroll-button span {
    display: inline-block;
    display: -moz-inline-box;
    *display: inline;
    zoom: 1;
}

html>body #challenge-button {
    background: url(images/button1.png) no-repeat;
}

#challenge-button {
    float: left;
    margin: 16px 26px;
    color: #fff;
    font-size: 14px;
    width: 135px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

html>body #first-button {
    background: url(images/first.png) no-repeat;
}

#first-button {
    width: 18px;
    height: 15px;
    margin-top: 24px;
    margin-right: 8px;
    cursor: pointer;
}

html>body #up-button {
    background: url(images/up.png) no-repeat;
}

#up-button {
    width: 18px;
    height: 15px;
    margin-top: 24px;
    margin-right: 8px;
    cursor: pointer;
}

html>body #down-button {
    background: url(images/down.png) no-repeat;
}

#down-button {
    width: 18px;
    height: 15px;
    margin-top: 24px;
    margin-right: 8px;
    cursor: pointer;
}

html>body #last-button {
    background: url(images/last.png) no-repeat;
}

#last-button {
    width: 18px;
    height: 15px;
    margin-top: 24px;
    margin-right: 8px;
    cursor: pointer;
}

/* comment-window */

#comment-window {
    display: none;
    width: 413px;
    height: 321px;
    position: absolute;
    top: 240px;
    left: 40px;
    background: url(images/commentwindow.png) no-repeat;
}

#comment-window h1 {
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    text-shadow: black 2px 2px 3px;
    filter: shadow(color=black, direction=135, strength=3);
    white-space: nowrap;
}

html>body #comment-content {
    margin: 0;
    margin-top: 16px;
    margin-left: 12px;
}

#comment-content {
    float: left;
    display: block;
    width: 384px;
    height: 200px;
    margin: 0;
    margin-top: 10px;
    margin-left: 6px;
}

html>body #send-comment-button, html>body #cancel-comment-button {
    background: url(images/button2.png) no-repeat;
    margin-right: 12px;
}

#send-comment-button, #cancel-comment-button {
    float: right;
    display: block;
    width: 135px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    margin: 0;
    margin-top: 12px;
    margin-right: 6px;
    cursor: pointer;
}

/* report-window */
#report-window, #report-window2, #report-window3 {
    display: none;
    width: 413px;
    height: 321px;
    position: absolute;
    top: 240px;
    left: 40px;
    background: url(images/reportwindow.png) no-repeat;
}

#report-window h1, #report-window2 h1, #report-window3 h1 {
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    text-shadow: black 2px 2px 3px;
    filter: shadow(color=black, direction=135, strength=3);
    white-space: nowrap;
}

#report-window h2, #report-window2 h2, #report-window3 h2 {
    float: left;
    font-size: 16px;
    display: block;
    width: 413px;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

#report-window div {
    float: left;
    font-size: 14px;
    display: block;
    width: 206px;
    text-align: center;
}

html>body #impeach-button1 {
    background: url(images/impeachbtn1.png) no-repeat;
}

#impeach-button1 {
    display: block;
    width: 106px;
    height: 96px;
    margin: auto;
    cursor: pointer;
}

html>body #impeach-button2 {
    background: url(images/impeachbtn2.png) no-repeat;
}

#impeach-button2 {
    display: block;
    width: 106px;
    height: 96px;
    margin: auto;
    cursor: pointer;
}

html>body #cancel-button {
    background: url(images/button3.png) no-repeat;
    margin-top: 30px;
    margin-left: 140px;
}

#cancel-button {
    float: left;
    display: block;
    width: 135px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    margin: 0;
    margin-top: 20px;
    margin-left: 70px;
    cursor: pointer;
}

#report-window2 div {
    float: left;
    font-size: 14px;
    display: block;
    width: 206px;
    padding-left: 150px;
    text-align: left;
}

html>body #send-comment-button2 {
    background: url(images/button3.png) no-repeat;
    margin-top: 30px;
    margin-left: 40px;
}

#send-comment-button2 {
    float: left;
    display: block;
    width: 135px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    margin: 0;
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
}

html>body #cancel-button2 {
    background: url(images/button3.png) no-repeat;
    margin-top: 30px;
}

#cancel-button2 {
    float: left;
    display: block;
    width: 135px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    margin: 0;
    margin-top: 20px;
    margin-left: 60px;
    cursor: pointer;
}

#report-window3 h2 {
    margin: 80px 0;
}

html>body #close-button {
    background: url(images/button3.png) no-repeat;
    margin-left: 140px;
}

#close-button {
    float: left;
    display: block;
    width: 135px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    margin: 0;
    margin-left: 70px;
    cursor: pointer;
}
