﻿/*
	Fisher-Price DACS Registration Register CSS
	Specific to Register Page only
	By Adam Cummins
	September, 2007
*/

/* Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Site Styles */

body 
{
	line-height: 1.5;
	font-size: 85%;
	font-family: arial, helvetica, sans-serif;
	background: #200055;
	color: #200055;
}

#container {
	margin: 0 auto;
	position:relative;
	text-align:center;
	background: #200055;
}


h1 span, h1 a {
	margin: 0 auto;
	background:transparent url(/dacs/register/img/header-digitalstudio.jpg) no-repeat scroll left top;
	text-indent: -9999px;
	width:539px;
	display: block;
	height: 137px;
	overflow: hidden;
	font-size: 160%;
	font-weight: bold;
}

a{
	color:#c44c17;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h2{
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 170%;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-weight: bold; 
}

h2#support {
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	margin: 20px 0;
}

h2 a {
	text-decoration: none;
	color: #E7CB2C;
}

h2 a:hover {
	text-decoration: underline;
}

h3{
	padding-bottom: 10px;
	font-size: 130%;
	font-family: helvetica, arial, sans-serif;
	color: #200055;
	font-weight: bold;
}

h3.popup{
	text-align:left;
	margin-left: 50px;
}

.download-tab{
	position: relative;
	margin:0 auto;
	width:705px;
	background:transparent url(/dacs/register/img/download-border-top-digitalstudio.gif) no-repeat scroll center top;
	padding: 12px 0px 0px 0px;
}


#download-tab-content{
	position: relative;
	background:transparent url(/dacs/register/img/download-border-digitalstudio.gif) no-repeat scroll center bottom;
	padding-bottom: 20px;
}

#download-tab-content:after {
      content: ".";
      height: 0;
      visibility: hidden;
      display: block;
      clear: both;
}

.instructions{
	margin: 0 auto;
	width: 605px;
	padding-bottom: 20px;
}

.process{
	text-align: left;
	width: 605px;
	padding: 0 50px 20px 50px;
}

ol.process{
	padding: 0 0 30px 80px;
}

ol.process li{
	padding: 0 10px 15px 0;
}

#cd{
	margin:-10px 0 20px 0;;
	font-weight: bold;
	font-size: 80%;
}

.prod-list{
	margin: 0px 0px 0px 15px;
	float: left;
	padding: 0 0 3em 2em;
	position: relative;
	text-align: center;
	width: 300px;
}

.last{
	*float: none;
	*margin-left: .25em;
}

.prod-name{
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}


/*Navigation*/
ul#nav-register-digitalarts{
        width: 400px;
        height: 42px;
        position: relative;
        margin: 0 auto 20px auto;
    }
    
        ul#nav-register-digitalarts li,
        ul#nav-register-digitalarts li a,
        ul#nav-register-digitalarts li span {
        display: block;
		width: 184px;
		height: 42px;
        float:left;
		text-indent: -9999px;
		overflow: hidden;
        }
    
            ul#nav-register-digitalarts li a,
            ul#nav-register-digitalarts li span {
                background: url(/content/v4/gr/creativekids/img/nav-digitalstudio-inner.gif) no-repeat;
            }
                #nav-register-digitalarts li#nav-register-product a{
                    background-position: 0px 0px; 
                }
                 
                #nav-register-digitalarts li#nav-register-product span,
                #nav-register-digitalarts li#nav-register-product a:hover {
                    background-position: -184px 0px; 
                }
                #nav-register-digitalarts li#nav-register-accessories a {
                    background-position: 0px -42px; 
                }
                 
                #nav-register-digitalarts li#nav-register-accessories span,
                #nav-register-digitalarts li#nav-register-accessories a:hover {
                    background-position: -184px -42px;  
                }

				#nav-register-digitalarts li#nav-register-faq a {
					background-position: 0px -84px;
				}
				#nav-register-digitalarts li#nav-register-faq span,
                #nav-register-digitalarts li#nav-register-faq a:hover {
					background-position: -184px -84px;
				}
                
                #nav-register-digitalarts li#nav-register-updates a {
				background-position: -184px -126px;
				}
                    
                #nav-register-digitalarts li#nav-register-updates span,
               	#nav-register-digitalarts li#nav-register-updates a:hover {
					background-position: -184px -126px;
				}
/*End of Navigation*/

#advertisement {
	background: transparent;
	color: #c1cfff;
	font-weight: normal;
	font-size: 80%;
	width: 770px;
	margin: 0 auto;
	position:relative;
	text-align: right;
}

#footer {
	clear:both;
	color:#FFFFFF;
	margin:0pt auto;
	width:770px;
	padding-top: 20px;
}

.legal_footer * {
	margin: 0;
	padding: 0;
}

.legal_footer {
	clear: both;
	margin: 0 auto;
	padding-bottom: 1em;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: .9em;
	width:770px;
}

.legal_footer a {
	text-decoration: none;
	color: #E7CB2C;
	font-size: 1em;
}

.legal_footer a:hover {
	text-decoration: underline;
}

/* ADDITIONAL FOOTER OVERWRITES */

#fplogo_footer {
    height: 4em;
    *margin-bottom: 20px;
}

	#fplogo_footer a{
		color: #E7CB2C;
		border-color: #fff;
		font-family: arial, helvetica, sans-serif;
		font-size: .8em;
		*font-size: .7em;
		text-align: center;
		text-decoration: none;
		line-height: 1em;
		width: 115px;
		height: 1.2em;
		display: block;
		padding-top: 48px;
		background: url(/img/fplogo_www.png) no-repeat top center;
		margin: 0 auto;
	}
	
	#fplogo_footer a:hover{
		border-bottom: #E7CB2C 1px solid;
		height: 1.1em;
		cursor: pointer;
	}

/* IE 6 WORKAROUND FOR PNG SUPPORT */

#fplogo_footer a {
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fplogo_www.png', sizingMethod='crop');
	_background: none;
}
