@charset "utf-8";
/* CSS Document */

p.header1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	color: #132a9b;
}

p.header3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #132a9b;
}

td.header1store {
font-family: Tahoma, Verdana, sans-serif;
font-size: 24;
color: #132a9b;
}

p.header2 {
font-family: Tahoma, Verdana, sans-serif;
font-size: 10pt;
color: #132a9b;
}

td.header2store {
font-family: Tahoma, Verdana, sans-serif;
font-size: 14;
color: #132a9b;
}

p.header2right {
font-family: Tahoma, Verdana, sans-serif;
font-size: 14pt;
color: White;
}

button {
    background-color: #132a9b; 
    border: none;
	border-radius: 12px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
/*
button:hover {
    background-color: navy; 
}
*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #132a9b;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 25px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fa4614;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fa4614;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
	font-family: Tahoma, Verdana, sans-serif;
font-size: 14;
color: Black;
}


span.storecatmain {
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 16;
	color: #fa4614;
	font-weight: bolder;
}

a.storehomelink {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14;
	color: #132a9b;
	font-weight: bolder;
}
a.storehomelink:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14;
	color: #fa4614;
	font-weight: bolder;
}
