	
table#web_sites_table {
	width:560px;
	font-size:1.0em;
	}	
	
table#web_sites_table thead th {
	width:274px;
	border-top:1px solid rgb(204,204,204); /* just darker than light gray */
	border-right:1px solid rgb(204,204,204); /* just darker than light gray */
	border-left:1px solid rgb(204,204,204); /* just darker than light gray */
	}	
	
table#web_sites_table thead h4 {
	border:1px solid white;	
	margin-top:1px;
	}		
	
table#web_sites_table tbody td.highlight {
	background-color: rgb(220,233,238);
	width:274px;
	padding:0;
	}

table#web_sites_table ul.inclusion_list
{
	margin: 0;
	padding: 0;
}
		
table#web_sites_table ul.inclusion_list li
{
	list-style-type: none;
}

table#web_sites_table ul.cost_list
{
	margin: 0;
	padding: 0;
}

table#web_sites_table ul.cost_list li
{
	list-style-type: none;
}

table#web_sites_table tbody td.highlight .fake-margin {	
	border-left:2px solid white;	
	border-right:2px solid white;	
	width:269px;
	height:100%;
	padding:6px;
	}
table#business_listing_table tbody td.highlight .fake-margin input {
	vertical-align: middle;
	padding-bottom: 0.2em;
}

table#web_sites_table tbody td.padded {	
	padding:6px;
	}
	
table#web_sites_table tbody td.fake-center {
	width:6px;
	border-left:1px solid rgb(204,204,204); /* just darker than light gray */
	border-right:1px solid rgb(204,204,204); /* just darker than light gray */
	}
	
table#web_sites_table tbody td.left-border {
	border-left:1px solid rgb(204,204,204); /* just darker than light gray */
	}
	
table#web_sites_table tbody td.right-border {
	border-right:1px solid rgb(204,204,204); /* just darker than light gray */
	}		
	
table#web_sites_table tbody td.bottom-border {
	border-bottom:1px solid rgb(204,204,204); /* just darker than light gray */
	padding:5px;
	}			


div.borderhighlight {
    border: solid 1px #9BC0CC;
    margin-top:10px;
    width:100%;
    padding:10px;
    background-color: #DCE9EE;
}

div.price {
    color:#323232;
}

div.price  span.smallLabel {
    font-size:90%;
}
div.price  span.price {
    font-size:12px;
}
div.price  span.price strong, div.price  span.price b {
    font-size:15px;
}

div.learn-more {
    float:left;
    padding-top:7px;
    width:100%;
    text-align: right;
}    

a.learn-more-all,a.learn-more-all:visited,a.learn-more-all:active,a.learn-more-all:hover {
    margin-bottom:2px;
    color:#890C08;
}

div.clickable {        
    height:18px;
    padding-top:3px;
}

div.clickable-highlight {
    background-color:#FFFFEC;
    background-image:url(/spportal/img-spportal/icons/question.gif);
    background-position:right center;
    background-repeat: no-repeat;
    padding-top:3px;
    height:18px;
    cursor:pointer;
}

div.navigation {    
    margin-bottom:10px;
    color:#660000;
}

a.navigation,a.navigation:link,a.navigation:hover,a.navigation:visited,a.navigation:active {
    font-weight:normal;     
}   

div.package {
    padding:10px;
    background-color: #EDF2EA;   
    border: 1px solid #D2D2D2; 
}     

table.package h4 {
    margin:0;
}

table.package td.headers {
    background-color:#D2E0CA;
    border-left:solid 1px #D2D2D2; 
    border-right:solid 1px #D2D2D2; 
    border-top:solid 1px #D2D2D2; 
}

table.package td.columns {
    border-left:solid 1px #D2D2D2;
    border-right:solid 1px #D2D2D2;
    padding:5px;
    background-color: #FFFFFF;
}

table.package td.columns-bottom {
    border-left:solid 1px #D2D2D2;
    border-right:solid 1px #D2D2D2;
    border-bottom:solid 1px #D2D2D2;
    padding:5px;
    background-color: #FFFFFF;
}

/****** begin features table on individual package page***********/
table.features-top {
    border-top: solid 1px rgb(210,210,210);
    border-left: solid 1px rgb(210,210,210);
    border-right: solid 1px rgb(210,210,210);
    width:700px;
    margin-top:0px;
    vertical-align: middle; 
}

tr.features-header {    
    background-color: #A5A5A5;   
}

td.features-header {
    padding-left: 2px; 
    padding-top: 2px;
}

table.features {    
    border-left: solid 1px rgb(210,210,210);
    border-right: solid 1px rgb(210,210,210);
    width:700px;
    margin-top:0px;     
}

table.features tr.green, table.features-bottom tr.green {
    background-color: #EBEBEB;
    cursor:normal;
}

table.features tr.white, table.features-bottom tr.white {
    background-color: #FFFFFF;
    cursor:normal;
}

table.features tr.highlight, table.features-bottom tr.highlight {
    background-color: #D2E0CA;
    cursor:pointer;
}

table.features td, table.features-bottom td {
    vertical-align: middle;
}

table.features td.left-cell, table.features-bottom td.left-cell{
    padding-left: 20px;
    height: 20px;
    width: 370px;    
}

table.features-bottom {
    border-bottom: solid 1px rgb(210,210,210);
    border-left: solid 1px rgb(210,210,210);
    border-right: solid 1px rgb(210,210,210);
    width:700px;
    margin-top:0px;
    vertical-align: middle; 
}

/****** end features table on individual package page***********/

/*** website first and second coulmns***********/

div.websites-first-column{
width:35%;
float:left;

}
div.websites-second-column{
width:50%;
float:left;

}


/*********** begin comparison table **************/

td.green-header {    
    background-color: #EDF2EA;       
    vertical-align: middle;
    text-align: center;
    border-left: solid 1px rgb(210,210,210);
    border-top: solid 1px rgb(210,210,210);
    color: #323232;
    font-weight: bold;
}

td.blue-header {    
    background-color: #E4EAF0;       
    vertical-align: middle;
    text-align: center;
    border-left: solid 1px rgb(210,210,210);
    border-top: solid 1px rgb(210,210,210);
    color: #323232;
    font-weight: bold;
}

td.green-left {
    background-color: #EDF2EA;       
    vertical-align: middle;
    padding-left: 20px;
}

td.green-cell {    
    background-color: #EDF2EA;       
    vertical-align: middle;
    text-align: center;
    border-left: solid 1px rgb(210,210,210);        
}


td.blue-cell {    
    background-color: #E4EAF0;       
    vertical-align: middle;
    text-align: center;
    border-left: solid 1px rgb(210,210,210);    
}

td.top-left-cell {            
    border-left: solid 1px rgb(210,210,210);    
    border-top: solid 1px rgb(210,210,210);
    padding-left: 2px; 
    padding-top: 2px;
}

td.border-left {    
    vertical-align: middle;
    padding-left: 20px;
}

td.border-cell {        
    vertical-align: middle;
    text-align: center;
    border-left: solid 1px rgb(210,210,210);    
}

/************** highlight classes for multicolored comparison table***********/

td.highlight-left {
    background-color: #D2E0CA;
    cursor:pointer;
    vertical-align: middle;
    padding-left: 20px;
    background-image:url(/spportal/img-spportal/icons/question.gif);
    background-position:2px center;
    background-repeat: no-repeat;
}

td.highlight-cell {
    background-color: #D2E0CA;
    cursor:pointer;
    vertical-align: middle;
    text-align: center;
    border-left: solid 1px rgb(210,210,210); 
}

/*********** end comparison table **************/


td.package1 {
    background-color:#F2F8F9;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
}

td.package2 {
    background-color:#DCE9EE;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
}

td.package3 {
    background-color:#9BC0CC;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
}

td.package4 {
    background-color:#FFFFEC;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
}

td.package5 {
    background-color:#FEE7A3;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
}

td.package6 {
    background-color:#FDD048;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
}

td.package7 {
    background-color:#6BA8BC;    
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
} 

a.learn-more:link,a.learn-more:hover,a.learn-more:visited,a.learn-more:active {  
    color:#BE5555;  
    float:left;
    margin-left:5px;
    padding-top:5px;    
}

div.contactinfo {
    color:#BE5555;
    margin:0;
    padding:10px;
    height:100%;
    width:180px;
    font-weight:bold;
    font-size:110%;
    border:solid 1px #cccccc;        
    text-align: left;
}

div.rotatingTemplate {
    border:solid 1px rgb(210,210,210); /* Light gray */
    background:#eeeeee;
    width:300px;
    height:225px;
    margin-bottom:10px;
}

div.bluehighlight {
    border: solid 1px #6BA8BC;
    background-color: rgb(220,233,238); /* A light blue */
    padding:5px;
    width:208px;
    height:180px;
}

div.gray-highlight {
    border:solid 1px #cccccc;
    background-color:#f5f5f5;
    padding:2px;
}
div.gray-header {
    background-color:#E6E6E6;
    color: #666666;font-size: small;
    font-weight: bold;
    margin-bottom:2px;
}

table.website-table
{
    margin-bottom:10px;
}

table.website-table td#left
{
    padding:3px;
}

table.website-table td#domain-left
{
     padding:3px;
     padding-right:10px;

}


table.getstarted-table
{
    margin-bottom:0px;
}

table.getstarted-table td#left
{
    padding:3px;
}

table.getstarted-table td#domain-left
{
     padding:3px;
     padding-right:10px;

}
p.clear
{
    clear:both;
}

div.right-align
{
    text-align:right;
}

div#steps
{
    margin-bottom:0px;
}

div#tool-format
{
    width:204px;
}

div.toolLinks div.item
{
    margin-bottom:2px;
}

b.float-left
{
    float: left;
}

div#float-none
{
    float: none;
}

span.float-left
{
    float:left;
}

div.clear-both, p.clear-both
{
    clear: both;
}

div#popup-content, span#contactus
{
    display: none;
}

td.left-cell
{
    padding-left:15px;
}

img.rotate-image
{
    float:none;
    clear:none;
}

span.nav-show
{
    color:#1E5192;
}

span.nav-white
{
    visibility:hidden;
}

a#nav
{
    margin-right:23px;
}

table.bottom-nav
{
    margin-top:10px;
}

table.last-row
{
    margin-top:5px;
}

div.right-align
{
    text-align: right;
}

p.instructional-content
{
    clear:both;
    padding-right:5px;
}

div#full-height
{
    height:100px;
}

input.domainAddress
{
    float:left;
    margin-left:2px;
}

select.domainAddress
{
    margin-left:2px;
}

a.domainContinue
{
    margin-left:10px;
    float:left;
}

a.transferLink
{
    margin-left:0px;
}

table.package td.rightBorder
{
    padding:5px;
}

div.right-border
{
    padding:5px;
}

td.emailContainer
{
    border-left: 1px solid #cccccc;
}

div.emailPadding, div.domainPad
{
    padding:10px;
}

div.form-buttons#continue, div.continue-spec
{
    padding:5px;
    clear:both; 
}

div.form-buttons#continue a
{
    margin-left:0px;
}

img.collapse-icon
{
    float:left;
    margin-right:3px;
}

a.collapse-icon
{
    float:left;
    margin-right:3px;
}

span.price
{
    font-size:16px;
}

span.unit
{
    font-size:13px;
}

h6.sub-header
{
    font-size:13px;
    margin-top:40px;
}

ul.blue-arrow#email-arrow
{
    margin-top:10px;
}
ul.blue-arrow#email-arrow li
{
    padding-top:5px;
    padding-bottom:5px;
}


span.email-product
{
    display:inline;
    padding-left:2px;
    font-size:13px;
}

table.features#comparison-top
{
    margin-top:20px; 
    border-left: none;
}

/*********** SEO changes **************/
p.p-clear-both
{
    clear:both;
}

td.bottom-marg
{
    margin-bottom:10px;
}

td.td-pad
{
    padding:3px;
}

div#pad-ten
{
   padding:10px;
}
span.span-specs
{
   display:inline;
   padding-left:2px;
   margin-right:10px; 
}
span.left-float
{
   float:left;
}

div#pad-left-ten
{
  padding-left:10px;
}

span.span-display-pad
{
    display:inline;
    padding-left:2px;
}

div#marg-left-right
{
   margin-left:20px;
   margin-right:80px;
}

td.td-styl
{
     border-right:solid 1px #DEDEDE;
     padding-left:20px;
}
 
div.no-show
{
  display:none;
}

div.pad-display
{
    padding:10px;
    display:none;
}

span.span-inline
{
   display:inline;
}

div.special-div
{
    border:solid 1px #98C0CC;
    background:#EBEBEB;
    margin:10px;
}

div.div-special
{
  height:20px;
  padding-top:6px;
  padding-left:30px;
  padding-right:30px;
  height:100%;
}

td.td-pad-left
{
   padding-left:25px;
}

td.td-pad-left1
{
   padding-left:85px;
}

div.twenty-height
{
    height:20px;
}

input.left-float-input
{
    float:left;
}
input.input-marg
{
    margin-left:2px;
}

input.marg-right
{
    margin-right:2px;
}

input.marg-left
{
  margin-left :2px;
}
input.marg-left1
{
    margin-left:0px;
}

td.td-left-padd
{
    padding-left:85px;
}
div#div-spec
{
    overflow:visible;
    clear:both;
    height:100%;
}

table.table-top
{
    margin-top:3px;
}

td.td-styled1
{
    padding-left:6px;
    border:solid 1px #cccccc ;
    vertical-align:middle;
}

td.td-styled
{
    padding-left:3px;
    border:solid 1px #cccccc ;
    vertical-align:middle;
}

td.td-styled2
{
   border:solid 1px #cccccc;
   padding-left:5px;
   vertical-align:middle;
}
td.td-styled3
{
   border:solid 1px #cccccc;
   vertical-align:middle;
}

h4.addon-header
{
    font-size:1.1em;
    background-color:#1E5192;
}

b.addon-text
{
    padding-left:2px;
}

table.addon-table
{
    margin-top:2px;
}

table.addon-table td.addon-item
{
    padding-left:2px;
}

td#addon-bottom
{
    height:200px;
}

div#addon-list
{
    height:10px;
}

div#addon-buttons
{
    margin-top:10px;
}

div.addon-compare-link
{
    margin-bottom:15px;
}

div.addon-domain-entered
{
    border:solid 1px #98C0CC;
    background:#EBEBEB;
    margin-left:10px;
    margin-right:10px;
}

div.addon-domain-text
{
    height:20px;
    padding-top:6px;
    padding-left:30px;
    padding-right:30px;
    height:100%;
}

td.addon-extensions
{
    padding-left:25px;
}

td.addon-spinoffs
{
    padding-left:85px;
}

div.addon-spinoff-text
{
    height:20px;
}

div.addon-next-domain
{
    border-right:solid 1px #DEDEDE;
    padding-left:20px;
}

div#addon-two-columns
{
    margin-left:20px;
    margin-right:80px;
}

div#addon-second-column
{
    padding-left:10px;
}

span.addon-spinoff-radio
{
    display:inline;
    padding-left:2px;
}

div#addon-two-columns-right
{
    padding:10px;
}

input.addon-newAddress
{
    float:left;
    margin-left:2px
}

select.addon-ext-select
{
    margin-left:2px;
}

div#terms
{
    padding:10px;
}

span.addon-agree-text
{
    display:inline;
}

input#termsbox
{
    margin-right:2px;
}

a.addon-continue
{
    margin-left:0px;
}

table.addon-comparison-table
{
    margin-top:5px;
}

div.addon-spacer
{
    width:230px;
}

span.addon-emailmkt-product
{
    padding-right:5px;
    width:60px;
}

span.addon-emailmkt-price
{
    text-align:right;
    width:60px;
}


span.addon-email-product
{
    padding-right:5px;
    width:68px;
}

span.addon-email-price
{
    text-align:right;
    width:65px;
}


span.addon-domain-product
{
    padding-right:5px;
    width:53px;
}
span.addon-forward-domain-price
{
    text-align:right;
   
}

span.addon-storesense
{
    padding-right:10px;
    
}
span.addon-storesense-new
{
    padding-right:4px;
    
}
span.addon-storesense-price
{
    text-align:right;
   
}

div#addon-emails
{
    display:none;
}

a.addon-comparison-feature
{
    float: left; 
    margin-right: 3px;
}

p#para-marg-bot
{
    margin-bottom:0.5em;
}
div.div-top
{
    margin-top:5px;
}

a.pos-top
{
    position:relative;
    top:-5px;
}
a.no-dec
{
    text-decoration:none;
}
div.left-marg-div
{
  margin-left:20px;
}
span.small-font
{
  font-size: 7.5pt;
}

span#domainprodpage-span
{
   margin-left:5px;
}


div#content_foremails {
    /* This allows other child elements to be positioned with respect to this */
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top:80px;
    width:735px;     
    text-align: left;
   
}

div#content_box_foremails {
    background-color: rgb(255,255,255); /* white */
    border:1px solid rgb(210,210,210); /* Light gray */
       padding:15px;
    position:relative;  
    margin-bottom:0.5em;
    /* Box model hack for IE: http://tantek.com/CSS/Examples/boxmodelhack.html */
    voice-family: "\"}\""; 
    voice-family:inherit;    
}    
        
 div#branding_foremails {
    position:absolute;
    top:-70px;
    left:-20px;
 }
div#branding_foremails a {
   position:absolute;
   left:20px;
   top:0px;
   width:300px;
   height:25px;
   margin-top:15px;
   margin-bottom:25px;
   background-image:url(/spportal/img-spportal/banners/superpages-logo.jpg);
   background-repeat: no-repeat;
}

/********************************
 * New Styles for Product pages *
 ********************************/

div.product-page-2-wrap
{
	width: 500px;
	/*border: 1px solid black;*/
}
table.product-page-2
{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.product-page-2 td.ppage2-pname1
{
	background-color:#E5EAF0;
	color:#1E5192;
}
table.product-page-2 td.ppage2-pname2
{
	background-color:#EDF2EB;
	color:#3B742D;
}
table.product-page-2 td.ppage2-pname1,
table.product-page-2 td.ppage2-pname2
{
	font-size: 12px;
	line-height: 16px;
	padding-top: 7px;
	text-align: center;
}
table.product-page-2 td,table.product-page-2 th
{
	height: 28px;
}

table.product-page-2 tr.ppage2-cats td
{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
}
table.product-page-2 td.ppage2-pcat1, table.product-page-2 th.basic
{
	background: url(/spportal/img-spportal/banners/gradient_grey.gif);
	border-right: 1px solid white; 
	
}
table.product-page-2 td.ppage2-pcat2,  table.product-page-2 th.premium
{
	background: url(/spportal/img-spportal/banners/gradient_blue.gif);
	border-right: 1px solid white; 
	
}
table.product-page-2 td.ppage2-pcat3, table.product-page-2 th.unlimited
{
	background: url(/spportal/img-spportal/banners/gradient_green.gif);
}
table.product-page-2 th
{
	background-color: #505050;
	color: #FFFFFF;
	font-size: 14px;
	padding: 6px 0 0 8px;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
}
table.product-page-2 td.ppage2-col-type1,table.product-page-2 td.ppage2-col-type2
{
	border:1px solid #FFFFFF;
}
table.product-page-2 td.ppage2-col-type1,table.product-page-2 td.ppage2-col-type2,
table.product-page-2 td.ppage2-col-type3,table.product-page-2 td.ppage2-col-title
{
	text-align:center;
	cursor: pointer;
	vertical-align: middle;
	padding: 5px;
	height: 25px;
}
table.product-page-2 td.ppage2-col-type1
{
	background-color:#EBEBEB;
}
table.product-page-2 td.ppage2-col-type2
{
	background-color:#E5EAF0;
}
table.product-page-2 td.ppage2-col-type3
{
	background-color: #D2E0C9;
	border: 1px solid #FFFFFF;
}
table.product-page-2 td.ppage2-col-title
{
	font-size:12px; 
	line-height:15px; 
	padding:6px 19px 0 8px; 
	border:1px solid #d2d2d2; 
	border-right:0;
	text-align: left;
}
tr.ppage2-separator,tr.ppage2-separator td
{
	height:4px;
	font-size: 1px;
}
table.product-page-2 tr.highlighted-row,
table.product-page-2 tr.highlighted-row td
{
	background: #CACACA;
}
table.product-page-2 tr.highlighted-row td.ppage2-col-title
{
	background-image:url(/spportal/img-spportal/icons/question.gif);
	background-position:98% center;
	background-repeat:no-repeat;
}
table.product-page-2 img.ppage2-signup
{
	margin-top: 5px;
}
table.product-page-2 td.ppage2-topalign
{
	vertical-align: top !important;
}
/*  ANNOUNCER PAGE STYLE*/
.ai_header 
{
    background-image:url('/spportal/img-spportal/banners/websites/announcer/ai_header_bkg.gif');
    width:735px;
    height:192px;
    color:#505050; 
    position:relative;
    border-bottom:1px solid #d2d2d2;
}
.ai_header_content
{
    margin:0 0 0 30px;
}
.ai_header_content .ai_headline 
{
    color:#3b742d; 
    font-size:26px;
    display:block;
    line-height:30px;
}
.ai_header_content .ai_subheadline
{
    color:#505050;
    font-size:14px;
    display:block; 
    line-height:19px; 
    margin:10px 0 18px 0;
 }

          
.the_tab
{
    padding-left:9px;
    display:none;
}
.ai_open_header
{
    font-weight:bold; 
    display:block;
    font-size:16px; 
    margin:10px 0;
 }
.ai_open span {
    display:block; 
    background-image:url('/spportal/img-spportal/icons/green_arrow.gif'); 
    background-repeat:no-repeat; background-position:0px 5px; 
    margin-top:10px;
    padding:0 0 4px 8px; 
    color:#3b742d; 
    font-size:14px; 
    line-height:17px;
}
.ai_open span a 
{
    font-size:11px;
    color:#a5a5a5;
 }
 
.right_col_template
{
    color:#3b742d;
    width:225px; 
    text-align:center;
    font-size:18px;
    line-height:20px;
    margin-bottom:20px;
}
table.announcer-table
{
    margin-left:10px;
}
/* END Announcer styles*/

/* BEGIN side bar helpful tools */
.helpful_tools 
{
	width:157px; 
	background-color:#ebebeb;
	color:#505050;
	padding-bottom:4px;
}
.helpful_tools span 
{
	font-weight:bold; 
	padding:6px 0 6px 10px; 
	font-size:12px; 
	line-height:15px;
} 
.helpful_tools span, .helpful_tools a 
{
	display:block; 
	color:#505050 !important;
}
.helpful_tools a 
{
	font-size:11px; 
	line-height:14px; 
	border-top:1px solid #cccccc;
	text-decoration:none;
	background-image:url('/spportal/img-spportal/icons/right_arrow.gif');
	background-repeat:no-repeat;
	background-position:11px 9px;
	padding:6px 0 6px 19px;
}
.helpful_tools a:hover 
{
	background-color:#d7d7d7 !important;
	color:#505050 !important;
}
/* END side bar helpful tools */
div.mainPPage2-banner
{
	display: block;
	width: 735px;
	height: 192px;
	background: url(/spportal/img-spportal/banners/webhosting2-banner.jpg);
	margin-bottom:5px;
}
div.ecommerce2-banner
{
	background: url(/spportal/img-spportal/banners/ecommerce2-bkg.jpg);
}
div.mainPPage2-banner div.content
{
	padding: 35px 0 0 30px;
}
div.mainPPage2-banner h1
{
	color:#3B742D;
	font-size:26px;
	line-height:30px;
	margin-bottom:12px;
	clear: both;
}
div.mainPPage2-banner div.list-holder
{
	float: left;
	font-size: 14px;
	padding-bottom: 5px;
	line-height:19px;
}
div.second-list
{
	margin-left: 38px;
}
div.mainPPage2-banner img,div.mainPPage2-banner span
{
	float: left;	
}
div.mainPPage2-banner span
{
	margin: 4px 0px 0px 16px;
}
div.mainPPage2-wrap
{
	width: 735px;
	display: block;
	/*border: 1px solid black;*/
}
div.mainPPage2-content
{
	float: left;
	width: 570px;
}
div.mainPPage2-rightbar
{
	float: right;
}
div.wh_success
{
	width: 150px;
	/*margin-top: 17px;*/
}
div.wh_success img
{
	float: left;
	margin-top: 10px;
}
div.wh_success span 
{
	color:#3B742D;
	display:block;
	margin:16px 0 4px;
}
div.wh_success div 
{
	font-size:9px;
	line-height:12px;
	float: left;
}

/* tab 1 */
.whp_all 
{
	border:1px solid #cccccc;
	border-top:0px;
	height:100%;
}
.web_hosting_panel 
{
	width:188px;
	height:385px;
	position:relative;
	font-size:11px;
	line-height:16px;
}
.web_hosting_panel span {
	background-repeat:repeat-x;
	display:block; 
	height:27px; 
	width:100%; 
	color:white; 
	text-align:center; 
	font-size:13px; 
	line-height:25px;
	}
.wh_grey span {
	background-image:url('/spportal/img-spportal/icons/gradient_grey.gif');
	}
.wh_blue span {
	background-image:url('/spportal/img-spportal/icons/gradient_blue.gif');
	}
.wh_green span {
	background-image:url('/spportal/img-spportal/icons/gradient_green.gif');
	}
.whp_sub {
	background-color:#edf2eb; 
	width:100%; 
	height:45px; 
	text-align:center; 
	font-weight:bold; 
	font-size:12px; 
	line-height:15px;
	padding-top: 4px;
	}
.whp_sub div {
	margin:0px 0; 
	text-align:center;
	}
.whp_sub div img {
	margin:2px auto;
	}
	
.whpb_sub {
	background-color:#edf2eb; 
	width:100%; 
	height:75px; 
	text-align:center; 
	font-weight:bold; 
	font-size:12px; 
	line-height:15px;
	padding-top: 4px;
	}
.whpb_sub div {
	margin:0px 0; 
	text-align:center;
	}
.whpb_sub div img {
	margin:2px auto;
	}
.whp_content {
	width:160px; 
	margin:14px 0 0 14px;
	}
.wph_lear_more {
	display:block; 
	position:absolute; 
	left:14px; 
	bottom:-14px;
}

div.blue_box_content input
{
	float: left;
}
.we_all { border:1px solid #d2d2d2; }
.we_all_inside { width:733px;  padding:25px 5px 0px 5px;}
.order_sumary_table {border:1px solid #cdcdcd; float:right;}
.order_summary_header {background-color:#1e5192; color:#fff;}
.order_summary_header a, 
.order_summary_header a:hover, 
.order_summary_header a:visited{
	color:#ffffff;
}
.order_summary_header td {vertical-align:middle;}
.os_first_row td {vertical-align:bottom;}
.os_second_row td {vertical-align:center; padding-top:4px;}
.so_boxes {width:721px; border:1px solid #9db996; margin-top: 10px}
.so_header {width:721px; background-color:#d2e0c9; color:#3b742d; height:36px; font-size:13px; background-image:url(/spportal/img-spportal/icons/we_shopping_cart.gif); background-repeat:no-repeat; background-position:10px 9px;}
.so_header_inside {padding:11px 0 0 40px;}
.so_header a, .so_header a:hover {display:block; float:right; color:#3b742d; font-size:11px; line-height:13px; margin-right:15px;}
.so_box {width:200px; background-color:#ebf1ea; padding:14px 14px 10px 14px;; line-height:15px; height:201px;}
.so_box span {color:#3b742d; font-size:14px; }
.so_box_border {width:100%; height:100%; position:relative; }
.so_box_border a {display:block; position:absolute; bottom:1px; right:1px;}
.so_spacer {width:8px;}
div.so_msg_box
{
	background:#EBF1EA;
	margin: 6px;
	padding: 7px;
}

.blue_boxes {border:1px solid #bacadd;  width:233px; float:left; margin:10px 9px 0 0;}
.blue_boxes_inner {width:233px;}
.blue_boxes_header {color:#1e5192; font-size:13px; height:35px; background-color:#e5eaf0; font-weight:bold;  background-repeat:no-repeat; background-position:10px 7px; padding:9px 0 0 47px;}
.blue_box_content {padding:10px; line-height:15px; height:185px;}
.blue_box1 {background-image:url(/spportal/img-spportal/icons/icon_bubble.gif);}
.blue_box2 {background-image:url(/spportal/img-spportal/icons/icon_envelope.gif);}
.blue_box3 {background-image:url(/spportal/img-spportal/icons/icon_tools.gif);}
.blue_box_radio {background-color:#f5f5f5; margin:-5px 0 0 0; padding:10px;}
.blue_box_radio imput {vertical-align:center;}

div.pPage2-order-summary h4
{
	color: white;
}
td#ppage2-empty-td img
{
	float: right;
	margin: 4px 10px 0 0;
}
img#webhosting-loading-img
{
	margin: 205px 0 0 260px;
	display: none;
}
tr.ppage2-nopointer,
tr.ppage2-nopointer td.ppage2-col-type1,tr.ppage2-nopointer td.ppage2-col-type2,
tr.ppage2-nopointer td.ppage2-col-type3,tr.ppage2-nopointer td.ppage2-col-title
{
	cursor: default !important;
}
/* websites and ecommerce product pages*/

.websitesbox { border:1px solid #d2d2d2;}
.websites-content{width:733px}
/* header */
.hosting_header {background-image:url('/spportal/img-spportal/banners/websites/websites_background.gif'); width:733px; color:#505050; margin-bottom:10px; position:relative;}
.header_content {margin:10px 10px 10px 30px;}
.header_content h1{color:#3A742D;font-size:26px;font-weight:normal; display:block; line-height:30px;}
.header_content span.subheadline {color:#505050; font-size:14px; display:block; line-height:19px;width:315px; }

.header_list span {display:block; background-image:url('/spportal/img-spportal/icons/green_arrow_transparent.gif'); background-repeat:no-repeat; background-position:0px 2px; padding:0 0 3px 10px;width:315px;}
.watch {line-height: 11px; background-image:url('/spportal/img-spportal/icons/right_arrow.png'); background-repeat:no-repeat; background-position:center right; padding-right:14px; display:block; position:absolute; top:240px;margin-bottom:10px; }
.rotating_images {position:absolute; top:37px; left:370px;padding-left:10px;}
            

 .testimonial{width:153px;}
 .testimonial span {margin:16px 0 4px 0; color:#3b742d;display:block;}
 .testimonial img {margin:8px 0 2px 0;display:block;}
 .testimonial div {font-size:9px; line-height:12px;}
            
  div#tooltip {background-color:#fff !important;}
  div.right-side{float:right}
  div.left-side{float:left;width:510px;}
  div.pad-box{padding:20px;}
  
  span.viewspan{padding-left:200px;font-size:12px;color:#FFFFFF;}
  span.viewecommerce{padding-left:150px;font-size:12px;color:#FFFFFFF;}
  th.basic span.viewspan a{color:#FFFFFF;}
  
  
  span.viewspan1{padding-left:190px;font-size:12px;color:#FFFFFF;}
  span.viewecommerce1{padding-left:150px;font-size:12px;color:#FFFFFF;}
  th.premium span.viewspan1 a, th.unlimited span.viewspan1 a,th.premium span.viewecommerce1 a, th.basic span.viewecommerce1 a, th.unlimited span.viewecommerce1 a {color:#FFFFFF;}
  table.signuptable{margin-bottom:30px;margin-top:10px;}
 .calltoorder{padding-left:10px; padding-top:3px;padding-bottom:3px;}
 table#domainaddons-compare td
{
	cursor: default;
}
 /* websites and ecommerce product pages*/
 
  /* Start domain and email product pages*/
            
          
            
.domain_name_header {
    background-image:url('/spportal/img-spportal/banners/bkg_dn_header.jpg');
    width:733px;
    height:150px;
    color:#505050;
    margin-bottom:7px;
}
.domain_name_header_content {
    padding:35px 0 0 30px;
     width:410px;
}
.business_email_header {
	background-image:url('/spportal/img-spportal/banners/bkg_be_header.jpg');
	 width:733px; 
	 height:150px; 
	 color:#505050;
     margin-bottom:7px;
}
.business_email_header_content {
	padding:35px 0 0 30px;
	 width:390px
}            
span.greenspan{
    background-image: url(/spportal/img-spportal/banners/gradient_green.gif);
    height:28px;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    display:block;
    padding:5px 0 0 11px;
 }
div#comp-table-holder
{
	width: 534px;
	float: left;
}
div#comp-table-holder div.right-align
{
	margin-top: 5px;
}
div#websites-rightbar
{
	float:left;
	margin-left:10px;
}
div#websites-rightbar div.wh_success
{
	width: 152px;
}
img#ppc-with-ws-promo
{
	margin-left: 2px;
}
div.addon-compare-holder
{
	margin-top: 5px;
}
div.compare-page-wh_success
{
	margin-top: 25px;
}
div.comparetype-wrap
{
	margin-top: 30px;
}
td.ppage2-separator
{
	height: 4px !important;
}
td.ppage2-col-separator
{
	background: white !important;	
}

/* DESIGN IT FOR ME PAGES  */

.design_it_starter_header{
	background-image:url('/spportal/img-spportal/banners/websites/design_starter_header.jpg');
    width:733px;
    height:193px;  
    color:#505050; 
    margin-bottom:7px; 
    }

.design_it_starter_header_content {	padding:35px 0 0 30px; width:410px;}

.design_it_starter_header_content .subheadline {color:#505050; font-size:14px;display:block; line-height:19px;font-weight:bold;}

.design_it_starter_table2 {font-size:11px; line-height:15px; margin-top:22px;}

.design_it_starter_table2 td {vertical-align:middle; height:24px;}

.starter_table{margin:15px 0 0 30px;}

.starter-leftside{padding-right:17px; width:377px;}

.ds_bottom_content_header {font-size:18px; line-height:24px; color#505050; font-weight:bold;}
.calltd{padding-left:10px;}           
.green-price{color:#3b742d;}
.ds_list {margin-top:10px;}

.ds_list span {display:block; background-image:url('/spportal/img-spportal/icons/green_arrow.gif'); background-repeat:no-repeat; background-position:0px 2px; padding:0 0 12px 8px; font-size:12px;}


.three_steps_h {font-wieght:bold; font-size:18px; line-height:22px; color:#3b742d; margin-bottom:10px;}
            .three_steps_h span {color:#505050;}
            .bigtext{font-size:12px;}
            .ts_domain {border:1px solid d2d2d2; padding:4px 0 4px 0;}
            .ts_domain_form {margin:20px 0 0 20px;}
            .ts_domain_form td {padding:6px 0 4px 0;}
            .ts_the_steps {width:622px; font-size:12px;}
            .ts_green {color:#3b742d; font-weight:bold;}
            