*{
	margin:0;
	padding:0;
}


#feedWidget{
	/*background:url(img/bg.PNG) repeat-x #47525c;
	width:200px;*/
	border:2px solid #f3f3eb;
	margin:0 auto;
	
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}


#activeTab.hover,.dropDownList{
	background:url(img/drop_arrow.PNG) no-repeat 95% 50% #6a5e51;
	border:1px solid #f3f3eb;

	margin:-1px;
	
	cursor:pointer;
	
	/* CSS3 round corners: */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

#activeTab,.dropDownList div{
	color:white;
	cursor:pointer;
	font-size:18px;
	margin:0 2px 0 0;
	padding:5px;
	
	text-shadow:0 1px 1px black;
}

.line{
	height:1px;
	overflow:hidden;
	background-color:#f3f3eb;
	border-bottom:1px solid #f3f3eb;
	margin:10px 0;
}

.dropDownList{
	background-image:none;
	position:absolute;

	border-top:none;
	padding:5px;
	
	/* We reset the roundness of the top corners, inherited by a previous rule: */
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropDownList div:hover{
	background-color:#505e6b;
}

#tabContent div{
	/* The feed entry divs */
	
	background-color:#EEEEEE;
	color:#555555;
	font-size:10px;
	margin-bottom:10px;
	padding:5px;
	position:relative;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
}




.shadow{
	position:relative;
	z-index:10;
	width:270px;
	height:30px;
	background:url(img/demo_page/shadow.PNG) no-repeat center center;
	margin:-15px auto 0;
}

.back-to-the-tutorial{
	left:0;
	position:absolute;
	top:110px;
}

.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	border-bottom:none;
	font-size:1em;
	border-top:1px solid #BBBBBB;

	width:100%;
	z-index:100;
}


