.bigsearch {
	margin-bottom:0px;
}
.bigsearch input[type=text]{
	width:65%;
	height:46px;
	padding:0 10px 0 10px;
	margin-right:4%;
	font-size:1.25em;
}
.bigsearch input[type=submit] {
	min-width:20%;
	height:50px;
	font-size:1.5em;
}
.bigsearch h3 {
	font-size: 2.0em;
	font-weight: normal;
}
.bigsearch .pagetabs-nav {
    background: #FFFFFF;
    color: #666666;
    height: 34px;
    border-bottom: none;
    margin: 5px 0px 0px 0px;
    font-size: 1.5em;
}
.bigsearch .pagetabs-nav ul {
    border-left: none;
	margin-bottom:0;
	margin-left:0;
}
.bigsearch .pagetabs-nav ul li a {
    padding: 10px 10px 10px 10px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 10px #FFFFFF solid;
    height: 14px;
	width: 90%;
	outline: 0;
	background: #CCCCCC;
	color: #333333;
}
.bigsearch .pagetabs-nav ul li a:active,
.bigsearch .pagetabs-nav ul li a:focus,
.bigsearch .pagetabs-nav ul li a:hover {
	color : #333333;
	cursor : pointer;
	background : #ACC0C6;
}
.bigsearch .pagetabs-nav ul li a.pagetabs-select {
    color: #4C6E78;
	background: #EAEFF1;
    font-weight: bold;
    border-bottom: none;
}

@media only screen and (max-width: 479px){
    .bigsearch input[type=text]{
        width: 57%;
    }
}
