﻿@charset "utf-8";
#checkout_container {
	width: 70%;
	padding: 0;
	margin:0 auto;
}
#checkout_leftcol {
	margin: 0;
	float: left;
	width: 98%;
	padding:0;
	padding-right:15px;
	border-right-width: 1px;
	/*border-right-style: solid;*/
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#checkoutMastHead{
	background:url(../img/Checkout_Masthead.jpg) no-repeat;
	padding-left:10px;
	position:relative;
	font-size:12px;
	height:330px;
}

#checkoutMastHead .content{
	padding:0;
	margin:0;
	width:275px;
	position:absolute;
	top:170px;
	*top:180px;
	left:20px;
}

#checkout_rightcol {
	margin: 0px;
	float: left;
	width: 150px;
	font-size:.8em;
	/*
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	*/
	padding:0;
	margin-left:10px;
	
}
#plandetails {
	height: 57px;
	width: 475px;
	padding-top: 40px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(../img/checkout_hdr_plandetails.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#plandetails strong {
	font-size: 13px;
	color: #087CE3;
}
.clear_space {
	clear: both;
	height: 10px;
}
.clear_space5 {
	clear: both;
	height: 5px;
}
.clear_space3 {
	clear: both;
	height: 3px;
}
.clear_space_rule {
	clear: both;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcolbgcolor {
	background-color: #EBF0F6;
	width: 181px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3CAD0;
	border-left-color: #C3CAD0;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3CAD0;
}
#stylized{
}
#stylized h1{
margin:0;
padding:0;
margin-bottom:10px;
font-family:Century Gothic,Arial, Helvetica, sans-serif;
font-size:15px;
color:#087ce3;
text-align:center
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:10px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 400px;
}
#stylized label{
	display:block;
	text-align:left;
	width:90px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#stylized input{
	float:left;
	font-size:11px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

/*	background-color:#fffda2;*/
	
}
#stylized .smallfield {
	float:left;
	width:20px;
}
#stylized select {
	float:left;
	font-size:11px;
	padding:0px;
	border:1px solid #333333;
	width:100px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized fieldset {
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    margin: 0px 15px;
width: 361px;
	    padding:0px;
	    float: left;
}

#PlanOptions fieldset {
	border-style:solid;
    border-color: #999999;
    border-width: 1px;
    margin: 0px 15px;
    padding:8px;
}

.check {
	padding: 0px;
	width: 5px;
	margin:0px;
	border:0px;
	height: 25px;
	float: left;
}
#billing{
	padding:10px;
	background-color:#f1e9cb;
	display:none;
}
.subcontentStyle1{
	position:absolute; visibility: hidden; border: 9px solid orange; background-color: white; width: 110px; padding: 8px; left: 793px; top: 197px;
}