img {border: none;}
/*--Main Image Preview--*/
.main_image {
	width: 760px; height: 400px;
	float: left;
	background: #fff;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-repeat:no-repeat;
	background-position:center center;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
.main_image h8 {
	padding-left:4px;
	font: 28px normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding-bottom:0px;
	margin-bottom:0px;
}
h9 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight:110%;
	color: #333;
	padding-bottom:0px;
	margin-bottom:0px;
	float:left;
}
.main_image p {
	font-size: 12px;
	padding: 5px;	margin: 0;
	line-height: 1.6em;
}
.main_image a{
color:#0095FF;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	height:80px;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 

.sublinkers {
background-repeat:no-repeat;
background-position:center center;
width:760px;
float:left;
min-height:70px;
border-top: thin solid #ccc;
padding-top:5px;
}
.sublinkers .storys{
width:380px;
float:left;
}
.cats{
margin-top:3px;
margin-bottom:3px;
width:760px;
float:left;

}
.tops{
border-top: thin solid #ccc;
padding-top:5px;
width:760px;
float:left;
}
.tops h8{
	font: 20px normal Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-bottom:0px;
	margin-bottom:0px;
}
.tops .tit{
width:320px;
}
.tops p{
	margin-top:3px;
}
.tops .storys{
padding-bottom:20px;
width:380px;
height:200px;
float:left;
}
.tops .bodi{
margin-left:5px;
}
a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
	overflow:visible;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
	text-align:center;
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	width:84px;
	font-weight:bold;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}