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

	Title:	Mobiles.org.uk screen style for UK Offer LTD
	Author: 	Cooper Mor - coopermor [at] gmail.com
	Do not steal this stylesheet

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

* {
	margin: 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* general layout */

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	background: no-repeat url(header.jpg);
	height: 110px;
	margin-bottom: 8px;
}

.left {
	margin-top: 6px;
	float: left;
	width: 140px;
}

.background {
		background: no-repeat url(background.gif);
}

#maintable {
	float: right;
	width: 750px;
}

#footer {
	clear: both;
	padding-top: 8px;
	background: no-repeat url(footer.png);
	text-align: center;
	height: 30px;
}

#ad {
	float: right;
	margin: 11px 20px 0px 0px;
	border: 1px solid grey;
}

/* sidebar table */


.phonelist table {
	margin-left: 4px;
	width: 140px;
	border: none;
}

.phonelist table caption {
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.phonelist td {
	border: none;
	margin-bottom: 6px;
}

.phonelist tr {
	margin-bottom: 6px;
}

.phonelist table .numbers {
	text-align: center;
}

.phonelist table .phone {
	text-align: center;
}

.phonelist table .about {
	text-align: left;
	font-weight: bold;
}

/* sidebar link list */

.phonelist ul {
	list-style: none;
	background: no-repeat bottom url(bottom.gif);
	padding-bottom: 12px;
}

.phonelist lh {
	line-height: 22px;
	text-align: center;
	font-size: 16px;
}

.phonelist li {
	text-align: left;
	padding-left: 16px;
}

.phonelist li a {
	line-height: 17px;
	font-size: 13px;
	color: #555;
}

.phonelist li a:hover {
	color: #000;
}

/* main phone table */

h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 8px;
}

#maintable p {
	font-weight: normal;
	margin-bottom: 1.33em;
	line-height: 16px;
	text-indent: 24px;
}

#maintable table {
	margin-top: 6px;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 12px;
	width: 750px;
}

#maintable th, td {
	border: 1px solid #c1c1c1;
}

#maintable th {
	height: 25px;
	background: #333;
	color: white;
	font-size: 13px;
}

#maintable table caption {
	padding-left: 22px;
	background: no-repeat url(updated.png);
	font-size: 14px;
	color: red;
	text-align: left;
	margin-bottom: 6px;
}

#maintable * html table caption {
	line-height: 1.3em;
}

#maintable table tr.alt {
	background: #f1f1f1;
}

#maintable table .phone {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100px;
}

#maintable table .offer {
	text-align: left;
	font-weight: bold;
}

#maintable table .price {
	text-align: center;
	font-size: 26px;
	color: #9ED11C;
	font-weight: bold;
}

#maintable table .monthly {
	text-align: center;
	font-size: 26px;
	color: #FFCC00;
	font-weight: bold;
}

#maintable table .minutes {
	text-align: center;
	font: bold 26px Arial;
	font-weight: bold;
}

#maintable table .minutes2 {
	text-align: center;
	font: bold 16px Arial;
	font-weight: bold;
}

#maintable table .text {
	text-align: center;
	width: 90px;
	font: bold 26px Arial;
	font-weight: bold;
}


#maintable table .info {
	text-align: center;
	width: 90px;
}

#maintable ul {
	list-style: none;
	padding: 0px 0px 0px 8px;
}

#maintable strong {
	font-size: 13px;
	color: red;
	font-weight: bolder;
}

/* miss. */

img {
	border: none;
}

#next {
	margin-bottom: 13px;
	text-align: center;
}

#next a {
	font-size: 16px;
	text-decoration: underline;
	color: red;
}

#next a:hover {
	color: black;
}

#footer a {
	padding: 4px;
}

#footer a:hover {
	color: black;
}

#footertext {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 4px;
}


p {
	font-weight: normal;
}

#emailform table {
	margin-left: 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border: none;
}

#emailform table caption {
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

#emailform td {
	border: none;
}

#emailform form {
	margin-bottom: 10px;
	padding-bottom: 6px;
	background: no-repeat bottom url(bottom.gif);
}

