@charset "UTF-8";

.hidden {
	display: none
}

label {
	cursor: pointer;
}

#reg-info-tabs .ui-widget-header {
	border: none;
	border-bottom: 1px solid #cecece;
	background: none
}

#register-area {
	font-size: 110%;
}

#register-area img {
	padding: 5px 10px;
}

#register-area h3 {
	clear: left
}

#buttons-top {
	clear: left;
	float: right;
	padding: 10px 5px 5px;
	margin-top: 40px
}

#buttons-top span {
	text-align: right;
	float: right;
	padding: 0 10px
}

table.billing-table {
	border: 1px solid #CCC;
	border-top: 0;
	float: left;
	width: 500px
}

table.billing-table td,table.billing-table th {
	border-top: #CCC solid 1px;
	vertical-align: top;
	padding: 3px 5px
}

table.billing-table th {
	text-align: left;
	font-size: 130%;
	line-height: 2em;
	color: #fff;
	background-color: #6F932F
}

.billing-area {
	float: left;
	width: 450px;
	margin-left: 20px;
	padding-top: 0;
	margin-top: 0;
	clear: none
}

#services-area {
	margin-left: 100px
}

#services-area table.billing-table {
	width: 800px
}

#services-area table.billing-table td {
	font-size: 120%;
}

#services-area .title {
	font-size: 130%;
	font-weight: 700;
	font-style: italic;
	padding-bottom: 20px;
}

#services-area img.product {
	float: left;
	width: 80px;
	height: 80px;
	padding: 5px 10px 5px;
}

#services-area .price {
	text-align: right;
	width: 20%;
	font-size: 130%;
	font-weight: 700;
	font-style: italic;
}

.selected-plan {
	background: url(../images/boxes-sprte.png) -25px -20px;
	padding: 7px 5px;
	float: right;
	width: 150px;
	height: 80px;
}

.selected-plan h1 {
	text-align: center;
	font-size: 110%;
}

.selected-plan p {
	margin: 5px 0px;
}

.selected-plan .title {
	font-size: 110%;
	font-weight: 700
}

.selected-plan .price {
	font-size: 95%;
	font-weight: 700
}

.desc-text {
	float: left;
	width: 650px;
}

.photo-area {
	float: left;
	padding: 0px 5px;
	width: 310px;
}

.photo-area img {
	width: 300px;
	height: 225px;
	border: 1px solid #cecece;
}

.photo-area .photo-button {
	padding-left: 100px;
	padding-top: 20px;
}

.plan-data {
	float: left;
	width: 970px;
	clear: both;
	background-color: #fff;
	border: 1px solid #cecece;
	margin: 5px;
	padding: 5px;
}

.plan-data .option-box {
	float: left;
	width: 240px;
	height: 321px;
	margin: 1px;
	background: transparent url(../images/planbox.jpg) no-repeat
}

.plan-data .help {
	float: right;
	margin-top: 10px;
	padding-right: 5px
}

.plan-data .option {
	float: left;
	padding: 0px 15px 25px 12px;
	color: #000
}

.plan-data .option div {
	padding: 15px 5px 20px 5px
}

.plan-data .plan-name {
	padding: 10px 30px;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
}

.price {
	font-size: 120%;
	font-weight: 700;
}

.plan-button {
	float: left;
	padding: 5px;
}

#details li {
	line-height: 3em
}

#details li a {
	background: transparent url(../images/DIYgreenArrow.gif) no-repeat;
	padding-left: 30px
}

.bulkbg {
	background: transparent url(../images/bulkbg.jpg) no-repeat;
	padding: 0px 0px 0px 300px;
}

#BBD .interior {
	padding: 0
}

table.fsbo-data-table {
	width: 90%
}

#reg-plan-area {
	margin: 10px 0px 20px 0px;
}

#reg-plan-area .ui-widget-content {
	border: 1px solid #e0cfc2;
	background: #fff url(images/ui-bg_inset-soft_100_f4f0ec_1x100.png) 50%
		bottom repeat-x;
	color: #1e1b1d;
}

#reg-plan-area .ui-accordion .ui-accordion-content {
	padding: 1em .5em;
}

/*
	 * Registration progress bar
	 */
#progressBar {
	float: left;
	width: 1000px;
	padding-bottom: 0.5em;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin-bottom: 5px;
}

#progressBar p {
	float: left;
	font-weight: bold;
	padding: 2px 0;
}

#progressBar ul {
	list-style-type: none;
	margin: 0;
	padding: 8px;
	float: left;
}

#progressBar li {
	float: left;
	margin: 0;
	height: 25px;
	padding: 2px
}

#progressBar a {
	display: inline;
	text-decoration: none;
	padding: 5px 3px 0;
	color: #fff;
}

#steps {
	padding: 2px;
	background-color: #fff;
}

#step_0 p {
	padding: 6px 0 6px 0;
	font-weight: 700;
	font-size: 1.5em;
}

#step_current {
	text-align: center;
	background-color: #6666CC;
	color: #fff;
}

#step_current p {
	padding: 2px;
}

#step_next {
	text-align: center;
	background-color: #CCCCFF;
	color: #fff;
}

#step_next p {
	padding: 2px;
}

#step_visited {
	text-align: center;
	background-color: #CCCCCC;
	color: #fff;
}

#step_visited p {
	padding: 2px;
}

#arrow_current {
	background: #ccccff url(../images/progress_sprite.png) -2333px 50%;
	width: 30px;
}

#arrow_next_more {
	background: #ccccff url(../images/progress_sprite.png) -3110px 50%;
	width: 30px;
}

#arrow_next_visited {
	background: #cccccc url(../images/progress_sprite.png) -1550px 50%;
	width: 30px;
}

#arrow_last {
	background: #ccccff url(../images/progress_sprite.png) -795px 50%;
	width: 20px;
}

#arrow_current_last {
	background: #ccccff url(../images/progress_sprite.png) -30px 50%;
	width: 20px;
}

#arrow_prev_current {
	background: #CCCCCC url(../images/progress_sprite.png) -3890px 50%;
	width: 30px;
}