body {
	margin: 0px;
	background-color: #fff;
	scrollbar-face-color: #EBEBEB;
	scrollbar-shadow-color: #86858B;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #ccc;

}

#header {
	background: #fff url('/images/popup_headerBG.gif') no-repeat;
	width: 495px;
	height: 50px;
	padding-top: 0px;
	margin-bottom: 0px; margin-left:10px; margin-right:10px; margin-top:10px; padding-left:5px; padding-right:5px; padding-bottom:5px
}

/*
#footer {
	background-color: #ff6600;
	width: 100%;
	height: 5px;	
	clear: both;
}
*/

#content {
	background-color: #FFFFFF;
	height: 275px;
	width: 503px;
	clear: left;	
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	border-bottom: 4px solid #BCBCBC;
	margin-left: 10px;
}

#contentinner {
	padding-left: 15px;	
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}


#closethiswindow {
	float: right;
	height: 9px;
	width: 250px;
	margin-top: 31px;
	margin-right: 8px;
	text-align:right;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 8px;

}


h3 {
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 8px;
	background: url('/pics/headerunderline.gif') repeat-x left bottom;
}

h4 {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #C53230;
	line-height: 20px;
	margin-bottom: 8px;
	background: url('/pics/h3_dottedunderline.gif') repeat-x left bottom;
}

#logo {
	padding-top: 11px;	
	padding-left: 12px;
}

.footnote {
	color: #666;
} 

a {
	color: #C53230;	
}

.highlight
{
	color: #C53230;
	font-weight: bold;
}

li
{
	margin-bottom: 5px;
}

.packagecomparison a {
	color: #fff;
	text-decoration: none;
}

table.packagecomparison {
	width: 560px;
	border-bottom: solid #E1342D 2px;
}

.packagecomparison th {
	padding: 5px 5px 5px 5px;
	background: #42356B;
	color: #fff;
	font: bold 12px verdana, geneva, arial, sans serif;
	text-align: center;
	border-left: 1px solid #fff;
}

.packagecomparison td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	text-align: center;
	background: #F2F1F5;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 15px;
	font-weight: bold;
}

.packagecomparison td a {
	color: #C53230;
	text-decoration: underline;
}
/*
.packagecomparison td+td{
	border-left: 1px solid #fff;
	text-align: center;
}

.packagecomparison th+th {
	border-left: 1px solid #ccc;
}*/

.packagecomparison tr.altrow td{
	background: #ebebeb;
}


.packagecomparison td.win, .packagecomparison td.colour1 {
	background: #ebebeb;
	font-weight: normal;
	font-size: 10px;
	
	/*color: #CC6600;*/
}

.packagecomparison tr.subheadrow td{
	background: #dbdbdb;
}

.packagecomparison td.linux, .packagecomparison td.colour2 {
	background: #dbdbdb;
	font-weight: normal;
	font-size: 10px;
	/*color: #CC6600;*/

}

.ticklist {
			margin: 0px;
			padding: 0px;
			
			
		}
	
.ticklist li {
			background: url('/pics/popuptick.gif') no-repeat 0px 5px;
			padding-left: 25px;
			list-style-type:none
}
			
/*feature table */

.featurelisttable {
	margin-top: 12px;
	border-bottom: solid #343461 1px;	
}

.featurelisttable th {
	text-align: left;
	/*background: #42356b url(/pics/tablehdr_bg.gif) no-repeat right top;*/
	background: #42356b;
	padding: 6px 3px 5px 10px;
	color: #fff;
	font: bold 12px Verdana, geneva, arial, sans-serif;
}

.featurelisttable td {
	height: 27px;	
}

.featurelisttable a.moreinfo {
	margin-left: 5px;
	font-size: 9px;
	color: #5385cf;
	
}

.leftrow {
	background: url('/pics/globalfooter_dottedline.gif') repeat-x bottom;
}

.leftrow a {
	font-weight: bold;
}

.rightrow {
	background-color: #F7F7F7;
	text-align: center;
	color: #757575;
	font-size: 10px;
}						