.forum .cols {
	padding-right: 100px;
	padding-left: 100px;
}
.forum .banner_container_top {
    margin-bottom: 30px;
} 
.forum .breadcrumbs {
	margin-left: 10px;
	padding: 0 0 10px;
	font-size: 11px;
	font-weight: normal;	
}
.forum .admin .info {
	padding: 0 0 10px;
}
.forum h1 {
	padding: 10px;
	font-weight: bold;
}
.forum .head {
   background-color: #f8f8f8; 
   padding: 10px 0 10px 0;
   border: 1px solid #c6c6c6;
}
.forum h2 {
	padding-left: 10px;
	display: inline;
	font-size: 18px;
	font-weight: normal;
}
.forum .admin .control {
	margin: 0;
	left: 0;
	top: -4px;
}
.forum .head .control {
   #top: 6px;
   _top: 6px;
}
@media all and (min-width: 0) {
	.forum .admin .control {
		top: 4px;
	}
}
.forum .subforums {
	padding-left: 50px;
}
@media all and (min-width: 0) {
	.forum .subforums {
		padding-left: 5px;
	}
}
.forum .topics {
   border-left: 1px solid #c6c6c6;
   border-right: 1px solid #c6c6c6;
   border-bottom: 1px solid #c6c6c6;
	padding: 10px;
	margin: 0 0 20px;
}
.forum .topics table {
	width: 100%;
}
.forum .topics h3 {
	padding: 0;
	margin: 7px 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.forum .topics .text {
	min-width: 65%;
}
.forum .topics .count, .forum .topics .author {
	text-align: center;
	width: 60px;
	padding: 0 20px;
}
.forum .topics .date {
	text-align: center;
	width: 140px;
}
.forum .topics .count {
	color: #000;	
}
.forum .cols .controls {
   margin: 10px 10px 0 0;
   width: 90%;
}
.forum .cols .controls .control {
	padding-left:10px;
	padding-right: 10px;
}
.forum .top_button {
	margin-bottom: 20px;
}

#topic {
	padding: 15px 0 0 10px;
	clear: both;
}
#topic .admin .control {
	top: -6px;
	left: 5px;
}
@media all and (min-width: 0) {
	#topic .admin .control {
		vertical-align: top;
		left: 0;
	}
}
#topic .avatar {
	vertical-align: top;
}
#topic .data {
	vertical-align: top;
	padding-left: 5px;
}
#topic h1 {
	padding: 0 0 5px;
	font: bold 15px Verdana, Tahoma, sans-serif;;
	color: #000;
}
#topic .data .admin {
	font-weight: bold;
	color: #000;
	height: 20px;
}
#topic .anchor, #topic .anchor1 {
	position: relative;
	padding-left: 18px;
	padding-bottom: 5px;
	text-decoration: none;
	top: -2px;
	background: url('/images/icons/anchor.gif') no-repeat 0 0;	
}
#topic .note {
	font-style: italic;
	margin: 0 0 5px;
	color: #666;
}
#answers {
	margin-left: 40px;
}

