/*
-------------------------------------------------
 PRESS ITEMS  -- 2 Columns
-------------------------------------------------*/
/* PressRelease header */
div#press_release_head {
			margin: 0 0 0 0;
			padding: 8px 0 0 0;
			width: 755px;
			line-height: 24px;
			background: transparent url(../images/dash_across_wht.gif) bottom left repeat-x;
			background-color: #D20081;
			}
			
			#press_release_head h2 {
						margin: 0 0 0 9px;
						padding: 0;
						height: 24px;
						line-height: 12px;
						text-indent: -9999px;
						background: transparent url(../images/header_press_release.gif) top left no-repeat;
						color: #fff;
						}

/* PressMention header */
div#press_mention_head {
			margin: 0 0 0 0;
			padding: 8px 0 0 0;
			width: 755px;
			line-height: 24px;
			background: transparent url(../images/dash_across_wht.gif) bottom left repeat-x;
			background-color: #D20081;
			}
			
			#press_mention_head h2 {
						margin: 0 0 0 9px;
						padding: 0;
						height: 24px;
						line-height: 12px;
						text-indent: -9999px;
						background: transparent url(../images/header_press_mention.gif) top left no-repeat;
						color: #fff;
						}

/* Pagination dl container */
dd#.controls {
			margin: 0;
			padding: 0;
			width: 495px;
			font-size: 10px;
			line-height: 14px;
			color: #4c4c4c;
			position: relative;
			}
			
			.page_buttons ul {
						margin: 0;
						padding: 0;
						}
			
			.page_buttons li {
						padding: 0;
						height: 10px;
						text-indent: -9999px;
						float: right;
						}

			.page_buttons li a {
						margin-top: 4px;
						padding: 0;
						line-height: 10px;
						height: 10px;
						display: block;
						background-position: top left;
						background-repeat: no-repeat;
						}

			.page_buttons li a:hover {
						background-position: 0 -10px;
						}
												
			.page_buttons li.printable a {
						width: 65px;
						background-image: url(../images/printable.gif);
						margin-right: 2px;
						}
															
			.page_buttons li.backToList a {
						width: 75px;
						background-image: url(../images/back_to_list.gif);
						margin-right: 2px;
						}


/* Right SCOOP COLUMN */		
td.press_img	{
			padding: 0 0 0 0;
			width: 495;
			}
			
			.scoop img	{
						margin: 0;
						padding: 0;
						}
						
			.scoop dl	{
						margin: 0;
						padding: 0;
						width: 495px;
						}
						
						dd 			{
									margin: 0;
									padding: 0;
									color: #474646;
									font-size: 11px;
									line-height: 14px;
									}
									
						dd h4		{
									margin: 0;
									padding: 0;
									color: #DC0006;
									font-size: 11px;
									line-height: 15px;
									}
									
dd#issue_header {
									margin: 0;
									padding: 0;
									width: 495px;
									background: #9900FC;
									color: #fff;
									}
									
									#issue_header h2,
									#issue_header h3 {
												text-transform: uppercase;
												}
									
									#issue_header h2 {
												margin: 14px 0 2px 0;
												padding: 0;
												font-size: 11px;
												line-height: 14px;
												font-weight: bold;
												}
									
									#issue_header h3 {
												margin: 0;
												padding: 10px 60px 8px 15px;
												font-size: 12px;
												line-height: 14px;
												}
									
						dd#issue 	{
									margin: 0;
									padding: 10px 14px 0 15px;
									}
									
									#issue h2 {
												margin: 14px 0 0 0;
												padding: 0;
												font-size: 11px;
												line-height: 13px;
												font-weight: bold;
												}
									
									#issue p	{
												margin: 14px 0 2px 0;
												padding: 0;
												font-size: 11px;
												line-height: 14px;
												}
									#issue p a	{
												color: #4c4c4c;
												}
									#issue p a:hover	{
												color: #4c4c4c;
												}
						
						
	/* rule above footer */
			#footer_rule {
						margin: 0;
						padding: 0;
						height: 1px;
						text-indent: -9999px;
						background: transparent url(../images/dash_across.gif) bottom left repeat-x;
						}			
			
