
/*! editor.css - 2014-10-08 */
/*--------------------------*/

html {
	margin: 0;
	padding: 0;
}

body {
	width: 99.6%;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	/* font-size: 62.5%; */
	font-family: "Trebuchet MS", sans-serif;
}


h1, h2, h3, h4, h5, h6, p {
	display: block;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
}

h2 {
	margin: 0.83em 0;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
}

h3 {
	margin: 1.0em 0;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
}

h4 {
	margin: 1.33em 0;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
}

h5 {
	margin: 1.67em 0;
	-webkit-margin-before: 1.67em;
	-webkit-margin-after: 1.67em;
}

h6 {
	margin: 2.34375em 0;
	-webkit-margin-before: 2.33em;
	-webkit-margin-after: 2.33em;
}

p {
	font-size: 1.25em;
	margin: 1em 0;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.67em; }

strong, b {
	font-weight: bold;
}
	


/* header */
#header {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	min-height: 80px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

#identity {
	background: transparent url("images/header-ea-logo.png") 10px 50% no-repeat;
	display: block;
	width: 360px;
	height: 80px;
	min-width: 327px;
	min-height: 60px;
	margin: 0;
	float: left;
}

#identity h1 {
	margin-left: -9999px;
}

/* body-content */
#body-content {
	display: block;
	float: left;
	top: 80px;
	right: 0;
	bottom: auto;
	left: 0;
	margin: 20px;
}

/* footer */
#footer {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	color: #ffffff;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	margin: 0; 
	padding: 0;
	background-color: #c71825;
}

#footer span.spacer {
	font-family: Verdana,Tahoma,Sans-Serif;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#nav_bot,
#copyright {
	font-family: Verdana,Tahoma,Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	position: relative;
	width:100%;
	color: #ffffff;
}

#nav_bot   {
	padding-top: 19px;
}

#copyright {
	padding-top: 6px;
}

#nav_bot a, 
#nav_bot a:link, 
#nav_bot a:active, 
#nav_bot a:visited {
	font-family: Verdana,Tahosma,Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#nav_bot a:hover {
	font-family: Verdana,Tahoma,Sans-Serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

/* ui menu horizontal */

#menu li {
	width: 60px;
	float:left;
	list-style:none;
	padding: 10px 5px;
}

#menu li a {
	text-decoration:none;
	text-transform:uppercase;
}

#menu li a:hover {
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

#menu li a span.ui-icon-carat-1-e {
	float:right;
	position:static;
	margin-top:2px;
	width:16px;
	height:16px;
}

#menu li ul {
	display:block;
	position:absolute;
	padding:0px;
}

#menu li ul li {
	float:none;
	width:200px;
	margin-right:0px;
	padding:10px;
}

/* examples */
.demoHeaders {
	margin-top: 2em;
}

#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

#icons {
	margin: 0;
	padding: 0;
}

#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
} 

#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}

select {
	width: 200px;
}

input#query {
	padding: 4px 2px;
}

#searchForm {
	font-size: 1.25em;
}

.inputContainer {
	margin: 20px auto;
}

#submit {
	font-size: 1.125em;
}

p {
	clear: both;
}

.clearboth {
	display: block;
	float: left;
	clear: both;
}

#searchResults,
#searchProgress {
	float: left;
	clear: both;
	margin: 20px 20px 20px 0;
}

#searchResults {
	display: block;
}

#searchProgress {
	display: none;
}

.products {
	float: left;
	margin: 10px 10px 15px 0;
	width: 100%; text-align: left;
	font-size: 1.125em;
	line-height: 1.5em;
}

.hrule {
	border-bottom: 1px solid #ddd;
	width: 100%;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}