/*	**************************************************
		Stylesheet

		Copyright (c) Multisys Computers Ltd 2015.
		All rights reserved.

	**************************************************	*/

@media screen and (max-width: 768px)
{

	div#level2menu ul
	{
		background-color: #505050;
	}

	#grouppanels h3
	{
		background-color: #505050 !important;
		color: #ffffff !important;
		border-bottom: none !important;
	}
	#grouppanels h3 a
	{
		color: #ffffff !important;
	}

	div#searchholder
	{
		width: auto;
/*		margin-left: 0;*/
/*		margin-top: 0;*/
	}

	form#menusearch
	{
		margin: 0;
		left: 0;
		right: 0;
	}

	div#searchholder input#searchterms
	{
		font-size: 1em !important;
		height: 30px !important;
	}

	div#searchholder input#searchsubmit
	{
		margin-left: -23px;
		margin-top: -7px;
		background-image: url('/additional-images/searchbutton.jpg');
		background-repeat: no-repeat;
		width: 23px;
		height: 20px;
		background-size: 17px 17px;
	}



}