.codecolorer {
	white-space: nowrap;
}

#commentlist .codecolorer ol .li1 {
  list-style-type: decimal-leading-zero;
  padding-left: 5px;
  border: 1px solid #FFF;
  border-width: 0 0 1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 20px;
}

.codecolorer-container {
	overflow: auto;
	width: 416px;
	font-family: monospace;
	white-space: nowrap;
}

ol .codecolorer-container, ul .codecolorer-container {
	width: 380px !important;
}
ol ul .codecolorer-container, ul ul .codecolorer-container {
	width: 360px !important;
}

#commentlist .codecolorer-container li {
  padding: 0 !important;
  list-style-type: decimal-leading-zero !important;
  position: static !important;
  background: none;
  border: none;
  overflow: visible;
}

#commentlist .codecolorer-container {
	width: 354px;
	_width: 348px;
}

#commentlist blockquote .codecolorer-container {
	width: 258px;
	_width: 244px;
}

/* Color scheme */

.codecolorer .de1, .codecolorer .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.codecolorer .imp {font-weight: bold; color: red;}
.codecolorer .ln-xtra {color: #cc0; background-color: #ffc;}
.codecolorer li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.codecolorer li.li2 {font-weight: bold;}
.codecolorer .kw1 {color: #000;}
.codecolorer .kw2 {color: #FF0000;}
.codecolorer .kw3 {color: #008000;}
.codecolorer .co1 {color: #808080; font-style: italic;}
.codecolorer .co2 {color: #808080; font-style: italic;}
.codecolorer .coMULTI {color: #FF9900; font-style: italic;}
.codecolorer .es0 {color: #000099; font-weight: bold;}
.codecolorer .br0 {color: #009500;}
.codecolorer .st0 {color: #0000BB;}
.codecolorer .nu0 {color: #cc66cc;}
.codecolorer .me1 {color: #006600;}
.codecolorer .me2 {color: #006600;}
.codecolorer .sc0 {}
.codecolorer .sc1 {}
.codecolorer .sc2 {}
.codecolorer .sc3 {}
.codecolorer .re0 {color: #BF0000;}
.codecolorer .re1 {color: #BF0000;}
.codecolorer .re3 {color: #0000FF;}
.codecolorer-container {
background:#F4FFE6 none repeat scroll 0%;
border:1px solid #A8DE76;
font-size:15px;
margin:10px;
padding:5px 13px;
}
.codecolorer-container.css {
background:#FFFDE6 none repeat scroll 0%;
border:1px solid #DED176;
}
.codecolorer-container.php {
background:#F2F9FF none repeat scroll 0%;
border:1px solid #98BFE7;
}