@charset "utf-8";

/* 	-----------------------------------------------------------
	
		ASICS Styling 
		= = = = = = = = = = = = = = = = = = = =
		Catalog Top
	
	-----------------------------------------------------------*/

@import "modules/contextual_content.css";

/* 	Document
	-------------------------------- */
	#main-content {
		padding: 0;
		}

	#contextual-content {
		margin: -22px 0 0 0;
		}


/* 	Catalogs
	-------------------------------- */
	.catalogs {
		width: 682px;
		padding: 0 0 60px 0;
		}

	.catalogs .chapter {
		margin: 0px 0 30px 0;
		padding: 0 6px;
		border-top: 1px dashed #e5e5e5;
		}

/* 	Global Title
	-------------------------------- */
	.global-title {
		width: 923px;
		margin: 0 0 -1px 0;
		padding: 1px 0 0 0;
		background: transparent url(/img/bg_dotted_alpha_blue.png) repeat-x 0 0;
		}

	.global-title h1 {
		width: 903px;
		padding: 18px 10px 5px;
		}
	
	.catalogs .chapter h2 { margin: 10px 0 0 0; }
	
	.catalogs .chapter .section { margin: 10px 0 0 0; }
	
	.catalog li { width: 154px; float: left; display: inline;}
		.catalog li h3,
		.catalog li p {	width: 141px;}
		.catalog li .thumbnail { width: 139px; display: block; padding: 1px; margin-bottom:8px; margin-top: 8px; }
		.catalogs li .thumbnail:hover,
		.catalogs li .thumbnail:active { background: #e1e5ec; }
	
	#brands li {width:307px;}
		#brands li p {width:293px;}
		#brands li .thumbnail {width:293px;}
	
	.catalogs .chapter .more {
		margin: 18px 0 0 0; }
	
	.catalogs .more h3 { float: left; display: inline; }
	.catalogs .more ul { padding: 0 0 0 4px; }
		.catalogs .more li { display: inline; }
		.catalogs .more li a { padding: 0 0 0 11px; background: url(/img/bg_slash_9px.png) no-repeat 2px 1px; }
		.catalogs .more li:first-child a {background:none; padding:0 0 0 5px;}


/* 	Typography
	-------------------------------- */	
	.catalogs .chapter h2 {color:#000000;font-weight:bold;font-size:1.0em; line-height:1.1; text-transform:uppercase;}
	.catalog li h3 {font-weight:normal;font-size:1.4em; line-height:1.1;}
	.catalog li p {font-size:1.2em;}
	.catalogs .more h3 {font-weight:normal; font-size:1.2em; text-transform:uppercase; line-height:1.1;}
	.catalogs .more ul li {font-size: 1.2em; line-height:1.1;}




