/* body */
/* default box declaration, matches left panel */
.box {
	position: relative;
	width: 184px;
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #fff;
	background-image: url(../image/chrome/map-repeat-h.png);
	background-repeat: repeat-y;
	overflow: visible;
	margin-bottom: 4px;
}

h2.title {
	margin: 0;
	background-color: #eeefe6;
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: trebuchet ms;
}



.box .box-t {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 16px;
	background-image: url(../image/chrome/sprite-nav-corners.png);
	background-repeat: no-repeat;
	background-position: -396px 0px;
}

.box .box-b {
	position: absolute;
	z-index: 10;	
	bottom: 0px;
	left: 0px;
	width: 198px;
	height: 16px;
	background-image: url(../image/chrome/sprite-nav-corners.png);
	background-repeat: no-repeat;
	background-position: -594px 0px;
}

.box .box-content {
	z-index: 1;
	position: relative;
	background-color: #eeefe6;
}

#panel-body .box {
	left: -8px;
	width: 468px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: -489px;
}

#panel-body .box-t {
	width: 482px;
	height: 15px;
	background-image: url(../image/chrome/map-corners.png);
	background-position: 0px -84px;
}

#panel-body .box .box-b {
	width: 482px;
	height: 15px;
	background-image: url(../image/chrome/map-corners.png);
	background-position: 0px -101px;
}

#panel-body .box-content {
	z-index: 1;
	position: relative;
	background-color: #fff;
	padding: 10px 8px 10px 8px;
	margin-right: 10px;
}

#panel-sidebar .box {
	width: 277px;
	padding-top: 16px;
	padding-bottom: 5px;
	background-position: -198px;
}

#panel-sidebar .box .box-t {
	width: 291px;
	height: 16px;
	background-image: url(../image/chrome/map-corners.png);
	background-position: 0px -49px;
}

#panel-sidebar .box .box-b {
	width: 291px;
	height: 15px;
	background-image: url(../image/chrome/map-corners.png);
	background-position: 0px -67px;
}

#panel-sidebar .box-content {
	z-index: 1;
	position: relative;
	background-color: #fff;
	padding: 8px 8px 0px 8px;
	overflow: hidden;
	width: 261px;
}

/*
#panel-sidebar .box-content img:first-child {
	position: relative;
	left: -8px;
	top: -7px;
}
*/

#panel-sidebar .box-content img.center
{
	left: -8px;
	position: relative;
	top: -7px;
	margin-bottom: 0;
}



#panel-sidebar .box-content img.left,
#panel-sidebar .box-content img.right {
	position: static;
	left: 0px;
}

#panel-sidebar h2.title {
	background-color: #dcdeca;
	padding: 0px 6px 6px 8px;
}

#panel-nav .box-content {
	padding: 0px 8px 0px 8px;
}