@charset "utf-8";

/* 	-----------------------------------------------------------
	
		ASICS Styling 
		= = = = = = = = = = = = = = = = = = = =
		HOME
	
	-----------------------------------------------------------*/

/* 	FLASH Brand Image 
	--------------------------------- */
	#brand-image {
		width: 459px;
		float: left;
		display: inline;
		}

/* 	Right Column 
	--------------------------------- */
	#index {
		width: 459px;
		/*height: 481px;*/
		overflow: hidden;
		float: right;
		display: inline;
		padding: 0 0 0 3px;
		background: url(/img/bg_home_index.png) no-repeat 0 0;
		}

/* 	Products Slideshow 
	-------------------------------- */
	#products {
		width: 459px;
		height: 197px;
		position: relative;
		top: 0px;
		overflow: hidden;
		}
	
		#products ul {
			float: left;
			position: absolute;
			z-index: 0;
			top: 0;
			left: 0;
			width: 9000px;
			}
		
			#products li {
				float: left;
				position: relative;
				display: block;
				width: 459px;
				height: 197px;
				}
				
		#products .caption {
			position: absolute;
			display: block;
			float: left;
			top: 0px;
			left: 0px;
			width: 459px;
			padding: 15px 0 0 0;
			background: url(/img/bg_dotted_alpha_blue.png) repeat-x 0 0;
			}
		
			#products .caption h2 {
				float: left;
				display: inline;
				padding: 0 5px;
				background: #ffffff;
				opacity: 0.8;
				}
			
			#products .caption p {
				float: left;
				clear: left;
				display: inline;
				margin: 1px 0 0 0;
				padding: 0 5px;
				background: #ffffff;
				opacity: 0.8;
				}
			
			*html #products .caption p { /* only IE6 */
				white-space: nowrap;
				}
			
			* + html #products .caption p { /* only IE7 */
				white-space: nowrap;
				}
	
		#products .caption h2,#products .caption p {/* IE opacity */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha(opacity=80);
			}
	
		#products .switcher {
			padding: 0 2px 0 0;
			position: absolute;
			top: 6.5em;
			left: 5px;
			border: 1px solid #e5e5e5;
			background: #ffffff;
			}
	
			#products .switcher strong {
				float:left;
				display: inline;
				margin: 0 2px 0 0;
				padding: 2px 4px;
				background: url(/img/bdr_dotted_virtical_gray.png) repeat-y 100% 0;
				}
		
			#products .switcher span {
				width: 7px;
				height: 9px;
				float:left;
				display: inline;
				overflow: hidden;
				margin: 4px 2px;
				font-size: 0;
				line-height: 0;
				text-indent: -99999px;
				}
		
				#products .switcher span.prev 	{ background: url(/img/btn_switcher_left.png) no-repeat 0 0; }
				#products .switcher span.next 	{ background: url(/img/btn_switcher_right.png) no-repeat 0 0; }
				#products .switcher span:hover, 
				#products .switcher span:active { background-position: 0 -9px; }
			

/* 	Feature 
	-------------------------------*/
	#feature { padding:10px 0 10px 0; min-height:112px; }

		#feature li {
			width: 139px;
			float: left;
			display: inline;
			margin: 0 7px;
			}
	
		#feature h2 {
			padding:0 0 3px 0;
			border-bottom: 1px solid #e7e7e7;
			}
	
		#feature h3 {
			margin:7px 0 0 0;
			}
	
	#context_boxes {
		width: 452px;
		padding: 7px 0 0 5px;
		background: url(/img/bg_dotted_alpha_blue.png) repeat-x 0 0;
		}
		
		#context_boxes li {
			width: 219px;
			height: 149px;
			float: left;
			display: inline;
			overflow: hidden;
			border: 1px solid #edeff2;
			background: #f4f6fa;
			}
		
			#context_boxes li h4 {	
			    font-weight: bold;
			    font-size: 1.0em;
			    text-transform: uppercase;
			    }

/* 	------------------------------
	Tools
	------------------------------*/
	#tools {
		width: 459px;
		padding: 7px 0 0 0;
		background: url(/img/bg_dotted_alpha_blue.png) repeat-x 0 0;
		}
		
	#tools h2 {
		    font-weight: bold;
		    font-size: 1.0em;
		    text-transform: uppercase;
		    }
		    
		    #tools h2 a:link,
		    #tools h2 a:visited {
		    	color: #666666;
		    	text-decoration: none;
		    	}
		    	
		    #tools h2 a:hover,
		    #tools h2 a:active {
		    	color: #666666;
		    	text-decoration: underline;
		    	}
		 
		#tools p {
			padding: 8px 0 0 0;
			}
   	
			#tools p strong {
			    font-weight: normal;
			    font-size: 1.6em;
			    line-height: 1.1;
			    }
			    
			    #tools p strong a:link,
			    #tools p strong a:visited {
			    	color: #00276e;
			    	text-decoration: none;
			    	}
			    	
			    #tools p strong a:hover,
			    #tools p strong a:active {
			    	color: #00276e;
			    	text-decoration: underline;
			    	}


	/* 	------------------------------
		Running Program
		------------------------------*/	
		#running_program {
			width: 219px;
			height: 138px;
			float: left;
			margin: 0 0 0 5px;
			display: inline;
			overflow: hidden;
			border: 1px solid #edeff2;
			background: #f4f6fa;
			}
			
		#running_program p strong 	{ font-size: 1.3em; }
			body.de_DE #running_program p strong 	{ font-size: 1.2em; }
			body.de_AT #running_program p strong 	{ font-size: 1.2em; }
			
		#running_program .section 	{ padding: 16px; }
			
		#running_program form 		{ margin: 5px 0px 0px 0; }
		
		#running_program select {
			width: 150px;
			font-size: 1.2em;
			padding:2px 0;
			}

		#running_program button {
		    width: 22px;
		    height: 20px;
		    overflow: hidden;
		    margin: 0px 0 0 5px;
		    background: url(/img/go_button.png) no-repeat 0 0;
			vertical-align: middle;
			color: #fff;
			text-transform: uppercase;
			font-size: .9em;
		    }
		    
	
	/* 	------------------------------
		Newsletter
		------------------------------*/
		#newsletter {
			width: 219px;
			height: 138px;
			float: left;
			margin: 0 0 0 5px;
			display: inline;
			overflow: hidden;
			border: 1px solid #edeff2;
			background: #f4f6fa;
			}
			
		#newsletter .section {
			padding: 16px;
			}
			
		#newsletter form {
			margin: 5px 0 0 0;
			}
		
		#newsletter input {
			font-size: 1.2em;
			width: 100px;
			margin-top: 5px;
			}
		
		#newsletter button {
		    width: 70px;
		    height: 20px;
		    overflow: hidden;
		    margin: 5px 0 0 0;
		    background: url(/img/contextual-content/btn_signup.png) no-repeat 0 0;
			vertical-align: top;
			color: #fff;
			text-transform: uppercase;
			font-size: .9em;
		    }
		    
		#newsletter span.login {
			text-align: right;
			float: right;
			margin-right: 10px;
			}


	/* 	------------------------------
		Store Locator
		------------------------------*/
		#store-locator {
			width: 219px;
			height: 138px;
			float: left;
			margin: 0 0 0 5px;
			display: inline;
			overflow: hidden;
			border: 1px solid #edeff2;
			background: #f4f6fa;
			}
			
		#store-locator .section {
			padding: 16px;
			}
			    	
		#store-locator label {
		    display: block;
		    color: #666666;
		    font-size: 1.2em;
		    }
		    
		#store-locator input.text {
			width: 117px;
			margin: 6px 6px 0 0;
			padding: 2px 0;
		    font-size: 1.2em;
			}
			
		#store-locator button {
		    width: 22px;
		    height: 20px;
		    overflow: hidden;
		    margin: 6px 0 0 0;
		    background: url(/img/go_button.png) no-repeat 0 0;
		    color: #fff;
		    text-transform: uppercase;
		    font-size: .9em;
			vertical-align: top;
			/margin: 8px 0 0 0; /* ie */
		    }
	
	/* 	------------------------------
		Shoe Advisor
		------------------------------*/
		#shoe-advisor {
			width: 221px;
			height: 140px;
			float: left;
			display: inline;
			overflow: hidden;
			margin: 0 0 0 4px;
			background: url(/img/running_top/bg_shoe_advisor.jpg) no-repeat 0 0;
			}
			
		#shoe-advisor .section {
		    padding: 14px;
		    }
		    
		#shoe-advisor h2 {
		    color: #ffffff;
		    font-weight: bold;
		    font-size: 1.0em;
		    }
		    
		#shoe-advisor p {
			padding: 0px;
			}
			    
		    
		#shoe-advisor p strong {
		    display: block;
		    padding: 8px 0 0;
		    color: #ffffff;
		    font-weight: normal;
		    font-size: 1.6em;
		    }
		    
		#shoe-advisor #select {
			width: 202px;
			height: 32px;
			position: relative;
			margin: 2px 0 0 0;
			}
			
		#shoe-advisor > #selectbox { /* child selector for IE6 */
			position: absolute !important;
			}
			
		#shoe-advisor #selectbox {
			width: 120px;
			height: 25px;
			float: left;
			display: inline;
			margin: 5px 0 0 5px;
			padding: 8px 0 0 35px;
			background: url(/img/running_top/bg_choose.png) no-repeat 0 0;
			cursor: pointer;
			}
			
			#shoe-advisor #selectbox ul {
				width: 140px;
				display: block;
				position: absolute;
				top: 8px;
				left: 35px;
				z-index: 1000;
				}
				
				#shoe-advisor #selectbox li {
					padding: 0 0.5em;
					background: #ffffff;
					 /* display: none; script */
					font-size: 1.4em;
					}
					
					#shoe-advisor #selectbox li a:link,
					#shoe-advisor #selectbox li a:visited,
					#shoe-advisor #selectbox li a:hover,
					#shoe-advisor #selectbox li a:active {
						color: #333333;
						text-decoration: none;
						}
						
				#shoe-advisor #selectbox li:hover {
					background: #cccccc;
					}
					
					#shoe-advisor #selectbox li.selected {
						height: 23px;
						padding: 0;
						margin-top: 4px;
						display: block; /* script */
						background: none;
						}
						
					#shoe-advisor #selectbox .selected a {
						font-weight: bold;
						}
						
						#shoe-advisor #selectbox .selected a:link,
						#shoe-advisor #selectbox .selected a:visited,
						#shoe-advisor #selectbox .selected a:hover,
						#shoe-advisor #selectbox .selected a:active {
							color: #999999;
							text-decoration: none;
							}
							
		/* [START]selectbox
		    #shoe-advisor #select label {
				width: 120px;
				height: 32px;
				float: left;
				display: inline;
				position: relative;
				overflow: hidden;
				margin: 1px 0 0 5px;
				padding: 8px 0 0 35px;
				background: url(/img/running_top/bg_choose.png) no-repeat 0 0;
				font-size: 1.4em;
				cursor: pointer;
				}
			    #shoe-advisor #select select {
					width: 140px;
					position: absolute;
					top: 8px;
					left: 35px;
					overflow: hidden;
					outline: none;
					border: none;
					color: #999999;
					background: none;
					cursor: pointer;
			    	}
			    	#shoe-advisor #select option {
						color: #999999;
						font-size: 100%;
						}
		[END]selectbox */
		
		
		#shoe-advisor button {
		    width: 22px;
		    height: 20px;
		    float: left;
		    display: inline;
		    overflow: hidden;
		    margin: 12px 0 0 10px;
		    /*background: url(/img/btn_go_green.png) no-repeat 0 0;*/
		    background: url(/img/go_button.png) no-repeat 0 0;
			color: #fff;
			font-size: .9em;
			text-transform: uppercase;
		    }
		    
		#shoe-advisor .description {
		    margin: 2px 0 0 0;
		    }

		    #shoe-advisor .description p {
		    	margin: 6px 0 0 0;
		    	color: #ffffff;
		    	line-height: 1.6;
		    	}




/* 	News 
	-------------------------------- */
	#news {
		width: 452px;
		padding: 10px 0 0 7px;
		background: url(/img/bg_dotted_alpha_blue.png) repeat-x 0 0;
		}

		#news li {
			width: 206px;
			float: left;
			display: inline;
			margin: 0 18px 0 0;
			}
	
		#news h2 { margin:2px 0 0 0; }


/* 	Secondary - The lower half of home 
	---------------------------------------- */
	#secondary {
		padding: 0 0 10px 0;
		border-top: 1px solid #ddd;
		background: url(/img/bg_diagonal_gray.png) repeat 0 0;
		}
		
	#home_sports_menu { margin:7px 0 7px 7px; }

	/* 	Subfeatures
		---------------------------------------- */
		#sub-feature {
			width: 909px;
			margin: 0 0 0 8px;
			/*background: url(/img/bdr_sub_feature_body.png) repeat-y 0 0;*/
			}
	
			#sub-feature .wrapper { background: url(/img/bdr_sub_feature_foot-3.png) no-repeat bottom left; }
	
			#sub-feature li {
				width: 297px;
				padding: 0;
				border-left: 1px solid #ddd;
				border-right: 1px solid #ddd;
				margin-bottom: 4px;
				float: left;
				display: inline;
				background: url(/img/bdr_sub_feature_head.png) repeat-x 0 0;
				}
	
				#sub-feature li.main {
					margin: 0 6px;
					}

			#sub-feature a { display: block; }
	
			#sub-feature h2 { margin: 7px 15px 0; }
	
				#sub-feature h2 a { display: inline; }
	
			#sub-feature p { margin: 0 14px 8px; }
      
      .section_home #sub-feature li img{ padding-top:1px; width:297px; }

/* 	Typography  
	----------------------------- */
	#products .caption h2 {font-weight:normal;font-size:1.8em;}
	#products .caption p {font-size:1.2em;}
	#products .switcher strong {color:#666666;font-size:0.9em;}
	#feature h2 {font-weight:bold;font-size:1.0em;text-transform:uppercase;}
	#feature h2 a:link,#feature h2 a:visited {color:#000000;}
	#feature h3 {font-weight:normal;font-size:1.4em;line-height:1.2;}
	#feature p {color:#333333;font-size:1.2em;}
		body.de_DE #feature p { font-size: 1.0em; }
	#feature p a {color:#333333;font-weight:bold;}
	#news h2 {font-weight:normal;font-size:1.4em;}
	#news p {color:#333333;font-size:1.2em;}
	#news p a {color:#333333;font-weight:bold;}
	#sub-feature h2 {font-size:1.2em;text-transform:none;}
	#sub-feature p {font-size:1.2em;}
	
	
/* 	print 
	----------------------------- */
	@media print{
	#feature li {
		/margin: 0 6px;
		}
	#sub-feature li.main {
		/margin: 0 4px 0 5px;
		}
	}


/* for homepage twitter */
.h-twitter-top{ height: 18px; text-indent: -2000px; background: url(/img/asics_twitter_bg_top.png) no-repeat 0 0 ; }
.h-twitter-bottom{ background: url(/img/asics_twitter_bg_bottom.png) no-repeat 0 bottom ; min-height: 10px; height: auto !important; height:10px; padding: 0pt 6px 6px; line-height: 1.3; font-size: 1em; color: #666666; }



















