a {
  outline: none;
}

/* Buy Now - Inner Pages */

/* ToolTip */

span.tooltip{
	color: #e1e1e1;
}

a.tooltip:hover {/*BG color is a must for IE6*/
	background:#ffffff;
	text-decoration:none;
}

a.tooltip{
	font-size: 0.9em;
	color:#8c8c8c;
	text-decoration:none;
}

a.tooltip span{
	display:none;
	padding:10px;
	margin-left:8px;
	width:350px;
	font-size: 1.1em;
}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	border:1px solid #cccccc;
	background:#ffffff;
	color:#6c6c6c;
}

div.innerProgramtitleCont{
	float: left;
	color:#4386B7;
	font-size:1.2em;
    font-weight:bold;
	width: 687px;
	border-bottom: 1px #e1e1e1 solid;
	padding: 5px 10px 10px 0;
}

div.innerProgramtitleCont strong{
	font-size: 1em;
	font-weight: bold;
}

div.innerProgramtitleCont span{
	color: #797979;
}

div.featureBrowserCont{
	width: 697px;
	float: left;
}

table.programSnapshotTable{
	float: left;
	width: 514px;
	border-collapse: collapse;
	border-bottom: 1px #d9d7d8 solid;
	background-color: #fff;
}

table.programSnapshotTable th{
	font-weight: bold;
	color: #3f2d00;
	border-right:1px solid #ffc845;
	border-bottom: 1px #e1e1e1 solid;
	vertical-align: middle;
}

table.programSnapshotTable tr.tableHeader{
	background:#f9f9f9 url('../images/thBg.jpg');
	height: 31px;
}

.programSnapshotTable tr.tableHeader th.tableLeftSpacer{
}

.programSnapshotTable tr.tableHeader th{
}

.programSnapshotTable tr td.tableLeftTdSpacer{
	text-align: left;
	padding: 6px 0 6px 0;
	width: 175px;
}

.programSnapshotTable tr td.tableLeftTdSpacer span{
	padding: 0 0 0 6px;
}

.programSnapshotTable tr td.tdLeftLabel span{
	padding: 0 0 0 18px;
}

.programSnapshotTable tr td.tdLeftLabel{
	text-align: left;
	padding: 6px 0 6px 0;
}

table.programSnapshotTable td{
	text-align: center;
	/*width: 27px;*/
	border-left: 1px #f9f9f9 solid;
	border-right: 1px #f9f9f9 solid;
	border-top: 1px #d9d7d8 solid;
	border-bottom: 1px #d9d7d8 solid;
}

table.priceTable{
	float: right;
	width: 48.35%;
	margin-right: 14px;
}

table.priceTable th{
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding: 2px 0;
	background: #f9f9f9 none repeat scroll 0% 0%;
	width: 47px;
	font-weight: normal;
}

.featureIcon{
	float: left;
	height: 114px;
	width: 157px;
	border-bottom: 1px #dfe1e3 solid;
}

div.rightArrowCont{
	float: right;
	height: 114px;
}

div.leftArrowCont{
	float: left;
	height: 114px;
}

img.arrowLeft{
	border-bottom: 1px #e1e1e1 solid;
	border-left: 1px solid #f1f1f1;
}

img.arrowRight{
	border-bottom: 1px #e1e1e1 solid;
	border-right: 1px solid #f1f1f1;
}

div.channelCreationCont{
	float: left;
	width: 697px;
	margin: 10px 0;
	padding: 10px 0 5px 0;
	border-top: 1px #e1e1e1 dashed;
	border-bottom: 1px #e1e1e1 dashed;
}

div.channelCreationCont img.startFreeTrialImg{
	float: left;
	margin: 0 12px 0 0;
}

div.channelCreationCont input.startNowInlineInput{
	float: left;
	width: 232px;
	border: 1px #b7b7b7 solid;
}

div.channelCreationCont .launchChannelBut{
	float: right;
	margin-top: 1px;
}

div.moreInfoCont{
	float: left;
	width: 797px;
	padding: 10px 0 10px 0;
	display: none;
	color: #a1a1a1;
}

div.moreInfoCont a{
	color: #565656;
}

input.startNowInlineBtn{
    float:right;
    padding-top:1px;
}

input[type='text'], textarea{
	width: 340px;
	font-size: 1.8em;
	margin-bottom: 4px;
	border:1px solid #E1E1E1;
}