body
{
	font-family:Arial;
	font-size:12px;
	color:#575757;
}
html, body 
{
	border:0 none;
	height:100%;
	margin:0;
	padding:0;
}
.MainWrapper
{
	margin:0 auto;
	width:993px;
}
.MainWrapper .Header
{
	height:75px;
	position:relative;
}
.MainWrapper .Header h1.Logo
{
	margin-top:10px;
	background:transparent url('../imagesnew/extrawheel-logo.gif') no-repeat scroll center center;
	display:block;
	width:120px;
	height:57px;
	text-indent:-9999px;
	float:left;
}
.MainWrapper .Header .Flags
{
	float:left;
	margin-top:41px;
	margin-left:10px;
	width:300px;
}
.MainWrapper .Header .Flags li
{
	float:left;
	width:24px;
	height:12px;
	margin-right:5px;
	margin-bottom:2px;
}
.MainWrapper .Header .Flags li a
{
	/*text-indent:-9999px;*/
	display:block;		
	height:12px;
	overflow:hidden;
}
.MainWrapper .Header .Flags li a:hover
{
	border:1px #ff0000 solid;
	height:10px;
}
.MainWrapper .Header .Flags li.PL
{
	background:transparent url('../imagesnew/flags/pl.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.EN
{
	background:transparent url('../imagesnew/flags/en.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.DE
{
	background:transparent url('../imagesnew/flags/de.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.DK
{
	background:transparent url('../imagesnew/flags/dk.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.ES
{
	background:transparent url('../imagesnew/flags/es.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.FI
{
	background:transparent url('../imagesnew/flags/fi.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.FR
{
	background:transparent url('../imagesnew/flags/fr.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.IT
{
	background:transparent url('../imagesnew/flags/it.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.NL
{
	background:transparent url('../imagesnew/flags/nl.gif') no-repeat scroll center center;	
}
.MainWrapper .Header .Flags li.NO
{
	background:transparent url('../imagesnew/flags/no.gif') no-repeat scroll center center;	
}
.MainWrapper .Header h2
{
	font-size:12px;
	width:350px;
	float:left;
	margin-top:39px;
	margin-left:6px;
	color:#003d7e;
	letter-spacing:3px;
}
.MainWrapper .SearchPanel
{
	float:right;
	right:0px;
	position:absolute;
	top:45px;
	width:185px;
	letter-spacing:1px;
}
.MainWrapper .SearchPanel .SearchBtn
{
	text-decoration:none;
	padding-top:5px;
	background: transparent url('../imagesnew/icons/icon-search.gif') no-repeat scroll top left;
	border:none;
	cursor:pointer;
	padding-left:20px;
	display:block;	
	height:23px;	
	width:23px;
	margin-left:5px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.MainWrapper .SearchPanel .SearchTxt
{
	float:left;
	height:16px;
	padding-top:1px;
	padding-left:3px;
	width:148px;
}
.MainWrapper .TopMenu
{
	height:40px;
	width:993px;
	background:transparent url('../imagesnew/top-menu-bg.gif') no-repeat scroll center center;
	position:relative;	
}
.MainWrapper .TopMenu ul
{
	position:absolute;
	z-index:1001;
	overflow: hidden;
}
.MainWrapper .TopMenu li
{
	float:left;
	width:199px;
	height:40px;
	color:#FFF;
	background:transparent url('../imagesnew/top-menu-right.gif') no-repeat scroll left top;
	overflow:hidden;	
	margin-left: -1px;
}
.MainWrapper .TopMenu li:hover
{
/*	height:235px;*/
}
.MainWrapper .TopMenu li.First
{
	background:none;
}
.MainWrapper .TopMenu li a
{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	padding-top:12px;
	padding-left:60px;
	width:138px;
	display:block;
	height:28px;
}
.MainWrapper .TopMenu li a:hover
{
	text-decoration:underline;
}
.MainWrapper .TopMenu li a.MainPage
{
	background:transparent url('../imagesnew/icons/main-page.gif') no-repeat scroll 25px center;
}
.MainWrapper .TopMenu li a.MoviesPage
{
	background:transparent url('../imagesnew/icons/movies-page.gif') no-repeat scroll 25px center;
}
.MainWrapper .TopMenu li a.ProductPage
{
	background:transparent url('../imagesnew/icons/product-page.gif') no-repeat scroll 25px center;
}
.MainWrapper .TopMenu li a.FAQPage
{
	background:transparent url('../imagesnew/icons/faq-page.gif') no-repeat scroll 25px center;
}
.MainWrapper .TopMenu li a.ShopPage
{
	background:transparent url('../imagesnew/icons/shop-page.gif') no-repeat scroll 25px center;
}

.MainWrapper .TopMenu .DropDownMenu
{
	position:relative;
	background:#4487c5;
	display: none;
	border-top:1px #71afe1 solid;	
}
.MainWrapper .TopMenu .ShowMenu .DropDownMenu
{
	display:block;
}
.MainWrapper .TopMenu .DropDownMenu li
{
	float:none;
	border:1px #71afe1 solid;
	border-width: medium 2px 1px;
	border-top:none;	
	height:40px;
	width:197px;
	background:none;
}
.MainWrapper .TopMenu .DropDownMenu li a
{
	padding-left:20px;
	width:178px;
}
.MainWrapper .RightMenu .DropDownRightMenu
{
	display:none;
	left:-175px;
	position:absolute;
	top:5px;
	width:198px;
	height:1px;
	overflow:hidden;
	z-index:1009;
	border-top:1px #71afe1 solid;
}
.MainWrapper .RightMenu .DropDownRightMenu li 
{
	float:none;
	border:1px #71afe1 solid;
	border-top:none;	
	height:auto;
	width:196px;
	background:none;
	min-height:40px;
	background:#4487C5 none repeat scroll 0;
}
.MainWrapper .RightMenu .DropDownRightMenu li a
{
	padding-left:20px;
	width:178px;
	color:#FFF;
	height:auto;
	margin-bottom:10px;	
}
.MainWrapper .RightMenu .ShowMenu .DropDownRightMenu 
{
	display:block;
}

/*Main page*/
.MainContent
{

}

.MainMenu
{
	width:993px;
	padding-right:15px;
	background:transparent url('../imagesnew/shadow-topright-bg.jpg') no-repeat scroll top center;	
	float:left;
	position: relative;
	overflow:visible;
	z-index:1000;
}
.MainMenu .Bonus
{
	float:left;
	margin-left:1px;
}
.MainMenu .BonusImg
{
	margin-top:1px;
}
.MainMenuFooter
{
	width:993px;
	padding-right:21px;
	height:30px;
	background:transparent url('../imagesnew/shadow-bottom-bg.gif') no-repeat scroll top right;	
	float:left;
}
.MainImage
{
	float:left;
	width:792px;
/*	position:relative;	*/
	min-height:235px;	
/*	margin-top:1px;*/
}
.MainImage img
{
	width:792px;
	min-height:235px;
}
.MainMenuPageTittle
{
	color: white;
	padding-left: 100px;
	font-size: 14px;
}
.RoundedFooter
{
	background:transparent url(../imagesnew/shadow-image-bg.gif) no-repeat scroll left bottom;
	bottom:0;
	font-size:8px;
	height:10px;
	left:0px;
	position:absolute;
	width:993px;
}
.RightMenu
{
	float:left;
	width:200px;
	margin-left:0px;
	z-index:1100;
	/*margin-top:1px;*/
	/*position:relative;*/
}
.RightMenu ul
{
	z-index:1001;
}
.RightMenu .RightMenuFooter
{
	background:transparent url('../imagesnew/shadow-image-bg.gif') no-repeat scroll bottom right;		
	height:20px;
	position:absolute;
	width:20px;
	right:0px;
	bottom:0px;
	z-index:1000;	
}
.RightMenu li
{
	height:39px;
	text-transform: lowercase;
	background:transparent url('../imagesnew/right-menu-bg.gif') no-repeat scroll top right;	
/*	border-bottom:1px #FFF solid;*/
/*	border-right:1px #FFF solid;*/
  float:left;
  width:201px;
  position:relative;		
}
.RightMenu li a
{
	display: block;
	color:#575757;
	padding-left:25px;
	padding-top:10px;
	text-decoration:none;
	height:20px;
}
.RightMenu li a:hover
{
	text-decoration:underline;
}
.ContentWrapper
{
	float:left;
	margin-top:23px;	
}
.ContentTeaser
{
	width:993px;
	padding-right:15px;
	background:transparent url('../imagesnew/shadow-right-bg.gif') no-repeat scroll top right;	
	float:left;
}
.ContentTeaser dl
{	
	background:transparent url('../imagesnew/teaser-bg.gif') no-repeat scroll top left;	
	width:993px;
	min-height:159px;
	overflow:hidden;
	position:relative;
}
.ContentTeaser dl dt
{
	float:left;
	width:700px;
	color:#4c4c4c;
	font-weight:900;
	font-size:16px;
	margin-top:20px;
	margin-left:45px;
}
.ContentTeaser dl dd
{
	float:left;
	width:700px;
	margin-left:45px;	
	margin-top:15px;	
	font-size:15px;
	line-height:18px;
}
.ContentTeaser dl .Image
{
	float:right;
	height:135px;
	margin-left:0;
	margin-right:18px;
	margin-top:18px;
	overflow:hidden;
	width:200px;
	position:relative;
}
.ContentTeaser dl .Image a
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	overflow:hidden;
	display:block;
}
.ContentTeaser dl .Image img
{
	width:200px;
	height:135px;	

}
.ContentTeaser dl .Image .VideoModule
{
	background:transparent url('../imagesnew/icons/teaser-video.gif') no-repeat scroll top left;	
	width:26px;
	height:135px;
	position: absolute;
	top:0px;
	right:0px;
}
.ContentTeaser dl .Image .EmptyModule
{
	background:transparent url('../imagesnew/icons/teaser-empty.gif') no-repeat scroll top left;	
	width:26px;
	height:135px;
	position: absolute;
	top:0px;
	right:0px;
}
.ContentTeaser dl .Image .PictureModule
{
	background:transparent url('../imagesnew/icons/teaser-image.gif') no-repeat scroll top left;	
	width:26px;
	height:135px;
	position: absolute;
	top:0px;
	right:0px;
}
.ContentTeaser dl .Image .LinkModule
{
	background:transparent url('../imagesnew/icons/teaser-link.gif') no-repeat scroll top left;	
	width:26px;
	height:135px;
	position: absolute;
	top:0px;
	right:0px;
}
.ContentTeaser .TeaserDesc
{
	min-height:104px;
}
.ContentTeaser .TeaserLink
{
	width:700px;
	text-align:right;
}
.ContentTeaser dl dd a
{
	text-decoration: none;
	color:#155fa9;
  /*	display:block;*/
}
.ContentTeaser dl dd p a
{
	display:inline;
}
.ContentTeaser dl dd img.WaterMark
{
	height:186px;
	margin-left:-10px;
	position:absolute;
	width:56px;
  /*	display:none;*/
}
.ContentTeaser dl dd a:hover
{
	text-decoration: underline;
}
.ContentTeaser .TeaserLink a
{
	color:#d9261c;
}
.ContentTeaser ul li
{
	list-style: circle;
	list-style-position: inside;
}
.ContentTeaser ol li
{
	list-style: decimal;
	list-style-position:inside;
}
.ContentTeaser dl dd.Separator
{
	background:transparent url(../imagesnew/teaser-middle-bg.gif) no-repeat scroll 8px center;
	font-size:1px;
	height:5px;
	margin:0;
	overflow:visible;
	padding:0;
	position:absolute;
	top:-1px;
	width:993px;
	left:0px;
}
.TeaserBottom
{
	height:12px;
	width:993px;
	background:transparent url('../imagesnew/teaser-bottom-bg.gif') no-repeat scroll top right;	
	font-size:4px;
}
.TeaserSeparator
{
	height:10px;
	width:993px;
	background:transparent url('../imagesnew/teaser-bottom2-bg.gif') no-repeat scroll top right;	
	font-size:4px;
}
.TeaserFooter
{
	width:993px;
	padding-right:21px;
	height:30px;
	background:transparent url('../imagesnew/shadow-bottom-bg.gif') no-repeat scroll top right;	
	float:left;
	margin-bottom:23px;		
}
.TeaserFooter a
{
	display:block;
	text-indent:-9999px;
	width:993px;
	height:35px;
}

.TeaserFooter a:hover
{
	background:transparent url('../imagesnew/icons/icon-top.gif') no-repeat scroll center bottom;	
}

.BannerPages
{
	bottom:0;
	position:absolute;
	right:220px;
	margin-bottom:40px;
}
.BannerPages li
{
	float:left;
	padding:5px;
}
.BannerPages li a
{	
	color:#FFF;
	text-decoration: none;
}
.BannerPages li a:hover
{	
	text-decoration: underline;
}
#bannerImage
{
	float:left;
}

.Newsletter
{
	
}
.Newsletter fieldset
{
	
}
.Newsletter fieldset .Field
{
	margin-top:15px;
	padding-bottom:5px;
	position:relative;	
}
.Newsletter fieldset .Field label
{
	padding-right:5px;
	padding-left:5px;
}
.Newsletter fieldset .Field .TextInput
{
	width:300px;
}
.Newsletter fieldset .Field input
{

}
.Newsletter .Subscribe
{
	margin-top:14px;
	border:none;
	background: transparent url('../imagesnew/btn-medium.gif') no-repeat scroll top right;
	width:90px;
	height:20px;
	margin-left:263px;
	color:#FFF;
	cursor:pointer;
}
.Newsletter .Info
{
	color:#02bf14;
	margin-bottom:15px;
	display:block;
}
#emailValidator
{
	color:#DC261C;
	font-size:11px;
	left:55px;
	position:absolute;
	top:19px;
}

.PopupMode
{
	background-color:#000;
	color:#FFF;
	font-size:14px;

}
.PopupMode p
{
	padding-left:20px;
	padding-top:10px;
}
.PopupMode img
{
	padding-left:20px;
	padding-top:10px;
}

.PageFooter
{
	float:left;
	padding-bottom:30px;
	padding-left:40px;
}
.PageFooter a
{
	color: #575757;
}
.PageFooter .Manual
{
	text-decoration:none;
	padding-top:5px;
	background: transparent url('../imagesnew/icons/icon-manual.gif') no-repeat scroll top left;
	padding-left:40px;
	display:block;
	height:32px;
	margin-bottom:10px;	
}
.PageFooter .Shop
{
	text-decoration:none;
	padding-top:5px;
	background: transparent url('../imagesnew/icons/icon-shop.gif') no-repeat scroll top left;
	padding-left:40px;
	display:block;	
	height:32px;	
}
.PageFooter .Shop:hover,
.PageFooter .Manual:hover
{
	text-decoration:underline;
}

.sig_cont
{
	padding: 13px 0px 0px 43px;
	float:left;
}
.sig_cont .sig_thumb 
{
	background:transparent url(../imagesnew/shadowAlpha.png) no-repeat scroll right bottom !important;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}
.sig_cont .sig_thumb a img 
{
	background:#FFFFFF none repeat scroll 0;
	border:1px solid #CCCCCC;
	display:block;
	margin:-5px 5px 5px -5px;
	padding:4px;
	position:relative;
}
.GalleryImageWrapper
{
	margin-top: 15px;	
}
.PagingContainer
{
	width: 906px; 
	text-align:center;
	clear: both;
}
.PagingContainer a
{
	color:#155FA9;
	text-decoration:none;
}
.PagingContainer a.Selected
{
	font-weight: bold;
}
.PagingContainer a:hover
{
	
}
}
