﻿.boxgrid{ 
	width: 260px; 
	height: 195px; 
	margin: 0 0 0 2px; 
	/*float:left;*/ 
	background:#161613; 
	/*border: solid 2px #8399AF;*/
	overflow: hidden; 
	position: relative;
}
	.boxgrid img{ 
		margin: 0;
	}
	.boxgrid p{ 
		width: 230px;
		margin: 20px 15px 0 15px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 140%;
		/*font:10pt "Lucida Grande", Arial, sans-serif;*/ 
	}
	.boxgrid em{ 
		font-weight: bold;
	}
	
.boxcaption{ 
	float: left; 
	position: relative;
	background: #000; 
	height: 205px; 
	width: 100%; 
	opacity: .8;
	cursor: pointer;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
		.captionfull .boxcaption {
			top: 260;
			left: 0;
		}
		.caption .boxcaption {
			top: 220;
			left: 0;
		}

/*----------------------------------------------------------------------------*/
div.grid{
	color: #bbb;
	background-color: #222;
	border: 1px solid #555;
	float: left;
	text-align: left;
	width: 264px;
	margin: 1px 3px 1.0em 3px;
	padding: 3px;
}
div.grid h4{
	margin: 0;
	padding: 0 0 0 5px;
	background-color: #000;
	background-image: url("../img/system/bar_black.png");
	color: #fff;
	font-size: 110%;
	font-weight: bold;
}
div.grid a{
	text-decoration: none;
	font-weight: bold;
}
div.grid p.guide{
	width: 90%;
	margin: 10px;
	color: #eee;
	font-size: 90%;
	line-height: 140%;
	height: 2.5em;
}
div.grid p.genre{
	text-align: center;
	width: 90%;
	margin: 10px;
	color: #eee;
	font-size: 90%;
	line-height: 140%;
	height: 1.0em;
}

p.date{
	font-size: 80%;
	margin: 0;
	color: #cc3;
}


