@charset "utf-8";
/* CSS Document */
#featureTable{
	width:98%;
	color:#000;
	background:#FFF;
}
#featureTable .heading td{
	font-weight:bold;
}
.yes{
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.no{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#999;
}
.feature{
	background:#E3DFC1;
}
.price{
	font-weight:bold;
}
#bsfeatures{
	display:inline;
}
#templatechoice{
	height:80px;
	background:#FFF;
}
#templatechoice img{
	height:60px;
	width:90px;
	float:left;
	margin-left:2px;
	margin-top:2px;
	border:#000 solid 1px;
}
#templates .slide img{
	cursor:pointer;
}
#slidemsg{
	position:absolute;
	bottom:0px;
	background:#000;
	color:#CCC;
	padding:2px;
	left:550px;
	z-index:10;
	font-size:12px;
	border:#FFF solid 1px;;
	border-bottom:none;
}
#content ul li{
	font-weight:bold;
	margin:2px;
}
#content ul ul li{
	font-weight:normal;
}
.greytext{
	color:#999;
	font-style:italic;
}