/* basic css */
body{
    padding:0;
    margin:0;
    font-family: Georgia,serif;
    color: #707070;
}
html{  
    /*  background: url(/images/bg_body.png) repeat 0 0 transparent; */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #EEE;
}
input, img, textarea, select{
    outline: none;
}
img{
    border: none;
}
.head{
    position:fixed; z-index:999; top:0px; width:100%;
}
.container{
    margin:60px 0 0 0;
    padding: 0 0 0 0;
	max-width: 1820px;
	min-width: 650px;
	border:0px solid #F0F;
}
.containerBookmark{
    margin: 105px 0 0 0;
    padding: 0 0 0 0px;
}
.barL, .barR{
    width:80px;
    height:80px;
    position: absolute;
    top: 10px;
}
.barL{
	left:10px;
	display:inline;
}
.barR{
	right:10px;
	display:inline;
}
.fl{
    float: left;
}
.fr{
    float: right;
    clear: right;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.noBorder{
    border: none !important;
}
.marginTop5{
    margin-top: 5px !important;
}
.marginTop10{
    margin-top: 10px !important;
}
.marginTop20{
    margin-top: 20px !important;
}
.marginTop40{
    margin-top: 40px !important;
}
.marginRight5{
    margin-right: 5px !important;
}
.marginRight10{
    margin-right: 10px !important;
}
.marginRight20{
    margin-right: 20px !important;
}
.marginLeft15{
    margin-left: 15px !important;
}
.marginBottom10{
    margin-bottom: 10px !important;
}
.marginBottom20{
    margin-bottom: 20px !important;
}
.marginBottom30{
    margin-bottom: 30px !important;
}
.paddingBottom5{
    padding-bottom: 5px !important;
}
.greyButton{
    background: url(/images/bg_button.png) repeat-x 0 0 transparent;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #313131;
    font-size: 14px;
    border: 1px solid #dfdede;
    text-decoration: none;
    font-family: Georgia;
}
.blackButton{
    background: url(/images/bg_black_button.png) repeat-x 0 0 transparent;
    color: #fff;
    border: none;
}
.greyButton:hover{
    background: url(/images/bg_hover_button.png) repeat-x 0 0 transparent;
    color: #707070;
}
.horizontalShadow{
    width: 100%;
    height: 7px;
    margin: 0px 0 0px 0;
    background: url(/images/horizontal_shadow.png) repeat-x -10px -17px transparent;
}

input.homeInput, input.resultsInput, input.bookmarkInput{
    font-size: 30px;
    font-style: italic;
    color: #707070;
    background: transparent;
}
input.bookmarkInput{
    font-size: 14px;
    width: 150px;
    padding: 6px 10px;
}
input.resultsInput{
    border: none;
    margin: 0px 10px 0px 3px;
    width: 100%;
	height: 30px;
    font-size: 18px;
}

.logoEmpty{
	width:75px;
	height:30px;
	background-color:transparent;
	margin:6px 0px 0px 4px;
}

/* resultsUser */

.navUser{
    height: auto;
    background: #959595;
    margin: 6px;
    overflow: hidden;
    padding: 15px 0 0 0; 
}
.navUser ul{
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}
.navUser a, .navUser a:visited{
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 200px;
    height: 30px;
    border-bottom: 1px dotted #fff;
    margin: 10px 0 0 15px;
}
.navUser a:hover{
    color: #bdbfbf;
    border-bottom: 1px dotted #bdbfbf;
}
.titleNav{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 0 15px;
    line-height: 35px;
}


/* header results */

#header{
    width: 100%;
    height: auto;
    background: #313131;
}
.prevPage{
    width: 50px;
    background: #313131;
	text-align:left;
	padding-left:10px; 
}
.nextPage{
    width: 50px;
    background: #313131;
	text-align:right;
	padding-right:10px; 
}

.mainHeader{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.redLine{
    width: 100%;
    height: 5px;
    background: #e7302a;
}
.logoResults{
    margin: 0px 0 0 10px;
}

.searchResults {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: inset 0px 0px 5px #959595;
    -webkit-box-shadow: inset 0px 0px 5px #959595;
    box-shadow: inset 0px 0px 5px #959595;
    /* font-family: Georgia, serif; */
    border: 1px solid #fff;
    width: 100%;
	height:34px;
    color: #707070;
    background: #fff;
	margin:10px 0px 10px 0px;
}


.openInput {
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
    border:1px 0px 1px 1px solid #fff;
    width: 80px;
	height:34px;
    color: #707070;
    background: #fff;
	margin:10px 0px 10px 0px;
}

.middleInput {
    /* font-family: Georgia, serif; */
    border:1px 0px 1px 0px solid #fff;
	height:34px;
    color: #707070;
    background: #fff;
	margin:10px 0px 10px 0px;
}

.closeInput {
-webkit-border-top-right-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomright: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
    border:1px 0px 1px 1px solid #fff;
    width: 100px;
	height:34px;
    color: #707070;
    background: #fff;
	margin:10px 0px 10px 0px;
}


.searchResults .blackButton{
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 20px;
    font-family: georgia;

    width: 82px;
    height: 28px;
    float: right;
    margin: 3px 3px 0px 0px;

}
.searchResults .blackButton:hover{
    background: url(/images/hover_black_button.png) repeat-x 0 0 transparent;
}
input.loginResults{
    font-family: Georgia,serif;
	color:#FFF;
	border:1px solid #000;
    margin:0px 0 0 0;
	font-size:22px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	height:38px; 
	width:100px;
	padding:0px;
}

.loginResults{
	color:#000;
	border:1px solid #000;
    margin:8px 0 0 0;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
height:18px; 
width:200px;
padding:8px;
float:right;
}
.loginResults a, .loginResults a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.loginResults a:hover{
    color: #e7302a;
}

.loginBar {
color:#000;
display:inline;
width:100px;
}

.filterBar {
color:#000;
display:inline;
width:100px;
}


.loginContent {
display:none;
width:98px;
color:#FFF;
padding:10px 0px 10px 0px;
border:1px solid #fff;
background: rgb(125,126,125);
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.filterContent {
display: none; 
width:98px;
border:1px solid #fff;
color:#FFF;
padding:10px 0px 10px 0px;
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.loginResults .filterContent a {
color:#FFF;
font-size:14px;
line-height:16px;
}
.loginResults .loginContent a {
color:#FFF;
font-size:14px;
line-height:16px;
}


#bgSearchBar{
    width: auto;
    height: 35px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 2px; 
}

#bgSearchBar h1{
	font-size:21px; 
	display:inline;
	margin:0px; 
	padding:0px;
}
#bgSearchBar h1 a,  #bgSearchBar h1 a:visited,  #bgSearchBar h1 a:hover {
	color:#000;
	text-decoration:none;
}

.mainSearchBar{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.mainSearchBar h1, .mainSearchBar h4{
    font-size: 16px;
    font-style: italic;
    color: #fff;
    padding: 0px 10px 0 0px;
    margin: 0;
}
.relatedSearch{
    width: 100%;
    height: auto; 
    background: #fff;
    margin: 0px 0 0 0;
    padding: 0 0 5px 0;
}
.mainRelated{
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    font-size: 14px;
}
.mainRelated a, .mainRelated a:visited{
    color: #707070;
    text-decoration: none;
    margin: 0 5px 0 0;
    line-height: 18px;
}
.mainRelated a:hover{
    color: #313131;
}
.mainRelated .rest{
    margin: 0;
    padding: 5px 0 0 0;
	text-align: center;
}
.mainRelated .rest a h3{
	display:inline;
	margin:0px;
}
.userName{
    color: #000;
	font-weight: bold;
}
.veryGrey{
    color: #313131;
}
.greySubtitle, .greySubtitle h1{
    color: #fff;
    font-size: 12px;
    font-style: normal;
    margin: 0px 0 0 0;
}
.greySubtitle h1{
    margin: 0;
    font-size: 14px;
	font-weight:normal;
    padding: 0;
    color: #fff;
}
.greySubtitle a, .greySubtitle a:visited{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.greySubtitle a:hover{
    color: #fff;
}
.fbResults{
    background: url(/images/sprite_results.png) no-repeat -5px -3px transparent;
}
.twitterResults{
    background: url(../images/sprite_results.png) no-repeat -43px -3px transparent;
}
.googleResults{
    background: url(/images/sprite_results.png) no-repeat -81px -3px transparent;
}
.rssResults{
    background: url(/images/sprite_results.png) no-repeat -119px -3px transparent;
}
.fbResults:hover{
    background: url(/images/sprite_results.png) no-repeat -160px -3px transparent;
    cursor: pointer;
}
.twitterResults:hover{
    background: url(../images/sprite_results.png) no-repeat -197px -3px transparent;
    cursor: pointer
}
.googleResults:hover{
    background: url(/images/sprite_results.png) no-repeat -236px -3px transparent;
    cursor: pointer
}
.rssResults:hover{
    background: url(/images/sprite_results.png) no-repeat -274px -3px transparent;
    cursor: pointer
}

/* footer home */

#footer{
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #959595;
    margin: 50px 0 30px 0;
}

/* footer results */

#footerResults{
    width: 100%;
    height: 30px;
    background: #313131;
    margin: 40px 0 0 0;
}
.mainFooterResults{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.iconFooter{
    background: url(/images/sprite_results.png) no-repeat -280px -45px transparent;
    margin: 10px 10px 0 20px;
}
.mainFooterResults p{
    color: #c9c9c9;
    font-size: 12px;
    text-transform: uppercase;
    margin: 17px 0 0 0;
}
#navFooter{
    list-style: none;
    color: #e5e5e5;
    font-size: 12px;
    font-style: italic;
    margin: 2px 0 0 0;
    padding: 15px 0 0 0;
}
#navFooter li{
    float: left;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #e5e5e5;
}
#navFooter a, #navFooter a:visited{
    color: #e5e5e5;
    text-decoration: none;
}
#navFooter a:hover, #navFooter a#navCurrent{
    color: #e7302a;
}

/* results */

#results{
    width: 100%;
    height: auto;
}
.mainResults{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.boxResultBig{
		min-width:200px;
overflow:hidden;
    width: 19%;
margin: 4px 0px 10px 0px;
}

.boxResult{
   min-width:200px;
    width: 19%;
    height: auto;
    margin: 4px 0px 10px 0px;
    overflow: hidden;
}

.boxResultSearch{
    width: 74%;
    height: auto;
    margin: 4px 0px 10px 0px;
    overflow: hidden;
}

@media only screen and (max-width: 1440px) {

.boxResultBig{
   width:24%;
   margin: 4px 0px 10px 0px;
}

.boxResult{
    width: 24%;
    height: auto;
    margin: 4px 0px 10px 0px;
    overflow: hidden;
}

.boxResultSearch{
    width: 74%;
    height: auto;
    margin: 4px 0px 10px 0px;
    overflow: hidden;
}
}



@media only screen and (max-width: 1280px) {
	.boxResultBig{
	   width:24%;
	   margin: 4px 5px 10px 5px;
	}

.boxResult{
    width: 24%;
    height: auto;
    margin: 4px 10px 10px 0px;
    overflow: hidden;
}

.boxResultSearch{
    width: 74%;
    height: auto;
    margin: 4px 10px 10px 0px;
    overflow: hidden;
}

}

@media only screen and (max-width: 1024px) {
.boxResultBig{
width:22%;
margin: 4px 5px 10px 5px;
}

.boxResult{
    width: 22%;
    height: auto;
    margin: 4px 10px 10px 0px;
    overflow: hidden;
}

.boxResultSearch{
    width: 70%;
    height: auto;
    margin: 4px 10px 10px 0px;
    overflow: hidden;
}

}

.smallBoxResult{
    width: 155px;
    height: auto;
    margin: 2px 0px 8px 0px;
    overflow: hidden;
    /*-moz-box-shadow: 0px 0px 5px #c9c9c9;
    -webkit-box-shadow: 0px 0px 5px #c9c9c9;
    box-shadow: 0px 0px 5px #c9c9c9;*/
}

.boxSponsored{
    width: 95%;
    height: auto;
    background: #fff;
    /* border: 1px solid #aaaaa9; */
    /* border: 1px solid #FFaaa9; */
    border: 1px solid #aaa;
    margin: 0px 0px 0px 0px;
	/*
    -moz-box-shadow: 2px 2px 3px #c9c9c9;
    -webkit-box-shadow: 2px 2px 3px #c9c9c9;
    box-shadow: 2px 2px 3px #c9c9c9;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #999;
	*/
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.boxContent{
    background: #fcfcfc;
    /* width:230px; */
    width:95%;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:0px;
}

.imgRel {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}



.boxContent:hover .boxSponsored:hover{
    border: 1px solid #9c9c9c;
}
.titleResult{
    width: 95%;
    height: auto;
    margin-top:20px;
}
.titleSponsored{
	width:100%;
	font-size:20px;
}
.tuttoblogTitle{
    background: url(/images/sprite_results_small.png) no-repeat -10px -91px transparent;
	margin: 0px 5px 0 0px;
}
.technoratiTitle{
    background: url(/images/sprite_results_small.png) no-repeat -39px -91px transparent;
	margin: 0px 5px 0 0px;
}
.youfeedTitle{
    background: url(/images/sprite_results_small.png) no-repeat -68px -91px transparent;
	margin: 0px 5px 0 0px;
}
.qoopTitle{
    background: url(/images/sprite_results_small.png) no-repeat -96px -91px transparent;
	margin: 0px 5px 0 0px;
}
.googleTitle{
    background: url(/images/sprite_results_small.png) no-repeat -126px -91px transparent;
	margin: 0px 5px 0 0px;
}
.bingTitle{
    background: url(/images/sprite_results_small.png) no-repeat -155px -91px transparent;
	margin: 0px 5px 0 0px;
}
.sponsoredTitle{
    background: url(/images/sprite_results_small.png) no-repeat -184px -91px transparent;
	margin: 0px 5px 0 0px;
}
.personalTitle{
    background: url(/images/icona_personalizzatiS.png) no-repeat 0 0 #e7302a;
	margin: 0px 5px 0 0px;
}
.titleResult h2, .titleSponsored h2{
    width: 100%;
    height: auto;
    color: #000;
    font-size: 17px;
    line-height: 20px;
    padding: 5px 0 0 5px;
    margin: 0;
    text-align: left !important;
}
.titleSponsored h2{
    color: #e7302a;
    padding: 5px 2px 10px 4px;
    font-weight:bold;
}
.titleResult a, .titleResult a:visited, .titleSponsored a, .titleSponsored a:visited{
    color: #313131;
	/* font-size:12px; */
    text-decoration: none;
    font-weight:normal;
}
.titleSponsored  a, .titleSponsored a:visited{
    /* color: #e7302a;  */
    /* font-size: 13px; */
    font-weight:bold;
}
.titleResult a:hover, .titleSponsored a:hover{
    /* color: #707070; */
}
.likeResult {
    background: url(/images/sprite_results.png) no-repeat -375px -12px transparent;
    margin: 0px 0px 0 0;
    border:0px;
    width:20px;
    height:20px;
    cursor: pointer;
float:right;
}
.likeResult:hover, .likeSponsoredResult:hover{
    background: url(/images/sprite_results.png) no-repeat -322px -12px transparent;
}
.unlikeResult {
    background: url("/images/sprite_results.png") no-repeat scroll -322px -48px transparent;
    border: 0 none;
    cursor: pointer;
    height: 25px;
    margin: 5px 5px 0 0;
    width: 25px;
}
.likeSponsoredResult{
    background: url(/images/sprite_results.png) no-repeat -322px -12px transparent;
    margin: 5px 5px 0 0;
}
.textResult, .textSponsoredResult {
    font-size: 12px;
    color: #444;
    line-height: 16px;
    margin: 10px 10px 0 10px;
    padding: 0;
    text-align: left !important;
}
.textSponsoredResult{
    font-size: 15px;
    color: #444;
    line-height: 18px;
    margin: 10px 20px 0 20px;
    padding: 0;
}
.textResult, .textResult:visited{
    color: #444;
    text-decoration: none;
}
.textResult a, .textResult a:visited, .textSponsoredResult a, .textSponsoredResult a:visited{
    color: #000;
    text-decoration: none;
}
.textSponsoredResult, .textSponsoredResult a, .textSponsoredResult a:visited{
    color: #535353;
}
.textSponsoredResult a:hover{
    color: #313131;
}
.typeSearch{
    font-size: 14px;
    background: #f8f8f8;
    border-top: 1px dotted #dcdcdc;
    border-bottom: 1px dotted #dcdcdc;
    padding: 5px 10px;
}
.lastRelated, .lastSearch{
    min-width: 200px;
    height: auto;
    background: #fff;
    border-top: 1px dotted #959595;
    border-bottom: 1px dotted #959595;
    margin: 9px 5px;
    overflow: hidden;
}
.lastRelated h2, .lastSearch h2{
    font-size: 14px;
    margin: 0;
    padding: 10px 0 0 0;
}
.typeLastSearch{
    background: #FFF;
    padding: 0px 3px;
    margin: 5px;
    text-align: left !important;
    font-size: 13px;
}
.typeLastSearch a, .typeLastSearch a:visited{
    color: #707070;
    text-decoration: none;
	margin:0px 0px 4px 0px;
}
.typeLastSearch a:hover{
    color: #e7302a;
}
.searchBookmark{
    width: 95px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    text-transform: none;
    font-size: 16px;
}
.searchBookmark:hover{
    color: #bdbfbf;
}

.footerResult{
    width: auto;
    min-height: 10px;
    height: auto;
    border-top: 1px dotted #dcdcdc;
    margin: 10px;
}

.boxSponsored .footerResult{
    min-height: 25px;
}

.linkResult, .linkSponsoredResult{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    max-width: 155px;
}
.linkSponsoredResult{
    color: #e7302a;
    max-width: 280px;
    font-size: 13px;
}
.linkResult:hover, .linkSponsoredResult:hover{
    color: #707070;
}
.iconsSocial{
	width:92%;
	height: 24px;
	padding:0 0 0 0px;
}
.fb, .fbSponsored{
	width:26px;
	height:26px;
    background: url(/images/sprite_results.png) no-repeat -9px -50px #FFF;
}
.twitter, .twitterSponsored{
	width:26px;
	height:26px;
    background: url(/images/sprite_results.png) no-repeat -39px -50px #FFF;
}
.google, .googleSponsored{
	width:26px;
	height:26px;
    background: url(/images/sprite_results.png) no-repeat -69px -50px #FFF
}
.nootes{
    background: url(/images/sprite_results_small.png) no-repeat -340px -85px transparent;
}
.fbSponsored{
    background: url(/images/sprite_results.png) no-repeat -190px -44px transparent;
}
.twitterSponsored{
    background: url(/images/sprite_results.png) no-repeat -230px -44px transparent;
}
.googleSponsored{
    background: url(/images/sprite_results.png) no-repeat -250px -44px transparent;
}
.fb:hover, .fbSponsored:hover{
    background: url(/images/sprite_results.png) no-repeat -101px -51px #EEE;
}
.twitter:hover, .twitterSponsored:hover{
    background: url(/images/sprite_results.png) no-repeat -131px -51px #EEE;
}
.google:hover, .googleSponsored:hover{
    background: url(/images/sprite_results.png) no-repeat -161px -51px #EEE;
}
.nootes:hover{
    background: url(/images/sprite_results_small.png) no-repeat -370px -85px transparent;
}
.share{
background-color:#555;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
margin:0px 5px 0px 0px;
}
.linkSingleBookmark{
	background: #ededed;
	text-align: left !important;
	padding:10px;
}
.linkSingleBookmark a, .linkSingleBookmark a:visited{
	color: #707070;
	font-size: 12px;
	text-decoration: none;
}
.linkSingleBookmark a:hover{
	color:#313131;
}
.detail{
	color:#959595;
	line-height: 30px;
	font-size:12px;
	font-weight: bold;
}

/* Login, Register e Info page */
.boxGeneral {
    width: 80%;
    margin: 40px auto 0 auto;
    height: auto;
    background: #fff;
    border: 1px solid #cccccb;
    -moz-box-shadow: 0px 0px 5px #c9c9c9;
    -webkit-box-shadow: 0px 0px 5px #c9c9c9;
    box-shadow: 0px 0px 5px #c9c9c9;
    overflow: hidden;
    padding: 0 0 0 55px;
}

.boxLogin, .boxPage{
    width: 600px;
    margin: 40px auto 0 auto;
    height: auto;
    background: #fff;
    border: 1px solid #cccccb;
    -moz-box-shadow: 0px 0px 5px #c9c9c9;
    -webkit-box-shadow: 0px 0px 5px #c9c9c9;
    box-shadow: 0px 0px 5px #c9c9c9;
    overflow: hidden;
    padding: 0 0 0 55px;
}
.boxPage{
    width: 860px;
	padding: 0 15px 40px 35px;
}
.titleLogin{
    height: 40px;
    margin: 10px 55px 30px 0;
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #959595;
}
.boxLogin h4, .boxPage h4{
    font-size: 24px;
    margin: 0;
    padding: 5px 0 0 0;
    font-style: italic;
}
.boxPage h4{
    font-size: 30px;
    padding: 40px 0 10px 0;
    border-bottom: 1px dotted #959595;
    width: 845px;
}
.boxPage p{
    font-size: 13px;
    line-height: 21px;
    margin: 20px 20px 20px 0;
}
.linkPage{
    color: #313131;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}
.linkPage:hover{
    color: #e7302a;
}
input.loginInput{
    font-size: 16px;
    font-style: italic;
    color: #707070;
    padding: 10px 20px;
    background: #e5e5e5;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: inset 0px 0px 5px #959595;
    -webkit-box-shadow: inset 0px 0px 5px #959595;
    box-shadow: inset 0px 0px 5px #959595;
    font-family: Georgia, serif;
    border: 1px solid #fff;
    width: 510px;
    margin: 5px 0 20px 0;
}
.links{
    margin: 30px 55px 0 0;
    height: 40px;
    border-top: 1px dotted #959595;
    padding: 20px 0 0 0;
}
.links a, .links a:visited{
    color: #313131;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
.links a:hover{
    color: #e7302a;
}
.boxLogin .greyButton{
    padding: 10px 15px;
    background: #707070;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: Georgia;
}
.boxLogin .greyButton:hover{
    background: #313131;
}
.fieldsLogin{
    height: auto;
    overflow: hidden;
}
.qoopLoginTitle{
    background: url(/images/sprite_results.png) no-repeat -313px -85px transparent;
    margin: 0 5px 0 0;
}
.privacy {
    height: 85px;
    margin: 10px 10px 20px 0;
    width: 175px;
    padding: 3px 0 0 0;
    border-top: 1px dotted #959595;
}
.styleConsenso {
    letter-spacing: -1px;
    font-size: 11px;
    font-weight: bold;
    color: #959595;
}
.leftText{
    margin: -1px 0 0 0;
    font-size: 12px;
}
.leftCheck {
    margin: 1px 5px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
}
.info{
    font-style: italic;
    color: #313131;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.info:hover{
    color: #707070;
}

/* singolo bookmark */

.boxRelatedResult{
    /*width: 200px;
    height: auto;
	background: #FFF;
	border: 1px solid #CCCCCB;
	margin: 5px;
	overflow: hidden;
*/
    width: 250px;
    height: auto;
    background: #fff;
    border: 1px solid #cccccb;
    margin: 2px;
    overflow: hidden;
}
.bookmarkResult{
    width: 610px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    overflow: hidden;
}
.singleBookmark{
	width:600px;
	padding: 0px auto 0px auto;
	height: auto;
	background: #fff;
	border: 0px solid #CCCCCB;
}

.image {
   position: relative;
   width: 100%; /* for IE 6 */
}

.singleBookmark h1{
    padding: 2 9px 10px 9px;
    font-style: italic;
    margin: 0px 0px 0px 0px; 

	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color:#FFF;
	font-size:250%;
	line-height:1.1em;

}
.singleBookmark a, .singleBookmark a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
	margin:5px 0px 5px 0px;
}
.singleBookmark a:hover{
	color: #FEFEFE;
}
.singleBookmark a.source{
	color:#333;
	padding:0px 0px 10px 0px;
}
.bookmarkResult .textResult{
    margin: 0 10px 0px 10px;
    font-size: 14px;
	line-height: 18px;
	height: auto;
	overflow: hidden;
}
.bookmarkResult .textResult p{
	width: 68%;
}
.bookmarkResult .qoopTitle{
    margin: 20px 0 20px 0 !important;
}
.bookmarkResult .footerResult{
    margin: 0 0px 0 0;
}
.bookmarkResult .footerResult img{
    margin: 0 0 0 5px;
}

.spTextlink_T{
font-style:italic;
display:block; 
font-size:18px;
}

.singleBookmark .spTextlink_S{
font-style:italic;
display:block; 
font-size:14px;
color:#e7302a;
}
.spTextlink_D{
font-style:italic;
display:block; 
font-size:16px;
}

hr.style-two {
    border: 0;
    height: 1px;
    margin-top:10px;
    margin-bottom:25px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.highVisibility{
color:#e7302a;
font-size:1.1em;
font-weight: bold;
}

.volantino{
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
font-size:28px;
font-family:'Arial Black','Arial Bold',Gadget,sans-serif;
font-weight:bold;
color:#000;
text-decoration:none;
background-color:#e7302a;
padding:6px;
position:relative;
left:-30px;
bottom:-28px;
width:230px;
height:120px;
-moz-border-radius: 100px / 50px;
-webkit-border-radius: 100px / 50px;
border-radius: 100px / 50px;
}

.volantino-small{
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
font-size:14px;
font-family: 'Arial Black','Arial Bold',Gadget,sans-serif;
font-weight:bold;
color:#000;
text-decoration:none;

}
.eo-banner-search{
width:270px;
}

.shareHolder{
position:absolute; 
top:10px;
left:15px;
background-color:transparent;
width:100%;
text-align:left;
}


.typeSearch {
margin: 10px 0px 0 0px;
}



