/*						 										*/	
/*	AffiliStore Enhanced - Blocks Mod							*/
/*  ==================== 										*/
/*  Controlling CSS file for custom blocks						*/
/*																*/
/*	@file		blocks.css										*/
/*	@package	AffiliStore Enhanced							*/
/*	@author		Stephen Betley <admin[at]anyname[dot]co[dot]uk> */
/*	@link		http://www.anyname								*/	
/*	@copy		Anyname											*/
/*																*/

/************/
/** Block1 **/
/************/

#BlockOne {
	position: relative;
	float: left;
	width: 190px;
	margin: 0 0 10px 0;
}
#BlockOne p {
	position:relative;
	float:left;
	font-weight:normal;
	margin: 0;
	padding: 0 0 0 5px;
	color: #333333;

}
#BlockOne .blockcontent {
	position:relative;
	float:left;
	width: 188px;
	margin:0px 0px 10px 0px;
	padding: 5px 0;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-image:url(../styleImages/boxBotBG.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#publinternoideas .blockcontent {
	position:relative;
	float:left;
	width: 340px;
	margin:0px 0px 10px 0px;
	padding: 5px 10px 10px 5px;
}

/*********************/
/* Generic Block CSS */
/*********************/
.blockTitle {
	position:relative;
	float:left;
	width:190px;
	font-size:110%;
	font-weight:bold;
	color: #333333;
	margin:0;
	padding:6px 0 0 0;
	height:24px; 
	background-image:url(../styleImages/boxTopBG.gif);
	background-repeat:no-repeat;
	text-indent: 10px
}

