﻿
.commentby
{
margin-bottom:13px;
margin-top:18px;
}

		blockquote {
			 margin: 0 0 10px 0; padding: 0;
		}

		blockquote.one {
		    background: #e3e3e3;
			padding: 20px;
			position: relative;

		}
.one .arrow {
 width: 0;
			height: 0;
			line-height: 0;
			border-top: 40px solid white;
			border-left:  none;
			border-right: 28px solid #e3e3e3;
			position: absolute;
			top: 20px;
			left: -28px;
}

blockquote.two {
  background: #F2F2F2;
 padding: 10px;
 position: relative;
}

.two .arrow {
 width: 0;
 height: 0;
 line-height: 0;
 border-bottom: 12px solid #F2F2F2;
 border-right: 25px solid white;
 position: absolute;
 top: -12px;
 left: 100px;
}


blockquote.three {
  background: #e3e3e3;
 padding: 10px;
 position: relative;
}

.three .arrow {
 width: 0;
 height: 0;
 line-height: 0;
 border-bottom: 12px solid #e3e3e3;
 border-right: 25px solid white;
 position: absolute;
 top: -12px;
 left: 100px;
}

.troghead
{
    font: 14px Verdana,Geneva,Arial,Helvetica,sans-serif;
    color: Navy;
    font-weight: bold;
}


.postbut {
background:#fcfcfc url(background.gif) repeat-x;
display:block;
margin:2px;
height:21px;
width:90px;
padding:  1px 5px 0px 15px;
color:Green;
 text-decoration:none;
 border-left:1px solid #DBDBDB;
border-right:1px solid #DBDBDB;
}

.postbut:visited 
{
color:Green
}
.postbut:hover
{
color:red;
}

ul.toplist 
{
list-style-type:none;padding:0px;margin:0px;
}

li.toplist 
{
margin-bottom:6px;background-image:url('../images/star.gif');background-position:0 1px;background-repeat:no-repeat;padding-left:16px;
}

