/* Mattel Europe CSS - sweeeeeet */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#wrap-container{
	position: relative;
	margin: 0 auto;
	width: 781px;
	background: #fff;
	color: #000;
	border-bottom: 4px solid #ccc;
}

#wrap{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 765px;
	height: 711px;
	background: #fff url(/images/site/bg-europe-wrap.jpg) no-repeat;
}

/* ---( header )--------------------------------- */

#header{
	position: relative;
	width: 765px;
	height: 75px;
}

#uno-logo{
	position: absolute;
	top: 6px;
	left: 12px;
	text-indent: -9999px;
	background: url(/images/site/uno-logo.png) no-repeat;
	overflow: hidden;
}

#uno-logo a{
	display: block;
	width: 87px;
	height: 65px;
	text-decoration: none;
}

#mattel-logo{
	position: absolute;
	top: 9px;
	left: 655px;
	text-indent: -9999px;
	background: url(/images/site/mattel-logo.png) no-repeat;
	overflow: hidden;
}

#mattel-logo a{
	display: block;
	width: 99px;
	height: 52px;
	text-decoration: none;
}

/* ---( top nav )--------------------------------- */

#top-nav{
	position: relative;
	margin: 0 auto;
	width: 315px;
}
body.german #top-nav{ width: 385px; }

#top-nav ul{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 45px 0 0 0;
}

#top-nav ul li{
	float: left;
	margin: 0 8px 0 8px;
	display: inline; /*or else IE6 will double the margin */
}

#top-nav a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#top-nav a:hover{ color: #ccc; }

/* ---( main content area )--------------------------------- */

#content-container{
	position: relative;
	float: left;
	width: 765px;
	height: 550px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* ---( landing page )--------------------------------- */

#europe-home{
	position: relative;
	margin: 60px auto 0 auto;
	width: 484px;
	height: 387px;
	background: transparent url(/images/site/bg-europe-home.png) no-repeat;
	text-align: left;
}

#europe-home-copy{ padding: 30px 5px 0 130px; }

#europe-home-copy p{
	font-size: 16px;
	margin: 0;
	padding: 8px 0 8px 0;
}

span#pick-country{
	font-size: 14px;
	font-weight: bold;
}
a.country-button{
	float: left;
	margin: 10px;
}

/* ---( product pages )--------------------------------- */

#product-container{
	position: relative;
	width: 635px;
	margin: 0 auto;
	background: #fff;
	color: #336;
	text-align: left;
}

#margin-maker{
	float: left;
	background: #fff;
	padding: 10px;
}

div.margin-maker{
	padding: 10px;
}

#product-options{
	float: left;
	width: 145px;
}
#product-image{
	margin-bottom: 30px;
	border: 1px solid #2b3856;
}

.option-link{
	float: left;
	margin: 0 0 15px 15px;
}

body#uno_germany .option-link{
	margin: 0 0 15px 0;
}

#product-copy{
	float: left;
	width: 460px;
	overflow: hidden;
}

#uno_uk h2, #uno_germany h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/site/h2_uno.gif) no-repeat;
	width: 245px;
	height: 22px;
}

.sub-heading{
	font-size: 12px;
	font-weight: bold;
}

.bigger-bold{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#product-copy ul{
margin: 0 0 10px 30px;
padding: 0;
}

#product-copy ul li{
	margin: 0;
	padding: 3px 0 3px 0;
}

#screenshots-container{
	float: left;
	width: 615px;
	padding: 10px 0 0 0;
	border-top: 2px solid #ccc;
}

div.screenshot{
	float: left;
	width: 120px;
	margin: 0 16px 0 17px;
	display: inline; /* to fix IE6 */
}

.error{
	font-weight: bold;
	color: #f00;
}

a#german-sweep-card{
	position: absolute;
	top: -75px;
	left: 555px;
	display: block;
	width: 91px;
	height: 131px;
	z-index: 20;
	background: transparent url(/images/site/german-sweep-card.png) no-repeat;
}

a#german-sweep-card:hover{
	left: 547px;
	display: block;
	width: 108px;
	height: 146px;
	background: transparent url(/images/site/german-card-hover.png) no-repeat;
}

#uno-extreme{
	float: left;
}


/* ---( footer )--------------------------------- */

#footer{
	clear: left;
	position: relative;
	width: 765px;
	height: 75px;
	text-align: center;
}

#playerx-logo{
	position: absolute;
	top: 0px;
	left: 12px;
	text-indent: -9999px;
	background: url(/images/site/playerx-logo.png) no-repeat;
	overflow: hidden;
}

#playerx-logo a{
	display: block;
	width: 84px;
	height: 66px;
	text-decoration: none;
}

#bottom-nav{
	position: relative;
	margin: 0 auto;
	width: 450px;
	font-size: 10px;
}
body.german #bottom-nav{ width: 580px; }

#bottom-nav ul{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 30px 0 0 0;
}

#bottom-nav ul li{
	float: left;
	margin: 0 12px 0 12px;
	display: inline; /*or else IE6 will double the margin */
}

#bottom-nav a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#bottom-nav a:hover{ color: #ccc; }

/* ---( sub footer )--------------------------------- */

#sub-footer{
	position: relative;
	width: 765px;
	height: 30px;
	margin: 5px auto 5px auto;
	text-align: left;
	font-size: 10px;
	color: #336;
}
#sub-footer a{
	color: #336;
	text-decoration: none;
}
#sub-footer a:hover{ text-decoration: underline; }
a#oasys-logo{
	float: right;
	display: block;
	width: 125px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/site/oasys-europe-logo.png) no-repeat;
}



/* Cached on 09 November 2006 @ 09:28:08 */
