/* CSS Document */


body,td,th {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
a:link {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
a:visited {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
a:hover {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
a:active {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}

ul.right-nav-items li a#a-merchant-login {
	color:#00adef;
}

ul.navigation-main {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
.navigation-main li a:link {
	/*this is different on each stylesheet------------------- colour 2 */	
	color:#2e3998;
}
.navigation-main li a:visited {
	/*this is different on each stylesheet------------------- colour 2 */	
	color:#2e3998;
}
.navigation-main li a:hover {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
.navigation-main li a:active {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
div#help-nav a:link {
	/*this is different on each stylesheet------------------- colour 2 */	
	color:#2e3998;		
}
div#help-nav a:visited {
	/*this is different on each stylesheet------------------- colour 2 */	
	color:#2e3998;		
}
div#help-nav a:hover {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}
div#help-nav a:active {
	/*this is different on each stylesheet------------------- colour 1 */	
	color:#00adef;
}

div#container-help .darker {
	color: #2e3998;
}

div#container-help .darker-not-bold {
	color: #2e3998;
	font-weight: normal; /* NOTE: see also "not-bold" */
}
	
div#container-help #help-sidebar {
	/*this is different on each stylesheet------------------- bg image  */	
	background-image: url(/assets/help-sidebar0.gif);
}
div#container-help div#help-sidebar ul li.top a {
	background-image: url(/assets/help-backtotop0.gif);
}
