#mainbody #update {
	font-size: 10px;
	color: #999;
	border-bottom: 1px solid #666;
	margin: 2px 0px 10px 0px;
	border-collapse: collapse;
}

/* TOP SECTION, WITH MAIN STORIES */
#mainstory {
	/*width: 260px;*/
	width: 300px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}
#mainstory .toplink a {
	font-size: 18px;
	/* 2007-07-05 kgrossjo: made it the same as in epoch.css for
	   the other article headers.
	   color: #394769;
	*/
	color: #333333;
	text-decoration: none;
	font-family: Georgia, Times;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
}
#mainstory img {
	/*width: 300px;*/
	border: 1px solid black;
}
#mainstory p {
	font-size: 12px;
	text-align: justify;
}
#mainstory p a {
	text-decoration: underline;
}

.leftexclusive {
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    color: #474442;
}

.exklusivbox, #othertoparticles {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #474442
}
.leftexclusive .title, .exklusivbox .title, #othertoparticles .title {
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}
#othertoparticles a {
	text-align: justify;
	font-size: 11px;
}
.leftexclusive ul, .exklusivbox ul, #othertoparticles ul, #mainstory ul {
	list-style-type: none;
	/* list-style-image: url("/images/nav_arrow_off.gif"); */
	/* margin: 0px 0px 0px 15px; */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align:top;
	position: static;
	float: none;
}
.leftexclusive li, .exklusivbox li, #othertoparticles li, #mainstory li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	vertical-align:top;
	position: static;
	float: none;
}
.leftexclusive li img, .exklusivbox li img, #othertoparticles li img {
	float: right; 
	margin: 0px 0px 0px 5px;
	border-width: 1px;
	border-color: black;
}
        
/* FEATURES */
#features {
	vertical-align:top;
	background-color: #9cf;
	padding: 3px; 
} 
#features a {
	display: list-item;
	margin-left: 15px;
	margin-top: 7px;
	color: black;
} 
#features .title {
	background-color: #333; 
	color: white; 
	padding: 4px;
} 
#features .image {
	margin-top: 5px;
	text-align: center;
	line-height: 150%;
} 
#features img {
	border: 1px solid black;
}
#topsection {
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
}
#midsection {
	padding: 2px;
	border-collapse: collapse;
	width: 100%;
}
#midsection .feature {
	color: blue;
	padding: 10px;
	border: 1px dashed #ccc;
	text-align: center;
}





.navtabs {
	margin: 0px 0px 10px 0px;
}

.tablo {
	width=10px;
	border-bottom: 2px solid #888;
}

.tabsel {
	width=10px; 
	font-size: 13px; 
	padding: 3px 5px 1px 5px; 
	border-top: 2px solid #933; 
	border-left: 1px solid #888; 
	border-right: 1px solid #888; 
	background-color: #fff; 
	color: #888;
}

.tabnosel {
	width=10px; 
	font-size: 11px; 
	padding: 3px 5px 1px 5px; 
	border-bottom: 2px solid #888; 
	border-top: 1px solid #888; 
	border-left: 1px solid #888; 
	border-right: 1px solid #888; 
	background-color: #eeeeee;
}


#categories table {
        padding: 2px 2px 2px 10px;
}
.categories {
        border-collapse: collapse;
}
.category {
        vertical-align: top;
        width: 50%;
        padding: 3px 6px 3px 6px;
} 
.category .title {
        text-transform: uppercase;
        border-bottom: 1px dashed #ccc;
        border-top: 1px solid #993333;
        padding: 2px 2px 2px 10px;
        margin-bottom: 5px;
        font-weight: bold;
} 
.category .title a {
        color: #993333;
} 
.category img {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
	/* height: 60px;*/
	/* width: 80px; */
} 
.category ul {
	list-style-type: none;
	/* list-style-image: url("/images/nav_arrow_off.gif"); */
	/* margin: 0px 0px 0px 18px; */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: static;
	float: none;
} 
.category li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 11px;
	position: static;
	float: none;
}




