#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 7em;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0 0 0 3em;
padding: 0;
border-top: 1px #000 solid;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-bottom: 1px #000 solid;
text-align: center;
text-decoration: none;
color: #000;
}

#navlist a:hover { background-color: orange; }
#navlist a:visited { color: #000; }





div.entry,
div#rb_ads {
	text-align:left;
	display:block;
}

div.entry ul,
div#rb_ads ul {
	list-style-type:none;
	list-style-image: none;
	text-align:left;
	text-indent: 0px;
}

div.entry li,
div#rb_ads li {
	list-style-type:none;
	list-style-image: none;
	float:left;
	padding: 5px;
	margin: 2px;
	text-align:left;
	text-indent: 0px;
}

div.entry li > p,
div#rb_ads li > p {
	text-align:left;
	text-indent: 0px;
}

div.entry li img,
div.entry li div,
div#rb_ads li img {
	float:left;
	margin: 2px 15px 2px 2px;
	text-align:left;
	display:inline;
}

div#rb_ads div.rb_image_container,
div.entry div.rb_image_container {
	float:left;
	text-align:left;
}


div#rb_ads div.rb_product_title,
div#rb_ads div.rb_product_desc,
div#rb_ads div.rb_text_container {
	float:left;
	text-align:left;
}

.post div.entry p,
.post div#rb_ads p {
	text-align:left;
}

div#rb_ads ul li:before, div#rb_ads ul ul li:before {
	content: "";
	}

div#rb_ads div.rb_product_title {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

div.rb_clearfix {
	clear:both;
}
