input.option {
  font-size: 12px;
  font-weight:bold;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  border: none;
  background: #fff url(images/detailsButton.gif) right center no-repeat;
  color: #ff6a00;
  width: 250px;
  text-align: left;
  margin-left: -7px;
  
}

input.button {
  font-size: 10px;
  font-weight:;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  border: none;
  text-align: center;
  background: url(images/discountBg.gif) left top no-repeat;
  color: #ee7722;
  width: 86px;
  height: 20px;
}

#pricingOptions {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
}


table.pricing a {
	color: #474848;
	text-decoration: underline;
}
table.pricing a:visited {
	color: #474848;
	text-decoration: underline;
}
table.pricing a:hover {
	color: #474848;
	text-decoration: none;
	font-weight: bold;
}

table.pricing {
	table-layout: fixed;
	margin: 10px 0px 20px 0px;
	padding: 0;
	width: 561px;
	border: 1px solid #827164;
	border-right: none;
	border-bottom: none;
	color: #474848;
	background: #ffffff;
	text-align:center;	
}
table.pricing tr td {
	border: 1px solid #827164;
	border-top: none;
	border-left: none;
	padding: 5px;
}
table.pricing tr.header td{
	font-weight: bold;
	text-indent: 0;
	color: #ffffff;
	background: #ee7722;
	
}
table.pricing td.thickCol1 {
	width: 303px;
	border-right: none;
	text-align: left;
}
table.pricing td.thinCol1 {
	width: 96px;
}
table.pricing td.thinCol2 {
	width: 59px;
}
table.pricing td.thinCol3 {
	width: 118px;
}

table.pricing tr td.thickCol2 {
	border-right: none;
	text-align: left;
	text-indent: 12px;

}
table.pricing tr.secHeader td {
	text-indent: 0px;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 15px;
	text-align: left;
}
table.pricing tr.grayRow td {
	background: #e9e9e9;
}

a.note {
	position: relative;
	padding-top: 5px;
	display: block;
	font-size: .8em;
	color: #4f564f;
	text-decoration: none;
	
}
a.note span {
	display: none;
}
a:hover.note span  {
	position: absolute;
	bottom: 8px;
	left: 110px;
	display: block;
	font-size: 1.3em;
	line-height: 125%;
	text-align: left;
	width: 298px;
	color: #4f564f;
	font-weight: normal;
	z-index: 0;
	background: url(images/popTop.gif) right top no-repeat;

}
a:hover.note span div.popContent {
	display: block;
	margin: 0;
	margin-top: 10px;
	background: url(images/popBg.gif) right top repeat-y;
	padding: 5px 20px 10px 30px;
	
}
a:hover.note span div.popBtm {
	margin: 0;
	width: 298px;
	height: 64px;
	display: block;
	background: url(images/popBtm.gif) left bottom no-repeat;
}


* html a.note {
	height: 1px;
}


table.pricing tr.whiteRow td {
	background: #ffffff;
}

table.pricing tr.thirdHeader td {
	color: #e57500;
	font-style: italic;
	text-indent: 20px;
	text-align: left;
}
