div#commentList {

}
div#commentList div.input div.thumb {
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
}
div#commentList div.input div.thumb span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url("images/user_thumb_overlay.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: none;
}
div#commentList div.input div.thumb img {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 0;
}


div#commentList div.input {
    margin-bottom: 20px;
    position: relative;
}
div#commentList div.input div.textarea {
    float: left;
    width: 605px;
}
div#commentList div.input div.textarea textarea {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 585px;
    height: 60px;
    resize: none;
    overflow: auto;
    border: none;
    padding: 10px;
    font-size: 11px;
    color: #4a4949;
    padding-bottom: 30px;
}
div#commentList div.input button {
    background-color: #9C9C9C;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}
div#commentList div.input button:hover {
    color: #212121;
}
div#commentList div.comments {

}

div#commentList div.comments div.thumb {
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
}
div#commentList div.comments div.thumb span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url("images/user_thumb_overlay.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: none;
}
div#commentList div.comments div.thumb img {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 0;
}




div#commentList div.comments span.date {
    font-size: 11px;
    color: #FAB025;
}
div#commentList div.comments div.item {
    padding-top: 20px;
}
div#commentList div.comments div.item.child {
	margin-left: 80px;
    padding-top: 20px;
}
div#commentList div.comments div:first-child.item {
    padding-top: 0;
}
div#commentList div.comments div.item a {
    color: #fab025;
    text-decoration: none;
}
div#commentList div.comments div.item a:hover {
    text-decoration: underline;
}
div#commentList div.comments div.content {
    padding-left: 10px;
    padding-right: 15px;
    float: left;
    width: 580px;
    background-color: #fcfcfc;
}
div#commentList div.comments div.item.child div.content{
	width: 500px;
}
div#commentList div.comments div.text {
    font-size: 11px;
    line-height: 18px;
    color: #777777;
    padding-bottom: 10px;
}
div#commentList div.comments div.text p {
    padding-bottom: 0;
}
div#commentList div.comments div.author {
    padding-bottom: 5px;	
}
div#commentList div.comments div.author h4 {
    font-size: 12px;
    color: #7e7e7e;
    font-weight: bold;
    padding-bottom: 0;
}

