/* -----------------------------------------------------------------------

www.iPass.uk.net: Special Offers Page Only - Tables CSS

version: 2.0
date: January 2009
author: Tarquin Rees
email: tarquin@okapicreative.com
web: www.okapicreative.com

----------------------------------------------------------------------- */	

#cont {

	height: 1500px;
	}

.table {
	
	margin: 0px 0 40px 0;
	width: 490px;
	border-collapse: collapse;
	font-family:  arial, verdana, geneva, helvetica, sans-serif;
	border: 0;
	}

.table th {
	
	padding: 10px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background-color: #b0e31c;
	text-align: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	}

th.offer, td.offer {
	
	border-left: 1px solid #999;
	width: 100px;
	}

th.info, td.info {
	
	border-left: 1px solid #999;
	width: 320px;
	}

th.end, td.end {
	
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 60px;
	}

th.end {
	
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #b0e31c;
	color: #fff;
	}

td.text, td.task, td.exp {
	
	padding: 10px;
	font-size: 10px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}

td.text {
	
	padding: 20px 20px 20px 20px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	}

td.exp {
	
	border-right: 1px solid #999;
	}




/* Table Lists
--------------------------------------------------------- */	

.table ul {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family:  arial, verdana, geneva, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
	}

.table ul li {
	
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	}
	

