/**
 * JE FAQPro package
 * @author J-Extension <contact@jextn.com>
 * @link http://www.jextn.com
 * @copyright (C) 2010 - 2011 J-Extension
 * @license GNU/GPL, see LICENSE.php for full license.
**/
div#jefaqpro-paginationarea div#je-pagination {
	text-align: center;
}

div#jefaqpro-paginationarea div.pagination ul {
	list-style-type: none;
	display: inline;
}

div#jefaqpro-paginationarea div.je-limitbox {
	padding: 10px 0px 5px 5px;
}

div#jefaqpro-paginationarea div.je-pagecounter {
	padding: 5px;
}

ul#je-response-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul#je-response-ul li#je-response {
	display: inline;
	padding: 3px;
	background: none;
}

ul#je-response-ul li#je-response a {
	text-decoration: none;
	background: none;
}

ul#je-response-ul li#je-response span#je-top {
		transparent;
	line-height: 15px;
	padding: 5px 15px 0 0;
}

ul#je-response-ul li#je-response span#je-bot {
		transparent;
	line-height: 15px;
	padding: 5px 15px 0 0;
}

div#je-posted span#je-author {
	padding-left: 15px;
}

div#je-posted span#je-posteddate {
	padding-left: 25px;
	padding-right: 15px;
}

/**** Payment Gateway *****/
#loading-effect {
	margin: 0px 0px 0px 0px;
	position: fixed;
	height: 100%;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	clear: none;
	background: url(../images/transbg.png);
}

#pbar {
	text-align: center;
	font-size: 16px;
	width: 460px;
	height: 100px;
	margin: 326px auto;
	padding-top: 13px;
	background: url(../images/ajax-loader.gif) no-repeat scroll center 76px
		#252525;
	color: #9f9f9f;
}

table.carttable {
	margin: 5px 0 5px 20px;
	border: 0 none;
	width:100%;
}

table.carttable td {
	padding: 5px;
	/*border:1px solid #CFCFCF;*/
	border: 0;
	none;
}

table.cartaddress td {
	padding: 5px;
	vertical-align: top;
}

span#email-valid,span#email-valid-loader {
	margin-left: 5px;
	margin-top: 4px;
	float: left;
}

span.tick {
	background: url(../images/tick-mark.gif) 5px 0 no-repeat;
	padding: 3px 18px;
	float: left;
	/* position: relative;
    top: -6px;*/
}

span.cross {
	background: url(../images/crossmark.jpg) 5px 0 no-repeat;
	margin-left: 207px;
	padding: 27px 11px;
	font-size: 11px;
}

table.review-order {
	margin: 5px 0;
}

table.review-order td {
	padding: 5px;
	border: 1px solid #CFCFCF;
}

div.back-order1 {
	opacity: 0.2;
	margin: 0px 0px 0px 0px;
	position: absolute;
	height: 76%;
	z-index: 9999;
	top: 0px;
	left: 0;
	width: 100%;
	clear: none;
	background: url(../images/transbg.png);
}

span.reorder {
	color: #0167B1;
	cursor: pointer;
	padding-left: 91px;
	font-weight: bold;
}

#account {
	/*border-radius: 6px 6px 6px 6px;	-moz-border-radius: 6px 6px 6px 6px;	-webkit-border-radius: 6px 6px 6px 6px;		box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	border:1px solid #D9D8DD;background:#F6F6F6;	*/
	padding: 0px;
	background: #F4F6F4;
    border-radius: 15px !important;
    box-shadow: 3px 4px 6px 0px #F4F6F4;
}
.tops1 {
	background: #F4F6F4;
    border-radius: 15px !important;
    box-shadow: 3px 4px 6px 0px #F4F6F4;
	background: none !important;
}
	
.tops, .mids , .bots {
    background: #ECECEC !important;
    border-radius: 9px
}
td.name {
	text-align: center !important;
}

.review-order {
	border: 1px solid #CFCFCF;
}
#backorder.back-order.order-left {
	width: 62%;
	float: left;
}
.display-right-invoice-amount {
    display: block !important;
}
#proceed-to-checkout {
    display: none;
}
#backorder {
	margin: auto;
	width: 900px;
}
.invoice-amount-right {
    display: none;
    width: 36%;
    float: left;
    margin-left: 12px;
}
.invoice-amount-detail-title {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
}
.invoice-amount-details-td-bold {
	font-weight: bold;
}
.invoice-amount-details table {
    width:100%;
}
.invoice-amount-details table, .invoice-amount-details th, .invoice-amount-details td {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    font-size: 16px;
}
td.invoice-amount-details-td-bold.hightlight {
    color: #0A246A;
    font-weight: bold;
    font-size: 18px;
}
.invoice-amount-details-plan-name {
    font-weight: bold;
    font-size: 22px;
}
.invoice-amount-details-td-bold.total-amount {
	text-align: right;
	color: #FF0000;
}
.invoice-amount-details th, .invoice-amount-details td {
    padding: 15px;
    text-align: left;
}
.invoice-amount-details table .invoice-amount-details tr:nth-child(even) {
    background-color: #eee;
}
.invoice-amount-details table .invoice-amount-details tr:nth-child(odd) {
   background-color: #fff;
}
.invoice-amount-details table th {
    background-color: #58A602;
    color: white;
}
.invoice-amount-details {
    font-size: 18px;
}
button.button1 {
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	background: none;
	font-size:20px;
	margin-right:5px;
}

button.but span {
	/*background: url(../images/btn-1.png) no-repeat 0 0;*/
	padding: 0 10px 0 7px;;
	height: 39px;;
	display: block;;
	border: 0 none;
	line-height: 42px;
	color: #fff;
	
}

button.but span span {
	background-position: 100% 0;;
	display: block;;
	border: 0 none;
}

#check-available {
	/*border-radius: 6px 6px 6px 6px;	-moz-border-radius: 6px 6px 6px 6px;	-webkit-border-radius: 6px 6px 6px 6px;		box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	border:1px solid #D9D8DD;
 background:#F6F6F6;*/
	padding: 0px;
}

span.green {
	color: #487E02;
}

h1.your {
	background: url("../images/tick-icon.png") no-repeat scroll 0 0
		transparent;
	color: #494949 !important;
	font-size: 20px !important;
	margin: 0 !important;
	padding: 3px 0 3px 38px !important;
}

.sleft { /*width:51px;height:82px;
background:url(../images/box-arrow-img.png) no-repeat; float: left;*/

}

.smiddle {
	/*background:url(../images/box-middle-brdr.png) repeat-x; float: left;*/
	font-size: 12px;
	/* height: 52px;
    padding-top: 30px;*/
	color: #DE5006;
}

.smiddle input {
	border: 1px solid #D0D1CC;
	height: 34px;
}

.sright { /*height:82px; padding-bottom: 5px;
background:url(../images/box-right-brdr.png) no-repeat;width:8px; float: left;*/

}

.spl { /*padding-left:30px;*/
	padding: 0px !important;
}

.cont {
	background: url("../images/continue-btn.png") no-repeat scroll 0 0
		transparent;
	border: 0 none;
	color: #FFFFFF;
	font-size: 16px;
	height: 44px;
	margin-right: 41px;
	margin-top: 5px;
	width: 130px;
}

.middle1 h1 {
	width: 418px !important;
}

form.details {
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	border: 1px solid #D9D8DD;
	padding: 5px;
	font-size: 16px;
}

form.details td,form.details table {
	border: 0 none;
}

button.butc span {
	padding: 0 3px 0 7px;;
	height: 39px;;
	display: block;;
	border: 0 none;
	line-height: 39px;;
	color: #fff;
	margin-right: -13px;;
	position: relative;
	right: 1px;
}

.hosting-plan-part {
	/*border-radius: 6px 6px 6px 6px;	-moz-border-radius: 6px 6px 6px 6px;	-webkit-border-radius: 6px 6px 6px 6px;		box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);	border:1px solid #D9D8DD;
 background:#F6F6F6;margin:15px 0;*/
	padding: 0px;
    background: #F4F6F4;
    border-radius: 15px !important;
    box-shadow: 3px 4px 6px 0px #F4F6F4;
}

.rip {
	padding-right: 24px;
}

h1.cross {
	background: url("../images/ubavailable.png") no-repeat scroll -2px 0
		transparent !important;
}

div.hosting-plan-part table.carttable td {
	height: 65px;
	border: 1px dotted #C4C6A8 !important;
	padding: 2px 13px;
	font-size: 21px !important;
}

.not table.dot td {
	border: 1px dotted #C4C6A8 !important;
	height: 40px;
	padding: 5px 13px;
}

div.hosting-plan-part table.carttable {
	float: left;
	margin: 5px 0 5px 15px;
	width: 95%;
}

#main #step2form h1 {
	margin: 15px 0 3px !important;
}

#host_plan a {
	padding-left: 20px;
	color: #1194BE;
	padding-top: 5px;
}

#host_plan a:hover {
	color: #BF0000 !important;
}

#host_plan select {
	width: 200px;;
	padding: 4px 2px;
    font-size: 18px;
}

#step2 table.carttable td {
	text-align: right;
}

#pay b {
	color: #BF0000;
}

a.modal:hover {
	color: #333 !important;
}

td.coup span.cross {
	left: 276px;
    margin-left: 0;
    padding: 21px 11px 0;
    position: relative;
}

td.coup #email-valid-loader1 {
	font-size: 14px;
	float: right;
	margin-right: 52px;
}

td.coup span.tick {
	background: url("../images/tick-mark.gif") no-repeat scroll 5px 0
		transparent;
	float: right;
	margin-top: 3px;
	padding: 5px 11px 2px;
}

td.coup {
	text-align: center;
}

.smiddle1 {
	background: url("../images/box-middle-brdr.png") repeat-x scroll 0 0
		transparent;
	color: #DE5006;
	float: left;
	font-size: 16px;
	height: 65px;
	padding-top: 23px;
	text-align: left;
}
.account-information h1 {
    margin-bottom: 15px !important;
}
td.coup span.cross1 {
	bottom: 10px;
    font-size: 12px;
    position: relative;
	width: 302px;
    text-align: center;
}

span.price_change {
	color: #CF2B22;
}

span.save-price {
	font-weight: bold;
}

span.price_change {
	color: #CF2B22;
}

span.save-price {
	font-weight: bold;
}

#ja-contentwrap {
	background: none !important;
	padding-top: 0px;
}

#ja-content {
	background: none !important;
	padding-right: 0px;
}

#ja-current-content {
	background: none !important;
	padding-bottom: 0px;
	text-align: justify;
}

/****** Hosting Popup *****/

.overall_relay_1 {
    background: url(../images/transbg.png);
    height: 200%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    /*display:none;*/
}

.white_content_new1 {
   /* display: none;*/
    height: 100%;
    left: 30%;
    padding: 0;
    position: fixed;
    top: 5%;
    width: 611px;
    z-index: 1002;
	color: #fff;
    font-size: 29px;
	padding: 53px 0 0;
}

.overall_relay {
    background: url(../images/transbg.png);
    height: 200%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    display:none;
}
.vpsoverall_relay {
    background: url(../images/transbg.png);
    height: 200%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    display:none;
}
.vpswhite_content {

       display: none;
    height: 100%;
    left: 140px;

    padding: 0;
    position: absolute;
    top: -100px;
    width: 611px;
    z-index: 1002;
}
.white_content {

       display: none;
   /* height: 100%;
    left: 140px;

    padding: 0;
    position: absolute;
    top: -100px;
    width: 611px;
    z-index: 1002;*/
	
    height: 100%;
   left: 30%;
    padding: 0;
    position: fixed;
    top: 5%;
    width: 611px;
    z-index: 1002;
}
.checkout{
 background: url("../images/nothanks.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none; margin-bottom: 5px;
    color: #000000;
    font-size: 16px;
    height: 40px;
    /*margin-right: 41px;*/
    margin-top: 5px;
    width: 302px;

}
#light h2, #light1 h2{
    /*background: url("../images/top.png") no-repeat scroll 0 0 transparent;*/
    color: #000000;
    height: 34px;
    margin-left: 2px;
    padding-left: 15px;
    padding-right: 1px;
    padding-top: 22px;
    width: 599px;
}
/* Rs 1 popuop */
.white_content_new {
    display: none;
    height: 100%;
    left: 22%;
    padding: 0;
    position: fixed;
    top: 14%;
    width: 875px;
    z-index: 1002;
}

.hosting_popup_close1{
    background: none repeat scroll 0 0 #666666;
    border-radius: 24px;
    bottom: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    left: 20px;
    margin-right: 16px;
    margin-top: 4px;
    padding: 0 5px;
    position: relative;
}
.carthostiplan_lable {
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
    position: relative;
    top: 10px;
}
.carthostiplan_select_wrap {
    /*background: url("../images/dropdwonFld.jpg") no-repeat scroll center center transparent;	*/
    border: medium none;
    display: inline-block;
   /* height: 38px;
    overflow: hidden;*/
    position: relative;
    text-align: center;
    top: 10px;
    width: 233px;
}

.domain_onerup {
    font-size: 16px;   	
	 color:#444444;
	 vertical-align: middle;
}
.carthosti_emailhost {
    text-align: left;
}
.carthostiplan_select{
	border: medium none;
    font-size: 16px;
    margin-left: 0;
    margin-top: 2px;
    outline: 0 none;
    transition: all 0.2s ease-in-out 0s;
    width: 232px;
	border:1px solid #ccc;
    padding:5px;
	/*-moz-appearance:menuitemtext;
	-webkit-appearance: none;    
    -ms-appearance: menuitemtext;
    -o-appearance: none;
    appearance: menuitemtext;*/
	
	
		/*width:185px\9!important;
		-ms-progress-appearance:none\9;
		-ms-appearance:none\9;
		border:1px solid #ccc\9;*/
			
		
	
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .carthostiplan_select
   {
		/*width:170px!important;
		-ms-progress-appearance:none;
		position:relative;
		right:1em;*/
		
   }
  
}
 .carthostiplan_select::-ms-expand
{
	/*display: none;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Insert your CSS code here for Chrome and Safari */
.carthostiplan_select {
/*width: 180px;
-webkit-transition: all 0.2s ease-in-out;
-webkit-appearance: none;
position:relative;
right:1em;*/

}
}


*+html .carthostiplan_select
{	
	width:216px\9;
}
*+html .carthostiplan_select_wrap
{	
	background:none;
}
.carthostiplan {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 2px;
    padding: 40px 28px;
    width: 93%;
	text-align: left;
}
.carthostiplan p {
    color: #BE6E00;
    font-size: 16px;
	
}

.carthostiplan_hr {
    padding: 20px 0;
    text-align: center;
}
.domain_onerup_a:hover
{
	color:#fff;
}
.domain_onerup_or {
    background: none repeat scroll 0 0 #EE9014;
    border-radius: 25px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 6px;
    position: relative;
    z-index: 99;
}
.carthostiplan_hrline {
    border-top: 1px dashed #ccc;
    position: relative;
    top: 17px;
    z-index: 1;
}
.domain_onerup_a {
    background: url("../images/mailBtn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    text-transform: capitalize;
    width: 172px;
	cursor:pointer;
}
.onerupee_readmore {
    display: block;
    position: relative;
    text-align: left;
    top: 22px;
}
.onerupee_readmore:hover {
color:#3294E6
}
.carthostiplan_wrap
{
	background: #F1F1F1;
    border-radius: 5px;
    padding: 7px
}
.addhost{
background: url("../images/add.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
   /* color: #FFFFFF;*/
    font-size: 0;
    height: 24px;
    margin-right: 41px;
    margin-top: 5px;
    width: 98px;


}
#light .cartt, #light1 .cartt{
background: #fff;
 margin-left: 2px;
    padding: 0 7px 0 13px;
}
.nothx{
color:#ff0000;
cursor:pointer;
text-decoration:underline;
font-weight:bold;
}
#emaillight { 
  background: none repeat scroll 0 0 #FFFFFF;
    border: 7px solid #286E93;
    border-radius: 13px 13px 13px 13px;
    color: #056DA1;
    height: auto;
    padding: 30px;
    width: 650px;
	left: 27%;
}
#emaillight h2{
 font-family: Verdana;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
}
.emailex{
margin-left:25% !important;
margin-top:10px !important;
}
.ul2{
text-align:left !important;
font-weight:bold !important;
background: url("../images/sep.jpg") no-repeat scroll center 7px transparent;
margin-bottom: 10px !important;
padding-top: 30px !important;
}
.getemail{
  background: url("../images/button.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 40px;
    width: 224px;
	cursor:pointer;
}
#emaillight ul li{
  background: url("../images/bulllet.jpg") no-repeat scroll 0 8px transparent;
   color: #054261;
}
.closepop{
 background: url("../images/cross.png") no-repeat scroll 0 0 transparent;
    bottom: 50px;
    font-size: 0 !important;
    left: 57px;
    margin: 0 !important;
    padding: 19px;
    position: relative;
}
.addhost{
background: url("../images/add.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
   /* color: #FFFFFF;*/
    font-size: 0;
    height: 24px;
    margin-right: 41px;
    margin-top: 5px;
    width: 98px;


}
#light .cartt, #light1 .cartt{
background:url("../images/middle.png") repeat-y scroll 0 0 transparent;   margin-left: 3px;
    padding: 0 7px 0 13px;
}
#light .bottom, #light1 .bottom{
  background: url("../images/bottom.png") no-repeat scroll center bottom transparent;
    height: 27px;
    margin-left: 11px;
}
.plangroup{
background:url("../images/heading_bg.jpg") repeat-x scroll 0 0 transparent;
height:52px;

}
.pcheckout{
background:url("../images/pcheckout.jpg") repeat-x scroll 0 0 transparent !important;
height:40px !important;
width:189px !important;margin-bottom: 15px;
font-size:0 !important;
}
.carts .top{

padding-left:15px;}

.overall_relay1 {
    background: url(../images/transbg.png);
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    display:none;
}
.white_content1 {
       	height: 500px;
    left: 140px;
    
    padding: 0;
    position: absolute;
    top: 1%;
    width: 611px;
    z-index: 1002;
    display:none;
}
.changehost {
    background: url("../images/change.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 24px;
    margin-right: 41px;
    margin-top: 5px;
    width: 98px;
}
.changedh {
      background: url("../images/changedh.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
   /* font-size: 0;*/
   padding:6px 2px;color:#FFF;cursor:pointer;
    height: 36px;
    font-weight: bold;
    margin-top: 5px;
    width: 133px;
}
h1.changedomain{
 background: url("../images/choosedomain.gif") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px !important;
   
    padding: 13px 10px !important;
}
select#choosed{
width:350px;
height:27px;
padding:5px; border: 1px solid #cfcfcf;margin-left: 16px;
}
.choosebut{
 background: url("../images/changedh.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 26px;
    margin-left: 5px;
    margin-top: 13px;
    padding: 4px 2px;
    width: 94px;
}
.sleft {
    background: url("../images/box-arrow-img.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 82px;
    width: 51px;
}
.smiddle {
    background: url("../images/box-middle-brdr.png") repeat-x scroll 0 0 transparent;
    color: #DE5006;
    float: left;
    font-size: 12px;
    height: 52px;
    padding-top: 24px;
}
.sright {
    background: url("../images/box-right-brdr.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 82px;
    padding-bottom: 5px;
    width: 8px;
}
select.srch-res-box {
    width: 142px;
}
.na{
display:none;}
/*vps slider*/
ul.ram, ul.hd, ul.bw, ul.ip, ul.db, ul.cp, ul.ms {
    float: left;
    position: relative;
    width: 100%;
    list-style-type: none;
    padding-left: 0;

}

ul.ram li {
    margin-right: 80px;
}
ul.hd li {
    margin-right: 62px;
}
ul.bw li {
    margin-right: 62px;
}
ul.ip li {
    margin-right: 104px;
}

ul.ram li, ul.hd li, ul.bw li, ul.ip li, ul.db li, ul.cp li, ul.ms li {
    display: block;
    float: left;
    list-style: none outside none;
      background: none repeat scroll 0 0 transparent !important;
         padding-left: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
 margin-left: 9px;
 margin-right:27px;
}
.vps1t{
 background: url("../images/top1.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:55px;
}
.vps2t{
 background: url("../images/top2.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:55px;
}
.vps3t{
 background: url("../images/top3.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:55px;
}
.vps4t{
 background: url("../images/top4.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:55px;
}
.vps1b{
 background: url("../images/bottom.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:36px;
}
.vps2b{
 background: url("../images/bottom.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:36px;
}
.vps3b{
 background: url("../images/bottom.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:36px;
}
.vps4b{
 background: url("../images/bottom.jpg") no-repeat scroll 0 0 transparent;
width:231px;
height:36px;
}
.vps1m{
background: url("../images/middle.jpg") repeat-y scroll 0 0 transparent;
}
.vps2m{
background: url("../images/middle.jpg") repeat-y scroll 0 0 transparent;
}
.vps3m{
background: url("../images/middle.jpg") repeat-y scroll 0 0 transparent;
}.vps4m{
background: url("../images/middle.jpg") repeat-y scroll 0 0 transparent;
}
.vpsfull ul {
    padding-left: 25px !important;
	padding-bottom: 10px;
}
.vps1m ul li {
    background: url("../images/bullet1.jpg") no-repeat scroll 0 9px transparent !important;
    color: #4B709C;
    font-weight: bold;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
}
.vps2m ul li {
    background: url("../images/bullet2.jpg") no-repeat scroll 0 9px transparent !important;
    color: #9C6223;
    font-weight: bold;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
}
.vps3m ul li {
    background: url("../images/bullet3.jpg") no-repeat scroll 0 9px transparent !important;
    color: #B13C57;
    font-weight: bold;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
}
.vps4m ul li {
    background: url("../images/bullet4.jpg") no-repeat scroll 0 9px transparent !important;
    color: #990000;
    font-weight: bold;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
}
.vpsfull form ul li {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: normal;
    padding: 0 !important;
}
.vpso{
  background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 38px;
    margin-left: 41px;
    width: 148px;
}
#vpslight{
color: #FFFFFF;
    height: 167px;
    width: 338px;



}
.vps2,.vps3,.vps4{
margin-left:15px;
}
.vps1 h3, .vps2 h3, .vps3 h3, .vps4 h3 {
    color: #333333;
    font-weight: bold !important;
    margin-bottom: 5px !important;
    margin-left: 25px !important;
    margin-top: 5px !important;
}
.vpsfull form ul li{
  background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}
.vpsfull  input{ margin:0;}
.save {
  background: none repeat scroll 0 0 #A63128;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin-right: 38px;
    padding: 0 3px;
    text-transform: uppercase;
	font-family: tahoma;
}
#backordervps{
margin-top:20px;
}
.demo{
margin-top:20px;
}
.demo tr{
border-bottom:1px dashed #333;
margin-bottom:15px;
}
.demo input[type="checkbox"]{

}
.paynow{
margin-right:20px;height:40px;width:167px;border:0 none;font-size:0;
background:url("../images/paynow.png") no-repeat scroll 0 0 transparent;
}
.chkspan{
padding-left:83px;
}
.vpso1 {
    background: url("../images/order1.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 38px;
    margin-left: 33px;
    width: 154px;
}
.vpso2 {
    background: url("../images/order2.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 38px;
    margin-left: 33px;
    width: 154px;
}
.vpso3 {
    background: url("../images/order3.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 38px;
    margin-left: 33px;
    width: 154px;
}
.vpso4 {
    background: url("../images/order4.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 38px;
    margin-left: 33px;
    width: 154px;
}
div.in-domain-div {
    width: 861px;
}

td.in-domain-td {
    background: none repeat scroll 0 0 #EEEEEE;
}
div.in-domain-div ul li {
    background-position: 13px 16px;
    color: #6B696A;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0 30px !important;
}
/* Monisa popup */ 
.hrajapopupwrapper
{
	width:100%
}
.hrajapopup {
    margin: 0 auto;
    width: 780px;
}

.hrajapopuptop
{
    background: #000;
    color: #FCFCFC;
    font-size: 16px;
    padding: 5px;
    text-align: center;
}
.hrajapopupbottom {
    background: #282421;
    color: #FCFCFC;
    font-size: 16px;
    padding: 5px;
    text-align: center;
}
.hrajapopupcenter
{
	background: #FFFFFF;
	border: 1px #272727 solid;
}
.hrajapopupcenter_top {
    display: inline-block;
    padding: 15px 25px 0;

}
.top_img {
    float: left;
    margin-right: 15px;
}
.top_img1 {
    float: left;
}

.addweb,.addhostinng {
    border-top: 1px solid #CCCCCC;
    padding: 25px 20px;
}
.addwebspan {
    background: none repeat scroll 0 0 #424242;
    border-radius: 25px;
    top: 20px;
    box-shadow: 1px 1px 2px 1px #666666;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    left: 30em;
    padding: 10px;
    position: relative;
}
.bulidurwebsite
{
	line-height: 26px;
	}

.addwebwrap {
    display: inline-block;
    float: none;
    width: 100%;
}
.addwebleft > img {
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 5px 0 #CCCCCC;
    float: left;
    margin-right: 10px;
    padding: 2px;
}
.bulidurwebsite h3 {
    color: #E16E2A;
    margin: 0;
    padding: 0;
}
.addwebids
{
    font-size: 12px;
    font-weight: bold;
    display: block;
}
.addwedhtml5 {
    bottom: 5px;
    color: #A6A6A6;
    font-size: 12px;
    position: relative;
}
.addwebleft {
    border-right: 1px solid #DDDDDD;
    float: left;
    width: 65%;
}
.addwebright {
    float: left;
    padding-left: 40px;
    width: 28%;
}
.addwebright > img {
    float: left;
}
.ruppee {
    color: #E16E2A;
    float: left;
    font-size: 40px;
    margin: 0;
    padding: 0;
}
.addwebright > span {
    display: block;
    font-size: 22px;
    padding-top: 17px;
}


.rupeebot {
    background: none repeat scroll 0 0 #484848;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
    padding: 5px;
    text-align: center;
    width: 152px;
}
#addhostleft img {
    border: medium none;
    box-shadow: none;
    width: 100px;
}

.hrajapopuptop > p ,.hrajapopupbottom > p{
    margin: 5px;
}
.firstpackage,.firstpackage1,.firstpackage2
{
 	margin-left: 50px;
    position: absolute;
    top: 14em;
    z-index: 999;
    display: block!important;
}
.firstpackage3 {
    display: block !important;
    margin-left: 22em;
    position: absolute;
    top: 36em;
    z-index: 999;
}

.firstpackage4 {
    display: block !important;
    margin-left: 22em;
    position: absolute;
    top: 52em;
    z-index: 999;
}
#img99,#img199,#img259,.addweb,.addhostinng
{
	cursor: pointer;
	}
#removed1
{
	}
.hrajapopupbottom img
{
position: relative; top: 3px;
}
.hrajapopupbottom button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.rupeebot123 {
    background: none repeat scroll 0 0 #484848;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    padding: 5px;
    text-align: center;
}

.closepopupbut {
    float: right;
    position: relative;
    right: 5px;
    top: 4px;
	cursor:pointer;
}
.hrajapopupbottom button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px;
    width: 100%;
}
.popupbestbuy {
    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF;
    margin-right: 15px;
    padding: 10px;
	font-weight:bold;
}
.popuppopular
{
	background: #202020;
    color: #FFFFFF;
    margin-right: 15px;
    padding: 10px;
	font-weight:bold;
}
.onerupee_bann{
	border-radius: 15px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	/*border: 2px solid #FFF4BA;*/
	margin-top:15px;
	background:#FFF4BA;
	font-size:28px;
	color:#49494B;
	text-align:center;
	width:850px;
	height:79px;
	
}

span.onerup_span{
	font-size:18px;
}
/* Added by basith for backup process */

.backup_area {}
.backup_area .backup_left {
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    min-height: 100px;
    padding: 20px 5px 5px;
    vertical-align: top;
    width: 48%;
}
.backup_area .backup_left label {}
.backup_area .backup_right {
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    min-height: 150px;
    padding: 5px;
    vertical-align: top;
    width: 48%;
}
#ja-content-main .backup_area h1 {}
.backup_area .backup_price {
	color: #008000;
    font-size: 25px;
    font-weight: bold;
}
.backup_area .backup_duration {
	font-size: 14px;
}
.backup_area select {
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 13px;
    min-width: 150px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
input.backup-but{
	background: url(../images/continue.jpg) no-repeat;
	padding:18px 70px;
	border:0 none;
	margin-left: 150px;
	cursor: pointer;
}

#sbox-window #ja-header {
	display: none !important;
}
#sbox-window #tawkchat-minified-wrapper {
	display: none !important;
}

@media screen and (min-width: 100px) and (max-width: 500px) {
	#backorder {
		width: 95%;
	}
	#ja-content-main .account-information h1 {
		text-align: center;
		font-size: 19px !important;
	}
	span.log-alr {
		padding: 8px 18px 0 !important;
		font-size: 18px;
	}
	#account {
		margin-top: 50px;
		border: 1px solid #ccc;
	}
	.bots {
		padding-left: 0;
		width: 75%;
		margin: 0 auto;
	}
	table.cartaddress td {
		display: table;
		padding: 0 !important;
		font-size: 17px !important;
	}
	input.account-info {
		margin-top: 3px;
		margin-bottom: 10px;
	}
	.tops, .mids, .bots {
		background: none !important;
	}
	#ja-content-main #backorder form h1 {
		font-size: 20px !important;
		text-align: center;
		padding: 20px 0 0;
	}
	.hosting-plan-part .bots {
		width: 100%;
		padding: 0;
	}
	div.hosting-plan-part table.carttable {
		margin: 0;
	}
	div.hosting-plan-part table.carttable td {
		padding: 10px 13px;
		font-size: 17px !important;
		display: block;
		width: 100%;
		text-align: center;
	}
	div.hosting-plan-part table.carttable td span {
		font-size: 15px !important;
	}
	.tops1 .mids {
		background: url(https://www.hostingraja.in/templates/ja_community_plus/images/rounded_box_mBgs.gif) repeat-y scroll 0 0 transparent !important;
	}
	.tops1 .bots {
		width: 93%;
		padding: 0;
		text-align: center;
	}
	#ja-content-main .tops1 .bots h1 {
		font-size: 20px !important;
	}
	table.cartaddress td {
		display: flex;
		width: 240px;
	}
	.smiddle1 {
		font-size: 19px;
		padding-top: 7px;
		width: 170px;
	}
	.hosting-plan-part1 table td {
		display: flex;
		width: 100%;
		height: 40px;
		font-size: 13px;
	}
	.hosting-plan-part1 .review-button {
		width: 130px;
		margin: 0 auto;
		display: flex;
	}
	.hosting-plan-part1 .review-button .button1 {
		background: url(https://www.hostingraja.in/templates/ja_community_plus/images/continueBtn.jpg) no-repeat scroll -3px -6px transparent!important;
	}
	.bots table td input, .bots table td select, .bots table td textarea, .bots table td .inputbox {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 10px !important;
		left: 0 !important;
		right: 0 !important;
	}
}
