/*******************************************************
TITLE: © 2005-2007 Mercx Design. All rights reserved.
DATE: JAN 2007
AUTHOR: Mercx Design - http://www.mercx.co.uk
*******************************************************/

/******************************************   Print Mods - Arrows and green links ***/	
#cell_print_head {
	margin: 0 0 0 8px;
	padding-bottom: 15px;
	float: left;
	width: 638px;
	height:157px;
	display: inline; /* Used to fix the IE double margin bug */
	background-image:url(../graphics/img_package_header.jpg);
	background-repeat:no-repeat;
	}	
	
#cell_print_head_position {
	margin: 15px 25px 10px 25px;
	padding:0px;
	}
	
	#cell_print_head_position ul{
		padding:0px;
		margin: 0px 0px 0px 0px;
		}	
		
		#cell_print_head_position li{
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-weight:bold;
			font-size: 17px;
			color:#1fd1ff;
			margin: 0px 0px 0px 0px;
			text-align:justify;
			line-height:23px;
			background: transparent url(../graphics/arrow_print_large.gif) left center no-repeat;
			list-style-type: none;
			text-indent:38px;
			}
	
		#cell_print_head_position li.blank{
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-weight:bold;
			font-size: 12px;
			color:#000000;
			margin: -7px 0px 0px 0px;
			text-align:left;
			line-height:23px;
			background:none;
			list-style-type: none;
			text-indent:38px;
			}
					
#cell_print_subhead{
	margin: 0 0 0 7px;
	padding-bottom: 15px;
	float: left;
	width: 209px;
	height:309px;
	display: inline; /* Used to fix the IE double margin bug */
	background-image:url(../graphics/img_package_sub_header.jpg);
	background-repeat:no-repeat;
	}
	
#cell_print_subhead_position{
	margin: 10px 25px 10px 25px;
	}
	
	#cell_print_subhead_position ul{
		padding:0px;
		margin: 0px 0px 0px 0px;
		}
		
		#cell_print_subhead_position li{
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-weight:bold;
			font-size: 16px;
			color:#000000;
			margin: 0px 0px 0px 0px;
			text-align:justify;
			line-height:23px;
			background: transparent url(../graphics/arrow_print_large.gif) left center no-repeat;
			list-style-type: none;
			text-indent:38px;
			}
	
		#cell_print_subhead_position li.blank{
			font-size: 11px;
			color:#000000;
			line-height:15px;
			background:none;
			text-indent:0px;
			}
			
			#cell_print_subhead_position li.small{
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-weight:bold;
			font-size: 11px;
			color:#666666;
			margin: 0px 0px 0px 0px;
			text-align:left;
			line-height:23px;
			background: transparent url(../graphics/arrow_print_small.gif) left center no-repeat;
			list-style-type: none;
			text-indent:15px;
			}		
