.item {
	width: 354px;
	height: 150px;

	margin: 18px 24px 12px 34px;
	padding-left: 12px;

	background-image: url("../images/item_background.gif");
	background-repeat: no-repeat;
}

.item .photo {
	float: left;

	width: 66px;
	height: 150px;

	margin-right: 8px;
	padding-right: 8px;

	border-right: 1px solid #666;
}

.item .photo img {
	display: block;

	width: 66px;
	height: 150px;
}

.item .details {
	float: left;

	width: 249px;
	height: 150px;
}

.item .details .logo {
	height: 27px;
}

.item .details .logo_video {
	background-image: url("../images/video.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

.item .details .logo .video {
	position: relative;
	left: -100px;

	display: block;

	width: 17px;
	height: 27px;

	background-image: url("../images/film_ico.gif");
	background-repeat: no-repeat;
}

.item .details .summary {
	width: 237px;
	height: 111px;

	padding: 6px;

	font-size: 11px;

	color: gray;

	background-color: #eaeaea;
}

.item .summary a {
	color: #84990e;
	font-weight: bold;
	text-decoration: underline;
}

.item .summary strong {
	color: black;
	font-weight: normal;
}

.summary span {
	font-weight: bold;
	font-size: 11px;
}

span.status1, span.status5, span.status6, span.status7 {
	color: #800c12;
}

span.status2 {
	font-weight: normal;
}

span.status3 {
	color: #84990e;
}

span.status4 {
	color: gray;
}

span.status9 {
	color: black;
}

#list .left {
	float: left;
}

#list .right {
	float: right;
}

/*admin*/

td.head, td.head_act, td.result_row {
	padding-left: 2px;
	padding-right: 2px;
}

td.head {
	background-color: #555;
	color: #fff;
}

td.head_act {
	background-color: #fff;
	color: #000;
	border: 1px solid black;
	text-align: center;
}

td.result_row {
	background-color: #ddd;
}

td.result_row_act {
	background-color: #ddd;
	text-align: center;
}