body { font: 12px Verdana; line-height: 20px; background-color: #F8FAFA; }	
a {
	color: #005500;
	text-decoration: none;
}
a:hover {
	color: #007700;
}
a:active, a:focus { outline: none; }
p { padding-bottom: 10px; }
.ico { width: 24px; height: 24px; background-color: #FFF; border: 1px solid #CCD8E3; padding: 0; background-repeat: no-repeat; background-position: 4px 4px; }
.ico-toggle { background-image: url("../images/toggle.png"); margin-top: -6px; }
.left { float: left; }
.right { float: right; }
#wrapper {
	width: 570px;
	margin: 20px auto;
}
.menu { position: relative; list-style-type: none; margin-bottom: 2px; }
.menu a.tab { padding: 5px 10px 5px 10px; border: 1px solid #CCD8E3; background-color: #FAFAFA; }
.menu a.selected { border-bottom-color: #FFF; background-color: #FFF; }


/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.main {
	width: 560px;
	}

.scroller {
	width: 560px;
	height: auto;
	overflow: hidden;
	border: 1px solid #CCD8E3;
	margin-bottom: 5px;
	min-height: 220px;
	}

#content-1 {
	width: 2500px;
	}

.slide {
	width: 540px;
	height: auto;
	float: left;
	background-color: #FFF;
	padding: 10px;
	}

