
/* breadcrumb search */

#sp-search form#mod-finder-searchform.form-search{
  	margin:0px;
  	margin-top:6px;
}

/*BacktoTop button*/
#sp-footer-wrapper .sp-totop {
	width: 35px;
	height: 35px;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	cursor: pointer;
	background: url(../images/back-top.png) no-repeat;
}

#sp-footer-wrapper .sp-totop i {
  color: #e64b3c;
}
#sp-footer-wrapper .sp-totop small {
  display:block;
}

div#container section#vg-main-body.page-area div.wrapper div.one_half form#mod-finder-searchform.form-search{
	margin:2px;
}
div#container section#vg-main-body.page-area div.wrapper div.right_sidebar{
	max-height:90px;
}
div#container section#vg-main-body.page-area div.wrapper div.right_sidebar div.entry{
	max-height:170px;
	float:right;
	width:auto;
	max-width:430px;
}

div#container section#vg-main-body.page-area div.wrapper div.right_sidebar div.entry:last-child{
	max-height:570px;
}
