<!--

/* features list */

.featureslist {
	margin-bottom:12px;
	width:595px;
	overflow:hidden;
}

.featureslist-item {
	border:1px solid #999999;
	margin:0px;
	margin-right:11px;
	padding:1px;
	width:183px;
	height:142px;
	overflow:hidden;
	float:left;
}

.featureslist-item-img {
	border:0px;
}

.featureslist-item-type {
	position:relative;
	margin-top:-10px;
	margin-left:3px;
	margin-bottom:3px;
	float:left;
	height:21px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#F5C171;
	padding-left:5px;
	padding-right:5px;
}

.featureslist-item-type A {
	color:#000000;
	text-decoration:none;
}

.featureslist-item-type A:hover {
	text-decoration:underline;
}

.featureslist-item-title {
	clear:both;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:3px;
	margin-right:3px;
}

.featureslist-item-title A {
	color:#000000;
	text-decoration:none;
}

.featureslist-item-title A:hover {
	color:#666666;
	text-decoration:underline;
}

/* news list */

.newslist {
	border-top:1px solid #CCCCCC;
	padding-top:12px;
	margin-top:12px;
	width:590px;
}

.newslist-item {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:12px;
	margin-bottom:12px;
}

.newslist-item-img {
	float:left;
	margin-right:13px;
}

.newslist-item-img IMG {
	padding:1px;
	border:1px solid #CCCCCC;
}

.newslist-item-textblock {
	float:left;
	width:405px;
}

.newslist-item-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}

.newslist-item-title A {
	color:#990000;
	text-decoration:none;
}

.newslist-item-title A:hover {
	color:#FF6666;
	text-decoration:underline;
}

.newslist-item-info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-bottom:4px;
	margin-top:4px;
}

.newslist-item-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:16px;
}

/* recommended stuff and most commented*/

.lowerfplists {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.lowerfplists-commented {
	float:left;
	border-right:1px solid #CCCCCC;
	width:300px;
	margin-right:16px;
	padding-right:16px;
}
 
.lowerfplists-recommended {
	float:left;
	width:250px;
}

.lowerfplists UL {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}

.lowerfplists UL LI {
	background-image:url(/do/img/bits/orange-bullet-small.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	padding-left:10px;
	margin-bottom:5px;
}

.lowerfplists UL LI A {
}

/* search: options toolbox [TopSectionSearch] */

.search-options {
	background-color:#CCCCCC;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:-19px;
	margin-bottom:25px;
}

.search-options FORM {
	margin:0px;
	padding:0px;
}

.search-options TABLE {
	width:100%;
}

.search-options TD {
	vertical-align:top;
	padding:5px;
	white-space:nowrap;
	line-height:20px;
}

.search-options INPUT.search-textbox {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0px;
}

.search-options INPUT.search-button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#999999;
	border:1px solid #FF6600;
	height:18px;
	margin-top:2px;
	margin-right:7px;
	background-image:url(/do/img/bits/orange-btn-bg.gif);
}

/* search: options toolbox sections [TopSectionSearch] */

.search-options TD.section-list-td {
	border-top:1px solid #666666;
	background-color:#DDDDDD;
	white-space:normal!important;
}

.search-options-sections {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	width:400px;
}

.search-options-sections LI {
	float:left;
	width:140px;
}

-->