#subsctiptionTable {
		border-collapse:collapse;
		padding:0;
		}
	#subsctiptionTable *{border-collapse:collapse;padding:0;}
	#subsctiptionTable .present{
		width:23px;
		height:18px;
		background:transparent url(images/present.option.png) 0 0 repeat-x;
		}
	* html #subsctiptionTable .present{
		background:transparent;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/present.option.png', sizingMethod='scale');
	}
	#subsctiptionTable .absent{
		width:23px;
		height:18px;
		background:transparent url(images/absent.option.png) 0 0 repeat-x;
		}
	* html #subsctiptionTable .absent{
		background:transparent;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/absent.option.png', sizingMethod='scale');
	}
	#subsctiptionTable .header{
		background:url(images/bg.table.head.png) 0 0 repeat-x;
		}
		#subsctiptionTable .header td{
			background:url(images/bg.table.head.png) 0 0 repeat-x;
			height:57px;
			font-weight:bold;
			color:#f7f6f6;
			text-align:center;
			font-size:11px;
			}
			#subsctiptionTable .header td i{
				font-weight:normal;
			}
		#subsctiptionTable .header td.features{
			background:url(images/bg.table.head.png) 0 0 repeat-x;
			width:315px;
			vertical-align:middle;
			text-align:left;
		}
		#subsctiptionTable .header td.features img{
			margin-right:10px;
		}
		#subsctiptionTable .header td.features img{
			vertical-align:middle;
		}
		#subsctiptionTable .header td.customer{
			background:url(images/table.head.customer.png) 0 0 no-repeat;
			width:104px;
		}
		#subsctiptionTable .header td.trust{
			background:url(images/table.head.trust.png) 0 0 no-repeat;
			width:104px;
		}
		#subsctiptionTable .header td.mentor{
			background:url(images/table.head.mentor.png) 0 0 no-repeat;
			width:101px;
		}
		#subsctiptionTable .content{
			text-align:center;
		}
		#subsctiptionTable .content td.descriptionPrice{
			border-right:3px solid #F7F6F6;
			height:59px;
			width:312px;
			background:#E2D9D6 url(images/price.bg.gif) 0 0 repeat-x;
		}
		#subsctiptionTable .content td.customerPrice{
			border-right:3px solid #F7F6F6;
			width:101px;
			background:#EDE1DC url(images/price.bg.gif) 0 0 repeat-x;
			height:59px;
		}
		#subsctiptionTable .content td.trustPrice{
			border-right:3px solid #F7F6F6;
			width:101px;
			background:#E5D1CA url(images/price.bg.gif) 0 0 repeat-x;
			height:59px;
		}
		#subsctiptionTable .content td.mentorPrice{
			width:101px;
			background:#D0AFA2 url(images/price.bg.gif) 0 0 repeat-x;
			height:59px;
		}
		#subsctiptionTable .content td.description{
			border-right:3px solid #F7F6F6;
			border-bottom:1px solid #E6E3E3;
			background:#EBE9E9;
			line-height:16px;
			padding:4px 0 5px 0;
			text-align:left;
			padding-left:15px;
			width:297px;
		}
		#subsctiptionTable .content td.customerPresence{
			border-right:3px solid #F7F6F6;
			border-bottom:1px solid #F5EEEC;
			background:#F6F0EE;
			line-height:16px;
			padding:4px 0 5px 0;
		}
		#subsctiptionTable .content td.trustPresence{
			border-right:3px solid #F7F6F6;
			border-bottom:1px solid #E9D8D2;
			background:#EDE1DD;
			line-height:16px;
			padding:4px 0 5px 0;
		}
		#subsctiptionTable .content td.mentorPresence{
			border-bottom:1px solid #CCA89A;
			background:#D9C0B6;
			line-height:16px;
			padding:4px 0 5px 0;
		}
