* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: url('/images/fading_background_17.jpg') repeat-x #fff;
  background-color: #fff;
  font: normal 14px/20px 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}

.list ul {
}

.list li {
	padding-top: 5px;
	margin-left: 25px;
	list-style-type: square;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #aaa;
}

a:hover, a:active {
  background-color: #6b8d94;
  color: #fff;
}

a .imagelink {
  border-bottom: 0;
  background: #fff;
}

a.nounderline {
  border: 0;
  background: none;
  font-weight: normal;
}

h1, h2, h3 {
  letter-spacing: -.05em;
  line-height: 40px;
  padding-bottom: 0;

}

h1 {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: normal;
  color: #666;
}

h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: normal;
  color: #666;
}

h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}

.input {
  font: normal 14px/20px 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
	padding: 3px;
	border: 1px solid #aaa;
}

.input.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea {
  font: normal 14px/20px 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
	padding: 3px;
	border: 1px solid #aaa;
}

.select {
  font: normal 14px/20px 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
	padding: 3px;
	border: 1px solid #aaa;
	width: 225px;
}

#bar {
	display: block;
	min-width: 966px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: url('/images/background_bar.jpg') repeat-x #1c1a2b;
	height: 200px;
	border-bottom: 3px solid #ddd;
}

#bar .logo {
	float: left;
	width: 175px;
	font-size: 15px;
	padding-top: 65px;
}

#bar .flags {
	float: left;
	width: 175px;
	padding-left: 25px;
	padding-top: 65px;
}

#bar .flag {
	float: left;
	padding-top: 19px;
	padding-left: 5px;
}

#bar .flag.inactive {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#bar a {
	color: #fff;
}

#bar .flags a {
	border: 0;
	background-color: transparent;
}

#bar .left {
	display: inline-block;
	float: left;
	width: 550px;
}

#bar .christmas {
	display: inline-block;
	float: right;
	width: 151px;
	padding-top: 0px;
	height: 100px;
}

#bar .right {
	text-align: right;
	float: left;
	width: 400px;
	color: #aaa;
	font-size: 14px;
	padding-top: 35px;
}


#menu {
	clear: both;
	padding: 30px 0px 10px 0px;
}

#menu .important {
	color: #fffe92
}

#menu ul {
	overflow: hidden;
	list-style-type: none;
	color: #eee;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	background-color: #fff;
	border-top: 5px solid #ddd;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

#menu ul .last {
	float: right;
	margin-right: 10px;
}

#menu ul li {
	float: left;
	margin-right: 10px;
}


#content {
	background-color: #fff;
	color: #484848;
	padding: 25px;
	display: block;
	padding-bottom: 40px;
	padding-top: 40px;
}

#header h1 {
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'Lucida Grande', "Trebuchet MS", Arial, Verdana, sans-serif;
	margin: 0;
  line-height: 175%;
  color: #35352e;
  font-weight: normal;
}

#header h1 b {
  font-weight: bold;
}

.teaser {
	padding-bottom: 5px;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
}

/*
.teaser.smaller {
	font-size: 17px;
}
*/

.grid {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#footer {
	clear: both;
	padding-top: 25px;
	color: #aaa;
	border-top: 5px solid #eee;
	padding-bottom: 50px;
	background: url('/images/bkgtile.gif') #202020;
	min-height: 350px;
}

#footer .phone {
	font-size: 21px;
	color: #fffe92;
}

#footer .column {
	float: left;
	width: 210px;
	padding-right: 40px;
}

#footer .column_last {
	padding-right: 0;
}

#footer h3 {
  margin-bottom: 10px;
  font-size: 18px;
	color: #abaa62;
	font-weight: bold;
}

#footer ul.links {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #333;
	list-style-type: none;
}

#footer ul.links li a {
  border-bottom: 0;
  font-weight: normal;
  color: #e2f1cf;
}

#footer ul.links li a:hover {
  background-color: #e2f1cf;
  color: #191919;
}

.column {
	width: 210px;
	float: left
}

.column_double {
	width: 440px;
	float: left
}

.column b {
	color: #000;
	font-weight: bold;
}

.column_spacing {
	padding-left: 40px
}

.column_spacing_double {
	padding-left: 60px
}



table#plans {
	border: 1px solid #ddd;
 	background: url('/images/background_plans.jpg') repeat-x #fff;
 	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

table#plans ul {
	overflow: hidden;
	list-style-type: none;
}

table#plans th,
table#plans td {
  padding: 20px 10px 10px 15px;
  border-right: 1px solid #fff;
  font-size: .925em;
  text-align: left;
}

table#plans th {
 	background: url('/images/background_plans_top.jpg') no-repeat #fff;
}

table#plans .last {
  border-right: 0;
}

table#plans th.most_popular {
 	background: url('/images/background_plans_best_buy.jpg') no-repeat #fff;
 	/* border-bottom: 1px solid #fff; */
  /* background: #cfe7b3; */
  color: #000;
}

___table#plans td.most_popular {
  background: #dfe7ff;
}

table#plans td {
	font-size: 15px;
}

table#plans td {
	font-size: 15px;
}

table#plans .buttons {
	padding: 15px 0 15px 0;
	text-align: center;
}

table#plans thead .header {
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  padding-bottom: 20px;
  color: #000;
}

table#plans thead th h4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 15px;
  text-align: left;
}

table#plans thead th h5 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

table#plans thead th h5 em {
  margin-bottom: 10px;
  font-size: 12px;
  color: #8e8e8e;
}


table#order {
	border: 1px solid #ddd;
 	background: url('/images/background_order.jpg') repeat-x #fff;
 	width: 700px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

table#order th,
table#order td {
  padding: 15px 10px 10px 15px;
  text-align: left;
}

table#order th {
  border-right: 1px solid #eee;
}

table#order .left {
  color: #8e8e8e;
	font-size: 13px;
	padding: 15px 15px 15px 15px;
	float: left;
	width: 190px;
}

table#order .right {
	padding: 15px 15px 15px 15px;
	float: left;
	border-left: 1px solid #fff;
	width: 400px;
}

table#order .info {
  color: #8e8e8e;
}

table#order th {
  border-bottom: 1px solid #eee;
}

table#order .last {
  border-right: 0;
}

table#order span {
  color: #000;
  font-weight: bold;
}

table#order thead th h4 {
  color: #8e8e8e;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
}

table#order th.selected {
 	background: url('/images/background_order_selected.jpg') repeat-x #fff;
 	border-bottom: 0px;
}

table#order thead th.selected h4 {
  color: #000;
  font-size: 18px;
}

table#order td.buttons {
	padding: 0px 25px 25px 25px;
}


/* table basket */
table#basket {
	border: 1px solid #ddd;
 	background: url('/images/background_order.jpg') repeat-x #fff;
 	width: 240px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

table#basket th,
table#basket td {
  padding: 15px 10px 10px 15px;
  border-right: 1px solid #eee;
  font-size: .925em;
  text-align: left;
}

table#basket th {
  border-bottom: 1px solid #eee;
}

table#basket .last {
  border-right: 0;
}

table#basket td {
	font-size: 15px;
}

table#basket span {
  color: #000;
  font-weight: bold;
}

table#basket thead .header {
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  padding-bottom: 5px;
  color: #838282;
}

table#basket thead th h4 {
  color: #8e8e8e;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 15px;
  text-align: left;
}

table#basket thead th.selected h4 {
  color: #000;
  font-size: 18px;
}

table#basket td {
  color: #414141;
  font-size: 12px;
}


table.domains {
	border: 0px solid #eee;
	width: 460px;
}

table.domains th,
table.domains td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  text-align: right;
}

table.domains td {
  padding-right: 15px;
}

table.domains td span {
  font-size: 12px;
  color: #8e8e8e;
}

table.domains .bold {
	font-weight: bold;
}

table.domains .center {
	text-align: center;
}

table.domains thead th {
	border-bottom: 3px solid #ddd;
  color: #838282;
  margin-bottom: 5px;
  font-size: 14px;
  border-right: 1px solid #ddd;
}

table.domains thead th.last {
  border-right: 0;
}

table.domains tbody tr.avail {
	background-color: #ffffcc;
}

table.domains tbody tr.avail_reset {
	background-color: #fff;
}

table.domains tfoot td {
	text-align: left;
  font-size: 12px;
  color: #8e8e8e;
}



table.simplelist {
	border: 0px solid #ddd;
	width: 100%;

}

table.simplelist th,
table.simplelist td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

table.simplelist td {
  padding-right: 15px;
}

table.simplelist th {
	vertical-align: bottom;
}

table.simplelist td span {
  font-size: 12px;
  color: #8e8e8e;
}

table.simplelist .bold {
	font-weight: bold;
}

table.simplelist .center {
	text-align: center;
}

table.simplelist .left {
	text-align: left;
}

table.simplelist .right {
	text-align: right;
}

table.simplelist thead th {
	border-bottom: 3px solid #ddd;
  color: #838282;
  margin-bottom: 5px;
  font-size: 14px;
  border-right: 1px solid #ddd;
}

table.simplelist thead th.last {
  border-right: 0;
}

table.simplelist tfoot td {
	text-align: left;
  font-size: 12px;
  color: #8e8e8e;
}



table#simpleform {
	width: 100%;
	padding: 25px;
	border: 1px solid #ddd;
 	background: url('/images/background_order.jpg') repeat-x #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

}

table#simpleform th,
table#simpleform td {
  padding: 15px 10px 10px 15px;
  font-size: .925em;
  text-align: left;
}

table#simpleform thead th h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: left;
}


#domain_search_bar {
	margin-top: 15px;
	padding: 15px;
	display: inline-block;
	background: url('/images/domain_search_bar_background.jpg') repeat-x #fff;
	border: 3px solid #fff;
	width: 930px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


.errorbox {
	background-color: #ffffcc;
	border: 1px solid #ddd;
	padding: 10px 25px 10px 25px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


.statusbox {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px 25px 10px 25px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


.fieldgroup {
	padding-bottom: 15px;
	clear: both;
}

.fieldgroup span {
	font-size: 14px;
}

.fieldgroup.bold {
	font-weight: bold;
	color: #000;
}

.prefield {
	padding-top: 3px;
	padding-bottom: 15px;
	float: left;
	width: 100px;
	text-align: right;
}

.prefield.wide {
	width: 160px;
}

.postfield {
	padding-left: 10px;
	line-height: 26px;
	float: left;
	padding-bottom: 15px;
}

.postfield.bold {
	font-weight: bold;
	color: #000;
}

.postfield.w400 {
	width: 400px;
}

.postfield h4 {
  color: #000;
  font-size: 18px;
}

.postfield em {
  margin-bottom: 10px;
  font-size: 12px;
  color: #8e8e8e;
}

.postfield span {
	display: block;
  padding-top: 10px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('/images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('/images/radio.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}


.help_item {
	padding-bottom: 15px;
}

.help_item h4 {
	font-size: 16px;
}

.help_item .text {
	padding-left: 25px;
	font-size: 13px;
}

.help_item img {
	padding: 0px 25px 10px 15px;
}

.help_item ul {
	padding-top: 20px;
	margin-left: 25px;
	list-style-type: square;
}


.help_menu_item {
	padding: 12px 15px 12px 25px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.help_menu_item.selected {
	color: #000;
	background-color: #eee;
}

.help_menu_item.active {
	color: #fff;
	background-color: #aaa;
}


.help_item_list {
	padding: 25px 25px 50px 50px;
}

.help_item_list ul {
	padding-top: 20px;
	margin-left: 25px;
}

.help_item_list li {
	list-style-type: square;
	padding-bottom: 5px;
}



.status_date {
	padding: 19px 0 0 0;
	padding-left: 3px;
	height: 80px;
	width: 70px;
	float: left;
	display: inline;
	background: url("/images/icons_date_status.jpg") no-repeat;
	text-align: center;
	line-height: 13px;
	color: #fff;
}

.status_date .month {
	font-weight: normal;
	font-size: 12px;
}

.status_date .day {
	font-size: 15px;
}


.front-news-block {
	color: #000;
	width: 296px;
	height: 286px;
	line-height: 19px;
}
