#main_search_container{
	text-align:left;
	padding-left:0px;
	
}

#main_search_container .form-group{
	margin-bottom: 2px;
	width:100%;
}


.rv_container {

   position: absolute;
	top: 100%;
	/*left: -100px;*/
	z-index: 1000;
	display: block;
	right: auto;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  	width:636px; 
	color:#000;       
}


@media only screen and (min-width:150px) and (max-width:770px) 
{
.breadcrumb > li + li:before {
	padding: 0;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb > li {
	display: inline-block;
	font-size: 10px;
}

.rv_container {

   position: absolute;
	top: 100%;
	/*left: -100px;*/
	z-index: 1000;
	display: block;
	right: auto;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  	width:98%; 
	color:#000;       
}
.rv_name {
    width: 50%;
}

}

.rv_row {
  display: block;
}

.rv_row.rv_hover {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.rv_row.rv_hover a {
  color: #fff;
}

.rv_row p {
  margin: 0;
}
#keywords
{
	position: relative;
	border: 1;
	font-size: 15px;
	height: 35px;
	color: #333;
	font-family: 'Lato',Calibri,Arial,sans-serif;
	vertical-align: top;
	line-height: 15px;
}
.rv_title{
	padding: 5px 10px;
	font-weight:700;
}

.rv_row{
	padding: 5px 10px;	
}

.rv_colum{
	float:left;
}

.rv_name{
	width: 70%;
	font-size: 12px;
	text-decoration: none;
}

.rv_link{
	float:right;
}

.rv_price,
.rv_add_link{
	
	 	width: auto;
        min-height: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 10px;
}

.rv_price{
	padding: 0 10px;
	width:120px;
	font-size:15px;
	text-align:right;
	
}

.rv_price .prezzo{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
}

.rv_price s{
	font-size:11px;
}

.rv_add_link{
	width:22px;
	
}

.rv_colum_hover {
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.rv_colum_hover .rv_colum a,
.rv_colum_hover  .rv_price,
.rv_colum_hover  .rv_price .prezzo{
		color: #fff;

}