body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; }

.ulpadding { margin: 0; padding: 0px 0px 0px 25px; }

form { 	margin: 0; }

input.search { 
	width: 222px; 
	border: 0;
	background: #FFF url(/_images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(/_images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 1004px;
	padding: 0px; 
}

.header { 
	height: 80px;
	background: #eee;
	color: #808080;
	margin: 0px 0;
	padding: 0px 0 0 0;
/*	border-bottom: 1px solid #ccc; */
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(/_images/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 

.search_field { 
	background: #fff url(/_images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { 
	float: right; 
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left_menu {
	float: left;
	width:220px;
}

.left {
	float: left;
	width: 500px;
	margin: 5px 0 10px 7px;
}
* html .left {
	margin-left:7px;
}

.left h3 {
	clear: both;
	background: #A9C0CE url('/_images/bg_content_h1.jpg') repeat-x;
	color: #fff;
	padding: 7px 0 7px 30px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
.left h1 {
	clear: both;
	background: #A9C0CE url('/_images/bg_content_h1.jpg') repeat-x;
	color: #fff;
	padding: 7px 0px 7px 30px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0px;
	letter-spacing: 0px;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(/_images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 270px;
	margin: 5px 0 10px 0;
}

.right h3 {
	background: #6C757A  url('/_images/bg_right_h3.jpg') repeat-x;
	color: #FFF;
	padding: 7px 0 7px 30px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

.right_articles {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 3px 0;
}

/* ----------------- */
/* NEW CSS JUNE 2009 */
/* ----------------- */
.right .siteNews {
	margin:10px 0 10px 0;
	padding:10px;
}
.right .siteNews div {
	color: #414141;
	padding: 8px;	
	margin: 0 0 3px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.right .siteNews h3 {
	background:transparent;
	color:#FF7700;
	font-size:16px;
	padding: 7px 0 7px 2px;
	margin:0px;
	border-bottom: 1px solid #FF7700;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.right .siteNews ul {
	margin-left:24px;
	margin-bottom:0px;
}
.right .siteNews ul span {
	color:red;
	font-weight:bold;
}
.right .siteNews p {
	text-align:right;
}
/* ----------------- */
/* NEW CSS JUNE 2009 */
/* ----------------- */
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 0px 0 10px 0;
	margin: 0;
}

.footer a { color: #808080; background: #fff; }

.bottommessage { 
clear:both;
	width: 915px;
	border: 1px solid #eee;
	padding: 10px 10px 10px 75px;	
	margin: 0 0 0 0;
	background: #fff url('/_images/questionmark.gif') no-repeat center left;
	color: #454545; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.bottommessage:hover {
	border: 1px solid #ccc;
}

.optionswrap table {
	border:1px solid #336799;
	border-right: none;
}
.optionswrap {
	padding-top:15px;
}
.optionswrap td {
	border-top:1px dashed #336799;
	border-right:1px solid #336799;
	padding:5px;
	padding-bottom:2px;
	width:50%;
	text-align:center;
}
.optionswrap th {
	border-right:1px solid #336799;
	border-top:1px solid #336799;
	padding:5px;
	width:50%;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background:#FF9148 url('/_images/h1orange.gif') repeat-x;
}
.optionswrap td a {
font-size:14px;
font-weight:bold;
}
.optionswrap td#filltd {
	background:#D8EBF6;
}

.boxeswrapper {
	width: 500px;
}
.mainboxes {
	border:1px solid #FF9148;
	width:152px;
	margin-right:10px;
	margin-bottom:10px;
	float: left;
}
.mainboxes h4 {
	background:#FF9148 url('/_images/h1orange.gif') repeat-x;
	font-size:small;
	text-align:center;
	margin:0px;
	padding:5px;
}
.mainboxes p {
	padding:5px;
}
.mainboxes a {
	display:block;
	padding-right:5px;
	padding-left:5px;
}

#mybutton {
	border-right:3px solid #B8CBD6;
	border-bottom:3px solid #B8CBD6;
	border-top:3px solid #899CA8;
	border-left:3px solid #899CA8;
        background-color: #E0691A;
        text-align: center;
        padding:5px;
        margin-right:15px;
        color: #000000; 
        text-decoration: none;
        font-weight: bold;
        font-size:small;
	background:#FF9148 url('/_images/h1orange.gif') repeat-x 2px;
	float:right;
}

#mybutton:hover {
	color: #596064;
	border-right:3px solid #899CA8;
	border-bottom:3px solid #899CA8;
	border-top:3px solid #B8CBD6;
	border-left:3px solid #B8CBD6;
        text-decoration: underline;   
}

.lipadding {
	padding-left:15px;
	width: 250px;
}
.lipadding li {
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px dashed #B8CBD6;
}

.boldhighlight {
	font-weight:bold;
	color:red;
}

.dd1{width:146px;border-bottom: solid #333333 1px;padding-left:4px;}
.domD{vertical-align:middle;border-left:solid 1px #ffffff;}
.dorD{text-align:center;border-left:solid 1px #ffffff;}
.ddP{width:146px;filter:alpha(opacity=94);-moz-opacity:.94;opacity:.99;}
.hdrTxt{font-size: 24px;vertical-align: middle;line-height: 55px;}
.nSub{font-size: 12px;font-family: arial,helvetica,sanserif;color:#ffffff;}
.ddMn{width:100%;font-size: 12px;font-weight: bold;font-family: arial,helvetica,sanserif;color:#ffffff;white-space: nowrap;vertical-align:middle;}
a.ddMn:link{text-decoration: none;color:#ffffff;}
a.ddMn:visited{text-decoration: none;color:#ffffff;}
a.ddMn:hover{text-decoration: underline;cursor: pointer;color:#ffffff;}
a.ddMn:active{text-decoration: none;color:#ffffff;}
.nTxt {font-size: 12px;font-family: arial,helvetica,sanserif;color: #000000;white-space: nowrap;line-height: 20px;}
a.nTxt:link{color: #000000;text-decoration: none;}
a.nTxt:visited{color: #000000;text-decoration: none;}
a.nTxt:hover{color: #000000;text-decoration: underline;cursor: pointer;}
a.nTxt:active{color: #000000;text-decoration: underline;}
.brdBl{border-top: solid #333333 1px;border-left: solid #333333 1px;border-right: solid #333333 1px;}
#MH{position: relative; width:780px; z-index: 20; visibility: visible;}
#MH1home{position: absolute; z-index: 20; visibility: visible;}
#home{position: absolute; width: 146px; top: 0px; left: 0px; z-index: 100; visibility: hidden;}
#MH2dom{position: absolute; z-index: 20; visibility: visible;}
#dom{position: absolute; width: 146px; top: 0px; left: 0px; z-index: 100; visibility: hidden;}
#MH3host{position: absolute;z-index: 20;visibility: visible;}
#host{position: absolute; width: 146px; top: 0px; left: 0px; z-index: 100; visibility: hidden;}
#MH4ssl{position: absolute;z-index: 20;visibility: visible;}
#sslhdr{position: absolute; width: 146px; top: 0px; left: 0px; z-index: 100; visibility: hidden;}
#MH5em{position: absolute;z-index: 20;visibility: visible;}
#em{position: absolute;top width: 146px; top: 0px; left: 0px; z-index: 100; visibility: hidden;}
#MH6eco{position: absolute;z-index: 20;visibility: visible;}
#eco{position: absolute; width: 146px; top: 0px; left: 0px; z-index: 100; visibility: hidden;}
#MH7web {position: absolute;z-index: 20;visibility: visible;}
#webs{position: absolute; width: 146px; top: 0px; left: 0px; z-index: 100; visibility: hidden;}



#ThreeHolder {
	clear: both;
	overflow: auto;
	padding-top: 3px;
}

#ThreeHolder H2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5f7786;
}
#ThreeHolder .PriceTag{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E0691A;
	background-image: url(menu-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	display: block;
}
#ThreeHolder a{}
#ThreeHolder a:hover{
	color: #5F7786;
	text-decoration: none;
}

#SlopeONE {
	float: left;
	width: 152px;
	margin-right: 7px;
}
#SlopeTWO {
	float: left;
	width: 152px;
	margin-right: 7px;
	margin-left: 7px;
}
#SlopeTHREE {
	float: left;
	width: 152px;
	margin-left: 7px;
}
#SlopeONE p, #SlopeTWO p, #SlopeTHREE p {
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #93A7B3;
}
#SlopeONE, #SlopeTWO, #SlopeTHREE {
	border: 1px solid #CCCCCC;
	background-image: url(slope-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.podcastlist {
	clear:both;
	border-bottom:1px dashed lightblue;
	margin-bottom:7px;
	padding-bottom:3px;
}

.qsclist {
	clear:both;
	border-bottom:1px dashed lightblue;
	margin-bottom:2px;
	padding-bottom:2px;
}


.toprow {
	padding:4px;
	width:auto;
	border:1px solid #888888;
	background-color:#FFA569;
	color:#FFFFFF;
}
.toprow span {
	padding-left:10px;
	padding-right:10px;
}
.toprow a {
	color:#ffffff;
}

.brul li { 
	margin-left:25px;
}

ul#main_button li {
      float:left;
      background:url("/_images/bottom-more-bg-right.gif") no-repeat right top;
      margin:0 0 0 9px;
      padding:0;
      list-style-type:none;
      min-width:150px;
      width:150px;
      width:auto;
}

ul#main_button li a {
      float:left;
      display:block;
      position:relative;
      left:-9px;
      margin-right:-9px;
      background:url("/_images/bottom-more-bg-left.gif") no-repeat left top;
      padding:2px 20px;
      text-decoration:none;
      font-weight:bold;
      color:#FFF;
}

ul#main_button li a:hover {
	color:#FDF6B6;
}

ul#main_button {
	margin:0 auto;
	float:right;
	margin-right:15px;
	padding:10px 10px 0;
	list-style:none;
	display:inline;
}

.bottom_image_rightside {
	float:right;
	padding-right:90px;
	padding-top:20px;
	text-align:center;
}

.bottom_image_rightside_a, .bottom_image_rightside_a:hover {
	color:#FFF;
	font-size:large;
	font-weight:bold;
	text-decoration:none;
}

.bottom_image_leftside_div {
	padding-left:20px;
	padding-top:3px;
}
.bottom_image_leftside_span {
	font-size:medium;
}
.bottom_image_leftside_a, .bottom_image_leftside_a:hover {
	padding-left:20px;
	background:transparent; 
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.ds_header {
	height:17px;
	width:110px;
	background: url('/_images/img_specials.gif');
}

.special_outer_wrapper {
	background:#ffcc00;
	border: 1px solid #000000;
	margin:0;
	padding:6px 4px 4px 6px;
}

.special_inner_wrapper {
	border: 1px solid #cc9900;
	background: #FFFFFF;
	padding: 2px 4px 2px 6px;
}

.special_inner_shadow {
	margin-left:1px;
	background: #cc9900;
	height:2px;
	line-height:2px;
}

.one_line_highlight {
	margin-top:4px;
	margin-bottom:0px;
	border:2px solid #CC0000;
	background-color:#FFFFCB;
	padding: 2px 2px 2px 0px;
	text-align:center;
	font-weight:bold;
}

.noborder {
    border: none;
}


	.tabs_hdr {
		font-family: Tahoma;
		font-size:22px;
		font-weight:bold;
		margin-bottom:12px;
	}
	.tabs_main_txt {
		color: #000;
	}
	.ht_price {
		float:right;color:#cc0000;text-align:right;font-family:Tahoma; font-size:30px;font-weight:bold;
	}
	.tabs_main_txt#ht_tagline, .tabs_main_txt#ht_tagline_dlx, .tabs_main_txt#ht_tagline_prm {
		font-weight:bold;font-size:14px;
	}
	.ht_plan {
		color:#cc0000;font-weight:bold;font-size:14px;
	}
	.ht_prod_info {
		float:left;color:#000;font-weight:bold;font-size:11px;
	}
	.ht_ordernow a {
		text-decoration:none;color:#000;cursor:pointer;
	}
	.ht_ordernow a .ht_ordernow_wrap {
		margin-top:10px;float:right;color:#fff;font-weight:bold;font-size:15px;background:url('/images/ordernowbg.gif');width:150px;height:40px;
	}
	.ht_ordernow a .ht_ordernow_wrap div {
		padding:5px 0px 0px 0px;text-align:center;background:transparent;
	}
	.ht_ordernow a .ht_ordernow_wrap span {
		display:block; padding:5px 0px 0px 0px;text-align:center;background:transparent;
	}

	.ht_ordernow .ht_ordernow_wrap a {
		text-decoration:none;color:#ffffff;cursor:pointer;width:150px;height:50px;display:block;
	}
	* html .ht_ordernow .ht_ordernow_wrap a {
		text-decoration:none;color:#ffffff;cursor:pointer;width:150px;height:40px;display:block;
	}
	.ht_ordernow .ht_ordernow_wrap {
		margin-top:10px;float:right;color:#fff;font-weight:bold;font-size:15px;background:url('/images/ordernowbg.gif');width:150px;height:40px;
	}
	.ht_ordernow .ht_ordernow_wrap a span {
		display:block; padding:5px 0px 0px 0px;text-align:center;background:transparent;
	}

	.ht_ordernow .ht_alert_msg {
		border:2px outset #e0691a;background:#FF9900; padding:2px 3px;float:right;margin:15px 80px 0px 0px; font-family:Arial;font-style:italic; font-weight:bold;font-size:17px;
	}

#tab1 { z-index:10;position:relative;}
#tab2 { z-index:8;position:relative;}
#tab3 { z-index:7;position:relative;}

.bottom_submit {
	height:20px;
	font-size:10px;
	color:#000;
	border:2px outset #585F63;
	font-weight:bold;
	background:#E0691A url('/_images/buttonbg.gif');
}



.vds_plan {
	border:1px solid #000000;
	width:auto;
	clear:both;
	padding:5px;
	padding-left:25px;
	font-weight:bold;
}
.plan_header {
	width:183px;
	padding:5px;
	color: #000;
	font-weight:bold;
	border: 1px solid #000000;
	border-bottom:none;
	float:left;
	font-size: small;
}
.vds_plan#vds_econ { background:url('/_images/plans_bg_bottom.jpg') bottom left no-repeat;} 
.vds_plan#vds_dlx { background:url('/_images/dlx_plans_bg_bottom.jpg') bottom left no-repeat;} 
.vds_plan#vds_prm { background:url('/_images/prm_plans_bg_bottom.jpg') bottom left no-repeat;} 
.plan_header#pre_econ { background: #E0691A url('/_images/h1orange.gif'); }
.plan_header#pre_dlx { background: url('/_images/h1darkgrey.gif'); color:#fff; }
.plan_header#pre_prm { background: url('/_images/h1lightblue.gif'); }
.bbottom {
	float:right;
	color:#cc0000;
	text-align:right;
	font-family:Tahoma; 
	font-size:18px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
.bbottom a, .bbottom a:hover, .bbottom a:visited {
	font-size:14px;
	text-decoration:none;
	margin-top:10px;
	width:87px;
	text-align:left;
	display:block;
	color:#fff;
	padding:2px 0px 5px 15px;
	background:url('/_images/vds_button.jpg') no-repeat;
}
.bbottom span {
	padding-right:20px;
}

.vdswrap table {
	border:1px solid #336799;
	border-right: none;
}
.vdswrap {
	padding-top:15px;
}
.vdswrap td {
	border-top:1px dashed #336799;
	border-right:1px solid #336799;
	padding:5px;
	width:50%;
}
.vdswrap ul {
	margin-left:25px;
}
.vdswrap th {
	border-right:1px solid #336799;
	border-top:1px solid #336799;
	padding:5px;
	width:50%;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background:#FF9148 url('/_images/h1orange.gif') repeat-x;
}
.vdswrap td a {
font-size:14px;
font-weight:bold;
}
.vdswrap td#filltd {
	background:#D8EBF6;
}
.vdswrap div {
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
.vdswrap p {
	font-size:10px;
}
.vdswrap div span {
	font-size:10px;
	font-weight:normal;
}
.vdswrap ul.ulleft {
	float:left;
	width:35%;
}
.vdswrap ul.ulright {
	float:left;
	width:25%;
}
.tdgold {
	margin-left:2px;
	padding:5px;
	background-color: #ffcc00;
	border:2px outset #808080;
}
.tdgrey {
	margin-left:2px;
	padding:5px;
	background-color: #D3D3D3;
	border:2px outset #808080;
}

.asia_button, .asia_button:hover, .asia_button:visited {
	font-size:13px;
	text-decoration:none;
	margin-top:4px;
	width:94px;
	text-align:left;
	display:block;
	float:left;
	font-weight:bold;
	color:#fff;
	padding:2px 0px 5px 8px;
	margin-left:25px;
	background:url('/_images/vds_button.jpg') no-repeat;
}
.asia_wrapper {
	float: left;
	width: 735px;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 30px;	
	margin: 0 0 10px 0;
}
.asia_wrapper:hover {
	border: 1px solid #E0691A;
}
.asia_wrapper div {
	float:left;
	text-align:center;
}

.bdr_table {
	margin:6px;
	margin-bottom:10px;
	border-left:1px solid #666666;
}
.bdr_table th {
	background:url('http://www.domainsatretail.com/_images/h1lightblue.gif');
	height:27px;
	border:1px solid #666666;
	border-left:none;
}
.bdr_table td {
	border:1px solid #666666;
	border-left:none;
}

.top_grey_bg { 
	background:url(/_images/top_grey_bg.png);
	height:25px;
	padding-top:5px;
}

.top_grey_bg span {
	font-weight:bold;
	padding-left:15px;
	color:#000;
}
.top_org_bg { 
	background:url(/_images/top_orange_bg.png);
	height:65px;
	font-size:11px;
}
.top_org_bg a { 
	color:#000;
	padding-right:6px;
	padding-left:6px;
}
.top_org_bg #links_list {
	padding-left:8px;
	padding-top:11px;
}

.lm_btn { width:66px; height:15px;display:block; float:left;margin-left:5px;}
.lm_btn#manage, .lm_btn#manage:visited { background-image:url(/_images/btn_manage_off.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/btn_manage_off.png", sizingMethod="scale"); 
_background-image:none; }
.lm_btn#manage:hover { background-image:url(/_images/btn_manage_on_rslr.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/btn_manage_on_rslr.png", sizingMethod="scale"); 
_background-image:none; }
.lm_btn#renew, .lm_btn#renew:visited { background-image:url(/_images/btn_renew_off.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/btn_renew_off.png", sizingMethod="scale"); 
_background-image:none; }
.lm_btn#renew:hover { background-image:url(/_images/btn_renew_on_rslr.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/btn_renew_on_rslr.png", sizingMethod="scale"); 
_background-image:none; }
.lm_btn#upgrade, .lm_btn#upgrade:visited { background-image:url(/_images/btn_upgrade_off.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/btn_upgrade_off.png", sizingMethod="scale"); 
_background-image:none; }
.lm_btn#upgrade:hover { background-image:url(/_images/btn_upgrade_on_rslr.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/btn_upgrade_on_rslr.png", sizingMethod="scale"); 
_background-image:none; }
.lm_menu_itm { width:217px; height:22px;display:block; margin-top:5px;}
.lm_menu_itm#myprod, .lm_menu_itm#myprod:visited { background-image:url(/_images/lsbmyprod_off_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyprod_off_reseller.png", sizingMethod="scale"); 
_background-image:none; }
.lm_menu_itm#myprod:hover { background-image:url(/_images/lsbmyprod_on_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyprod_on_reseller.png", sizingMethod="scale"); 
_background-image:none; cursor:pointer;}
.lm_menu_itm#myaccount, .lm_menu_itm#myaccount:visited { background-image:url(/_images/lsbmyaccount_off_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyaccount_off_reseller.png", sizingMethod="scale"); 
_background-image:none;}
.lm_menu_itm#myaccount:hover { background-image:url(/_images/lsbmyaccount_on_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyaccount_on_reseller.png", sizingMethod="scale"); 
_background-image:none; cursor:pointer;}
.lm_menu_itm#myrenew, .lm_menu_itm#myrenew:visited { background-image:url(/_images/lsbmyrenew_off_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyrenew_off_reseller.png", sizingMethod="scale"); 
_background-image:none; }
.lm_menu_itm#myrenew:hover { background-image:url(/_images/lsbmyrenew_on_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyrenew_on_reseller.png", sizingMethod="scale"); 
_background-image:none; cursor:pointer;}
.lm_menu_itm#support, .lm_menu_itm#support:visited { background-image:url(/_images/lsbsupport_reseller_off.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbsupport_reseller_off.png", sizingMethod="scale"); 
_background-image:none; }
.lm_menu_itm#support:hover { background-image:url(/_images/lsbsupport_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbsupport_reseller.png", sizingMethod="scale"); 
_background-image:none; cursor:pointer;}
.lm_menu_itm#myemail, .lm_menu_itm#myemail:visited { background-image:url(/_images/lsbmyemail_reseller_off.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyemail_reseller_off.png", sizingMethod="scale"); 
_background-image:none; }
.lm_menu_itm#myemail:hover {background-image:url(/_images/lsbmyemail_reseller.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/lsbmyemail_reseller.png", sizingMethod="scale"); 
_background-image:none; cursor:pointer;}

#lm_menu_itm_myprod a,
#lm_menu_itm_myaccount a,
#lm_menu_itm_myrenew a {
	color:#fff; padding-left:10px; padding-top:3px; padding-bottom: 3px; display:block; text-decoration: none; border-bottom:1px dotted #fff;
}
#lm_menu_itm_myprod a:hover,
#lm_menu_itm_myaccount a:hover,
#lm_menu_itm_myrenew a:hover {
	font-weight:bold; 
}

.links_footer { background:url(/_images/bottom_bg.jpg);text-align:left;padding-left:10px; color:#000;height:32px;padding-top:8px;}
.links_footer a { color:#000;background:transparent; }
.links_footer #lf_pp { float:right;padding-right:70px; }

#lm_menu_itm_support {
    padding-left:10px;
    font-size:11px;
}
#lm_menu_itm_support h4 {
    margin-bottom:0px;
    color:#000;
}
#lm_menu_itm_support p {
    color: #FFF;
    margin:5px 0px;
}
#lm_menu_itm_support a {
    color:#FFF;
}

#pch_ctc {position: relative; width: 69px; height: 21px; z-index: 150;}
#pch_ctx {position: relative; width: 69px; height: 21px; visibility: visible; z-index: 160; overflow:hidden;}
#pch_ct {position: absolute; top:-20px; left:-406px; z-index: 200; display: none;}
.pch_ct_count {position: relative; color: #fff; height: 13px; font-size: 10px; top: 6px; left: 39px; width: 21px; text-align: center;}
.pch_ct_countalt {position: relative; top: -13px; left: 0px; width: 69px; height: 21px; z-index: 500;}

.pch_ct_but_empty {background-position: -0px -191px; width: 69px; height: 21px; cursor: pointer; background-repeat:no-repeat;}
.pch_ct_but_full {background-position: -0px -160px; width: 69px; height: 21px; cursor: pointer; background-repeat:no-repeat;}
.pch_bl {background-position: -17px -30px; background-repeat: no-repeat;}
.pch_br {background-position: 73px -30px; background-repeat: no-repeat;}

#scOverlay { 
width:100px;height:23px;cursor:pointer;position:absolute;top:85px;left:1013px;
}

		.pchb {background: transparent url('https://imagesak.secureserver.net/fos/base/0/base_hdr_pl.png') top left;}
		.pch_bul {background-position: 0 4px; margin:  0 4px 0 0; padding: 0; width: 7px; height: 12px; background-repeat: no-repeat;}
		.pch_ov_left {background-position: -38px -30px; width: 11px; height: 24px;}
		.pch_ov_middle {background-position: 0 -60px; padding: 4px 0 0 0; height: 24px; background-repeat: repeat-x;}
		.pch_ov_right {background-position: -52px -30px; width: 11px; height: 24px;}
		.pch_ov_dgo {background-position: -12px 0; width: 18px;}
		.pch_ov_ugo {background-position: -45px -90px; width: 18px;}
		.pch_ov_bgo {background-position: -30px 0; width: 37px;}
		.pch_ov_dgo, .pch_ov_ugo, .pch_ov_bgo {height: 24px; background-repeat: no-repeat;}
		.pch_t11, .pch_ti, .pch_i_lp, .pch_i_ss, #pch li.bon, #pch li.bof, #pch li.bhv {font-size: 11px;}
		.pch_ti {font-style: italic;}
		.pch_i_ss {border: 0; width: 118px; background-color: #fff;}
		#pch_shx {z-index: 30; position: relative; width: 5px; height: 24px; visibility: visible;}
		#pch_shz {z-index: 100; position: relative; width: 187px; height: 24px; visibility: visible;}
		#pch_sh {z-index: 20; position: absolute; width: 185px; top: 14px; left: 5px; visibility: hidden;}
		#pch .pch_float, #pch_pwz, .pch_ov_left, .pch_ov_middle, .pch_ov_right, .pch_ov_dgo, .pch_ov_ugo, .pch_ov_bgo {float: left;}
		.pch_bgwht {background-color: #fff;}

.dsearch_sdiv {
	float:right;margin-right:14px;margin-top:3px;
	background:url(/_images/domain_search.png); width:184px;height:24px;
}
.dsearch_sdiv_hover {
	float:right;margin-right:14px;margin-top:3px;
	background:url(/_images/domain_search_hover.png); width:184px;height:24px;
}
* html .dsearch_sdiv, * html .dsearch_sdiv_hover {
	margin-right:6px;
}

#searchField { float:left; font-size: 11px;border: 0; width: 118px; height:17px; line-height:17px; background-color: #ffffff;padding-top:2px;margin-left:7px;margin-top:2px; }

		.search_ddown_opt_hglt { background: #BBBBBB; }
		.search_ddown_opt_clr { background:#FFF; }
		.search_ddown_opt_clr:hover { background: #EEEEEE;}
