div.containerW {
	margin: 0;
	width: 100%;
z	border: 1px solid silver;
}



div.comment {
z	background: #eee;
	margin: 8px 0 8px 0;
	
	padding: 0;
	color:#fff;
	min-height:64px;
	border-bottom: 1px solid #2f2d44;
}

div.nc {
	border: none;
}

div.reply{
	margin-left: 24px;
	margin-top: 8px;
	margin-bottom: 24px;
}

div.tracer{
	border: 1px solid silver;
	width: 200px;
	height: 400px;
	padding: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background: #eee;
	font-size: 11px;
	position: absolute;
	right: 48px;
	top: 48px;
}

/* ---------------------- */

div.holder{
	position:relative;
	width:100%;
	font-size: 80%;
z	border: 1px solid black;
}

div.holder div.c{
	padding:0 0 0 0px;	
}

div.holder div.c p{
	font-size: 130%;
	margin: 8px 0 8px 0;
	padding: 0;
}

div.subj2{
	border: 0;
	padding: 2px 0 0 0;
	margin: 0 0 8px 0;
z	border: 1px solid silver;
}

div.actions{
	font-size: 11px;
	width: 100%;
	margin: 4px 0 8px 0;
}

div.actions a{
	color: #5e6676;
	margin-right: 8px;
}

div.actions a.perm{
	color: #fc6;
	margin-right: 0px;
}

div.date{
	color: #778899;
	font-size: 11px;
	margin: 0 -8px 0 0;
	display: inline;
z	float: left;
}

div.c div.info{
z	border: 1px solid silver;
	display: block;
z	height: 12px;
	margin: 0 0 4px 0;
}



div.usermenu{
	border: 0;
	padding: 8px;
	padding-left: 0px;
	margin: 0 4px 4px 12px;
z	border: 1px solid silver;
	display: inline;
	font-size: 100%;
	color: #fc0;
z	float: left;
}

div.usermenu div{
	display: none;
z	font-size: 11px;
	padding: 0;
	margin: 0;
z	border: 1px solid orange;
}

div.usermenu div a{
	margin-right: 8px
}

/* div.usermenu div a:link, a:visited{
	color: #999;
} */

div.usermenu div a:hover{
	color: #FF4500;
}


div.meta{
	font-size: 11px;
	margin: 0;
	padding-top: 4px;
	display: inline;
}

div.meta span{
	margin-right: 8px;
}

div.meta span.icq{
	background: url(gfx/icq.gif) no-repeat top left;
	padding-left: 18px;
	color: #228B22;
}

div.meta span.city{
	background: url(gfx/city.gif) no-repeat top left;
	padding-left: 16px;
	color: #666;
}

div.usermenu a.user{
	color: #f8e492;
	font-size: 11px;
	margin-right: 2px;
	padding-left: -4px;
}

div.c div.h3{
z	color: #778899;
	font: tahoma 120% bold;
}

div.subj2 a{
	color: Teal;
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 85%;	
}

div.subj2 span.date{
	color: Teal;
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 85%;
}

div.holder span.ava{
	position:absolute;
	left: -48px;
	top:0px; 
	width:40px;
	font-size:85%;
	text-align:center;
	color:teal;
z	float:left;
z	margin-left:-48px;
z	margin-top: 4px;
z	padding-bottom:8px;
z	border: 1px solid teal;
	z-index: 150;
}

div.holder span.ava img{
	width: 40px;
	height: 40px;
}

span.ava a{
	color: teal;
}

a img{
	border: none;
}

div.answer {
	padding: 0;
	margin: 0;
}

div.answer a{
	color: #4169E1;
	font-size: 90%;
	margin-right: 16px;
}

span.url{
	float: right;
	margin: 0;
}


div.comment div.box-l{
	background: #fff;
	width: 24px;
	height: 72px;
	position: absolute;
	top: 4px;	
	left: -24px;
	color: silver;
	
	font-size: 70%;
}

div.comment div.box-r{
	background: #fff;
	width: 80px;
	height: 72px;
	position: absolute;
	top: 4px;
	right: -88px;
	color: silver;
z	text-align: right;
	font-size: 70%;
z	border: 1px solid orange;
}

div.box-r a{
z	display: block;
}

div.comment div.box-l-hover{
z	background: #FAFAD2;
	width: 24px;
	height: 72px;
	position: absolute;
	top: 4px;
	left: -24px;
	color: black;
	display: none;
	
	font-size: 70%;
}

div.comment div.box-r-hover{
z	background: #E6E6FA;
	width: 24px;
	height: 72px;
	position: absolute;
	top: 4px;
	right: -24px;
	color: black;
	display: none;
	text-align: right;	
	font-size: 70%;
}

div.box-r img, div.box-l img, div.box-r-hover img, div.box-l-hover img{
	margin: 0 0 8px 0;
}

div.inline{
	display: inline;
	margin: 0 8px 0 0;
	color: #4682B4;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

div.hide{
	display: none;
	margin: 0 8px 0 0;
	color: #4682B4;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}


a.track, a.tracked {
	margin-left: 4px;
}

a.track:link, a.track:visited, a.track:hover{
z	background: url(gfx/tracker.gif) no-repeat left 3px;
z	padding-left: 12px;
	font-size: 11px;
	color: #778899;
}

a.tracked:link, a.tracked:visited, a.tracked:hover{
z	background: url(gfx/tracked.gif) no-repeat left 3px;
z	padding-left: 12px;
	font-size: 11px;
	color: #B33D10;
}

/* --- horsev mod --- */

a.user {
	background:url(gfx/pen.gif) no-repeat 0px 0px;
	padding-left:16px;
}



div.usermenu{
	position:relative;
	padding:0;
}

div.usermenu div.m{
	position:absolute;
	padding:4px 4px 16px 4px;
	background-color:#ffc;
	left:0px;
	top:-28px;
	background:url(gfx/blo.gif) no-repeat 32px bottom;
}

div.usermenu div.m a{
	background-color:#ff9;
	margin:0;
	padding:4px;
	text-decoration:none;
	white-space:nowrap;
}


div.usermenu div.j{
	position:absolute;
	padding:4px 4px 16px 4px;
	background-color:#ffc;
	left:104px;
	top:-28px;
	background:url(gfx/blo.gif) no-repeat 32px bottom;
}

div.usermenu div.inline{
	display: inline;
}

div.usermenu div.inline a{
	color: teal;
}

/* ----- */

div.shaded{
	background: #2f2d44;
	color: #fff;
	padding: 4px 4px 4px 8px;
	margin: 0 0 8px 0;
z	display: none;
	font-size: 80%;
}

div.shaded a{
	color: #fc0;
	margin-left: 8px;
	margin-right: 4px;
}

div.shaded b{
	color: #fc0;
	font-weight: normal;
}

div.shaded a.user{
	color: #F8E492;
}

div.shaded a.perm{
	color: #996;
	margin-right: -4px;
	margin-left: 0px;
}

div.shaded span.username{
	color: #fc0;
	margin-left: 4px;
	margin-right: 4px;	
}

div.shaded span.date{
	color: #6699cc;
}

div.shaded a.r:link, div.shaded a.r:visited{
	float: right;
	color: #888;
	padding-left: 14px;
	background: url('http://dummy.web/xt/blog/res/gfx/comm.gif') no-repeat 0px 2px;
}

div.shaded a.r:hover{
	float: right;
	color: maroon;
	padding-left: 14px;
	background: url('http://dummy.web/xt/blog/res/gfx/comm-a.gif') no-repeat 0px 2px;
}


div.reply div.shaded{
	display: none;
}

div.reply div.comment{
	margin-top: 16px;
	display: block;
}

div.coll div.shaded{
	margin-top: -4px;
	display: block;
}

div.coll div.comment{
	display: none;
}

div.reply div.coll{
z	border: 1px solid silver;
}

div.actions div.form{
	margin: 16px 0 0 0;
z	border: 4px solid #eee;
z	padding: 0;
	font-size: 11px;
}

div.actions div.form p{
	font-size: 120%;
}

div.actions div.form h3{
	padding: 0;
	margin-bottom: 8px;
	font-size: 140%;
	font-weight: bold;
}

div.actions div.form form span{
	color: #fc6;
}

div.actions div.form textarea{
	// margin-top: 2px;
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px;
	display: block;
	width: 97%;
z	border: 1px solid #838383;
	height: 160px;
	overflow: auto;
}


div.tc h3{
	margin-top: 32px;
	margin-bottom: 24px;
}

div.tc div.actions div.form div.input{
	padding: 0px 0 0 168px;
	color: #999;
	height: 32px;
	margin: 2px 0 0 0;
}

div.tc div.actions div.form input{
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: arial;
	font-size: 120%;
	padding: 2px;
	padding-left: 4px;
	width: 160px;
	border: 1px solid #999;
z	border-bottom-color: #999;
	height: 18px;
	background: #fff;
}


div.tc div.actions div.form div.inputc{
	color: #369;
	height: 32px;
	margin: 2px 0 0 0;
	float: right;
}

div.tc div.actions div.form div.input input{

	float: left;
	margin-top: 0px;
	margin-left: -168px;
	margin-right: 4px;
}

div.tc div.actions div.form div.inputc input{
	border: none;
	width: 18px;
	height: 14px;
	margin: 0;
}

div.actions div.form form{
	margin: 0;
	padding: 0;
}

div.actions div.form div.item {
	display: inline;
	margin: 0;
	color: #7E3B5C;
	text-decoration: underline;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	cursor: hand;
}

div.actions div.form div.q {
	text-decoration: none;
	color: White;
	background: #A9C259;
	cursor: auto;
}

div.actions div.form div.inputs {
	margin-top: 16px;
}

div.actions div.o div.openid{
	display: block;
}

div.actions div.o div.anonymous{
	display: none;
}

div.actions div.a div.openid{
	display: none;
}

div.actions div.a div.anonymous{
	display: block;
}


div.actions div.form div.btnx{
	width: 160px;
	margin-top: 4px;
}

div.actions div.form div.input{
	margin-bottom: 8px;
		width: 50%;
		float: left;
		margin-right: 4px;
}

div.actions div.form button{

	margin: 2px 0 0 0;
	cursor: pointer;
	cursor: hand;

	font-family: "Trebuchet MS";
	background: 0;
	border: 0;
	font-size: 110%;
	// font-size: 110%;
}



div.actions div.form button.ie{
	padding: 0;
	background: none;
	margin: -4px 0 0 0;
	cursor: pointer;
	cursor: hand;
	width: 196px;
	height: 32px;
}

div.form div.button {
	background: #5E6676;
	width: 196px;
	margin: 8px 0 0 0;
	padding: 0;
}

div.form div.button div{
	background: url(gfx/btn-l.gif) no-repeat left top;
}

div.form div.button div div{
	height: 32px;
	text-align: center;
	padding-top: 4px;
	color: white;
	font-size: 11px;
	background: url(gfx/btn-r.gif) no-repeat right top;	
z	border: 1px solid orange;
}

div.topnews div.date{
	margin-left: 8px;
}

div.reply div.reply{
	margin-bottom: 0;
}

div.addcomment{
	color: #fc0;
	font-size: 120%;
	padding-left: 0px;
	text-decoration: underline;
	zborder-bottom: 1px dashed #c00;
	cursor: pointer;
	cursor: hand;
}

div.tc div.actions div.form h3 {
	border-top: none;
	text-decoration: none;
}

/* div.actions div.input div.form input{
		margin-top: 2px;
	margin-bottom: 4px;
	font-family: Tahoma;
	font-size: 100%;
	padding: 4px;
	width: 160px;
	border: 1px solid #999;
	border-bottom-color: #000;
	height: 24px;
z	background: #EFFFDF;
}*/
