﻿/* Charity Finder */
.ListItem
{
	 background-color:#ffffff;
}
.AltListItem
{
	 background-color:#f5f5f5;
}
.CharityFinderButtons
{
	width:600px;
	height:52px;
	margin:0 auto;
	background:url(/Images/bgCharityFinderButtons.png) no-repeat;
	white-space:nowrap;
}
.CharityFinderButtons input
{
	float:left;
}
.CharityFinderLeftPanel
{
	position:absolute;
	left:20px;
	top:0px;
}
.CharityFinderRightPanel
{
	position:absolute;
	left:220px;
	top:0px;
	float:left;
}

.CharityFinderSelections
{
	width:366px;
	height:21px;
	margin:0 auto;
	position:relative;
}
.CharityFinderSelections .ddlCharitySearch
{
	width:202px;
	height:19px;
	margin:0;
	padding:0;
	border:solid 1px #999;
	position:absolute;
	top:0;
	left:0;
}
.txtCharitySearch
{
	width:293px;
	height:15px;
	margin:0;
	padding:2px;
	border:solid 1px #999;
	vertical-align:top;
}
.btnCharitySearch
{
	margin-left:2px;
	width:73px;
	height:21px;
}
.CharityFinderTreePanel
{
	height: 270px; 
	width: 190px; 
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
	border:solid 1px #999;
}
.CharityFinderScrollPanel
{
	position:absolute;
	left:220px;
	top:20px;
	width:376px;
	height:240px;
	margin:10px auto 0;
	border:solid 1px #999;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
}

/* raffle lists */
.RaffleListPanel
{
	width:248px;
	background:url(/Images/bgRaffleListPanel.png) no-repeat;
	border:solid 1px #d0cab7;
}
.RaffleList
{
	margin:0;
	padding:0 9px;
	list-style:none;
}
.RaffleList li
{
	display:block;
	height:50px;
	margin:0 0 9px;
	padding:0;
	vertical-align:top;
	overflow:hidden;
}
.RaffleList li a.thumb
{
	float:left;
	display:inline;
	width:70px;
	height:50px;
	margin-right:8px;
}
.RaffleList li a.thumb img
{
	width:68px;
	height:48px;
	border:solid 1px #d0cab7;
}
.RaffleListInfo
{
	
}
.RaffleList h3
{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:16px;
}
.RaffleList h3 a
{
	font-size:11px;
	font-weight:normal;
}
.RaffleList span
{
	font-size:11px;
	line-height:14px;

}

/* spotlilight pager */
.SpotlightPagerPanel
{
	width:440px;
	margin:0 6px;
}
.SpotlightPagerPanel h3
{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:14px;
}
.SpotlightPagerPanel .SpotlightDetailsPanel
{
	width:428px;
	height:278px;
	margin:6px 6px 0;
}
.SpotlightPagerPanel .SpotlightBuyPanel
{
	height:53px;
	background:#faf9f3 url(/Images/bgSpotlightBuyPanel.png) repeat-x;
	border:solid 1px #d0cab7;
	position:relative;
}

/* SlideShowPro */
.SlideShowProContainer
{
	 width:320px;
	 height:274px;
	 border:solid 1px;
}