.price_table ul { list-style:none;margin: 0px;padding: 0px;}
.price_table li { list-style:none;margin: 0px;padding: 0px;}


/***** PRICING TABLE *****/
.price_table {
	margin-top:8px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #444444;
	}
.price_table a{color: #444444;}
.price_table .align_center{text-align: center;}

.price_table .pack-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #217515;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	margin-top:0px;
}
.price_table .pack-title_info_all{/*for info all page*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #217515;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	margin-top:10px;
}
.price_table .price{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #217515;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.price_table .time{font-size: 14px;color: #217515;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);}	
	
/* --- header row 1 ---  */
.price_table .column_1 .header_row_1{
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #37752B;
	background: #52A93E;
	background: -webkit-gradient(linear, left top, left bottom, from(#52A93E), to(#469436));
	background: -moz-linear-gradient(top, #52A93E,  #469436);
	background: linear-gradient(#52A93E, #469436);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* --- header row 2 ---  */
.price_table .column_1 .header_row_2{
	height: 40px;
	width: 100%;
	border-top: 1px solid #B0E287;
	background: #7DCF3D;
	background: -webkit-gradient(linear, left top, left bottom, from(#7DCF3D), to(#52A93E));
	background: -moz-linear-gradient(top, #7DCF3D,  #52A93E);
	background: linear-gradient(#7DCF3D, #52A93E);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
.price_table .column_1{
	height: 100%;
	float: left;
	width:180px;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left:5px;
	margin-bottom:22px;
	}	

	
	.price_table .info_all .header_row_1{
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #37752B;
	background: #52A93E;
	background: -webkit-gradient(linear, left top, left bottom, from(#52A93E), to(#469436));
	background: -moz-linear-gradient(top, #52A93E,  #469436);
	background: linear-gradient(#52A93E, #469436);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* --- header row 2 ---  */
.price_table .info_all .header_row_2{
	height: 30px;
	width: 100%;
	border-top: 1px solid #B0E287;
	background: #7DCF3D;
	background: -webkit-gradient(linear, left top, left bottom, from(#7DCF3D), to(#52A93E));
	background: -moz-linear-gradient(top, #7DCF3D,  #52A93E);
	background: linear-gradient(#7DCF3D, #52A93E);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
	.price_table .info_all{
	height: 100%;
	float: left;
	width:970px;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left:-15px;
	margin-bottom:22px;
	}
/*info all hovers*/	
	.price_table .info__all:hover{
	position: relative;
	z-index: 100;
	box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-transform: translate(-5px,-15px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
	}


/**** COLUMN HOVERS ****/
.price_table .column_1:hover{
	position: relative;
	z-index: 100;
	box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-transform: translate(-5px,-15px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
	}

.price_table .column_1:hover .header_row_1,	
.price_table .column_1:hover .header_row_2,
.price_table .column_1:hover .row_style_1,
.price_table .column_1:hover .row_style_2,
.price_table .column_1:hover .row_style_footer_1,
.price_table .column_1:hover .row_style_footer_2
{	padding-left: 5px;
	padding-right: 5px;
	}

	
/**** DATA ROWS  ****/
.price_table .row_style_1,
.price_table .row_style_2
	{
	width: 100%;
	height: 20px;
	padding-top: 5px;
	float: left;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cfd2d2;
	}


.price_table .row_style_footer_1,
.price_table .row_style_footer_2
	{width: 100%;
	height: 35px;
	padding-top: 9px;
	float: left;
	}
.price_table .row_style_footer_1, .price_table .row_style_footer_2{padding: 10px 0px;}
	
.price_table .row_style_1, .price_table .row_style_footer_1{background-color: #F9F8F0;}
.price_table .row_style_2, .price_table .row_style_footer_2{background-color: #F0EED9;}

.price_table .row_style_1 span, .price_table .row_style_2 span{
	position:relative;
	font-size:12px;
}
.price_table .row_style_1 span:before, .price_table .row_style_2 span:before{
background: url("../images/icon-yes.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }
	
	/*information css*/
.price_table .row_style_1_info, .price_table .row_style_2_info
{
	width: 100%;
	height: 20px;
	padding-top: 5px;
	float: left;
	text-align:Left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cfd2d2;
}

.price_table .row_style_footer_1_info,
.price_table .row_style_footer_2_info
	{width: 100%;
	height: 35px;
	padding-top: 9px;
	float: left;
	}
.price_table .row_style_footer_1_info, .price_table .row_style_footer_2_info{padding: 10px 0px;}
	
.price_table .row_style_1_info, .price_table .row_style_footer_1_info{background-color: #F9F8F0;}
.price_table .row_style_2_info, .price_table .row_style_footer_2_info{background-color: #F0EED9;}


.price_table .row_style_1_info span, .price_table .row_style_2_info span
{
	position:relative;
	font-size:18px;
}
.price_table .row_style_1_info span:before, .price_table .row_style_2_info span:before
{
	background: url("../images/icon-yes.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
}
.price_table .no-option span:before{
background: url("../images/icon-no.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }

/**** BUY NOW BUTTON ****/
.buy_now
	{
	width: 60px;
	height: 20px;
	padding: 5px 16px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	border-style: solid;
    border-width: 1px;
	color: #513b26;
	border-color: #ddb385 #dca36c #db904f;
	background: #fab778;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcca94), to(#f9a55c));
	background: -moz-linear-gradient(top, #fcca94,  #f9a55c);
	background: linear-gradient(#fcca94, #f9a55c);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 }
.buy_now:hover
	{
	border-color: #d2aa7e #d19c68 #d0894b;
	background: #fbca98;
	background: -webkit-gradient(linear, left top, left bottom, from(#fddfba), to(#fab371));
	background: -moz-linear-gradient(top, #fddfba,  #fab371);
	background: linear-gradient(#fddfba, #fab371);
	}
	
	.more_info
	{
	width: 60px;
	height: 20px;
	padding: 5px 16px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	border-style: solid;
    border-width: 1px;
	color: #513b26;
	border-color: #3A8630 #3A8630 #3A8630;
	background: #fab778;
	background: -webkit-gradient(linear, left top, left bottom, from(#EBF1FD), to(#50C142));
	background: -moz-linear-gradient(top, #EBF1FD,  #50C142);
	background: linear-gradient(#EBF1FD, #50C142);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 }
.more_info:hover
	{
	border-color: #3A8630 #3A8630 #3A8630;
	background: #fbca98;
	background: -webkit-gradient(linear, left top, left bottom, from(#EBF1FD), to(#AEF4A5));
	background: -moz-linear-gradient(top, #EBF1FD,  #AEF4A5);
	background: linear-gradient(#EBF1FD, #AEF4A5);
	}
	

/*STEPER*/
#order-verticalsteps {
    margin: 0;
    padding: 0 0 25px 80px;
    min-height: 30px;
}

#order-verticalsteps h1 {
    font-size: 2em;
}

#order-verticalsteps h2 {
    font-size: 1.5em;
    color: #666;
}

#order-verticalsteps .textcenter {
    text-align: center;
}

#order-verticalsteps .errorbox {
	margin: 0 0 15px 0;
    padding: 10px;
    width: auto;
	background-color: #FBEEEB;
	border: 1px dashed #cc0000;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}

#order-verticalsteps .stepsbar {
    float: left;
	margin-left: -160px;
    width: 150px;
}

#order-verticalsteps .stepsbar .step {
    margin: 0 0 5px 0;
    padding: 5px;
    width: 140px;
    background-color: #efefef;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#order-verticalsteps .stepsbar .step a {
    color: #000;
    text-decoration: underline;
}

#order-verticalsteps .stepsbar .step.active {
    background-color: #FF0000;
    color: #fff;
}

#order-verticalsteps .stepsbar .step.active a {
    color: #fff;
}

#order-verticalsteps .maincontent {
    margin-left: 100px;
	margin-right: 70px;
}

#order-verticalsteps .maincontent .orderbox {
    margin: 0 0 5px 0;
    padding: 10px;
    background-color: #f4f1e6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#order-verticalsteps .maincontent .orderbox.ordernum {
    margin: 0 auto;
    padding: 15px;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#order-verticalsteps .maincontent .domainoptions {
    margin: 20px 40px;
    padding: 0;
	background-color: #f4f1e6;
}

#order-verticalsteps .maincontent .domainoptions div {
    margin: 0;
    padding: 2px;
}

#order-verticalsteps .maincontent table {
    width: 100%;
}

#order-verticalsteps .maincontent table tr td {
    padding: 3px 10px 5px 10px;
}

#order-verticalsteps .maincontent table.styled {
    border-spacing: 3px;
}

#order-verticalsteps .maincontent table.styled tr th {
    padding: 5px;
    background-color: #f4f1e6;
    font-weight: bold;
    color: #000;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#order-verticalsteps .maincontent table.styled tr td {
    border-bottom: 1px solid #ccc;
}

#order-verticalsteps .maincontent .ordertotal {
    float: right;
    margin: 25px 0 0 0;
    padding: 8px 20px;
    background-color: #efefef;
    text-align: right;
    font-size: 1.5em;
    color: #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#order-verticalsteps .maincontent .gateway {
    margin: 0;
    padding: 5px;
    border: 0;
    text-align: center;
}

#order-verticalsteps .textgreen {
    color: #3EB504;
}

#order-verticalsteps .textred {
    color: #cc0000;
}

#order-verticalsteps .hidden {
    display: none;
}

#order-verticalsteps div.left {
    float: left;
	margin: 0;
	padding: 0;
}
#order-verticalsteps div.right {
    float: right;
	margin: 0;
	padding: 0;
}







/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bootstrap-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}