﻿.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
	font-weight:bold;
    
    border-right:1px solid #ffffff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #B68C4D;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #B68C4D;
    color:#ffffff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 5px solid #B68C4D;

}
.eauction-ulli-linktxt {
	font-family:Arial, Helvetica, sans-serif;
	}
.eauction-ulli-linktxt ul {
	margin:0;
	padding:0;
		list-style-type:none;
	}
.eauction-ulli-linktxt ul li a{	
	font-size:15px;
	text-decoration: none;
	list-style-type:none;
	line-height:28px;
	color:#000000;
    
	}
.eauction-ulli-linktxt ul li a:hover {
    color: #4a616c;
}





/* Style the tab */
.tab2 {
overflow: hidden;
border: none !important;
background: none !important;
}

/* Style the buttons inside the tab */
.tab2 button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
    font-weight:bold;
    border-right:1px solid #ffffff !important;
    }

    /* Change background color of buttons on hover */
.tab2 button:hover {
    background-color: #B68C4D !important;
    }

    /* Create an active/current tablink class */
.tab2 button.active {
    background-color: #B68C4D !important;
    color:#ffffff !important;
    }

/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 6px 12px;
    border: 5px solid #B68C4D !important;
    }
