﻿@charset "UTF-8";
@import url(../content.css);
@import url(../colour_theme_red/content.css);

/*## Orange color theme ##*/
@media all
{
	#col3 h2 {}
	
	#col3 h1{color:#c23c00;}
	
	#col3 a, 
	#col3 a:focus, 
	#col3 a:hover,
	#col3 a:active {color:#c23c00;}
	
	
	#col3 table.fullwidthtable,
	table.fullwidthtable
	{border:1px solid #c23c00;}
			
	#col3 ul li{background-image:url(../../images/bullet/bullet_orange.png);}
	
span.bulletarrow
	{
		background:url(../../images/colour_theme_orange/arrow_links.png);
		background-position:0px 2px;
		background-repeat:no-repeat;
		padding-left:15px;
	}
	
}


