body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bgr.jpg) top left repeat;
	
}
img{border:none;}

h5,h4,h3,h2,h1{ color:#126497;}
h5{font-size:11px;}
h4{font-size:12px;}
h3{font-size:14px;}
h2{font-size:16px;}
h2{font-size:18px;}

h3.h3_link{font-size:12px; font-weight:normal;}
h3.h3_link a{ text-decoration:underline;}

a{color:#126497; text-decoration:none;}
a:hover{color:#126497; text-decoration:underline;}


/*** INDEX PLANS VIEW ***/
.index_plan_header
{ 
	background: url(../images/index_plan_header.jpg) top left repeat-y;
	color:#f9fcfd;
	font-size:13px;
	font-weight:bold;
	height:28px;
	text-indent:5px;
}

/* brg of the plan description */
.index_plan_bgr
{
	background:url(../images/index_plan_bgr.jpg) top left repeat-x;
}

/*brg of the price */
.index_plan_bgr2
{ 
	background:url(../images/index_plan_bgr2.jpg) top left repeat-x; 
	height:100%;
	text-align:right;
	padding-right:15px;
}

/* bgr of the picture */
.index_plan_bgr3 { background: #79cadf;}

/* plan description*/
.index_plan_text
{
	padding-left:10px;
	font-size:13px;
	color:#1f1f1f;
	padding-top:10px;
	padding-bottom:10px;
}

/* the price of the plan*/
.index_price
{
	color:#156ba6;
	font-size:25px;
	font-weight:bold;
	text-align:right;
	padding: 0px 10px 0px 0px;
}
/* monthly price */
.index_period
{
	color:#156ba6;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding: 0px 10px 0px 0px;
}


/* the price of the plan on hosting plans page*/
.plan_price
{
	color:#156ba6;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}


/*** COMPARE PLANS ***/
.compare_plans_link a
{
	color:#156ba6;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.compare_plans_position_link
{
	color:#156ba6;
	font-size:11px;
	font-weight:bold;
	padding:10 0 10 10;
}
.compare_plans_position_link a
{
	color:#156ba6;
	font-size:11px;
	font-weight:bold;
}

.compare_tbl {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
}
.compare_tbl th {
	text-align:left;
	font-size:12px;	
	border-width: 1px;
	padding: 1px 1px 1px 10px;
	border-style: solid;
	border-color: #cecece;
	color:#156ba6;
	background:#f4f4f4;
}
.compare_tbl td {
	font-size:11px;
	border-width: 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cecece;
	height:25px;
	vertical-align:middle;
	text-align:center;
	color:#2d2d2d;
}

.compare_tbl td.plan_name
{
	width:100px;
	font-size:11px;
	color:#156ba6;
	text-align:center;
}

.compare_tbl td a
{
	font-size:12px;
	color:#156ba6;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;
}
td.compare_parameter{
	width:180px;
	text-align:left;
	padding-left:10px;
}
.compare_sign_up{
}
.compare_order_link{
	font-size:12px;
	color:#156ba6;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;	
	cursor:pointer;
	background:none;
	border:none;	
}

.compare_cart_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#156ba6;
	background:url(../images/cart.gif) left no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:15px;
	width:70px;
	
}

/*** BACKGROUNDS ***/
.site_body{background:#FFFFFF;}
.left_bgr{background:url(../images/left_bgr.png) left top repeat-y;}
.right_bgr{background:url(../images/right_bgr.png) left top repeat-y;}
.lines_bgr{ background:url(../images/lines_bgr.png) left top repeat-x;}
.support_bgr{ background:url(../images/support_banner_right.jpg) left top repeat-x; cursor:pointer;}
.banner_bgr{ background:url(../images/banner_left.jpg) left top repeat-x;}
.banner_about_bgr{ background:url(../images/banner_about_bgr.jpg) left top repeat-x;}
.banner_domains_bgr{ background:url(../images/banner_domains_bgr.jpg) left top repeat-x;}
.banner_support_bgr{ background:url(../images/banner_support_bgr.jpg) left top repeat-x;}
.banner_terms_bgr{ background:url(../images/banner_terms_bgr.jpg) left top repeat-x;}

/*** GREY BACKGROUNDS ***/
.grey_bgr { background:#dadada;}
.grey_bgr2 { background:#cfcfcf;}
.grey_bgr3 { background:#818181;}
.grey_border { border:1px solid #818181;}

/*** STYLES FOR HEADER TEXT AND IMAGE ***/
.header {border-bottom:1px solid #818181;}
.header_text 
{ 
	font-size:25;
	color:#156ba6;
	text-align:center;
}
.header_image{text-align:center;}

/*** STYLES FOR FOOTER TEXT AND IMAGE ***/
.footer_text
{
	text-align:center;
	font-size:10px;
	color:#999999;
	height:20px;
}

.footer_text a
{
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
.footer_text a:hover
{
	text-decoration:underline;
}

.footer_image
{
	text-align:center;
	height:100%;
	vertical-align:bottom;	
}

/***SEARCH FILED FOR DOMAIN NAME  ***/
.domain_search_field
{
	background:#818181;
	color:#FFFFFF;
	height:45px;
	text-align:center;
	vertical-align:middle;
}
.domain_search_field input,.domain_search_field select 
{
	color:#595959;
}
.domain_search_field form
{
	padding:0px;
	margin:0px;
}
.domain_search_field td
{
	color:#FFFFFF;
	font-weight:bold;
}
.btn_go{
	background:url(../images/btn_go.jpg);
	width:33px;
	height:18px;
	border:none;
}

/*** STYLES FOR HOLDER FILED ***/
.holder
{
 padding:5px;
 color:#1e1e1e;
 font-size:12px;
 background:#f6f6f6;
}

.holder hr{
	height: 1px;
	border:none;
	border-top:1px solid #818181;
	border-bottom:none;
}


/*** MENU - HOME,ABOUT US, CONTACTS ***/
.small_menu
{
	color:#1e1e1e;
	font-size:12px;
	text-align:right;
	vertical-align:bottom;
	background:#dadada;
	padding-right:3px;
	padding-bottom:2px;
}
.small_menu a
{
	color:#1e1e1e;
	text-decoration:none;
}
.small_menu a:hover
{
	color:#1e1e1e;
	text-decoration: underline;
}

/*** MENU BIG BUTTONS ***/
.buttons
{
	height:47px;
	background:url(../images/bgr_btns.png) repeat-x top left;
}

.main_text
{
	font-size:12px;
	padding:10px;
	color:#1e1e1e;
}

.main_text p
{
	text-indent:10px;
}

.main_text a
{
	color: #126497;
	text-decoration:none;
}

.main_text a:hover
{
	text-decoration:underline;
}

/*** TERMS ***/
.terms_main_text{
	font-size:12px;
	padding:10px;
	color:#1e1e1e;
}
.terms_main_text table td{
	font-size:11px;
	padding:10px;
	color:#1e1e1e;
	vertical-align:top;
}
.terms_main_text a
{
	color: #126497;
	text-decoration:none;
}

.terms_main_text a:hover
{
	text-decoration:underline;
}
.terms_title{
	font-weight:bold;
	color:#126497;
	font-size:14px;
}

.terms_tbl .terms_text{
	background:url(../images/terms_bgr.jpg) repeat-x top left;
	font-size:12px;
	padding:0px;
	color:#1e1e1e;
	padding:5px;
	vertical-align:middle;
}

.terms_tbl{
	border:1px solid  #CCCCCC;
}

/********************** FAQ ****************************************/
.faq_title{
	font-weight:bold;
	color:#126497;
	font-size:14px;
}

.sub_title{
	font-weight:bold;
	color:#126497;
	font-size:12px;
}

.faq_answers{
	display:block;
	font-size:11px;
	border:1px solid #818181;
	background:#f6f6f6;
	padding:5px;
}
/************** domains ********************/
.domains_ul{
	font-size:12px;
	font-weight:bold;
}
.domains_ul li{
	font-size:12px;
	font-weight:normal;
	list-style:none;
	padding-left:10px;
}
/******************** CONTACTS FORM ********************************/
.contacts_form{
	padding:10px;
}

.contacts_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e1e1e;
	vertical-align:top;
}

.contacts_form_input{
	color:#1e1e1e;
	font-size:12px;
	border:1px solid #818181;
}

.contacts_text{
	color:#1e1e1e;
	font-size:12px;
}

.contacts_form_select{
	color:#1e1e1e;
	font-size:12px;
	border:1px solid #818181;
}

.contacts_form_textarea{
	color:#1e1e1e;
	font-size:12px;
	border:1px solid #818181;
}

.contacts_send{
	text-align:center;
}

.contacts_form_button{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #575757;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    margin-bottom: 2px;
    background-color: #EEEEEE;
    padding: 0px;
	width:65px;
	height:20px;
}

.contacts_error{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
	border:1px solid #CC0000;
}
.contacts_error li,ul{
	font-size:10px;
	padding:0px;
	margin-left:10px;
}

.contacts_error ul{
	font-size:12px;
	padding-left:10px;
	margin-left:10px;
}
.contacts_success{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #009900;
	font-weight:bold;
}
.contacts_error_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}
/*************** LOGIN FORM ******************/
.login_form{
	padding:0px;
}

.login_form_tbl{
/*	width:200px;*/
}
.login_form_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e1e1e;
	vertical-align:top;
}

.login_form_input{
	color:#1e1e1e;
	font-size:12px;
	border:1px solid #818181;
}

.login_form_submitTD{
	text-align:center;
	vertical-align:bottom;
}

.login_form_submit{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #575757;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    margin-bottom: 2px;
    background-color: #EEEEEE;
    padding: 0px;
	width:65px;
	height:20px;
}

.login_form_error_msg{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#990000;
}

.lost_pass1 a{
	font-size:11px;
	float:left;
	height:100%;
	vertical-align:bottom;
	visibility:visible;
	display:block;
}

.lost_pass2 a{
	font-size:11px;
	float:left;
	height:100%;
	vertical-align:bottom;
	visibility:hidden;
	display:none;
}
.login_form_btn{

}


/*************** 	DOMAIN SEARCH FORM *****************/
.domain_search_tbl{
	background:url(../images/domain_search_bgr.jpg) repeat-x top left;
	border:1px solid #dddddd;
	height:49px;
	margin-top:15px;
}

.domain_search_label{
	font-size:14px;
	color:#4d4d4d;
	padding-left:10px;
	padding-right:3px;
}

.domain_search_dot{
	font-size:16px;
	color:#4d4d4d;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}

.domain_search_dev{
	background:url(../images/btns_dev.png) no-repeat center top;
	width:10px;
}
.domain_submit_td{
	padding-left:5px;
	padding-right:10px;
}
.domain_search_submit{
	font-size:14px;
	color:#4d4d4d;
	border:2px solid #ececec;
	height:30px;
	width:100px;
	vertical-align:middle;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	cursor:hand;
}

/*** DOMAIN SEARCH RESULTS ****/


.domain_search_results_tbl{}
.domain_search_error{ color:#fb430f; }
.domain_search_text_bottom{}

a.domain_search_link{
	border:1px solid #dddddd;
	background:#dddddd url(../images/domain_search_order_button.jpg) top left repeat-x;
	color:#4d4d4d;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 10px 3px 10px;
}

.domain_search_order_btn{
	border:1px solid #dddddd;
	background:#dddddd url(../images/domain_search_order_button.jpg) top left repeat-x;
	color:#4d4d4d;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

.domain_search_cart_btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#156ba6;
	background:url(../images/cart.gif) left no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:15px;
	width:70px;
	margin-left:20px;
}

.domain_search_results_tbl td{
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.domain_search_results_tbl td img{ margin-bottom:-2px;}

td.domain_search_link_td{ text-align:center; padding-top:10px;}
/*************************/


.domain_search_register_checkbox{padding:1px 2px 1px 2px; background:#f6f6f6;border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.domain_search_register_domain{padding:1px 25px 1px 2px;color:#0b77d8;background:#f6f6f6 url(../images/icon_register.gif) left no-repeat; text-indent:16px; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.domain_search_register_period{padding:1px 5px 1px 5px;color:#0b77d8;background:#f6f6f6;border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.domain_search_register_price{padding:1px 5px 1px 5px;color:#0b77d8;font-weight:bold;text-align:right;background:#f6f6f6;border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}

.domain_search_register_checkbox_on{padding:5px 2px 5px 2px; background:#e1efff; border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7; border-left:1px solid #3f8bc7;}
.domain_search_register_domain_on{padding:5px 25px 5px 2px;color:#0b77d8;background:#e1efff url(../images/icon_register.gif) left no-repeat; text-indent:16px; border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7;}
.domain_search_register_period_on{padding:5px 5px 5px 5px;color:#0b77d8;background:#e1efff;border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7;}
.domain_search_register_price_on{padding:5px 5px 5px 5px;color:#0b77d8;font-weight:bold; text-align:right;background:#e1efff; border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7; border-right:1px solid #3f8bc7;}

.domain_search_domain_reg{ font-weight:bold; color:#0b77d8;}


/*******************/

.domain_search_transfer_checkbox{padding:1px 2px 1px 2px;background:#f6f6f6;border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.domain_search_transfer_domain{padding:1px 25px 1px 2px;color:#7e7e7e;background:#f6f6f6 url(../images/icon_transfer.gif) left no-repeat; text-indent:16px; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.domain_search_transfer_period{padding:1px 5px 1px 5px;color:#7e7e7e;background:#f6f6f6;border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.domain_search_transfer_price{padding:1px 5px 1px 5px;color:#7e7e7e;font-weight:bold;text-align:right;background:#f6f6f6;border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}

.domain_search_transfer_checkbox_on{padding:5px 2px 5px 2px;background:#e1efff;border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7; border-left:1px solid #3f8bc7;}
.domain_search_transfer_domain_on{color:#7e7e7e;padding:5px 25px 5px 2px;background:#e1efff url(../images/icon_transfer.gif) left no-repeat; text-indent:16px;border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7;}
.domain_search_transfer_period_on{color:#7e7e7e;padding:5px 5px 5px 5px;background:#e1efff;border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7;}
.domain_search_transfer_price_on{color:#7e7e7e;padding:5px 5px 5px 5px;font-weight:bold;text-align:right;background:#e1efff;background:#e1efff; border-top:1px solid #3f8bc7; border-bottom:1px solid #3f8bc7; border-right:1px solid #3f8bc7;}

.domain_search_domain_tr{ font-weight:bold; color:#7e7e7e;}
/**************************/


.domain_search_result_div{
	border:1px solid #ececec;
	background:#f6f6f6 url(../images/planet.png) no-repeat right;
}
div.domain_search_one_available_div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding-bottom:10px;
	font-weight:bold;

}

div.domain_search_one_notavailable_div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom:10px;
	font-weight:bold;

}
.domain_search_available_div{
	font-size:14px;
	padding:2px;
	text-indent:10px;
}

.domain_search_notavailable_div{
	font-size:14px;
	color:#990000;
	padding:2px;
	text-indent:10px;
}
.domain_search_notavailable_div a,
.domain_search_notavailable_div a:hover{color: #424242;}
.domain_search_available_div{
	font-size:12px;
	list-style:circle;
	
	line-height:14px;
	margin:0px;
	padding:0px;
}

.domain_search_notavailable_div{
	font-size:12px;
	list-style:circle;
	color:#990000;
	
	line-height:14px;
	margin:0px;
	padding:0px;
}
.domain_search_notavailable_div a,
.domain_search_notavailable_div a:hover{color: #424242;}

.domain_search_other_results_div{
	
	background:url(../images/planet.png) no-repeat right;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
}

.register_now{
	font-size:12px;
	color:#126497;
	font-weight:bold;
	width:120px;
	background:none;
	display:inline;
	margin-left:5px;
}

.register_now:hover{
	letter-spacing:1px;
}

.domain_search_error{
	font-size:14px;
	color:#990000;
	padding:2px;
	text-indent:10px;
	border:1px solid #ececec;
	width:100%;
	background:#f6f6f6;		
}

.transfer_now{
	font-size:12px;
	font-weight:bold;
	width:120px;
	background:none;
	display:inline;
	margin-left:5px;	
}
.transfer_now:hover{
	letter-spacing:1px;
}


.terms_content{
	height:500px;
	overflow: auto;
}

.faq_content{
	height:670px;
	overflow: auto;
}

/***** news ****/
.news_box_short{
	margin-bottom:10px;
}
.news_header{}
.news_header a{text-decoration:underline;}
.news_date{
	font-size:10px;
	color:#666666;
}
.news_description{}
.news_more{
	text-align:right;
	left:0px;
}
.news_more a{text-decoration:none;}


.tip_box{
	width:300px;
	border:1px solid #cecece;
	background:#f4f4f4;
	padding:5px;
	color:#000000;
	font-size:12px;
}

.tip{
	background:url(../images/tip.jpg) top left no-repeat;
	display:block;
	width:12px;
	height:12px;
	float:left;
	margin-right:5px;
	text-align:center;
	margin-top:1px;
}
.compare_tbl td .tip a{
	display:block;
	width:12px;
	height:12px;
	color:#156ba6;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	line-height:10px;
	font-size:10px;
}

.index_cart{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#156ba6;
	text-align:right;
}
.index_cart_btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#156ba6;
	background:url(../images/cart.gif) left no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:15px;
	width:70px;
	
}
.index_order_btn{
	display:block;
	border:none;
	background:url(../images/index_plan_order.jpg) top left no-repeat;
	height:28px;
	width:205px;	
	cursor:pointer;	
}


.domain_search_form3{}
.domain_search_tbl3{ margin:0 auto;}
.domain_search_label3{ font-size:12px;}
.domain_search_input3{	color:#595959;}
.domain_search_submit3{
	background:url(../images/btn_go.jpg);
	width:33px;
	height:18px;
	border:none;
	margin-left:5px;
	cursor:pointer;
}

/*ssl certificate**/
.ssls_det_tbl{
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
}

.ssls_det_tbl td{
	font-size:11px;
	border-width: 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cecece;
	height:25px;
	vertical-align:middle;
	text-align:center;
	color:#2d2d2d;
}
td.ssl_title{
	font-size:11px;
	color:#156ba6;
	text-align:left;
	font-weight:bold;
}
td.ssl_title_first{

}
td.ssl_title_last{

}
td.ssl_name{
	text-align:left;
	font-weight:bold;
}
td.ssl_price{

}
.ssls_det_tip{
	background:url(../images/tip.jpg) top left no-repeat;
	display:block;
	width:12px;
	height:12px;
	float:left;
	margin-right:1px;
	text-align:center;
	margin-top:1px;
}
.ssls_det_tip a{
	display:block;
	width:12px;
	height:12px;
	color:#156ba6;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	line-height:10px;
	font-size:10px;
}
.ssls_det_tip a:hover{text-decoration:none;}
.ssls_det_input{}
.ssls_det_order_td{}
.ssls_det_order_link{
	font-size:12px;
	color:#156ba6;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	background:none;
	border:none;	
}
.ssls_det_cart_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#156ba6;
	background:url(../images/cart.gif) left no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:15px;
	width:70px;
}

/*** ssl box**/
.ssl_box{
	width:236px;
	border:1px solid #7a7c77;
	background: #f0f0f0 url(../images/ssl_top.jpg) top left no-repeat;
	margin:0 auto;
}
.ssl_box_bottom{
	clear:both;
	height:5px;
}

.ssl_box_name{
	margin-top:33px;
	padding-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding-right:3px;
	color: #156ba6;
}

.ssl_box_details{
	padding-top:5px;
	font-size:12px;
	padding-left:3px;
	color:#1e1e1e;
	padding-right:3px;
}

.ssl_box_price{
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
	float:left;
	color: #156ba6;	
}

.ssl_box_price a{
	text-decoration:none;
}

.ssl_box_see_all{
	font-size:11px;
	text-align:right;
	line-height:26px;
	height:26px;
	background:url(../images/ssl_more.jpg) top right no-repeat;
	margin-right:3px;
}
.ssl_box_see_all a{text-decoration:none; height:26px; padding-right:28px;}


/*** cart ***/
#cart_message_main{
	width:100%;
	height:100%;
	z-index:10000;
}
.cart_message_lightbox{
	position:fixed !important;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10001;
	background:#000000;
	filter: alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.30; opacity:0.30;
}


.cart_message{
	position:fixed !important;
	position:absolute;
	z-index:10002;
	margin:0 auto;
	top:200px;
	width:282px;
	border:1px solid #818181;
}

.cart_message_top{
	height: 28px;
	background: url(../images/index_plan_header.jpg) repeat-y;
	line-height:28px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}
.cart_message_text{
	background:#FFFFFF;
	border-top:none;
	padding:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.cart_message_text1{
	background-repeat:no-repeat;
	background-image:url(../images/cart.gif);
	background-position: 0px center;
	padding-left:20px;
	margin-bottom:10px;
}
.cart_message_text2{
	font-weight:bold;
	color:#126497;
	margin-bottom:10px;	
}
.cart_message_continue{
	text-align:right;
}
.cart_message_continue_link{
	font-size:10px;
	text-transform:lowercase;
}
.cart_message_checkout{}
a.cart_message_checkout_link,a:hover.cart_message_checkout_link{
	border:1px solid #dddddd;
	background:#dddddd url(../images/domain_search_order_button.jpg) top left repeat-x;
	color:#4d4d4d;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	display:block;
	text-align:center;
	cursor:pointer;
}
.cart_message_bottom{}
/*.cart_message{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #818181;
	padding:5px;
	margin:10 10 0 10;
	color:#156ba6;
	background-color:#f3f3f3;
	background-repeat:no-repeat;
	background-image:url(../images/cart.gif);
	background-position: 7px center;
	text-indent:20px;
}*/

.id_protect_tbl{
	border: 1px solid #818181;
	border-left:none;
}
.id_protect_tbl td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	padding:5px;
	width:50%;
	background:#f6f6f6;
	border-left: 1px solid #818181;
}

.id_protect_note{
	color:#999999;
	font-size:10px;
}

/*** COMPARE SERVERS ***/
.compare_servers_tbl {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
}
.compare_servers_tbl th {
	text-align:left;
	font-size:12px;	
	border-width: 1px;
	padding: 1px 1px 1px 10px;
	border-style: solid;
	border-color: #cecece;
	color:#156ba6;
	background:#f4f4f4;
}
.compare_servers_tbl td {
	font-size:11px;
	border-width: 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cecece;
	height:25px;
	vertical-align:middle;
	text-align:center;
	color:#2d2d2d;
}

.compare_servers_tbl td.server_name
{
	width:100px;
	font-size:11px;
	color:#156ba6;
	text-align:center;
}

.compare_servers_tbl td a
{
	font-size:12px;
	color:#156ba6;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;
}
td.server_compare_parameter{
	width:180px;
	text-align:left;
	padding-left:10px;
}

.server_compare_order_link{
	font-size:12px;
	color:#156ba6;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;	
	cursor:pointer;
	background:none;
	border:none;	
}

.server_compare_cart_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#156ba6;
	background:url(../images/cart.gif) left no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:15px;
	width:70px;
	
}