@charset "utf-8";
/* Sidebar
---------------------------------------------------------- */
.sidebar {
	width: 280px;
	/*position: absolute;*/
	float:right;
	top: 0;
	right: 0;
}

.sidebar .box {
	background: url("../images/sidebar_body.gif") repeat-y top left;
	position: relative;
	margin: 0 0 20px 0;
}

.sidebar .box .top {
	background: url("../images/sidebar_top.gif") no-repeat top left;
	height: 40px;
	color: #ffffff;
}

.sidebar .box .body {
	background: url("../images/sidebar_bottom.gif") no-repeat bottom left;
	padding: 15px;
}

/* Controls
---------------------------------------------------------- */
.sidebar .box .top h4,
.sidebar .box .top a {
	color: #ffffff;
}

.sidebar .box .top h4 {
	margin: 0;
	padding: 13px 0 0 15px;
	font-size: .92em;
	text-transform: uppercase;
}

.sidebar .box .top a {
	position: absolute;
	top: 12px; right: 15px;
	width: 23px; height: 17px;
	overflow:hidden;
	text-align:center;
	text-indent:-9999px;
}

.sidebar .box .top a.open {
	background: url("../images/box_open.gif") no-repeat 50% 50%;
	
}

.sidebar .box .top a.close {
	background: url("../images/box_close.gif") no-repeat 50% 50%;
}

/* Sidebar formatting
---------------------------------------------------------- */
.sidebar .box p {
	font-size: .92em;
	line-height: 1.17em;
}