#center .article_rules .box h1 {
	margin: 0;
}
#center .article_rules .box h3 {
	margin: 20px 0;
}
#center .article_rules a.more,
#center .article a.mores {
	background: url(/media/dsg/submit.gif) no-repeat left top;
	display: block;
	height: 12px;
	padding: 4px 0;
	width: 111px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 0.916em;
	margin-right: 10px;
	float: left;
}
#center .article a.backs {
	background: url(/media/dsg/back.gif) no-repeat left top;
	width: 190px;
	clear: both;
	margin-top: 20px;
}

#center .article .box_content {
	font-size:1.2em;
	line-height:1em;
}

#center .article_list {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#center .article_list li {
	background: url(/media/dsg/news_list_bottom.gif) repeat-x left bottom;
	padding: 10px 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#center .article_list li .thumb {
	width: 66px;
	margin-right: 12px;
	float: left;
}
#center .article_list li .thumb img {
	border: 1px solid #d3d3d3;
	padding: 4px;
}
#center .article_list li .description {
	width: 552px;
	float: left;
}
#center .article_list li .description h2,
#center .article h2 {
	border: 0;
	margin: 0;
	padding-bottom: 4px;
	font-size: 1.166em;
	font-weight: normal;
	color: #88b646;
	line-height: 1em;
}
#center .article_list li .description .date,
#center .article .date {
	color: #a19e93;
	font-size: 0.916em;
	padding-bottom: 5px;
}
#center .article_list li .description a.more {
	font-weight: bold;
}

/* RATING */
.rating {
	clear: both;
}
.rating span.vote {
	width: 66px;
	margin-right: 12px;
	display: block;
	text-align: right;
	float: left;
	padding-top: 3px;
}
.rating div.voter {
	width: 300px;
	float: left;
}
.rating div.voter .button {
	width: 74px;
	height: 20px;
	float: left;
	margin-right: 1px;
}
.rating div.voter .vote_up {
	background: url(/media/dsg/vote_up.png) no-repeat 0 0;
}
.rating div.voter .vote_up span {
	display: block;
	width: 42px;
	text-align: center;
	color: #4d6030;
	font-weight: bold;
	font-size: 1.166em;
	padding: 4px;
	float: left;
}
.rating div.voter .vote_up a {
	display: block;
	width: 24px;
	height: 20px;
	float: left;
}
.rating div.voter .vote_down {
	background: url(/media/dsg/vote_down.png) no-repeat 0 0;
}
.rating div.voter .vote_down span {
	display: block;
	width: 42px;
	text-align: center;
	color: #891c19;
	font-weight: bold;
	font-size: 1.166em;
	padding: 4px;
	float: right;
}
.rating div.voter .vote_down a {
	display: block;
	width: 24px;
	height: 20px;
	float: right;
}


/* FORM */
#article_form {
	padding-top: 10px;
}
#article_form_user_left {
	width: 310px;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}
#article_form_user_left li.html div {
	margin: 0;
}
#article_form_user_right {
	width: 310px;
	float: left;
	padding-bottom: 10px;
}
#article_form_article {
	padding: 10px 0;
	background: url(/media/dsg/news_list_bottom.gif) repeat-x top left;
	clear: both;
}
#article_form_article .text label,
#article_form_article .textarea label {
	font-weight: bold;
}
#article_form_article .text input,
#article_form_article .textarea textarea {
	width: 474px;
}
#article_form_article li.textarea div {
	width: auto;
	height: auto;
}
#article_form .submit {
	padding-left: 130px;
}
#article_form .submit input {
	background: url(/media/dsg/submit.gif) no-repeat 0 0;
	width: 111px;
	color: #fff;
	text-transform: none;
	font-weight: bold;
	font-size: 0.916em;
}

#img_preview {
	padding: 0;
}

