/*.cost-table {
	background: url(images/bg-costTable.jpg) top no-repeat; ;
}*/

.cost-table-middle{
	background: url(images/bg-costTableTBody.jpg) top no-repeat;
	display: block;
	height: 180px;
}

.cost-table-top {
	background: url(images/bg-costTableTHead.jpg) top no-repeat;
}

.cost-table-bottom {
	background: url(images/bg-costTableTFoot.jpg) bottom no-repeat;

} 

.cost-table tbody tr {
	background: transparent;
}

.cost-table td,
.cost-table th {
	font-size:1.68em;
	font-weight:normal;
	line-height:1.1;
	margin-bottom:0;
	color:#5E8485;
	font-family:arial,helvetica,sans-serif;
}

.cost-table th span.small {
	font-size: 60%;
}

.cost-table {
/*	border: solid red 1px;*/
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	line-height: 0 !important;
}

.cost-table td,
.cost-table th {
	width: 31%;
	text-align: center;
	border-bottom: solid #d9d9d9 1px;
}

.cost-table-middle,
.cost-table-bottom {
/*	background: url(images/bg-tableGroup.jpg) top repeat-y;
	display: block;*/
	margin-top: -10px;
}


.cost-table td,
.cost-table th {
	padding: 10px 0;
}

.calculate-table td {
	border-bottom: none;
	padding: 0;
}

.calculate-table input {
	text-align: center;
}

.calculate-table tr.first td {
	padding: 20px 0;
}



.cost-table th {
	color: #666;
	padding-top: 20px;
}

.cost-table td.spacer {
	border-bottom: none;
	width: 2%;
}

.cost-table th,
.cost-table tr.last td {
	border-bottom: none;
}

.calculate-table tr.last td {
	padding-bottom: 20px;
	border-bottom: solid #d9d9d9 1px;
}

.cost-table tfoot td {
	width: 100%;
	border-bottom: none;
	color:#676767;
	font-family:verdana,arial,sans-serif;
	vertical-align:inherit;
	font-size: 100%;
	padding: 15px 0 ;
}


.calculate-table td {
	font-size: 105%;
	color: #666;
	padding: 0;
}

.calculate-table label {
	font-weight: bold;
}

.calculate-table td.right {
	text-align: right;
}

.calculate-table td.left {
	text-align: left;
}

.calculate-table td.float p,
.calculate-table td.float input {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0 10px;
}
.calculate-table tr.narrow td.product p,
.calculate-table tr.last p {
	margin: 0;
}

.calculate-table td.float p {
	margin-left: 120px;
}

*html .calculate-table td.float p {
	margin-left: 50px;
}

.calculate-table tr.narrow td {
	width: 20%;
	padding-bottom: 0;
	margin-bottom: 0;
}
.calculate-table tr.narrow td.spacer {
	width: 6%;
}

.calculate-table tr.float td.spacer {
	width: 2%;
}

.calculate-table tr.narrow td.product p {
	padding-left: 30px;
	margin-bottom: 10px;
}

.calculate-table tr.last td{
	padding-bottom: 30px;
}

.calculate-table tr.narrow input.submit {
	margin-left: 10px;
}

.calculate-table .cell {
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
}

.calculate-table .cell label {
/*	margin-top: 12px;*/
	display: inline-block;
	line-height: 15px;
	padding-top: 7px;
}

.calculate-table .row {
	display: inline-block;
	text-align: center;
}

.calculate-table input {
	height: 17px;
}

.calculate-table .button {
	height: 19px;
	font-weight: bold !important;
	display: block;
	color: white;
	background-color: #CA2128;
	padding-bottom: 3px;
	font-size:12px;
/*	margin: 0;*/
}

.calculate-table .cell span {
	display: inline-block;
	line-height: 19px;
	margin: 0.5em 0;
}

.calculate-table .user-info {
	margin: 30px 0 10px 130px;
}

.calculate-table .product-info {
	margin-left: 50px;
	margin-bottom: 20px;
}

/**html .calculate-table .product-info {
	margin-left: 30px;
}*/

.calculate-table hr {
	padding-left:15px;
	border-bottom: solid 1px #d9d9d9;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	width: 96%;
	margin-top: 10px;
	display: block;
}

#trialRequest {
	width: 130px;
}

#calculateCost {
	background-color: #5E8485;
	color: #fff;
}

.calculate-table .rule {
	display: block;
	height: 10px;
	width: 605px;
	margin-top: 10px;
	margin-left:1px;
}

.cost-table-wrapper {
	width: 611px; 
	margin-left: 23px;
}