	#t8{
		width:986px;
		clear:both;
		background:url(/images/store/bg_store_new.jpg) top left no-repeat;
	}
	
	*+html #t8{
		clear:none;	
	}
	
	#t8_left{
		width:225px;
		float:left;
		margin:250px 60px 0 30px;
	}
	
	#t8_center{
		margin: 48px 0 0 0;
		width:617px;
		float:left;
	}
	
	#t8_center h1{
		font-size:20px;
		padding:0 0 5px 0;
		border-bottom:1px solid #333;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		margin-bottom:10px;
	}
	
	#guarantee{
		background:#f5f5f5;
		padding:5px 10px 5px 10px;
		text-align:center;
		margin:20px 0 0 0;
	}
	
	#guarantee ul li{
		
	}
	
	.guarantee2, .other
	{
		background:#f5f5f5;
		padding:5px 10px 5px 10px;
		text-align:center;
		margin:20px 0 0 0;
		text-align:left;
	}
	
	.other{
		padding:5px;
		font-size:12px;
	}
	
	.guarantee2 ul li{
		background:url(/images/tick.png) no-repeat;
		padding:0 0 3px 22px;
		margin:0 0 3px 0;
		height:auto;
		line-height:1.2em;
	}
	
	.download, .buy, .quote, .upgrade, .reseller{
		display:block;
		cursor:pointer;
		margin:0 0 10px 5px;
		border:0;
	}
	
	.other .quote{
		margin:auto;
	}
	
	
	.buy, .upgrade{
		height:25px;
		width:84px;
	}
	
	.quote, .reseller{
		height:25px;
		width:120px;
	}
	
	.download{
		background:url(/images/store/download.jpg);
	}
	
	.upgrade{
		background:url(/images/store/upgrade.jpg);
		margin:5px 0 5px 0 
	}
	
	.buy{
		background:url(/images/store/add.jpg);
	}
	
	.reseller{
		background:url(/images/store/reseller.jpg);
	}
	
	.quote{
		background:url(/images/store/quote.jpg);
	}
	
	
	.reseller:hover{
		background:url(/images/store/reseller_hover.jpg);
	}
	
	.download:hover{
		background:url(/images/product/download_hover.jpg);
	}
	
	.buy:hover{
		background:url(/images/store/add_hover.jpg);
	}
	
	.quote:hover{
		background:url(/images/store/quote_hover.jpg);
	}
	.upgrade:hover{
		background:url(/images/store/upgrade_hover.jpg);
	}
	
	table#product{
		margin: 0 0 10px 0;
	}
	table tr td{
		padding:3px 5px 3px 5px;
		
	}
	
	#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}
	
	h2{
		font-size:12px;
		font-weight:bold;
		margin:10px 0 5px 0 
	}