/*
	Fisher-Price Core Template CSS
	For site-wide .NET template implementation
	By Adam Cummins
	July, 2009
*/

/*
NOTES:

Last Edit: 11/09/09
*/

/* ---------------------------------------------------- INITIALIZE - DON'T TOUCH ---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

html {
	font-size: 100%; /* IE hack */
}

body {
	font: 100%/1.5 Arial, Helvetica, Sans-Serif;
    color: #000000;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

/* ---------------------------------------------------- DEFAULT STYLES ---------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
    list-style: none;
    list-style-position: outside;
    padding: 0;
	margin: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.afterFix:after {
	clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
    display: block;
}

sup {
	
}

/* ---------------------------------------------------- JAVASCRIPT ---------------------------------------------------- */

/* javascript added lines directly under the body causing a gap */

#atff {
	display:none;
}

/* ---------------------------------------------------- MAIN ---------------------------------------------------- */

body {
	background: #bce4f7 url(/content/v6/usp/core/img/bg-body.gif) repeat-x top;
}

#template_container {
	font-size: .9em;
    line-height: 1.3em;
    width: 100%;
}

#template_header,
#content_container,
#template_legal {
	width: 770px;
	margin: 0 auto;
}

#template_header {
	position: relative;
	z-index: 100;
}

#content_container {
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}

#content_container:after {
	clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
    display: block;
}

#template_content {
	background: #ffffff url(/content/v6/usp/core/img/bg-template_content.gif) repeat-x bottom;
	padding: 16px 0 8px;
	width: 100%;
}

#template_content:after {
	clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
    display: block;
}

.expertinput { 
	border: 1px solid;
}

#card_content {
	margin: 0 auto;
	width: 576px;
}

