@charset "utf-8";

/*	-------------------------------------------------------------
	Marketing Week Style Sheet
	Boussias Communications
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Publications styles
	Filename:			mw.publication.css
	Version:			1.0
	Date:				December 20, 2006
	------------------------------------------------------------- */
	
	

/*	Section Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#AboveTheFold h3 { /* Main Title */
			float: left;
			font-weight: bold;
			background: url("../_images/h3redWide.gif") no-repeat left top;
			width: 394px;
			color: #fff;
			font-size: 12px;
			height: 25px;
			margin: 0px;
			padding: 5px 8px 0px 8px; }
			
		#AboveTheFold h3 span { /* Main Title */
			font-weight: normal; }
	
	
/*	Network Feature
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#AboveTheFold #networkFeature {
			background-position: bottom;
			background-repeat:no-repeat;
			width: 410px;
			height: 110px;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			font-size: 11px;
			border-bottom: 1px solid #666; }
			
		#AboveTheFold #networkFeature ul {
			list-style: none;
			margin: 0px;
			padding:  55px 0px 0px 10px; }
			
		#AboveTheFold #networkFeature ul li {
			background-image: url("../_images/arrow2.gif");
			background-repeat: no-repeat;
			background-position: 0px 5px;
			margin: 0px 0px 3px 0px;
			padding: 0px 0px 0px 8px; }
	
	
/*	Accordion (moo.fx)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#moreContent {
			width: 410px;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			font-size: 11px;
			border-bottom: 1px solid #999; }
		
		#moreContent h3 {
			float: left;
			font-weight: bold;
			background: url("../_images/h3ArchiveBack.gif") no-repeat left top;
			width: 394px;
			color: #fff;
			font-size: 12px;
			height: 25px;
			margin: 0px;
			padding: 5px 8px 0px 8px; }
		
		#moreContent h3 a {
			text-decoration: none;
			padding: 0px;
			margin: 0px; }
		
		#moreContent h3 a:hover {
			text-decoration: underline; }
				
		#moreContent .morelist {
			float: left;
			margin: 0px;
			padding: 0px; }
				
		#moreContent .morelist h5 {
			color: #730000;
			font-size: 12px;
			margin: 0px 0px 5px 0px;
			padding: 0px 10px 0px 10px; }
				
		#moreContent .morelist p {
			margin: 0px 0px 5px 0px;
			padding: 0px 10px 0px 10px; }
				
		#moreContent .morelist hr {
			width: 410px;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #999; }
				
		#moreContent .morelist table {
			margin: 0px 0px 10px 0px;
			width: 410px; }
				
		#moreContent .morelist table thead th {
			background-color: #f5f5f5;
			padding: 3px; }
				
		#moreContent .morelist table td {
			padding: 3px; }



