
/* CSS test container shadow */
.det_test {
	margin:auto;
	position:relative;
	}

.det_test .top {
	background-color: #FFFFFF;
	background-image:url(../imagini/umbre/top.gif);
	background-position:top;
	background-repeat: repeat-x;
}

.det_test .left {
	background-image:url(../imagini/umbre/left.gif);
	background-position:left;
	background-repeat: repeat-y;
}

.det_test .right {
	background-image:url(../imagini/umbre/right.gif);
	background-position:right;
	background-repeat: repeat-y;
}
.det_test .bottom {
	background-image:url(../imagini/umbre/bottom.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}

.det_test .topleft {
	background-image:url(../imagini/umbre/tl.gif);
	background-position:top left;
	background-repeat: no-repeat;
}


.det_test .topright {
	background-image:url(../imagini/umbre/tr.gif);
	background-position:top right;
	background-repeat: no-repeat;
}

.det_test .bottomleft {
	background-image:url(../imagini/umbre/bl.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}

.det_test .bottomright {
	background-image:url(../imagini/umbre/br.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
}



.det_test .container {
	position:relative;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
    color: #000000;
    text-decoration: none;
    font-weight:normal;
	line-height:15px;
}

/* pana aici main*/




/* CSS container shadow */








