/* Global styles */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, fieldset{
	margin:0;
	padding:0;
}
img, form, fieldset{
	border:0;
	display:block;
}
a{text-decoration:none; color:#999; outline:none;}
a:hover{color:#fff;}
html{font-size:100.01%;}
body{
	min-width:950px;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1;
	color:#fff;
}
/* Quicl links Region styles */
div#quick{
	min-width:950px;
	display:none;
	padding:0 0 13px;
}
* html div#quick{padding-bottom:0px;}
div#quick ul{
	width:100%;
	overflow:hidden;
	margin:17px 0 0;
	list-style:none;
}
* html div#quick ul{margin-bottom:13px;}
div#quick ul li{
	width:118px;
	float:left;
	display:inline;
	margin:0 0 -9999px -1px;
	padding:0 0 9999px;
	border-left:1px solid #1a1a1a;
	text-transform:uppercase;
}
div#quick ul h5{
	margin:0 6px;
	padding:0 0 5px;
	font:normal 1em/1.1em Arial, Tahoma, Verdana, sans-serif;
	color:#0092D2;
}
div#quick ul ul{
	width:auto;
	height:1%;
	margin:0 7px;
}
/*div#quick ul ul li{
	width:97px;
	margin:0;
	padding:0 0 0 7px;
	border:0;
	background:url(../img/bg-li-quick.gif) no-repeat 0 5px;
	font:normal 1em/1.4em Arial, Tahoma, Verdana, sans-serif;
}*/
div#quick ul ul li{
	width:97px;
	margin:0;
	padding:0 0 5px 0;
	border:0;
	font:normal 1em/1.3em Arial, Tahoma, Verdana, sans-serif;
}
div#quick ul ul li a{color:#999;}
div#quick ul ul li a:hover{text-decoration:underline;}
div#quick ul ul li a:hover{text-decoration:none; color:#fff;}
/* Container for all page */
div.allpage{
	min-width:950px;
	margin-top:-4px;
	
	border-top:4px solid #333;
}
/* Centered box with width */
div.cent-cont{
	width:950px;
	margin:0 auto;
}
/* Header Region */
div#top{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
/* Logo */
div#top h1{
	float:right;
	padding:24px 71px 0 0;
}
div#top h1 a{
	display:block;
	width:89px;
	height:49px;
	overflow:hidden;
	background:url(../img/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
}
/* Box for header menu's */
div#top div.header-cont{
	height:1%;
	overflow:hidden;
}
/* Buttons for open/close quick links box */
div#top ul.quick-links{
	height:25px;
	overflow:hidden;
	list-style:none;
}
div#top ul.quick-links li{
	float:left;
	font:bold 1em/25px Arial, Verdana, Tahoma, sans-serif;
}
div#top ul.quick-links li a{
	display:none;
	width:90px;
	padding:0 0 2px;
	background:url(../img/bg-btn-quick.gif) repeat-x 0 0;
	text-transform:uppercase;
	text-align:center;
	color:#999;
}
div#top ul.quick-links li a:hover{color:#fff;}
div#top ul.quick-links li a.active{display:block;}
/* Main navigation */
div#top ul.menu{
	height:1%;
	overflow:hidden;
	margin-top:35px;
	list-style:none;
}
div#top ul.menu li{
	float:left;
	display:inline;
	margin:0 12px 0 -12px;
	padding:0 10px 0 11px;
	border-left:1px solid #666;
	font:normal 1.1em/1.72727272em Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999;
}
div#top ul.menu li.active a{
	color:#fff;
}
/* Main content Region */
div#content{
	width:100%;
	overflow:hidden;
}
/* Styles fot text: header's and pagarfaph's */
div#content h2{
	margin:4px 0 0;
	font:bold 30px Arial, Helvetica, sans-serif;
}
div#content h3{
	padding:18px 0 7px;
	font:normal 1.4em/1.42857142em Arial, Helvetica, sans-serif;
	color:#0092d2;
}
div#content h4{
	padding:18px 0 7px;
	font:normal 1.4em/1.42857142em Arial, Helvetica, sans-serif;
}
div#content h5{
	padding:11px 0 9px;
	font:normal 1.3em/1.5384615 Arial, Helvetica, sans-serif;
}
div#content h6{
	padding:10px 0 0;
	font:bold 1.3em/1.5384615 Arial, Helvetica, sans-serif;
}
div#content p{
	padding:10px 0;
	font:normal 1.3em/1.5384615 Arial, Helvetica, sans-serif;
}
div#content ul{padding:10px 0 10px 21px;}
div#content ol{padding:10px 0 10px 28px;}
div#content ul{list-style-type:square;}
div#content ul li,
div#content ol li{font:normal 1.3em/1.5384615 Arial, Helvetica, sans-serif;}
/* Box for main content in two-column layout */
div#content div.wide{
	float:left;
	width:706px;
}
div#content div.wide-athletes{
	float:left;
	width:706px;
	position:relative;
}
/* Block for navigation on athletes page */
div#content img.athlete-image{
	position:absolute;
	z-index:1;
	right:3px;
	top:7px;
}
/* Extra navigation */
div#content div.extra-menu{
	position:relative;
	z-index:3;
	height:1%;
	overflow:hidden;
	margin:7px 0 0;
	padding:0 0 4px;
}
div#content div.extra-menu ul{
	float:left;
	overflow:hidden;
	padding:6px 1px 5px 0;
	background:#000 url(../img/bg-extra-menu.gif) repeat-x 0 100%;
	border:1px solid #fff;
	list-style:none;
}
div#content div.extra-menu ul li{
	width:109px;
	float:left;
	display:inline;
	margin-left:-1px;
	padding:0 10px;
	border-left:1px solid #666;
	font:normal 1em/1.9em Arial, Helvetica, sans-serif;
}
div#content div.extra-menu ul li.active a{color:#fff;}
/* Wider navigation */
div#content div.subextra-menu,
div#content div.subextra-vert{
	height:1%;
	overflow:hidden;
	padding-top:7px;
	position:relative;
	z-index:3;
}
div#content div.subextra-menu ul,
div#content div.subextra-vert ul{
	float:left;
	width:259px;
	padding:8px 0 10px;
	overflow:hidden;
	background:#000 url(../img/bg-subextra-menu.gif) no-repeat 100% 100%;
	border:1px solid #fff;
	list-style:none;
}
div#content div.subextra-menu ul li,
div#content div.subextra-vert ul li{
	float:left;
	width:245px;
	padding:0 4px 0 10px;
	font:normal 1.0em/1.4em Arial, Helvetica, sans-serif;
}
div#content div.subextra-menu ul li.active a,
div#content div.subextra-vert ul li.active a{color:#fff;}
/* SubExtra navigation on Atheletes page */
div#content div.athletes-nav div.subextra-menu ul{width:134px;}
div#content div.athletes-nav div.subextra-menu ul li{width:120px;}
/* Two-column SubExtra navigation on Detail's page */
div#content div.subextra-vert{min-height:184px;}
div#content div.subextra-vert ul{
	width:128px;
	margin:0 -1px 0 0;
}
div#content div.subextra-vert ul li{width:114px;}
/* Overview page list */
div#content div.overview-cloth,
div#content div.overview-shoe{
	width:100%;
	overflow:hidden;
	padding:0 0 26px;
}
div#content div.overview-cloth ul,
div#content div.overview-shoe ul{
	width:1000px;
	overflow:hidden;
	padding:0;
	list-style:none;
}
div#content div.overview-cloth ul li,
div#content div.overview-shoe ul li{
	float:left;
	width:154px;
	padding:21px 0 18px;
	margin-right:46px;
	font:normal 1em/1em Arial, Helvetica, sans-serif;
}
div#content div.overview-cloth ul li a,
div#content div.overview-shoe ul li a{
	display:block;
	height:108px;
	background:url(../img/preloader.gif) no-repeat 50% 50%;
}
div#content div.overview-cloth ul li a img,
div#content div.overview-shoe ul li a img{
	margin:0 auto;
	background:#000;
}
div#content div.overview-cloth ul li p,
div#content div.overview-shoe ul li p{
	padding:5px 0 0;
	font:normal 1em/1.5em Arial, Helvetica, sans-serif;
	text-align:center;
}
div#content div.overview-cloth ul li p a,
div#content div.overview-shoe ul li p a{
	display:inline;
	height:auto;
	background:none;
	color:#fff;
}
div#content div.overview-cloth ul li p a:hover,
div#content div.overview-Shoe ul li p a:hover{color:#999;}
/* Styles for "Shoe Overview" Page */
div#content div.overview-shoe{padding:0;}
div#content div.overview-shoe ul {margin:-17px 0 0;}
div#content div.overview-shoe ul li{padding:39px 0 0;}
/* Styles for "News&Events Overview" Page */
#content div.overview-news div.image{
	float:right;
	margin:14px 0 0;
}
div#content div.overview-news ul.overview-list{
	width:100%;
	overflow:hidden;
	margin:-4px 0 0;
	padding:0 0 10px;
	list-style:none;
}
div#content div.overview-news ul.overview-list li{
	width:100%;
	float:left;
	padding:22px 0 11px;
	border-bottom:1px solid #333;
	font:normal 1em/1em Arial, Helvetica, sans-serif;
}
div#content div.overview-news ul.overview-list li ul li,
div#content div.overview-news ul.overview-list li ol li{
	width:auto;
	float:none;
	padding:0;
	border:0;
	font:normal 1.3em/1.5384615 Arial, Helvetica, sans-serif;
}
div#content div.overview-news ul.overview-list div.pict{
	float:right;
	margin:4px 0 0;
	border:1px solid #fff;
}
div#content div.overview-news ul.overview-list div.text{
	height:1%;
	overflow:hidden;
	padding-right:30px;
}
div#content div.overview-news ul.overview-list h3{padding:0;}
div#content div.overview-news ul.overview-list p{padding:17px 0 3px;}
div#content div.overview-news ul.overview-list p a{color:#fff;}
div#content div.overview-news ul.overview-list p a:hover{text-decoration:underline;}
/* Style for "Generic Text" Page text holder */
div#content div.gen-text{padding:14px 6px 7px 0;}


/* Style for "News Detail" Page text holder */
div#content div.news-det{margin-right:10px; padding-bottom:14px;}


div#content div.back-to-news, div#content div.read-more{
	height:1%;
	overflow:hidden;
	margin:50px 0 0;
}
div#content div.read-more{
	margin:10px 0 0;
}
div#content div.back-to-news a, div#content div.read-more a{
	float:left;
	padding:0 10px;
	background:url(../img/bg-extra-menu.gif) repeat-x 0 100%;
	border:1px solid #fff;
	font:normal 1em/30px Arial, Helvetica, sans-serif;
	color:#fff;
}
div#content div.back-to-news a:hover, div#content div.read-more a:hover{color:#999;}




/* Layout styles for Detail's page */
div#content div.details{
	width:100%;
	overflow:hidden;
	padding:7px 0 0;
}
/* Left column with Extra navigation and same description */
div#content div.left-detail{
	width:270px;
	float:left;
}
div#content div.left-detail div.extra-menu{
	width:700px;
	margin-right:-430px;
}
div#content div.left-detail div.subextra-menu{padding:7px 0 57px;}
div#content div.left-detail div.details-indoor{margin:25px 0 0;}
div#content div.left-detail div.details-descript h3,
div#content div.left-detail div.details-indoor{padding-top:0;}
div#content div.left-detail div.details-descript ul,
div#content div.left-detail div.details-indoor ul{padding:4px 0 0 14px;}
div#content div.left-detail div.details-descript ul li,
div#content div.left-detail div.details-indoor ul li{font:normal 1.1em/1.545454em Arial, Helvetica, sans-serif;}
div#content div.left-detail div.details-descript p,
div#content div.left-detail div.details-indoor p{font:normal 1.1em/1.545454em Arial, Helvetica, sans-serif;}
div#content div.left-detail div.details-descript p,
div#content div.left-detail div.details-indoor p{padding:9px 0 8px;}
/* Right column with pictures */
div#content div.right-detail{
	width:430px;
	float:right;
}
/* Big picture */
div#content div.right-detail div.detail-big{margin:46px 0 0 14px;}
div#content div.right-detail div.detail-big img#detail-big-bk{display:none;}
/* Zoom button for picture */
div#content div.right-detail div.detail-zoom{
	float:left;
	width:33px;
	height:32px;
	display:inline;
	margin:15px 0 0 250px;
}
div#content div.right-detail div.detail-zoom a{
	display:none;
	width:33px;
	height:32px;
	overflow:hidden;
	background:url(../img/btn-zoom.gif) no-repeat 0 0;
	text-indent:-9999px;
}
div#content div.right-detail div.detail-zoom a:hover{background-position:0 -32px;}
/* Small picture */
div#content div.right-detail div.detail-small{
	float:right;
	display:inline;
	margin:5px 0 0 0;
}
div#content div.right-detail div.detail-small img{width:113px; cursor:pointer;}
div#content div.right-detail div.detail-small img#detail-sm-fr{display:none;}
/* Right Sidebar Region */
div#content div.sidebar{
	width:230px;
	float:right;
	margin:7px 0 0;
}
/* Right sidebar box width rounded corners */
div#content div.sidebar-box{background:url(../img/bg-right-box.png) repeat-y 0 0;}
div#content div.sidebar-box div.box-top{background:url(../img/bg-right-box.png) no-repeat -230px 0;}
div#content div.sidebar-box div.box-bottom{
	min-height:369px;
	height:auto!important;
	height:369px;
	padding:6px 0 21px;
	background:url(../img/bg-right-box.png) no-repeat -460px 100%;
}
/* Box title with grey line */
div#content div.sidebar-box h4{
	margin:0 14px 0 17px;
	padding:0;
	border-bottom:1px solid #666;
	font:normal 1em/2.5em Arial, Helvetica, sans-serif;
}
/* Profile block with parameters list and text */
div#content div.sidebar-box div.profile{margin:16px 14px 0 17px;}
div#content div.sidebar-box div.profile ul{
	width:100%;
	overflow:hidden;
	padding:0 0 8px;
	list-style:none;
}
div#content div.sidebar-box div.profile ul li{
	width:100%;
	float:left;
	font:normal 1em/1.7em Arial, Helvetica, sans-serif;
}
div#content div.sidebar-box div.profile ul li span{color:#999;}
div#content div.sidebar-box div.profile ul li img{
	margin:8px 0 15px;
}
div#content div.sidebar-box div.profile p{
	margin:14px 15px 0 0;
	padding:0;
	font:normal 1.1em/1.18181818em Arial, Helvetica, sans-serif;
}
/* Box with pictures on "News Detail" Page */
div#content div.sidebar-pict ul{
	padding:0 0 14px;
	width:100%;
	overflow:hidden;
	list-style:none;
}
div#content div.sidebar-pict ul li{
	margin:16px 0 0;
	padding:0 0 1px;
	width:100%;
	float:left;
	font:normal 1em/1 Arial, Helvetica, sans-serif;
}
div#content div.sidebar-pict ul p{
	margin:6px 0 0;
	padding:0;
	font:normal 1.1em/1.545454em Arial, Helvetica, sans-serif;
	text-align:right;
}
div#content div.sidebar-pict ul a.pict-hold{
	display:block;
	border:1px solid #fff;
	cursor:pointer;
}
div#content div.sidebar-pict ul a.pict-hold span.glass{
	display:none;
	position:absolute;
	left:6px;
	top:6px;
	width:33px;
	height:32px;
	overflow:hidden;
	background:url(../img/btn-img-increase.gif) no-repeat 0 0;
	text-indent:-9999px;
}
div#content div.sidebar-pict ul a.pict-hold span.hover,
div#content div.sidebar-pict ul a:hover span.glass{display:block;}
div#content div.sidebar-pict ul a:hover{position:relative;}
div#content div.sidebar-pict ul a.pict-rel{position:relative;}
div#content div.sidebar-pict ul a.pict-hold img{width:228px;}
* html div#content div.sidebar-pict ul a.pict-hold span.glass{top:7px;}
/* Holder for Dashboard */
div#content div.sidebar-box div.dash{margin:16px 14px 0 16px;}
div#content div.sidebar-box div.dash ul{
	padding:0;
	width:100%;
	overflow:hidden;
	list-style:none;
}
div#content div.sidebar-box div.dash ul li{
	float:left;
	width:100%;
	margin:4px 0 0;
	font:normal 1em/1 Arial, Helvetica, sans-serif;
}
div#content div.sidebar-box div.dash ul p{
	padding:0;
	font:normal 1em/1.3em Arial, Helvetica, sans-serif;
	color:#999;
}
div#content div.sidebar-box div.dash ul div.colors ul{padding:5px 0 13px;}
div#content div.sidebar-box div.dash ul div.colors ul li{
	width:auto;
	margin:2px 2px 0 0;
}
div#content div.sidebar-box div.dash ul div.colors ul a{
	display:block;
	cursor:pointer;
}
div#content div.sidebar-box div.dash ul div.colors ul span{
	display:block;
	min-width:14px;
	width:auto!important;
	width:14px;
	height:20px;
	padding:0 3px;
	background:#0089d9;
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#fff;
}
div#content div.sidebar-box div.dash ul div.features{overflow:hidden;}
div#content div.sidebar-box div.dash ul div.features ul{
	width:210px;
	padding:3px 0 0;
}
div#content div.sidebar-box div.dash ul div.features ul li{
	width:95px;
	margin:0;
	padding:0 9px 5px 0;
}
div#content div.sidebar-box div.dash ul div.features ul a img{margin:0 auto;}
/* Fader popup on news details page */
div#fader{z-index:100;}
div.news-popup{
	visibility:hidden;
	position:absolute;
	z-index:110;
	top:131px;
	padding:12px;
	background:#000;
	border:1px solid #fff;
}
div.news-popup div.info{
	height:1%;
	overflow:hidden;
	margin:8px 0 0;
}
div.news-popup div.info p{
	height:1%;
	overflow:hidden;
	margin:0;
	padding:0;
	font:normal 1.1em/1.272727em Arial, Helvetica, sans-serif;
	color:#fff;
}
div.news-popup div.info a.close{
	float:right;
	margin:3px 0 0;
	padding:0 10px;
	background:url(../img/bg-extra-menu.gif) repeat-x 0 100%;
	border:1px solid #fff;
	font:normal 1em/30px Arial, Helvetica, sans-serif;
	color:#fff;
}
div.news-popup div.info a.close:hover{color:#999;}
/* Fader popup on clothing details page */
div.clothing-popup{
	width:948px;
	min-height:419px;
	visibility:hidden;
	position:absolute;
	z-index:110;
	top:125px;
	overflow:hidden;
	background:#000;
	border:1px solid #fff;
}
div.clothing-popup div.all-pict{
	width:440px;
	float:left;
	padding:37px 0 21px 20px;
}
div.clothing-popup div.holder{
	width:100%;
	overflow:hidden;
}
div.clothing-popup a.front-zoom, div.clothing-popup a.back-zoom{display:block;}
div.clothing-popup a.zoom-none{
	width:0!important;
	height:0!important;
	overflow:hidden;
}
div.clothing-popup img#popup-sm-fr{display:none;}
div.clothing-popup div.small-pict{float:right;}
div.clothing-popup div.small-pict img{cursor:pointer;}
div.clothing-popup div.jqZoomPup{border:1px solid #fff;}
div.clothing-popup a.close{
	float:left;
	position:relative;
	margin:-18px 0 0;
	padding:0 10px;
	background:url(../img/bg-extra-menu.gif) repeat-x 0 100%;
	border:1px solid #fff;
	font:normal 1em/30px Arial, Helvetica, sans-serif;
	color:#fff;
}
div.clothing-popup a.close:hover{color:#999;}
/* Styles for zooming */
.jqZoomPup{
	overflow:hidden;
	background:#fff;
	z-index:10;
	border:1px solid #fff;
	cursor:crosshair;
}
.jqZoomPup img{
	border:0px;
	display:block;
}
.preload{
	position:absolute;
	z-index:10;
	top:3px;
	left:3px;
	width:90px;
	height:43px;
	padding:8px;
	background:#fff url(../img/zoomloader.gif) no-repeat 43px 30px;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	text-align:center;
	color: #333;
}
.jqZoomWindow{
	border:1px solid #fff;
	background: #fff;
}
/* Home page */
div.homepage{
	width:950px;
	margin:0 auto;
	background:url(../img/bg-homepage.gif) no-repeat 50% 108px;
}
div.homepage div#content{
	overflow:visible;
	margin:0 70px;
	width:810px;
	min-height:418px;
	background:url(../img/bg-homepage.png) no-repeat 100% 160px;
}
div.homepage div#content div.warning-flash{margin:5px 0 0; display:none; position:relative;}
div.homepage div#content div.warning-java{padding:5px 0 0;}
* html div.homepage div#content{height:418px;}
div.homepage div#content p{
	padding:3px 36px 10px;
	font:normal 1em/1.4em Arial, Helvetica, sans-serif;
}
div.homepage div#content p a{color:#c40000;}
div.homepage div#content p a:hover{text-decoration:underline;}
div.homepage div#content h3{
	margin:88px 36px 0;
	padding:0 0 25px;
	background:url(../img/bg-mizuno.eu.gif) no-repeat 0 0;
	text-indent:-9999px;
}
div.homepage div#content div.select{margin:0 0 34px; top:-34px;}
div.homepage div#footer{
	width:810px;
	margin:17px auto 15px;
}
div#homeflash{
	width:910px;
	height:530px;
	margin:0 auto;
	display:none;
}
div.homepage div.home-warnings div#content{
	
}
div#content div.select{
	width:158px;
	position:relative;
	margin-bottom:350px;
	background:url(../img/bg-extra-menu.gif) repeat-x 0 10px;
	border:1px solid #fff;
}
div#content div.select input{display:none;}
div#content div.select a{
	display:block;
	width:127px;
	padding:0 23px 0 8px;
	background:url(../img/bg-custom-select.gif) no-repeat 100% 0;
	font:normal 10px/22px Arial, Helvetica, sans-serif;
	color:#999;
	cursor:pointer;
}
div#content div.select a:hover{background-position:100% -22px; color:#fff;}
div#content div.select ul{
	position:absolute;
	display:none;
	left:-1px;
	top:22px;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#000;
	border:1px solid #fff;
	list-style:none;
}
div#content div.select ul li{
	width:100%;
	float:left;
	font:normal 10px/20px Arial, Helvetica, sans-serif;
}
div#content div.select ul li a{background:none;}
div#content div.select ul li.sel a{background:#333;}
div#content div.download-flash{
	margin:34px 36px 0;
	padding:22px 0 17px 68px;
	background:url(../img/bg-download-flash.png) no-repeat 0 0;
	font:normal 10px/25px Arial, Helvetica, sans-serif;
}
div#content div.download-flash a{color:#fff;}
div#content div.download-flash a:hover{color:#999;}
/* Footer Region */
div#footer{margin:17px 0 15px;}
/* Footer box with grey line */
div#footer div.foot-cont{
	width:100%;
	overflow:hidden;
	padding:6px 0;
	border-top:1px solid #999;
}
/* Search form */
div#footer div.foot-search{float:left;}
div#footer div.foot-search form{float:left;}
div#footer div.foot-search form fieldset{float:left;}
div#footer div.foot-search form label{display:none;}
div#footer div.foot-search form input#search{
	float:left;
	margin:0 4px 0 0;
	padding:4px 6px 0;
	width:217px;
	height:18px;
	background:#666;
	border:0;
	font:normal 10px/17px Arial, Helvetica, sans-serif;
	color:#fff;
}
div#footer div.foot-search form input.go{
	float:left;
	margin:0;
	padding:0;
	width:22px;
	height:22px;
	background:#666;
	border:0;
	font:normal 10px/17px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}
/* Footer Logo */
div#footer h6{float:right;}
div#footer h6 a{
	display:block;
	width:142px;
	height:21px;
	overflow:hidden;
	background:url(../img/logo-footer.gif) no-repeat 0 0;
	text-indent:-9999px;
}
/* Footer navigation */
div#footer ul{
	float:left;
	overflow:hidden;
}
div#footer ul li{
	float:left;
	display:inline;
	margin-left:-13px;
	padding:0 27px 0 12px;
	border-left:1px solid #666;
	font:normal 0.9em/1.6666666em Arial, Tahoma, Helvetica, sans-serif;
}
div#footer ul li.active a{color:#fff;}
/* Footer copyright's */
div#footer p{
	float:right;
	font:normal 0.9em/1.6666666em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#999;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash{visibility: visible !important;}
.sIFR-replaced{visibility: visible !important;}
.sIFR-flash{visibility: visible !important;}
span.sIFR-alternate{
	display:block;
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:0;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... */
.sIFR-hasFlash div#content h2{
	visibility:hidden;
	height:36px;
	overflow:hidden;
}







/* Changes from old */
div#content div.extra-menu ul li {
	min-width:109px;
	width:auto!important;
	width:109px;
	white-space:nowrap;
}
/* NEW */
div#content div.corporate{
	min-height:449px;
	height:auto!important;
	height:449px;
	margin-top:10px;
	padding-top:16px;
	background:url(../img/bg-corporate-philosophy.jpg) no-repeat 0 0;
}
div#content div.corporate h4.corp-title{
	margin:0 20px;
	padding:0;
	height:248px;
	font:normal 1.8em/1.6666666em Arial, Helvetica, sans-serif;
}
div#content div.corporate ul.corp-description{
	width:100%;
	overflow:hidden;
	margin:0 0 -16px;
	padding:0;
	list-style:none;
}
div#content div.corporate ul.corp-description li{
	float:left;
	width:20%;
	font-size:1em;
	line-height:1;
}
div#content div.corporate ul.corp-description li li{float:none; width:auto;}
div#content div.corporate ul.corp-description li p {
	margin:0 0 16px 10px;
	padding:0;
	font:normal 1.2em/1.25 Arial, Helvetica, sans-serif;
}
div#content div#history-flash{width:950px; margin-top:10px;}
div#content div.crew21{
	margin-top:4px;
	padding-right:390px;
	min-height:177px;
	height:auto!important;
	height:177px;
	background:url(../img/bg-crew21.png) no-repeat 100% 15px;
}
div#content div.careers-list ul.overview-list{
	width:682px;
}
div#content div.careers-list ul.overview-list li{padding:0; border:0;}
div#content div.careers-list ul.overview-list li li{border:0;}
/*div#content div.careers-list ul.overview-list img.r-img{float:right; margin-top:14px;}*/
div#content div.careers-list ul.overview-list div.text{
	/*margin-right:265px;*/
	overflow:visible;
	height:auto;
	padding:22px 30px 11px 0;
	border-bottom:1px solid #333;
}
div#content div.athletes-intro{
	position:relative;
	min-height:400px;
	height:auto!important;
	height:400px;
}
div#content div.subextra-drop{
	overflow:visible;
	position:relative;
}
div#content div.subextra-drop ul{overflow:visible;}
div#content div.subextra-drop ul div.drop{
	display:none;
	position:absolute;
	left:129px;
	top:7px;
	width:452px;
	padding:6px 0;
	background:#000;
	border:1px solid #fff;
}
* html div#content div.athletes-details div.subextra-drop ul div.drop{left:0;}
div#content div.subextra-drop ul ul{
	border:0;
	padding:0;
	margin:0;
	width:452px;
	background:url(../img/bg-drop-down-athletes.gif) repeat-y -4px 0;
}
div#content div.subextra-drop ul ul li{
	width:130px;
	padding:0 8px;
}
div#content div.athlete-detail{
	float:right;
	width:802px;
	background:url(../img/bg-athlete-details.png) repeat-y 0 0;
}
div#content div.athlete-detail div.athlete-detail-top{
	background:url(../img/bg-athlete-details.png) no-repeat -802px 0;
}
div#content div.athlete-detail div.athlete-detail-btm{
	overflow:hidden;
	height:1%;
	padding:10px 18px;
	background:url(../img/bg-athlete-details.png) no-repeat -1604px 100%;
}
div#content div.athlete-detail h4{
	margin:0;
	padding:0 0 7px;
	border-bottom:1px solid #666;
	font:normal 10px/15px Arial, Helvetica, sans-serif;
}
div#content div.athlete-detail div.profile{
	width:167px;
	float:left;
	margin-right:5px;
}
div#content div.athlete-detail div.profile ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	background:none;
}
div#content div.athlete-detail div.profile ul li{
	width:100%;
	float:left;
	line-height:1.6;
	padding:0;
}
div#content div.athlete-detail div.profile ul li.pict{
	min-height:180px;
	height:auto!important;
	height:180px;
}
div#content div.athlete-detail div.profile ul span.gr{color:#999;}
div#content div.athlete-detail div.profile ul img{margin:4px 0 14px;}
div#content div.athlete-detail div.info{
	height:1%;
	overflow:hidden;
}
div#content div.athlete-detail div.info h4{padding:5px 0 4px;}
div#content div.athlete-detail div.info table{
	border-collapse:collapse;
	width:100%;
	border:0;
	margin-bottom:17px;
}
div#content div.athlete-detail div.info table td,
div#content div.athlete-detail div.info table th{
	padding:6px 1px;
	border-bottom:1px solid #666;
	font-weight:normal;
	font-size:1.1em;
	line-height:1.181818;
	text-align:left;
	vertical-align:top;
}
div#content div.athlete-detail div.info table th{color:#0099ff;}
div#content div.athlete-detail div.info table .event{width:142px;}
div#content div.athlete-detail div.info table .medal{width:113px;}
div#content div.athlete-detail div.info table .perf{width:169px;}
div#content div.athlete-detail div.info table .place{width:105px;}
div#content div.athlete-detail div.info table .date{width:65px;}

