/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a	{background:url(g/icons.gif) 0 0}
.markItUp .markItUpButton2 a	{background:url(g/icons.gif) -20px 0}
.markItUp .markItUpButton3 a	{background:url(g/icons.gif) -40px 0}
.markItUp .markItUpButton4 a	{background:url(g/icons.gif) -60px 0}
.markItUp .markItUpButton5 a	{background:url(g/icons.gif) 0 -20px}
.markItUp .markItUpButton6 a	{background:url(g/icons.gif) -20px -20px}
.markItUp .markItUpButton7 a	{background:url(g/icons.gif) -40px -20px}
.markItUp .markItUpButton8 a	{background:url(g/icons.gif) -60px -20px}
.markItUp .markItUpButton9 a	{background:url(g/icons.gif) 0 -40px}

.bbcode .markItUpButton6 ul a{
	text-indent: -100px;
	overflow: hidden;
}
.bbcode .markItUpButton6 .yellow a {
	background: yellow;
}
.bbcode .markItUpButton6 .orange a {
	background: orange;
}
.bbcode .markItUpButton6 .red a {
	background: red;
}
.bbcode .markItUpButton6 .blue a {
	background: blue;
}
.bbcode .markItUpButton6 .purple a {
	background: purple;
}
.bbcode .markItUpButton6 .green a {
	background: green;
}
.bbcode .markItUpButton6 .white a {
	background: white;
}
.bbcode .markItUpButton6 .gray a {
	background: gray;
}
.bbcode .markItUpButton6 .black a {
	background: black;
}
