/* CSS Document */
<!--

/* universal reset */


	
/*  body */
	

	
ol {
	background: #F3F3F3;
	padding: 10px;
	border-left: 5px solid #CCCCCC;
	margin-bottom: 30px;
	}
	
ol li {
	list-style: decimal inside;
	margin-bottom: 0px;
	color: #999999;
	}
	
ol li code {
	color: #666;
	font-size: 120%;
	}
	
	
/* tutorial styles */

/* tabs */

#tabs {
margin: 20px 0;
}
#tabs ul {
float: right;
background: #fff;
width: 750px;
padding-top: 4px;
}
#tabs li {
margin-left: 8px;
list-style: none;
}
* html #tabs li {
display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
float: left;
}
#tabs ul li a {
text-decoration: none;
padding: 8px;
color: #ff0000;
font-weight: bold;
}
#tabs ul li.active {
background: #ff0000 url(nav-right-red.gif) no-repeat right top;
}
#tabs ul li.active a {
background: url(nav-left-red.gif) no-repeat left top;
color: #FFE4E3;
}
#tabs div {
background: #ff0000;
clear: both;
padding: 20px;
}
#tabs div h3 {
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 1px;
}
#tabs div p {
line-height: 150%;
}
-->