#mytable {
	width: 100%;
	padding: 0;
	margin: 20px auto;
}

#mytable a{
font-size:16px;
font-weight:bold;
text-decoration:underline;
}



th {
	font: normal 11px;
	color: #4f6b72;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	letter-spacing: 0px;
	text-transform: none;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #f1eee6 url(../imagesbsg_header.jpg) no-repeat;
}

th.name {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #57575a;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	letter-spacing: 0px;
	text-transform: none;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #F5FAFA;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #dddddd;
	background: none;
}

td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
    text-align:center;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
        text-align:center;
}

td.price {
	color: #296497;
    font-weight:bold;
    text-align:center;
    font-size:16px;
}

th.price {
	color: #296497;
    font-weight:bold;
    text-align:center;
    font-size:16px;
    background: #fff url(../imagesbullet1.gif) no-repeat;
	border-left: 1px solid #C1DAD7;
    border-top:0;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../imagesbullet1.gif) no-repeat;
    font-size:14px;   font-weight:normal;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../imagesbullet2.gif) no-repeat;
    font-size:14px;   font-weight:normal;
	color: #797268;
}

th.nothing {
	border: 0;
    border-right: 1px solid #C1DAD7;
	background: #ffffff;
}



.tablecompare tfoot th strong, .tablecompare thead th
{
   font-family: Arial,Helvetica,sans-serif;
}

table.tablecompare
{
   width: 96%;
   border: 0;
   margin: 20px 0 0 0;
   border-collapse: collapse;
}


table.tablecompare a
{
 text-decoration:underline;
}

table.tablecompare a:hover
{
 text-decoration:underline;
}

.tablecompare .blankRow, .tablecompare .blankRow td
{
   height: 30px;
   background: #fff;
   border: 0;
}

.tablecompare td.big
{
   height: 30px;
   font-size: 14px;
   font-weight:bold;
   color:#555;
}

.tablecompare caption
{
   color: #666;
   font-size: .94em;
   letter-spacing: .1em;
   margin: 1em 0 0 0;
   padding: 0;
   caption-side: top;
   text-align: center;
}

.tablecompare tr.withbg td
{
   background: #f6f8f9;
}

.tablecompare tr.withbg td.highlighted
{
   background: #FFEBC7;
}

.tablecompare .withbg .coll
{
   background: #f6f8f9;
}
.tablecompare .withbg .coll.empty
{
   background: #fff;
   border: 0;
}

.tablecompare .coll
{
   background: #fff;
   padding: 6px;
   border: 0;
   border-bottom: 1px solid #ccc;
}


.tablecompare .coll h5
{
   text-align: right;
   padding-right: 0;
   font-weight: bold;
   font-size: 12px;
   color: #333333;
   margin: 0;
   font-family:Arial,Helvetica,sans-serif;
}


.tablecompare .coll h6
{
   text-align: right;
   padding-right: 0;
   font-weight: bold;
   font-size: 14px;
   color: #333333;
   margin: 0;
   font-family:Arial,Helvetica,sans-serif;
}

.tablecompare .coll h5.openable
{
   padding-right: 65px;
}

.tablecompare td
{
   color: #666;
   border: 1px solid #ccc;
   border-top: 0;
   padding: .3em 0em;
   text-align: center;
}


.tablecompare th
{
   font-weight: normal;
   color: #333;
   text-align: left;
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;
   padding: .3em 1em;
}

.tablecompare th.highlighted
{
   background: #ccc;
   color: #000;
}

.tablecompare thead th
{
   background: #efefef;
   text-align: center;
   font-weight: bold;
   font-size: 1em;
   color: #333;
}
.tablecompare thead th.highlighted
{
   background: #ccc;
   color: #000;
}


.tablecompare .title th
{
   font-weight: bold;
   font-size: 15px;
   padding: 8px 12px;
   color: #00578e;
   background: #eee;
}


.tablecompare .title th.emp
{
   background: none;
   border: 0;
   border-bottom: 1px solid #ccc;
   text-align: left;
}

.tablecompare .title th.empty
{
   border: 0;
   background: #fff;
}

.tablecompare .title th.planname
{
   text-align: center;
   border: 1px solid #ccc;
   color: #ee382a;   background: #fff;
   text-transform:uppercase;
   font-size:14px;
}



