﻿html {
	background:#eeeeee;
}
/*body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
	word-spacing:normal;
	margin:0;
	padding:0;
	height:100%;
	min-height:560px;
	text-align:justify;
	cursor:default;
}*/
/* main body management */
div#wrapper {
	width:791px;
	margin:0 auto 0;
	border:0px solid #000000;
	padding:0px;
	background-color: #FFFFFF;
}
table#doc {
	width:100%;
	margin:0 auto;
	min-width:auto;
	background-color:#FFFFFF;
	height:280px;
}
#mainData {
	width:100%;
	background:#FFFFFF;
	margin:0 auto;
	height:280px;
}
table#mainData td#mainTD, table#mainData td.mainTD {
	vertical-align:top;
	height:280px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.alc {
	margin:0 auto;
}
/*table#mainData #tablehead {
	clear:both;
	background:#CCCCCC;
	border-bottom:1px solid #333333;
	line-height:21px;
	text-align:left;
	color:#000000;
	font-weight:700;
	padding-left:10px;
}*/
table#mainData #tablehead {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ff6600;
	clear: both;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}
table#data td#data {
	vertical-align:top;
}
table#mainData table#data {
	border:1px solid #333333;
}
table.data {
	border:1px solid #333333;
	background:#FFFFFF;
}
table#data #tablehead {
	background:#CCCCCC;
	font-weight:700;
	color:#000000;
	height:25px;
}
.TabTitleBar a:link, .TabTitleBar a:hover, .TabTitleBar a:visited { color:#666666; }
table#mainData table.data td {
	border:0;
}
table.data td, table#mainData td {
	padding:5px;
}
table.data td, table#mainData td table td {
	padding:2px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.clear {
	clear:both;
}
img {
	border:0;
	vertical-align:middle;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:700;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:0.75em;
}
h5 {
	font-size:0.50em;
}
h6 {
	font-size:0.25em;
}
body, div, dl, dt, dd, pre, h1, h2, h3, h4, h5, h6, code, form, fieldset, legend, input, textarea, p, blockquote, /*th, td */ {
	margin:0;
	padding:0;
}
.row_0, .row1_0 {
	background-color:#FFFFFF;
}
.row_1, .row1_1 {
	background-color:#EEEEEE;
}
tr.row1_0 td {
	background-color:#FFFFFF;
}
tr.row1_1 td {
	background-color:#EEEEEE;
}
fieldset, img {
	border:0;
	vertical-align:middle;
}
sup, sub {
	line-height:1px;
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
ul, ol {
	list-style:none;
	margin-left:5px;
	padding-left:5px;
}
ol.faq {
	list-style:decimal;
	margin-left:15px;
	padding-left:15px;
	font-weight:700;
}
ul.square, ul.square li,
ol.square, ol.square li {
	list-style:square;
	margin-left:15px;
	padding-left:15px;
}
ul.circle, ul.circle li,
ol.circle, ol.circle li {
	list-style:circle;
	margin-left:15px;
	padding-left:15px;
}
ol.faq p {
	font-weight:400;
	padding-right:10px;
	padding-bottom:10px;
	color:#000000;
}
a {
	font-weight:400;
	color:#00529B;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:visited { text-decoration:none; }
/******** search div ********/
div#blockDiv {
	position:absolute;
	width:270px;
	height:100px;
	border:1px solid #333333;
	background:#FFFFFF;
	text-align:center;
	z-index:1;
	visibility:hidden;
	top:-1000px;
}
div#blockDiv div#blockDivText {
	color:#000000;
	font-weight:700;
	display:block;
	padding:5px;
	margin:5px;
	height:40%;
	position:relative;
	display:block;
}
/******** Fancyform ********/
.checked, .unchecked, .selected, .unselected {
	padding:2px;
	padding-left:34px;
	background-position:12px center;
	background-repeat:no-repeat;
	border:0px;
	clear:both;
	cursor:pointer;
	font-weight:700;
}
.checked{
	background-color:transparent;
	background-image:url("../images/checkbox_on.gif");
}
.unchecked{
	background-color:transparent;
	background-image:url("../images/checkbox_off.gif");
}
.selected{
	background-color:transparent;
	background-image:url("../images/radiobox_on.gif");
}
.unselected{
	background-color:transparent;
	background-image:url("../images/radiobox_off.gif");
}
.leftcol{
	float:left;
	clear:left;
	width:50%;
}
.rightcol{
	float:left;
	clear:right;
	width:50%;
}
/******** General styles ********/
.underline {
	border-bottom:1px dotted #333333;
	font-weight:normal;
	font-size:1.1em;
	margin-bottom:8px;
}
.overline {
	border-bottom:1px dotted #333333;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.sline {
	border-bottom:1px dotted #333333;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.dline {
	border-bottom:1px dotted #333333;
	border-bottom:1px dotted #333333;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
hr {
	border:0px;
	height:1px;
	color:#000000;
	border-bottom:1px dotted #333333;
}
.width-100 { width:100%; }
.width-99  { width:99%;  }
.width-98  { width:98%;  }
.width-97  { width:97%;  }
.width-96  { width:96%;  }
.width-95  { width:95%;  }
.width-90  { width:90%;  }
.width-85  { width:85%;  }
.width-80  { width:80%;  }
.width-75  { width:75%;  }
.width-70  { width:70%;  }
.width-65  { width:65%;  }
.width-60  { width:60%;  }
.width-55  { width:55%;  }
.width-50  { width:50%;  }
.width-45  { width:45%;  }
.width-40  { width:40%;  }
.width-35  { width:35%;  }
.width-33  { width:33%;  }
.width-30  { width:30%;  }
.width-25  { width:25%;  }
.width-20  { width:20%;  }
.width-15  { width:15%;  }
.width-10  { width:10%;  }
.width-5   { width:5%;   }
.width-2   { width:2%;   }
.width-1   { width:2%;   }

.pb-2 { padding-bottom:2px; }
.pb-5 { padding-bottom:5px; }
.pb-10 { padding-bottom:10px; }
.pb-20 { padding-bottom:20px; }

.p-2 { padding:2px; }
.p-5 { padding:5px; }
.p-10 { padding:10px; }
.p-15 { padding:15px; }
.p-20 { padding:20px; }

.vlt { vertical-align:top; }
.vlm { vertical-align:middle; }
.vlb { vertical-align:bottom; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }

.w-20 { width:20px; }
.w-40 { width:40px; }
.w-60 { width:60px; }
.w-80 { width:80px; }
.w-90 { width:90px; }
.w-95 { width:95px; }
.w-98 { width:98px; }
.w-99 { width:99px; }
.w-100 { width:100px; }
.w-300 { width:300px; }
.h-10 { height:10px; }
.h-90 { height:10px; }

.bg-white { background-color:#FFFFFF; }
.bg-black { background-color:#000000; }
/******** General styles ********/
table#masthead-layout {
	width:100%;
	height:100%;
}
ol.ra {
	list-style-image:url("../images/bullet-orange.gif");
	list-style-position:inherit;
	padding:0 0 0 20px;
	margin:5px;
}
/* INFO DIVS */
input, textarea {
	font:110% Arial, Helvetica, sans-serif;
	background:url("../images/form-bg.gif") no-repeat;
	border:1px solid #000000;
	margin:2px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 7px;
}
select {
	font:110% Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#333333;
	padding:4px 2px 2px 1px;
	border:1px solid #000000;
	margin:2px;
}
a.bluecheck {
	padding-left:36px;
	background:url("../images/blue-check-trans.png") no-repeat 15px 50%;
}
a.bluecheck:hover {
	padding-left:36px;
	background:url("../images/square-blue-trans.png") no-repeat 15px 50%;
}
a.toTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:100%;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:right;
	text-align:left;
	vertical-align:middle;
	text-align:right;
	text-decoration:none;
}
a.mainTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:25px;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:center;
	vertical-align:middle;
}
input[type="image"], .noborder {
	border:0;
	background:transparent;
	margin-bottom:-2px;
	padding:0px;
}
/******************* RSS Feeds ********************/
.feed-button {
  padding:10px 0;
}
.feed-button a {
	padding:10px 15px 10px 36px;
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-button a:hover {
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-list {
  margin:0 0 15px 15px;
  padding:0;
  list-style-type:none;
}
.feed-list li {
  margin:0 0 10px 0;
  padding:0;
  list-style-type:none;
}
.feed-list li a, a#rssfeed {
  padding:0 0 0 19px;
  background:url("../images/feed-icon-14x14-trans.png") no-repeat 0 50%;
  list-style-type:none;
}
.rssclass{
	padding:3px;
	display:block;
}
.rsstitle {
	font-weight:700;
	padding:0 0 0 19px;
	background:url("../images/tag.gif") no-repeat 0 50%;
	color:#000000 ;
	display:block;

}
.rsstitle a {
	text-decoration:none;
}
.rssdate {
	color:#000000;
	font-style:italic;
	padding-bottom:5px;
	display:block;
	height:20px;
}
.rssdescription{
	display:block;display:block;
}
/******************* RSS Feeds ********************/
/******************* CSS used to style the form in createacct.php ********************/

.awform fieldset { margin-bottom:10px; }
.awform legend {
	padding:0 2px;
	font-weight:700;
	margin:0 -7px; /* IE Win _margin */
	padding-bottom:8px;
}

.margin-5 {
	margin:-5px;
}
form.awform, div.awform {
	margin:0px;
	margin-top:-10px;
	padding:5px
}
.awform legend {
	padding:0;
	margin-bottom:10px;
	margin-left:-3px;
}

.awform legend, .awform label {
	color:#000000;
	font-weight:700;
}
.awform fieldset {
	border:2px outset #333333;
	background:#EEEEEE;
}

.awform fieldset fieldset {
	background:none;
}

.awform fieldset td , table .awflike td {
	padding:5px 10px 7px;
	border-bottom:1px solid #333333;
}
.awform fieldset td.paddZero {
	padding:0px 5px 0px 20px;
	margin-left:50px;
}
form {
	margin:0px;
}

.red {
	color:#FF0000;
}

.green {
	color:#008800;
}
.grey {
	color:#666666;
}
.blue {
	color:#003399;
}
.black {
	color:#000000;
}
.orange {
	color:#FF9900;
}
.bold {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.uline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.trebu {
	font-family:"Trebuchet MS";
}
div#rssnewsPageIndex {
	height:100%;
	overflow:auto;
	display:block;
	line-height:12px;
	font-size:smaller;
}
div.rssnewsPageWelcome {
	min-height:250px;
	display:block;
	line-height:12px;
	font-size:smaller;
}
div.rssnewsPageOther {
	overflow:auto;
}
/* Dynamic toolip Div imanage.php */
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0; top:0; z-index:10000;
	background-color:#FFFFFF;
	border:1px solid #333333;
	width:400px;
	padding:4px;
	color:#000000;
	font-size:11px; line-height:1.2;
}
#uvmenu li a.IDPon, #uvmenu li a.IDPon:hover, #uvmenu li a.IDPon:visited {
	color:#008800;
	padding-left:25px;
	background:url("../images/ID_protected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
#uvmenu li a.IDPoff, #uvmenu li a.IDPoff:hover, #uvmenu li a.IDPoff:visited {
	color:#FF0000;
	padding-left:25px;
	background:url("../images/ID_notprotected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
strong { font-weight:700; }
input.red {
	color:#FF0000;
}
input.blue {
	color:#0000FF;
}
form#greenHeaderForm select {
	background-color:#333333;
	color:#FFFFFF;
}
form#greenHeaderForm input {
	color:#000000;
	font-weight:700;
}
.inpSubmit, #bigButton {
	font:12px/100% Arial, Helvetica, sans-serif;
	background:#EEEEEE;
	border:1px solid #333333;
	height:26px;
	cursor:pointer;
	font-weight:700;
	line-height:16px;
}
.inpSubmit:hover, #bigButton:hover {
	background:#CCCCCC;
	cursor:pointer;
	color:#333333;
}
.topnavbar {
	width:676px;
	vertical-align:top;
	border:0;
}
.topminilinks {
	width:100px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	border:0;
}
.editselected { border:solid 1px #000000; }
.editunselected { }
.editunselectedwithtext { border:solid 1px #000000; }
textarea { overflow:auto; }
.boxtitle, td.boxtitle {
	background:#CCCCCC;
	color:#000000;
	font-weight:700;
}

/* Createacct.php */
.ccaform fieldset { margin-bottom:10px; }
form.ccaform {
	margin:0px;
	padding:0px}

.ccaform legend, .ccaform label {
	padding:0 2px;
	font-weight:700;
	margin:0 -7px; /* IE Win _margin */
	padding-bottom:8px;
	padding:0;
	margin-bottom:10px;
	margin-left:-3px;
}

.ccaform fieldset {
	border:1px outset #333333;
	background:#EEEEEE;
}
.ccaform fieldset fieldset {
	background:none;
}

.ccaform fieldset td {
	padding:5px 10px 7px;
}
.ccaform fieldset table td.ccaHeader {
	font-weight:700;
	color:#000000;
	height:25px;
	padding:10px;
	background-color: #f9f9f9;
	background-image: url(../images/theme/bg-box-fade.gif);
	background-repeat: repeat;
	background-position: left top;
}
.ccaform .internal {
	border:1px solid #A6B9DC;
}
/* Check.php  */
#domainPrices {
	border:1px solid #333333;
	width:100%;
	font-weight:700;
}
#domainPrice .CollapsiblePanel {
	margin:0px;
	padding:0px;
	border:0;
}
#domainPrice .CollapsiblePanelTab {
	border-bottom:2px dotted #333333;
	cursor:pointer;
}
#domainPrice .CollapsiblePanelContent {
	margin:0px;
	padding:4px;
	background:url("../images/blank.gif") repeat;
}
#domainPrice .CollapsiblePanelOpen .CollapsiblePanelTab, .CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background:#333333;
}
#domainPrice tr.row_0 td, #domainPrice tr.row1_0 td, #domainPrice tr.row1_01 td {
	background-color:#FFFFFF;
	color:#000000;
}
table#domainPrices th {
	background:url("../images/icon-table-sort.png") no-repeat 2px 8px;
	padding:4px 4px 4px 14px;
	color:#000000;
	border-bottom:1px solid #000000;
	font-weight:700;
}
table#domainPrices .sortedASC {
	background:url("../images/icon-table-sort-asc.png") no-repeat 2px 4px #333333;
	color:#FFFFFF;
}
table#domainPrices .sortedDESC {
	background:url("../images/icon-table-sort-desc.png") no-repeat 2px 10px #333333;
	color:#FFFFFF;
}
table#domainPrices thead tr th {
	background:#CCCCCC;
}
table#domainPrices .tableHeaderOver {
	cursor:pointer;
	color:#CCCCCC;
}
table#domainPrices tr.hide {
	display:none;
}
/* Domain list (checkboxs) tips style */
.tip {
	color:#fff;
	width:139px;
	z-index:13000;
}
.tip-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#CCCCCC;
	padding:8px 8px 4px;
	background:url("../images/bubble.png") top left;
}
.tip-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:url("../images/bubble.png") bottom right;
	text-align:left;
	color:#FFFFFF;
}

#mainData table.userStats {
	width:760px;
	height:200px;
}
#mainData td.uSpaneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:22px;
	text-align:left;
	padding-left:10px;

}
#mainData table.userStats td.panelContents {
	background:#FFFFFF;
	height:180px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
	border-top:0px;
}
#mainData table.userStats td.panelContents div.panelContents {
	display:block;
	border:1px solid #333333;
	padding:5px;
	height:100%;
}
td#userStatsLeft {
	border-right:1px dashed #333333;
	height:100%;
}
td#userStatsMiddle {
	border-right:1px dashed #333333;
	height:100%;
}
td#userStatsRight {
	border:0;
	height:100%;
}
a#topPageCart {
	text-decoration:none;
	display:block;
	height:27px;
	padding-top:5px;
	padding-right:5px;
	background:url("../images/medCart-trans.png") no-repeat 0px 50%;
	width:110px;
	float:right;
}
a#topPageCart:hover { color:#666666; }
.hasItems { color:#008800; }
.noItems { color:#FF0000; }
.zeroPadding select {
	padding:0px;
	margin:0px;
}
table.totalRecords {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	font-weight:700;
	background:#666666;
	color:#FFFFFF;
}
table.totalRecords td { padding:2px; }
.small { font-size:smaller; }
a.inplink, a.inplink:visited {
	display:inline-block;
	font:12px Arial, Helvetica, sans-serif;
	padding:5px;
	background:#EEEEEE;
	border:1px solid #333333;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	min-width:100px;
	color:#FF0000;
	margin:5px;
	float:right;
}
a.inplink:hover {
	background:#CCCCCC;
	text-decoration:none;
	min-width:100px;
	color:#FF0000;
}
/* Sams Whois */
div#samswhois {
	margin-top:30px;
	text-align:center;
	font-size:10px;
	color:#aaaaaa;
}
.swPositioner{
	text-align:left;
	width:100%;
}
.swForm{
	text-align:center;
}
.swHeading{
	font-weight:700;
	text-align:center;
	margin-bottom:0px;
}
.swDomain {
	width:100px;
	text-align:right;
}
.swTld{
}
.swSubmit{
}
.swSecureImage{
	border:0px;
}
.swSecureCode{
	width:60px;
}
.swInfo{
	font-size:10px;
	color:#000000;
	padding:5px;
	text-align:center;
}
.swResults{
	text-align:left;
}
.swStatus{
	border-top:2px dotted #000000;
	padding:5px;
	text-align:center;
	width:500px;
}
.swServer{
	border-top:2px dotted #000000;
	text-align:center;
	padding:10px;
	color:#000000;
}
.swData{
	padding:4px;
	color:#666666;
}
.swHilight{
	font-weight:700;
	color:#FF0000;
}
.swError{
	font-weight:bold;
	color:#FF0000;
}
/* paging */
div.paging {
	background-color:#FFFFFF;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	display:block;
	min-width:550px;
}
div.paging ul#paging {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	text-align:center;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
}
div.paging ul#paging li {
	display:inline;
	margin:1px;
	font-size:0.75em;
}
div.paging ul#paging li.active {
	background:#000000;
	border:1px solid #abc8e1;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	font-weight:700;
}
div.paging ul#paging li a,
div.paging ul#paging li.previous-off,
div.paging ul#paging li.next-off  {
	padding:5px 10px 5px 10px;
	color:#000000;
	text-decoration:none;
	border:1px solid #abc8e1;
}
div.paging ul#paging li.previous-off,
div.paging ul#paging li.next-off  {
	border:1px solid #abc8e1;
	color:#888888;
}
div.paging ul#paging li a:hover {
	background:#333333;
	border:1px solid #000000;
	color:#000000;
}
/* Form Validation Boxes */
.error_f {
	border:1px dotted #FF0000;
	margin:5px;
	background-color:#FFFFFF;
	width:85%;
}
.error_f p {
	margin:5px;
	color:#FF0000;
}
.error_f p span {
	font-size:1.1em;
	color:#000;
	margin:5px 0px 0px 0px;
}
div#ajaxLoad {
	background:url("../images/ajaxLoad.gif") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#0000FF;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameError {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#FF0000;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameAvailable {
	background:url("../images/chk_on-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#006600;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
/* Contact.php */
#cfData {
	overflow:hidden;
	margin-bottom:10px;
	display:none;
}
#cfData.ajax-loading {
	padding:20px 0;
	background:url("../images/progress_bar.gif") no-repeat;
	background-position:center bottom;
	text-align:center;
	padding-bottom:20px;
	color:#333333;
	font-size:2em;
	display:block;
	font-family:"Century Gothic";
}
.sendmail-error {
	color:#FF0000;
}
.invisible {
	display:none;
}
div#contactError {
	display:block;
	width:98%;
	border:2px outset #FF0000;
	margin:0 auto;
	padding:5px;
	margin-bottom:15px;
}
div#contactError ul, div#contactSuccess ul { margin-left:25px; }
div#contactError ul li, div#contactSuccess ul li { list-style-type:none; list-style-image:url("../images/icon_arrow_b.gif"); color:#CC0000; }
div#contactSuccess {
	display:block;
	width:98%;
	border:2px outset #006600;
	margin:0 auto;
	padding:5px;
}
a#contactSuccess {
	display:block;
	width:200px;
	height:20px;
	padding-top:7px;
	font:12px/100% Arial, Helvetica, sans-serif;
	background:url("../images/successBG.jpg") left bottom repeat-x;
	border:1px solid #006600;
	cursor:pointer;
	font-weight:700;
	text-decoration:none;
	margin:5px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	bottom:0;
	left:37%;
	margin-top:10px;
	margin-bottom:5px;
}
a#contactSuccess:hover {
	background:url("../images/successBGflip.jpg") left bottom repeat-x;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}
.smallError {
	display:block;
	background:#FFEEEE;
	color:#FF0000;
	border:1px solid #FF0000;
	text-align:center;
	font-weight:700;
}
.block { display:block; }
.inline { display:inline; }
/* INFO DIVS */
.info, .success, .warning, .error, .validation, .alert, .done, .validation, .failure {
    border:1px solid;
    padding:15px 10px 15px 50px;
    background-repeat:no-repeat;
    background-position:10px center;
	width:90%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
}
.info.sm, .success.sm, .warning.sm, .error.sm, .validation.sm, .alert.sm, .done.sm, .validation.sm, .failure.sm {
	width:80%;
}
.info {
    color:#00529B;
    background-color:#BDE5F8;
    background-image:url("../images/info.jpg");
}
.success, .done {
    color:#4F8A10;
    background-color:#DFF2BF;
    background-image:url("../images/success.jpg");
}
.warning, .alert {
    color:#9F6000;
    background-color:#FEEFB3;
    background-image:url("../images/warning.jpg");
}
.error, .failure {
    color:#D8000C;
    background-color:#FFEEEE;
    background-image:url("../images/error.jpg");
}
.validation {
    color:#D63301;
    background-color:#FFCCBA;
}
/* Accordion related CSS */
.toggler {
	display:block;
}
.togglerHolder {
	width:100%;
	margin:auto;
}
.elementHolder {
	position:relative;
	height:35px;
	width:500px;
	padding:5px;
	margin:auto;
}
.elements {
	position:absolute;
	text-align:center;
	height:35px;
	width:450px;
	top:120%;
	left:15%;
	margin-left:-50px;
	margin-top:-50px;
	vertical-align:middle;
}
.toggler {
	height:21px;
	margin:5px;
}
.actog {
	background:#333333;
	color:#FFFFFF;
}
.rightBorder {
	border-right:1px solid #CC0000;
}
div#generatedPassword {
	min-width:100px;
	width:100px;
	font:110% Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:url("../images/form-bg.gif") no-repeat;
	border:1px solid #000000;
	margin:2px;
	display:none;
}
a#generatePassword,a#generatePassword:hover {
	background:url("../images/lock-trans.png") no-repeat;
	min-width:16px;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:16px;
	text-decoration:none;
}
.disabledInput,disabledInput:hover {
	background:#CCCCCC;
	color:#333333;
	font-weight:700;
}
#userPanel {
	padding:0;
	margin:0;
	border:1px solid #FFFFFF;
}
#userStats {
	padding:0;
	margin:0;
}
.childTab {
	border:0px;
	background:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tab-wrapper {
	padding:3px;
	margin:0;
	border:1px solid #333333;
	border-top:2px solid #333333;
	clear:both;
}
.tab-menu {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	display:block;
}
.tab-menu li {
	margin:0;
	padding:0;
	float:left;
	line-height:2em;
}
.tab-menu li a {
	padding:0.5em;
	font-weight:bold;
	margin:0;
	background:#CCCCCC;
	border-left:1px solid #333333;
	color:#333333;
}
.tab-menu li a:hover,
.tab-menu li a:focus {
	background:#666666;
	color:#FFFFFF;
	text-decoration:none;
	border-left:1px solid #000000;
}
.tab-menu li.tab-selected a {
	text-decoration:none;
	color:inherit;
	background:#333333;
	border-left:0px;
	color:#CCCCCC;
}
ul.autocompleter-choices {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #7c7c7c;
	border-left-color:#c3c3c3;
	border-right-color:#c3c3c3;
	border-bottom-color:#ddd;
	background-color:#fff;
	text-align:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:50;
	background-color:#fff;
}
ul.autocompleter-choices li {
	position:relative;
	margin:-2px 0 0 0;
	padding:0.2em 1.5em 0.2em 1em;
	display:block;
	float:none !important;
	cursor:pointer;
	font-weight:normal;
	white-space:nowrap;
	font-size:1em;
	line-height:1.5em;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color:#444;
	color:#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	display:inline;
	float:none;
	font-weight:bold;
	margin:0;
	padding:0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:#9FCFFF;
}
.removeLink, .removeLink:hover, .removeLink:visited {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#FF0000;
	text-align:left;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
.cartRemoveItem, .cartRemoveItem:hover, .cartRemoveItem:visited {
	display:inline;
	text-align:left;
	height:15px;
	padding-right:10px;
	padding-left:5px;
	text-decoration:none;
	text-indent:-9999em;
}
div.yourstats, div.restrans {
	padding-left:20px;
	font-weight:700;
	font-size:1.1em;
	margin-bottom:8px;
}
div.yourstats {	background:url("../images/stats-trans.png") left no-repeat; border-bottom:1px dotted #333333; }
div.restrans {	background:url("../images/transactions-trans.png") left no-repeat; border-top:1px dotted #333333; }
.regsitrarLeft { display:block; width:100%; height:100%; border-top:1px solid #333333; border-bottom:1px solid #333333; border-right:1px solid #333333; z-index:9999; }
.regsitrarLeft .TabTitleBar { line-height:23px; }
.regsitrarLeftContents { padding:5px; }
input#sendEEP {
	background:url("../images/transactions-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#008800;
	text-align:left;
	text-decoration:none;
	border:0px;
}
.rtrntomgmt, .rtrntomgmt:hover, .rtrntomgmt:visited {
	background:url("../images/return-trans.png") left no-repeat;
	padding-left:20px;
	color:#FF0000;
	text-align:left;
	height:15px;
	padding-bottom:5px;
	text-decoration:none;
	margin:0 auto;
	margin-top:5px;
	width:160px;
	display:block;
}
.welcomeDomainSearch { width:80%; }
div#watermarklogo { position:absolute; top:0; right:0; }
div.hsignup { margin-left:5px; margin-bottom:10px; border-left:2px solid #A8C6E0; }
h2.hsignup {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/wand-trans.png") left no-repeat;
	padding-left:20px;
	margin-bottom:20px;
}
h2.addoption {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/addoption-trans.png") left no-repeat;
	padding-left:20px;
}
h2.configure {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/configure-trans.png") left no-repeat;
	padding-left:20px;
}

.login {	padding-top:0px; }
.login_credentials {
	margin:0 auto;
	padding:16px 16px 16px 200px;
	border:1px solid #333333;
	background:#EEEEEE url("../images/login_screen.png") no-repeat;
	background-position:30px center;
}
.enter {background:url("../images/login_l.png") no-repeat left;margin:8px 0px;width:90px; line-height:20px;}
.newaccount {background:url("../images/login_l.png") no-repeat left;margin:8px 0px;width:170px; text-align:left; line-height:20px;}
.enter_inner {background:url("../images/login_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}
.newacct_inner {background:url("../images/newacct_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}

.enter_inner input, .newacct_inner input {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma;font-size:12px; text-align:left; line-height:20px;}
.enter_inner input:hover, .newacct_inner input:hover {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma;font-size:12px; color:#000000; line-height:20px;}
ul.whyregister li {
	list-style-type:square;
	margin-left:10px;
}
/*index.php boxes */
index-box-tl {
	height:175px;
}
.index-box-1, .index-box-2, .index-box-3, .index-box-4 {
	height:178px;
}
.index-box-5, .index-box-6 {
	height:264px;
}
#mainData table.indexPlan {
	width:180px;
	height:200px;
}
#mainData td.paneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
/* indexPlan */
#mainData table.indexPlan td.paneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
#mainData table.indexPlan td.panelContents { background:#FFFFFF; height:178px; margin:0px; padding:0px; vertical-align:top; }
#mainData table.indexPlan td.panelContents div.panelContents { display:block; border:1px solid #333333; }
#mainData table.indexPlan td.panelContents strong { font-weight:700; color:#FF0000; }
#mainData table.indexPlan a.order { display:block; text-align:center; font-weight:700; color:#FF0000; text-decoration:underline; text-transform:uppercase; }
/* indexData */
#mainData table.indexData { width:370px; height:200px; }
#mainData table.indexData td.paneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
#mainData table.indexData td.panelContents { background:#FFFFFF; height:178px; margin:0px; padding:0px; vertical-align:top; border-top:0px; }
#mainData table.indexData td.panelContents div.panelContents { display:block; border:1px solid #333333; padding:5px; height:100%; }
#mainData table.indexData td.panelContents2 { background:#FFFFFF; height:402px; margin:0px; padding:0px; vertical-align:top; }
#mainData table.indexData td.panelContents2 div.panelContents2 { display:block; border:1px solid #333333; height:402px; padding:5px; }

/* indexIntro */
#mainData table#indexIntro { width:750px; }
#mainData table#indexIntro td {  margin:0; padding:0; }
#mainData table#indexIntro td.panelContents { background:#FFFFFF; margin:0px; padding:0px; vertical-align:top; text-align:left; border-top:0px; }
#mainData table#indexIntro td.panelContents div.panelContents { display:block; border:1px solid #333333; padding:0px; height:100%; }
ul.plans {
	margin-top:15px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:left;
}
ul.plans li {
	padding-left:20px;
	background:url("../images/bullet-grey.gif") no-repeat 0px 50%;
}
ul.indexCart {
	margin-top:166px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:left;
}
ul.indexCart li {
	padding-left:20px;
	background:url("../images/bullet-grey.gif") no-repeat 0px 50%;
}
.idimage {
	background-image:url("../images/opacity_index_left-trans.png");
	margin:0px;
	padding:0px;
}
.float-right { float:right; }
.float-left  { float:left;  }
a.check { display:block; }
a.check:hover { text-decoration:none; background:#333333; color:#FFFFFF; }
a.cartCheckOut:link, a.cartCheckOut:visited { color:#FFFFFF; }
a.cartCheckOut:hover { color:#f3d89c; }
td.cExtrasItem { width:200px; font-weight:400; }
/*various package display tables*/
div#pkg {
	padding:5px;
	}
#pkg table.pkgtable {
	width:100%;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}
#pkg table.pkgtable td.pkgtabletitle {
	background:#CCCCCC;
	color:#000000;
	font-weight:700;
	padding-left:10px;
}
#pkg table.pkgtable td.descr {
	background:#EEEEEE;
	color:#000000;
	width:75%;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
	vertical-align:top;
}
#pkg table.pkgtable td.order {
	color:#000000;
	width:25%;
	padding: 5px;
	vertical-align:bottom;
}
#pkg table.price {
	width:100%;
	padding-bottom:5px;

}
#pkg td.term {
	color:#000000;
	width: 75%;
	font-weight:700;
	border-bottom:dashed thin #CCCCCC;
}
#pkg td.price {
	color:#333333;
	text-align:right;
	border-bottom:dashed thin #CCCCCC;
}
.boxtitle a.boxlink, a.boxlink, a.boxlink:visited { color:#333333; text-decoration:none; }
.boxtitle a:hover, a.boxlink:hover { color:#003333; text-decoration:none; }



/*@import url("style1.css");*/
@import url("../../sidebar.css");
/* CSS from main Document */
.learn-more {
	MARGIN-RIGHT: 25px
}
.domainsearch-header {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: left;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
.view-alldomain-price-top {
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.view-alldomain-price-top a:link {
	color: #FFFF99;
	text-decoration: none;
}
.view-alldomain-price-top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#bulk_promo_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 2px;
}
.learn_more {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 8px;
	text-align: center;
}
#bulk_ptomo_contents {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}
.divspac2 {	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 100%;
}
.in_put {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	height: 16px;
	width: 88px;
	margin: 0px;
	padding: 0px;
}
.other_serv_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6D1A;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
}
.other_serv_contents {
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
}
.div_align {
	float: right;
}
#form2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#form2 a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
#form2 .names {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-right: 3px;
}
.Hdivider {
	BORDER-TOP: #a0a0a0 1px dashed;
	FONT-SIZE: 1px;
	HEIGHT: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.div_spacer_news1 {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 10px;
}
.div_spacer_new2 {
	margin: 0px;
	padding: 0px;
	height: 23px;
}
.div_spacer_new3 {
	margin: 0px;
	padding: 0px;
	height: 11px;
}
.div_spacer_new4 {
	margin: 0px;
	padding: 0px;
	height: 3px;
}
.div_spacer_nen5 {
	margin: 0px;
	padding: 0px;
	height: 4px;
}
.div_spacer_new6 {
	margin: 0px;
	padding: 0px;
	height: 5px;
}
.div_spacer_new7 {
	margin: 0px;
	padding: 0px;
	height: 7px;
}
.div_news_content {
	margin: 0px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.nws_daten1 {	COLOR: #e2001a;
	FONT-STYLE: italic;
	font-weight: bold;
	font-size: 11px;
	background-color: #CCCCCC;
}
.nws_txt1 {	FONT-WEIGHT: bold;
	COLOR: #478EC6;
	font-size: 11px;
}
#dedicated_servers {
	background-color: #333333;
	background-image: url('../images/dedicated_server_box.jpg');
	margin: 0px;
	padding: 0px;
	float: right;
	height: 141px;
	width: 277px;
	border: 1px solid #333333;
}
.dedicated_servers1 {
	margin: 0px;
	padding: 0px;
	height: 12px;
}
#dedicated_servers #dedicated_server_table td {
	margin: 0px;
	padding: 0px;
}
.padding_left5 {
	padding-left: 5px;
}
.padding_left74 {
	padding-left: 74px;
}
.align_left {
	float: left;
}
#availabilitycheck .availabilitycheck-head .domain-checkavail-wrapper {
	width: 220px;
}
#availabilitycheck .availabilitycheck-head .domain-extensions-wrapper {
	width: 240px;
}
#availabilitycheck .availabilitycheck-head .domain-search-wrapper {
	width: 124px;
}
#availabilitycheck .availabilitycheck-head .domain-extensions-wrapper .domain #domain-check-viewalll-exten {
	font-size: 11px;
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Learn-more2 {
	text-transform: capitalize;
	padding-right: 10px;
	padding-left: 15px;
}

/* CSS Document */
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #000000;
	PADDING-TOP: 15px;
	FONT-FAMILY: verdana, "lucida grande", helvetica, arial, sans-serif;
	font-weight: normal;
}
IMG {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px
}
FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}


#availabilitycheck {
	border: 0px solid #415e8a;
	WIDTH: 584px;
		HEIGHT: 138px;
		background-color: #FFFF00;
	background-image: url('../images/bgcolorc.jpg');
		margin: 0px;
		padding: 0px;
}
.availabilitycheck-head {
	padding: 0px;
	MARGIN: 0px;
		background-repeat: repeat-x;
	background-image: url('../images/domain_head_bg-.gif');
}

#form {
	PADDING-RIGHT: 0px; PADDING-LEFT: 4px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #373737; PADDING-TOP: 15px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
#form .inputbox {
	FONT-SIZE: 11px;
	BACKGROUND: #ffffff;
	COLOR: #373737;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
/*#form .radio */
#checkform1 #availabilitycheck .availabilitycheck-head .domain-extensions-wrapper .domain #form .radio #com {
	PADDING-LEFT: 2px;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.domain {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.domain .headerone {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 25px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 0px;
	COLOR: #000;
	LINE-HEIGHT: 22px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Tahoma, Arial, sans-serif;
	HEIGHT: 22px;
	background-color: #ffcc00;
	background-image: url(../images/cq_r29_c11.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.domain .headertwo {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 30px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 0px;
	COLOR: #000;
	LINE-HEIGHT: 22px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Tahoma, Arial, sans-serif;
	HEIGHT: 22px;
	background-color: #ffcc00;
	background-image: url('../images/cs_r29_c34.jpg');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.domain .headerthree {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 30px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 0px;
	COLOR: #000;
	LINE-HEIGHT: 22px;
	PADDING-TOP: 0px;
	FONT-FAMILY: verdana, arial, sans-serif;
	HEIGHT: 22px;
	background-color: #ffcc00;
	background-image: url('../images/cv_r29_c55.jpg');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.domain .input-but {
	border-width: 0px;
	FONT-WEIGHT: bold;
		FONT-SIZE: 11px;
		WIDTH: 100px;
		CURSOR: hand;
		COLOR: #fff;
		HEIGHT: 31px;
	background-image: url('../images/submit.jpg');
		background-repeat: no-repeat;
}

.promo-chck-avail {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #cc0000; FONT-FAMILY: verdana
}
.promo-chck-avail STRONG {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 0px;
	COLOR: #ffffff;
	PADDING-TOP: 0px;
	background-color: #FF0000;
}


.red-text {
	COLOR: #cc0000
}
.hp-pricing-control {
	BORDER-RIGHT: #415e8a 0px; BORDER-TOP: #415e8a 1px solid; BACKGROUND: #f5f5f5; BORDER-LEFT: #415e8a 0px; WIDTH: 100%; CURSOR: pointer; BORDER-BOTTOM: #00FF00 0px solid
}
.hp-pricing-control STRONG {
	FONT-SIZE: 11px;
	MARGIN-LEFT: 3px;
}
#hp_pricing_table TABLE .tld-list {
	PADDING-LEFT: 13px;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}
#hp_pricing_table TABLE .lowercase {
	FONT-SIZE: 11px;
}

TABLE.dataTable {
VERTICAL-ALIGN: top; CURSOR: default
}
TABLE.dataTable TD {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 11px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; BORDER-BOTTOM: #f5f5f5 1px solid
}

A {
	COLOR: #0560a6; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: none
}



.topnavbandsecond {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-right: 8px;
	}
.tnblink {
	color: #000099;
	text-decoration: none;
	}
.topnavbandsecond .tnblink {
	font-size: 10px;
	}
a:link { font-family:Tahoma; color: #3E8CBD; font-weight: bold; text-decoration: none;}

a:active { font-family:Tahoma; color: #3E8CBD; font-weight: bold; text-decoration: none;}

a:visited { font-family:Tahoma; color: #3E8CBD; font-weight: bold; text-decoration: none;}

a:hover {font-family:Tahoma; color: #FF9600; font-weight: bold; text-decoration: none;}
.login_botton {
	font-weight: bold;
	width: 56px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFCC33;
	color: #FFFFFF;
	background-color: #666666;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.divspac_4 {	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 100%;
}

#leftnav A:hover {
	TEXT-DECORATION: underline
}


.products-sidebar {
	DISPLAY: block;
	FONT-SIZE: 11px;
	MARGIN-LEFT: 15px;
	PADDING-TOP: 10px;
	FONT-FAMILY: verdana;
	TEXT-ALIGN: left;
	background-image: url('../images/news-sidebar-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.products-sidebar STRONG A {
	PADDING-LEFT: 5px; FONT-SIZE: 12px; COLOR: #333; FONT-FAMILY: trebuchet ms; TEXT-DECORATION: none
}
.products-sidebar STRONG A {
	PADDING-LEFT: 5px; FONT-SIZE: 12px; COLOR: #333; FONT-FAMILY: trebuchet ms; TEXT-DECORATION: none
}
.products-list {
	MARGIN-TOP: 0px; PADDING-LEFT: 0px; MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none; TEXT-ALIGN: left
}
.products-list LI {
	PADDING-RIGHT: 4px; PADDING-LEFT: 15px; BACKGROUND: url('../images/sidebar-bullet.gif') no-repeat 5px 6px; 
MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 13px; PADDING-TOP: 5px
}
.products-list A {
	COLOR: #444; TEXT-DECORATION: none
}
.products-list A:hover {
	COLOR: #c10101; TEXT-DECORATION: underline
}


.sidebar-hder {
	MARGIN-TOP: 0px; PADDING-LEFT: 0px; MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none; TEXT-ALIGN: left
}
.sidebar-hder LI {
	PADDING-RIGHT: 4px; PADDING-LEFT: 15px; BACKGROUND: url('../images/sidebar-bullet.gif') no-repeat 5px 6px; 
MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 13px; PADDING-TOP: 5px
}
.sidebar-hder A {
	COLOR: #444; TEXT-DECORATION: none
}
.sidebar-hder A:hover {
	COLOR: #c10101; TEXT-DECORATION: underline
}





/* CSS payment Document */
.bder-paymt  
{
	FONT-SIZE: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial,Verdana,Tahoma;
	color: #ff0000;
	font-weight: bold;
}
hr
{
	color: #FF9933;
	height: 1;
}

.paymt-hder
{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Helv;
	text-transform: uppercase;
}

.bnormal  
{
    FONT-SIZE: 11px; 
    text-decoration:none;
    font-family:verdana,Arial,Tahoma;
    color:#777;
    font-weight:bold;
}
.paymt-styl {
	color: #555;
}
#paymt-styl {
	margin:2px;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
}


/* Login new document*/

.PageHeading {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ff6600;
	clear: both;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.frmButton {
	margin: 0px;
	FONT-SIZE:10px;
	font-weight:bold;
	color:#000000;
	background-color: #E6E6E6;
	border: 1px solid;
	text-transform: capitalize;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.frmButton-over {
	margin: 0px;
	FONT-SIZE:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #ff6600;
	border: 1px solid;
	cursor: hand;
	text-transform: capitalize;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 22px;
}
.q-blurb {	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-image: url(../images/payment/ico-info.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
.secure-login {    padding-left:0px;
	font-size:10px;
	padding-top:2px;
}
table.dataTable1 {	margin: 0;
	vertical-align:top;
	cursor: default
}
table.dataTable thead td {
	background-color: #e0e8f1;
	border-color: #F5F7FA #D1D8E5 #D1D8E5 #F5F7FA;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding: 4px 5px;
	color: #333
}
table.dataTable td {
	border-bottom: 1px solid #f5f5f5;
	padding: 3px 5px;
	font-size: 11px;
}
#content {
	background:#fff;
	text-align: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#maincontent {	text-align: center;
	padding:5px 0;
	margin:0 auto;
}
.frmSectionContent {	padding:8px 0px 5px 20px;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:15px;
	border:1px #cddae8 solid;
	text-align:left;
	margin-right: 5px;
}
#maincontent #content p {
	text-align: left;
	line-height: 16px;
	margin-top:5px;
	padding-left:10px;
	font-size: 11px;
}
.q-blurb p { margin: 0 25px 0 25px; padding: 0;font-size: 12px; font-weight: bold;}


/* Left navbar document*/
#leftnavbg-top {
	background-image: url(../images/rightnav/leftnavbg-top.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 12px;
	width: 169px;
}
#leftnavbg-footer {
	background-image: url(../images/rightnav/leftnavbg-footer.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 79px;
	width: 169px;
}
#leftnav {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
WIDTH: 169px;
PADDING-TOP: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
float: right;
FONT-SIZE: 11px;
COLOR: #333;
FONT-FAMILY: Arial, Helvetica, sans-serif;
BACKGROUND-COLOR: white;
text-align: left;
background-image: url(../images/rightnav/leftnavbg-center.gif);
background-repeat: repeat;
}
#leftnav .sidebar-header {
	padding: 14px 0px 0px 9px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: #1c4c72;
	font-family: verdana, arial, sans-serif;
}
#leftnav .sidebar-header-top {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: #1c4c72;
	font-family: verdana, arial, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
#leftnav UL {
PADDING-RIGHT: 4px;
DISPLAY: block;
PADDING-LEFT: 4px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;
LIST-STYLE-TYPE: none;
}
#leftnav UL LI {
	padding: 0px 0px 0px 14px;
	FONT-SIZE: inherit;
	BACKGROUND: url('../images/rightnav/leftnavdiv.gif') no-repeat center bottom;
	MARGIN: 0px;
	LINE-HEIGHT: 1.8em;
}
#leftnav UL li a {
	color: #1c4c72;
	background-image: url(../images/arrow-sidebar-list.gif);
	background-repeat: no-repeat;
	background-position: -5px 5px;
	padding-left: 10px;
}
#leftnav UL li a:hover {
color: #FFFFFF;
background-color: #666666;
background-image: url(../images/rightnav/arrow-sidebar-list-white.gif);
background-repeat: no-repeat;
background-position: -5px 7px;
padding-left: 8px;
width: 139px;
position: fixed;
}

#leftnav A {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* bulk document */
a.blueBtn:link { background-color: #375294; }

a.blueBtn:link {height: 17px; text-align: center; line-height: 17px; color: #FFF; display: block; font-size: 9px; font-weight: bold; text-decoration: none; }
#plantablle td.ordbottom a.blueBtn:link {
color: #FFF;
}
a.blueBtn { background-color: #375294; }

a.blueBtn {height: 17px; text-align: center; line-height: 17px; color: #FFF; display: block; font-size: 9px; font-weight: bold; text-decoration: none; }
a.search { width: 50px; }

.yellow { 
		color: #FFCE00; 
		font-size: 9px;
}

/* promo document */
.promo-heading {	font-family: arial;
	font-size: 15px;
}
.promo-rounded-box-content {
	margin:0 auto;
	padding:10px;
	border-left: 1px solid #565656;
	border-right: 1px solid #565656;
	text-align:left;
}
.promo-box-features-content ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 14px;
	}

.promo-box-features-content li {
	margin-left: 5px;
	list-style: none;
	background: url('../images/theme/notebullet.gif') no-repeat left 4px;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 11px;
}
.prmofrmButton {
	margin: 0px;
	FONT-SIZE:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #666666;
	border: 1px solid;
	text-transform: capitalize;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Tahoma, Arial, sans-serif;
	background-image: none;
}
.prmofrmButton-over {
	margin: 0px;
	FONT-SIZE:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #ff6600;
	border: 1px solid;
	cursor: hand;
	text-transform: capitalize;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 22px;
	font-family: Tahoma, Arial, sans-serif;
	background-image: none;
}
.div_align #newsbox td {
	margin: 0px;
}

/* plantable */
#mainData #mainTD .hostpage-features {
margin-top:5px;
}
/* #mainData #mainTD .hostpage-features td {
	background: url('../images/theme/host-li.gif') no-repeat 5px 4px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 19px;
} */
#mainData #mainTD .hostpage-features td ul li {
	background: url('../images/theme/host-li.gif') no-repeat 5px 4px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 19px;
}
#plantablle .freefont2 {
	BORDER: #aaa 1px solid;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.freefont {
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}
.hosthdr {
	BORDER: #aaa 1px solid;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
.ordbottom {
	BORDER-RIGHT: #aaa 1px solid;
	BORDER-TOP: #aaa 1px solid;
	BORDER-LEFT: #aaa 1px solid;
	BORDER-BOTTOM: #aaa 1px solid;
	text-align: center;
}
.leftfont {
	text-align: left;
	padding-left: 8px;
}
#plantablle .leftfont {
	BORDER: #aaa 1px solid;
	background-color: #eeeeee;
}

/* sslcart */
.Producthead {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#AD0034;
font-weight:bold;
font-style:italic;
}
.Productheadblurb {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#727472;
font-weight:bold;
font-style:italic;
}
.content {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}
.contentBold {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight:bold;
}
.greenheader {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#222566;
font-weight:bold;
font-style:italic;
}
.blacksm_offermatica {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

/*instssl*/
#mainbody2{
float:left;
width:545px;
}
div#ssl_features
{
	background-image: url('../images/comodo/mainbg-small.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#E9F2F8;
border:1px solid #BBD5E6;
width: 540px;
position:relative;
margin-bottom:7px;
margin-top:9px;
height:156px;
}
img.round1tl{position:absolute;left:-1px;top:-1px;}
img.round1tr{position:absolute;right:-1px;top:-1px;}
img.round1bl{position:absolute;left:-1px;bottom:-1px;}
img.round1br{position:absolute;right:-1px;bottom:-1px;}

div#ssl_features div.ssl_features_container{
margin:10px 16px 10px 16px;
}
.ssl_features_container{
}
div#ssl_features div.title_outline{position: relative; height:30px;}
div#ssl_features span.special{
float:right;text-align:right; margin-top:8px;font-size:11px; padding-left:16px;color:#009AFF;background-image:url('../images/comodo/subtick.gif');
background-repeat:no-repeat;
}
div#ssl_features div.ssl_features_container h3{display:block;width:auto;border-bottom:2px solid black;margin:0px 0px 0px 0px; padding:0px;margin-bottom:10px;font-size:22px;font-weight:bolder;font-family:arial;color:#009AFF;}
div#ssl_features div.ssl_features_container h3 strong{color:#000000;}
div#ssl_features ul{
	padding:0px;
	margin:10px 0px 10px 0px;
	list-style-image: none;
	list-style-type: none;
	width:220px;
}

div#ssl_features ul li{
	margin:0px;
	list-style-image:none;
	font-size:11px;
	color:#000000;
	list-style-type: none;
	background-image: url('../images/comodo/ssltick.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:18px;
	width:234px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Tahoma, Arial, sans-serif;
}

#mainbody2 #ssl_features .ssl_features_container a {
	font-family: Tahoma, Verdana, Serif;
	font-weight: normal;
	color: #0260FD;
	background-color: transparent;
	text-decoration: underline;
}
#mainbody2 div.product_summaries h2{
position:relative;
color:#222566;
font-size:14px;
font-weight:bolder;
font-family:arial;
padding:2px 0px 2px 20px;
margin-left:0px;
margin-right:0px;
background:url('../images/comodo/subhead_bg.gif') no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
}

#mainbody2 .product_summaries a {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
}
a img{
border:none;
}



/* rest */
a.footermenu:link { font-family:Tahoma; color: #3E8CBD; font-weight: bold; font-size:9px; text-decoration: none;}

a.footermenu:active {font-family:Tahoma; color: #3E8CBD; font-weight: bold; font-size:9px; text-decoration: none;}

a.footermenu:visited {font-family:Tahoma; color: #3E8CBD; font-weight: bold; font-size:9px; text-decoration: none;}

a.footermenu:hover {font-family:Tahoma; color: #FF9600; font-weight: bold; font-size:9px; text-decoration: none;}

/*tab begin*/
#dolphincontainer{
	position:relative;
	color:#000000;
	width:100%;
}
#mainData #mainTD #dolphincontainer h2 {
	color: #FF3300;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
		}
#dolphinnav{
	position:relative;
	height:29px;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
#dolphinnav ul{
	margin:0;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style:none;
}
#dolphinnav ul li{display:inline;margin:0;padding: 0;}
#dolphinnav a span {float:none;}
#dolphinnav ul li a{
	float:left;
	background-position: 0% -42px;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../images/theme/tableft2.gif);
	background-repeat: no-repeat;
}
#dolphinnav ul li a span{
	float: left;
	display: block;
	background-position: 100% -42px;
	padding: 5px 6px 4px 6px;
	color: #000000;
	background-image: url(../images/theme/tabright2.gif);
	background-repeat: no-repeat;
}


#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#000000;background:url(../images/theme/tableft2.gif) no-repeat left top; margin:0; padding:0 0 0 4px;background-position:0% 0px; font-weight: bold;}


#dolphinnav ul li a.current span{float:left; display:block; padding:5px 15px 4px 6px; width:auto;background:url(../images/theme/tabright2.gif) no-repeat right top; background-position:100% 0px;}


#dolphin_inner{
	color: #000000;
	padding: 5px;
	height: auto;
	background-color: #EAE7E2;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	margin-left: 0px;
}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{
	color: #0000FF;
	text-decoration: underline;
}
#plantablle .ordbottom a:hover{color: #FF9900}
#plantablle .ordbottom a:link{color: #FFFFFF}
#plantablle .ordbottom a:visited{color: #FF00FF}

.innercontent{display: none;}
#maincontent #content #dolphincontainer #dolphin_inner #bank #paymt-styl .bder-paymt {
	FONT-SIZE: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial,Verdana,Tahoma;
	color: #ff0000;
	font-weight: bold;
}
/* notice */
.style8 {
	color: #FF0000;
	font-weight: bold;
	}
#notice {
BORDER-RIGHT: #B9B9FF 1px solid; BORDER-TOP: #B9B9FF 1px solid; Z-INDEX: 200; LEFT: 200px; VISIBILITY: hidden; BORDER-LEFT: #B9B9FF 1px solid; WIDTH: 450px; BORDER-BOTTOM: #B9B9FF 1px solid; POSITION: absolute; TOP: -242px; HEIGHT: 188px; BACKGROUND-COLOR: #99FF99; layer-background-color: #000000;
}
#divActionButton {
BORDER-RIGHT: #B9B9FF 1px solid; BORDER-TOP: #B9B9FF 1px solid; Z-INDEX: 200; LEFT: 200px; VISIBILITY: hidden; BORDER-LEFT: #B9B9FF 1px solid; WIDTH: 500px; BORDER-BOTTOM: #B9B9FF 1px solid; POSITION: absolute; TOP: -242px; HEIGHT: 188px; BACKGROUND-COLOR: #99FF99; layer-background-color: #000000;
}
td {font-size:11px; font-family: verdana,arial,helvetica; color:#000000; font-weight:normal;margin: 0px 0px 3px;}
.0 {
	margin:0px;
	padding: 0px;
}

