#commentsContainer a.forumlink {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

#commentsContainer h2 {
    float: left;
    margin: 10px 0;
    color: #04142E;
}

#commentsContainer .pageNav {
    float: right;
    width: auto;
    margin-top: 10px;
}

.comment, 
.quickreply {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.comment .head,
.quickreply .head {
    position: relative;
    z-index: 50;
    background: #BBC8EA url(../images/backgrounds/blockhead.gif) no-repeat 0 100%;
    margin: 0 0 5px 0;
    padding: 6px 5px 11px 8px;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Garuda, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #222;
    overflow: hidden;
}

.comment .head .user,
.comment .head .user:visited {
    font-weight: bold;
    margin-right: 10px;
    color: #123 !important;
}

.comment .head .date {
    font-size: 0.95em;
}

.comment .head .reply {
    position: absolute;
    right: 5px;
}

.comment .head .reply img {
    display: block;
}

.comment .avatar {
    position: absolute;
    padding: 10px;
    background: #BBC8EA;
    display: none;
    z-index: 100;
}

.comment .commentCopy {
	padding: 5px;
}

.comment .commentCopy .blocktag {
    margin: 5px 0 0 10px;
}

.comment .commentCopy pre {
	border: 1px solid #CCC;
	background: #EEF;
	padding: 5px;
	margin: 0 0 0 10px;
}

.comment .commentCopy blockquote {
	margin-left: 10px;
}

.comment .commentCopy blockquote.quote {
	border: 1px solid #CCC;
	background: #EEF;
	padding: 5px;
	margin-left: 10px;
	margin-top: 0;
	overflow: hidden;
}

.quickreply {
    margin-top: 20px;
}

.quickreply textarea {
    width: 98%;
    height: 100px;
    border: 1px solid #BBB;
    background: #EEF;
    font-size: 12px;
}

.quickreply .head {
    text-transform: uppercase;
}

.news .comment .head,
.news .quickreply .head {
    background-color: #ABB;
}

.hardware .comment .head,
.hardware .quickreply .head {
    background-color: #ACE;
}

.modding .comment .head,
.modding .quickreply .head {
    background-color: #BAD;
}

.gaming .comment .head,
.gaming .quickreply .head {
    background-color: #DA9;
}

.bits .comment .head,
.bits .quickreply .head {
    background-color: #BDD;
}

.blog .comment .head,
.blog .quickreply .head {
    background-color: #ADA;
}