/* CSS Document */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.marginleft {
	margin-left: 5px;
}

.margintop {
	margin-top: 5px;
}

.widgetRoundbox {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #004479;
	color: #c3d5e5;
	font-size: 11px;
}

.widgetBoxContent {
	margin-left: 10px;
}

.widgetTop div, .widgetTop, .widgetBottom div, .widgetBottom {
	font-size: 1px;
	height: 10px;
	width: 100%;
}

.widgetTop {
	background:transparent url(../images/widget-top-right.gif) no-repeat scroll right top;
}

.widgetTop div {
	background:transparent url(../images/widget-top-left.gif) no-repeat scroll left top;
}

.widgetBottom {
	background:transparent url(../images/widget-bottom-right.gif) no-repeat scroll right bottom;
}

.widgetBottom div {
	background:transparent url(../images/widget-bottom-left.gif) no-repeat scroll left top;
}

.widgetTitle {
	color: #f6f5f0;
	font-size: 18px;
	font-weight: normal;
}

.widgetRoundbox a, .widgetRoundbox a:hover {
	color: #0683d5;
	text-decoration: none;
}

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

.widgetAanchor {
	text-align: right;
	padding-right: 15px;
	margin-top: 35px;
}

.asterBody {
	color: #2d2c28;
	padding:0;
	padding-right:50px;
}

.asterBillBody {
	color: #2d2c28;
	padding:0;
	padding-right:50px;
	padding-bottom:40px;
}

.asterTitle {
	color: #3f4140;
	text-transform: uppercase;
	padding:0;
	padding-top:15px;
	font-family: Arial Narrow (Sec);
	font-size:24px;
}


.asterHeader
{
	color: #393939;
	padding:0;
	padding-top:55px;
	padding-bottom:15px;
	font-family: Arial Narrow (Sec);
	font-size:24px;
}

.asterThankBody
{
	color: #2d2c28;
	padding:0;
	padding-right:10px;
	padding-bottom:90px;
	font-family: Verdana;
	font-size:12px;
	
}

.asterEstimate {
	font-size: 1.2em;
	font-weight: bold;
	color: #014e91;
	margin-top: 25px;
	padding-top:20px;
}

.asterpaypalbill
{
	color: #325e98;
	font-family: Arial Narrow (Sec);
	font-size:24px;
	padding-top:40px;
	padding-bottom:18px;

}

.asterbillheader
{
	color: #f6f5f0;
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	background-color:#0781d6;
	
}
.asterpadding
{
padding: 4px 30px 4px 8px;
}


.asteritemhead
{
	color: #2d2c28;
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	padding:50px 0 6px 0;

}

.asteritem
{
	color: #2d2c28;
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;


}

.asteritemdesc
{
	color: #2d2c28;
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;


}

.asteritem td
{
	padding: 12px 0 0 0;
}

.asteruserinfo
{
	color: #2d2c28;
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:italic;

}

.asteritemvat
{
	color: #2d2c28;
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	background-color:#e3e2de;

}

.asteritemtotal
{
	color: #2d2c28;
	font-family: Verdana;
	font-size:18px;
	font-weight:normal;

}

.asteritemtotalnr
{
	color: #b12f2f;
	font-family: Verdana;
	font-size:18px;
	font-weight:normal;

}

.asterbillinfo
{
	color: #014e91;
	font-family: Arial Narrow (Sec);
	font-size:24px;
	font-weight:normal;
	padding:18px 0 18px 0;

}

.asterWidgetDetails {
	margin-top: 15px;
	width: 280px;
	float: left;
}


.asteritemDetails {
	margin-top: 15px;
	width: 480px;
	float: left;
}

.asterWidgetDetails span {
	width: 140px;
	display: block;
	float: left;
	margin-top: 10px;
}

.asterWidgetTotal {
	background:transparent url(../images/gray-box.gif) no-repeat scroll;
	margin-top: 10px;
	width: 470px;
	height:64px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 10px;
}

.asterWidgetTotal span {
	color: #b12f2f;
}

.asterForm {
	border: 1px solid #cccccc;
	margin-top: 5px;
	padding: 10px;
}

.asterForm1 {
	border: 1px solid #cccccc;
	margin-top: 35px;
	padding: 10px;
}

.asterForm div {
	margin: 10px 0px;
}

.asterForm span {
	display: block;
	width: 100px;
	float: left;
}

.asterFormInput {
	width: 230px;
	border: 1px solid #cccccc;
}

.privacy, .privacy:hover {
	color: #b63f3f;
	text-decoration: underline;
}

.privacy:hover {
	text-decoration: none;
}

#privato p{
font-size:20px;
padding-bottom:10px;
}

#payment{
padding-top:25px;
}

#payment p{
padding-top:0px;
padding-bottom:9px;
width:510px;
padding-right:0px;
}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
