.block
{
	padding:0px;
	margin:0px;
	background-color:#fff;
	margin-bottom:15px;
	padding-left:4px;
}

.block h2.title, .lastArticles h2.title
{
	color:#fff;
	background-color:#333333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#222');
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333, #222);
	background-repeat:repeat;
	padding:3px 5px;
	margin:0px;
	margin-bottom:2px;
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px #111;
}

.clickbank_sidebar
{
	margin-left:4px;
	border:5px solid #ddd;
	padding:4px;
}

.clickbank_sidebar a
{
	padding:0px;
	margin:0px;
	display:block;
	line-height:0px;
}

.adsenseSidebar
{
	padding:15px;
	margin:10px 0px;
}

.dotted
{
	border-top:1px dotted #888;
}

.homeContent
{
	font-size:14px;
	margin-top:10px;
	padding-top:10px;
}

.brands
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ffffff));
	background: -moz-linear-gradient(top, #f1f1f1, #ffffff);
	border-top:2px solid #888;
	padding:5px 0px;
}

#allArticles
{
	display:block;
	text-align:center;
	text-decoration:none;
	padding:4px 0px;
	margin:0px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	border:1px solid #754569;
	background-color:#9C658D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C658D', endColorstr='#754569');
	background: -webkit-gradient(linear, left top, left bottom, from(#9C658D), to(#754569));
	background: -moz-linear-gradient(top, #9C658D, #754569);
	text-shadow:-1px -1px #754569;
}

#allArticles:hover
{
	background-color:#754569;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754569', endColorstr='#754569');
	background: -webkit-gradient(linear, left top, left bottom, from(#754569), to(#754569));
	background: -moz-linear-gradient(top, #754569, #754569);
}

.w-tag-cloud
{
	background-color:#eee;
	margin-top:0px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

