div.wp-synhighlighter-outer {
	
}

div.wp-synhighlighter-inner {
	height: auto;
	max-height: 1600px;
	overflow: auto;
	background: #f7f7f7;
	padding: 0;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:2px;
	line-height: normal;
	-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: #f7f7f7;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	clear: both;
	background: transparent url(images/icon_plus.gif) no-repeat scroll left
		center;
	display: block;
	padding-left: 14px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	line-height: normal;
	-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: #f7f7f7;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	clear: both;
	display: block;
	padding-left: 14px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 3;
	padding-right: 5;
	padding-bottom: 3;
	padding-left: 10px;
	line-height: normal;
	-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;
	color: #666;
	font-size: 0.85em;
	text-decoration: none;
	font-weight: 900;
}

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
}