.wShadow {    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);}

.bgGreen					{	background-color: #008550;	}
.bgDark					{	background-color: #212221;	}
.bgGreyDark					{	background-color: #7a7a7a;	}
.bgGreyLight					{	background-color: #e9e9e9;	}
.bgLight					{	background-color: #F0F0F0;	}
.colGreen					{	color: #008550;	}
.colDark						{	color: #212221;	}
h1 .colGreen					{	color: #008550;	}
h1 .colDark						{	color: #212221;	}
h2 .colGreen					{	color: #008550;	}
h2 .colDark						{	color: #212221;	}

a.hpFocus				{background-color:#008550; color:#fff;text-align:center;display:block;text-decoration:none;font-weight: 900;line-height:2em;}
a.hpFocus:hover		{background-color:#8A082A;}

a.buttonLink					{display: block;width: 50%;margin: 1em auto;background-color: rgba(122,192,65,1); color: #FFF; text-transform:uppercase;text-align:center; padding: 0.5em;font-weight:bold; transition: background-color 250ms ease;}
a.buttonLink:hover			{background-color: rgba(122,192,65,0.5);}


a.asButton											{	display: block; width: 100%; max-width:250px; padding: 10px 0; border: 1px solid #008550; background-color: #008550; color: #FFF; text-decoration:none;	 transition: background-color 250ms ease, color 250ms ease; margin: 20px auto; text-align:center;	}
a.asButton.wide									{	max-width:500px;	}
a.asButton:hover									{	background-color: #FFF; color: #008550;	}

a.asButton.sGhost									{	background-color: #FFF; color: #008550;	}
a.asButton.sGhost:hover							{	background-color: #008550; color: #FFF;	}
a.asButton.sGhostWB									{	background-color: #FFF; color: #008550; border-color: #FFF;	}
a.asButton.sGhostWB:hover							{	background-color: #008550; color: #FFF; border-color: #008550;	}
a.asButton.ctaSolid								{	border: 1px solid #8A082A; background-color: #8A082A; color: #FFF;	}
a.asButton.ctaSolid:hover						{	background-color: #FFF; color: #8A082A;	}
a.asButton.ctaGhost								{	border: 1px solid #8A082A; background-color: #FFF; color: #8A082A;	}
a.asButton.ctaGhost:hover						{	background-color: #8A082A; color: #FFF;	}
a.asButton.altSolid								{	border: 1px solid #044F70; background-color: #044F70; color: #FFF;	}
a.asButton.altSolid:hover						{	background-color: #FFF; color: #044F70;	}
a.asButton.altGhost								{	border: 1px solid #044F70; background-color: #FFF; color: #044F70;	}
a.asButton.altGhost:hover						{	background-color: #044F70; color: #FFF;	}


.highlight				{	color: #8A082A;	}
.highlight10			{	color: #8A082A;	}
.highlight8				{	color: #8A082A; font-size: 80%;	}


.toPointer:hover			{	cursor: pointer;	}

div.openTextPanel1															{	margin: 0;	}
div.openTextPanel2															{	margin: 0;	}
#slidesContainer																{	margin: 0;	}

div.inStockAlert {
    background-color: #212221;
    color: #FFF;
    text-align:center;
}
div.inWarehouseAlert {
    background-color: #FFF;
    color: #5f5f5f;
    text-align:center;
}


#siteFooters #footerColumns #footerColumnsCol2 dl dt	{	display: block; margin: 0; padding: 0; width: 50%; float: left; clear: left;	}
#siteFooters #footerColumns #footerColumnsCol2 dl dd	{	display: block; margin: 0; padding: 0; width: 50%; float: left;	}



table#service_matrix							{	width: 100%;	border: 1px solid #999999;	border-collapse: collapse;	border-spacing: 0px; }
table#service_matrix tbody tr				{	background-color: #ffffff;  color: #000000; }
table#service_matrix tbody tr.tswOddRow	{	background-color: #e6e6e6; }
table#service_matrix td						{	border: 1px solid #cccccc;	padding: 5px; text-align: center; }
table#service_matrix thead					{	background-color: #808080;	color: #ffffff;	}
table#service_matrix th						{	text-align: center;	border: 0px solid #cccccc;	padding: 5px;	}
table#service_matrix th.tcw5				{	width: 5%;	}
table#service_matrix th.tcw15				{	width: 10%;	}
table#service_matrix th.tcw15				{	width: 15%;	}
table#service_matrix th.tcw20				{	width: 20%;	}
table#service_matrix th.tcw25				{	width: 25%;	}
table#service_matrix th.tcw30				{	width: 30%;	}
table#service_matrix th.tcw35				{	width: 35%;	}
table#service_matrix th.tcw40				{	width: 40%;	}
table#service_matrix th.tcw45				{	width: 45%;	}
table#service_matrix th.tcw50				{	width: 50%;	}
table#service_matrix th.tcw55				{	width: 55%;	}
table#service_matrix th.tcw60				{	width: 60%;	}
table#service_matrix th.tcw65				{	width: 65%;	}
table#service_matrix th.tcw70				{	width: 70%;	}
table#service_matrix th.tcw75				{	width: 75%;	}
table#service_matrix th.tcw80				{	width: 80%;	}
table#service_matrix th.tcw85				{	width: 85%;	}
table#service_matrix th.tcw90				{	width: 90%;	}
table#service_matrix th.tcw95				{	width: 95%;	}
table#service_matrix th[scope=row]		{	text-align: left;	font-weight: normal;	border: 1px solid #cccccc;	}




/*	Added by Si (16/1/2016 for custom form)	*/

form#customForm											{	margin: 20px 10px;	padding: 0; }
form#customForm fieldset								{	margin: 20px 0;	padding: 10px; border: 1px solid #707070; border-radius: 10px; background-color:#ebebeb; }
form#customForm legend									{	font-weight: bold; padding: 10px; border: 1px solid #707070; border-radius: 10px; background-color:#707070; color: #FFFFFF;	}
form#customForm fieldset div						  	{	margin: 0;	padding: 0;	}
form#customForm fieldset div.requiredField,
form#customForm fieldset div.optionalField	  	{	clear: both; margin: 0 0 20px 0	}
form#customForm fieldset div.obfuscField		  	{	position: absolute; left: -5000px; }
form#customForm fieldset div.fieldOptions		  	{	clear: none; width: 70%; float: left; }
form#customForm fieldset div label					{	display: block; float: left; width: 28%; padding: 0; margin: 0 2% 20px 0; text-align: right; font-size: 100%; }
form#customForm fieldset div label.req 			{	font-weight: bold; }
form#customForm fieldset div label.rg	 			{	font-weight: bold; }
form#customForm fieldset div label.cbg	 			{	font-weight: bold; }
form#customForm fieldset div label.lblta			{	display: block; float: none; width: auto; text-align: left; }
form#customForm fieldset div label.lblrb			{	display: inline-block; float: none; width: auto; text-align: center; }
form#customForm fieldset div label.lblcb			{	display: inline-block; float: none; width: auto; text-align: center; }
form#customForm select									{	width: 50%; background: #FFFFFF none repeat scroll 0 0; border: 1px solid #c2c2c2; padding: 2% 1%; border-radius: 5px;	}
form#customForm select.short							{	width: auto; margin-bottom: 20px;	}
form#customForm input[type="text"],
form#customForm input[type="search"],
form#customForm input[type="email"],
form#customForm input[type="url"]					{	padding: 10px;	margin: 0;	border: 1px solid #c2c2c2; border-radius: 10px; background-color:#FFFFFF; font-size: 120%;	}

form#customForm input[type="text"]					{	width: 50%;	}
form#customForm input[type="email"]					{	width: 50%;	}
form#customForm input[type="url"]					{	width: 50%;	}
form#customForm input[type="radio"] 				{	display:none;	}
form#customForm fieldset div label.lblrb			{	display: inline-block; float: none; background-color:#707070; color: #FFFFFF;	padding: 5px 10px;	font-size:120%; border: 2px outset #707070; border-radius: 5px; }
form#customForm input[type="radio"]:checked + label	{	background-color:#008550; border: 2px inset #008550;	}
form#customForm input[type="checkbox"] 				{	display:none;	}
form#customForm fieldset div label.lblcb			{	display: inline-block; float: none; background-color:#707070; color: #FFFFFF;	padding: 5px 10px;	font-size:120%; border: 2px outset #707070; border-radius: 5px; }
form#customForm input[type="checkbox"]:checked + label	{	background-color:#008550; border: 2px inset #008550;	}
form#customForm input#customFormButton				{	width: 50%; text-align: center; font-size: 120%; background-color: #008550; border: 2px outset #008550; border-radius: 10px; color: #FFFFFF; line-height: 180%; font-weight: bold;	}
form#customForm input.price							{	width: 15%;	}
form#customForm input.amount							{	width: 15%;	}
form#customForm input.pcode							{	width: 15%;	}
form#customForm input.tel								{	width: 25%;	}
form#customForm textarea								{	width: 98%; height: 3em; padding: 10px 1%;	margin: 0;	border: 1px solid #c2c2c2; border-radius: 10px; background-color:#FFFFFF; font-size: 120%;	}
form#customForm textarea.tarea5005					{	width: 50%; height: 5em;	}
form#customForm textarea.tarea1002					{	height: 2em;	}
form#customForm textarea.tarea1003					{	height: 3em;	}
form#customForm textarea.tarea1004					{	height: 4em;	}
form#customForm textarea.tarea1005					{	height: 5em;	}
form#customForm textarea.tarea1006					{	height: 6em;	}
form#customForm textarea.tarea1007					{	height: 7em;	}
form#customForm textarea.tarea1008					{	height: 8em;	}
form#customForm textarea.tarea1009					{	height: 9em;	}
form#customForm textarea.tarea10010					{	height: 10em;	}
form#customForm textarea#matchComments				{	width: 98%; height: 7em;	}
form#customForm textarea#matchAddress				{	width: 50%; height: 5em;	}