/* ---------------------------------------
	theme styles
--------------------------------------- */
	/* Background page colour */
	html 
	{
		background-color:#e7e6e4;
	}

	/* hover over the "find your phone" text */
	#start-bar #intro:hover span
	{
		color: #194172 !important;
	}
	
	/* "get cash with..." text colour */
	#name,
	#name strong
	{
		color: #000 !important;
	}
	
	/* top and bottom footer border colour */
	#footer
	{
		border-color: #194172 !important;
	}
	
	#footer,
	#footer *
	{
		color: #FFF !important;
	}
 
 	/* background colours */
	.Authenticated table th,
	table.tradecart th,
	table.activitylog th,
	table.tradeslist th,	
	.NoResults hr,
	.Authenticated .myaccountnavigation li.optionon,
	.Authenticated .myaccountnavigation .accounthomeon,
	.Authenticated .myaccountnavigation .searchon,
	.Authenticated .myaccountnavigation .profileon,
	.Authenticated .myaccountnavigation .changesecurityquestionon,
	.Authenticated .myaccountnavigation .changepasswordon,
	.Authenticated .myaccountnavigation .tradeson,
	.Authenticated .myaccountnavigation .activitylogon,
	.Authenticated .myaccountnavigation .tradepackon,
	.Authenticated .myaccountnavigation .deliverycardon,
	.Authenticated .myaccountnavigation .recommendfriendon,
	.Authenticated .myaccountnavigation .trackrecommendfriendon
	{
		background-color: #194172 !important;
	}
	
	/* hover background colours */
	.Authenticated .myaccountnavigation a:hover
	{
		background-color: #3B8FCC !important;
	}
	
	/* table borders */
	.SearchForm .searchicons input:hover,
	.SearchForm .searchicons input.active,
	table.tradecart th,
	table.tradeslist th,
	table.statuskey th,
	table.activitylog th
	{
		border: 1px solid #fc8200 !important;
	}
	
	/* button text colours */
	input.button,
	input.buttondisabled,
	#register input.button,
	.MiniTradeCart p a
	{
		color: #FFF;
	}
	
	/* bold text colour */
	strong
	{
		color: #194172;
	}
 
 
 /* ---------------------------------------
	navigation
--------------------------------------- */
	
	/* default navigation text colour */
    	ul#navigation a
	{
		background-color: #fff;
		/* color: #000 !important; */
	}
	
	/* hover and active navigation text colour */
	ul#navigation a:hover,
	ul#navigation a.active
	{
		background-color: #666;
		color: #fff !important;
	}
	
	/* highlighted navigation text colour */	
	ul#navigation a.attention
	{
		color: #3a3a3a !important;
		text-decoration: none;
		background-position:-379px -140px;
		color:#fff !important;
	}

	/* Trade button */
	ul#navigation li a.attention:hover
	{
		color: #fff !important;
		background-position:-549px -140px !important;
	}

	
 /* ---------------------------------------
	Home Page Photo
--------------------------------------- */
 

.london-city {
	background-position:-428px -273px;
	height:350px !important;
	width:311px !important;
}


/* Sort out home page img margin  */
div.panel div.tight {
margin:-22px -30px -27px -27px !important;
}

/* Make Home Button Grey with black text */
ul#navigation a.active {
	background-position:-209px -113px !important;	
	color: #000 !important;
}

/* Make Home Button Black with white text on hover*/
ul#navigation a:hover.active
{
	color: #fff !important;
	background-position: -209px -140px !important;
}

