div.wp-synhighlighter-outer {
	background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 5px 10px;
}

div.wp-synhighlighter-inner {
	background: #f5f5f5;
	border: 1px solid #ccc;
	clear: both;
	display: block;
	line-height: normal;
    margin: 8px 0;
    overflow: auto;
    padding: 0 0 0 14px;
	text-align: left;
}

div.wp-synhighlighter-collapsed {
	clear: both;
	background: transparent url(images/icon_plus.gif) no-repeat scroll left
		center;
	display: block;
	line-height: normal;
    margin: 3px 0;
    padding: 0 0 0 14px;
	text-align: left;	
}

div.wp-synhighlighter-expanded {
	clear: both;
	background: transparent url(images/icon_minus.gif) no-repeat scroll left
		center;
	display: block;
	line-height: normal;
    margin: 3px 0;
    padding: 0 0 0 14px;
	text-align: left;
}


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 0 0 14px;
}

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

table.wp-synhighlighter-controls {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}
    table.wp-synhighlighter-controls td {
        padding: 0;
    }
    table.wp-synhighlighter-controls td.right {
        font-size: 0.8em;
        text-align: right;
    }
    table.wp-synhighlighter-controls td.right a {
        color: #999;
    }
