@CHARSET "UTF-8";
/* $Rev: 99167 $

	Use this Style Sheet to customize the plugin. 
	You can delete the file, and write your custom styles on the theme' style.css file.
	If you're using one of my themes, styling on the file custom.css file is the preferred method.
*/
/* ------------------------------------------ INLINE-PAGELIST PLUGIN */
#inline_pagelist {
/*	width: 200px; */
	margin: 5px 10px 5px 0px;
	padding: 10px;
	background: #ffffc0;
	border: 1px solid #ffde01;
	float: left;
}

#inline_pagelist p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted #c00000;
}

#inline_pagelist ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#inline_pagelist ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
}
/* EOF */