dl.clear dt {
    display:block;
    /*width:150px;*/
    float:left;
    clear:left;
}
dl.clear dd {
    display:block;
    width:500px;
    float:left;
}

select {
   border: 1px solid #ccc;
   width: 160px;
   margin: 10px 0 0 0;
}
area {
	cursor:pointer;
}

#user-details {
   min-width: 150px;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   margin: 10px 0 0 0;
   font-size: 10pt;
}

#button, .button {
   float: right;
   margin: 5px 5px;
   min-width: 120px;
   height: 25px;
   font-size: 10pt;
   text-align: center;
   background: #ccc url("/img/button_bk.jpg") repeat-x;
   color:#000;
   border-top: 1px solid #0071E1;
   border-bottom: 1px solid #0071E1;
   border-left: 1px solid #0071E1;
   border-right: 1px solid #0071E1;
}

hr {
    display: block;
    border: none 0;
    border-top: 1px dotted #ccc;
    width: 98%;
    height: 1px;
		margin:.8em 0;
}

/*******************************************************************************
  page header styling
*******************************************************************************/
#header {
	margin-bottom: 6px;
}
#logo-main {
	float: left;
	clear:left;
	padding: 5px 5px;
	width: 15%;
	vertical-align: top;
}
#head-info {
	width:650px;
	display:block;
	float:right;
}
#nav-occasional {
	/*clear:right;*/
	float:right;
	margin:0 25px;
	width: 140px;
	font-size:1.1em;
}
#nav-occasional dl {
	margin: 0;
	padding:0 0 2px;
	display:block;
	float:right;
	/*clear:right;*/
}
#nav-occasional dt {
   display:none;
}
#nav-occasional dd {
	clear:left;
	display: block;
	margin: 0;
	padding: 0px 0 3px 20px;
	width:100%;
	background:url("/img/bullet_gotolink_blue.gif") 0 50% no-repeat;
}
#nav-occasional dd.final {
	border:0;
}
#nav-occasional dd a {
	color:#558D90;
	font-size:.8em;
	text-decoration:none;
}
#nav-occasional dd a:hover, #nav-occasional dd a:active {
	text-decoration:underline;
}

#nav-occasional dd.active a {
	text-decoration: underline;
}

.socmed {
	position: absolute;
	right: 281px;
	top: 19px;
	width: 300px;
}

.socmed img {
	margin: 0;
	padding: 0;
	border: 0;
}

.socmed span {
	position: relative;
	bottom: 5px;
}

/*******************************************************************************
  main page styling
*******************************************************************************/

#content-main {
	position: relative;
	float: left;
	width: 99%;
	min-width: 720px;
	margin: 0 0 0 5px;
	border: 0px solid #ccc;
}

.content-sub {
	position: relative;
	padding: 0px;
}

.content-sub h1, .content-sub-left h1, .content-sub-right h1,
.content-sub h2.major, .content-sub-left h2.major, .content-sub-right h2.major {
	position: relative;
	font-size: 1.4em;
	padding: 0;
	color: #558D90;
	font-weight: bold;
	font-style: italic;
	letter-spacing:-1px;
}
.title-alt {
	font-size: 1.4em;
	padding: 0;
	color: #558D90;
	font-weight: bold;
	font-style: italic;
	letter-spacing:-1px;
}
.content-sub h1 span, .content-sub-left h1 span, .content-sub-right h1 span,
.content-sub h2.major span, .content-sub-left h2.major span, .content-sub-right h2.major span {
	font-weight: normal;
}
.content-sub h2, .content-sub-left h2, .content-sub-right h2,
.content-sub h3.major, .content-sub-left h3.major, .content-sub-right h3.major {
	/*position: relative;*/
	padding:0;
	font-weight: bold;
	text-decoration: none;
}
.content-sub p, .content-sub-left p, .content-sub-right p {
	margin:4px 0;
	font-size:.95em;
}
.content-sub ul, .content-sub-left ul, .content-sub-right ul,
.content-sub ol, .content-sub-left ol, .content-sub-right ol {
	margin:4px 0;
	font-size:.95em;
}
.content ul ul, .content ul ol, .content ol ol, .content ol ul {
	font-size:100%;
}

.right-column {
	position:static;
	font-size: 14px;
}

#sub-header-menu {
	margin:7px 0 5px;
	display: block;
	position: relative;
	width:100%;
	border-bottom:1px solid #ccc;
}
#sub-header-menu h2 {
	margin:0 250px 11px 0;
	float:none;
	font-style:italic;
	font-size: 1.4em;
	font-weight: bold;
	color: #558D90;
}
#
rd.content-short #sub-header-menu h2 {
	color:#777;
	margin-bottom:0;
}

.content-sub-block {
	position: relative;
	display: block;
	float: left;
	margin: 5px 0;
	padding: 0 0;
	width: 100%;
	border: 0px solid #ccc;
	min-width: 522px;
	min-height: 35px;
	text-align: left;
}

.content-sub-left {
	float: left;
	width: 75%;
	margin: 5px 0 0 0;
	padding: 5px 5px;
	border: 1px solid #ccc;
	min-height: 235px;
	min-width: 290px;
}

.content-sub-right {
	float: right;
	width: 20%;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px;
	border: 1px solid #ccc;
	min-width: 150px;
}


/*******************************************************************************
  dashboard
*******************************************************************************/
#dashboard {
	position:relative;
	background:url(/img/bg_dashboard_top.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
#dashboard_inner {
	background:url(/img/bg_dashboard_base.gif) 0 100% no-repeat;
	padding:7px;
}
.projects#dashboard {
	margin-top: -16px;
}


/*******************************************************************************
  search form
*******************************************************************************/
#search_form {
	width:642px;
	background:url(/img/bg_searchbox_top.gif) 0 0 no-repeat;
	float:left;
}
#search_form_inner {
	background:url(/img/bg_searchbox_base.gif) 0 100% no-repeat;
	padding:17px 20px;
}
#search_head {
	position:relative;
	border-bottom:2px solid;
	padding-bottom:8px;
	margin-bottom:10px;
}
.projects #search_head {
	border-color:#61a1d0;
}
.charities #search_head {
	border-color:#9cb54d;
}
.matching #search_head {
	border-color:#E62126;
}
#search_head h2 {
	font-size:1.6em;
	margin-right:12em;
	letter-spacing:-1px;
	font-weight:normal;
}
#search_head h2 span {
	font-weight:bold;
	font-size:.95em;
}
#search_head h2 span span {
	font-size:1em;
}
#search_head h2 span.projects {
	color:#61a1d0;
}
#search_head h2 span.charities {
	color:#9cb54d;
}
#search_head h2 span.matching {
	color:#E62126;
}
#search_reset {
	position:absolute;
	top:2px;
	right:2px;
	display:block;
	padding-left:20px;
	line-height:1.6em;
	background:url(/img/bg_arrow_right.gif) 0 50% no-repeat;
	font-weight:bold;
	text-decoration:none;
	color:#3b3b3b;
}
#search_reset:hover {
	text-decoration:underline;
}

#search_form .search-panel {
	position: relative;
	float: left;
	width: 300px;
	min-height: 235px;
	_height:235px;
	color:#333;
	text-align:center;
}
#search-panel-sector {
	background:url(/img/bg_search_divide.gif) 100% 50% no-repeat;
}
#search-panel-location {
}
#search_form .panel-head {
	margin:0 auto 7px;
	width:235px;
	text-align:left;
}
#search_form .panel-head h3 {
	font-size:1.2em;
	margin-bottom:3px;
	letter-spacing:-1px;
}
#search_form .panel-head h3 span {
	font-size:.8em;
	color:#81807f;
	letter-spacing:0px;
	padding-left:3px;
}

/* SEARCH CATEGORIES */

#search_category_map {
	position:relative;
	width:300px;
}

#search_category_map img {
	position:absolute;
	top:1px;
	left:20px;
}

#search_category_bg {
	position:absolute;
	left:20px;
	top:1px;
	width:261px;
	height:183px;
	background:url(/img/category_full_highlights.png) 0 100% no-repeat;
}

#search_category_click_bg {
	position:absolute;
	left:20px;
	top:1px;
	width:261px;
	height:183px;
	background:url(/img/category_full_highlights.png) 0 0 no-repeat;
}

#search_category_hover_bg {
	position:absolute;
	left:20px;
	top:1px;
	width:261px;
	height:183px;
	background:url(/img/category_full_highlights.png) 0 0 no-repeat;
}

/* SEARCH LOCATIONS */

#search_location_map {
	padding-top:10px;
	position:relative;
}

#search_location_map img {
	position:relative;
}

#search_location_bg {
	position:absolute;
	left:9px;
	width:281px;
	height:162px;
	background:url(/img/location_full_highlights.png) 0 100% no-repeat;
}

#search_location_click_bg {
	position:absolute;
	left:9px;
	width:281px;
	height:162px;
	background:url(/img/location_full_highlights.png) 0 0 no-repeat;
}

#search_location_hover_bg {
	position:absolute;
	left:9px;
	width:281px;
	height:162px;
	background:url(/img/location_full_highlights.png) 0 0 no-repeat;
}

#search_category_lists, #search_location_lists {
	display:none;
	margin:0 auto;
	width:235px;
}
#search_category_lists select, #search_location_lists select {
	display:block;
	margin-top:15px;
}

/* SEARCH KEYWORDS */

#search-panel-keyword input {
	vertical-align:middle;
}
#search-panel-keyword {
	clear:both;
	padding:5px 0 0 0;
	margin:0;
	/* border-top:1px solid #e2e2e2; */
	text-align:center;
	line-height:1em;
}
#search-panel-keyword label {
	font-size:1.2em;
	font-weight:bold;
	color:#2d2c2c;
	padding-right:3px;
	letter-spacing:-1px;
	vertical-align:middle;
	position:relative;
	top:4px;
}
#search-panel-keyword #search_keyword {
	width:70%;
	border:1px solid #bbb;
	background:#fff url(/img/bg_keywordsearch.gif) 0 repeat-x;
	padding:2px 2px 4px;
	vertical-align:middle;
	margin-top:7px;
}

#search-panel-dyd {
	padding:0 0 0 130px;
	margin:7px 0 0;
}

#search-panel-dyd label {
	font-size:.9em;
	font-weight:bold;
	color:#e62126;
	padding-left:3px;
	vertical-align:middle;
}

#search-panel-dyd input {
	vertical-align:middle;
}

#search_result_content {
	position:relative;
	_margin:0 0 -5px;
}

#loadingscreen {
	position:absolute;
	top:0;
	left:0;
	display:none;
	background:#eee;
	text-align:center;
}
#loadingscreen p {
	margin:0;
	padding:50px 40px 0;
	color:#666;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}
#loadingscreen img {
	padding-bottom:8px;
}
#search_form select {
	width:100%;
}
.results-bar {
	position: relative;
	display: block;
	margin: 0 0 10px;;
	top: 8px;
	width: 99%;
	min-width: 300px;
	border:1px solid #E5E5E5;
	border-width:0px 0px 1px 0px;
}
.results-bar h2{
	margin: 0 0 10px 0;
	float:left;
	display:inline-block;	
}
.results-bar h2.charity {
	color:#000;
}
.results-bar h2.charity span {
	color:#9CB54D;
}
.results-bar h2.project {
	color:#000;
}
.results-bar h2.project span{
	color:#61A1D0;
}
.results-bar h2.matching {
	color:#000;
}
.results-bar h2.matching span {
	color:#E62126;
}
.results-bar h2 span.zero-results {
	color:#EA464A;
	font-weight:bold;
}
.results-bar p{
	float:left;
}
dl.result_nav {
	margin:0 0 10px;
	/*
	padding:11px 0;
	border:1px solid #E5E5E5;
	border-width:1px 0;
	*/
	padding:4px 0px 0px 0px;
	display:inline-block;
	float:right;
}
dl.result_nav dt {
	display:block;
	margin:0;
	padding:0px 5px 0px 0px;
	float:left;
	font-weight:bold;
}
dl.result_nav dd {
	display:block;
	margin:0;
	padding:0 3px;
	float:left;
	color:#999;
	width:auto;
	font-weight:bold;
}
dl.result_nav dd a {
	display:block;
	color:#999;
	text-decoration:none;
	padding-right: 20px;
	margin:0 1px;
	background:url(/img/reorder_inactive.gif) 100% 50% no-repeat;
}
dl.result_nav dd a:hover, dl.result_nav dd a:active {
	color:#558D90;
}
dl.result_nav dd a.asc {
	background-image:url(/img/reorder_asc.gif);
	color:#23557b;
}
dl.result_nav dd a.desc {
	background-image:url(/img/reorder_desc.gif);
	color:#23557b;
}

#nav-similar-results {
	margin: 0px 0px;
	right: 0px;
	top: 0px;
	text-align: left;
	font-size: 9pt;
	width: 100%;
}

#nav-similar-results .navigation a {
}

#nav-recent-view-projects {
	margin: 0px 0px;
	top: 0px;
	text-align: left;
	font-size: 9pt;
}


.content-centered {
    float: right;
    position: relative;
    padding:10px 0 0;
    bottom: 0px;
    /*background-color: #EEE5F0;*/
    /*width: 99%;*/
    width: 140px;
}

.searchresult {
	padding:18px 0px 15px 10px;
	display:block;
	position:relative;
	border-bottom:1px solid #bad9f1;
}
.searchresult p.inactive, .searchresult p.active, .project-owner p.inactive, .project-owner p.active {
	display:block;
	margin:0;
	padding:8px 16px;
	text-align:center;
	font-weight:bold;
	background:#eee;
	color:#666;
}
.project-owner {
	margin-bottom: 30px;
}
.searchresult p.active {
	background:#D3E5F3;
	color:#3F9BCF;
}
.searchresult-left {
	display: block;
	float: left;
	width: 140px;
	position: relative;
	font-weight: bold;
}
.searchresult-center {
	display: block;
	float: left;
	width:395px;
	position: relative;
}
.searchresult-right {
	display: block;
	float: right;
	width:130px;
	position: relative;
}
.searchresult-foot {
	padding-top:16px;
}
.searchresult-left span {
	color: #569bd1;
	font-size: 1.3em;
	line-height:1.1em;
}
.searchresult-left span.expenditure {
	font-size: 1.4em;
	line-height:.9em;
}
.searchresult-left span.expenditure span {
	position:relative;
	top:2px; left:0;
	font-size:.7em;
}
.searchresult-left p {
	margin-top:.7em;
}
.searchresult-left .beneficiary {
	margin-bottom:10px;
}
.searchresult-left .rating {
	display: none;
	margin:0;
	float: left;
	position: relative;
	text-align:left;
	font-size:0.7em;
	line-height:.8em;
	color:#000;
}
.searchresult-left .relevance {
	display:block;
	margin:0 0 10px;
	padding:0;
	font-size:.9em;
}
.searchresult-left .relevance dt {
	font-weight: bold;
	margin:0 0 3px;
}
.searchresult-left .relevance dd {
	display:block;
	margin:0;
	padding:0;
	font-size:.95em;
	line-height:1.5em;
	text-indent: 0px;
	color:#316a95;
}
.searchresult-left .relevance dd strong {
	line-height:1.3em;
}
.searchresult h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:0;
}
.searchresult h3 a {
	color:#000;
	text-decoration:none;
}
.searchresult h3 a:hover, .searchresult h3 a:active {
	color:#558D90;
	text-decoration:none;
}
.searchresult .summary {
	margin:.7em 0 1.2em;
}
.searchresult .date {
	margin:0;
	text-align:center;
	color:#558d90;
	font-size:.8em;
}
.searchresult .charity-logo {
	text-align:center;
	padding:12px 0;
	font-weight:bold;
}
.searchresult .recommended {
	margin:0;
	text-align:center;
}
.searchresult .recommended span {
	display:block;
	margin:0 0 6px;
}
.searchresult .recommended img {
	padding:0 3px;
}
.searchresult .category{
	margin:.2em 0;
	color:#8D2F31;
}
.searchresult .location{
	margin:.2em 0 .5em 0;
	color:#349399;
}
.searchresult-foot .beneficiary {
	display: block;
	margin:0;
	float: left;
	width:90px;
	position: relative;
	text-align:left;
}
.searchresult-foot .links {
	display: block;
	margin:0;
	position: relative;
	font-size:.9em;
	color:#e89d20;
}
.searchresult-foot .links a {
	font-weight:bold;
	color:#e89d20;
	text-decoration:none;
	padding:0 6px
}
.searchresult-foot .links a:hover, .searchresult-foot .links a:active {
	text-decoration:underline;
}
.searchresult-foot .moreinfo {
	display: block;
	margin:16px 0 0;
	position: relative;
	font-size:1em;
	line-height:.8em;
	color:#e89d20;
}
.searchresult-foot .moreinfo a {
	padding:0 3px
}

.paging .result-nav {
	font-size:1em;
	text-align:center;
}
.paging .result-nav a, .paging .result-nav .active {
	padding:0 .4em;
	border:1px solid #ccc;
	white-space:nowrap;
	line-height:1.6em;
}
.paging .result-nav a:hover, .paging .result-nav a:active {
	border-color:#000;
}
.paging .result-nav a.sequence {
	border:0;
}
.paging .result-nav .active {
	font-weight:bold;
}

#category_map {
	position:relative;
}
.category_hover {
	position:absolute;
	display:none;
	cursor:pointer;
}
#location_map {
	position:relative;
}
.location_hover {
	position:absolute;
	display:none;
}

.no-results {
	width:99%;
}
.no-results h2 {
	margin:0;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	color:#558d90;
}
.no-results table {
	width:100%;
	margin:.5em 0 1.2em;
	border-collapse:collapse;
}
.no-results td {
	vertical-align:top;
	border-right:1px solid #999;
	padding:0 1px;
}
.no-results .amount {
	color:#73b2e3;
}
.no-results .category {
	color:#8d2f31;
}
.no-results .location {
	color:#349399;
}
.no-results .beneficiary {
	color:#e62126;
}
.no-results span.inactive {
	color:#ccc;
}
.no-results .results {
	color:#333;
	border:0;
	text-align:right;
}
.no-results .view {
	text-align:right;
	border:0;
}
.no-results .view a {
	font-weight:bold;
	font-style:italic;
	padding-right:15px;
	background:url(/img/arrow_right.gif) 100% 50% no-repeat;
}


/*******************************************************************************
  front page highlights
*******************************************************************************/
#highlights {
	width:300px;
	float:right;
	position:relative;
}
#highlights dl {
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
	width:100%;
}
#highlights dt {
	display:none;
}
#highlights dd {
	margin:0;
	padding:0;
	position:relative;
	display:block;
	float:left;
	height:50px;
	overflow:hidden;
	background:url(/img/bg_highlight_tab_mid.gif) 0 0 repeat-x;
}
#highlights dd.active {
	background:url(/img/bg_highlight_tab_mid_active.gif) 0 0 repeat-x;
}
#highlights dd .left {
	width:10px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	background:url(/img/bg_highlight_tab_edges.gif) 0 0 no-repeat;
}
#highlights dd .right {
	width:15px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	background:url(/img/bg_highlight_tab_edges.gif) 100% 0 no-repeat;
}
#highlights dd.first .left {
	background:url(/img/bg_highlight_tab_edges_left.gif) 0 0 no-repeat;
}
#highlights dd.active .left {
	background-position:0 100%;
}
#highlights dd.active .right {
	background-position:100% 100%;
}
#highlights dd a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin-top:6px;
	padding:12px 25px 12px 20px;
	position:relative;
	color:#999;
	font-size:1.1em;
}
#highlights dd a:hover {
	color:#333;
}
#highlights dd.active a {
	margin-top:0;
	padding:18px 25px 12px 20px;
	color:#fff;
}
#highlights dd.active a:hover {
	color:#fff;
}

#highlights-content {
	position:relative;
	z-index:5;
	top:-5px;
	margin-bottom:-5px;
	clear:both;
	background:url(/img/bg_highlight_top.gif) 0 0 no-repeat;
}
#highlights-content-inner {
	padding:17px 10px 10px 15px;
	height:238px;
}
.charities #highlights-content-inner {
	height:255px;
}
#highlights-content-paging {
	padding:7px 15px;
	background:url(/img/bg_highlight_base.gif) 0 100% no-repeat;
	border-top:1px solid #e5e5e5;
	font-size:.85em;
}
#highlights-content-paging .paging {
	
}
#highlights-content-paging .previous {
	display:block;
	float:left;
	font-weight:bold;
	line-height:30px;
	padding-left:33px;
	background:url(/img/bg_arrow_round_left.gif) 0 0 no-repeat;
	text-decoration:none;
}
#highlights-content-paging .next {
	display:block;
	float:right;
	font-weight:bold;
	line-height:30px;
	padding-right:33px;
	background:url(/img/bg_arrow_round_right.gif) 100% 0 no-repeat;
	text-decoration:none;
}
#highlights-content-paging .previous:hover {
	background-position:0 100%;
}
#highlights-content-paging .next:hover {
	background-position:100% 100%;
}
#highlights-content-paging a {
	outline:none;
}
#highlights-content-paging ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	line-height:30px;
	vertical-align:middle;
}
#highlights-content-paging li {
	margin:0;
	padding:0;
	display:inline;
}
#highlights-content-paging li a img {
	visibility:hidden;
	width:11px;
	height:10px;
}
#highlights-content-paging li a {
	background:url(/img/highlight_dot.gif) 0 50% no-repeat;
}
#highlights-content-paging li.active a, #highlights-content-paging li a:hover {
	background:url(/img/highlight_dot_active.gif) 0 50% no-repeat;
}

#highlights-content h2 {
	font-size:1.4em;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.charities #highlights-content h2 {
	color:#9cb54d;
}
.projects #highlights-content h2 {
	color:#61a1d0;
}
.matching #highlights-content h2 {
	color:#E62126;
}
#highlights-content h3 {
	font-size:1.3em;
	letter-spacing:-1px;
}
#highlights-content h3 a
{
	color:#000;
	text-decoration:none;
}
#highlights-content .logo {
	float:right;
	padding:0 4px 5px 0;
}
#highlights-content .description {
	height:165px;
	overflow:auto;
}
.charities #highlights-content .description  {
	height:190px;
}
#highlights-content p {
	margin:7px 0;
	font-size:.90em;
	clear:both;
}

#highlight_carousel_wrapper {
	position:relative;
	height:220px;
	width:100%;
	overflow:hidden;
}
#highlight_carousel .carousel_item {
	position:absolute;
	left:280px;
	width:275px;
}
#highlight_carousel .carousel_item h3 {
	font-size: 15px;
	margin: 5px 0 15px 0;
}
#highlight_carousel .carousel_item h3 a {
	text-decoration: none;
	color: #000;
}


/*******************************************************************************
  simple layout
*******************************************************************************/
.simple-layout h1 {
	margin:7px 0 16px 0;
	padding:0 0 10px 0;
}
.content-short h1 {
	margin-bottom:1em;
	padding-bottom:0;
}
.simple-layout .thin-border-bottom{
	border-bottom: 1px solid #CCC;
}
.content-short p {
	margin:0 0 1em;
	font-size:.9em;
}
.simple-layout .left-column {
	position:relative;
	width:140px;
	padding-bottom:10px;
	float:left;
	text-align:center;
}
.simple-layout .right-column {
	width:570px;
	padding-left:14px;
	float:left;
	border-left:1px solid #ccc;
}
.simple-layout p.inactive {
	display:block;
	margin:8px 0;
	padding:8px 16px;
	text-align:center;
	font-weight:bold;
	background:#e9e0e0;
	color:#E00;
}

.charity-registration .right-column {
	width:770px;
}

.simple-layout .left-col {
	width:49%;
	float:left;
}
.simple-layout .right-col {
	width:49%;
	float:right;
}


/*******************************************************************************
  charity details
*******************************************************************************/
.charity-details h3.strapline {
	color:#75b1e3;
}
.charity-details p {
	margin:.3em 0 1.3em;
	line-height:1.4em;
}
.charity-details p.summary {
	font-weight:bold;
}
.charity-details ul, .charity-details ol {
	margin:.3em 0 1.3em;
	line-height:1.4em;
}
.charity-details li {
	padding-left:0px;
	margin-left:15px;
}
.charity-details ol li {
	margin-bottom:1em;
}
.charity-details ol ul li {
	margin-bottom:auto;
}
.charity-details .memberships {
	margin:15px 0 0 0;
}
.charity-details .memberships h3 {
	margin:0;
	font-size:.8em;
	font-weight:normal;
	color:#9b9b9b;
	text-align:center;
}
.charity-details .memberships p {
	margin:0 0 15px;
	text-align:center;
}
.charity-details .memberships p img {
	padding-bottom:16px;
	vertical-align:middle;
}
.charity-details .external-links li {
	display:block;
	float:left;
	width:150px;
	margin:0 0 0 20px;
	font-size:1em;
	line-height:1.3em;
}
.charity-details .external-links li.first {
	margin-left:0;
}
.charity-details .external-links img, .charity-details .external-links a {
	display:block;
	color:#666;
}
.charity-login p{
	margin:1em 0 1.3em;
	line-height:1.5em;
}
.charity-login p a {
	font-weight:bold;
}
.charity-details .magic_wand .amount {
	display:block;
	padding:.4em 0;
	color:#73B2E3;
}


/*******************************************************************************
  project & charity details
*******************************************************************************/
.charity-details .intro, .project-details .intro {
	border-bottom: 1px solid #e4e4e4;
	padding: 8px 0 12px 0;
	margin-bottom: 24px;
}
* html .project-details .intro, * html .charity-details .intro {
	padding: 0px;
}
.charity-details .intro h1, .project-details .intro h1 {
	margin: 0px;
	padding: 0px;
}
.charity-details .intro .account, .project-details .intro .account {
	margin-bottom: 0px;
}
.charity-details .back, .project-details .back, .voucher-form .back {
	margin:0;
	padding:8px 5px 8px 20px;
	margin-bottom:10px;
	text-align:right;
	font-weight:bold;
	font-size:.9em;
	line-height:1.3em;
	border-bottom:1px solid #e4e4e4;
}
.charity-details .back a, .project-details .back a.back-button, .voucher-form .back a.back-button, .intro span a {
	color:#777;
	text-decoration:none;
	padding-left:20px;
	background:transparent url(/img/bullet_gotolink_black.gif) 0 50% no-repeat;
	font-weight:bold;
}
.charity-details .back a:hover, .project-details .back a:active, .voucher-form .back a:active, .intro span a:active {
	text-decoration:underline;
	color:#777;
}
.project-details .edit-link, .edit-link {
	float:left;
	position:relative;
	z-index:5;
	margin:0;
}
.project-details .left-column, .charity-details .left-column, .voucher-form .left-column {
	text-align:left;
}
.project-details .right-column, .charity-details .right-column,  .voucher-form .right-column {
	width:515px;
	padding-left:24px;
	float:left;
	border:0;
	_padding-left:14px;
}
.project-details .amount, .charity-details .amount {
	display:block;
	margin:10px 0;
	font-weight: bold;
	color: #73B2E3;
	font-size: 1.3em;
	line-height:1em;
}
.project-details .amount span, .charity-details .amount span {
	font-size:.75em;
}
.project-details .beneficiaries, .charity-details .beneficiaries {
	display:block;
	margin:0 0 10px;
}
.project-details .relevance, .charity-details .relevance {
	display:block;
	margin:25px 0 0 0;
	padding:0;
	font-size:.9em;
}
.project-details .relevance dt, .charity-details .relevance dt{
	font-weight: bold;
	margin:0 0 5px;
}
.project-details .relevance dd, .charity-details .relevance dd {
	display:block;
	margin:0 0 6px;
	padding:0;
	font-size:.95em;
	line-height:1.5em;
	text-indent: 0px;
	color:#316a95;
}
.project-details .relevance dd strong, .charity-details .relevance dd strong {
	line-height:1.3em;
}

.project-details .logo, .charity-details .logo, .voucher-form .logo {
	display:block;
	margin:0 0 10px 0;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
}
.project-details .logo img, .charity-details .logo img, .voucher-form .logo img {
	padding-bottom:4px;
}
.project-details .logo a {
	text-decoration:none;
	color:#558D90;
	font-size:.9em;
}
.project-details p, .charity-details p, .voucher-form p{
	margin:.3em 0 1.3em;
	line-height:1.4em;
}
.project-details ul {
/*float: left;*/
display: box;
line-height: 1.5em;
text-align:left; 
text-decoration:none; 
text-indent: 3px;
list-style-position: outside;
list-style-type: circle;
margin: 5px 0 0 10px; 
}
.project-details li {
margin: 0 0 0 15px; 
}
.project-details .link span, .charity-details .link span, .voucher-form span {
vertical-align: 0.2em;
}
.project-details a, .charity-details a, .voucher-form a {
color:#64969C;
}
.project-details a:hover, .charity-details a:hover, .voucher-form a:hover {
color: #e49e1c;
}

.project-details h2, .charity-details h2, .voucher-form h2{
	margin:0 0 1em;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
}

.project-details h3, .charity-details h3, .voucher-form h3 {
	margin:1.3em 0 .3em;
	font-size:1.1em;
	color:#336699;
}

.project-details .top-line, .charity-details .top-line, .voucher-form .top-line {
	margin:0 0 8px;
	width:100%;
	font-weight:bold;
}
.project-details .date, .charity-details .date, .voucher-form  .date {
	display:block;
	float:left;
	color:#558D90;
	margin:0;
	font-size:1em;
}
.project-details .actions, .charity-details .actions, .voucher-form .actions {
	display:block;
	float:right;
	color:#E89D20;
	text-align:right;
	margin:0;
}
.project-details .actions a, .charity-details .actions a, .voucher-form .actions a {
	color:#E89D20;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	padding:0 6px;
}
.project-details .actions img, .charity-details .actions img, .voucher-form .actions img {
	vertical-align:middle;
}
.project-details .actions a:hover, .project-details .actions a:active,
.charity-details .actions a:hover, .charity-details .actions a:active,
.voucher-form .actions a:hover, .voucher-form.actions a:active {
	text-decoration:underline;
}
.project-details .links-details, .charity-details .links-details, .voucher-form .links-details {
	padding: 8px 0 12px;
	margin-bottom:10px;
}
.project-details .links-details span, .charity-details .links-details span, .voucher-form .links-details span {
	display:block;
	padding:5px 0;
	line-height: 10px;
}
.project-details .links-details a, .charity-details .links-details a, .voucher-form  .links-details a {
	color:#558d90;
	font-weight:bold;
}
.project-details .links-details a:hover, .charity-details .links-details a:hover.voucher-form .links-details a:hover {
color: #e49e1c;
}
.project-details .links-details a.full-details, .charity-details .links-details a.full-details, .voucher-form .links-details a.full-details {
	font-size: 135%;
	padding:0 0 0 20px;
	line-height: 14px;
	display:block;
	background:url(/img/bullet_gotolink_blue.gif) 0 0 no-repeat;
}

.project-details .ways-to-give, .charity-details .ways-to-give {
	display: block;
	padding: 6px 0 0;
	margin:10px 0;
}
.project-details .ways-to-give {
	border: none;
}
.project-details  .ways-to-give .clear, .charity-details .ways-to-give .clear{
	margin-bottom: 6px;
}
.project-details  .ways-to-give .button-link, .charity-details .ways-to-give .button-link{
display: block;
margin: 5px 10px 0 0;
cursor:pointer;
}
.project-details .ways-to-give .left, .charity-details .ways-to-give .left{
float: left;
}
.project-details .ways-to-give .right, .charity-details .ways-to-give .right{
float: right;
}
.project-details .ways-to-give .footnote, .charity-details .ways-to-give .footnote{
display: block;
}
.ways-to-give {
margin-top: 20px;
}

.project-details .contact-details, .charity-details .contact-details {
	margin:1em 0;
	padding-bottom:1em;
	color:#558d90;
	font-weight:bold;
	border-bottom:1px solid #E4E4E4;
	border-width:1px 0;
}
.project-details .contact-details h3, .charity-details .contact-details h3 {
	margin:3px 0 .65em;
	color:#333;
	letter-spacing:0;
}
.project-details .contact-details .name, .charity-details .contact-details .name {
	margin:12px 0 .6em;
	font-size:1em;
	font-weight:bold;
}
.project-details .contact-details .direct abbr, .charity-details .contact-details .direct abbr {
	text-decoration:none;
	border:none;
	color:#333;
}
.project-details .contact-details .link, .charity-details .contact-details .link {
	margin:.8em 0;
	color:#558d90;
}
.project-details .contact-details .link a, .charity-details .contact-details .link a {
	color:#558d90;
	font-weight:normal;
	text-decoration:underline;
}
.project-details .contact-details a:hover, .charity-details .contact-details a:hover {
	text-decoration:underline;
}
.project-details .charity-number, .charity-details .charity-number {
	margin:1em 0 0;
	color:#333;
}
.project-details .external-links, .charity-details .external-links, .voucher-form .external-links {
	margin:0 0 20px;
	width:100%;
	padding:0 0 20px;
	list-style:none;
	border:1px solid #E4E4E4;
	border-width: 0 0 1px;
}
.charity-details .external-links {
	border:none;
	padding:0px;
}
.charity-details .external-wrap p {
	font-size:13px;
}

.thermometer {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border:1px solid #E4E4E4;
	border-width: 1px 0 0 0;
	padding-top: 10px;
	margin-bottom: 30px;
}
.thermometer .info {
	color: #B0171F;
}
.thermometer .info a {
	color: #B0171F;
	text-decoration: none;
	font-style: italic;
}
.thermometer .percent span.number {
	font-size: 20px;
}
.thermometer .percent span.brackets {
	font-size: 12px;
	font-weight: normal;
}

.due-diligence {
	border:1px solid #E4E4E4;
	border-width: 1px 0 0 0;
	padding-top: 5px;
}

/*******************************************************************************
  project and charity popup box 
*******************************************************************************/
#popup-details, #popup-details-voucher{
	position: absolute;
	display: box;
	width: 320px;
	left: 40%;
	margin-top: -240px; /* half of width */
	padding: 20px 0 20px;
	visibility: hidden;
}
#popup-details .main-shadow, #popup-details-voucher .main-shadow {
	background:url(/img/bg_popup_mid.png) 0 0 repeat-y;
	position:relative;
	z-index:5;
	padding: 0 10px;
}
#popup-details .top, #popup-details-voucher .top{
	position:absolute;
	top:0;
	left:0;
	width:320px;
	height:20px;
	background:url(/img/bg_popup_top.png) 0 0 no-repeat;
}
#popup-details .bottom, #popup-details-voucher .bottom{
	position:absolute;
	bottom:0;
	left:0;
	width:320px;
	height:20px;
	background:url(/img/bg_popup_base.png) 0 0 no-repeat;
}
#popup-details h3, #popup-details-voucher h3 {
	display: box;
	top: 0px;
	left: 0px; 
	right: 0px;
	width: 100%;
	height: 22px;
	font-size: 14px;
	padding: 2px 0px 0px 5px ;
	margin: 0px 0px;
	color:#666666;
}
#popup-details p, #popup-details-voucher p {
	padding: 10px;
}
#popup-details p a, #popup-details-voucher p a {
	display: inline;
	color: #336699;
	text-decoration: underline;
	font-size: 100%;
}
#popup-details .close-box, #popup-details-voucher .close-box {
	position: absolute;
	right: 0px;
	height: 15px;
	text-align: center;
	margin: 0 10px 12px;
	top: 0px;
	padding: 0px 5px 3px 5px;
	cursor:pointer;
}
#popup-details .content, #popup-details-voucher .content {
	color:#666666;
	margin:0 3px;
	padding:0;
}
#popup-details .section, #popup-details-voucher .section {
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	margin-top:-1px;
	padding:2px 5px 5px 10px;
	background:#F3F6DF;
}

/*******************************************************************************
  philanthropist home page
*******************************************************************************/

.philanthropist h2 {
	margin:.3em 0 .5em;
}
.philanthropist p {
	margin:.5em 0 1.6em;
	line-height:1.4em;
}
.philanthropist .back {
	float:right;
	display:block;
	margin:0;
}
.philanthropist .left-column .back {
	float:left;
}


/*******************************************************************************
  forms
*******************************************************************************/
fieldset {
	margin:1.8em 0 0.3em 0px;
	padding:0;
	border:1px solid #558d90;
	border-width:1px 0 0;
	font-size:1em;
}
legend {
	padding:0 4px 0 0;
	font-size:1.1em;
	color:#558d90;
	font-weight:bold;
	font-style:italic;
}
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	margin:0;
}
form dl.clear {
	margin:.8em 0 0;
	padding:0;
	width:100%;
}
form dl.clear dt {
	display:block;
	margin:.4em 0;
	padding:2px 0 0;
	width:180px;
	float:left;
	clear:left;
	font-size:.9em;
	font-weight:bold;
}
form dl.middle_quarter dt {
	margin:.4em 0 0 0;
	padding:5px 0;
	width:780px;
}

form dl.clear dd {
	display:block;
	float:left;
	margin:.4em 0 .4em 12px;
	padding:0;
	width:330px;
	_width:310px;
	font-size:.9em;
}
form dl.clear dd#project_categories_area {
margin-top: 0px;
}

.charity-registration form dl.clear dd {
	width:460px;
	_width:540px;
}
.charity-registration form dl.middle_quarter dd {
	width:760px;
	_width:740px;
}

form dl.clear dt span {
	font-weight:normal;
}
form dl.clear .required {
	font-weight:bold;
	font-size:1.2em;
	line-height:.8em;
	padding:0 0 0 3px;
	color:#e89d20;
}
input.wide, textarea.wide, select.wide {
	width:100%;
}
.validation-error h3 {
	margin:1.6em 0 .4em;
	color:#e89d20;
	font-size:1em;
}
.validation-error ul {
	list-style:disc;
	margin:.4em 0;
	padding-left:20px;
}
.validation-error li {
	margin:.1em;
	padding:0;
	font-size:.9em;
}


/*******************************************************************************
  full charities list
*******************************************************************************/
.charity-list .content-left, .charity-list .content-right {
	display:block;
	margin-top:20px;
	width:49%;
	float:left;
}
.charity-list .content-right {
	float:right;
}
#charity_select {
	display:block;
	margin:20px 0 13px;
	padding:5px;
	border-top:1px solid #e3e3e3;
	background:#f6f6f6;
	text-align:right;
}
#charity_select select {
	margin:0;
}
#alphabet {
	display:block;
	list-style:none;
	margin:20px 0 13px;
	padding:5px;
	border-top:1px solid #e3e3e3;
	background:#f6f6f6;
	text-align:center;
	font-size:1.25em;
}
#alphabet li {
	display:inline;
	color:#555;
}
#alphabet li a {
	color:#669999;
}
#alphabet li a, #alphabet li span {
	padding:0 5px;
}
#alphabet li.selected {
	font-weight:bold;
	font-size:1.2em;
	color:#669999;
}
#charities_list {
	margin:13px 0;
	list-style:none;
}
#charities_list li {
	display:block;
	margin:0 13px 25px;
	padding:0 5px;
	float:left;
	min-height:135px;
	_height:135px;
	width:auto;
	background:#f6f6f6;
	text-align:center;
	font-size:1em;
}
#charities_list li a {
	display:block;
	width:110px;
	padding:5px 0 0;
	color:#699;
	text-align:center;
}
#charities_list li img {
	display:block;
	margin-bottom:12px;
}


/*******************************************************************************
  reminder panel styling
*******************************************************************************/
#featuredcharities {
	display:block;
	margin:0;
	padding:12px 0 0;
	list-style:none;
}
#featuredcharities li {
	display:block;
	margin:0 0 16px;
	padding:0;
	width:154px;
	_height:55px;
	min-height:55px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	border:1px solid #CCC;
	border-width: 0 1px 0 0;
}
#featuredcharities li.viewall {
	padding-top:18px;
}
#featuredcharities li.last {
	border:0;
}
#featuredcharities li.first {
	clear: both;
}
#featuredcharities li img {
	width:110px;
	height:55px;
}


/*******************************************************************************
  reminder panel styling
*******************************************************************************/
#shortlist_project, #shortlist_charity, #most-wanted, #recently-viewed, #resources,
#sotw, #related_locations, #related_categories {
	color:#666;
	padding-left: 0;
	padding-right: 0;
	margin:0 3px;
	padding:0;
}
#shortlist h2, #most-wanted h2, #recently-viewed h2, #resources h2,
#sotw h2, #related_locations h2, #related_categories h2  {
	margin:0 10px .2em;
	float:none;
	color:#ED9D20;
	font-size:1.3em;
	font-style:italic;
	background: url(/img/bullet_gotolink_black.gif) 100% 2px no-repeat;
	width: 210px;
}
#shortlist p, #most-wanted p, #recently-viewed p, #resources p, #sotw p {
	margin:.4em 0;
	font-size:.8em;
	line-height:1.3em;
}
#shortlist ul, #most-wanted ul, #recently-viewed ul, #resources ul, #sotw ul {
	/*margin:.4em 15px 0;*/
	margin:5px 0 0 15px;
	list-style-type:disc;
}
#related_locations ul, #related_categories ul {
	/*margin:.4em 15px 0;*/
	margin:5px 0 0 0;
	list-style-type:none;
}
#shortlist li, #most-wanted li, #recently-viewed li, #resources li, #sotw li {
	/*margin:0 0 .5em;*/
	margin:2px 0 0;
	padding:0;
	font-size:.8em;
}
#related_locations li, #related_categories li {
	margin:2px 0 0;
	padding:0;
	font-size:.8em;
}
#shortlist li a, #most-wanted a, #recently-viewed a, #resources a, #sotw a {
	display:block;
	color:#666;
	text-decoration:none;
	font-size: 1.2em;
}
#related_locations li a, #related_categories li a {
	display:block;
	color:#666;
	text-decoration:none;
}
#shortlist li a:hover, #most-wanted li a:hover, #shortlist li a:active, #most-wanted li a:active, 
 #recently-viewed li a:hover, #resources li a:hover, #sotw a:hover,
 #related_locations li a:hover, #related_categories li a:hover {
	text-decoration:underline;
}
#related_locations hr, #related_categories hr {
	border-style:solid;
	border-color:#666;
}
#view-shortlist{
	margin-top:20px !important;
}
#view-shortlist a:link,
#view-shortlist a:visited{
	text-decoration:none !important;
}
#view-shortlist a img{
margin-right: 10px;
}
#view-shortlist a:hover{
	text-decoration:none !important;
	font-weight: bold;
}
.listStyle{
	color:#e89d20;
	font-style:italic;
	font-weight:bold;
}
.shortlist {
	margin:6px 0 .5em;
}
.shortlist h2 {
	color:#e89d20;
}
.shortlist h3 {
	margin:0 0 .5em;
	font-size:1.2em;
	color:#a2a2a2;
	letter-spacing:-1px;
	font-style:italic;
}
.shortlist li a {
	margin-right: 0px;
	/*margin-right: 15px;*/
}
.shortlist li a.remove {
	float:right;
	margin:0;
	width:10px;
	color:#999;
	font-weight:bold;
	font-size:1.1em;
}
.shortlist .view-shortlist {
	padding-top:8px;
}
div.bg-btn-shortlist1, div.bg-btn-shortlist2 {
float: left;
margin: 10px 0px 0px 10px;
}
div.bg-btn-shortlist1 {
float: left;
margin: 5px 5px 0 0;
}
#most-read h2, #sotw h2 {
color: #76B7E9;
background-image:url(/img/bullet_gotolink_blue3.gif);
}
.reminders-content {
background: #FEF9EA;
}
#recent-content, #resources-content, #related_locations_content, #related_categories_content {
background: #F3F6DF;
}
#recent-content, #resources-content  p {
font-size: 0.9em;
}
#recently-viewed h2, #resources h2, #related_locations h2, #related_categories h2 {
color: #567F83;
background-image:url(/img/bullet_gotolink_green3.gif);
}
#most-read-content, #sotw-content {
background: #EAF5FE;
}
#most-read-content, .reminders-content, #recent-content, #resources-content,
#sotw-content, #related_locations_content, #related_categories_content {
padding: 2px 5px 5px 10px;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
margin-top: -1px;
}


/*******************************************************************************
  magic wand page
*******************************************************************************/

.magic_wand_summary {
	padding:18px 0px 15px 10px;
	display:block;
	position:relative;
	border-bottom:1px solid #bad9f1;
}
.magic-wand-summary-left {
	display: block;
	float: left;
	width: 140px;
	margin-right:10px;
	position: relative;
	font-weight: bold;
}
.magic-wand-summary-left span {
	color: #569bd1;
	font-size: 1.3em;
	line-height:1.1em;
}
.magic-wand-summary-left .charity-logo {
	text-align:left;
	padding:0 0 10px;
	margin:0;
	font-size: 1.1em;
	line-height:1.2em;
}
.magic-wand-summary-left .charity-logo a {
	text-decoration:none;
	color:#558D90;
}
.magic-wand-summary-left .charity-logo a:hover, .magic-wand-summary-left .charity-logo a:active {
	color:#E49E1C;
}
.magic-wand-summary-center {
	display: block;
	width:495px;
	float: left;
	position: relative;
}
.magic-wand-summary-center .summary {
	margin:.7em 0 1.2em;
}
.magic-wand-summary-center .moreinfo {
	display: block;
	margin:-8px 0 0;
	float: right;
	width:115px;
	position: relative;
	text-align:right;
}
.magic_wand_summary h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:0;
}
.magic_wand_summary h3 a {
	color:#000;
	text-decoration:none;
}
.magic_wand_summary h3 a:hover, .magic_wand_summary h3 a:active {
	color:#558D90;
	text-decoration:none;
}


/*******************************************************************************
  treedata output
*******************************************************************************/
.padded {
	padding:0 0 8px 0;
}
.padded .padded {
	padding-left:12px;
}
table.treedata {
	padding:0;
	margin:0;
	width:100%;
	border-collapse:collapse;
	border:0;
}
table.treedata td {
	padding:6px 3px;
	vertical-align:top;
	/*border:1px solid #cddedf;*/
	font-size:.9em;
}
table.treedata input {
	margin:5px 0 0;
	vertical-align:middle;
}
table.treedata label {
	padding:5px 0 0;
	vertical-align:middle;
}
table.treedata .padded {
	padding-bottom:0;
}
table.treedata .padded .padded {
	padding-bottom:5px;
}

/*******************************************************************************
  resource pages
*******************************************************************************/
.resource-block {
	margin:2.6em 0;
}
.resource-block img {
	float:left;
	margin:0 15px 6px 0;
}
.resource-block hr {
	margin:2.5em 0;
}
/*******************************************************************************
  resource links
*******************************************************************************/
#resourcebox {
	/*margin:12px 0 0;*/
	margin:0;
	text-align:left;
	clear:left;
}
#resourcebox h2 {
	color:#e89d20;
	margin:10px 0 .5em;
}


/*******************************************************************************
  wishlist
*******************************************************************************/
.add-to-wishlist .left-column {
	text-align:left;
}
.add-to-wishlist .left-column h2 {
	margin:0 0 .5em;
	position:static;
}
.add-to-wishlist .left-column p {
	margin:.5em 0;
}
.add-to-wishlist .left-column .amount {
	color:#73B2E3;
	font-weight:bold;
}
.add-to-wishlist .left-column .category {
	color:#8D2F31;
}
.add-to-wishlist .left-column .location {
	color:#349399;
}
.add-to-wishlist .right-column p {
	margin:.8em 0;
}


/*******************************************************************************
  page footer styling
*******************************************************************************/
#footer {
	width:947px;
	margin:0 auto;
	padding:20px 0 0;
	color:#666;
	font-size:.85em;
	background:transparent url(/img/bg_footer_top.gif) 0 0 no-repeat;
	clear:both;
}
#footer a {
	color:#363636;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
#footer .details {
	display:block;
	background:transparent url(/img/bg_footer_base.gif) 0 100% no-repeat;
	padding:0 20px 20px;
}
#footer .details ul {
	float:left;
	display:block;
	margin:0;
	padding:0;
}
#footer .details li {
	float:left;
	display:inline;
	margin:0;
}
#footer .details li a {
	display:block;
	margin:0 6px;
	font-weight: bold;
}
#footer .details p {
	text-align:right;
	margin:0;
	padding:0;
	float:right;
	width:55%;
}
#footer .details p a {
	color:#666;
}


/*******************************************************************************
  page fat footer styling
*******************************************************************************/
#fat-footer {
	margin:1em 0 0;
	padding:1em 0;
	border-top:1px dotted #aaa;
	color:#666;
	font-size:0.9em;
}
#fat-footer h2 {
	font-weight:normal;
	margin:0 20px 1.5em;
}
#fat-footer dl {
	color:#666666;
	float:left;
	margin:0 2%;
	width:20%;
}
#fat-footer dt {
	font-weight:bold;
	margin:0 0 1em;
}
#fat-footer dd {
	margin:0;
	padding:0 0 4px;
}
#fat-footer dd.last {
	padding-top:5px;
	font-weight:bold;
}
#fat-footer dd a {
	color:#666;
	text-decoration:none;
}
#fat-footer dd.last a {
	text-decoration:underline;
}
#fat-footer dd a:hover, #fat-footer dd a:active {
	color:#333;
	text-decoration:underline;
}

.redeem-card-form .ajax-loader{
	visibility:hidden;
}

#star-rating-window {
	font-size:1em;
	margin:0;
	position:absolute;
	display:none;
}


/*CHISTMAS!!!!!*/

#christmasTag {
	position: absolute;
	left: 409px;
	top: 0px;
	z-index: 1000000;
}

