@charset "utf-8";
/* CSS Document */


#cart-header {
	width: 780px;
	height: 101px;
	
	margin-left: 3px;
}

.terms_anchor {
	text-decoration: underline;
}

.cart-step {
	height: 25px;
	text-align: center;
	
	background: #CBBEA5;
	
	margin-left: 3px;
	margin-right: 3px;
	
	border-top: solid 1px #373131;
}

.cart-top-spacer {
	float: left;
	
	width: 83px;
	height: 25px;
}

.cart-top-btn {
	float: left;
}

#page-container li {
	list-style: disc;
	
	margin-left: 15px;
	padding-bottom: 2px;
}

#page-contents {
	width: 780px;
	
	margin-left: auto;
	margin-right: auto;
}

#contents {
	clear: both;
	width: 720px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 16px;
	
	/*border: solid 1px #ff0000;*/
}

#title {
	float: none;
	
	padding-bottom: 15px;
}

#title-text {
	float: none;
	width: 560px;
	height: 27px;
	
	border-left: 6px solid #335D99;
	font-size: 24px;
	font-weight: bold;
	line-height: 27px;
	vertical-align: bottom;
	
	padding-left: 10px;
	margin-bottom: 15px;
}

.explain {
	clear: both;
	float: left;
	
	color: #221815;
	padding-bottom: 20px;
	
}

#buttons {
	float: right;
	
	text-align: right;
	
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#cart-empty {
	float: left;
	margin-right: 10px;
}

#recalc {
	float: left;
}

#calculate {
	clear: both;
	float: right;
	width: 255px;
	
	color: #221815;
	padding-top: 10px;
	padding-bottom: 5px;
}

#cautionary {
	clear: both;
	float: right;
	
	color: #8B0000;
	font-size: 80%;
}

#under-buttons {
	clear: both;
}

#verisign {
	float: left;
	width: 130px;
}

#move-buttons {
	float: right;
	
	text-align: right;
	
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#ret-search {
	float: left;
	margin-right: 10px;
}

#calc {
	float: left;
}

#config_row_1 {
	clear: both;
	float: left;
}

#config_row_2, #config_row_3, #config_row_4
{
	float: left;
	padding-left: 10px;
}

table.table-list th{
	font-weight: normal;
	background: #CBBEA5;
	
}

table.table-list {
	border-collapse: collapse;
	border-top: 1px solid #939393;
	border-left: 1px solid #939393;
}

table.table-list input {
	text-align: right;
}

table.table-list th, table.table-list td {
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
}

table.table-list td{ padding: 4px; }


table.table-calc {
	border-collapse: collapse;
	border-top: 1px solid #939393;
	border-left: 1px solid #939393;
}

table.table-calc th, table.table-calc td {
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
}

table.table-calc td{ padding: 4px; }

table.table-normal th, table.table-normal tr, table.table-normal td {
	padding: 0px;
	border: 0px;
}



.buttons-area {
	clear: both;
	float: left;
	
	text-align: left;
	
	padding-top: 20px;
	padding-bottom: 30px;
}

.btn-layout-left {
	clear: both;
	float: left;
}

.btn-layout-second {
	float: left;
	
	margin-left: 10px;
}
