/*=======================================

  ---  SAFARICOM BUSINESS SOLUTIONS  ---
 
 ========================================

 Table of Contents

	1. Homepage
	2. Inside Pages
	3. Domains
	4. Shopping Cart
	5. Cloud Services
	6. Check Out / Login
	7. Account
	8. Details
	9. Pop_Up Product
	10. Confirmation
	11. Payment
	12. Order Summary
	13. My Subscriptions
	14. My Subscriptions - Active services
	15. Software - Products
	16. Software - Pop_up
*/


/****************************************************************************
 1. Homepage
*****************************************************************************/

/* Banner Slider */
.sfc-banner-slider{
	background-image: url(../images/slider-repeat.gif);
}
#slides {
	background: url(../images/slider-bg.jpg) no-repeat top left;
}

/* Check domain */





.bs-homepage .bs-check-domain {
	padding: 20px;
	width: 710px;
	background: #b7b7b7;
	background: -moz-linear-gradient(
		top,
		#b7b7b7 0%,
		#9d9d9d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b7b7b7),
		to(#9d9d9d));
	-pie-background: linear-gradient(#b7b7b7, #9d9d9d);
	position: relative; /* IE8 fix */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	behavior: url(script/PIE.htc);
	left:95px;
	margin-bottom: 40px;
}
.bs-homepage .bs-check-domain p{
	float: left;
	max-width: 210px;
	height: 36px;
	font: 18px/36px 'Oswald-light',sans-serif;
	color: #333;
	padding-right: 15px;
	border-right: 1px #999 solid;
	margin-right: 15px;
}
.bs-homepage .bs-check-domain span.www{
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
}
.bs-homepage .bs-check-domain input, .bs-homepage .bs-check-domain div{
	float: left;
}
.bs-homepage .bs-input-domain{
	width: 210px;
	height: 36px;
	margin-left: 15px;
	line-height: 36px;
	background-color: #e9e9e9;
	border: 1px #6f6f6f solid;
	-moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
	behavior: url(script/PIE.htc);
	font-size: 16px;
	color : #737373;
	padding: 0 8px;
	outline: none;
	position: relative; /* IE8 fix */
}
.bs-homepage .bs-check-domain .sfc-button-large{
	padding: 0 20px;
	height: 36px;
	float: right;
	max-width: 100px;
}
.ie7 .bs-homepage .bs-check-domain .sfc-button-large{
	padding: 0 7px;
}


/* .bs-homepage .bs-check-domain{
	width: 275px;
	height: 125px;
	padding: 30px 15px 15px;
	background: url(../images/check-domain-repeat.png) repeat top left;
	position: absolute;
	z-index: 102;
	right: 50px;
}
.bs-homepage .bs-check-domain p{
	font: 18px/18px 'Oswald-light',sans-serif;
	color: #FFF;
	text-align: center;
	margin-bottom: 25px;
}
.bs-homepage .bs-input-domain{
	float: left;
	width: 172px;
	height:38px;
	line-height:38px;
	background: url(../images/check-domain-input.png) no-repeat left center;
	font-size: 16px;
	color : #FFF;
	border:0;
	padding: 0 8px;
	outline: none;
} */

/* Custom select box - http://adam.co/lab/jquery/customselect/ */
.customSelect {
	width: 80px;
	height: 38px;
	background: url(../images/check-domain-select.png) no-repeat right top;
	font: bold 14px/38px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 7px;
}
.customSelect.customSelectOpen {
	background-position: right bottom;
}
select.bs-select-domain{
	cursor: pointer;
}

/* .bs-homepage .bs-check-domain .sfc-button-medium{
	font-size: 16px;
	width: 275px;
	padding: 0;
	text-align: center;
	line-height: 27px;
	border: none;
} */

.bs-homepage .sfc-body-divider{
	width: 100%;
	padding: 50px 0 65px;
}

/* Entry points */
.bs-entry-points li{
	background: url(../images/framework/vert-divider.gif) no-repeat left center;
}
.bs-entry-points li:first-child{
	background: none;
}
.bs-entry-points li a{
	text-decoration: none;
	color: #333;
	line-height: 20px;
}
.bs-entry-points h2{
	height: 48px;
	font:  20px/40px 'Oswald',sans-serif;
	padding-left: 85px;
	margin-bottom: 30px;
	color: #333333;
}
.bs-entry-points .bs-cloud h2{
	background: url(../cloud/HomeCloud!loadImages?id=CLOUD_ICON) no-repeat left top;
}
.bs-entry-points .bs-saas h2{
	background: url(../cloud/HomeCloud!loadImages?id=SAAS_ICON) no-repeat left top;
}
.bs-entry-points li a:hover > h2{
	color: #15799e;
	background-position: left bottom;
}
.bs-entry-points p{
	margin-bottom: 5px;
	font-size: 13px;
}
.bs-entry-points span{
	padding-left: 7px;
	background: url(../images/framework/arrow-grey.gif) no-repeat left center;
	font-size:12px;
	font-weight: bold;
}
.bs-entry-points span:hover{
	text-decoration: underline;
}
/****************************************************************************
 2. Inside Pages
*****************************************************************************/
.bs-inside .sfc-banner-slider{
	height: 140px;
}
.bs-inside .sfc-banner-slider .sfc-center960{
	height: 110px;
	padding-top: 30px;
	color: #FFF;
}
.bs-inside .sfc-banner-slider h1{
	float:left;
	text-transform: uppercase;
	/*border-bottom: 3px #123848 solid;*/
	margin-bottom: 7px;
	color: #ffffff;
}
.bs-inside .sfc-banner-slider h2{
	clear:left;
	font: 14px Arial,sans-serif;
	margin: 10px 220px 20px 33px;
	color: #ffffff;
}
.bs-inside .sfc-body-divider{
	width: 100%;
	padding: 30px 0 20px;
	min-height: 300px;
}

/****************************************************************************
 3. Domains
*****************************************************************************/
.bs-inside .sfc-banner-slider.domains .sfc-center960{
	/* background: url(../images/domains-banner.png) no-repeat right bottom; */
}

.bs-inside .bs-check-domain {
	padding: 20px;
	width: 710px;
	background: #b7b7b7;
	background: -moz-linear-gradient(
		top,
		#b7b7b7 0%,
		#9d9d9d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b7b7b7),
		to(#9d9d9d));
	-pie-background: linear-gradient(#b7b7b7, #9d9d9d);
	position: relative; /* IE8 fix */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	behavior: url(script/PIE.htc);
}
.bs-inside .bs-check-domain p{
	float: left;
	max-width: 210px;
	height: 36px;
	font: 18px/36px 'Oswald-light',sans-serif;
	color: #333;
	padding-right: 15px;
	border-right: 1px #999 solid;
	margin-right: 15px;
}
.bs-inside .bs-check-domain span.www{
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
}
.bs-inside .bs-check-domain input, .bs-inside .bs-check-domain div{
	float: left;
}
.bs-inside .bs-input-domain{
	width: 210px;
	height: 36px;
	margin-left: 15px;
	line-height: 36px;
	background-color: #e9e9e9;
	border: 1px #6f6f6f solid;
	-moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
	behavior: url(script/PIE.htc);
	font-size: 16px;
	color : #737373;
	padding: 0 8px;
	outline: none;
	position: relative; /* IE8 fix */
}
.bs-inside .bs-check-domain .sfc-button-large{
	padding: 0 20px;
	height: 36px;
	float: right;
	max-width: 100px;
}
.ie7 .bs-inside .bs-check-domain .sfc-button-large{
	padding: 0 7px;
}

/* Feedback messages */
.domains .sfc-alert-sucess{
	width: 708px;
}
.domains .sfc-alert-sucess div{
	float: right;
	font-size: 16px;
	line-height: 28px;
}
.domains .sfc-alert-sucess a{
	float: right;
	margin-left: 24px;
}

/* Alternative domains list */
.bs-alternative-domains{
	color: #333;
	font-size: 16px;
}
.bs-alternative-domains h3{
	padding-top: 15px;
	float: left;
	font-weight: bold;
	font-size: 18px;
}
.bs-alternative-domains ul{
	clear: left;
	background: -moz-linear-gradient(
		top,
		#f1f1f1 0%,
		#CCC);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f1f1f1),
		to(#CCC));
	-pie-background: linear-gradient(#f1f1f1, #CCC);
	position: relative; /* IE8 fix */
	padding-bottom: 15px;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
	behavior: url(script/PIE.htc);
}
.bs-alternative-domains li{
	padding: 12px 10px;
	line-height: 28px;
	border-bottom: 1px #bfbfbf solid;
}
.bs-alternative-domains li p, .bs-alternative-domains li a{
	float: right;
}
.bs-alternative-domains li p{
	font-size: 16px;
}
.bs-alternative-domains li a{
	margin: 0 12px 0 24px;
}
.Main-Common-Features {
	margin-top:30px;
	display: inline-block;
	width: 100%;
}
/****************************************************************************
 4. Shopping Cart
*****************************************************************************/

/* Aside shopping cart widget */

.cartIcon {
	float: right;
}

.sfc-inside-aside .bs-cart{
	background-color: #fefefe;
    border: 1px solid #aaaaaa;
	color: #222;
}

.sfc-inside-aside .bs-cart h2 {
	color: #43A1CB;
	margin: 0px;
	padding-top: 4px;
	min-height: 25px;
}

.sfc-inside-aside .bs-cart h2.IaaS {
	color: #46a4cd;
}

.sfc-inside-aside .bs-cart h2.SaaS {
	color: #93c01f;
}

.sfc-inside-aside .bs-cart h2.Subscriptions {
	color: #e66e00;
}

.sfc-inside-aside .bs-cart .header h4 {
	color: #898989;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 3px;
}

/* .sfc-inside-aside .bs-cart h4 {
	color: #898989;
} */
.ProdTitle h3 {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 17px;
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:5px;
	margin-bottom: 0;
    min-height: 20px;
}
.ProdPaid h4{
	color: #4D4D4D;
	font-size: 13px;
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
}
.ProdPaid span{
	color: #5186b9;
	font-weight: bold;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
}
.ProdPaid.space {
	padding-top:10px;
}
.ProdTotal h4{
	color: #5186b9;
	font-weight: bold;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
}
.sfc-inside-aside .bs-cart .emptyCartDescription h4 {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 15px;
	font-family:Arial,Helvetica,sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 35px;
	margin-left:10px;
}

.sfc-inside-aside .bs-cart .header {
	color: #898989;
	padding: 10px;
}
.sfc-inside-aside .bs-cart .cartFooter {
	background-color: #f2f2f2;
	margin-top: 25px;
}

.sfc-inside-aside .bs-cart .cartLi h4 a {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 15px;
	font-family:Arial,Helvetica,sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sfc-inside-aside .bs-cart .header span{
	display: block;
	font-size: 20px;
	line-height: 27px;
}

.sfc-inside-aside .bs-cart td{
	font-size: 12px;
}
.sfc-inside-aside .bs-cart td.domain{
	background-color: #acd94c;
	text-align: center;
}
.sfc-inside-aside .bs-cart .total {
	color: #898989;
	font: 17px 'Oswald',sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.sfc-inside-aside .bs-cart .total .floatRight{
	float: right;
}

.sfc-inside-aside .bs-cart .total .postPaid {
	font-size:12px;
}

.sfc-inside-aside .bs-cart .cartBtn {
	padding: 10px 10px 20px 10px;
	
}

.sfc-inside-aside .bs-cart .sfc-button-medium{
	width: 138px;
	text-align: center;
}
.sfc-inside-aside .bs-cart .vertical{
	vertical-align: middle;
}

/****************************************************************************
 5. Cloud Services
*****************************************************************************/

.bs-cloud-content {
	display: inline-block;
	min-height: 500px;
}
.bs-inside .bs-cloud-group{
	float:left; 
	margin: 5px;
	width: 240px;
	background-color: #e9e9e9;
	color: #333333;
	margin-bottom: 12px;
	height: 355px;
}
.bs-cloud-group.opacityProduct {
	opacity:0.5;
}
.ie8 .bs-cloud-group.opacityProduct{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.bs-cloud-group .bs-product-top{
	background-color: #46a4cd;
	background-image: linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -o-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -moz-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -webkit-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -ms-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.13, #46a4cd),
	color-stop(0.79, #046691));
    height: 55px;
    padding: 3px 0 1px 10px;
    position:relative;
}
.bs-cloud-group .bs-product-top h3{
    color: #FFFFFF;
    line-height: 24px;
    width: 130px;
    padding-top:5px;
}
.bs-cloud-group p {
	font-size: 13px;
}
.bs-product-top img {
    left: 135px;
    position: absolute;
    top:10px;
    max-width: 100px;
}
.bs-loud-group-specs {
	height: 100px;
	padding: 20px;
	margin-top:25px;
}
.bs-loud-group-from {
	text-align:center;
	padding-bottom:20px;
	background: url("../images/cloud/product-line.gif") no-repeat scroll 0 10px transparent;
}
.bs-loud-group-from h4 {
	color:#ababab;
}
.bs-loud-group-price {
	text-align: center;
}
.bs-loud-group-price span {
    font: 30px/30px 'Oswald-bold',sans-serif;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.bs-inside .bs-cloud-group a{
    margin: 20px;
    text-align: center;
    width: 165px;
}

.bs-inside .bs-advantages {
	width: 750px;  
	display: inline-block;
	color: #222;
	margin-bottom: 12px;
}

.bs-inside .bs-advantages-detail {
	float:left; 
	width: 225px; 
	padding: 5px;
	padding-top: 10px;
	padding-left: 15px; 
}
.bs-advantages-detail p {
    font-size: 13px;
    margin-bottom: 5px;
}

.bs-advantages-title {
	text-align: center;
	padding-top:25px;
	background:url("../images/cloud/topblock-shadow.png") no-repeat scroll center 0 transparent;
	min-height:200px;
}
.bs-advantages-title h2{
	color: #4D4D4D;
    font: 22px/22px 'Oswald-light',sans-serif;
    margin-bottom: 10px;
    min-height: 30px; 
}
.bs-inside .bs-group-description {
	float:left; 
	width: 725px; 
	padding: 7px;
	background-color: #f1f1f1;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
	margin-top:5px;
	margin-left: 5px;
}
.TitleH2Space {
	margin-left:5px;
}
.bs-inside .bs-cloud-plan{
	background-color: #E9E9E9;
    color: #333333;
    float: left;
    margin: 5px 5px 12px;
	width: 240px;
}
.bs-cloud-plan .bs-product-top{
	background-color: #46a4cd;
	background-image: linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -o-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -moz-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -webkit-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -ms-linear-gradient(top, #46a4cd 13%, #046691 79%);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.13, #46a4cd),
	color-stop(0.79, #046691));
    height: 55px;
    padding: 3px 0 1px 10px;
    position:relative;
}
.bs-cloud-plan .bs-product-top h3{
    color: #FFFFFF;
    line-height: 24px;
    width: 150px;
    padding-top:5px;
}
.bs-inside .bs-cloud-plan a{
	margin: 20px;
    text-align: center;
    width: 165px;
}

.bs-cloud-plan-ul {
	font-size:13px;
	margin: 20px 0 0 20px;
}
.bs-cloud-plan-ul ul {
	padding-bottom:10px;
	padding-top:20px;
}
.bs-cloud-plan-ul ul li {
    background: url("../images/framework/icon-sucess.png") no-repeat scroll 0 0 transparent;
    color: #4D4D4D;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 30px;
    width: 170px;
    font: 16px/22px 'Oswald',sans-serif;
}
.bs-group-description img{
	float: left;
    width: 140px;
}
.bs-group-description p{
    font-size: 13px;
    margin-left: 150px;
    margin-top:5px;
}
.bullets ul li {
	font-size:13px;
	background: url("../images/cloud/Bullets.gif") no-repeat scroll 0 4px transparent;
	padding-left: 15px;
}


/****************************************************************************
 6. Check Out / Login
*****************************************************************************/
.block-one-label {padding-left: 25px;}
.ie8 .block-one-label input {line-height:25px;}
.login-2cols { height: 300px; margin-top: 30px; margin-bottom: 75px; font-size: 12px;}
.login-2cols h2 { color: #4D4D4D; font: 21px/21px 'Oswald',sans-serif; margin-bottom: 10px; min-height: 30px; padding: 25px;}
.login-2cols label {
	color: #333333;
    font: 14px/24px 'Oswald',sans-serif;
}
.block-one-label .text {
    background: url("../images/framework/account-bar-input.gif") repeat-x scroll left top #FFFFFF;
    border: 2px solid #B7B9BD;
    height: 30px;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 208px;
}
.block-one-label input:focus{border-color: #0694D3; outline-color: #0694D3 }
.login-2cols .block-one { border: 1px dashed #9AC433; border-radius:4px 4px 4px 4px; width: 48%; height: 360px; float: left;}
.login-2cols .block-two { border: 1px dashed #9AC433; border-radius:4px 4px 4px 4px; float: left; margin-left: 15px; width: 49%; height: 360px;}
.login-2cols .button-login {padding-top: 10px;}
.block-two .button-login {padding-left: 25px; padding-bottom: 10px; width: 256px;}
.button-login .sfc-button-primary { text-align: center; width: 190px;}
.button-login .sfc-button-primary.cancel { text-align: center; width: 100px;}
.button-login .sfc-button-primary.login { margin-top: 10px;}
.block-one-label .p-title {margin-top: 15px; width:150px;}
.block-one-label .p-title a {color:black;  display: block; text-decoration: none;}
.block-one-label .p-title a:hover {color:#9ac433;}
.ie7 .infoTool {margin-top: -27px;}
.infoTool {
    background: url("../images/framework/icon-info.png") repeat scroll 0 25px transparent;
    float: right;
    height: 25px;
    margin-top: 2px;
    width: 24px;
    cursor: inherit;
}

.bs-checkout-specs-ul {
	/* font-size:13px; */
	margin: 0px 0 0 6px;
}
.bs-checkout-specs-ul ul {
	/* padding-bottom:10px; */
	/* padding-top:20px; */
}
.bs-checkout-specs-ul ul li {
    background: url("../images/framework/icon-sucess.png") no-repeat scroll 0 0 transparent;
    color: #4D4D4D;
    line-height: 22px;
    /* margin-bottom: 10px; */
    padding-left: 30px;
   /*  width: 170px; */
    /* font: 16px/22px 'Oswald',sans-serif; */
}
/****************************************************************************
 7. Account
*****************************************************************************/
.sfc-iaccount {
	padding-top: 20px;
}
.sfc-iaccount .sfc-text {
    background-color: #F3FFD5;
    border: 1px dashed #C3CCAB;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
    padding: 10px 10px;
    position: relative;
    border-radius: 4px 4px 4px 4px;
    width:700px;
}
.dataTable {
	margin-bottom: 15px;
    margin-top: 15px;
    width: 500px;
}
table.dataTable td {
    background-color: #F3FCD9;
    border: 2px solid #FFFFFF;
    color: #666666;
    font-size: 12px;
    padding: 4px;
}
table.dataTable td.columnHeader {
    background-color: #9AC433;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}
table.dataTable td.table-select-group
{
    text-align: center;
    width: 30px;
}
.button-login.Cancel {
    float: left;
    width: 110px;
}
/****************************************************************************
 8. Details
*****************************************************************************/
.sfc-iaccount .fieldset {
    margin-bottom: 20px;
    margin-left: 46px;
}
.sfc-iaccount .fieldset-save {
    border: 2px solid #B7B9BD;
    background-color: #EFEFEF;
    font-size: 13px;
    margin-bottom: 25px;
    margin-left: 46px;
    padding: 15px;
    width: 300px;
    color: #333333;
    font: 14px/24px 'Oswald',sans-serif;
}
.sfc-iaccount input[type="text"]{
    background: url("../images/framework/account-bar-input.gif") repeat-x scroll left top #FFFFFF;
    border: 2px solid #B7B9BD;
    height: 30px;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 208px;
    display: block;
}
.ie8 .sfc-iaccount input {line-height:25px;}

.sfc-iaccount input:focus {
	border-color: #0694D3;
	outline-color:#0694D3;
}
.sfc-iaccount input:focus[type="submit"]{
	border-color: #838383;
	outline-color: #838383;
}
.sfc-iaccount label {
	color: #333333;
    font: 14px/24px 'Oswald',sans-serif;
}
.sfc-iaccount select{
    background: url("../images/framework/account-bar-input.gif") repeat-x scroll left top #FFFFFF;
    border: 2px solid #B7B9BD;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 170px;
    margin-bottom: 5px;
    padding: 2px 0;
    width: 222px;
}
.sfc-iaccount .fieldset-edit {
    border: 2px solid #B7B9BD;
    background-color: #EFEFEF;
    font-size: 13px;
    margin-bottom: 25px;
    margin-left: 46px;
    padding: 15px;
    width: 300px;
    color: #333333;
    font: 14px/24px 'Oswald',sans-serif;
}
.sfc-iaccount .sfc-button-save {
    float: right;
    margin-top: -15px;
}
.sfc-iaccount .fieldset-edit li {
    height: 30px;
    width: 145px;
}
.sfc-iaccount .sfc-button-edit {
    float: right;
    margin-top: -15px;
}
.sfc-iaccount .buttons-align {
	padding-left: 46px;
}
/****************************************************************************
 9. Pop_Up Product
*****************************************************************************/
.Basic-Machine {
	font-size:13px;
	/*background: none repeat scroll 0 0 #FDFDFD;*/
    /*border: 1px solid #EBEBEB;*/
    font-size: 13px;
    padding: 15px;
}
.Basic-Machine .screen1 {
	width:760px;
}
.screen1 ul li{
    background: url("../images/framework/icon-sucess.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 22px;
    padding-left: 30px;
 	padding-right: 20px;
    color: #4D4D4D;
}
.Basic-Machine .screen2 h3 {
	float: left;
	color: #4D4D4D;
	padding-right:5px;
}
.Basic-Machine .screen2 span {
	font-size: 12px;
	color: #4D4D4D;
	padding-right: 15px;
}
.Basic-Machine .screen2 .text {
    padding-top: 2px;
}
.Basic-Machine .screen2 .slider {
	margin-top: 20px;
}

.Basic-Machine .Check_Out {
    float: right;
    padding-bottom: 15px;
    padding-top: 40px;
}
.Basic-Machine .price {
	padding-top: 20px;
}

.screen3 {
    margin-top: 20px;
}
.screen3 .extraOne span {
	float: right;
    padding-right: 40px;
    font-size:12px;
     display: inline-block;
}
.tooggle_drop {
	background: none repeat scroll 0 0 #F2F2F2;
}
.tooggle_drop .sfc-Padding li {
	display: inline-block;
    padding-right: 4px;
    padding-top: 5px;
}
.tooggle_drop .sfc-Padding li span {
	padding-right: 15px;
}
.tooggle_drop .sfc-Padding {
	 padding: 20px 25px 20px 20px;
}
.sfc-Padding .AlignButton {
	text-align: right;
}
.tooggle_drop h5 {
    padding-left: 0px;
}
.tableBG h5 {
	padding-left:30px;
}
.tooggle_drop label{
    padding-left: 5px;
    padding-right: 15px;
}
.tooggle_drop .free{
    padding-left: 5px;
    padding-right: 15px;
    background: none repeat scroll 0 0 #9AC433;
    font-size: 10px;
    font-weight: bold;
    margin-left: -15px;
    padding: 1px 5px 1px 6px;
    color: white;
}
.screen2{
	clear:both;
    padding-top: 20px;
}
.screen2 h5{
    padding-bottom: 10px;
}
.sfc-links { color: #555555; font-size: 13px;}

.sfc-links a {
    color: #555555;
    font: bold 11px/20px Arial,Helvetica,sans-serif;
    text-decoration: underline;
}
/****************************************************************************
 10. Confirmation
*****************************************************************************/
.dataTableOrder {
	margin-bottom: 15px;
	width: 75%;
}
.dataTableOrder .topTableAlign h5 {
	float: left;
	padding-right: 10px;
}
table.dataTableOrder td {
    color: #666666;
    font-size: 12px;
    padding: 4px;
}
table.dataTableOrder td.columnHeader {
    background-color: #9AC433;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}
.dataTableOrder .topTableAlign {
	vertical-align: top;
	border: 0;
}
.dataTableOrder img {
    vertical-align: text-top;
    margin-right: 10px;
    width:120px;
}
/****************************************************************************
 11. Payment
*****************************************************************************/
.sfc-iaccount .payment .float-right {
	float: right;
	font-size: 11px;
}
.sfc-iaccount .width50{
	width: 40%;
    background-color: #F3FFD5;
    border: 1px dashed #C3CCAB;
}
.sfc-iaccount .sfc-Blue {
	background-color: #E6F5FA;
    border-color: #9FC1CC;
}
.sfc-iaccount .input-label label{
	padding-left: 5px;
	vertical-align: bottom;
}
.sfc-iaccount .payment .Paymentinfo {
	background: url("../images/framework/icon-info.png") no-repeat scroll 0 6px transparent;
    padding-left: 35px;
}
.PaymentOne h3 {
	padding-top: 30px;
}
.PaymentOne li{
	font-size: 13px;
	color: #333333;
	padding: 0 0 10px;
}
.sfc-iaccount .BottomLeft {
	margin: 20px 235px 20px 0;
}
.sfc-iaccount .BottomLeft .space {
	margin-right: 20px;
}
.sfc-iaccount .Bottom {
    margin-top: 20px;
}
.PaymentTwo h3 {
	padding-top: 20px;
}
.PaymentTwo .CardsAccepted {
	float: right;

}
.PaymentTwo .labelfont {
	font-size: 11px;
	color: #aaaaaa;
}
.PaymentTwo .fieldset select {
	width: 65px;
}
.PaymentTwo p {
	font-weight: bold;
}
.PaymentTwo .jumpMenu select {
	float: left;
	margin-right: 10px;
}
.PaymentTwo .jumpMenu {
    margin-right: 10px;
}
 .PaymentTwo .CardsAccepted h5 {
	float: left;
    line-height: 27px;
    margin-right: 10px;
}
.PaymentTwo .fieldset .Credit {
	float: left;
}
.PaymentTwo .fieldset .CreditLabel {
    float: left;
    margin-left: 10px;
    margin-top: 26px;
    color: #AAAAAA;
    font-size: 75%;
}
/****************************************************************************
 12. Order Summary
*****************************************************************************/
.sfc-iaccount .paymentinfo {
    background-color: #E6F5FA;
    border-color: #9FC1CC;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
    padding: 10px 10px;
    position: relative;
}
.sfc-iaccount .paymentinfo .Paymentinfo {
	background: url("../images/framework/icon-info.png") no-repeat scroll 0 6px transparent;
    padding-left: 35px;
}
/****************************************************************************
 13. My Subscriptions
*****************************************************************************/
.subscription .block {
	margin: 0;
}
/* DROP - icones*/
.screen3.block .img_active {
	background: url("../images/framework/active.png") no-repeat scroll 8px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
.screen3.block .img_expire {
	background: url("../images/framework/expire.png") no-repeat scroll 5px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
.screen3.block .img_progress {
	background: url("../images/framework/inprogress.png") no-repeat scroll 5px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
.screen3.block .img_pending {
	background: url("../images/framework/pendingpayment.png") no-repeat scroll 5px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
.screen3.block .img_failed {
	background: url("../images/framework/failed.png") no-repeat scroll 5px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
.screen3.block .img_payment_failed {
	background: url("../images/framework/paymentfailed.png") no-repeat scroll 5px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
.screen3.block .img_suspended {
	background: url("../images/framework/suspended.png") no-repeat scroll 5px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
.screen3.block .img_waitingforaproval {
	background: url("../images/framework/waitingforaproval.png") no-repeat scroll 5px 8px transparent;
    height: 35px;
    padding-right: 40px;
    float: left;
}
/* DROP - icones*/
.block .MainOrder {
	padding: 10px;
}
.MainOrder table {
    margin-top: 10px;
}
.MainOrder td {
	color: #666666;
    font-size: 13px;
    padding-left: 25px;
    padding-bottom: 3px;
    text-align:left;
}
.MainOrder .green {
	color: #A2D129;
}
.MainOrder .red {
	color: #E03A3A;
}
.MainOrder .yellow {
	color: #D5DB25;
}
.MainOrder .SubTitle {
	font-size: 11px;
    margin: 0;
    color: #aaaaaa;
}
.MainOrder .sfc-Services {
	margin-top: 25px;
}
.MainOrder .sfc-total-month {
	float: right;
	text-align: right;
}
.sfc-PayNow {
	text-align: right;
	padding-bottom: 35px;
}
.sfc-PayNow > span {
    float: left;
}
.sfc-total-month span {
	display: block;
	text-align: right;
}
.MainOrder .sfc-status {
	display: inline-block;
}
.MainOrder .sfc-status.sfc-BoldTitle span{
    color: #4D4D4D;
    font: 15px 'Oswald',sans-serif;
}
.MainOrder .sfc-status img {
    padding-left: 10px;
    vertical-align: middle;
}
.MainOrder .sfc-Details {
	text-align: right;
	color: #666666;
    font-size: 13px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.MainOrder .sfc-Details a {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.MainOrder .sfc-Details a:hover {
    color: #9ac433;
}
.block .TitleOne table {
	color: #666666;
    font-size: 12px;
} 
.block .TitleOne table td{
	padding: 5px 9px 5px 10px;
}       
/* .block .TitleOne .tableBG {
	background-color: #E9E9E9;
} */
.block .TitleOne .ExpiryDate {
	background: url("../images/framework/expiredate.png") no-repeat scroll 0 0 transparent;
	padding-left:20px;
	margin-left: 20px;
}
.block .buttons {
    padding: 10px;
    text-align: right;
}
.block .buttonsAdd {
    padding: 10px;
    text-align: left;
}
.buttonsAdd li {
	border-top: 1px solid #CCCCCC;
    padding-top: 5px;
}
.TitleOne img {
    padding-right: 10px;
    padding-left: 15px;
    vertical-align: middle;
}
.block .buttonsPay {
	float: right;
	margin-top: -40px;
}
.block .buttons ul li {
	display: inline;
}
.block span {
	color:#666666;
	font-size: 13px;
}
.block .text-min {
	font-size: 9px;
    margin-top: -13px;
    padding-left: 4px;
    color: #666;
}
.drop .SpaceActive {
    float: right;
    margin-right: 35px;
    text-align: left;
    width: 150px;
    color:#666666;
    font-size: 13px;
}
.drop .SpaceActivePaid {
    float: right;
    text-align: left;
    width: 80px;
    color:#666666;
    font-size: 13px;
}
.sfc-center960 .p-title a {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.sfc-center960 .p-title a:hover {
	color: #9ac433;
}
.sfc-center960 .sfc-states {
 	background: none repeat scroll 0 0 #f3f3f3;
    margin: 5px 0 0;
    padding: 5px;
    height: 40px;
 }
.sfc-center960 .sfc-states span {
    color: #333333;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    padding-left: 35px;
}
.sfc-states .active {
    background: url("../images/framework/active.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.sfc-states .expire {
    background: url("../images/framework/expire.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.sfc-states .progress {
    background: url("../images/framework/inprogress.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.sfc-states .pending {
    background: url("../images/framework/pendingpayment.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.sfc-states .failed {
    background: url("../images/framework/failed.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.sfc-states .payment_failed {
    background: url("../images/framework/paymentfailed.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.sfc-states .suspended {
    background: url("../images/framework/suspended.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.sfc-states .waitingforaproval {
    background: url("../images/framework/waitingforaproval.png") no-repeat scroll 5px 8px transparent;
    line-height: 40px;
    margin-right: 10px;
}
.buttom_Modify {
	background: url("../images/framework/upgrade.png") no-repeat scroll 5px 2px transparent;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    width: 35px;
}
.sfc-button-addNewDisk {
	background: url("../images/framework/ico-add.png") no-repeat scroll 5px 3px transparent;
	color: #898989;
    font-size: 14px;
    font-weight: bold;
    padding-left: 21px;
    margin-left: 25px;
}
.buttom_Modify:hover {
	background: url("../images/framework/upgrade.png") no-repeat scroll 5px 2px transparent;
}
.buttom_Renew {
	background: url("../images/framework/renew.png") no-repeat scroll 5px 2px transparent;
	display: inline-block;
    height: 35px;
    vertical-align: middle;
    width: 35px;
}
.buttom_Renew:hover {
	background: url("../images/framework/renew.png") no-repeat scroll 5px 2px transparent;
}
.TitleOne .IconRight {
	text-align: right;
}
.detailsAttDiv li {
	margin-left: 5px;
}
/****************************************************************************
 14. My Subscriptions - Active services
*****************************************************************************/
.mainPop_up {
    font-size: 13px;
    padding: 15px;
}
.mainPop_up h3{
	margin-bottom: 0;
}
.mainPop_up .Check_Out {
    float: right;
    padding-bottom: 15px;
    padding-top: 10px;
}
.mainPop_up .screenRenew h3 {
	color: #4D4D4D;
    float: left;
}
.mainPop_up .screenRenew span {
    color: #4D4D4D;
    font-size: 12px;
    padding-left: 5px;
    line-height: 26px;
}
.mainPop_up .screenService {
	margin-top: 15px;
}
.mainPop_up .screenService ul li {
    background: url("../images/framework/icon-sucess.png") no-repeat scroll 0 0 transparent;
    color: #4D4D4D;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 22px;
    margin-right: 40px;
    padding-left: 30px;
}
.screenService h5 {
	padding-bottom: 10px;
}
.screenService .Servicebox {
	background-color: #f2f2f2;
    padding: 10px;
    border: 1px solid #BFBFBF;
}
.Servicebox span {
	display: inline-block;
    width: 100%;
    line-height: 25px;
}
.screenService .TitlePrice {
    border-bottom: 1px solid #BFBFBF;
    margin-top: 25px;
    width: 150px;
}
/*Upgrade*/
.screenService .UpHeight {
	height: 60px;
}
.Servicebox.UpHeight ul li {
	font-size:13px;
	padding-right:25px;
}
.screenService .UpHeightDiv {
	margin-top: 15px;
	height:25px;
}
.Servicebox.UpHeightDiv ul li {
	font-size:13px;
	padding-right:25px;
}
.screenService .sfc-Div1Upgrade {
	margin-top: 20px;
}
.screenService .sfc-Div1Upgrade h4{
	color: #4D4D4D;
}
.screenService .sfc-Div3Upgrade {
	text-align: right;
}
.screenService .sfc-Div3 h4{
	color: #4D4D4D;
}
/****************************************************************************
 15. Software - Products
*****************************************************************************/
.Main-bs-cloud-plans-soft {
	display: inline-block;
	width: 750px;
}
.bs-cloud-plans-soft {
    background-color: #F1F1F1;
    color: #222222;
    float: left;
    margin: 15px 1px 15px;
    width: 182.9px;
    border: 1px solid #A6A6A6;
}
.bs-product-topSaas {
	background-color: #93c01f;
	background-image: linear-gradient(top, #93c01f 13%, #719418 79%);
	background-image: -o-linear-gradient(top, #93c01f 13%, #719418 79%);
	background-image: -moz-linear-gradient(top, #93c01f 13%, #719418 79%);
	background-image: -webkit-linear-gradient(top, #93c01f 13%, #719418 79%);
	background-image: -ms-linear-gradient(top, #93c01f 13%, #719418 79%);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.13, #93c01f),
	color-stop(0.79, #719418));
    height: 55px;
    padding: 3px 0 1px 10px;
    position: relative;
}
.bs-product-topSaas h3 {
    color: #FFFFFF;
    line-height: 24px;
    padding-top: 5px;
    width: 130px;
}
.bs-product-topSaas img {
    left: 135px;
    position: absolute;
    top: 10px;
    max-width: 100px;
}
.bs-cloud-plans-soft-ul {
    text-align: center;
}
.bs-cloud-plans-soft-ul li {
    color: #4D4D4D;
    font: 14px/18px 'Oswald',sans-serif;
}
.bs-cloud-plans-soft-ul .Price-Bold {
	color: #4D4D4D;
    font: 23px/50px 'Oswald',sans-serif;
}
.bs-cloud-plans-soft-ul .Users-Bold {
	color: #4D4D4D;
    font: 16px/35px 'Oswald',sans-serif;
}
.bs-cloud-plans-soft-ul .Radio-button {
	padding: 20px 0 10px 0;
}
.Button-subscribe {
	float: right;
    margin-bottom: 20px;
    margin-right: 3px;
    clear:both;
}

.bs-cloud-group.saasPlans {
	height: 310px;
}

.saasPlansSpec {
	height: 50px;
}

.domain-custom-input {
    background: url("../images/framework/account-bar-input.gif") repeat-x scroll left top #FFFFFF;
    border: 2px solid #B7B9BD;
    height: 30px;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 185px;
    display: block;
}
/****************************************************************************
 16. Software - Pop_up
*****************************************************************************/
.sfc-Pop_Up h2 {
	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 18px;
}
.sfc-Pop_Up ul li {
    color: #4D4D4D;
    font: 13px/23px 'Oswald',sans-serif;
    height: 35px;
    line-height: 22px;
}
.sfc-Pop_Up ul li img {
	float: left;
	max-height: 70px;
}
.sfc-Pop_Up ul li h3 {
	padding: 25px 0 25px 80px;
}
.sfc-Pop_Up .sfc-Div1 {
    margin-top: 60px;
}
.sfc-Pop_Up .sfc-Div1 span {
    padding-right: 15px;
}
.sfc-Pop_Up .sfc-Div2 {
	clear:both;
}

.divSelectDomain select {
	 background: url("../images/framework/select.png") no-repeat scroll 48px 10px transparent;
    border: 2px solid #B7B9BD;
    display: block;
    font-size: 12px;
    height: 26px;
    margin-bottom: 5px;
    padding: 2px 0;
    width: 66px;
}

.sfc-Pop_Up .sfc-Div2 h5 {
	padding-bottom: 25px;
}
.sfc-Pop_Up .sfc-Div2_webHost h5 {
	padding-bottom: 20px;
}
.sfc-Pop_Up .sfc-Div2 .Slider_BG_12Month {
	margin-top: 30px;
}
.InputPlan {
	padding-bottom: 10px;
	height: 50px;
}
.InputPlan_webHost {
	padding-bottom: 30px;
	height: 40px;
}
.sfc-Pop_Up .sfc-Div3 .Div_Price {
	float:left;
	margin-top: 5px;
}
.sfc-Pop_Up .sfc-Div3 .PriceV {
    color: #4D4D4D;
    font: 14px/18px 'Oswald',sans-serif;
    margin-top: 5px;
}
.sfc-Pop_Up .sfc-Div3 h3 {
    border-bottom: 1px solid #A6A6A6;
    width: 150px;
}
.sfc-Pop_Up .sfc-Div3 h4 {
	color: #4D4D4D;
}
.sfc-Pop_Up .sfc-Div4 {
	float:right;
	margin-bottom: 15px;
}

.messagePostPaid {
	border: 1px dashed #cccccc;
	border-right: 0px;
	border-left: 0px;
	padding: 10px 20px;
	background-image: url(../images/icon_information.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #e3eefb
}

.messagePostPaid h2
	{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #67a0d6
}

.messagePostPaid h3
	{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	font-weight: normal
}

.sfc-DivDomainTransfer{
	margin-bottom: 10px;
}

/****************************************************************************
 17. Renew Domain - Dialog
*****************************************************************************/ 

.check-domain-content {
    height: 60px;
    text-align: center;
    float: left;
}

.with250px {
	width: 250px
}

.with115px {
	width: 115px;
}

