
#content { float: left; width: 600px; }

.sidebar { float: right; width: 340px; margin-top: 19px; background: #fff url(../images/box.png) no-repeat bottom; }
.sidebar h4 a { display: block; background: #fff url(../images/boxtop.png) no-repeat top; height: 26px; text-indent: -9999px; margin-bottom: 8px; }
.sidebar ul { margin: 0 8px 0 12px; }
.sidebar ul li { font-size: 12px; }
.sidebar ul li li { font-size: 10px; }
.sidebar a:link, .sidebar a:visited { text-decoration: none; }
.sidebar a:hover, .sidebar a:active { text-decoration: underline; }

/* Standard Knowledge Base Table */
table#kbtable, table.kbtable		{ font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; border-top: 1px solid #a1a5a9; border-left: 1px solid #a1a5a9; margin-bottom: 18px; }
table#kbtable td, table.kbtable td, 
table#kbtable th, table.kbtable th	{ padding: 4px; border-bottom: 1px solid #a1a5a9; border-right: 1px solid #a1a5a9; font-size: 10px; }
table#kbtable tr, table.kbtable tr	{ background: #FFFFFF; font-size: 10px; }
table#kbtable tr th, 
table.kbtable tr th 				{ background: #e2e2e2; font-size: 10px; font-weight: bold; }
table#kbtable tr#even td, 
table.kbtable tr#even td 			{ background: #f1f1f1; font-size: 10px; }


