
/*Content Section*/



.content-page {

}



.content-box-page {


}


.divider {
	background:url(/images/divider.png) no-repeat;
	margin:5px 0;
	padding:0;
	height:1px;
}

.divider2 {
	background:url(/images/divider2.png) no-repeat;
	margin:5px 0;
	padding:0;
	height:1px;
}

.divider3 {
	background:url(/images/divider3.png) no-repeat;
	margin: 0 0 3px 0;
	padding:0;
	height:1px;
	clear: both;
}

.clearfix {
	clear:both;
}



/* Incorporate Now Packages */

.packages-content-container {	
	font-size: 14px;
}
	

.packages-content-container, .packages-content-container td, .packages-content-container th {

	/* overwrite the default font from the site CSS if we must... */
	
	font-family: Open Sans, Calibri, Arial, sans-serif;

}

.packages-content-container .step {	
	color: #087579;
	font-size: 15px; /* font-size: 17px; */
	font-weight: bold;			
	line-height: normal;
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
}

.packages-content-container .step-number {
	display: inline-block;
	background-color: #087579;
	color: white;
	margin: 10px 18px 0 20px;
	padding: 0 10px;
	line-height: 28px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -khtml-border-radius:3px;
}

.packages-content-container .step-label {
	display: inline-block;
}

.packages-content-container .step select, .step p {
	display: inline-block;
	font-size: 12px;
}

.packages-content-container .step-text {	
	display: inline-block;
}

.table-packages {
	border-collapse: separate;
	width: 100%;
}

.table-packages th, .table-packages td {
	border: 1px solid transparent;
	padding: 10px 10px 10px 10px;
}

.table-packages th, .table-packages th.bordered, .table-packages th.bordered-hover {
	font-size: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;/*173763*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
	-moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    -khtml-border-radius:5px 5px 0 0;
}

.table-packages th.blank {
	border: 0px solid transparent;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-border-radius:0 0 0 0;
    -webkit-border-radius:0 0 0 0;
    border-radius:0 0 0 0;
    -khtml-border-radius:0 0 0 0;
}

.table-packages th p, .table-packages th.bordered p, .table-packages th.bordered-hover p {
	font-size: 16px;
}

.table-packages input[type=radio] {
display:none;
}

.bigfont {
	text-align:center;
}

/* package selection color */

.table-packages th.bordered {
	color: #ffffff;
   	text-decoration:none;
	background: #eb5e24;
 background: -moz-linear-grad background: -moz-linear-gradient(top, #eb5e24 0%, #eb7f24 50%, #eb5e24 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb5e24), color-stop(50%,#eb7f24), color-stop(100%,#eb5e24)); 
background: -webkit-linear-gradient(top, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
background: -o-linear-gradient(top, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
background: -ms-linear-gradient(top, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
background: linear-gradient(to bottom, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5e24',
endColorstr='#eb5e24',GradientType=0 ); 

}

.table-packages th.bordered-hover {
	color: #ffffff;
   	text-decoration:none;
	background: #eb5e24;
 background: -moz-linear-gradient(top, #eb5e24 0%, #eb7f24 50%, #eb5e24 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb5e24), color-stop(50%,#eb7f24), color-stop(100%,#eb5e24)); 
background: -webkit-linear-gradient(top, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
background: -o-linear-gradient(top, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
background: -ms-linear-gradient(top, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
background: linear-gradient(to bottom, #eb5e24 0%,#eb7f24 50%,#eb5e24 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5e24',
endColorstr='#eb5e24',GradientType=0 ); 

}
		

.table-packages th.bordered, .table-packages td.bordered, 
.table-packages th.bordered-hover, .table-packages td.bordered-hover {		
	background-color: #b9c3d0 !important; /* #14507b */
} 

.table-packages .button-expand {     	
	display: inline-block;
	background-color: transparent;
	color: #087579;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 0;
	width: 18px;
	line-height: 18px;
	text-decoration: none;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -khtml-border-radus:3px;
}


.table-packages .package-subsection-textcontainer {
      	
	/* http://stackoverflow.com/questions/1260122/expand-div-to-take-remaining-width */
      	
	overflow: hidden;
	color: #606771; /*14507b*/
      	
}

.table-packages .package-subsection-title {
	display: inline-block;
	font-weight: bold;
}

.table-packages .subsection-description {
	max-width: 300px;
	vertical-align: middle;
}

.table-packages-itemcost {
	text-align: center;
}

/* give the total rows a few pixels separation from the rest of the table */
.table-packages tr.table-packages-dynamicend td {
	height: 3px;
	padding: 0;
}

.table-packages .table-packages-totalrow td {
	background-color: #efefef;
	text-align: right;
}

.table-packages td.included span.data-AddOnFee {
	display: none;
	font-weight:bold;
}
	  
.packages-content-container {
	margin: 20px 0 0 0; 
	width: 999px;
}

.table-packages tr.package-section-header { 
	background: #087579; /*#dd4111; */
/* background: -moz-linear-gradient(top, #dd4111 0%, #fc7712 50%, #dd4111 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4111), color-stop(50%,#fc7712), color-stop(100%,#dd4111)); 
background: -webkit-linear-gradient(top, #dd4111 0%,#fc7712 50%,#dd4111 100%); 
background: -o-linear-gradient(top, #dd4111 0%,#fc7712 50%,#dd4111 100%); 
background: -ms-linear-gradient(top, #dd4111 0%,#fc7712 50%,#dd4111 100%); 
background: linear-gradient(to bottom, #dd4111 0%,#fc7712 50%,#dd4111 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4111',
endColorstr='#dd4111',GradientType=0 ); 
*/
	-moz-border-radius:5px 5px 0 0;

    -webkit-border-radius:5px 5px 0 0;

    border-radius:5px 5px 0 0;

    -khtml-border-radius:5px 5px 0 0;
}


.table-packages tr.package-section-header td {
	color: white; 
	font-weight: bold;
	font-size: 16px;
}

/* alternating row color */
.table-packages tr.package-subsection-1 { 
	background-color: #efefef;
}

.icon-success {
	color: #76EE00;
	font-size: 48px;
}

tr.submit-buttons {

	text-align: center;

}

/* In use */

.order-headers h1 {
	margin: 10px 0 20px 0;
	border-radius: 5px;
	background: #ED7315;
	color: #ffffff;
	font-size:17px;
	height:24px;
	text-align:left;
	color:#fff;	
	padding: 4px 0 2px 5px;
}




.progress-bar-order2, .progress-bar-order3, .progress-bar-order4, .progress-bar-order5, .progress-bar-review, .progress-bar-payment {
	width:702px;
	height:25px;
	margin:25px 0 20px 0;
	position:relative;
	padding:0;
}

.progress-bar-order2 {
	background:url(images/progress-1.png) no-repeat;
}

.progress-bar-order3 {
	background:url(images/progress-2.png) no-repeat;
}

.progress-bar-order4 {
	background:url(images/progress-3.png) no-repeat;
}

.progress-bar-order5 {
	background:url(images/progress-4.png) no-repeat;
}

.progress-bar-review {
	background:url(images/progress-5.png) no-repeat;
}

.progress-bar-payment {
	background:url(images/progress-6.png) no-repeat;
}

/* Review Page */

.review-table {

	margin: 10px 0 0 0;
	
	border-collapse:collapse;
			
}

.review-table td {
	
	font-size:15px;

width: 300px;

	text-align:left;

	color:#575757;

	padding:2px 0 0 0;

}

.review-table td h3 {

color:#575757;

font-size: 14px;

font-weight: 700;

	padding:0 0 0 0;

}

.review-left {

	width: 300px;

	float: left;

	padding: 0 0 0 0;

	margin: 5px 0 0 0;

}

.review-mid {

	width: 300px;

	float: left;

	padding: 0 0 0 0;

	margin: 5px 0 0 0;

font-weight: 400;


}

.review-right {

	width: 85px;

	float: right;
	
	text-align: right;

	padding: 0 10px 0 0;

	margin: 5px 0 0 0;
}

/* Payment Page */


.alert {
color: red;
padding: 0 0 0 5px;
margin: 5px 10px 0 0;
}





#useStreet, #useClear, #useStreet1, #useClear1, #useStreet2, #useClear2, #useStreet3, #useClear3, #useStreet4, #useClear4, #useStreet5, #useClear5 {
        color:#ED7315;
	font-size: 12px;
}

#useStreet, #useStreet1, #useStreet2, #useStreet3, #useStreet4, #useStreet5 {
	padding: 0 25px 0 10px;

}

#useStreet:hover, #useClear:hover, #useStreet1:hover, #useClear1:hover, #useStreet2:hover, #useClear2:hover, #useStreet3:hover, #useClear3:hover, #useStreet4:hover, #useClear4:hover, #useStreet5:hover, #useClear5:hover {
        color:#ED7315;
	text-decoration: underline;
	cursor: hand;
}

.edit a {
 	color: blue;
	text-decoration: underline;
	font-size: 13px;
}

.edit a:hover {
	cursor: hand;
}
/*
.styled li  {
    float: left;
    background: url(/images/img-tick01.png) no-repeat left 2px;
    font-size: 15px;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    padding: 2px 0 18px 30px;
}*/

.styled li  {
    float: left;
    background: url(/images/double-arrow.png) no-repeat left 7px;
    font-size: 15px;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    padding: 0 0 7px 25px;
}