
.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}

.boxfac {
margin-top:-10px;
    background-color: #fff;
   	font-size: 12px;
    border-bottom:5px solid #3399FF;
		font-weight: bold;
		color:#000;

}
 
.show_hide {
    display:none;
	margin-top:-20px;
}


body {
font-size: 99%;
background: #ffffff; /* Old browsers */
	font-family: sans-serif;
	color: #333333;
}
@font-face {
    font-family: 'Cinnamone cake';
    src: url('/Cinnamon_cake.eot');
    src: local('/Cinnamon cake'), url('/Cinnamon_cake.ttf') format('truetype');}
.headline { font-family:Cinnamone cake, verdana, helvetica, sans-serif;  }  


img.image{
margin:auto;
/* max-width: 210px;
max-height: 130px; */
max-width: 100%;
max-height: 160px;
height: expression(this.width > this.height ? auto: expression(this.height > 100 ? 100: true));
width: expression(this.width > this.height ? expression(this.width > 100 ? 100: true) : auto); 
}img.image3{
margin:auto;
max-width: 240px;
max-height: 140px;
height: expression(this.width > this.height ? auto: expression(this.height > 100 ? 100: true));
width: expression(this.width > this.height ? expression(this.width > 100 ? 100: true) : auto); 
}

img.image2{

width:100px;}

@font-face {
    font-family: 'AnagramRegular';
    src: url('fonts/Anagram-webfont.eot');
    src: url('fonts/Anagram-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Anagram-webfont.woff') format('woff'),
         url('fonts/Anagram-webfont.ttf') format('truetype'),
         url('fonts/Anagram-webfont.svg#AnagramRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{ color: #3366cc;}

a:hover{ color: #2452ac;}


a.bianco { color: #ffffff;}

a.bianco:hover{ color: #ffffff;}
a.bianco:visited{ color: #ffffff;}

#logo{
	margin-top: 20px;
	font-family: AnagramRegular;
	color: #3366cc;
	font-size: 72px;

}

#logo a { text-decoration: none; color: #A7003C; }

#logo a:hover { color: #48001b; }

#content {
background: #ffffff; /* Old browsers */
	padding-bottom: 30px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 12px;
	margin-top: 15px;
	border-color: white;
	border-style: solid;
	border-width: 0px;
	-moz-border-radius: 4px;
border-radius: 4px;

}
#slideshow {
    position:relative;
    height:250px;
	    z-index:1;

}


#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
	margin:auto;
max-width: 760px;
max-height: 300px;
height: expression(this.width > this.height ? auto: expression(this.height > 100 ? 100: true));
width: expression(this.width > this.height ? expression(this.width > 100 ? 100: true) : auto); 
}

#slideshow IMG.active {
    z-index:-1;
}

#slideshow IMG.last-active {
    z-index:-1;
}
#error {
	margin-bottom: 6px;
	background-color: white;
	font-size: 18px;
	padding: 3px;
	color: #4a0027;
	-moz-border-radius: 4px;
border-radius: 4px;
}
#success {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: white;
	font-size: 18px;
	padding: 3px;
	color: #004507;
	-moz-border-radius: 4px;
border-radius: 4px;
}
#success2 {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: white;
	font-size: 18px;
	padding: 3px;
	color: #8b0100;
	-moz-border-radius: 4px;
border-radius: 4px;
}
#success a:visited {
	color: white;
}
#header1 {
	font-weight: bold;
	font-family: Georgia;
	font-size: 18px;
}
#header2 {
	line-height: 40px;
	font-family: Georgia;
	font-size: 26px;
}

#header3 {
	font-family: Georgia;
	font-size: 16px;
}
#header4 {
	font-size: 16px;
}
#header5 {
	line-height: 40px;
	font-family: Georgia;
	font-size: 20px;
}




.asdf {
	padding-left: 13px;
	padding-bottom: 40px;
	padding-right: 13px;
	padding-top: 3px;
	font-family: sans-serif;
	margin: 4px;

	color: #050505;
	background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 78%, #F2F2F2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,#feffff), color-stop(100%,#F2F2F2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#F2F2F2',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* W3C */	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 2px solid #3a44d2;
	-moz-box-shadow:
		0px 1px 3px rgba(231,231,231,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(231,231,231,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}
.asdf_f {
	padding-left: 12px;
	padding-bottom: 40px;
	padding-right: 12px;
	padding-top: 3px;
	font-family: sans-serif;
	margin: 4px;
	color: #050505;
	background: #787dff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 78%, #F2F2F2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,#feffff), color-stop(100%,#F2F2F2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#F2F2F2',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #feffff 78%,#F2F2F2 100%); /* W3C */	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 3px solid #787dff;
	-moz-box-shadow:
		0px 1px 3px rgba(231,231,231,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(231,231,231,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}


#lowerpart{
	padding-top: 15px;
	text-align: right;
	margin-right: 8px;
	font-size: 18px;
	clear: both;
}

#line{
	margin-bottom: 15px;
	margin-top: 15px;
	border-width: 1px;
	border-color: #e7f3f5;
	border-style: solid;
	width: 100%;
}

#favoritesh1{
	padding-left: 88px;
	padding-top: 20px;
	height: 84px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(img/fav.png);
}

#myreviewsh1{
	padding-left: 88px;
	padding-top: 20px;
	height: 84px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(img/reviewicon.png);
}

#mystartupsh1{
	padding-left: 88px;
	padding-top: 20px;
	height: 84px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(img/mystartups.png);
}

#asdfdate{
	position: relative;
	color: #8b8b8b;
	font-size: 11px;
}

#asdffaves{
	padding-top: 5px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-image: url(img/favsm.png);
	height: 30px;
	width: 30px;
	font-weight: bold;
	margin-top: 43px;
	position: absolute;
	color: white;
	font-size: 12px;

}

#footer{
	font-weight: bold;
	color: #3366cc;
	margin-bottom: 15px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	text-align: center;

}

#footer a{
	color: #3366cc;
}

#highlightBACKUP{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 8px;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#FF99CC 21%,
		#f3f3f3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		color-stop(0.21, #FF99CC),
		to(#f3f3f3));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c9c9c9;
	-moz-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,0.3);
}

#highlighthome{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #3366cc;
	-moz-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	width:245px;
	}
	
	#highlight{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #3366cc;
	-moz-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	width:180px;
}
#highlight2{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	border:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #3366cc;
	-moz-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	width:210px;
}


#highlight3{
margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	border:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #3366cc;
	-moz-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 11px rgba(255,255,255,0.2),
		inset 0px -1px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	width:250px;
}


#highlight a{
	text-decoration: none;
	color: #3366cc;
}

#highlight3{
background-color:#0044df;
margin-left:auto;
margin-right:auto;
width:1155px;

}




#highlight2{
	padding: 5px;
	margin: 4px;
background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#highlight2 a{
	text-decoration: none;
}

#urltitle{
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 24px;

}

#twitterbutton{
	margin-left: 0px;
	text-align: left;
}

#feed {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #050505;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee 50%,
		#eeeeee 50%,
		#f7f7f7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #eeeeee),
		color-stop(0.50, #eeeeee),
		to(#f7f7f7));
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 1px solid #e7e7e7;
	-moz-box-shadow:
		0px 1px 3px rgba(231,231,231,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(231,231,231,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}


#feed img{
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
margin-top: 5px;
padding: 4px;


}

#rightcolumn a{
	color: #3366cc;
}

#description{
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 12px;
}

#progressbar{
	margin-right: auto;
	margin-left: auto;
	background-color: #e6e6e6;
	width: 48px;
	height: 300px;
}

#innerbar{
	position: relative;
	margin-bottom: 0px;
	background-color: #3366cc;
	bottom: 0px;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
	
	    .awesome{
    background: #222 url(/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
    }

	/* Colors ---------- */
.blue.awesome {
background-color: #2daebf;
}
.red.awesome {
background-color: #e33100;
}
.magenta.awesome {
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
}
.yellow.awesome {
background-color: #ffb515;
}
.bubble {
	width:700px;
	color:#efefef;
}
.bubble .pointer {
	height:15px;
	background:#393939;
}
.bubble .pointer div {
	height:100%;
	background:#ffffff;
}
.bubble .pointer .one {
	width:50%;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius:15px;
	float:left;
}
.bubble .pointer .two {
	width:50%;
	float:right;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius:15px;
}
.bubble .content {
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	background:#393939;
	text-align:center;
}