#news .left {
	float: left;
	width: 690px;
	margin-left: 35px;
	margin-top: 30px;
}

#news .left ul.news {
  list-style: none;
  margin: 0;
}

#news .left ul.news h2.news {
  font-size: 20px;
  color: #72032a;
}

#news .left ul.news h2.news a {
  text-decoration: none;
}

#news .left ul.news h2.news span {
  font-size: 12px;
  color: #a6a6a6;
  margin-left: 34px;
}

#news .left li.news {
  padding-top: 31px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

#news .left li.last {
  border-bottom: none;
}

#news .left li.news div.news {
  color: #515151;
  margin-bottom: 20px;
}

#news .left li.news p {
  color: #515151;
  margin-bottom: 10px;
  margin-top: 0;
}

#news .left li.news a.comments_link {
  text-decoration: none;
  float: right;
}

#news .left div.comments_title {
  color: #adadad;
  padding-left: 15px;
}

#news .left ul.comments {
  list-style: none;
  margin: 0;
}

#news .left li.comments {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 15px 15px 15px;
  background-color: #f0f0f0;
  width: 493px;
}

#news .left h2.comments {
  color: #710000;
}

#news .left h2.comments span {
  color: #000;
  margin-left: 20px;
}

#news div.news_pager {
  margin-top: 50px;
}

#news div.news_pager a {
  text-decoration:none;
  color: #525252;
}

#news a.news_prev {
  float: left;
}

#news a.news_next {
  float: right;
}


#news form {
  margin-top: 17px;
}

#news input {
  width: 210px;
  margin-right: 7px;
  margin-bottom: 7px;
}

#news textarea {
  width: 446px;
  height: 100px;
  margin-bottom: 17px;
}

#news button {
  background:transparent url(/images/buy-button.gif) no-repeat scroll left center;
  color:#000000;
  display:block;
  font-family:Verdana;
  font-size:14px;
  height:39px;
  line-height:39px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  width:110px;
}

































