
.sort {
    position: relative;
    padding: 7px 7px 7px 7px;
    background: #ffffff;
    font-size: 90%;
    margin: 0px 0px 5px 0px;
    border: 1px dashed #cccccc;
    border-top: 0;
}

.sort a {
    color: #666666;
}

.sort .sortDivider {
    color: #b1b6e7;
}

#topicsWrap {
    position: relative;
    padding: 10px 10px 10px 7px;
    background: #ffffff;
    border: 1px dashed #cccccc;
}

#topicsWrap label {
    position: relative;
    padding-right: 10px;
}

.sort .hl {
    font-weight: bold;
}

.links {
    border: 1px dotted #eeeeee;
    border-bottom: 0;
    background: #ffffff;
    padding: 10px 7px 10px 7px;
    margin: 0;
}

#zero {
     position: relative;
     background: #ffffff;
     padding: 10px 10px 10px 10px;
     margin-top: 20px;
}


table {
    padding: 0;
    width: 100%;
}

.list .question {
    position: relative;
    font-size: 85%;
    padding: 0;
    margin: 0px 0px 10px 0px;
}

.list .tdAnswer {
    position: relative;
    border-bottom: 1px dotted #cccccc;
    padding: 20px 20px 30px 30px;
    background: #ffffff url("../../img/icons/iLightBlue2.gif") no-repeat top left;
}

.list .question a {
    text-decoration: none;
    font-size: 130%;
}

.list .question a:hover {
    text-decoration: underline;
}

.list .answer {
    position: relative;
    padding: 0;
    margin: 0;
}

.list .tdAnswer .answer {
    padding: 10px 10px 10px 10px;
    background: #eeeeee;
    border: 1px dotted #cccccc;
}

.list .whoBy {
    position: relative;
    width: 40%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 85%;
    color: #333333;
}


.list .answer_vote {
    position: relative;
    float: left;
    border: 1px dotted #dddddd;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 0px 0px;
}

.list .answer_vote a {
    position: relative;
    float: left;
    display: block;
    margin: 0px 5px 0px 0px;
    font-size: 85%;
    color: #666666;
}

.answer_vote .imgVoteFor {
    position: relative;
    float: left;
    margin-top: -5px;
}

.answer_vote .vote {
    position: relative;
    margin-top: -5px;
}

.innerList {
    width: 68%;
}

.list table {
    padding-right: 0;
    width: 100%;
}

.list {
    position: relative;
    margin-bottom: 20px;
}

.answerVotes {
    position: relative;
    float: right;
    font-size: 80%;
    padding: 3px 3px 3px 3px;
}


