/* ---=== Контейнеры для проектов ===--- */

.light-body { /* ex .prj-body */
	background-color:#000038;
	border-bottom:1px solid black;
	border-left:1px dotted #666600;
	border-right:1px solid black;
	font:13px Arial;
	margin-bottom:10px;
	padding:0 10px 10px;
	text-align:left;
	}

.light-head { /* ex .news-title */
	background:#000066 url(../images/mnu-icon.gif) left 14px no-repeat ;
	border-top:1px dotted #AAAA00;
	color:#FFFFCC;
	font: oblique normal normal 16px Arial;
	letter-spacing:0.5pt;
	margin: 0 0 10px -10px;
	padding:10px 5px 10px 35px;
	text-align:left;
	}
.secure-head {
	background-color:#440088;
	color:#FFCCCC;
	}

.light-data { /* ex .prj-data */
	max-height:250px;
	overflow:hidden;
	}	
.light-data:hover {
	background-color:#000028;
	color:#eee;
	overflow: auto;
}

/* форматирование */

.light-data .att {
	color:#FFAAAA;
	font-size:12px;
	text-align:center;
	}

.light-data .illustr { /* ex .prj-illustr */
	width: 150px;
	height: 112px;
	float: left;
	padding-right: 10px;
	}
.light-data .illustr:hover {
	width: 200px;
	height: 150px;
	}

.light-data a, .light-data a:visited {
	text-decoration:none;	}
.light-data a :hover {
	text-decoration:underline;
	}
	
	
