@CHARSET "UTF-8";

#oe-searchwidget :focus {
	outline: none;
        padding:0;
        margin:0;
}

#oe-searchwidget {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
        height: 260px; 
        max-height: 260px; 
        width: 149px;
        line-height: 1 !important;
}

#oe-searchwidget-wrapper {
	width: 150px;
	font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#oe-searchwidget p {
	text-align: center;
}

#oe-searchwidget-form {
	overflow: hidden;
	padding: 0;
	background: none;
	margin: 0;
}

#oe-searchwidget-footer {
	margin-top: 5px;
	overflow: hidden;
	font-size: 8px;
}

#oe-searchwidget-footer a, #oe-searchwidget-title a {
	text-decoration: underline;
}

.oe-searchwidget-input-text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 18px;
	margin: 0;
	border: 0;
	font-size: 11px;
        padding: 0 3px;
	width: 143px;
	background: #fff;
        margin-bottom: 5px;
}

#oe-widget-searchbutton {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 18px;
    margin: 0;
    border: 0;
    font-size: 11px;
    padding: 0 3px;
    margin-bottom: 5px;
    width: 76px;
    margin-left: 5px;
}

#oe-searchwidget-wrapper select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 18px;
	margin: 0;
	border: 0;
	font-size: 11px;
        padding: 0 3px;
	width: 65px;
	background: #fff;
        margin-bottom: 5px;
}

#oe-searchwidget-title {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 11px;
}

.oe-searchwidget-row {
	overflow: hidden;
	clear: both;
}
.oe-searchwidget-form-left {
	float: left;
	width: 35px;
	padding: 3px;
	overflow: hidden;
	line-height: 18px;
}

.oe-searchwidget-form-right {
	float: right;
	width: 109px;
	padding: 3px 0 3px;
	overflow: hidden;
}

.oe-searchwidget-footer-left {
	height: 16px;
	line-height: 16px;
	float: left;
	width: 73px;
	overflow: hidden;
	text-align: right;
	padding-right: 2px;
}

.oe-searchwidget-footer-right {
	height: 16px;
	line-height: 16px;
	float: left;
	width: 73px;
	overflow: hidden;
	text-align: left;
	padding-left: 2px;
}

/*.oe-searchwidget-footer-logo {
	width: 56px;
	padding-left: 19px;
	background: url(/searchwidget-logo.png) no-repeat;
}*/