.mod-searchbox-home {

}
.mod-searchbox-home ul.tabs {
    border-bottom: 1px solid #000a12;
    height: 30px;
    margin: 0 !important;
    padding: 0;
}

.mod-searchbox-home ul.tabs li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mod-searchbox-home ul.tabs a {
    background: url(/public/images/grad_sml.gif) left top repeat-x;
    border-color: #a40104;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 12px;
    height: 15px;
    margin-right: 2px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-align: center;
    top: 1px;
    min-width: 80px;
    *width: 80px;
}

.mod-searchbox-home ul.tabs a:hover {
   background-position: 0 -33px;  
}

.mod-searchbox-home ul.tabs a.current {
    background: #ffffff;
    border-color: #000a12;
    border-bottom: 1px solid #ffffff;
    color: #222222;
    cursor: default;
    height: 18px;
}

.mod-searchbox-home .panes .pane {
    background-color: #ffffff;
    border-color: #000a12;
    border-style: solid;
    border-width: 0 1px 1px;
    display: none;
    padding: 15px 7px;
    overflow: hidden;
}
.mod-searchbox-home .panes .pane-1 {
    display: block;
}
.mod-searchbox-home .heading {
    display: none;
}
.mod-searchbox-home .inner-box {
    padding: 10px 17px;
}
.mod-searchbox-home a:hover {
    text-decoration: underline;
}
.mod-searchbox-home select, .mod-searchbox-home input {
    border: 1px solid #8d9aad;
    width: 180px;
    margin: 2px;
}
.mod-searchbox-home .small-select select {
    width: 80px;
}
.mod-searchbox-home .small-select .sb-field {
    width: 90px;
    float: left;
}
.mod-searchbox-home .buttons {
    padding: 4px 2px;
}
.mod-searchbox-home .button {
    padding: 0;
    float: left;
}
.mod-searchbox-home .button, .mod-searchbox-home .button input {
    width: 76px;
    cursor: pointer;
}
.mod-searchbox-home .button input {
    margin: 0;
    background: none;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 0;
    text-align: center;
}
.mod-searchbox-home a.advanced {
    color: #ffffff;
    font-weight: bold;
    margin: 10px;
    *margin: 0 10px 10px;
    line-height: 30px;
}

.mod-searchbox-home {
	margin-top:10px;
	background:url("/public/images/searchbox_bg.gif") no-repeat;
	padding:10px;
	position:absolute;
	right:10px;
	top:173px;
	z-index:2;
	height:217px;
}
.mod-searchbox-home ul.tabs {
border-bottom:medium none;
}
.mod-searchbox-home ul.tabs a.current {
background: url("/public/images/search_tab_active.gif") repeat-x;
border:1px solid #C9C9C9;
height:14px;
color:#000;
}
.mod-searchbox-home .panes .pane {
background:none;
border:none;
}
.mod-searchbox-home ul.tabs a {
	border:none;
	height:16px;
}
