@import "Reset.css";
@import "ThickBox.css";  

/* = START: New Classes (all others will be depricated in the future)
-----------------------------------------------------------------------------*/
    
    /* Simple Divider: Use to left and right align two items */
    .sDiv {width:100%;overflow:hidden}
    .sDiv .sDivCol1 {float:left}
    .sDiv .sDivCol2 {float:right}

    /* Mimics thickbox on ajax controls */
    .sAjaxPop { background-color: White; border: 4px solid gray; width: 550px; }
    .sAjaxPop .sTitle { background-color: #567391; color: White; padding: 5px; }
    .sAjaxPop .sBody { padding: 20px; }
    .sAjaxPop p { margin: 0px 0px 10px 0px; }
    
    /* Misc */
    .sNote {font-size:90%;color:#999;font-weight:normal; line-height:1.25em}
    
    /* Form 1 - ex. /MyAccount/AddFunds.aspx */
	.sForm1 {width:100%;overflow:hidden;margin:1em 0}
	.sForm1 .sForm1Col1 {margin:0;padding:0;float:left;margin-right:13px;width:135px}
	.sForm1 .sForm1Col2 {margin:0;padding:0;float:right;width:240px}
	
	/* Horizontal Rule 1: Common Settings */
	DIV.sHr {height:1px;background:#BBB;margin:1em 0;width:100%}
	DIV.sHr HR {display:none}
	/* Horizontal Rule Alternate: Lighter Color */
		DIV.sHr.sHrAlt1 {background:#E2E2E2}
		
	/* Button: Common Settings */
	INPUT.sBtn1 {font-size:1.55em;*font-size:1.3em;font-family:Arial, Helvetica, sans-serif;font-weight:normal;border-width:2px;border-style:solid;cursor:pointer;background-color:#B7C747;color:#FFF;border-color:#84950E;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border-width:1px;padding:0 10px}
	/* Button Alternate Style: Small */
		INPUT.sBtn1.sBtnAlt1 {font-size:1.35em;*font-size:1.2em}
	/* Button Alternate Style: Smaller */
		INPUT.sBtn1.sBtnAlt2 {font-size:1.15em;*font-size:1.1em}
	/* Button Alternate Style: Smallest */
		INPUT.sBtn1.sBtnAlt3 {font-size:1em}
	/* Button Alternate Style: Disabled */
		INPUT.sBtn1.sBtnAlt4 {background-color:#d1d1d1;color:#DDD;border-color:#ccc #999 #999 #ccc;cursor:default}
		
	
	/* Info Link: Used with jquery tooltips */
	/* Sample HTML: <a href="#" class="sLnkinfo_1" title="title here - description goes here.">i</a>*/
	A.sTipLnk,
	A.sTipLnk:Visited {color:#5E84B3;font-weight:bold;text-decoration:none;cursor:help;font-family:Times New Roman, Times, serif;font-size:95%;padding:0 3px}
	A.sTipLnk:Hover {color:#ff5d00}	
	/* Tooltip Link Alternate - Normal Link */
	    A.sTipLnkAlt1,A.sTipLnkAlt1:Visited {font-weight:normal;text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:100%;padding:0;color:#024DD6}
	    A.sTipLnkAlt1:Hover,A.sTipLnkAlt1:Active {color:#651768}

	/* NOTE: Set Z-Index range from 300-399 */
	/* Tooltip 1: Common Settings */
	.sTip {width:247px;text-align:left;line-height:1.2em;position:absolute;z-index:300;font-family:Arial, Helvetica, sans-serif;background-color:#fff78a;padding:6px 8px;border:1px solid #ffdd62;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
	.sTip H3 {font-size:.9em;font-weight:normal;font-family:Arial, Helvetica, sans-serif;padding:0;margin:0;color:#000}
	.sTip DIV {padding:0;font-size:.9em;color:#000}
	/* Tooltip 1: Alternate 1 - Includes heading (title="" contains " - ") */
		.sTip.sTipHdr H3 {font-size:1em;font-weight:bold}
	/* Tooltip 1: Alternate 2 - Wider Tooltip */
		.sTip.sTipBg {width:375px}
	/* Tooltip 1: Alternate 3 - Smaller Tooltip */
		.sTip.sTipSm {width:183px}


/*  = END: New Classes (all others will be depricated in the future)
-----------------------------------------------------------------------------*/

/* =TABLES
-----------------------------------------------------------------------------*/
	/* Form Table 1 */
	/* Sample Usage >> http://www.namejet.com/Pages/Login.aspx */
	TABLE.form_table_1 {}
	TABLE.form_table_1 TH {padding:3px 20px 3px 0; width:200px; vertical-align:top;}
	TABLE.form_table_1 TD {padding:3px 0;vertical-align:top;}
	TABLE.form_table_1 TH LABEL {font-weight:bold;font-size:1.1em}
	TABLE.form_table_1 INPUT.textbox {width:20em}
/* =Buttons
-----------------------------------------------------------------------------*/
	/* Button Set 1 */
	/* Sample Usage >> http://www.namejet.com/Pages/MyAccount/AccountBalance.aspx */
	.btn_set_1:after {content:".";display:block;height:0;clear:both;visibility:hidden}
	.btn_set_1 {display:inline-block}
	/* Hides from IE-mac \*/
	* html .btn_set_1 {height:1%}
	.btn_set_1 {display:block}
	/* End hide from IE-mac */
	/* Button 1 */
	/* Sample Usage >> http://www.namejet.com/Pages/MyAccount/AccountBalance.aspx */
	.btn_1 {float:left;background:#FFF url('/images/bkg_btn_1_1.png') no-repeat center left;}
	.btn_1 A:Link, .btn_1 A:Visited, .btn_1 A:Hover, .btn_1 A:Active {display:block;font-weight:bold;text-decoration:none;line-height:20px;color:#FFF;padding:0 15px;background:transparent url('/images/bkg_btn_1_2.png') no-repeat center right}
	.btn_2 {background:#a5b62b url('/images/bkg_btn_2.gif') repeat-x center left;border:1px solid #9dad2a;color:#FFF;font-weight:bold;font-size:1em;letter-spacing:1px;padding:0 10px;cursor:pointer}
/* =Horizontal Rules
-----------------------------------------------------------------------------*/
	/* Horizontal Rule 1 */
	/* Sample Usage >> http://www.namejet.com/pages/login.aspx */
	DIV.hr_1 {height:3px;background:#CCC;margin:1em 0}
	DIV.hr_1 HR {display:none}
	/* Horizontal Rule 2 */
	/* Sample Usage >> http://www.namejet.com/pages/login.aspx */
	DIV.hr_2 {height:1px;background:#CCC;margin:1em 0}
	DIV.hr_2 HR {display:none}
/* =Misc
-----------------------------------------------------------------------------*/
	.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
	.clearfix {display:inline-block}
	/* Hides from IE-mac \*/
	* html .clearfix {height:1%}
	.clearfix {display:block}
	/* End hide from IE-mac */
	/* Current Balance */
	/* Sample Usage >> http://www.namejet.com/Pages/MyAccount/Dashboard.aspx */
	.balance-positive,.balance-negative {height:1px;width:100%;position:relative}
	.balance-positive DIV,.balance-negative DIV {position:absolute;top:-3.2em;right:0;font-weight:bold;font-size:1.3em}
	.balance-negative STRONG {color:#F00;font-size:1.6em}
	.balance-positive STRONG {color:#7D8B0E;font-size:1.6em}
	/* Footnotes */
	/* Sample Usage >> http://www.namejet.com/Pages/Login.aspx */
	.footnote_1 {color:#999}
	P.footnote_1 {margin:15px 0}
	/* Box 1 */
	/* Sample Usage >> http://www.namejet.com/Pages/MyAccount/Dashboard.aspx */
	.box_1 {background:transparent url('/images/box_1/bkg_box_1_bl.gif') no-repeat bottom left;margin:20px 0;}
	.box_1 .box_title {background:transparent url('/images/box_1/bkg_box_1_tl.gif') no-repeat top left;margin:0; color:#FFF;}
	.box_1 .box_title SPAN {background:transparent url('/images/box_1/bkg_box_1_tr.gif') no-repeat top right; display:block;padding:5px 15px;}
	.box_1 .box_content {background:transparent url('/images/box_1/bkg_box_1_br.gif') no-repeat bottom right;padding:1px 15px;}
	/* Back Orders Banner */
	/* Sample Usage >> http://www.namejet.com/Pages/MyAccount/Dashboard.aspx */
	#banner_backorder3 {width:285px;height:67px;float:right}
	/* Account Updates Required */
	/* Sample Usage >> http://www.namejet.com/Pages/Login.aspx */
	.account_updates_1 {width:600px}
	/* Terms 1 Formatting */
	/* Sample Usage >> http://www.namejet.com/Pages/terms.aspx?page=NameJet%20Terms%20of%20Use */
	.terms_1 {width:600px;margin:20px 0}
	.terms_1 H5 {font-weight:bold}
	.terms_1 P {padding:10px 0}
	.terms_1 OL {margin:10px 0 10px 40px;list-style:decimal}
	.terms_1 UL {margin:10px 0 10px 30px;list-style:circle}
	.terms_1 LI {padding:10px 0}
	/* Maintenance Notice 1 */
	/* Sample Usage >> http://www.namejet.com/Pages/MyAccount/Dashboard.aspx */
	#maintenance-notice-1 {margin-top:0}
	#maintenance-notice-1 P {margin:10px 0}
	#maintenance-notice-1 UL {padding:10px}
/* =Promos
-----------------------------------------------------------------------------*/
	/* .ME Promo 1 */
	/* See "http://www.namejet.com/Pages/Promos/Promo_dotMe_1.aspx" */
	.Promo_dotMe_banner {width:340px;height:46px;position:absolute;top:6px;left:50%;margin-left:-235px; display:block; background:transparent url('/images/promos/promo_dotme_banner2.png') no-repeat 0 0}
	.Promo_dotMe_banner SPAN {position:absolute;top:-999em;left:-999em}
	.Promo_dotMe_1 {margin:30px 0 0 0;position:relative;width:901px;}
	.Promo_dotMe_1 .pSub {position:relative;background:transparent url('/images/promos/promo_dotme_boxbkg.png') no-repeat 0 0;}
	.Promo_dotMe_1 .pRibbon {position:absolute;top:-1px;right:-1px;_right:-2px;height:67px;width:117px;background:transparent url('/images/promos/promo_dotme_ribbon.png') no-repeat 0 0;}
	.Promo_dotMe_1 .pHead {overflow:hidden;width:100%;padding-top:20px}
	.Promo_dotMe_1 .pCol1 {float:left;display:inline;width:320px;margin-left:140px}
	.Promo_dotMe_1 .pCol1 H1 {color:#FFF; font-size:22px; font-weight:bold}
	.Promo_dotMe_1 .pCol1 P {color:#CCC}
	.Promo_dotMe_1 .pCol2 {float:right;margin-left:-1px;width:415px}
	.Promo_dotMe_1 .pCol2 H3 {color:#FFF; font-weight:normal;margin-top:3px}
	.Promo_dotMe_1 .pCol2 OL {color:#FFF;list-style-type:decimal;margin-left:20px;*margin-left:23px;}
	.Promo_dotMe_1 .pCol2 LI {margin-bottom:5px;}
	.Promo_dotMe_1 .pTable {padding:0 1px}
	.Promo_dotMe_1 .pTable H3 {text-align:center;color:#FFF;margin:30px 0 8px 0}
	.Promo_dotMe_1 .pTable TABLE {background-color:#FFF}
	.Promo_dotMe_1 .pTable TH {font-weight:bold;padding:5px 8px;text-align:center}
	.Promo_dotMe_1 .pTable TD {text-align:center;padding:3px 8px}
	.Promo_dotMe_1 .pTable .pAltTR1 {background-color:#EEE}
	.Promo_dotMe_1 .pTRHead {color:#FFF;background:#b1c200 url('/images/promos/promo_dotme_tblbkg.png') repeat-x 0 0}
	.Promo_dotMe_1 TD.pAltTD1 {font-size:140%;font-weight:bold}
	.Promo_dotMe_1 TD.pAltTD1,.Promo_dotMe_1 TH.pAltTH1 {text-align:left;width:35%}
	.Promo_dotMe_1 TD.pAltTD2,.Promo_dotMe_1 TH.pAltTH2 {text-align:right}
	.Promo_dotMe_1 .pbtn1 {display:block;float:right;height:25px;width:90px;background:transparent url('/images/promos/promo_dotme_button.png') no-repeat 0 0}
	.Promo_dotMe_1 .pbtn1 SPAN {position:absolute;top:-999em;left:-999em}
	.Promo_dotMe_1 .pFtr {background:transparent url('/images/promos/promo_dotme_boxbkg.png') no-repeat 0 100%}
	/* .PRO Promo 1 */
	/* See "http://www.namejet.com/Pages/Promos/Promo_dotPRO_1.aspx" */
	.Promo_dotMe_banner {width:340px;height:46px;position:absolute;top:6px;left:50%;margin-left:-235px; display:block; background:transparent url('/images/promos/promo_dotme_banner2.png') no-repeat 0 0}
	.Promo_dotMe_banner SPAN {position:absolute;top:-999em;left:-999em}
	.Promo_dotPRO_1 {margin:30px 0 0 0;position:relative;width:901px;}
	.Promo_dotPRO_1 .pSub {position:relative;background:transparent url('/images/promos/promo_dotPRO_boxbkg.png') no-repeat 0 0;}
	.Promo_dotPRO_1 .pRibbon {position:absolute;top:-1px;right:-1px;_right:-2px;height:67px;width:117px;background:transparent url('/images/promos/promo_dotme_ribbon.png') no-repeat 0 0;}
	.Promo_dotPRO_1 .pHead {overflow:hidden;width:100%;padding-top:20px}
	.Promo_dotPRO_1 .pCol1 {float:left;display:inline;width:255px;margin-left:205px}
	.Promo_dotPRO_1 .pCol1 H1 {color:#FFF; font-size:22px; font-weight:normal}
	.Promo_dotPRO_1 .pCol1 P {color:#CCC}
	.Promo_dotPRO_1 .pCol2 {float:right;margin-left:-1px;width:415px}
	.Promo_dotPRO_1 .pCol2 H3 {color:#FFF; font-weight:normal;margin-top:3px}
	.Promo_dotPRO_1 .pCol2 OL {color:#FFF;list-style-type:decimal;margin-left:20px;*margin-left:23px;}
	.Promo_dotPRO_1 .pCol2 LI {margin-bottom:5px;}
	.Promo_dotPRO_1 .pTable {padding:0 1px}
	.Promo_dotPRO_1 .pTable H3 {text-align:center;color:#FFF;margin:30px 0 8px 0}
	.Promo_dotPRO_1 .pTable TABLE {background-color:#FFF}
	.Promo_dotPRO_1 .pTable TH {font-weight:bold;padding:5px 8px;text-align:center}
	.Promo_dotPRO_1 .pTable TD {text-align:center;padding:3px 8px}
	.Promo_dotPRO_1 .pTable .pAltTR1 {background-color:#EEE}
	.Promo_dotPRO_1 .pTRHead {color:#FFF;background:#b1c200 url('/images/promos/promo_dotme_tblbkg.png') repeat-x 0 0}
	.Promo_dotPRO_1 TD.pAltTD1 {font-size:140%;font-weight:bold}
	.Promo_dotPRO_1 TD.pAltTD1,.Promo_dotMe_1 TH.pAltTH1 {text-align:left}
	.Promo_dotPRO_1 TD.pAltTD2,.Promo_dotMe_1 TH.pAltTH2 {text-align:right}
	.Promo_dotPRO_1 .pbtn1 {display:block;float:right;height:25px;width:106px;background:transparent url('/images/promos/promo_dotPRO_button.png') no-repeat 0 0}
	.Promo_dotPRO_1 .pbtn1 SPAN {position:absolute;top:-999em;left:-999em}
	.Promo_dotPRO_1 .pFtr {background:transparent url('/images/promos/promo_dotPRO_boxbkg.png') no-repeat 0 100%}
    /* .ME Promo 2 */
    /* See "http://www.namejet.com/Pages/dotmepersonalpromo.aspx" */
    .sCols {width:100%;overflow:hidden;margin:0}
    .sColsSub {width:901px;margin-top:20px}
    .PromoMeCol1 {float:left;padding:20px 0 0 20px;height:229px;width:572px;background:transparent url('/images/promos/Promo_dotMe_bkg.gif') no-repeat 0 0;position:relative}
    .PromoMeCol1 UL {margin:20px 0}
    .PromoMeCol1 UL LI {background-image:url('/Images/bullet_arrow.gif');background-position:center left;background-repeat:no-repeat;padding-left:15px;font-size:18px;color:#666}
    .PromoMeCol1 OL {list-style:decimal;position:absolute;left:250px;top:170px}
	.PromoMeCol1 img {margin-top:12px}
	.PromoMeCol2 {float:right;width:300px}
/* explicit styles */
    BODY {font-family:Arial, Helvetica, sans-serif;color:#595959;font-size:12px;background-color:#FFF}
    A:Link, A:Visited {color:#2D72AA}
    A:Hover, A:Active {color:#7d8b0e}
    INPUT, SELECT, BUTTON, TEXTAREA {font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000}
    H1 {font-size:29px;color:#595959}
    H2 {font-size:22px;color:#595959;margin-top:14px;margin-left:-1px;margin-bottom:6px}
    H3 {font-size:18px;font-weight:bold;color:#333333;margin-bottom:4px}
    H4 {font-weight:bold}
    DT {font-weight:bold;color:#595959;font-size:14px}
    DD {padding-bottom:10px;font-weight:normal}
    DD DT {font-size:12px}
    /* Transitional Default Class */
    /* Sample Usage >> http://www.namejet.com/Pages/Login.aspx */
    P.normal,H1.normal,H2.normal,H3.normal,H4.normal,H5.normal,H5.normal {margin:15px 0}
    P.contentIntro {font-size:14px}
    /* generic styles */
    .pageBigLink {font-size:14px;color:#2D72AA}
    .clearBoth {clear:both}
    .redText {color:#b32424}
    /* master page */
    .masterForm {background:url('../Images/bkg_rpt_arrows.png') repeat-x top center}
    .masterPage {margin:0 auto;padding-top:20px;width:995px;background: #FFF url(../Images/head-wpr.gif) no-repeat 0 0}
    BODY.myacct .masterPage, BODY.services .masterPage, BODY.browsedomains .masterPage {background: #FFF url(../Images/head-wpr-2.gif) no-repeat 0 0}
    /* secondary navigation */
    .secondNavShow, .secondNavHide {display:none}
    /* master page content */
    .masterContentWrap {padding-right:47px;padding-left:47px;margin-top:10px}
    .masterContentHeading {overflow:hidden;margin-top:8px}
    #ctl00_pnlmasterContentHeading.masterContentHeading2 {overflow:hidden;margin-top:8px}
    #ctl00_pnlmasterContentHeading DIV H1 {color:#7d8b0e;padding:10px 40px 20px 45px;background:url(../Images/bkg_headline_arrows.gif) no-repeat center left}
    .masterSiteMap {color:#333}
    .masterSiteMap A {color:#2D72AA}
    /* footer */
    .footer {padding-top:12px;padding-bottom:60px;border-top:1px #CCC solid;background-color:#FFF}
    .footerLeft {float:left;width:375px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;color:#666}
    .footerRight {float:right;font-size:11px;margin-right:2px;margin-bottom:1px}
    .footerRight LI {display:inline;padding-left:6px}
    .footerRight A {text-decoration:none}
    .footerRight {color:#666}
    .footerSpacer {height:40px;width:auto;background-color:#FFF}
    .footer EM {font-weight:bold;color:#628cb2}
    /* general marketing page styles */
    #marketingWrap H3 {font-size:18px;margin-top:10px}
    #marketingWrap .main {float:left;width:540px}
    #marketingWrap .main H2, #marketingWrap .secondary H2 {margin:0}
    #marketingWrap .main H3 {color:#595959;border-bottom:solid 2px #d5e0e9}
    #marketingWrap .mainSub1, #marketingWrap .mainSub2 {width:255px} 
    #marketingWrap .mainSub1 {float:left} 
    #marketingWrap .mainSub2 {float:right} 
    #marketingWrap .secondary {float:right;width:310px}
    #marketingWrap .secondary H3 {font-weight:normal;color:#7d8b0e;border-bottom:solid 1px #b4c528}
    #marketingWrap .button {padding-top:10px}
    #marketingWrap .main {margin-bottom:10px}
    .separator {float:left;margin-left:-1px}
    .separator img {border-width:0px}
    .sideCopy {padding:0 20px}
    .actionBox1, .actionBox2 {padding:10px 20px;background:url('../Images/bkg_secondary.png') no-repeat top right}
    .actionBox1 H1 {font-size:29px color:#FFF;padding:0 0 5px 0;text-align:center}
    .actionBox1 .button {text-align:center}
    .actionBox2 H1 {font-size:25px;color:#FFF;text-align:left;padding:0}
    .actionBox2 .formBox {background:url('../Images/bullet_arrow_grn.gif') no-repeat 0 10px;padding:5px 0 0 15px}
    .actionBox2 .domainField {border:1px #A5ACB2 solid;color:#999;padding:3px;width:125px;margin-right:5px}
    .actionBox2 .bidField {border:1px #A5ACB2 solid;color:#999;padding:3px;margin-right:8px}
    .actionBox2 .addButton {padding-top:5px}
    .sectionBoxYel, .sectionBoxBlue {margin-top:10px}
    .sectionBoxTopYel {background:url('../Images/img_sectionBoxTop_yel.gif') no-repeat top left}
    .sectionBoxYel {background:url('../Images/img_sectionBox_yel.gif') no-repeat bottom left}
    .sectionBoxTopBlue {background:url('../Images/img_sectionBoxTop_blue.gif') no-repeat top left}
    .sectionBoxBlue {background:url('../Images/img_sectionBox_blue.gif') no-repeat bottom left}
    .overview .main DL {margin-left:15px;width:425px;margin-top:10px}
    .overview .main DT {color:#7d8b0e;font-size:14px;background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px}
    .overview .main DD {padding-bottom:10px;margin-left:16px}
    .overview .secondary DL {margin-top:10px}
    .overview .secondary DT {background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px}
    .overview .secondary DD {padding-bottom:10px;margin-left:16px}
    .aftermarket .main DL {margin-top:10px}
    .aftermarket .main DD DL {padding-left:20px;margin-bottom:-10px;width:425px}
    .backorders .main DL {margin-left:15px;width:425px;margin-top:10px}
    .backorders .main DT {color:#7d8b0e;background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px}
    .backorders .main DD {padding-bottom:10px;margin-left:16px}
    .backorders UL {padding-bottom:10px}
    .backorders .main EM { font-weight:bold;color:#7d8b0e}
    .backorders .secondary EM {font-weight:bold;color:#628cb2}
    /* THIS TAB NEEDS FIXING IE6 - CONVERT TO TABMENU.CSS */
    .backorders .tabNav {padding:0 0 0 5px;background:transparent url('../Images/search-bg.gif') repeat-x bottom left}
    .backorders .tabNav A {text-align:center;color:#000;font-family:arial;font-weight:normal;font-size:14px;text-decoration:none;padding:5px 0 0 0;display:block;float:left;width:193px;height:21px;white-space:nowrap;background:transparent url('../Images/search-tab-bg-selected.gif') no-repeat 0 0;margin: 0 3px 0 0}
    .backorders .tabNav A.tabbedNavLinkSelected {background:transparent url('../Images/search-tab-bg.gif') no-repeat 0 0}
    .backorders .tabNav A DIV SPAN {text-decoration:none;font-size:11px;color:#999}
    /* --------------------- */
    .tools #searchBox {padding:5px 0 5px 15px;background:url('../Images/bullet_arrow.gif') no-repeat center left}
    .tools .searchField {float:left;border:1px #A5ACB2 solid;color:#999;padding-top:2px;padding-bottom:2px;padding-left:5px}
    .tools .searchButton {float:left;margin-left:7px}
    .pricing .main DL {margin-left:15px;width:425px;margin-top:10px}
    .pricing .main DT {color:#7d8b0e;background:url('../Images/bullet_arrow.gif') top left no-repeat;padding-left:16px}
    .pricing .main DD {padding-bottom:10px;margin-left:16px}
    .pricing .secondary DL {margin-top:10px}
    .pricing .secondary DT {background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px}
    .pricing .secondary DD {padding-bottom:10px;margin-left:16px}
    .pricing TABLE {border:solid 1px #97bad9}
    .pricing TH {font-weight:bold;background-color:#628cb2;color:#fff;text-align:center;padding:3px}
    .pricing TD {text-align:center;padding:3px;border-top:solid 1px #97bad9}
    .login #createAccountBox {position:relative}
    .login #createAccountBox .sectionBoxContent {padding:15px 65px 15px 15px}
    .login #createAccountBox H4 {color:#7d8b0e;font-size:16px;background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px}
    .login #createAccountBox P {margin-left:16px;padding-bottom:10px}
    .loginBox {position:relative;padding:10px 20px;background:url('../Images/bkg_secondary.png') no-repeat top right}
    .loginBox H1 {font-size:29px;color:#fff;padding:0 0 10px 0;}
    .loginBox P {padding-bottom:5px}
    .loginBox .loginBtn {margin-left:65px}
    .support .main DL {width:240px;float:right;position:relative}
    .support .main DT {color:#7d8b0e}
    .support .main DD {padding-bottom:10px}
    .support .secondary UL {margin-top:10px}
    .support .secondary LI {font-size:14px;font-weight:bold;padding:0 0 10px 16px;background:url('../Images/bullet_arrow.gif') no-repeat top left}
    .support #supportBox {position:relative}
    .support #supportBox .sectionBoxContent {padding:15px}
    .support #supportBox H2 {font-weight:bold;font-size:22px;font-weight:bold;padding-left:16px;margin-bottom:15px;background:url('../Images/bullet_arrow_grn.gif') no-repeat center left}
    .support #supportBox IMG {float:left;position:relative}
    .verified .main DL {margin-left:15px;width:425px;margin-top:10px}
    .verified .main DT {color:#7d8b0e;background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px}
    .verified .main DD {padding-bottom:10px;margin-left:16px}
    .verified H4 {font-size:14px;margin-top:10px}
    .verified .download {background:url('../Images/bullet_arrow.gif') no-repeat center left;margin:8px 0;padding-left:16px}
    .FAQ .main DL {width:500px;margin-top:10px}
    .FAQ .main DT {background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px}
    .FAQ .main DD {padding-bottom:10px;margin-left:16px}
    .FAQ .secondary H2 {border-bottom:solid 2px #d5e0e9}
    .FAQ .secondary UL {padding-top:10px}
    .FAQ .secondary LI {font-size:16px;font-weight:bold;padding:0 0 10px 10px}
    .FAQ .anchor {float:right}
    .privacyPage .privacyContent { width:590px;}
    .privacyPage .privacyContent dl, .privacyPage .privacyContent ol { padding-left:20px; }
    .privacyPage .privacyContent ol { list-style-type:decimal; margin-left:20px; }
    .privacyPage .privacyContent p { padding-bottom:10px; }
    .privacyPage .privacyContent h3 { font-size:18px; margin-top:10px; color:#595959; border-bottom:solid 2px #d5e0e9; }
    /* Create Account / My Account Settings page styles */
    .createAccount .privacyContent h3 { font-size:18px; margin-top:10px; color:#595959; border-bottom:solid 2px #d5e0e9; }
    .createAccount .privacyContent dl { margin-left:20px; width:550px; }
    .createAccount .privacyContent ol { list-style-type:decimal; margin-left:20px; padding-left:25px;}
.accountForm { }
	.accountForm h3, .accountForm h4, .accountForm p { width:600px; }
	.accountForm h3 { font-size:18px; color:#595959; padding-top:10px; border-bottom:solid 2px #d5e0e9; }
	.accountForm h4 { font-size:14px; font-weight:bold; }
	.accountForm .required { font-size:14px; color:#b32424; font-weight:bold; }
	.accountForm .fieldNote { color:#999; padding-left:8px; }
	.accountForm .fieldNote2 { color:#999; width:400px; display:block; }
	.accountForm span.ext { font-weight:bold; padding:0 4px 0 8px; }
	.accountForm table { margin:10px 0 10px 20px; }
	.accountForm th { font-size:14px; font-weight:bold; white-space:nowrap; }
	.accountForm td, .accountForm th { padding:3px 8px 3px 0; vertical-align:top; }
	.accountForm td.spacer { padding:0; height:14px; }
	.accountForm .prefsWrap { padding:10px 0; }
		.accountForm .prefsWrap p { padding:3px 0; }
		.accountForm .prefsWrap label { font-weight:normal; }
		.accountForm .prefsWrap ul { padding:5px 0; }
		.accountForm .prefsWrap li { padding-right:10px; display:inline; }
	.accountForm td input { width:170px; padding-left:2px; }
	.accountForm input.ext { width:70px; }
	.accountForm input.cvv2 { width:70px; }
	.accountForm input.ZIP { width:90px; }
	.accountForm .formBtn { padding:10px 0; }
/* Browse Domains page styles */
    .auctions .main { width:640px; float:left; }
    .auctions .secondary { width:230px; float:right; }
	    .auctions .secondary h3 { font-weight:normal; font-size:18px; color:#628cb2; border-bottom:solid 1px #628cb2; }
    .auctions .contentIntro { padding-bottom:20px; }
    .auctions .btnBox { background:#dbe7f0; padding:8px; border-top: 1px #fff solid; border-right: 1px #fff solid; border-bottom: 2px #fff solid; }
	    .auctions .btnBox p { float:right; color:#628cb2; padding-top:5px; position:relative; }
    .auctions .listActionBtn{ float:left; position:relative; display:inline; padding-right: 5px;}
    .auctions .download li { font-size:14px; padding-left:24px; background:transparent url(../Images/img_arrow_down.gif) top left no-repeat;}
    .auctions .optionsBox { background:url(../Images/img_optionsBox.gif) bottom left no-repeat; }
    .auctions .optionsBoxTop { background:url(../Images/img_optionsBoxTop.gif) top left no-repeat; }
    .auctions .optionsBoxContent { padding:15px; }
    .auctions .optionsBoxContent ul { padding:5px 0; }
    .auctions .optionsBoxContent li { padding:5px 0 5px 20px; }
    .auctions .optionsBoxContent li.plus { background:transparent url(../Images/icon_plus.gif) center left no-repeat; }
    .auctions .optionsBoxContent li.arrow { background:transparent url(../Images/bullet_arrow_grn.gif) center left no-repeat; }
    .auctions #filter .inputField { width:95% }
    .auctions .listConfirmBox p { padding-top:8px; } 
    .auctions .listConfirmBox label { float:left; font-size:14px; font-weight:bold; padding-right:10px; } 
    .auctions .listConfirmBox p span { display:block; padding-left:350px; font-weight:bold; font-size:14px; } 
    .auctions .listConfirmBox ul { padding:8px 0 10px 0; }
    .auctions .listConfirmBox li { font-size:12px; background:url(../Images/icon_alertWarning.gif) center left no-repeat; padding:3px 0 3px 20px; }
/*----- Domain name list styles ---------------*/
    .totalNames{ float:left; position:relative;}
    .pager { float:right; position:relative; }
    .nameCounts { font-size:14px; font-weight:bold; color:#7d8b0e; }
    .nameList { font-size:12px; padding:0; }
    .nameList td a, .nameList td a:visited { color:#333; }
    .nameList a.buyNowLink { font-weight:bold; color:#b32424; text-decoration:none; }
    .nameList table { width:100%; padding:0; margin:0; border:none; }
    .nameList tr { background-color:#F1F1F1; }
    .nameList tr.winningRow { background-color:#f1f1f1; }
    .nameList tr.warningRow { background-color:#f5f5be; }
    .nameList tr.losingRow { background-color:#f3cece; }
    .nameList tr:hover { background-color:#dbe7f0; }
    .nameList th {color:#2d72aa;background-color:#D6D6D6;border-top:1px #fff solid;border-right:1px #fff solid;border-left:1px #fff solid;border-bottom:2px #fff solid;padding-top:8px;padding-bottom:8px;text-align:center;white-space:nowrap;}
    .nameList th a { color:#2d72aa; }
    .nameList th img { padding-left:3px; vertical-align:middle;	white-space:nowrap; }
    .nameList td {color:#333;border-top:1px #fff solid;border-right:1px #fff solid;border-left:1px #fff solid;border-bottom:2px #fff solid;padding-top:6px;padding-bottom:6px;}
    .nameList .centerCol { text-align:center; }
    .nameList .checkBoxCol { width:25px; text-align:center; }
    .nameList .domainColHeader, .nameList .domainCol { padding-left:8px; text-align:left; }
    .nameList .domainCol { letter-spacing:1px; }
    .nameList .domainCol img { vertical-align:middle; }
    .nameList .domainCol span.dueDate { color:#b32424; letter-spacing:normal; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; }
    .nameList .domainCol span.warningNote { letter-spacing:normal; font-size:11px; color:#595959;  }
    .nameList .biddersCol,
    .nameList .typeCol { text-align:center; width:70px; }
    .nameList .bidCol { text-align:center; width:80px; }
    .nameList .minBidCol { text-align:center; width:60px; }
    .nameList .timeCol { text-align:center; width:90px; }
    .nameList .typeCol2, /* MyBackorders, ReportsAuctions */
    .nameList .backorderbyCol,
    .nameList .statusCol { text-align:center; width:135px; white-space:nowrap; }
    .nameList .minBidTxt { color:#999; }
    .nameList .myBidInput { width:50px; }
    .nameList .myBidBtn { margin-bottom: -3px; }
    .nameList .myBidCol { width:180px; text-align:left; padding-left:12px; } /* Last minute board only */
    .nameList .myBidCol2 { width:135px; text-align:left; padding-left:12px; } /* Both List Bid pages, Bulk Auctions */
/* Downloads page styles */
    .downloads .main { width:425px; float:left; }
    .downloads .secondary { width:425px; float:right; }
	    .downloads .main h3, .downloads .secondary h3 { font-size:18px; color:#595959; border-bottom:solid 2px #dbe7f0; }
	    .downloads .main ul, .downloads .secondary ul { margin:8px 0 8px 15px; }
	    .downloads .main li, .downloads .secondary li { font-size:12px; background:url(../Images/bullet_arrow.gif) center left no-repeat; padding:4px 0 4px 15px;}
	    .downloads .main p.note, .downloads .secondary p.note { color:#7d8b0e; width:375px; }
	    .downloads .formatNote { color:#999; font-size:12px; }
/* My Account pages styles */
/* My Backorders */
    .mb #mbQuickBackorder { width:540px; height:40px; }
    .mb #mbQuickBackorder .sectionBoxContent { padding:10px; }
	    .mb #mbQuickBackorder label { display:block; float:left; font-weight:bold; font-size:16px; color:#628cb2; margin-right:8px; }
    .mb #mbQuickBackorder .addField { float:left; border: 1px #A5ACB2 solid; color: #999; padding:3px; width:125px; margin-right:8px; }
    .mb #mbQuickBackorder .addBid { float:left; border: 1px #A5ACB2 solid; color: #999; padding:3px; margin-right:8px; }
    /*.mb #mbQuickBackorder span { color:#628cb2; font-weight:bold; font-size:14px; }*/
    .mb #mbQuickBackorder .addButton { float:left; padding-top:2px; }
    .mb .btnBox { background:#dbe7f0; padding:8px; border-top: 1px #fff solid; border-right: 1px #fff solid; border-bottom: 2px #fff solid; }
	    .mb .btnBox p { float:right; color:#628cb2; padding-top:5px; position:relative; }
    .mb .listActionBtn { float:left; position:relative; padding-right: 5px; }
    .bulkAdd .main { width:590px; float:left; }
    .bulkAdd .secondary { width:275px; float:right; }
	    .bulkAdd .secondary h3 { font-size:14px; color:#595959; border-bottom:solid 2px #dbe7f0; margin-top:20px; }
	    .bulkAdd .secondary li { font-size:12px; padding:3px 0; list-style-type:circle; margin-left:15px; }
    .bulkAdd #addBox { position:relative; }
	    .bulkAdd #addBox li { font-size:12px; list-style:disc; margin-left:15px; padding:2px 0; }
	    .bulkAdd #addBox .addBtn { padding:10px 0; }
    .bulkAdd #addBox .addBoxContent { padding:15px; color:#7d8b0e; }
    .bulkAdd .addBox { margin-top:10px; }
    .bulkAdd .addBoxTop { background:url(../Images/bkg_590BoxTop_yel.gif) top left no-repeat; }
    .bulkAdd .addBox { background:url(../Images/bkg_590Box_yel.gif) bottom left no-repeat;  }
    .bulkAddResults h2 { float:left; display:inline; margin:0; font-weight:bold; padding-right:10px; }
	    .bulkAddResults h2 span { color:#7d8b0e; }
    .bulkAddResults .main { width:285px; float:left; }
	    .bulkAddResults .main h3 { color:#7d8b0e; font-size:18px; font-weight:bold; padding-bottom:10px; }
	    .bulkAddResults .main p.note { color:#999; background:url(../Images/bullet_arrow.gif) top left no-repeat; font-weight:bold; padding-left:15px; margin:10px; }
    .bulkAddResults .secondary { width:580px; float:right; }
	    .bulkAddResults .secondary h3 { font-size:14px; color:#595959; border-bottom:solid 2px #dbe7f0; margin-top:20px; }
	    .bulkAddResults .secondary li { font-size:12px; background:url(../Images/icon_alertWarning.gif) center left no-repeat; padding:3px 0 3px 20px; }
    .bulkAddResults #resultsBox { position:relative; }
	    .bulkAddResults #resultsBox h3 { font-size:18px; color:#595959; background:url(../Images/bullet_arrow.gif) center left no-repeat; padding:3px 0 3px 15px; }
	    .bulkAddResults #resultsBox table { position:relative; width:240px; font-size:14px; font-weight:bold; margin-left:15px; border-collapse:collapse; }
	    .bulkAddResults #resultsBox td {padding:4px 0; border-top:solid 1px #ccc;}
	    .bulkAddResults #resultsBox td.count { text-align:right; }
	    .bulkAddResults #resultsBox td.successful { color:#7d8b0e; }
	    .bulkAddResults #resultsBox td.failed { color:#b32424; }
    .bulkAddResults #resultsBox .resultsBoxContent { padding:10px; }
    .bulkAddResults .resultsBox { margin-top:10px; }
    .bulkAddResults .resultsBoxTop { background:url(../Images/bkg_285BoxTop_blue.gif) top left no-repeat; }
    .bulkAddResults .resultsBox { background:url(../Images/bkg_285Box_blue.gif) bottom left no-repeat;  }
/* My Auctions  */
    .ma .btnBox, .bb .btnBox, .lmb .btnBox { background:#dbe7f0; padding:8px; border-top: 1px #fff solid; border-right: 1px #fff solid; border-bottom: 2px #fff solid; }
	    .ma .btnBox p { float:right; color:#628cb2; padding-top:5px; position:relative; }
	    .bb .btnBox p { float:left; color:#628cb2; padding-top:5px; position:relative; }
	    .lmb .btnBox p { float:right; position:relative; padding-top:3px; }
    .ma .listActionBtn { float:left; position:relative; padding-right: 5px; }
    .bb .listActionBtn { float:right; position:relative; padding-left: 5px;}
    .bb .auctionsEndingFieldBox { padding:10px 0; }
    .bb .auctionsEndingFieldBox h4 { display:inline; color:#7d8b0e; font-size:14px; font-weight:bold; background:url(../Images/bullet_arrow.gif) center left no-repeat; padding-left:16px; }
/*last minute board checkbox */
    .lmb .disable { float:left; position:relative; font-size:12px; }
    .lmb .bidErrorBox { font-weight:bold; font-size:14px; padding:10px 0; color:#b32424}
/* SAVED SEARCHES  */
    .ss .main { width:640px; float:left; font-size:12px; }
    .ss .btnBox { background:#dbe7f0; padding:8px; border-top:1px #fff solid; border-right:1px #fff solid; border-bottom:2px #fff solid; }
    .ss .noResultsBox { display:block; background:#F1F1F1; padding:10px 8px; border-right:1px #fff solid; border-bottom:2px #fff solid; color:#2d72aa; font-weight:bold; margin-top:20px; }
    .ss table { width:100%; margin-top:20px; }
    .ss tr { background-color:#F1F1F1; }
    .ss th {font-weight:bold;background-color:#D6D6D6;border-top:1px #fff solid;border-right:1px #fff solid;border-left:1px #fff solid;border-bottom:2px #fff solid;padding-top:8px;padding-bottom:8px;}
    .ss td {color:#333;border-top:1px #fff solid;border-right:1px #fff solid;border-left:1px #fff solid;border-bottom:2px #fff solid;padding-top:6px;padding-bottom:6px;}
    .ss .titleCol { padding-left:8px; }
    .ss .actionCol { text-align:center; width:190px; }
    .contact {overflow: hidden;margin-bottom: 18px;}
/* REPORTS -  */
    .rt .contentIntro { padding-bottom:20px; }
    .rt .fltrBox { height:35px; background:#dbe7f0; padding:0 8px 0 8px; border-top: 1px #fff solid; border-right: 1px #fff solid; border-bottom: 2px #fff solid; border-left: 1px #fff solid; }
	    .rt .fltrBox .content { padding-top:8px; }
	    .rt .fltrBox h3 { float:left; font-weight:bold; font-size:18px; color:#595959; margin-right:8px; padding-left:16px; background:url(../Images/bullet_arrow_grn.gif) left no-repeat; }
	    .rt .fltrBox h4 { float:left; font-size:14px; font-weight:bold; color:#7d8b0e; padding:3px 0 0 0; margin-right:5px; }
	    .rt .fltrBox h4.to { margin-right:12px; }
	    .rt .fltrBox select {float:left; margin-right:12px; }
	    .rt .fltrBox input { float:left; }
	    .rt .fltrBox input.btnCal { margin-right:12px; padding-top:2px; }
	    .rt .fltrBox input.dateField { width:70px; text-align:right; padding:1px 5px; }
/* Auction Detail Pages: Standard, Premium, Pending Delete, Etc.  */
    .details h2 { padding-left:16px; background:url(../Images/bullet_arrow_grn.gif) center left no-repeat; margin-top:25px; letter-spacing:1px;}
    .details #tmDisclaimer { width:640px; float:left; }
    .details #mainBox, .details #historyBox { width:640px; float:left; background:url(../Images/bkg_640Box_wht.gif) bottom center no-repeat; margin-bottom:15px; }
	    .details #mainBox .mainBoxTop, .details #historyBox .historyBoxTop { background:url(../Images/bkg_640BoxTop_wht.gif) top center no-repeat; }
	    .details #mainBox .mainBoxContent, .details #historyBox .historyBoxContent { position:relative; padding:15px; }
	    .details #historyBox h4 { float:left; font-size:16px; padding-bottom:6px; color:#595959; }
	    .details #historyBox a { display:block; float:right; font-size:14px; font-weight:bold; }
	    .details #historyBox h4 span { font-weight:normal; }
	    .details #historyBox table { border-collapse:collapse; border:solid 1px #ccc; width:100%; padding:0; }
	    .details #historyBox th { white-space:nowrap; text-align:center; padding:6px 8px; background:#d6d6d6; }
	    .details #historyBox td { padding:6px 8px; border-top:solid 1px #ccc; }
	    .details #historyBox .bidder { width:200px; text-align:left; }
	    .details #historyBox .amount { text-align:center; }
	    .details #historyBox .date { width:150px; text-align:right; }
    .details #detailsBox { width:300px; float:left; font-size:12px; }
	    .details #detailsBox span.winning, .details #detailsBox span.losing, .details #detailsBox span.warning, .details #detailsBox span.watching { display: block; padding-left:18px; font-size:14px; font-weight:bold; margin-bottom:15px; }
	    .details #detailsBox span.winning { background:url(../Images/icon_flag_grn.gif) top left no-repeat; color:#56924c; }
	    .details #detailsBox span.losing { background:url(../Images/icon_flag_red.gif) top left no-repeat; color:#b32424; }
	    .details #detailsBox span.warning { background:url(../Images/icon_flag_yellow.gif) top left no-repeat; color:#c88114; }
	    .details #detailsBox span.watching { background:url(../Images/icon_flag_watch.gif) top left no-repeat; color:#628cb2; }
	    .details #detailsBox h4 { font-size:16px; padding-bottom:6px; }
	    .details #detailsBox table { border-collapse:collapse; margin-bottom:20px; width:100%; }
	    .details #detailsBox th { white-space:nowrap; vertical-align:top; font-weight: bold; width:125px; padding:6px 20px 6px 0; border-top:solid 1px #ccc; }
	    .details #detailsBox td { padding: 6px 0 6px 0; border-top:solid 1px #ccc; }
    .details #formBox { width:285px; float:right; background:url(../Images/bkg_285Box_yel.gif) bottom center no-repeat; }
	    .details #formBox .formBoxTop { background:url(../Images/bkg_285BoxTop_yel.gif) top center no-repeat; }
	    .details #formBox .formBoxContent { padding:10px 15px; font-size:14px; font-weight:bold; color:#3b5d7a; }
	    .details #formBox h3 { color:#3b5d7a; }
	    .details #formBox table { border-collapse:collapse; width:100%; }
	    .details #formBox th { font-weight:bold; white-space:nowrap; padding:6px 20px 6px 0; border-bottom:solid 1px #ccc; }
	    .details #formBox th.last, .details #formBox td.last { border:none; }
	    .details #formBox td { padding:6px 0; border-bottom:solid 1px #ccc; }
	    .details #formBox td p { padding-top:5px; font-size:11px; font-weight:normal; color:#595959; }
	    .details #formBox td.button { padding:10px 0; font-weight:normal; color:#595959; border:none; }
	    .details #formBox td.payment { padding:15px 0; font-size:18px; color:#595959; }
		    .details #formBox span.received { font-size:14px; color:#56924c; }
		    .details #formBox span.pending { font-size:14px; color:#b32424; }
	    .details #formBox .watch { border-top:solid 1px #ccc; padding:6px 0;}
		    .details #formBox .watch input { padding-top:5px; display:block; }
	    .details #formBox .bidField { width:120px; }
    .details #regs { width:240px; float:right; font-size:11px; }
    .details #regs p { }
    .details #regs h3 { font-size:12px; border-bottom:solid 2px #d5e0e9; }
    .details #regs li {margin-bottom: 8px;}
/* Domain Boxes Reborn */
    .domainBox { width:285px; font-size:13px; }
    .domainBox2Col {width:593px; font-size:13px; }
    .domainBox .topBar, .domainBox2Col .topBar { height:30px; }
    .domainBox h3, .domainBox2Col h3 { float:left; color:#fff; font-size:16px; font-weight: bold; padding:6px 0 0 8px; }
    .domainBox .topBar .link, .domainBox2Col .topBar .link { float:right; text-align:right; width:60px; color: #fff; font-size: 12px; font-weight: bold; padding:6px 8px 0 0; }
    .domainBoxContent { clear:both; padding:0 1px 12px 1px; margin:0; }
    .domainBox table, .domainBox2Col table  { color:#2D72AA; width: 100%; border:0; border-collapse: collapse; }
    .domainBox th, .domainBox2Col th { color:#595959; font-size:11px; }
    .domainBox table tr.homeRow, .domainBox2Col table td.homeRow {background:#eee; border: 0; }
    .domainBox table tr.altRow, .domainBox2Col table td.altRow  { background:#fff; border:0; }
    .domainBox .noData, .domainBox2Col .noData { color:#2d72aa; font-size:12px; font-weight:bold; padding:10px 8px; }
    .domainBox .domainCol {	padding:0 0 0 8px; }
    .domainBox .priceCol { text-align:right; padding:3px 8px 3px 0; }
    .domainBox2Col .domainCol { float:left; padding:3px 0 3px 10px; }
    .domainBox2Col .priceCol { float:right; text-align:right; padding:3px 10px 3px 0; }
    /*homepage featured domains */
     .domainFullBox {width:100%;margin:0 0 20px 0;background:transparent url(../Images/bkg_domainBoxFull_grn.gif) bottom left no-repeat }
        .domainFullBox .domainFullBoxTop {height:30px;background:url(../Images/bkg_FullBoxTop.gif) top left no-repeat}/*homepage featured domains */ 
        .domainFullBox H3 {color:#fff;font-size:16px;font-weight:bold;padding:6px 0 0 8px}
        .domainFullBox .domainFullBoxContent {padding:7px 1px 15px 1px;margin:0}
        .domainFullBox TABLE  {color:#2D72AA;width:100%;border:0;border-collapse:collapse}
        .domainFullBox TH {color:#595959; font-size:11px}
        .domainFullBox TABLE TR .homeRow {background:#eee;border:0;padding: 3px 0 3px 10px;}
        .domainFullBox TABLE TR .altRow {background:#fff;border:0;padding: 3px 0 3px 10px;}
        .domainFullBox  .domainCol {padding:0 8px 5px 0}
        
        
    #generalDomains { padding-top:20px; }
	    #generalDomains .domainBox { background:url(../Images/bkg_domainBox_grn.gif) bottom left no-repeat; }
	    #generalDomains .domainBox .domainBoxTop { background:url(../Images/bkg_domainBoxTop_grn.gif) top left no-repeat; }
	        #generalDomains .domainBox .domainBoxTop.domainBoxTopAlt1 {background:url(../Images/bkg_FullBoxTop.gif) top left no-repeat}/*homepage featured domains */
	    #generalDomains .domainBox2Col { background:url(../Images/bkg_domainBox2Col_grn.gif) bottom left no-repeat; }
	    #generalDomains .domainBox2Col .domainBoxTop { background:url(../Images/bkg_domainBoxTop2Col_grn.gif) top left no-repeat; }
	    #generalDomains p { padding:6px 8px; margin:0; font-size:12px; text-align:center; }
    #myDomains  { padding-top:20px; }
	    #myDomains .domainBox { background:url(../Images/bkg_domainBox_blue.gif) bottom left no-repeat; }
	    #myDomains .domainBox .domainBoxTop { background:url(../Images/bkg_domainBoxTop_blue.gif) top left no-repeat; }
	    #myDomains p { clear:both; padding:12px 8px; margin-bottom:8px; background:#dbe7f0; border-bottom:solid 1px #97bad9; }
		    #myDomains p a { margin:0; padding:0; }
		    #myDomains span.linkNote { padding-left:5px; font-size:11px; color:#999; }
    #prerelease, #myAuctions, #quickLinks { float:left; margin-right:23px; }
    #myBackorders { float:left; }
    #pending, #closing, #savedSearches, #verifiedBidder { float:right; }
    #dashboardOptions { height:67px; }
	    #dashQuickBackorder { float:left; width:593px; font-size:12px; background:url(../Images/bkg_590Box_yel.gif) bottom left no-repeat; }
	    #dashQuickBackorder .domainBoxTop { background:url(../Images/bkg_590BoxTop_yel.gif) top left no-repeat; }
	    #dashQuickBackorder .domainBoxContent { padding:10px 15px; }
	    #dashQuickBackorder h3 { color:#628cb2; margin:0; padding:0 5px 5px 0; float:left; }
	    #dashQuickBackorder p { float:left; padding-top:3px; }
	    #dashQuickBackorder .domainField { float:left; border: 1px #A5ACB2 solid; color: #999999; padding:3px; width:125px; margin-right:8px; }
	    #dashQuickBackorder .bidField { float:left; border: 1px #A5ACB2 solid; color: #999999; padding:3px; margin-right:8px; }
	    #dashQuickBackorder .addButton { float:left; padding-top:1px; }
	    #verifiedBidder { width:285px; height:67px; float:right; background:url(../Images/bkg_verifiedBidder.gif) top left no-repeat; }
	    #verifiedBidder .verifiedContent { padding:8px 15px 0 15px; }
	    #verifiedBidder h3 { color: #8c5808; font-size:16px; padding-left:20px; background:url(../Images/icon_alertWarning.gif) top left no-repeat; margin:0; }
	    #verifiedBidder p { padding-left:20px; }
	    
/* Home Copy */
    .home h1 { color:#628cb2; }
    .mainBlurb {float: left; width: 585px; margin-right: 14px;}
    .enomBlurb {float: right; width: 285px;}
	    /* .mainBlurb h3 { padding-left:32px; margin-bottom:5px; font-size:16px; background:url(../Images/img_TVlogo_sm.gif) top left no-repeat; } */
	    .mainBlurb p, .enomBlurb p { padding-bottom:10px; }
/* No Results */
    .noResults { color:#2d72aa; font-size:12px; font-weight:bold; padding:10px 8px; }
    .watchListUpdated { margin: 12px 0; }
/* Site Map */
    #smWrapper h2 { font-size: 16px; font-weight: bold; margin-bottom: 4px; }
    #smWrapper ul { margin: 0 0 6px 15px; font-size: 12px; } 
    #smWrapper ul li{ margin: 0 0 6px 15px; font-size: 12px;  } 
    #siteMap { width:600px; }
    #siteMap h2 { font-size: 22px; font-weight: bold; margin-bottom: 4px; }
    #siteMap h3 { background:url(../Images/bullet_arrow.gif) center left no-repeat; padding:8px 16px; margin:0; border-top:solid 2px #dbe7f0; }
    #siteMap ul { margin: 0 0 12px 10px; }
    #siteMap ul li{ margin: 0 0 6px 15px; font-size:14px;  }
    #siteMap ul li ul { display:inline; } 
    #siteMap ul li ul li { font-size:12px; display:inline; padding:0 15px; margin:0; border-left:solid 1px #999; } 
    #siteMap ul li ul li a { color:#999; } 
	    #siteMap ul li ul li a:hover { color:#7d8b0e; }
    /* Trademark Disclaimer */
    #tmDisclaimer {margin: 10px 0 0 0;}
    #tmDisclaimer strong {font-weight: bold;}
    /* Contact Form */
    #webform {margin-top: 6px; width: 580px;}  
    #webform textarea {width: 300px;}
    #webform table { border-collpase: collapse; margin-bottom: 10px; }
    #webform th, #webform td {text-align: left; vertical-align: top; padding: 3px 10px 2px 0;border-bottom: 1px #eee solid;}
    #webform th {font-weight: bold; background: transparent; color: #000; width: 200px; }
    #webform td {padding-right: 0;}
    #webform input {width: 300px; }
    #webform tr.contact-footer td, #webform tr.contact-footer th {border-bottom: 0;}
    #webform tr.contact-related-domains input {display: block; margin-bottom: 4px; }
    #webform span.req {color: red;}
    #webform #submitContactForm input {width: 100px; display: block; margin-left: 210px;}
    #webform #ctl00_Main_icaptcha {border: 1px red solid;}
    #webform #ctl00_ContentPlaceHolder1_captcha {display: block; margin: 3px 0 0 0; font-size: 28px; text-align: center; width: 198px; height: 38px;}
    #webform .errorNote {display: block; font-weight: bold; color: #CC0000;}
    #webform .caveat {width: 480px; margin-bottom: 10px; border: 1px #333 solid; background: #fff url(../Images/icon_flag_yellow.gif) 10px 10px no-repeat; padding: 10px 10px 10px 20px;}
    #webform .caveat p {padding: 0 0 0 15px; margin-bottom: 0;}
    .contactNums { margin:10px 0 0 0; }
    .contactNums th { font-weight: bold; color: #3b5d7a; }
    .contactNums th { padding-right:10px; }
/* Masthead */
    .masthead {height:65px; overflow: hidden; padding:0 15px 0 25px; }
    #masthead-logo	{ float:left; width:400px; padding-top:10px;}
    #masthead-options { float:right; width:325px; }
	    #masthead-options  ul { float:right; padding:5px 0 10px 0;  }
	    #masthead-options  li {float:left; margin-left:7px; padding-left:7px; font-size:12px; font-weight:bold; }
	    #masthead-options  li#createAcct { border-left:1px #A5ACB2 solid }
	    #masthead-options  li#login { border-left:1px #A5ACB2 solid; }
	    #masthead-options  li#help {border-left:1px #A5ACB2 solid}
    #masthead-searcher { float:right; clear:right; }
    #masthead-searcher input.mastheadSearchBox { float:left; border: 1px #A5ACB2 solid; color: #999999; font-size:14px; padding:2px 0 2px 2px; margin-right:5px; width:190px}
    #masthead-searcher input.mastheadSearchBtn { float:left; margin-top:1px;}
    #masthead-searcher .mastheadAdvancedSearch { float:left; width:50px; line-height:100%; font-size:10px; }
    #mainmenu {clear: both; font-size:11px; height: 28px; background: transparent url(../Images/nav_inactive.png); margin: 0 10px; }
    #mainmenu .navlist {float: left; margin:0; padding:0 0 0 20px; background: transparent url(../Images/nav_left_cap.png) left 50% no-repeat;}
    #mainmenu .navlist  li {display: inline; list-style-type: none; padding: 0; background: transparent url(../Images/nav_divider.png) right 0 no-repeat;}
    #mainmenu .navlist  li { line-height: 28px; height: 28px; padding: 7px 15px 7px 15px;}
    #mainmenu .navlist  li.current {background: transparent url(../Images/nav_active.png); line-height: 28px; height: 28px;}
    #mainmenu .navlist  li.last {background:0;}
    #mainmenu .navlist  li a {font-weight: bold; color: #fff; text-decoration: none; line-height:28px; height: 28px; padding-bottom: 10px;}
    #mainmenu .rightCap {float: right; background: url(../Images/nav_right_cap.png) right 50% no-repeat; height: 28px; padding-right: 10px; }
    .home li#mm-home,               
    .services li#mm-services,
    .auctions li#mm-auctions,
    .downloads li#mm-downloads,
    .myacct li#mm-myacct,
    .myacct li#mm-dashboard,
    .browsedomains li#mm-auctions
    {background: transparent url(../Images/nav_active.png); line-height: 28px; height: 28px; }  /* you-are-here link styles for main menu (mm) */
    .home li#mm-home a,               
    .services li#mm-services a,
    .auctions li#mm-auctions a,
    .downloads li#mm-downloads a,
    .myacct li#mm-myacct a,
    .myacct li#mm-dashboard a,
    .browsedomains li#mm-auctions a
    {color: #333;}
/* submenus */
    .submenu { font-size:11px; margin: 5px 0 0 35px; }
    .submenu .navlist {background: transparent;}
    .submenu .navlist  li {display: inline; list-style-type: none; padding: 2px 10px; background: transparent url(../Images/secondNavSeparator.png) right 50% no-repeat;}
    .submenu .navlist  li a {color: #999; text-decoration: none; font-weight: bold;}
    .submenu .navlist  li.last {background: 0;}
    .services.ov .submenu  #sm-overview a,
    .services.am .submenu  #sm-aftermarket a,
    .services.bo .submenu  #sm-backorders a,
    .services.tf .submenu  #sm-tools a,
    .services.pr .submenu  #sm-pricing a,
    .services.pd .submenu  #sm-pendingdelete a,
    .myacct.db .submenu  #sm-dashboard a,
    .myacct.ma .submenu  #sm-myauctions a,
    .myacct.mb .submenu  #sm-mybackorders a,
    .myacct.ss .submenu  #sm-savedsearches a,
    .myacct.rt .submenu  #sm-reports a,
    .myacct.st .submenu  #sm-settings a,
    .myacct.md .submenu  #sm-manage a,
    .myacct.lmb .submenu  #sm-myauctions a,
    .myacct.po .submenu #sm-preorders a,
    .myacct.af .submenu  #sm-addfunds a,
    .browsedomains.all .submenu #sm-alldomains a,
    .browsedomains.pr .submenu #sm-prerelease a,
    .browsedomains.pd .submenu #sm-pendingdelete a,
    .browsedomains.ac .submenu #sm-auctions a,
    .myacct.bb .submenu  #sm-myauctions a {color: #000; font-weight: bold;} /* You-are-here link styles for services and myacct submenus (sm) */
    .submenu {display: none;}
    .services  #sm-services.submenu {display: block;}
    .myacct    #sm-myacct.submenu     {display: block;}
    .browsedomains #sm-browsedomains.submenu {display:block;}
    #crumbs { display: block; clear: both; font-size:11px; margin: 10px 0 0 0; }
/* Advanced Search Options */
    #iso #searchQuickBackorder { position:relative; background:url(../Images/bkg_900Box_blue.gif) bottom left no-repeat; }
    #iso #searchQuickBackorder .quickBackorderTop { background:url(../Images/bkg_900BoxTop_blue.gif) top left no-repeat; }
    #iso #searchQuickBackorder .quickBackorderContent { padding:10px; }
	    #iso #searchQuickBackorder .domainName { font-weight:bold; font-size:18px; color:#595959; margin-right:8px; padding-left:16px; background:url(../Images/bullet_arrow_grn.gif) left no-repeat; }
	    #iso #searchQuickBackorder p { float:left; position:relative; }
	    #iso #searchQuickBackorder label { font-size:14px; color:#595959; margin-right:10px; }
    #iso #searchQuickBackorder .quickButton { float:left; position:relative; }
    #iso .main { width:640px; float:left; margin-top:20px; }
    #iso .secondary { width:230px; float:right; margin-top:20px; }
	    #iso .secondary h2 { font-weight:normal; font-size:18px; color:#628cb2; border-bottom:solid 1px #628cb2; margin-top:0; padding:0; }
    #iso .btnBox { background:#dbe7f0; padding:8px; border-top: 1px #fff solid; border-right: 1px #fff solid; border-bottom: 2px #fff solid; }
	    #iso .btnBox p { float:right; color:#628cb2; padding-top:3px; position:relative; }
    #iso .listActionBtn{ float:left; position:relative; display:inline; padding-right: 5px;}
    #iso .download li { font-size:14px; padding-left:24px; background:transparent url(../Images/img_arrow_down.gif) top left no-repeat;}
/*  LARGE Search Form  */
    #advSearchBox { width:640px; background:url(../Images/bkg_640Box_yel.gif) bottom left no-repeat; }
    #advSearchBox .advSearchBoxTop { background:url(../Images/bkg_640BoxTop_yel.gif) top left no-repeat; }
    #advSearchBox .advSearchBoxContent { clear:both; padding:0 15px 15px 15px; }
    #advSearchBox p { display: inline-block; padding-bottom:10px; }
    #advSearchBox p:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
    /* Hides from IE-mac \*/
    * html #advSearchBox p {height: 1%;}
    #advSearchBox p {display: block;}
    /* End hide from IE-mac */
    #advSearchBox .col1 { float:left; width:320px; }
    #advSearchBox .col2 { float:left; }
    #advSearchBox .submitBtn { clear:both; padding:10px 0; border-top:solid 1px #ccc; }
    #advSearchBox h3,
    #advSearchBox .backorderBy label,
    #advSearchBox .maxChars label,
    #advSearchBox .minBid label { font-size:14px; font-weight:bold; color:#7d8b0e; padding:0; margin-bottom:2px; }
    #advSearchBox .note { font-size:11px; color:#999; }
    #advSearchBox .savedSearchFields { border-bottom:solid 1px #ccc; padding:15px 0 7px 0; }
    #advSearchBox .savedSearchFields label { display:block; float:left; clear:left; font-size:14px; font-weight:bold; color:#7d8b0e; width:130px; }
    #advSearchBox .savedSearchFields input { float:left; }
    #advSearchBox .savedSearchFields input.emailField {  }
    #advSearchBox .savedSearchFields span { float:left; padding-left:5px; }
    #advSearchBox .advSearchFields { padding:15px 0; }
    #advSearchBox .searchTerms select { float:left; margin-right:8px; }
    #advSearchBox .searchTerms input { float:left; }
    #advSearchBox .exclusions label, #advSearchBox .extensions label { margin-right:8px; }
    #advSearchBox .exclusions p { padding:0; }
    #advSearchBox .backorderBy label, #advSearchBox .maxChars label, #advSearchBox .minBid label { display:block; float:left; clear:left; padding-right:5px; }
    #advSearchBox .backorderBy select, #advSearchBox .maxChars input, #advSearchBox .minBid select { float:left; }
    #advSearchBox .maxChars input, #advSearchBox .minBid input { width:40px; font-size:12px; font-weight:normal; }
    #advSearchBox .minBid span { padding:0 2px 0 5px; font-size:14px; font-weight:bold; color:#7d8b0e; }
    #advSearchBox .minBid input { font-size:12px; font-weight:normal; }
/*  SIDE Search Form  */
    #advSearchSideBox { width:230px; background:url(../Images/bkg_230Box_yel.gif) bottom left no-repeat; }
    #advSearchSideBox .advSearchSideBoxTop { background:url(../Images/bkg_230BoxTop_yel.gif) top left no-repeat; }
    #advSearchSideBox .advSearchSideBoxContent, #saveSearchSideBox .saveSearchSideBoxContent { padding:10px; }
    #advSearchSideBox .submitBtnBox { clear:both; padding-top:10px; border-top:solid 1px #ccc; }
	    #advSearchSideBox .submitBtnBox .submitBtn { float:left; }
	    #advSearchSideBox .submitBtnBox .link { float:left; padding:5px 0 0 10px; }
    #advSearchSideBox p, #saveSearchSideBox p { display: inline-block; padding-bottom:8px; }
    #advSearchSideBox p:after, #saveSearchSideBox p:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
    /* Hides from IE-mac \*/
    * html #advSearchSideBox p, * html #saveSearchSideBox p {height:1%;}
    #advSearchSideBox p, #saveSearchSideBox p {display: block;}
    /* End hide from IE-mac */
    #advSearchSideBox h3,
    #advSearchSideBox .backorderBy label,
    #advSearchSideBox .maxChars label,
    #advSearchSideBox .minBid label { font-size:14px; font-weight:bold; color:#7d8b0e; padding:0; margin-bottom:2px;}
    #advSearchSideBox .note, #saveSearchSideBox .note { font-size:11px; color:#999; }
    #advSearchSideBox .searchTerms select { float:left; margin-right:8px; }
    #advSearchSideBox .searchTerms input { float:left; }
    #advSearchSideBox .extensions { width:170px; }
    #advSearchSideBox .exclusions label, #advSearchSideBox .extensions label { margin-right:8px; }
    #advSearchSideBox .maxChars label { display:block; float:left; clear:left; width:128px; }
    #advSearchSideBox .backorderBy label, #advSearchSideBox .minBid label { display:block; }
    #advSearchSideBox .backorderBy select, #advSearchSideBox .maxChars input, #advSearchSideBox .minBid select { float:left; }
    #advSearchSideBox .maxChars input, #advSearchSideBox .minBid input { width:40px; font-size:12px; font-weight:normal; }
    #advSearchSideBox .minBid span { padding:0 2px 0 5px; font-size:14px; font-weight:bold; color:#7d8b0e; }
    #saveSearchSideBox { width:230px; background:url(../Images/bkg_230Box_blue.gif) bottom left no-repeat; margin-top:20px; }
    #saveSearchSideBox .saveSearchSideBoxTop { background:url(../Images/bkg_230BoxTop_blue.gif) top left no-repeat; }
    #saveSearchSideBox label { display:block; font-size:14px; font-weight:bold; color:#7d8b0e; }
    #saveSearchSideBox input.emailField {  }
    #saveSearchSideBox select.loadField { width:98%; }
    #saveSearchSideBox span { display:block; }
    #saveSearchSideBox .submitBtn { margin-bottom:10px; padding-bottom:10px;border-bottom:solid 1px #ccc; }
/* Master Error Styles */
    .alert {	padding: 6px; margin-top: 4px; margin-bottom: 12px; border-width:2px; border-style:solid; }
    .alert .txt { float:left; color: #333; font-weight:bold; font-size:12px; padding-left:20px;margin-right: 100px;}
    .alert .close { float:right; color:#333; background:transparent url(../Images/icon_alertClose.gif) right center no-repeat; padding-right:15px;}
    .Error { border-color:#b32424; background-color: #f3cece; }
	    .Error .txt { background:transparent url(../Images/icon_alertError.gif) left center no-repeat;}
    .Warning { border-color:#ffe034; background-color: #fff2ab;	}
	    .Warning .txt { background:transparent url(../Images/icon_alertWarning.gif) left center no-repeat; }
    .Success { border-color:#7d8b0e; background-color: #e1ed81;	}
	    .Success .txt { background:transparent url(../Images/icon_alertSuccess.gif) left center no-repeat; }
    li.note, p.note {color:#900;}
    .noWrap { white-space:nowrap; }
    /* mouseover for last minute board */
    #dhtmltooltip{position: absolute;font-size:13px;border: 1px solid #7d8b0e;padding: 8px;visibility: hidden;z-index: 100;background-color: #FFF;/*Remove below line to remove shadow. Below line should always appear last within this CSS*//*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/}
    #domainToolTip {position: absolute;border: 1px solid #333;padding: 6px;visibility: hidden; z-index: 100;background-color: #FFF;}
    #legend{ width:540px; background:url(../Images/img_sectionBox_blue.gif) bottom left no-repeat; margin-top:15px; }
	    #legend .legendTop { background:url(../Images/img_sectionBoxTop_blue.gif) top left no-repeat; }
	    #legend .legendContent { font-size:11px; padding:10px;}
	    #legend h3 { font-size:14px; color:#595959}
	    #legend li.winning { background:url(../Images/icon_flag_grn.gif) top left no-repeat; padding:3px 0 3px 20px;}
	    #legend li.warning { background:url(../Images/icon_flag_yellow.gif) top left no-repeat; padding:3px 0 3px 20px;}
	    #legend li.losing { background:url(../Images/icon_flag_red.gif) top left no-repeat; padding:3px 0 3px 20px;}
	    #legend li.watching { background:url(../Images/icon_flag_watch.gif) top left no-repeat; padding:3px 0 3px 20px;} 
    .border-bottom { border-bottom: solid 1px black;}
    .border-left { border-left:solid 1px black;}
    .border-right { border-right: solid 1px black; }
    .bold { font-weight:bold }
    .left { float:left}
    .right {float:right}
    .red {color:#FF0000;}
    .greenArrow {padding-left:10px; background:url(../Images/bullet_arrow_grn.gif) center left no-repeat;}
    .blueBtnBox { position:relative; height:20px; background:#dbe7f0; padding:8px; color:#628cb2; }
    .greenBtnBox { position:relative; height:42px; background:#EEF4BC; border: 1px #E6E6E6 solid }
    .btnBox p { color:#628cb2; padding-top:5px; }
    .download {margin:8px 0;padding-left:25px; padding-right:5px;}
    .boxContent {padding:15px 65px 15px 15px}
    .title {font-weight:bold;font-size:16px;padding:0px 0px 10px 0px;}
    .padding-left {padding-left:10px;}
    .padding-top {padding-top:10px;}
    .orderbydate {width:150px;text-align:center;}
    .mybid, .minimumbid {width:75px;}
    .domain-type {width:110px;}
    .bidders {width:50px;}
    .checkbox {width:25px;text-align:center;}
    .center {text-align:center}
    .successrow .bidsuccussful {color:Green; font-style:italic; font-weight:bold}
    .failrow td {color:#993300; background-color:#FFF0F0}
    .failrow .domain, .failrow .orderbydate, .failrow .minimumbid { font-weight:bold;}
    .asteriks {padding:0px 5px 0px 5px; font-weight:bold; font-size:12px; color:#993300}
    .warning  {padding:0px 5px 0px 5px; font-size:11px; font-weight:bold; color:#993300}
    .relative {position:relative;}
/* .CM Preorders */
    #quickBackorder { height:40px; }
    #quickBackorder .sectionBoxContent { padding:10px; }
    #quickBackorder label { display:block; float:left; font-weight:bold; font-size:16px; color:#628cb2; margin-right:8px; }
    #quickBackorder .addField { float:left; border: 1px #A5ACB2 solid; color: #999; padding:3px; width:250px; margin-right:8px; }
    #quickBackorder .addBid { float:left; border: 1px #A5ACB2 solid; color: #999; padding:3px; margin-right:8px; }
    #quickBackorder .addButton { float:left; padding-top:2px; }
    #quickBackorder a { float:left; font-weight:bold; font-size:12px; color:#628cb2; padding:5px 10px 5px 10px; }
    .indented {padding:10px 20px 10px 10px;}
    .lightblue {color:#628cb2}
    /*.preorder_banner1{width:170px;height:46px;position:absolute;top:6px;left:50%;margin-left:-235px; display:block;}
    .preorder_banner2{width:170px;height:46px;position:absolute;top:6px;left:50%;margin-left:-65px; display:block;} */
    .preorder_banner1{width:346px;height:46px;position:absolute;top:0;left:50%;margin-left:220px}
    .preorder_banner1.bkg {background:url(../Images/Promos/Promo_dotMe_banner3.gif) top left o-repeat;padding-left:8px;padding-top:8px}
    .preorder_banner1 A:Link, .preorder_banner1 A:Visited, .preorder_banner1 A:Hover, .preorder_banner1 A:Active {color:#FF0000;font-weight:bold}
    .preorder_banner2{width:120px;height:46px;position:absolute;top:6px;left:50%;margin-left:-15px; display:block;}
    .preorder {}
    .preorder .topbar{background:transparent url(../Images/bkg-dotCO-panel.png) top left no-repeat; width: 100%; overflow: hidden; height:200px;}
    .preorder .top_left{width:296px;float:left;padding-left:150px;font-size:16px;font-weight:bold;padding-top: 10px;}
    .preorder .top_left a{font-size: 12px;}
    .preorder .top_right{float: right; text-align: left; width: 440px; padding-top: 10px;}
    .preorder .bottom_left{width: 540px; float: left; padding-top: 10px;}
    .preorder .bottom_right{float: right; text-align: left; width: 300px; padding-top: 10px;}
    .preorder #generalDomains { padding-top:20px; }
    .preorder #generalDomains .domainBox { background:url(../Images/bkg_domainBox_grn.gif) bottom left no-repeat; }
    .preorder #generalDomains .domainBox .domainBoxTop { background:url(../Images/bkg_domainBoxTop_grn.gif) top left no-repeat; }
    .preorder #generalDomains .domainBox2Col { background:url(../Images/bkg_domainBox2Col_grn.gif) bottom left no-repeat; }
    .preorder #generalDomains .domainBox2Col .domainBoxTop { background:url(../Images/bkg_domainBoxTop2Col_grn.gif) top left no-repeat; }
    .preorder #generalDomains .domainBox .homeRow {background:#eee; border: 0; padding-top: 3px; padding-bottom: 3px; }
    .preorder #generalDomains .domainBox .altRow  { background:#fff; border:0; padding-top: 3px; padding-bottom: 3px; }
    .preorder #generalDomains p { padding:6px 8px; margin:0; font-size:12px; text-align:center; }
    .preorder .ul_faq {width:500px;margin-top:10px}
    .preorder .ul_faq li {background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px; padding-bottom: 15px;}
    .preorder_banner2{width:120px;height:46px;position:absolute;top:6px;left:50%;margin-left:-15px; display:block;}
    .preorder {}
    .co-preorder .topbar{background:url(../Images/bkg-dotCO-panel.png) top left no-repeat; width: 100%; overflow: hidden; height: 180px;}
    .co-preorder .topbarAlt {background:transparent url(../Images/bkg-dotCO-panel.png) top left no-repeat;width:100%;overflow:hidden;height:150px;}
    .co-preorder .top_left{width: 296px; float: left; padding-left: 150px; font-size: 16px; padding-top: 20px;}
    .co-preorder .top_left a{font-size: 12px;}
    .co-preorder .top_right{float: right; text-align: left; width: 440px; padding-top: 10px;}
    .co-preorder .bottom_left{width: 540px; float: left; padding-top: 10px;}
    .co-preorder .bottom_right{float: right; text-align: left; width: 300px; padding-top: 10px;}
    .co-preorder .preorder-input {border: 1px #A5ACB2 solid; padding:5px 5px 5px 5px; font-size:13px; color:Gray;}
    .co-preorder .ul_faq {width:800px;margin-top:10px}
    .co-preorder .ul_faq li {background:url('../Images/bullet_arrow.gif') no-repeat top left;padding-left:16px; padding-bottom: 15px;}
    .co-preorder-closed { padding:40px 10px 5px 150px;}
    .ul_faq .normal li {padding-left:5px; padding-bottom: 10px; list-style-type: disc; background: none;}
    .greenBox {background:#EEF4BC; border: 1px #E6E6E6 solid }
    #AdvancedSearchDiv .sectionBoxContent { padding:2px 0px 0px 2px; }
    #AdvancedSearchDiv label { font-weight:bold; font-size:12px; color:#628cb2; padding-right:5px; }
    #AdvancedSearchDiv .addField { float:left; border: 1px #A5ACB2 solid; color: #999; padding:3px; width:250px; margin-right:8px; }
    #AdvancedSearchDiv .addBid { float:left; border: 1px #A5ACB2 solid; color: #999; padding:3px; margin-right:8px; }
    #AdvancedSearchDiv .addButton { float:left; padding-top:2px; }
    #AdvancedSearchDiv a { font-size:12px; color:#628cb2; padding:0px 10px 5px 0px; }
    #AdvancedSearchDiv td {padding:5px 0px 5px 5px;}
    #AdvancedSearchDiv .textbox { height:20px;}
    #AdvancedSearchDiv .dropdownlist { height:25px;}
    #AdvancedSearchDiv .checkbox { padding:10px 10px 5px 0px; width:75px;}
    .lightGreenBox {background:#FEFFE6; border: 1px #E6E6E6 solid; padding:5px 0px 0px 7px; }
    .gray { color:Gray;}
    .smaller { font-size:10px;}
    .preorder .ul_faq .normal li {padding-left:5px; padding-bottom: 10px; list-style-type: disc; background: none;}
    .modalBackground {filter:alpha(opacity=70);opacity:0.7;background:Gray; }
    .modalPopup {border: 2px solid #7d8b0e;padding:8px;background-color: #FFF;width: 400px;/*border-width:3px;border-style:solid;border-color:Gray;padding:5px 3px;width:350px;background:#FFD*/}
    .closeButton {width:100%;background:White}
    .popupCloseButton {float:right}
    .green { color:Green;}
    
    .lightText {color: #999999; }
    
    .addFunds {height:1px;width:100%;position:relative}
	.addFunds DIV{position:absolute;top:-2.0em;right:0em;}
    
