@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 strong {
display: none;
}
#inline_pagelist {
/*	width: 400px; */
	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 {
	text-indent: 0;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	overflow: visible;
	}

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

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

/* EOF */
