.hide { display: none; }

.container {
	width: 249px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	}
	
img {
	border: none;
}

/* The navbar */

ul#navbar {
	height: 2px;
	width: 249px;
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	clear: both;
	}
	
#navbar li {
	float: left;
	height: 2px;
	}
	
#navbar li#download {
	background-image: url(./img/nav-download-on.png);
	}

#navbar li#buy {
	background-image: url(./img/nav-buy-on.png);
	}
	
#navbar li#help {
	background-image: url(./img/nav-help-on.png);
	}
	
	
/* The toolbar for the content box */

ul#toolbar {
	height: 1px;
	width: 249px;
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 2px;
	display: block;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#sites-tab {
	background-image: url(./img/toolbar_tabs-sites.png);
	}

#toolbar li#editor-tab {
	background-image: url(./img/toolbar_tabs-editor.png);
	}

#toolbar li#preview-tab {
	background-image: url(./img/toolbar_tabs-preview.png);
	}

#toolbar li#css-tab {
	background-image: url(./img/toolbar_tabs-css.png);
	}

#toolbar li#terminal-tab {
	background-image: url(./img/toolbar_tabs-terminal.png);
	}

#toolbar li#books-tab {
	background-image: url(./img/toolbar_tabs-books.png);
	}

#toolbar li#files-tab {
	background-image: url(./img/toolbar_tabs-files.png);
	}

	
/* The slide-y content box thingy */

#frame div.button, #scroller, .section { 
	width: 249px;
	margin: 0px 0px 0px 0px;
}

#frame {
	overflow: hidden;
	margin: 0 0 0 0;
	width: 249px;
	float: left;
	}
	
#frame div.button {
	position: absolute;
	top: 0;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 249px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	margin: 0px;
	float: left;
	}
	
.section h2, .section h3 {
	color: #444;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0px;
	}
	
.section h2, .section#sites-pane h3 {
	color: #072453;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 18px;
	}

.section img {
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	}
		
#sites-paper {
	}
	
#sites-publish {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0;
	}
	
#files-browser {
	float: right;
	margin: 0 0 0px 0px;
	}
	
#files-transmit {
	}

ul#editor-features {
	list-style: none;
	display: block;
	}
	
ul#editor-features li {
	list-style: none;
	display: block;
	}

li#editor-collab {
	padding-left: 48px;
	background: url(./img/editor-collab.gif) top left no-repeat;
	}
	
li#editor-clips {
	padding-left: 48px;
	background: url(./img/editor-clips.gif) top left no-repeat;
	}

#editor-clips_hud {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	}
	
li#editor-token {
	padding-left: 48px;
	background: url(./img/editor-token.gif) top left no-repeat;
	}

.token {
	white-space: nowrap;
	}

.token img {
	float: none;
	display: inline;
	margin: 0 0 -2px 0;
	line-height: 14px;
	}
	
#preview-dom {
	}
	
#css-gui_txt {
	margin-bottom: 40px;
	}
	
#css-icons {
	float: right;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0;
	}
	
#terminal-icon {
	margin-bottom: 0;
	margin-top: -10px;
	}
	
#terminal-colors {
	float: right;
	margin-left: 0px;
	}
	
#books-thebook {
	margin-right: 0px;
	}
	