/** 04/03/09 MB **/




/* newsletter */
body #newsletter {
	background: transparent url(/static/img/layout/right_block/bg_newsletter3.gif) no-repeat;
}
body #newsletter.olive {
	background: transparent url(/static/img/layout/right_block/bg_newsletter4.gif) no-repeat;
}
body #newsletter h2 {
	visibility: hidden;
}

/* article list */

body .readMoreLink, body .seeAll {
	background: transparent url(/static/img/layout/buttons/go_raquo.gif) no-repeat scroll right 2px;
  padding-right: 12px;
}
body #bodyRight .readMoreLink {
	font-size: 14px;
  color: #D12727;
  text-decoration: none;
  padding: 0px;
  background: none;
  float: none;
}
body #bodyRight .readMoreLink img {
	margin: 0;
  text-decoration: underline;
  vertical-align: baseline;
}
body #bodyRight .readMoreLink:hover {
	text-decoration: underline;
}
body .seeNext {
	background-image: url(/static/img/layout/buttons/go_triangle_white.gif);
  background-position: right 7px;
  font-weight: bold;
}
body .seePrev {
	background-image: url(/static/img/layout/buttons/back_triangle_white.gif);
  background-position: 4px 7px;
  font-weight: bold;
}
body .seeAll2 {
  font-weight: bold;
}
body .mostPopular p, body #gossips p {
	height: auto;
  margin-bottom: 3px;
}
body .mostPopular p a, body #gossips p a{
	text-decoration: none;
}
body .mostPopular p a:hover, body #gossips p a:hover{
	text-decoration: underline;
}
