html, body {
	background: #fff;
	}
#container {
	position: relative;
	}
#featured {
	background: #f9eec1;
	height: 112px;
	margin: 0 0 20px;
	padding: 10px 15px;
	}
	#featured a {
		padding: 0;
		}
	.featured-links li { 
		list-style: none;
		margin: 0;
		padding: 0;
		}
.interactive-links a, .featured-links a {
	color: #3f3f3f;
	display: block;
	text-decoration: none;
	}
	.interactive-links a strong, .featured-links a strong {
		color: #3a878b;
		font-weight: bold;
		}
.featured-links li { 
	list-style: none;
	padding: 0;
	}
.interactive-links, .featured-links { margin-left: 0 !important; }
.interactive-links li {
	border-bottom: dotted 1px #ddd;
	list-style: none;
	margin: 0 !important;
	padding: 0;
	}
	.interactive-links li a {
		padding: 15px;
		}
	.interactive-links li a:hover {
		background: #f9eec1;
		}
.selected {
	background: #f9eec1;
	}
.selected strong:after {
	content: ' \00BB';
	}
#instructions h2.category {
	background: url(_assets/img/category-h2-bg.gif) no-repeat;
	color: #fff !important;
	font-size: 1.25em;
	font-weight: bold;
	height: 23px;
	padding: 8px 15px;
	}
#text {
	width: 30%;
	}
#other {
	width: 68%;
	}
#toolbar {
	background: #fff;
	color: #00a9c2;
    padding: 5px 10px 12px;
	}
#toolbar a {
	display: block;
	float: right;
	}
#toolbar h2 {
	color: #00a9c2;
	float: left;
    font-size: 16px;
	font-weight: bold;
    line-height: 18px;
	text-align: left;
	width: 70%;
	}
.model { 
	background: #fff url(../img/mw-loading.gif) center center no-repeat;
	}
#model-frame {
	background: #fff;
	top: 35px;
	}
#instructions-overlay {
	background: url(../img/instructions-overlay.png) no-repeat;
	cursor: pointer;
	height: 457px;
	left: 0;
	position: absolute;
	top: 29px;
	width: 100%;
	z-index: 1000;
	}
#sharing-buttons {
	position: absolute;
	right: 0;
	top: 10px;	
	}
#text { margin-top: 5px;  }

/* ACCORDION STYLES
------------------------------------------------------------------*/
ul#accordion, ul#accordion ul { background: #fff; list-style: none; margin: 0; }
ul#accordion li {
	border-top: solid 1px #00a9c2;
	font-size: .95em;
	margin-bottom: 0;
	}
ul#accordion li:first-child { border-top: none; }
ul#accordion ul li {
	border-top: none;
    color: #3f3f3f;
    padding: 0;
	}
ul#accordion ul li:last-child { border-bottom: none; }
ul#accordion a.heading {
    background: #6fc5d8 url(../img/plus.png) no-repeat 15px 13px;  
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 15px 10px 35px;
    text-decoration: none;
	}
ul#accordion a.heading:hover { background-color: #00b9d2; color: #fff; }
ul#accordion li ul a { text-decoration: none; }
ul#accordion li.ui-accordion-selected a.heading { background: #025185; color: #fff; } 

ul#accordion li.current a.heading { background: #6fc5d8 url(../img/minus.png) no-repeat 15px 13px; color: #fff; } 
body#customAccordion ul#accordion li ul { display: none; }  
body#customAccordion ul#accordion li.current ul { display: block; }