@charset "utf-8";
/* CSS Document */

#catalogues {
	width: auto;
	margin-right: auto;
	color: #666666;
	height: 140px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#catalogues #catalogue_thumbnail {
	height: 140px;
	width: 100px;
	float: left;
}
#catalogues #catalogue_list {
	clear: right;
	float: right;
	height: auto;
	width: 240px;
	margin-top: 20px;
	color: #999933;
	text-align: center;
}
#catalogues #catalogue_list ul {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#catalogues #catalogue_list p {
	font-size: large;
	color: #999933;
}
#catalogues #catalogue_list a:hover {
	color: #990000;
	text-decoration: underline;
}
#catalogues #catalogue_list a {
	color: #999933;
	text-decoration: none;
}
#catalogue_links {
	text-align: left;
	float: left;
}
#catalogue_sizes {
	text-align: right;
	float: right;
}
