@charset "utf-8";
.smidiv1 {
    width: 700px;
}
.smitable1 {
    width: 100%;
    margin: 0 auto;
    border: none;
}
.smitd1 {
    padding-left: 1px;
    background-color: #3B5C90;
    width: 286px;
}
.smitd2 {
    text-align: center;
    background-color: #3B5C90;
    font-size: 17px;
    font-family: Georgia;
    color: orange;
    width: 100%;
}
.maininfo {
    text-align: left;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
}
.menu {
    float:left;
    color: orange;
    font-family: Georgia;
}
.headings {
    font-size: 16px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
} 
.tableCart1 {
    width: 100%;
    background-color: #F0F0F0;
    border: 1px solid #3B5C90;
}
.tdCart1 {
    text-align: center;
    font-size: 15px;
    font-family: Arial;
    color: maroon;
}
#giftcard {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    color: black;
    text-align: left;
}
.price {
    line-height: 2.5em;
    text-align: center;
    font-size: 15px;
    font-family: Arial;
    font-weight: 600;
    color: black;
}
.cart {
    text-align: center;
    font-size: 15px;
    font-family: Arial;
}
.close {
    font-size: 17px;
    font-weight: 600;
    font-family: Arial;
    color: red;
}
.bclose {
    font-size: 17px;
    font-weight: 600;
    color: red;
    font-family: Arial;
    float: right;
    padding-right: 30px;
}
.hrdiv {
    width: 80%;
    height: 2px;
    color: silver;
}
.TDspacer {
    height: 25px;
}
#menu {
    color: orange;
    font-weight: 600;
}
#formtext {
    font-size: 14px;
    font-family: arial;
}
.star {
    font-size: 12px;
    color: gray;
    font-family: Arial;
    padding-left: 8px;
    text-align: left;
    line-height: 1.4em;
}  
        /* Style the dropdown links */
.linkDiv {
	line-height: 2.7em;
	font-size: 1.2em;
	font-weight: 300;
	font-family:Arial, Helvetica, sans-serif;
}
.chevron {
    width: 20px;
    height: 15px;
    border: 0px;
    margin-top: 0px;
}
.open {
	text-decoration:underline;
	color: blue;
}
div.tab {
    overflow: hidden;
    border: none;
    background-color: #111;
}
        /* Style the buttons inside the tab */
div.tab button {
    background-color: #111;
    float: left;
    border: none;
    outline: none;
    cursor: pointer; 
    padding: 8px 11px;
    transition: 0.4s;
    font-size: 1.0em;
    color: yellow;  /*#F0F0F0;*/
    font-family: Arial;
    font-weight: 600;
}
        /* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #333;
}
        /* Create an active/current tablink class */
div.tab button.active {
    background-color: #3B5C90;
    color: orange;
}
        /* Style the tab content */
.tabcontent {
    display: none;
    padding: 2px 2px;
    border: ;
    border-top: none;
}
