.window {
	clear: left;
	margin-bottom: 15px;
}

.window .bar {
	background: url('/media/images/ui/windows/bar.gif') no-repeat right center;
	height: 23px; 
}

.window .bar h2 {
	background: url('/media/images/ui/windows/bar.gif') no-repeat left center;
	color: #fff;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: normal;
	height: 21px;
	padding: 2px 0 0 15px;
	width: 200px;
}

.window a.prefs-toggle,
.window a.frame-toggle {
	background: url('/media/images/ui/windows/controls.gif') no-repeat 0 0;
	display: block;
	float: right;
	height: 14px;
	overflow: hidden;
	position: relative;
	top: 5px;
	width: 16px;
}

.window a.prefs-toggle {
	background-position: 0 -28px;
	float: right;
	right: 10px;
	text-decoration: none;
}

.window a.prefs-toggle:hover {
	background-position: -16px -28px;
}

.window a.frame-toggle {
	right: 8px;
}

.window a.frame-toggle:hover	{ background-position: -16px 0; }
.window a.frame-expand			{ background-position: 0 -14px; }
.window a.frame-expand:hover	{ background-position: -16px -14px; }

.window br {
	clear: left;
	height: 0;
}

.window .prefs,
.window .frame {
	padding: 12px 12px 5px 9px;
}

.window .prefs {
	background: #C7C8CB;
	display: none;
	float: left;
	width: 304px;
}

.window .prefs hr {
	border: 0;
	border-top: 1px dashed #97999C;
	height: 1px;
	margin: 12px 0 8px;
}

.window .prefs h3, .window .prefs label {
	font-size: 9pt;
	font-weight: normal;
}

.window .prefs h3 {
	color: #898B8E;
}

.window .prefs label {
	color: #6D6F72;
	float: left;
	width: 150px;
}

.window .prefs input {
	margin-right: 3px;
}

a.window-count {
	margin-top: 5px;
}

.window .frame .summary {
	padding-left: 25px;
	width: 250px;
}

.window .frame .summary a:hover .details {
	background: #009FF4;
}

.window .frame a#capsule {
	margin-bottom: 10px;
	width: 218px;
}

.window .controls {
	border-top: 1px dashed #BABCBF;
	padding-top: 9px;
}

.window .controls .window-count {
	display: inline;
	margin-left: 0;
}

#content-left .window .frame {
	background: #2B2B2C;
}

#content-right .window {
	width: 325px;
}

#content-right .window .frame {
	border: 3px solid #C7C8CB;
	clear: left;
}

#content-left .window .bar h2 {
	width: 140px;
}

.window #listen-frame { padding: 12px 0 5px 7px; }

.window #listen-frame a#listen-fav,
.window #listen-frame a#listen-rec,
.window #listen-frame a#listen-all,
.window #listen-frame a#listen-search {
	background-image: url('/media/images/ui/windows/listen.gif');
	display: block;
	height: 24px;
	margin: 0 0 8px 0;
	width: 236px;
}

.window #listen-frame a#listen-fav:hover { background-position: 0 0; }
.window #listen-frame a#listen-fav { background-position: 0 -24px; }
.window #listen-frame a#listen-rec:hover { background-position: 0 -48px; }
.window #listen-frame a#listen-rec { background-position: 0 -72px; }
.window #listen-frame a#listen-all:hover { background-position: 0 -96px; }
.window #listen-frame a#listen-all { background-position: 0 -120px; }
.window #listen-frame a#listen-all:hover { background-position: 0 -96px; }
.window #listen-frame a#listen-all { background-position: 0 -120px; }
.window #listen-frame a#listen-search:hover { background-position: 0 -144px; }
.window #listen-frame a#listen-search { background-position: 0 -168px; }