@charset "UTF-8";
/* CSS Document */

body, table, td { 
						font-family:Verdana, Geneva, sans-serif;
						font-size:11px;
				   	  }

.footer			  {font-size:10px;}

input			  {font-size:10px;}


a					  {text-decoration:none; }

a:hover			  {text-decoration:underline}

.newsletter      { 
						font-family:Verdana, Geneva, sans-serif;
						font-size:10px;
						color:#FFF;
				   	  }

.menu             {font-size:10px;}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/blue_arrow.gif) no-repeat left center;
list-style-type: none;
padding-left: 10px;
padding-bottom: 3px;
vertical-align:top;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/closed.gif) no-repeat  left 1px;
padding-left: 20px;
padding-bottom:10px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.timer 				{ 
						  color:#FFF;}

.store_header    {background-color:#274794;
						 color:#FFF;
						 font-weight:bold;}	
.store_odd		    {background-color:#c6cad0;}
.store_even		    {background-color:#e4e5e7;}

.award			    {background-color:#edeef1;}

.page_header				{font-size:18px;
						  color:#08940e;
						  font-weight:bold;}
						  
.header1				{font-size:17px;
						  color:#2445a6;
						  font-weight:bold;}
						  
.header2 				{font-size:15px;
						  color:#fe5409;
						  font-weight:bold;}

.header3				{font-size:12px;
						  color:#fe5409;
						  font-weight:bold;}

.redtext					{color:#F00;}