/*
	name : globalFooter
	file : aol.globalfooter.css
	author : Geoff Bishop
	(c) Copyright 2009 AOL Inc.

	description: 
	Styles the global footer and global footer box.
*/

#GF_ {
	float: left;
	font: 11px Arial;
	width: 980px;
	margin: 0 auto;	
	position: relative;
	z-index: 1600000;
}

/* 1. Guts
---------------------------------------------------------
*/  
	#GF_ #GF_guts {
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		clear: both;
		display: block;
		float: left;
		height: 89px;
		position: relative;
		width: 978px;
		z-index: 667;
	}
	
	#GF_ #GF_brand {
		padding: 22px 0 0 14px;
	}
		#GF_ #GF_brand_link	{
			background: url(http://o.aolcdn.com/os/living/health/images/aolbody_logo.gif) no-repeat 0px 13px;
			color: #333;
			display: block;
			height: 47px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -6666px;
			width: 214px;
		}

/* 2. Center: Branding, Search & Feedback link
---------------------------------------------------------
*/  
	#GF_ #GF_guts {
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		clear: both;
		display: block;
		float: left;
		height: 89px;
		position: relative;
		width: 978px;
		z-index: 667;
	}
		#GF_ #GF_brand {
			padding: 22px 0 0 14px;
		}
			#GF_ #GF_brand_link	{
				background: url(http://o.aolcdn.com/os/living/health/images/aolbody_logo.gif) no-repeat 0px 13px;
				color: #333;
				display: block;
				height: 47px;
				overflow: hidden;
				text-decoration: none;
				text-indent: -6666px;
				width: 214px;
			}
		#GF_ #GF_search	{
			background: url(http://o.aolcdn.com/os/living/health/images/AOL_GlobalHeader_Health.png) no-repeat 0 -200px;
			padding:6px 8px;
			position: absolute;
			right: 218px;
			top: 15px;
		}
			#GF_ #GF_search_form {
				height: 43px;
				padding: 5px 0 0 5px;
				width: 473px;
			}
				#GF_ #GF_search_field {
					background: transparent url(http://o.aolcdn.com/os/living/health/images/AOL_GlobalHeader_Health.png) no-repeat 0 -50px;
					border: 0px;
					color: #666;
					float: left;
					font: bold 16px Arial;
					height: 24px;
					margin: 0;
					overflow: hidden;
					padding: 10px 0 4px 13px;
					width: 342px;
				}
				#GF_ #GF_search_label {
					border: 0;
					color: #999;
					font: bold 16px Arial;
					height: 24px;
					left: 27px;
					margin: 0;
					position: absolute;
					top:21px;
					width: 342px;
				}
				#GF_ #GF_search_field.GH_search_active {
					background: transparent url(http://o.aolcdn.com/os/living/health/images/AOL_GlobalHeader_Health.png) no-repeat 0 0px;			
				}
				#GF_ #GF_search_button {
					background: url(http://o.aolcdn.com/os/living/health/images/AOL_GlobalHeader_Health.png) no-repeat 0 -100px;
					border: none;
					cursor: pointer;
					height: 39px;
					margin: 0 0 0 4px;
					overflow: hidden;
					padding: 0;
					text-indent: -6666px;
					width: 111px;
				}
				#GF_ #GF_search_button:hover {
					background-position: 0 -150px;
				}
			#GF_ #GF_search_results	{
				background-color: #ffffff;
				border: 1px solid #818181;
				display: none;
				font-size: 12px;
				font-weight: normal;
				left: 13px;
				position: absolute;
				top: 49px;
				width: 353px;
			}
				#GF_ #GF_search_results ul {
					color: #666666;
					list-style-type: none;
					margin: 0;
					padding: 0;
				}
					#GF_ #GF_search_results ul li {
						cursor: pointer;
						margin: 0;
						padding: 3px 10px;
					}
					#GF_ #GF_search_results .GH_highlight {
						background-color: #a4bd3d;
						color: #fff;
						text-decoration: underline;
					}
		
		#GF_ #GF_feedback {
			position: absolute;
			right: 25px;
			top: 40px;
			font-weight:bold;
		}
		
	
/* 3. Center: Other Links
---------------------------------------------------------
*/ 
	#GF_ #GF_other {		
		border-left:1px solid #E4E4E4;
		border-right:1px solid #E4E4E4;
		clear: both;
		float: left;
		margin: 0;
		padding: 17px 0 17px 6px;
		width: 972px;
	}
	
		#GF_ .GF_other_LI {
			float: left;
			list-style-type: none;
			margin:0;
			padding-left:0;			
			position: relative;
			border-right:1px solid #d8d8d8;			
			z-index: 666;
		}
		
			#GF_ .GF_other_LI  h3 {
				font-size:12px;
				padding-left:22px;
				color: #878787;
			}
		
			#GF_ .GF_nav_list_UL {
				width:144px;
				display:block;
				margin:12px 0 15px 13px;
				
			}
			
				#GF_ .GF_nav_list_UL li {
					display:block;
					margin:0 0 5px;
					padding:0 0 0 12px;
				}
					
					#GF_ .GF_nav_list_UL li a {
						font-size:12px;
					}
			
			#GF_ .GF_other_LI_last {
				border-right:none;							
			}
		
/* 4. Shoe
---------------------------------------------------------
*/ 

	#GF_ #GF_shoe{
		border: 1px solid #dddddd;
		border-top:none;
		clear: both;
		display: block;
		float: left;
		height: 67px;
		position: relative;
		width: 978px;
		z-index: 667;
	}
	
	#GF_ #GF_csrollup {
		padding: 10px 0 0 14px;
		float:left;
	}
		
		#GF_ #GF_csrolluplink {
			background: url(http://o.aolcdn.com/os/living/health/images/AOL_GlobalHeader_Health.png) no-repeat 0px -638px;
			color: #333;
			display: block;
			height: 47px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -6666px;
			width: 214px;
		}
	
	#GF_ #GF_otherinfo {
		float:right;
		width:700px;
		text-align:right;
		font-size: 12px;
	}
		
		#GF_ .GF_shoe_UL {
			display:block;
			float:none;
			text-align:right;
			padding: 18px 15px 0 0;
			width:auto;
		}
			
			#GF_ .GF_shoe_UL li {
				border-right:1px solid #135CA1;
				display:inline;
				padding:0 5px;
			}
			
	#GF_ #GF_otherinfo b {
		float:right;
		padding: 5px 15px 0 0;
		color: #878787;
		font-weight:normal;
	}

#GF_ #GF_shoe #GF_csrollup img {border:none;}
