div.wp-synhighlighter-outer {
	
}

div.wp-synhighlighter-inner {
	height: auto;
	max-height: 300px;
	overflow: auto;
	background: #E9E9E6 none repeat scroll 0 0;
	border-color: #C3CBD1;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	clear: both;
	margin: 0;
	padding:0;
	display: block;
	line-height: normal;
	text-align: left;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.wp-synhighlighter-collapsed {
	background: #E9E9E6 none repeat scroll 0 0;
	border-color: #C3CBD1;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	clear: both;
	background: transparent no-repeat scroll left center;
	display: block;
	margin: 0;
	padding:0;
	line-height: normal;
	text-align: left;	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.wp-synhighlighter-expanded {
	background: #E9E9E6 none repeat scroll 0 0;
	border-color: #C3CBD1;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	clear: both;
	background: transparent no-repeat scroll left center;
	display: block;
	margin: 0;
	padding:0;
	line-height: normal;
	text-align: left;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}


a.wp-synhighlighter-title {
	cursor: pointer;
	font-size: small;
}

div.wp-synhighlighter-inner pre {
	background: none;
	border: none;
	margin: auto;
	padding: inherit;
	line-height: normal;
}

div.wp-synhighlighter-inner ol {
	list-style-position: outside !important;
	padding: 0;
}

div.wp-synhighlighter-inner li {
	list-style-position: outside !important
}


div.wp-synhighlighter-outer table {
	margin: 0;
	padding:0;
}
