@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

body {
	text-align: center;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	background: #e9e9e9 url(../images/bodybg.jpg) repeat-x;
}

a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.furtherThinColumn a, #furtherWiderColumn1 a, #furtherWiderColumn2 a,
#furtherWidestColumn a {
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
}

.furtherThinColumn a:hover, #furtherWiderColumn1 a:hover, #furtherWiderColumn2 a:hover,
#furtherWidestColumn a:hover {
	border-bottom: 1px solid #555;
	text-decoration: none;
}

p {	
	margin: 10px 0 0 0;
}
	
h1 {
	font-weight: normal;
	font-size: 22px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
}

#furtherWiderColumn1 h2, #furtherWidestColumn h2 {
	margin-top: 25px;
}

#container {
	width: 979px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 939px;
	min-height: 107px;
	float: left;
	background: url(../images/header.jpg) no-repeat;
	text-align: right;
	padding: 10px 20px 20px 20px;
	position: relative;
}

		#logoLink {
			position: absolute;
			top: 30px;
			left: 20px;
		}

		#header a {
			color: #333;
			font-weight: normal;
		}
		
				a#mediumText {	
					font-size: 1.5em;
				}
				
				a#largeText {
					font-size: 2em;
				}
				
				a#smallText, a#mediumText:hover, a#largeText:hover {
					text-decoration:none
				}

#nav {
	width: 100%;
	height: 40px;
	float: left;
}

		#nav ul li {
			float: left;
			height: 40px;
			list-style: none;
		}
		
				#nav ul li span {
					visibility: hidden;
				}
				
				#nav ul li a {
					display: block;
					width: 100%;
					height: 40px;
				}
				
				#nav ul li a:hover {
					text-decoration: none;
				}
		
		#nav ul li#home {
			width: 115px;
			background: url(../images/nav_04.jpg);
		}
		
		#nav ul li#home:hover, #nav ul li#home.active {
			background: url(../images/nav-on_04.jpg);
		}
		
		#nav ul li#nav1 {
			width: 137px;
			background: url(../images/nav_05.jpg);
		}
		
		#nav ul li#nav1:hover, #nav ul li#nav1.active {
			background: url(../images/nav-on_05.jpg);
		}
		
		#nav ul li#nav2 {
			width: 159px;
			background: url(../images/nav_06.jpg);
		}
		
		#nav ul li#nav2:hover, #nav ul li#nav2.active {
			background: url(../images/nav-on_06.jpg);
		}
		
		#nav ul li#nav3 {
			width: 148px;
			background: url(../images/nav_07.jpg);
		}
		
		#nav ul li#nav3:hover, #nav ul li#nav3.active {
			background: url(../images/nav-on_07.jpg);
		}
		
		#nav ul li#nav4 {
			width: 159px;
			background: url(../images/nav_08.jpg);
		}
		
		#nav ul li#nav4:hover, #nav ul li#nav4.active {
			background: url(../images/nav-on_08.jpg);
		}
		
		#nav ul li#nav5 {
			width: 93px;
			background: url(../images/nav_09.jpg);
		}
		
		#nav ul li#nav5:hover, #nav ul li#nav5.active {
			background: url(../images/nav-on_09.jpg);
		}
		
		#nav ul li#nav6 {
			width: 168px;
			background: url(../images/nav_10.jpg);
		}
		
		#nav ul li#nav6:hover, #nav ul li#nav6.active {
			background: url(../images/nav-on_10.jpg);
		}
		
		/* ===== Checkout Nav ========= */
		
		#nav ul#checkout li#find {
			width: 198px;
			background:  url(../images/nav/find.jpg);
		}
		
		#nav ul#checkout li#find.active {
			background:  url(../images/nav/find-active.jpg);
		}
		
		#nav ul#checkout li#find.done {
			background:  url(../images/nav/find-done.jpg);
		}
		
		#nav ul#checkout li#choose {
			width: 195px;
			background:  url(../images/nav/choose.jpg);
		}
		
		#nav ul#checkout li#choose.active {
			background:  url(../images/nav/choose-active.jpg);
		}
		
		#nav ul#checkout li#choose.done {
			background:  url(../images/nav/choose-done.jpg);
		}
		
		#nav ul#checkout li#details {
			width: 194px;
			background:  url(../images/nav/details.jpg);
		}
		
		#nav ul#checkout li#details.active {
			background:  url(../images/nav/details-active.jpg);
		}
		
		#nav ul#checkout li#details.done {
			background:  url(../images/nav/details-done.jpg);
		}
		
		#nav ul#checkout li#confirm {
			width: 196px;
			background:  url(../images/nav/confirm.jpg);
		}
		
		#nav ul#checkout li#confirm.active {
			background:  url(../images/nav/confirm-active.jpg);
		}
		
		#nav ul#checkout li#confirm.done {
			background:  url(../images/nav/confirm-done.jpg);
		}
		
		#nav ul#checkout li#finish {
			width: 196px;
			background:  url(../images/nav/finish.jpg);
		}
		
		#nav ul#checkout li#finish.active {
			background:  url(../images/nav/finish-active.jpg);
		}
		
		#nav ul#checkout li#finish.done {
			background:  url(../images/nav/finish-done.jpg);
		}

.furtherThinColumn {
	width: 202px;
	float: left;
	min-height: 369px;
	position:relative;
	margin: 8px 0 10px 0;
	background: url(../images/furtherThinBG.jpg) repeat-y;
	padding: 20px;
}

		.botCorners {
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		
		.topCorners {
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
#furtherWideColumn {
	width: 424px;
	background: url(../images/furtherWideBG.jpg) repeat-y;
	min-height: 369px;
	padding: 20px;
	position: relative;
	margin: 8px 14px 10px 14px;
	float: left;
}

#furtherWiderColumn1, #furtherWiderColumn2 {
	background: url(../images/furtherWiderBG.jpg) repeat-y;
	min-height: 370px;
	padding: 20px;
	position: relative;
	width: 681px;
	float: left;
	z-index: 9;
}

	.vertStep1 {
		position: absolute;
		top: 0px;
		left: 0;
	}

	
	.vertStep2 {
		position: absolute;
		top: 0px;
		right: 106px;
	}

	.vertStep3 {
		position: absolute;
		top: 0px;
		right: 71px;
	}

	
	.vertStep4 {
		position: absolute;
		top: 0px;
		right: 36px;
	}

	
	.vertStep5 {
		position: absolute;
		top: 0px;
		right: 1px;
	}

#furtherWiderColumn1 {
	font-size: 1.2em;
	margin: 8px 0 0 16px;
}

#furtherWiderColumn2 {
	font-size: 1.2em;
	margin: 8px 16px 0 0;
}

#furtherWidestColumn {
	font-size: 1.2em;
	width: 939px;
	min-height: 369px;
	padding: 20px;
	float: left;
	position: relative;
	background: url(../images/furtherWidestBG.jpg) repeat-y;
	margin: 8px 0
}

#basketColumn {
	width: 202px;
	float: left;
	min-height: 373px;
	position:relative;
	margin: 3px 0 10px 0;
	background: url(../images/basketColBG.jpg) repeat-y;
	padding: 20px;
	z-index: 1;
}

#leftCol {
	width: 250px;
	min-height: 434px;
	float: left;
}

		#sellYourMobile {
			width: 212px;
			min-height: 349px;
			margin: 16px 8px 0 0;
			background: url(../images/sellYourMobile.jpg) no-repeat;
			padding: 40px 10px 10px 20px;
			float: left;
		}
		
				.greenScrollBar {
					cursor: pointer;
					display: block;
					width: 202px;
					min-height: 29px;
					background: url(../images/greenBar.jpg);
					color: #333;
					text-align: center;
					padding: 10px 0 0 0;
				}
		
				.makeModel {
					background: #f4f4f4;
					padding: 0px 10px;
					margin: 0 0 10px 0;
					width: 182px;
					position: relative;
					overflow: hidden;
				}
				
						.makeModel input {
							margin: 10px 0 0 5px;
						}
						
						.makeModel .button {
							margin: 0;
							position: absolute;
							right: 6px;
							top: 9px;
							width: 20px;
							height: 19px;
							background: url(../images/greyArrow.jpg) no-repeat;
						}
				
				.makeModel.scroll {
					/*overflow-y: scroll;*/
					padding: 10px;
					width: 182px;
				}
				
				.sellMobileInput {
					border: 1px solid #ccc;
					width: 148px;
					font-size: 1em;
					min-height: 15px;
					text-align: center;
					padding: 1px 3px;
				}
				
				#secondScrollingDiv a {
					font-size: 0.82em;
					margin: 3px 0 0 5px;
					display: block
				}

#centreCol {
	width: 477px;
	float: left;
}

		#homeContent {
			width: 304px;
			min-height: 149px;
			background: url(../images/welcomeBG.jpg) repeat-y;
			float: left;
			margin: 8px 0 10px 8px;
			padding: 15px 143px 10px 15px;
			line-height: 1.8em;
			float: left;
			position: relative;
		}
		
				#topHomeCorners {
					position: absolute;
					top: 0px;
					left: 0px;
				}
				
				#bottomHomeCorners {
					position: absolute;
					bottom: 0px;
					left: 0px;
				}
		
#rightCol {
	width: 252px;
	min-height: 434px;
	float: left;
}

		#howMopayWorks {
			width: 232px;
			min-height: 84px;
			margin: 16px 0 0 8px;
			background: url(../images/howMopayWorks.jpg) no-repeat;
			padding: 325px 0 0 10px;
			position: relative;
		}
		
				.bestSellers {
					position: absolute;
					top: -5px;
					left: 40px;
				}
				
				.greenArrow {
					position: absolute;
					bottom: 10px;
					right: 10px;
				}
			
				.model {
					font-size: 0.91em;
					/*color: #e94e53;*/
					color:#006331;
					position: absolute;
					top: 10px;
					left: 42px;
				}
				
				.price {
					font-size: 2.8em;
					/*color: #e94e53;*/
					color:#006331;
					position: absolute;
					bottom: 5px;
					left: 42px;
				}
				
				.model:hover, .price:hover {
					text-decoration: none;
				}
				
				
				.rotatorFrame {
					float: left;
				}

#footerCols {
width: 100%;
min-height: 140px;
float: left;
}

#footerCont {
width: 970px;
min-height: 133px;
background: url(../images/footerColsBG.jpg) repeat-x #fff;
border: 1px solid #ccc;
margin: 6px 0 0 1px;
padding: 10px 0 0 10px;
float: left;
}
	
#footerCont ul {
float: left;
padding-right: 80px;
margin-right: 80px;
margin-left:50px;
border-right: 1px solid #ccc;
width: auto;
}
			
#footerCont #lastUL {
border: none;
margin: 0px 20px 0px 0px;
padding: 0;
width:80px;
}

#social_bookmarks{
float:left;
width:150px;
margin-left:5px;
}

#social_bookmarks a{
padding:0.2em;
margin:0.2em;
float:left;
margin-right:4px;
}
			
#footerCont li {	
list-style: none;
margin-bottom: 5px;
}

#footerCont li.listTitle {
						font-weight: bold;
						margin-bottom: 10px;
					}
					
							#footerCont li a {
								color: #333;
								font-weight: normal;
								padding: 0 0 0 10px;
								background: url(../images/footerArrow.png) no-repeat 0px 4px;
							}
							
							#footerCont li.listTitle a {
								font-weight: bold;
								margin: 0;
								padding: 0;
								background:  none;
							}

#copyright {
	width: 100%;
	min-height: 80px;
	float: left;
}

		#copyrightContent {
			float:left;
			width: 450px;
			text-align: center;
			padding: 25px 0 0 0;
		}

		.leftImg {
			float: left;
		}
		
		.rightImg {
			float:right;
		}

.tinylink
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a.tinylink:hover
{
	color: #666;
}

#furtherWiderColumn1 ul, #furtherWiderColumn1 ol, #furtherWiderColumn1 dl,
#furtherWidestColumn ul, #furtherWidestColumn ol, #furtherWidestColumn dl {
	margin: 10px 30px;
}


#furtherThinColumn ul {
	padding-left: 30px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 10px;
}

#furtherWiderColumn2 ul {
	list-style: none;
}

#furtherWiderColumn2 {
	overflow: visible;
	min-height: 370px;
}

#furtherWiderColumn2 h1, #furtherWiderColumn2 h2 {
	margin-bottom: 10px;
}

#furtherWiderColumn2 h2 {
	margin-top: 3px;
}

#furtherWiderColumn2 #search {
	top: 5px;
	left: 20px;
	position: absolute;
}

#furtherWiderColumn2 #search label {
	font: bold 1.2em Arial, sans-serif;
	float: left;
	padding: 1px 10px 0 0;
}

#furtherWiderColumn2 #q {
	border: 1px solid #ccc;
	float: left;
	padding: 2px;
}

#furtherWiderColumn2 #manufacturers {
	top: 50px;
	left: 20px;
	height: 340px;
	width: 190px;
	position: absolute;
	overflow-y: scroll;
}

#manufacturers a, #manufacturers a:hover {
	border-bottom: none;
}

#furtherWiderColumn2 #models, #furtherWiderColumn2 #model {
	top: 50px;
	left: 220px;
	height: 340px;
	right: 20px;
	overflow-y: auto;
	position: absolute;
}

#furtherWiderColumn2 #model {
	overflow: visible;
}

#furtherWiderColumn2 #models li {
	font-size: 0.83em;
	float: left;
	height: 140px;
	text-align: center;
	width: 30%;
	margin: 0 0 10px 1%;
}

#furtherWiderColumn2 #models li img {
	display: block;
	margin: 0 25% 10px; 
}

#furtherWiderColumn2 #model img {
	float: left;
}

#furtherWiderColumn2 #model dl {
	margin-left: 80px;
}

#furtherWiderColumn2 #model dt {
	font-weight: normal;
}

#furtherWiderColumn2 #model dd {
	font-weight: bold;
	margin-left: 20px;
}

.simpleForm {
	background: #e9e9e9;
	border: 1px solid #e0e0e0;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	font: 1em Tahoma, Arial, sans-serif;
	margin: 20px auto 0;
	text-align: right;
	padding: 10px;
}

.phoneForm {
	margin: 10px 0 0 80px;
	clear: both;
	float: left;
}

.simpleForm td {
	font-weight: bold;
	padding: 4px;
}

.phoneForm td {
	padding: 5px 3px 3px;
}

.simpleForm input, .simpleForm select {
	border: 1px solid #ccc;
	padding: 3px;
	width: 150px;
}

.simpleForm select {
	padding: 3px;
	width: 156px;
}

.phoneForm input, .phoneForm select {
	border: 1px solid #ccc;
	padding: 2px;
	width: 150px;
}

.phoneForm select {
	width: 156px;
}

.simpleForm .note, .phoneForm .note {
	font-weight: normal;
	font-size: 0.8em;
}

.simpleForm .note td {
	padding-top: 0;
	text-align: right;
}

.phoneForm .note {
	padding-top: 0;
	text-align: left;
}

.phoneForm .error td, .simpleForm .error td {
	padding-top: 0;
}

.simpleForm .note a {
	font-weight: normal;
	text-decoration: underline;
}

.phoneForm .note a {
	color: #529214;
}

.phoneForm td {
	text-align: right;
}

.simpleForm .submit td, .phoneForm .submit td {
	text-align: right;
}

button, #nextAction a, .nextAction a {
	background: #fefefe;
	border: 1px solid #aaa;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	color: #565656;
	cursor: pointer;
	font: bold 1.12em/1.3em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	outline: none;
	padding: 4px 10px;
}

button:hover, #nextAction a:hover, .nextAction a:hover {
	background: #E7F085;
	border: 1px solid #cad668;
	color: #0F6F3D;
}

button:focus, button:active, #nextAction a:active, .nextAction a:active {
	background: #529214;
	border: 1px solid #529214;
	color: #fff;
}

.grades {
	margin: 10px auto;
}

.grades th, .grades td {
	padding: 10px 15px;
	vertical-align: top;
}

.grades th {
	background: #E7F085;
}

.grades td {
	border: 1px solid #E7F085;
}

pre {
	color: #529214;
	font-family: inherit;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 10px 0 40px;
}

#manufacturers li {
	margin-top: 2px;
}

#manufacturers img {
	border: 1px solid #bbb;
}

#secondScrollingDiv {
	z-index: 9;
}

#thirdScrollingDiv {
	padding-top: 4px;
	z-index: 1;
}

#hot-brands {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#hot-brands li {
	margin: 0 2px 0 8px;
	padding: 0;
	float: left;
	width: auto;
}

#hot-brands img {
}

#basketColumn h2 {
	position: relative;
	left: -9999em;
}

#basketColumn ul {
	max-height: 318px;
	list-style: none;
	width: 205px;
	overflow-y: auto;
}

#basketColumn li {
	clear: both;
	padding: 0 0 10px;
}

#basketColumn ul img {
	float: left;
}

#basketColumn ul strong, #basketColumn ul span {
	display: block;
	margin-top: 5px;
}

#basketColumn ul .remove {
	margin-top: 10px;
}

#values {
	margin-left: 120px;
}

#values th, td {
	padding: 8px 15px;
}

#values th {
	background: #e9e9e9;
}

#values tbody tr:hover td {
	background: #ECF49E;
}

#values tr.working td {
}

.error {
	color: #c00;
	font-weight: bold;
}

#cartTotal, #nextAction {
	clear: both;
	padding-top: 5px;
}

#nextAction a, .nextAction a {
	padding: 5px 10px;
	text-decoration: none;
}

.nextAction {
	margin-top: 10px;
}

.paymentMethod {
	width: 100%;
}

.paymentMethod td, .paymentMethod th {
	width: 33%;
	vertical-align: top;
	padding: 5px 10px;
}

.paymentMethod th label a {
	border: none;
}

.paymentMethod th label img {
	position: relative;
	top: 6px;
}

.paymentMethod .method {
	font-size: 1.4em;
}

.paymentMethod tr.method th {
	vertical-align: bottom;
}

.paymentMethod .value {
	font-size: 2em;
}

.paymentMethod .how {
	margin-top: 0;
}

.paymentMethod .cash {
	float: left;
}

.paymentMethod .charity {
	color: #0F6F3D;
	float: left;
	font-size: 0.4em;
	padding: 0.4em 0 0 10px;
	width: 46%;
}

#chooseCharity select {
	border: 1px solid #ccc;
	padding: 3px;
}

#orderDetails {
	border: 1px solid #ccc;
	margin: 20px 0 0 100px;
	width: 450px;
}

#orderDetails th, #orderDetails td {
	padding: 5px 10px;
	vertical-align: top;
}

#orderDetails th {
	background: #e3e3e3;
	width: 40%;
	text-align: right;
}

#orderDetails td {
	border: 1px solid #ccc;
}

#orderDetails .cash td {
	font-size: 1.2em;
	font-weight: bold;
}

#orderDetails .cash th, #orderDetails .cash td {
	vertical-align: middle;
}

#accountFeatures {
	list-style: none;
}

#accountFeatures li {
	margin: 4px 0;
}

.orderHistory {
	margin-top: 10px;
}

.orderHistory th, .orderHistory td {
	padding: 10px 5px;
	text-align: center;
}

.orderHistory th {
	background: #e3e3e3;
}

.phoneImage {
	background: #bbb;
	border: 2px solid #ddd;
	left: -2px;
	padding: 1px;
	position: relative;
	top: -7px;
}

.charityInfo {
	margin: 20px auto;
	width: 80%;
}

.charityInfo a {
	border-bottom: none !important;
}

.bubbleContainer {
	position: relative;
}

.bubble {
	position: absolute;
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #ccc;
	top: 15px;
	width: 390px;
	z-index: 99;
	display: none;
}

#pricePromise {
	display: block;
	position: absolute;
	height: 95px;
	width: 95px;
	top: 38px;
	right: 20px;
	overflow: hidden;
}

#pricePromise span {
	position: absolute;
	left: -9999px;
}


#mobileshop
{
	display: block;
	position: absolute;
	height: 80px;
	width: 280px;
	top: 38px;
	right: 180px;
	overflow: hidden;
	
	}


.legal-alpha {
	list-style-type: lower-alpha;
}

#recycle{
display:none;
}


#dig{
position:relative;
top:0px;
float:right;
margin-bottom:-3.5em;
}

a.model-image {
	margin-left: -10px;
}


/* 

MOPAY SHOP STUFF
*/


#affiliate_nav h5
{
    font-size:1.2em;
    text-align:center;
color:#aaa;  
    }

#affiliate_nav{
float:left;
width:190px;
margin:1em;
padding:1em;

}

#affiliate_nav ul{
list-style-type:none;
}

#affiliate_nav li{
border:1px solid #ccc;
}

#affiliate_nav a{
display:block;
text-decoration:none;
/*
background:#C7DA31;
*/
background:#B3B538;
padding:0.2em;
margin:0.2em;
}

#affiliate_nav a:hover{
background:#fff;
text-decoration:none;
}
  
#shop{
float:left;
/*
margin:1em;
padding:1em;
*/
margin:1em 0 1em 10px;
width:470px;

}



#category
{
font-size:1.2em;
margin:1em 0 1em 0;
padding:0.3em;
border-bottom:1px solid #aaa;
}
   

#affiliates
{
width:600px;
padding:1em;
float:left;
}



  
.had{float:left;margin:0.5em;padding:0.5em;}

.vad{float:left;margin:1em;
padding:1em;
clear:both;
}    

#vaultstatement{padding:1em;margin:1em auto;}

#vaultstatement table{
border:1px solid #ccc;
}

#vaultstatement thead{
/* background:#C7DA31; */
background:#B3B538;

}

#vaultstatement th, td{
padding:1em;
margin:1em;

}


.textright{text-align:right;}



.commissions{
float:right;
font-weight:bold;

}

#topshops{

}

#balance{
border:2px solid #B2B437;
padding:2em;
font-weight:bolder;
}