body {
	font-size: 12px;
	font-family: Arial;
	margin: 0px;
	background-color: #252525;
}

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

a:hover {
	text-decoration: underline;
}

label {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	font-weight: bold;
	height: 24px;
}

form p {
	margin: 0px 0px 15px 0px;
}

form fieldset {
	width: 400px;
	margin: 10px 0px;
}

input, select {
	float: left;
}

p.red {
	color: #b20000;
}

table {

}

th {
	background-color: #00c5e8;
	color: #ffffff;
}

table.display tr.alternate th
{
	background-color: #dcdcdc;
}

table.display tr.alternate td
{
	background-color: #f3f3f3;
}

table.display tr th
{
	background-color: #d4d4d4;
}

table.display tr td
{
	background-color: #ebeaea;
}

table.display td, table.display th
{
	color: #646464;
}

td {
	text-align: center;
}

tr.selected {
	background-color: #f2f2f2;
}

tr.expired {
	font-style: italic;
	background-color: orange;
}

th.header {
	padding: 0px;
	background: url('../img/menu-bg.png') repeat-x;
	height: 37px;
	padding: 0px 5px;
}

table.align-left tr, table.align-left td {
	text-align: left;
}

.error {
	color: #b20000;
}

div.info-pop
{
	display: none;
	position: absolute;
	z-index: 85;
}

div.dpr-pop
{
	margin-top: -252px;
}

div.ses-pop
{
	margin-top: -262px;
	margin-left: 62px;
}

div.dir-pop
{
	margin-top: -242px;
	margin-left: 66px;
}

p#logged_in {
	color: #ffffff;
	margin: 0px;
}

#topbar {
	background-color: #5e5e5e;
	border-bottom: 1px solid #afafaf;
	height: 32px;
}

#topbar p {
	color: #b1b0b1;
	display: block;
	text-align: right;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
}

#topbar p a:link, #topbar p a:active, #topbar p a:visited
{
	color: #b1b0b1;
}

#container {
	width: 990px;
	margin: 0 auto;
	margin-top: 15px;
}

#header {

}

#domain_search {
	float: right;
	width: 320px;
	padding: 8px;
	background-color: #ffffff;
	border: 2px solid #afafaf;
}

#domain_search p
{
	margin: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #6e6e6e;
}

#menu {
	background:url('../img/menu-bg.png') repeat-x left top;
	width: 100%;
	margin-top: 10px;
	height: 37px;
}

#submenu {
	background:url('../img/menu-bg-green.png') repeat-x left top;
	margin-top: 10px;
	height: 37px;
}

#menu a:link, #menu a:active, #menu a:visited, #submenu a:link, #submenu a:active, #submenu a:visited {
	color: #ffffff;
}

#menu ul.leftside {
	margin: 0px;
	margin-left: -40px;
	*margin-left: 0px;
}

#submenu
{
	margin: 0px;
}

#menu ul.rightside {
	float: right;
	margin: 0px;
}

#menu ul.leftside li {
	display: block;
	padding: 0px 2px 0px 0px;
	float: left;
	height: 37px;
	margin: 0px;
	background: url('../img/menu-spacer.png') no-repeat right top;
}

#submenu li {
	display: block;
	padding: 0px 2px 0px 0px;
	float: left;
	height: 37px;
	margin: 0px;
	background: url('../img/menu-spacer-green.png') no-repeat right top;
}

#menu ul.rightside li {
	display: block;
	padding: 3px 0px 0px 4px;
	float: left;
	height: 37px;
	margin: 0px;
	background: url('../img/menu-spacer.png') no-repeat left top;
	font-size: 12px;
}

#menu ul.leftside li a:link, #menu ul.leftside li a:active, #menu ul.leftside li a:visited  {
	display: block;
	height: 27px;
	padding: 10px 20px 0px 20px;
}

#submenu li a:link, #submenu li a:active, #submenu li a:visited  {
	display: block;
	height: 27px;
	padding: 8px 20px 0px 20px;
}

#menu ul.leftside li a:hover
{
	background: url('../img/menu-bg-hover.png') repeat-x;
	text-decoration: none;
}

#submenu li a:hover
{
	background: url('../img/menu-bg-hover-green.png') repeat-x 0px -1px;
	text-decoration: none;
}

#menu li#basket_menu_item a:link, #menu li#basket_menu_item a:active, #menu li#basket_menu_item a:visited  {
	background: url('../img/basket-bg.png') no-repeat;
	padding: 7px 0px 0px 0px;
	display: block;
	width: 150px;
	height: 24px;
	text-align: center;
}

#menu li#basket_menu_item a:hover  {
	background: url('../img/basket-active.png') no-repeat;
	text-decoration: none;
}

#domain-privacy, #private-ssl, #directory-listing {
	float: left;
	clear: left;
	width: 276px;
	height: 200px;
}

#domain-privacy ul, #private-ssl ul, #directory-listing ul {
	list-style-type: none;
	margin-top: 84px;
	*margin-left: 40px;
}

#domain-privacy li, #private-ssl li, #directory-listing li {
	color: #ffffff;
	font-size: 14px;
	height: 25px;
}

#domain-privacy {
	background:url('../img/domain-privacy.png') no-repeat left top;
	margin-top: 10px;
}

#private-ssl {
	background:url('../img/private-ssl.png') no-repeat left top;
	margin-top: 20px;
}

#directory-listing {
	background:url('../img/directory-listing.png') no-repeat left top;
	margin-top: 20px;
}

#button_holder {
	width: 100%;
	text-align: center;
}

ul.new_ul {
	list-style-type: none;
	margin-left: -20px;
	*margin-left: 20px;
}

ul.new_ul li {
	height: 22px;
	background: url('../img/small-yes.png') left top no-repeat;
	padding-left: 20px;
}

#content {
	float: right;
	margin-top: 10px;
	width: 654px;
	min-height: 600px;
	padding: 20px;
	background-color: #ffffff;
}

#footer {
	padding-top: 15px;
	clear: both;
}

#footer p {
	margin: 5px 0px;
	color: #ffffff;
}

#suggest {
	width: 245px;
	background-color: #ffffff;
	height: 610px;
	padding: 15px;
	float: left;
	margin: 10px 15px 0px 0px;
}

h2 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 20px;
	color: #2fadcd;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

h3 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #434343;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

input.checkbox {
	margin: 0px 5px -2px 0px;
}

.content-box {
	border: 1px solid #cccccc;
	background-color: #ecf4ff;
	padding: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

ul, li {
	margin: 0px;
}

li {
	margin: 5px 0px;
}

ul.no-style {
	list-style-type: none;
	margin-left: -35px;
	*margin-left: 10px;
}

ul.no-style li {
	height: 24px;
}

a:link img, a:active img, a:visited img {
	border: 0px;
}

.blue-container label
{
	width: 150px;
	text-align: left;
}

.blue-container table, .blue-container tr, .blue-container td
{
	text-align: left;
}

.red-container
{
	position:relative;
	background:#ffd1d1;
	border:1px solid #cd5656;
	padding:10px 14px;
}

.blue-container
{
	position:relative;
	background:#EBF2FA url('../img/rounded-box/blue-bg.png');
	border:1px solid #EBEBEB;
	padding:10px 14px;
}

.blue-content
{
	background:#f7f2e2 url('../img/rounded-box/blue-bg.png');
	border:1px solid #ded1a3;
}

.blue-tr,.blue-tl,.blue-bl,.blue-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.blue-tr,
.blue-tl
{
	top:-1px;
}

.blue-bl,.blue-br
{
	bottom:-1px;
}

.blue-tr
{
	background:#ffffff url('../img/rounded-box/blue-sprite.png') no-repeat top right;
	right:-1px;
}

.blue-br
{
	background:#ffffff url('../img/rounded-box/blue-sprite.png') no-repeat bottom right;
	right:-1px;
}

.blue-bl
{
	background:#ffffff url('../img/rounded-box/blue-sprite.png') no-repeat bottom left;
	left:-1px;
}

.blue-tl
{
	background:#ffffff url('../img/rounded-box/blue-sprite.png') no-repeat top left;
	left:-1px;
}




.white-container
{
	position:relative;
	background:#EBF2FA url('../img/rounded-box/white-bg.png');
	border:1px solid #EBEBEB;
	padding:10px 14px;
}

.white-content
{
	background:#f7f2e2 url('../img/rounded-box/white-bg.png');
	border:1px solid #ded1a3;
}

.white-tr,.white-tl,.white-bl,.white-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.white-tr,
.white-tl
{
	top:-1px;
}

.white-bl,.white-br
{
	bottom:-1px;
}

.white-tr
{
	background:#252525 url('../img/rounded-box/white-sprite.png') no-repeat top right;
	right:-1px;
}

.white-br
{
	background:#252525 url('../img/rounded-box/white-sprite.png') no-repeat bottom right;
	right:-1px;
}

.white-bl
{
	background:#252525 url('../img/rounded-box/white-sprite.png') no-repeat bottom left;
	left:-1px;
}

.white-tl
{
	background:#252525 url('../img/rounded-box/white-sprite.png') no-repeat top left;
	left:-1px;
}




.red-container
{
	position:relative;
	background:#ffd1d1 url('../img/rounded-box/red-bg.png');
	border:1px solid #cd5656;
	padding:10px 14px;
}

.red-content
{
	background:#ffd1d1 url('../img/rounded-box/red-bg.png');
	border:1px solid #cd5656;
}

.red-tr,.red-tl,.red-bl,.red-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.red-tr,
.red-tl
{
	top:-1px;
}

.red-bl,.red-br
{
	bottom:-1px;
}

.red-tr
{
	background:#ffd1d1 url('../img/rounded-box/red-sprite.png') no-repeat top right;
	right:-1px;
}

.red-br
{
	background:#ffd1d1 url('../img/rounded-box/red-sprite.png') no-repeat bottom right;
	right:-1px;
}

.red-bl
{
	background:#ffd1d1 url('../img/rounded-box/red-sprite.png') no-repeat bottom left;
	left:-1px;
}

.red-tl
{
	background:#ffd1d1 url('../img/rounded-box/red-sprite.png') no-repeat top left;
	left:-1px;
}





.green-container
{
	position:relative;
	background:#d9edd7 url('../img/rounded-box/green-bg.png');
	border:1px solid #80c078;
	padding:10px 14px;
}

.green-content
{
	background:#d9edd7 url('../img/rounded-box/green-bg.png');
	border:1px solid #80c078;
}

.green-tr,.green-tl,.green-bl,.green-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.green-tr,
.green-tl
{
	top:-1px;
}

.green-bl,.green-br
{
	bottom:-1px;
}

.green-tr
{
	background:#d9edd7 url('../img/rounded-box/green-sprite.png') no-repeat top right;
	right:-1px;
}

.green-br
{
	background:#d9edd7 url('../img/rounded-box/green-sprite.png') no-repeat bottom right;
	right:-1px;
}

.green-bl
{
	background:#d9edd7 url('../img/rounded-box/green-sprite.png') no-repeat bottom left;
	left:-1px;
}

.green-tl
{
	background:#d9edd7 url('../img/rounded-box/green-sprite.png') no-repeat top left;
	left:-1px;
}
