.clear,
.uber_clear{
	clear:both;
}
.uberMeta{
	font-size:11px;
	margin:10px;	
}
.megaMenu-metaBox .howto{
	font-size:10px;
	
}
.menu-item-depth-0 .wpmega-custom{
	display:none;
}
.wpmega-isheader{
	display:none;
}
.menu-item-depth-2 .wpmega-isheader{
	display:block;
}

.wpmega-custom{
	/*display:block !important;*/
}
.wpmega-custom .description{
	size:11px;
}

a.set-menu-item-thumb.button,
.remove-item-thumb{
	font-size:11px;
	height:auto;
}

.megaMenu-metaBox{
	padding:0px 0px 0px 0px;
}
.megaMenu-metaBox label.menu-item-title{
	clear:both;
	display:block;
}
.megaMenu-metaBox .button-controls{
	text-align:right;
}

a.wpmega-showhide-menu-ops{
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 12px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	margin:10px 0px;
	float:left;
	
	display:block;
	width:190px;
	clear:both;
	position:relative;
	
	background-color:#ef452c;
	color:#f9f9f9 !important;
	text-shadow:0px -1px 1px rgba(0,0,0,.3) !important;
	border:1px solid #901B09;
	border-top-color:#B23D2B;
	border-left-color:#B23D2B;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);
}
a.wpmega-showhide-menu-ops:after{
	content: '';
	position: absolute;
	top: 50%;
	right:8px;
	margin-top:-1px;
	
	display:inline-block;
	background:transparent;
	
	border-style: solid dashed dashed;
	border-color: transparent;
	border-top-color: #f9f9f9;
	font-size: 0;
	border-width: 3px 3px 0;
	padding-top: 1px;
}
a.wpmega-showhide-menu-ops:hover,
a.wpmega-showhide-menu-ops:active,
a.wpmega-showhide-menu-ops:focus{
	color:#fff;
}

.wpmega-atts{
	clear:both;
}

.wpmega-shortcode .ss-desc{
	display:block;
}
.wpmega-custom textarea{
	display:block;
	width:100%;
	height:26px;
	-webkit-transition:height .3s ease-in-out;
}
.wpmega-custom textarea:focus{
	height:60px;
}

.wpmega-custom-all{
	clear:both;
	padding-top:10px;
}

.ss-info-container{
	
	background: #222; /* Old browsers */
	background: #222 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #222 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #222 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #222 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #222 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #222 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	
	display:inline-block;
	margin-left:5px;
	padding:0px;
	font-size:8px;
	width:16px;
	height:16px;
	border-radius:8px;
	border:1px solid #fff;
	
	color:#fff;
	text-align:center;
	font-weight:bold;
	
	text-shadow:0px -1px 1px #000;
	font-style:normal;
}

.ss-info-container{
	position:relative;
	top:-2px;
}
.ss-info-container .ss-info{
	display:none;
	position:absolute;
	left:120%;
	top:-10px;
	width:300px;
	padding:10px;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	
	background: #111; /* Old browsers */
	background: #111 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #111 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #111 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #111 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #111 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	
	color:#fff;
	text-shadow:none;
	border:1px solid #000;
	box-shadow:0px 1px 1px rgba(255,255,255,.3);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.ss-info-container:hover{
	z-index:30;
}
.ss-info-container:hover .ss-info{
	display:block;	
}


.wpmega-l0,
.wpmega-l0-plus,
.wpmega-l1,
.wpmega-l1-plus,
.wpmega-l2,
.wpmega-l2-plus{
	display:none;
}

li.menu-item-depth-0 .wpmega-l0,
li.menu-item-depth-0 .wpmega-l0-plus,
li.menu-item-depth-1 .wpmega-l1,
li.menu-item-depth-1 .wpmega-l1-plus,
li.menu-item-depth-1 .wpmega-l0-plus,
li.menu-item-depth-2 .wpmega-l2,
li.menu-item-depth-2 .wpmega-l2-plus,
li.menu-item-depth-2 .wpmega-l1-plus,
li.menu-item-depth-2 .wpmega-l0-plus,
li.menu-item-depth-3 .wpmega-l3,
li.menu-item-depth-3 .wpmega-l3-plus
li.menu-item-depth-3 .wpmega-l2-plus,
li.menu-item-depth-3 .wpmega-l1-plus,
li.menu-item-depth-3 .wpmega-l0-plus,
li.menu-item-depth-4 .wpmega-l4,
li.menu-item-depth-4 .wpmega-l4-plus,
li.menu-item-depth-4 .wpmega-l3-plus,
li.menu-item-depth-4 .wpmega-l2-plus,
li.menu-item-depth-4 .wpmega-l1-plus,
li.menu-item-depth-4 .wpmega-l0-plus{
	display:block;
}




/* UBERMENU OPTIONS PANEL */

/* Textarea */

#wpmega-style-css textarea{
	clear:both;
	width:100%;
	padding:10px;
	margin-top:10px;
	border-radius:0;
	
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
	
	font-family:monospace;
}

#wpmega-style-css textarea[readonly]{
	height:200px;
	opacity:.6;
}



#container-wpmega-style .ss-admin-op-radio label{
	font-weight:bold;
	padding-left:5px;
}
#container-wpmega-style .ss-admin-op-radio label .ss-admin-op-radio-desc{
	font-weight:normal;
	clear:both;
	display:block;
	color:#999;
	padding-left:20px;
}



.ubermenu-thanks{
	padding:15px;
	color: #4F8A10;
	background: #DFF2BF;
	border: 1px solid #4F8A10;
}



/* STYLE GENERATOR */

#spark-style-gen label.ss-admin-op-title{
	float:left;
	width:250px;
}

#spark-style-gen .container-type-text input[type="text"]{
	padding:8px;
	border-radius:0;
	width:52px;
	border:1px solid #ddd;
}



#ubermenu-style-preview{
	display:none;
	clear: both;
	width: 960px;
	position: fixed;
	top: 0px;
	left: 150px;
	padding:20px;
	background:#f5f5f5;
	border:1px solid #ccc;
	box-shadow:inset 0px -1px 1px rgba(255,255,255,.8), 0px 1px 0px #e9e9e9, 0px 2px 0px #e9e9e9, 0px 3px 0px #e9e9e9;
	border-radius:2px;
	z-index:300;
}

.ubermenu-loading{
	background-image:url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: top left;
	
	min-height:100px;
	min-width:100px;
	margin-bottom:200px;
}

#megaMenu{
	margin-top:10px;
}
#megaMenu .widget{
	box-shadow:none;
}



/** SS-TOGGLE **/
.ss-toggle-onoff{
	/*float:left;
	clear:left;*/
	
	font-size:10px;
	
	width:79px; /*81px;*/
	height:20px;
	box-shadow: inset 1px 1px 3px #666;
	-moz-box-shadow: inset 1px 1px 3px #666;
	-webkit-box-shadow: inset 1px 1px 3px #666;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	border:1px solid #ddd;
	border-color:#ddd #aaa #ddd #ddd;
	overflow:hidden;
	display:block;
	position:relative;
}
.ss-toggle-onoff span.ss-toggle-inner{
	width:130px;
	height:20px;
	position:relative;
	display:block;
}
.ss-toggle-onoff.off span.ss-toggle-inner{
	margin-left:-51px;
}
.ss-toggle-onoff span{
	height:20px;
	line-height:20px;
	position:absolute;
	top:0px;
	display:inline-block;
	text-align:center;
	color:#fff;
	text-shadow:0px -1px 1px #222;
	text-transform:uppercase;
	font-weight:bold;
}
.ss-toggle-onoff span.ss-toggle-on{
	width:45px;
	left:0px;
	padding-right:5px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#2B70DC'); /* for IE */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#2B70DC')"; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6FB2FF), to(#4D90FE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4D90FE,  #2B70DC);
	background: -ms-linear-gradient(top,  #4D90FE,  #2B70DC);
	background: linear-gradient(top,  #4D90FE,  #2B70DC);
	
	
	box-shadow: inset 1px 1px 3px #2B70DC;
	-moz-box-shadow: inset 1px 1px 3px #2B70DC;
	-webkit-box-shadow: inset 1px 1px 3px #2B70DC; /*3061a8;*/
	
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	
	text-shadow:0px -1px 1px #2B70DC;
	
	padding-right:5px;
}
.ss-toggle-mid{
	width:30px;
	height:18px;
	left:50px;
	top:-1px;
	border:1px solid #999;
	border-color:#eee #aaa;
	border-width:1px 1px 1px 1px;
	z-index:20;
		
		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f9f9f9'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f9f9f9')"; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e4e4e4,  #f9f9f9);
	background: -ms-linear-gradient(top,  #e4e4e4,  #f9f9f9);
	background: linear-gradient(top,  #e4e4e4,  #f9f9f9);
	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
	
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.5);
	box-shadow:0px 0px 3px rgba(0,0,0,.5);	
	
	position:relative;
}
.ss-toggle-mid:after{
	content:' ';
	position:absolute;
	width:12px;
	height:8px;
	display:block;
	top:5px;
	left:9px;
	border: 1px #ccc;
	
	background: 
		-webkit-repeating-linear-gradient(
			left,
			#ddd 1px,
			#ddd 2px,
			transparent 2px,
			transparent 5px			
		);
	background: 
		-moz-repeating-linear-gradient(
			left,
			#ddd 1px,
			#ddd 2px,
			transparent 2px,
			transparent 5px			
		);
	background: 
		repeating-linear-gradient(
			left,
			#ddd 1px,
			#ddd 2px,
			transparent 2px,
			transparent 5px			
		);
}
.ss-toggle-onoff span.ss-toggle-off{
	width:50px;
	padding-left:5px;
	left:75px;	
	z-index:10;	
	color:#666;
	text-shadow:0px 1px 1px #fff;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fcfcfc'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fcfcfc')"; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fcfcfc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #fcfcfc);
	background: -ms-linear-gradient(top,  #eee,  #fcfcfc);
	background: linear-gradient(top,  #eee,  #fcfcfc);
}

.ss-tog-label{
	line-height:20px;
	padding-left:90px;
	display:block;
	font-weight:bold;
	font-size:11px;
	
	margin-bottom:5px;
}

/*
#wpmega-options label.ss-admin-op-title[for="wpmega-shortcodes"],
#wpmega-options label.ss-admin-op-title[for="wpmega-usetimthumb"],
#wpmega-options label.ss-admin-op-title[for="wpmega-description-0"],
#wpmega-options label.ss-admin-op-title[for="wpmega-description-1"],
#wpmega-options label.ss-admin-op-title[for="wpmega-description-2"],
#wpmega-options label.ss-admin-op-title[for="wpmega-top-level-widgets"]{
	float:left;
}
#wpmega-options label.ss-toggle-onoff{
	float:left;
	clear:none;
}


.wpmega-config-section h5{
	cursor:pointer;	
}

.ubermenu-thanks{
	
	padding:10px 20px;
	background: url("images/adminbkg.jpg") repeat scroll 0 0 #000000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	margin: 10px 15px;
	
	color:#fff;
	text-shadow:0px 1px 1px #000;
	
	border:10px solid #fefefe;
	box-shadow:0px 0px 3px #333;
	-moz-box-shadow:0px 0px 3px #333;
	-webkit-box-shadow:0px 0px 3px #333;
}
.ubermenu-thanks h3{
	color:#fff;
	margin:0px;
	
}
.ubermenu-thanks .ops{
  	
}
.ubermenu-thanks .ops a.ss-button{
	font-size:13px;
}
*/


.ubermenu-thanks{
	width:770px;
	margin-top:20px;
}

.ubermenu-thanks h3{
	margin-top:0px;
}

/*.nav-menus-php #media-upload .savesend .wp-post-thumbnail,*/
.ubermenu-thanks .button{
	border: 1px solid #AAA;
	border-image: initial;
	margin-right:1em;
	height:auto;
	
	padding: 6px 22px;
	border-radius: 2px;
	font-weight: bold;
	box-shadow: 0px 3px 0px #dedede, 0px 1px 2px rgba(255,255,255,.6);
	border: 1px solid #DDD;
	
	float:right;
	opacity:.9;
}

.ubermenu-thanks .button:hover{
	opacity:1;
	border: 1px solid #ccc;
}


.spark-preview-close{
	float:right;
	width:16px;
	height:16px;
	background:transparent url(../sparkoptions/images/cross.png) top left no-repeat;
	cursor:pointer;
}



#ubermenu-style-viewer{
	position:fixed;
	right:0;
	top:250px;
	width:500px;
	height:500px;
	padding:20px;
	
	display:none;
	
	/*width: 960px;
	position: fixed;
	top: 0px;
	left: 150px;
	padding:20px;*/
	
	background:#f5f5f5;
	border:1px solid #ccc;
	box-shadow:inset 0px -1px 1px rgba(255,255,255,.8), 0px 1px 0px #e9e9e9, 0px 2px 0px #e9e9e9, 0px 3px 0px #e9e9e9;
	border-radius:2px;
	z-index:300;
	
	overflow:auto;
}
#ubermenu-style-viewer textarea{
	width:100%;
	height:495px;
	background-color:#fafafa;
	padding:10px;
	margin:0;
	border:1px solid #e9e9e9;
	overflow:auto;
	white-space: pre;
	color:#777;
}

.set-menu-item-thumb img{
	max-width:100px;
	margin:10px 0;
	display:block;
}

#spark-image-config{
	
}

.spark-panel{
	min-height:760px;
}

.spark-nav .basic-notice{
	display:none;
}



/* Infobox */
.spark-infobox,
.spark-infobox.error{
	clear:both;
	padding:15px 15px;
	color: #4F8A10;
	background: #DFF2BF;
	border: 1px solid #4F8A10;
	border-radius:0;
}
.spark-infobox h4{
	color:inherit;
	margin:0 0 0px 0;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
}
.spark-infobox .spark-admin-op-desc{
	color: #4F8A10;
}
.spark-infobox h4 + .spark-admin-op-desc{
	margin-top:10px;
}

.spark-infobox.spark-infobox-warning{	
	border:1px solid #DDB723;	
	background: #FFEA73;
	color: #A63C00;
}
.spark-infobox.spark-infobox-warning .spark-admin-op-desc{
	color: #A63C00;
}





.wp-post-thumbnail{
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%); /* W3C */

	padding: 2px 12px;

	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;

	line-height: 28px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display:inline-block;
	
	
	background-color:#ef452c;
	color:#f9f9f9 !important;
	text-shadow:0px -1px 1px rgba(0,0,0,.3) !important;
	border:1px solid #901B09;
	border-top-color:#B23D2B;
	border-left-color:#B23D2B;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);	
	position:relative;
}
.wp-post-thumbnail:hover:after{
	content:"Use for UberMenu";	
	position:absolute;
	left:0;
	top:-43px;
	font-weight:normal;
	font-size:11px;	
	background:#333;
	z-index:20;
	padding:2px 10px;
}
.wp-post-thumbnail:hover:before{
	content: "";
	position:absolute;
	top:-20px;
	left:0;
	border:8px solid transparent;
	border-left-color:#333;

}

.savesend:after{
	content:"To set an UberMenu thumbnail, click Use as Featured Image";
	display:block;
	margin-top:10px;
}


p#media-search{
	position:relative;
}







/** GOOGLE CSE **/
div.spark-settings-panel{
	margin-bottom:90px;
}
.ubermenu-kb-search{
	position:fixed;
	bottom:0;
	right:20px;

	max-height:80%;
	max-width:450px;
	padding:0;
	overflow-y:auto;
	box-shadow:0 0 10px #888;
	margin-left:20px;

	bottom:-80px;

	transition:bottom .3s ease;
}
.ubermenu-kb-search:hover{
	bottom:0;
}

.ubermenu-kb-search .gsc-control-cse{
	padding:0;
	clear:both;
	border:none;
}
.ubermenu-kb-search .gsc-control-cse .gsc-search-box{
	background:#f3f3f3;
	border:1px solid #e9e9e9;
	clear:both;
	position:relative;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;

	
}
.ubermenu-kb-search table.gsc-search-box,
.ubermenu-kb-search table.gsc-search-box td{
	padding:0 !important;
	
	margin: 0;
}
.ubermenu-kb-search .gsc-input-box{
	border:none;
	background:none;
	height:auto;
}
.ubermenu-kb-search .gsc-input-box input{
	border:1px solid #ccc !important;
	
	padding:10px !important;
	height:60px !important;
	font-size:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background-position-x:10px !important;
}


.ubermenu-kb-search input.gsc-search-button{
	padding:22px 40px 21px 40px;
	vertical-align:top;
	margin:0;
}

.ubermenu-kb-search .gsib_b{
	position:absolute;
	right:120px;
	top:22px;
}

/*
.ubermenu-kb-search .gsc-table-cell-snippet-close{
	padding-left:8px;
	padding-right:8px;
}*/

.ubermenu-kb-search .gsc-table-result,
.ubermenu-kb-search .gsc-thumbnail-inside, 
.ubermenu-kb-search .gsc-url-top {
	padding-left:0 !important;
}

.ubermenu-kb-search input.gsc-search-button{
	padding:15px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-o-box-sizing:content-box;
	box-sizing:content-box;
}
.ubermenu-kb-search .gsc-input-box input{
	height:45px !important;
	padding:10px;
}
.ubermenu-kb-search .gsib_b{
	right:50px;
	top:16px;
}


.ubermenu-kb-search .gsc-results{
	padding: 20px;
	box-sizing: border-box;
}



.search-topper{
	padding:5px 10px;
	background:#f9f9f9;
	border:1px solid #e9e9e9;
	border-bottom:none;
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-align:right;
}
.search-topper a{
	color:tomato;
	text-decoration: none;
}