/*
Title:				Info Pages
Author: 			Ross Boardman
Date Modified: 		11 April 2005
Last Updated By: 	Ross Boardman
*/


/* Images
*******************************************************************************/
#contentimg {
	float:right;
	margin: 0 0 20px 20px;
	width:185px;
	text-align:center;
	height:100%;
	}	

#contentimg p {
	text-align:center;
	}



/***** Top 10 Phones *****/
/*Top 10 Chart Table */
#charttable {
	width: 100%
}

/* Set Borders */
#contentdetails table {
	border-collapse: collapse;
	text-align: center;
}

#charttable th, #charttable td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
}

/* Table Section Header */
#charttable thead th.tblhead h2 {
	margin: 0;
	padding: 5px 0 0;
}

#charttable thead th.tblhead {
	background: #fff;
	text-align: left;
	border-top: 4px solid #ccc;
}

/* Head */
#charttable thead th {
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	color: #10238A;
	text-align: center;
	background: #ccc;
}

/* Body */
#charttable tbody td {
	margin: 0;
	padding: 5px 5px;
}

#charttable tbody td h3 {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 5px;
}

#charttable tbody td.chartnumber {
	font-weight: bold;
	font-size: 14px;
	color: #10238A;
	width: 50px;
}

#charttable tbody td.phonedesc {
	text-align: left;
}

/* Hover Effect */
#charttable tr.ruled {
	background: #F2F2F2;
	color: #000;
}

/* Links */
#charttable th a {
	font-weight: bold;
	color: #10238A;
}

#charttable th a:hover {
	font-weight: bold;
	color: #EF1209;
}
		
#charttable td a {
	color: #10238A;
}

#charttable td a:hover {
	color: #EF1209;
}

/* Table Lists */
#charttable tbody td ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	text-align:left;
}

#charttable tbody td li {
	margin: 5px 0;
	padding: 0;
}

