/*----------
Block 4 display styles
----------------------------------*/
.block4 { 
	
	}

.block4 .contentblock { 
	padding: 6px;
	margin-bottom: 10px;
	border: solid 1px #aeadab;
	background: #e5e5e3 url(/graphics/buzz_bg.jpg) repeat-x;
	/*supposed to remove this one below*/
	}

.block4 .noGrad {
	background-image: none;
	background: #fff;
	}
	
.block4 .grey {
	border: none;
	background: #eeeeed;
	}

/*----------
storySet/sectiontitle variations
------------------------------------------*/
.block4 h1.sectionTitle {
	border: none;
	border-bottom: none;
	border-top: none;
	background: none;
	}

.block4 .storySet {
	border-bottom: none;
	border-top: none;
	}
	
/*----------
storySet/sectiontitle variantions
------------------------------------------*/

.block4 ul.HLine li {
	background: #e5e5e3 url(/graphics/buzz_bg.jpg) repeat-x;
	}