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

	Use this Style Sheet to customize the plugin. 
	You can delete the file, and write your custom styles on the theme style.css file.
	Also the pagelist_style_url filter can be used to override the default style.css url.
*/
/* ------------------------------------------ INLINE-PAGELIST PLUGIN */
#inline_pagelist {
	width: 200px;
	margin: 0 5px 5px 0px;
	padding: 10px;
	float: left;
	}
#inline_pagelist, a{ color:#91a5a6;}

#inline_pagelist p {
	text-align: left;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted #c00000;
	}

#inline_pagelist ul a{
	text-indent: 0;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	overflow: visible;
	color:#000;
	}

#inline_pagelist ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
	color:#000;
	}

#inline_pagelist ul li.current_page_item {
	font-weight: bold;
	list-style-type: square;
	
	}

/* EOF */