/*
Generic sidepanel elements
-------------------------
*/

.sidepanel {
	display: block;
	margin: 0px 0px 3px 0px;
	width: 170px;
	background-image: url("/images/panels/sidepanel_bg_tile.gif");
	background-repeat: repeat-y;
}

.sidepanel hr {
	display: none;
}

.sidepanel h2 {
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 7px 0px 4px 0px;
	width: 170px;
	background-image: url("/images/panels/sidepanel_h2_bg.gif");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}

.sidepanelContent {
	display: block;
	margin: 0px 15px 0px 15px;
	font-size: 11px;
	line-height: 13px;
}

.withTop {
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 10px 15px 0px 15px;
	background-image: url("/images/panels/sidepanel_top.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.centered {
	text-align: center;
}

.sidepanelContent p {
	margin: 6px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.sidepanel ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

.sidepanel ul li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}



.sidepanelBottom {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 170px;
	height: 15px;
	background-image: url("/images/panels/sidepanel_bottom.gif");
	background-repeat: no-repeat;
}

/*
Options sidepanel elements
-------------------------
*/

#options {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#options dd {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
#options dd a {
	display: block;
	padding: 2px 2px 2px 4px;
	color: #ffffff;
	background-color: #9693d8;
	border-bottom: 1px solid #7d79ca;
	border-top: 1px solid #c0bee8;
	text-decoration: none;
}
#options dd a:visited {
	color: #ffffff;
	background-color: #9693d8;
	border-bottom: 1px solid #7d79ca;
	border-top: 1px solid #c0bee8;
	text-decoration: none;
}
#options dd a:hover {
	color: #ffffff;
	background-color: #ff6600;
	border-bottom: 1px solid #d45400;
	border-top: 1px solid #ffa366;
	text-decoration: none;
}

/*
Custom panel elements
---------------------
*/

.imagePanel p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
Picture Gallery Panel Styles
----------------------------
*/

.galleryPanel {
	display: inline;
	position: relative;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 220px;
}

.galleryPanelTop, .galleryPanelBottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 5px;
	overflow: hidden;
}
.galleryPanelTop {
	background-image: url("/images/common/gallery_listing/panel_top.gif");
	background-repeat: no-repeat;
}
.galleryPanelBottom {
	background-image: url("/images/common/gallery_listing/panel_bottom.gif");
	background-repeat: no-repeat;
}

.galleryPanelContent {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 7px;
	background-image: url("/images/common/gallery_listing/panel_content_tile.gif");
	background-repeat: repeat-y;
}

.galleryPanelContent img {
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.galleryPanelContent img.icon {
	position: absolute;
	bottom: 8px;
	right: 3px;
}
