@charset "UTF-8";
/* CSS Document */

div.left_story {

}

p.story_text {
  float: left;
	font: 14px;
	
}

p.story_text  strong {

}

ul.sample li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%; /*IE6*/
}
ul.sample li {
	xfloat: left;
	width: 423px;
	margin: 0 8px 5px 0;
	padding: 10px 6px 5px 8px;
	*padding: 10px 6px 10px 8px;
	text-align: center;
	background: #ececec;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f4f4f4), color-stop(0.5, #ececec), color-stop(1, #d1e6e7));
	background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(209, 230, 231, 1) 50%, rgba(226, 238, 243, 1) 100%);
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
}
ul.sample li:nth-child(2n) {
 background: #ececec;
}

ul.sample li a {
	color: #111111;
	text-decoration: none;
	display: block;
}
ul.sample li a:hover {
	text-decoration: none;
	color: #ffffff !important;
}
ul.sample li:hover {
	display: block;
	background: #b22c2c;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f15c5c), color-stop(0.5, #de4d4d), color-stop(1, #b22c2c));
	background: -moz-linear-gradient(top, rgba(241, 92, 92, 1) 0%, rgba(222, 77, 77, 1) 50%, rgba(177, 44, 44, 1) 100%);
	color: #ffffff !important;
}

div.ndr_pic {
	margin: 0 8px 5px 0px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 120px;
	height: 78px;
	float: left; 
	
}
div.ndr_text {
	text-align: left;
	font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 120%;
	width: 285px;
	display: block;
	float: left; 
}
div.ndr_text strong{
	
	font-weight: bold;
	
	font-size: 16px;
	
}

h2.ndr, h3.ndr {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 13px;
	margin-bottom: 5px;
}
hr {display: none; margin-bottom: 10px;}
h3.ndr {
  height: 40px;
	*height: 42px;
	width: 378px;
	padding: 10px 0 0 60px;
	font-size: 30px;
	color: #fff;
}



h3.ndr a, h3.ndr a:link, h3.ndr a:hover {
color: #fff;
}
h3#hot {
  background: url('../images/hot_12.jpg') no-repeat;
}
h3#eco {
  background: url('../images/eco_12.jpg') no-repeat;
}
h3#edu {
  background: url('../images/edu_12.jpg') no-repeat;
}

h3#sin {
  background: url('../images/sin_12.jpg') no-repeat;
}
h3#hom {
  background: url('../images/hom_12.jpg') no-repeat;
}
h3#tra {
  background: url('../images/tra_12.jpg') no-repeat;
}

h3#imm {
  background: url('../images/imm_12.jpg') no-repeat;
	
}
h3#pho {
  background: url('../images/pho_10.jpg') no-repeat;
	
}
#ticker {
  margin-top: 8px;
	height: 14px;
	background-color: #fff;
}
div#linenews {
  float: left;
	background-color: #be091c;
	color: #fff;
	display: block;
	width: 125px;
	padding: 2px 0;
	height: 12px;
	font: Arial, Helvetica, sans-serif;
}
.mb8 {
  margin-bottom: 8px;
}
.mt8 {
  margin-top: 8px;
}