html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	color: #fff;
	background-color: #000000;
}

/*******************************************************************************************
*
* Default element styles
*
*******************************************************************************************/

h1, h2, h3, h4, h5, h6 
{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
}

h1
{
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #e86d00;
}

h2
{
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #e86d00;
}

h5
{
	margin-bottom: 10px;
	font-size: 3.6em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	white-space: nowrap;
	color: #e86d00;
}

h6
{
	margin-bottom: 3px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
}

p
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#LeftContent p
{
	line-height: 1.45em;
}

#RightContent p
{
	margin: 5px 0 0 1px;
	color: #000;
}

#LeftNews p
{
	margin: 5px 0 0 1px;
	color: #000;
}

img
{
	border: none;
}

a
{
	color: #e86d00;
	text-decoration: none;
}

a:hover, a:focus, a:active
{
	text-decoration: underline;
}

/*******************************************************************************************
*
* Main div styles
*
*******************************************************************************************/

#Wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
	#Header
	{
		position: relative;
		margin: 0;
		padding: 0;
		height: 400px;
	}
		#HeaderLeft
		{
			margin: 0;
			padding: 0;
			width: 270px;
			height: 400px;
			display: inline;
			float: left;
		}
			#Logo
			{
				margin: 0;
				padding: 35px 0 0 10px;
			}
			#SpecialAttention
			{
				position: relative;
				margin: 0;
				padding: 40px 0 0 10px;
				height: 243px;
			}
				#SpecialAttentionInfo
				{
					position: absolute;
					width: 207px;
					left: 53px;
					bottom: 0px;
				}
		#HeaderImage
		{
			margin: 0;
			padding: 0;
			width: 690px;
			height: 400px;
			float: left;
		}
		.SmallMenu
		{
			position: absolute;
			margin: 0;
			padding: 0;
			width: 259px;
			height: 31px;
			top: 30px;
			right: 10px;
			background: url(Images/SmallMenuBg.png) no-repeat;
			z-index: 100;
		}
		.SmallMenuExtend
		{
			width: 339px;
			background: url(Images/SmallMenuBgExtend.png) no-repeat;
		}
	#MainMenu
	{
		position: relative;
		margin: 0;
		padding: 0;
		width: 940px;
		height: 31px;
		background: url(Images/MenuBg.png) no-repeat;
	}
	#MainContent
	{
		margin: 0;
		padding: 0;
		width: 940px;
	}
		#ContentWrapper
		{
			margin: 11px 0 10px 10px;
			padding: 0;
		}
			#LeftContent
			{
				margin: 0 12px 0 0;
				padding: 0;
				width: 331px;
				display: inline;
				float: left;
			}
			#RightContent
			{
				margin: 0;
				padding: 0;
				width: 577px;
				float: left;
			}
			#LeftContentContra
			{
				margin: 0 12px 0 0;
				padding: 0;
				width: 577px;
				float: left;
			}
			#RightContentContra
			{
				margin: 0 0 0 0;
				padding: 0;
				width: 331px;
				display: inline;
				float: left;
			}
			#LeftNews
			{
				margin: 0 12px 0 0;
				padding: 0;
				width: 577px;
				float: left;
				display: inline;
			}
			#RightNews
			{
				margin: 0;
				padding: 0;
				width: 331px;
				float: left;
			}
			.Sitemap
			{
				font-size: 1.1em;
			}
	#Footer
	{
		margin: 10px 0 10px 0;
		padding: 5px 0 10px 0;
		width: 940px;
		color: #303030;
		font-size: 1.1em;
		border-top: 1px solid #303030;
	}

/*******************************************************************************************
*
* Menu styles / lists
*
*******************************************************************************************/

.SmallMenu ul
{
	margin: 1px 0 0 11px;
	padding: 0;
	height: 29px;
	list-style: none;
}
	.SmallMenu ul li
	{
		margin: 0;
		padding: 0 1px 0 0;
		display: inline;
		float: left;
		background: url(Images/MenuSeparator.gif) no-repeat right;
	}
		.SmallMenu ul li.LastItem
		{
			background: none;
		}
		.SmallMenu ul li a
		{
			padding: 7px 10px 0 10px;
			height: 22px;
			display: block;
			font-size: 1.2em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;
			float: left;
		}
		.SmallMenu ul li a:hover
		{
			background: url(Images/MenuOverBg.gif) repeat-x;
		}
			.SmallMenu ul li a.Selected
			{
				color: #e86d00;
			}
		
#MainMenu ul.MainMenu
{
	margin: 0 0 0 59px;
	padding: 1px 0 0 0;
	height: 29px;
	list-style: none;
}
	#MainMenu ul.MainMenu li
	{
		margin: 0;
		padding: 0 1px 0 0;
		display: inline;
		float: left;
		background: url(Images/MenuSeparator.gif) no-repeat right;
	}
		#MainMenu ul.MainMenu li.LastItem
		{
			background: none;
		}
		#MainMenu ul.MainMenu li a
		{
			padding: 8px 10px 0 10px;
			height: 21px;
			display: block;
			font-size: 1.2em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;
			float: left;
		}
		#MainMenu ul.MainMenu li a:hover
		{
			background: url(Images/MenuOverBg.gif) repeat-x;
		}
		
#Footer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
	#Footer ul li
	{
		margin: 0 5px 0 0;
		padding: 0;
		display: inline;
		float: left;
	}
		#Footer ul li a
		{
			color: #303030;
		}

/*******************************************************************************************
*
* Form styles
*
*******************************************************************************************/

input, select, textarea
{
	margin: 2px;
	padding: 2px 2px 1px 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
}

label
{
	font-size: 1.1em;
}

.NormalInput
{
	width: 194px;
	border: 1px solid #303030;
	background: #383838 url(Images/InputTextBg.gif);
	color: #fff;
}

.LoginInput
{
	width: 154px;
	border: 1px solid #CCCCCC;
	color: #000000;
}

.ZipcodeInput
{
	width: 44px;
	border: 1px solid #303030;
	background: #383838 url(Images/InputTextBg.gif);
	color: #fff;
}

.CityInput
{
	width: 140px;
	border: 1px solid #303030;
	background: #383838 url(Images/InputTextBg.gif);
	color: #fff;
}

.ColorInput
{
	width: 84px;
	border: 1px solid #303030;
	background: #383838 url(Images/InputTextBg.gif);
	color: #fff;
}

.OfferBrandsInput
{
	width: 200px;
	margin: 0 0 10px 0;
}
.OfferPrintingInput
{
	width: 105px;
	margin: 0 5px 10px 0;
}

	.OfferBrandsInput input, .OfferPrintingInput input
	{
		width: 13px;
		height: 13px;
	}
	.OfferPrintingInput input
	{
		margin-bottom: 8px;
	}
	
.NormalDropdown
{
	padding: 0;
	width: 200px;
	background-color: #383838;
	color: #fff;
}

.TextBoxInput
{
	width: 194px;
	height: 100px;
	border: 1px solid #303030;
	background: #383838 url(Images/InputTextBoxBg.gif) repeat-x;
	color: #fff;
}

.ButtonInput
{
	border: 1px solid #303030;
	background: #383838 url(Images/InputButtonBg.gif);
	color: #fff;
}

/*******************************************************************************************
*
* Other styles
*
*******************************************************************************************/

#MainContent .NewCollection
{
	position: relative;
	margin: 20px 0 10px 10px;
	padding: 2px 10px 10px 9px;
	width: 231px;
	height: 138px;
	display: inline;
	float: left;
	cursor: hand;
	cursor: pointer;
	background: url(Images/NewCollectionAdidas.jpg) no-repeat;
}
.SmallBlocks
{
	margin: 20px 0 10px 10px;
	padding: 0;
	width: 250px;
	height: 150px;
	display: inline;
	float: left;
}
	.SmallBlocks .NewSoccer
	{
		position: relative;
		margin: 0;
		padding: 2px 10px 10px 8px;
		width: 231px;
		height: 58px;
		cursor: hand;
		cursor: pointer;
		background: url(Images/NewSoccerBg.jpg) no-repeat;
	}
	.SmallBlocks .NewTeamFolders
	{
		position: relative;
		margin: 10px 0 0 0;
		padding: 2px 10px 10px 8px;
		width: 231px;
		height: 58px;
		cursor: pointer;
		background: url(Images/TeamFolderBg.jpg) no-repeat;
	}
#MainContent .SpecialOffer
{
	position: relative;
	margin: 20px 0 10px 10px;
	padding: 2px 10px 10px 9px;
	width: 176px;
	height: 138px;
	display: inline;
	float: left;
	font-size: 12px;
	background: url(Images/SpecialOfferBg.jpg) no-repeat;
}
	.GreenTitle
	{
		color: #030;
	}
	#MainContent .SpecialOffer p
	{
		margin: 3px 0 0 2px;
		color: #000;
	}
	#MainContent .NewSoccer p
	{
		margin: 3px 0 0 2px;
		color: #000;
	}
	#MainContent .SpecialOffer .OfferEndDate
	{
		position: absolute;
		bottom: 10px;
		left: 10px;
		font-size: 12px;
	}
#MainContent .NewsBlock
{
	margin: 20px 0 10px 10px;
	padding: 2px 0 10px 0;
	width: 205px;
	height: 138px;
	display: inline;
	float: left;
}
	#MainContent .NewsBlock ul
	{
		margin: 3px 0 0 0;
		padding: 0;
		list-style: none;
		font-size: 1.1em;
	}
		#MainContent .NewsBlock ul li
		{
			margin: 0 0 5px 0;
			padding: 0;
		}
			#MainContent .NewsBlock ul li a
			{
				color: #fff;
				text-decoration: none;
				border-bottom: dotted 1px #fff;
			}
			#MainContent .NewsBlock ul li a:hover
			{
				color: #d6d6d6;
				text-decoration: none;
				border-bottom: dotted 1px #d6d6d6;
			}
	#MainContent .NewsBlock .MoreNews
	{
		padding-right: 12px;
		font-size: 1.1em;
		color: #fff;
		background: url(Images/MoreArrow.gif) no-repeat right;
	}

.RedTitle
{
	color: #600;
}

.WhiteTitle
{
	color: #fff;
}

.BlockHeaderSub
{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.8em;
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	color: #fff;
}

#SpecialAttentionInfo .WrapperTop
{
	height: 5px;
	overflow: hidden;
	background: url(Images/SpecialAttentionTopBg.png) no-repeat;
}

#SpecialAttentionInfo .Wrapper
{
	margin: 0;
	padding: 1px 10px 15px 10px;
	background: url(Images/SpecialAttentionBg.png);
}
	#SpecialAttentionInfo .MoreButton
	{
		position: absolute;
		margin: 0;
		padding: 0;
		width: 106px;
		height: 20px;
		right: -9px;
		bottom: -10px;
		background: url(Images/MoreButtonBg.gif) no-repeat;
	}
		#SpecialAttentionInfo .MoreButton a
		{
			margin: 0;
			padding: 3px 25px 0 0;
			width: 81px;
			height: 17px;
			font-size: 1.1em;
			font-weight: bold;
			text-transform: uppercase;
			text-align: right;
			color: #fff;
			display: block;
			text-decoration: none;
		}

#SpecialAttentionInfo .WrapperBottom
{
	height: 5px;
	overflow: hidden;
	background: url(Images/SpecialAttentionBottomBg.png) no-repeat;
}

#LeftContent .BrandImage
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 161px;
	height: 100px;
	display: inline;
	float: left;
	background: url(Images/BrandImageBg.jpg) no-repeat;
}
	#LeftContent .BrandImage a
	{
		margin: 0;
		padding: 25px 0 0 0;
		width: 161px;
		height: 75px;
		text-align: center;
		display: block;
	}
	.BrandImageSeparator
	{
		margin: 0;
		padding: 0;
		width: 9px;
		height: 100px;
		display: inline;
		float: left;
	}

#LeftContent .ButtonOfferte
{
	margin: 10px 0 0 0;
	padding: 2px 0 0 137px;
	width: 194px;
	height: 98px;
	cursor: hand;
	cursor: pointer;
	background-image: url(Images/ButtonOfferte.jpg);
}
	#LeftContent .ButtonOfferte p
	{
		padding: 0 0 0 1px;
		line-height: normal;
	}
	#LeftContent .ButtonOfferte a
	{
		padding: 0 0 0 0;
		width: 184px;
		height: 100px;
		display: table-cell;
		vertical-align: middle;
		font-size: 1.8em;
		color: #fff;
	}

#RightContent .LongBrandBanner
{
	margin: 0 0 10px 0;
	padding: 0;
	width: 575px;
	height: 98px;
	border: solid 1px #ffcfa7;
	cursor: pointer;
	background: #f90 url(Images/LongBrandBannerBg.jpg);
}
	#RightContent .LongBrandBanner .LongBrandBannerLeft
	{
		margin: 0;
		padding: 2px 10px 10px 9px;
		width: 326px;
		display: inline;
		float: left;
	}
	#RightContent .LongBrandBanner .LongBrandBannerRight
	{
		margin: 0;
		padding: 0;
		width: 230px;
		float: left;
	}

#RightContent .LongBrandBannerHalf
{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	width: 281px;
	height: 98px;
	float: left;
	display: inline;
	border: solid 1px #ffcfa7;
	cursor: pointer;
	background: #f90 url(Images/HalfBannerBg.jpg);
}
	#RightContent .LongBrandBannerHalf .LongBrandBannerLeftHalf
	{
		position: absolute;
		margin: 0;
		padding: 2px 10px 10px 9px;
		width: 96px;
		top: 0px;
		left: 0px;
		z-index: 10;
	}
	#RightContent .LongBrandBannerHalf .LongBrandBannerRightHalf
	{
		position: absolute;
		margin: 0;
		padding: 0;
		top: 0px;
		right: 0px;
		width: 166px;
		z-index: 5;
	}
.HalfBannerSeparator
	{
		margin: 0;
		padding: 0;
		width: 10px;
		height: 100px;
		display: inline;
		float: left;
	}
	
#RightContent .ShortBanners
{
	width: 281px;
	display: inline;
	float: left;
}
	
	#RightContent .ShortBanner
	{
		margin: 0 0 10px 0;
		padding: 0;
		width: 281px;
		height: 108px;
		border: solid 1px #ffcfa7;
		cursor: pointer;
		background: #f90 url(Images/ShortBannerBg.jpg);
	}
	#RightContent .ShortBannerPhoto
	{
		margin: 0 0 10px 0;
		padding: 0;
		width: 283px;
		height: 150px;
	}
	#RightContent .ShortBannerHigh
	{
		margin: 0 0 10px 0;
		padding: 0;
		width: 281px;
		height: 148px;
		border: solid 1px #ffcfa7;
		cursor: pointer;
		background: #f90 url(Images/ShortBannerHighBg.jpg);
	}
		#RightContent .ShortBanner .ShortBannerLeft, #RightContent .ShortBannerHigh .ShortBannerLeft
		{
			margin: 0;
			padding: 2px 10px 10px 9px;
			width: 152px;
			display: inline;
			float: left;
		}
		#RightContent .ShortBanner .ShortBannerRight, #RightContent .ShortBannerHigh .ShortBannerRight
		{
			margin: 0;
			padding: 0;
			width: 110px;
			float: left;
		}
		
#RightContent .PageImpression
{
	margin: 0 0 0 11px;
	float: left;
}
	
p.Short
{
	height: 100px;
	overflow: hidden;
}

p.Medium
{
	height: 210px;
	overflow: hidden;
}

#LeftNews .NewsItem
{
	margin: 0 0 10px 0;
	padding: 0;
	width: 575px;
	border: solid 1px #ffcfa7;
	background: #eb7500 url(Images/NewsBg.jpg) no-repeat;
}
	#LeftNews .NewsItem .NewsImage
	{
		margin: 0;
		padding: 0 10px 0 0;
		width: 200px;
		vertical-align: top;
	}
	#LeftNews .NewsItem .NewsContent
	{
		margin: 0;
		padding: 0 10px 10px 0;
		width: 355px;
		vertical-align: top;
		color:#000;
		font-size:12px;
	}
#RightNews ul
{
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
	#RightNews ul li
	{
		margin: 0 0 5px 0;
		padding: 0;
	}
		#RightNews ul li a
		{
			color: #fff;
			text-decoration: none;
			border-bottom: dotted 1px #fff;
		}
		#RightNews ul li a:hover
		{
			color: #d6d6d6;
			text-decoration: none;
			border-bottom: dotted 1px #d6d6d6;
		}
#RightNews .MoreNews
{
	padding-right: 12px;
	font-size: 1.1em;
	color: #fff;
	background: url(Images/MoreArrow.gif) no-repeat right;
}

.FormTable
{
	width: 576px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #303030;
}
	.Mandatory
	{
		margin: 0 0 0 3px;
		color: #e86d00;
	}
	.FormTable .FormLabel
	{
		padding: 4px 10px 0 0;
		font-size: 1.1em;
		vertical-align: top;
	}
		.FixedWidth
		{
			width: 190px;
		}
		
.ContactTable
{
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}
	.ContactTable .ContactLabel
	{
		padding: 4px 10px 0 0;
		font-weight: bold;
		vertical-align: top;
	}
	.ContactTable .ContactCell
	{
		padding: 4px 0 0 0;
		vertical-align: top;
		border-bottom: 1px solid #303030;
	}
	.Cell
	{
		padding: 0;
	}
	
#ShopsPopup
{
	position: absolute;
	bottom: 27px;
	left: 724px;
	visibility: hidden;
}
	#ShopsPopup .ShopsBody
	{
		position: relative;
		margin: 0;
		padding: 0;
		min-width: 130px;
		border: solid 1px #fff;
		border-bottom: none;
		background: #212120 url(Images/ShopsMenuBg.gif) repeat-x;
	}
		#ShopsPopup .ShopsBody ul
		{
			margin: 0;
			padding: 10px;
			list-style: none;
		}
			#ShopsPopup .ShopsBody ul li
			{
				margin: 0;
				padding: 2px 0 1px 0;
			}
			#ShopsPopup .ShopsBody ul li a
			{
				font-size: 1.1em;
				color: #fff;
			}
		#ShopsPopup .ShopsPopupClose
		{
			position: absolute;
			top: 5px;
			right: 5px;
			width: 5px;
			height: 5px;
		}
	#ShopsPopup .ShopsBottom
	{
		font-size: 1px;
		line-height: 1px;
		width: 100%;
		height: 5px;
		background: url(Images/ShopsMenuBottom.gif) repeat-x;
	}
	
#RightContent .NoMouse
{
	cursor: auto;
}

input[type="submit"]
{
	font-size: 11px;
}

.MoviePopup	
{
	display: none;
	background-color:#fff;
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -200px;
	z-index: 1000;
}

#twitter_div
{
	float:left;
	width: 725px;
	padding:10px 0 0 0;	
	display:none;
}
#twitter_div a
{
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #E86D00;
	margin: 0 0 0 10px;
}
#twitter_update_list{margin:15px 0 0 0;padding:0;list-style:none;}
#twitter_update_list li{margin:0 0 0 10px;padding:10px 17px 0;width:318px;height:68px;float:left;display:inline;background:url(Images/twitterBG.jpg) repeat-x;border-bottom:#2f2f2f 1px solid;}
#twitter_div .twitter_message{font-size:14px;line-height:18px;color;#fff;}
#twitter_div .twitter_message a{color:#36708f;}
#twitter_div .twitter_time{margin:4px 0 0 0;font-size:12px;color:#908f8f;display:block;}

