table.tblSection {
	border: 1px solid #CF9B64;
	color: #CF9B64;
	margin: 10px 0;
}

table.tblSection td a {
	color: #CF9B64;
}

table.tblSection tr.price td {
	padding: 10px;
}

table.tblSection tr.price {
	background: #CF9B64;
	color: #FFFFFF;
	font-weight: bold;
}

table.tblSection td.text {
	padding: 0 10px 10px 10px;
	font-weight: bold;
}

table.tblRange {
	width: 400px;
	margin-bottom: 20px;
	margin-right: 5px;
}

table.tblRangeBg {
	background : #CF9B64 url(../images/home/backgrounds/office_bg.gif) repeat-x;
}

table.tblRange tr.heading {
	color: #FFFFFF;
}

table.tblRange tr.heading td {
	padding: 0 5px;
	font-size: 14px;
}

table.tblRange tr.heading td.items {
	font-size: 12px;
	padding-bottom: 5px
}

table.tblRangeProduct {
	border: 1px solid #CF9B64;
	width: 150px;
	margin-top: 10px;
}

table.tblRangeProduct a {
	background: transparent;
	color: #CF9B64 !important;
}

table.tblRangeProduct td {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

table.tblRangeProduct td.price {
	border-top: 1px solid #CF9B64;
}

table.tblRange td.tdRangeProduct {
	width: 190px;
	text-align: center;
}

table.tblProduct {
	border: 1px solid #CF9B64;
	width: 150px;
	margin-top: 10px;
	margin-right: 44px;
}

table.tblProduct a {
	background: transparent;
	color: #CF9B64 !important;
}

table.tblProduct td {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

table.tblProduct td.price {
	border-top: 1px solid #CF9B64;
}

table#tblPrice td.wasprice {
	color: #CF9B64;
	font-size: 13px;
}

