/* ---------------------------------------
	theme styles
--------------------------------------- */

	/* hover over the "find your phone" text */
	#start-bar #intro:hover span
	{
		color: #c30841 !important;
	}
	
	/* "get cash with..." text colour */
	#name,
	#name strong
	{
		color: #000 !important;
	}
	
	/* top and bottom footer border colour */
	#footer
	{
		border-color: #c30841 !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: #e36f92 !important;
	}
	
	/* hover background colours */
	.Authenticated .myaccountnavigation a:hover
	{
		background-color: #fbeaef !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: #c30841;
	}
 
 
 /* ---------------------------------------
	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;
	}
