@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://), url-prefix(https://) {


/* Uncomment the following code to enable buggy checkerboard background. This has been coded to be compatible with Firefox 3.1 and because of this, it also affects websites that do not specifically set a background colour and/or image. */

/*
html:not([xmlns]):not([dir]):not([lang]) {
	background-color: #fff;
}

html:not([xmlns]):not([dir]):not([lang]):hover {
	background-color: #ddd;
	background-image: url(data:image/gif;base64,R0lGODlhCgAKAIAAAAAAAP///yH5BAEAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==);
}

*/



html > body > img:only-of-type {
	display: block;
	margin: 10px auto 0px auto;
}

html > body:hover > img:only-of-type {
	background-color: #fff;
	outline: 3px solid #666
}

html > body:active > img:only-of-type {
	background-color: #0f0;
	outline: 3px solid #666
}

html > body:hover > img:only-of-type:hover { 
	background-color: #000;
	outline: 3px solid #666;
}

html > body:hover > img:only-of-type:active { 
	background-color: #f00;
	outline: 3px solid #666;
}

}