/**
 * EU Internet Domains Limited
 * all rights reserved
 *
 * colors:
 * green #00901d
 *
 */




/* layout & design definition */

body, table {
	font-family: verdana, arial, tahoma, geneva, helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	color: #5d6063;
	margin: 0;
	padding: 0;
}
div#out_container {
	position: absolute;
	width: 750px;
	top: 20px;
	left: 50%;
	margin-left: -375px;
	background: url(/images/column_maker.gif) repeat-y;
}
div#logo {
	height: 39px;
	background: #e7ebef url(/images/EUInternet_logo.gif) no-repeat;
}
#logo h1 {
	display: none;
}
#logo h2 {
	border: black solid 1px;
}
div#language {
	height: 39px;
	padding: 14px 10px 0 0;
	text-align: right;
}
#language img.language {
	margin-left: 7px;
}
div#header {
	height: 187px;
	background: #00a020 url(/images/EU_it.gif) no-repeat;
	margin: 0;
	padding: 0;
	border-top: #fff solid 2px;
	border-bottom: #fff solid 2px;
}
#header h1 {
	display: none;
}
#header h2 span {
	display: none;
}
#header h2 {
	margin: 0;
	padding: 105px 10px 0 0;
	text-align: right;
	background: url(/images/register.gif) top right no-repeat;
}
#header h2 a {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}

div#top_menu {
	font-size: 11px;
	font-weight: bold;
	background: #8a8a8a;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
}
#top_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
}
#top_menu li {
	display: inline;
	border-left: #fff solid 1px;
}
#top_menu li.first_item {
	border-left: 0;
}

#top_menu a, #top_menu a:link, #top_menu a:visited, #top_menu li.inactive {
	color: #edf0f3;
	padding: 1px 11px 1px 13px;
	text-decoration: none;
}
#top_menu a:active, #top_menu a:hover {
	color: #00f;
	text-decoration: none;
}

div#in_container {
	border-top: #fff solid 2px;
}

div#side_content {
	float: left;
	width: 158px;
	margin-bottom: -1px;
	overflow: hidden;
	font-size: 10px;
}
#side_content div {
	padding: 5px 10px;
	border-bottom: #fff solid 1px;
}
#side_content h1 {
	color: #00901d;
	font-size: 11px;
	letter-spacing: -1pt;
}
#side_content h2 {
	color: #063692;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
	margin-top: 5px;
}

div#myaccount {
	color: #edf0f3;
	margin: 0;
	text-transform: uppercase;
	background: #063692 url(/images/key.gif) right no-repeat;
}
div#login {
	margin: 0;
	background: #c7ccd5;
}
div#login input {
	display: block;
	margin-bottom: 5px;
}

div#chat {
	margin: 0 0 0 -6px;
}

div#content {
	margin-left: 160px;
	padding: 0 10px 10px 15px;
}
#content p, #content ul {
	text-align: justify;
}

div#footer {
	clear: both;
	font-size: 10px;
	background: #c6c6c6;
	text-align: center;
	text-transform: lowercase;
	padding: 2px;
	border-top: #fff solid 2px;
	border-bottom: #fff solid 30px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	border-left: #5d6063 solid 1px;
}
#footer li.first_item {
	border-left: 0;
}

#footer a, #footer a:link, #footer a:visited, #footer li.inactive {
	color: #5d6063;
	padding: 1px 4px 1px 6px;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #00f;
	text-decoration: none;
}




/* basic elements */

a {
	color: #00f;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 18px;
	margin: 0;
	padding: 15px 0 10px 0;
}
h2 {
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 5px 0;
}
h3 {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 5px 0;
}
h4 {
	font-size: 11px;
	margin: 0;
	padding: 10px 0 5px 0;
}
p {
	margin: 0;
	padding: 10px 0 5px 0;
}
dt {
	font-weight: bold;
}
small {
	font-size: 10px;
}
strong {
	color: #333;
	font-weight: bold;
}
acronym, label {
	cursor: help;
	border-bottom: red dotted 1px;
}
input, select, textarea {
	font-family: verdana, arial, tahoma, geneva, helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 11px;
	border: #666 solid 1px;
}
input {
	background: #fff url(/images/input_background.gif) no-repeat;
}
input.submit {
	font-family: verdana, arial, tahoma, geneva, helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	border: #000 outset 1px;
	background: #00901d;
}
input.checkbox {
	background: none;
	border: none;
	vertical-align: middle;
}
img {
	border: 0;
}
.note {
	color: #00901d;
	font-weight: bold;
}
.alert {
	color: #f00;
	font-weight: bold;
	padding-left: 10px;
}




/* news styles */
div.news {
	border: #fff solid 1px;
	margin-top: 20px;
	padding: 3px;
	background: #e3e6eb;
}
div.news h2 {
	padding: 0 3px 0 3px;
	font-size: 16px;
	background: #c7ccd5;
}
div.news span.date {
	font-style: italic;
	font-size: 10px;
	padding-left: 3px;
}
div.news div {
	padding-left: 3px;
}
div.news span.more {
	font-size: 10px;
	padding-left: 3px;
}
div.glinks {
	margin: 10px 0 0 0;
}
div#news_float {
	float: right;
	width: 180px;
	margin: 5px 0 5px 10px;
	padding: 0 0 10px 10px;
	border-left: #666 dotted 1px;
}
#news_float h1 {
	font-size: 14px;
	text-align: right;
}
#news_float h2, #news_float p {
	font-size: 11px;
}
#news_float ul {
	margin-left: 10px;
	padding: 0;
}
img.right {
	float: right;
	margin: 7px 0 7px 7px;
}




/* order system styles */
table#order {
	text-align: left;
	border: outset 3px;
	margin-top: 15px;
}
table#order	td {
	border-left: solid 1px;
	border-left: solid 1px;
	background: #eee;
	padding-bottom: 5px;
}
table#order	tr.center {
	text-align: center;
}
p#steps {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
div#register_box {
	background: url(/images/registerEU.gif) top left no-repeat;
}
div#register_box h1 {
	margin: 0;
	padding: 0;
	height: 120px;
}
div#register_box h1 span {
	display: none;
}
div#register_box p {
	margin-left: 20px;
}
div#register_box p span {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
div#register_box input.domain {
	font-size: 12px;
	font-weight: bold;
	border: #4b509c solid 2px;
	margin: 0 3px;
}
div#register_box input.submit {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}



/***
 * xhtml compliant definitions kept from the old stylesheet
 * (to be moved / altered later)
 */

p.formfield {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-weight: bold;
}
p.formfieldoptional {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
.field {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
dd.invalid {
	color: red;
	font-size: 12px;
	text-decoration: line-through;
}
dd.valid {
	font-size: 12px;
}
.center {
	text-align: center;
}
sup {
	color: red;
}
div#formcontainer {
	margin-top: 10px;
	margin-right: 50px;
	text-align: right;
}
#formcontainer p {
	text-align: right;
}
label.fieldname {
	cursor: help;
}
.formwrapper {
	text-align: left;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
input.formfield_correct, select.formfield_correct {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : black;
	font-size: 11px;
	border: solid #666 1px;
}
input.formfield_incorrect, select.formfield_incorrect {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
    color : #5d6063;
	font-size: 11px;
	border: solid #f00 1px;
}
span.euro {
	margin-left: 6px;
	font-weight: bold;
}
p.costs {
	font-size: 14px;
	text-decoration: underline;
}
.indent {
	margin-left: 32px;
}

div#frontpage h1, div#frontpage h3 {
	color: #063692;
}
ul#features li {
	color: #00901d;
	margin-bottom: 7px;
}
ul#features strong {
	color: #f00;
	font-weight: bold;
}

/***
 * main page price table
 */
p.tableheading {
	margin-top: 20px;
	width: 335px;
	border: 1px dotted #666;
	padding: 10px;
	background: #fff;
}
table.pricetable {
	border: 0;
	width: 300px;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
	border-top: 1px solid #666;
}
table.pricetable strong {
	font-size: 13px;
}
table.pricetable td {
	padding: 3px;
	border-bottom: 1px solid #666;
}
