/*
* frontend-content.css
* WP Shopafrolic buy / don't buy 0.1
* Armando Borge
* http://www.novacci.com
* Since Jun 2009
*
*/

/* adding style for the not buy page 
************************************************/
.noBorder{border-top:0!important;}
.shopSection .postDate p{
	font:9px Georgia, "Times New Roman", Times, serif!important;
	color:#330000;
	margin:0 0 0 19px!important;
	padding:4px 0 0 0!important;
	text-transform:lowercase;
}
.shopSection .postDate{
	height:17px;
}
.shopSection .buyNotBuyItemLeft{
	margin:0 15px 0 0;
	padding:5px 0 15px 14px;
	height:180px;
	width:145px;
	float:left;
}
.shopSection .buyNotBuyItemRight{
	margin:4px 0 0;
	padding:0; 
	width:307px;
	float:left;
}
.shopSection .buyNotBuyItemRight ul{
	margin:0;
	padding:0;
	list-style:none;
}
.shopSection .buyNotBuyItemRight ul li{
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#330000;
	margin:0 0 13px 2px;
	padding:0;
	line-height:14px;
}
.shopSection .buyNotBuyItemRight ul li span{
	color:#cc9900;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-right:3px;
}

#buyLinksBottom ul li {
	color:#330000;
	display:block;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif!important;
	font-size:12px!important;	
	font-weight:bold!important;
	margin:0 5px 0 0!important;
	padding:0!important;
}
.clear{
	clear:both;
	height:0px;
	width:0px;
}