#commentRules.plus, #commentRules.plus:hover, #commentRules.minus, #commentRules.minus:hover {
	text-transform: uppercase;
	text-align: right;
	position: relative;
	font-size: 10px;
	font-weight: bold;
}

#commentRules.plus, #commentRules.plus:hover, #commentRules.minus, #commentRules.minus:hover {
	color: #444444 !important;
	text-decoration: none !important;
	padding-left: 20px;
}

#commentRules.plus {
	background: transparent url(http://media.pnwlocalnews.com/designimages/icon_plus_bw.png) no-repeat scroll 0 0;
	padding: 3px;
	padding-left: 20px;
}

#commentRules.plus:hover {
	background: transparent url(http://media.pnwlocalnews.com/designimages/icon_plus.png) no-repeat scroll 0 0;
}

#commentRules.minus {
	background: transparent url(http://media.pnwlocalnews.com/designimages/icon_minus_bw.png) no-repeat scroll 0 0;
	padding: 3px;
	padding-left: 20px;
}

#commentRules.minus:hover {
	background: transparent url(http://media.pnwlocalnews.com/designimages/icon_minus.png) no-repeat scroll 0 0;
}

.hide {
	display: none;
}

#comment_rules {
	display: block;
	border: 1px solid #d8d8d8;
	background-color: #fafafa;
	width: auto;
	height: auto;
	margin: 15px 30px;
	padding: 10px 15px 0;
}

ul.comment_rules {
	padding: 0 !important;
	margin: 0 5px 10px 25px !important;
	color: #444444 !important;
	list-style-image: url(http://media.pnwlocalnews.com/designimages/icon_itembullet.png);
}
