@charset "utf-8";
/* CSS Document */

h3 {
	margin:0px;
	padding:0px;
}


div.boxStandardOuter {
	width:473px;
	position: absolute;
}


div#contentBox ul {
	list-style:none;
	margin:0px;
	margin-top:20px;
	padding:0px;
}
	div#contentBox ul li {
		margin:0px;
		padding:0px;
		padding-bottom:15px;
      height:164px;
		overflow:hidden;
	}
	
		div#contentBox ul li div.productieList {
			margin:0px;
			height:154px;
			width:463px;
			float:left;
			overflow:hidden;
		}
		div#contentBox ul li img.productieListImg {
			width:200px;
			height:150px;
			margin:0px;
			padding:0px;
			border:10px;
			border-color:#ffffff;
			border-style:solid;
			float:right;
			position: relative;
		}



