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

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

.rv_main_container{
	 width: 100%;
	}
.rv_container {
    position: fixed;
    left: 0;
    z-index: 1000;
    display: block;
    right: auto;
    min-width: 160px;
    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: 100%;
    color: #000;
	margin-top: 8px;
}

@media only screen and (min-width:150px) and (max-width:770px) 
{
	
	

.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;
	color: #333;
	vertical-align: top;
	line-height: 15px;
}
#keywordsSmart {
    position: relative;
    color: #333;
    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: 100%;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	line-height:13px;
}
.rv_name a{
	color: #313131;
	font-size: 13px;
	line-height: 12px;
}



.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:100%;
	font-size:15px;
	text-align:center;
	line-height: 16px;
	
}

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

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

.rv_add_link{
	width:22px;
	
}
.rv_img{
	height: 100px;
	
}
.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;

}
.boxProductSearch{
	border: 1px solid #D5D5D5;
}
.boxProductSearch .product-img{
	text-align:center;
}

.pdt-nav{
	color: #7fad39;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}




.boxCategoriesSearch h5{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-color: #89c350;
	padding: 4px;
	margin-top: 10px;
	height: 40px;
	margin-bottom: 10px;
	text-align:center;
}
.boxCategoriesSearch h5 a{
	font-size: 12px;
	color: #fff;
}


