@charset "utf-8";
#catalogue {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:40px;
	text-align:left;
	line-height: 20px;
	color:#666
}
#catalogue h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-bottom:10px;
	color: #D00606;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	}
#cataloguelogo{
	float:left;
	margin-left:50px;
	width:700px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}
#cataloguelist{
	float:left;
	width:500px;
	float:left;
	position:relative;
	left:50px;
	margin-left:60px;
	margin-right:60px;
	margin-top:10px;
	margin-bottom:10px;
	}
#cataloguelistimg{
	float:left;
	position:relative;
	padding-bottom:1px;
	padding-right:1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #aaa;
	border-bottom-color: #666;	
	z-index:2
	}
#cataloguelistname{
	position: relative;
	left:10px;
	top:50px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	}
#cataloguelistname a{
	color:#666;
	text-decoration: none;
	}
#cataloguelistsize{
	float:left;
	position:relative;
	left:10px;
	bottom:-50px;
	font-size:10px;
	color:#999;
	}
