@charset "utf-8";
/* CSS Document */

/* CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STRUCTURE */
body 
{
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
    width: 100%;
    margin: 0;
    background: #004276 url(images/body-bg_01.jpg) no-repeat center top;
}
body#emptytemplate
{
    background:none;
}
a, a:visited
{
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration:underline;
}
a, a:hover, a:active, a:visited
{
    color: #000;
}
h2
{
    font-weight: 400;
    font-size:30px;
    color:#000;
    margin-bottom:15px;
	margin-top:.5em;
}
h3
{
	font-size:21px;
	color:#000;
    font-family:"league-gothic", Arial, sans-serif;
	font-weight: 300;
}
h4
{
    font-family:"league-gothic", Arial, sans-serif;
    font-size: 14px;
    font-weight:800; 
    margin:10px auto;
}
h5
{
    font-family:"league-gothic", Arial, sans-serif;
    font-size: 17px;
    font-weight:800; 
    margin:0px;
    color:#fff;
}
p
{
    margin-bottom:15px;
}
.infoTitle h2
{
	text-transform: uppercase;
}
#pageContainer
{
    width:951px;
    overflow:hidden;
    margin:auto;
    padding:0px 5px 5px;
    position:relative;
}
#pageheader
{
    width:951px;
    height:106px;
}
#pageContent
{
    margin-bottom: 160px;
    background:#fff url(images/pagecontentbg.png) repeat-y top left;
    border-radius:8px;
    border:0px solid;
    min-height:500px;
}

.infoTitle
{
	text-align: left;
	margin-bottom:.5em;
}
.infoHeader
{
	border:1px solid #ddd;
    /* Background */
    /* http://www.colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100;Custom */
    background: #eee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    /* end background */
	width: auto;
	padding: 6px 10px;
	text-align: left;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	color: #000;
	overflow:hidden;
}
.infoHeader h3
{
	display:block;
	padding: 0px;
	
	height: auto;
    margin:10px auto;
	
	background:none;
    color: #000;

    font-size:14px;
    font-weight:bold;
    
    text-align:left;
}
.infoContainer
{
	padding:24px;
	margin-bottom:20px;
}
.dsCenter {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.dsRight {
	margin-right:0px;
	margin-left:auto;
	text-align:right;
}
.dsLeft {
	margin-right:auto;
	margin-left:0px;
	text-align:left;
}
.padB5{ padding-bottom: 5px;}
.padT5{ padding-top: 5px;}
.padB10{ padding-bottom: 10px;}
.padT10{ padding-top: 10px;}
.padB15{ padding-bottom: 15px;}
.padT15{ padding-top: 15px;}
.padT20{ padding-top:20px;}
.padL10{ padding-left:10px;}

/* Buttons */
.soButtonContainer
{
	text-align:center;
	margin:15px auto;
}

a.soActionBtn
{
	display: inline-block;
	zoom: 1;
	*display: inline-block; /* zoom and *display = ie7 hack for display:inline-block */	
	vertical-align: middle;
	margin: 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	font-size:14px;
	font-weight:bold;
	padding: 8px 15px;
	line-height:16px;
	text-transform: uppercase;
	
	/* corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* color */
	color: #fff;
	border:1px solid #ddd;
    background:#004276;
	/* Shadow */
    /* -webkit-box-shadow: inset 0px -1px 2px 0px #666;
	box-shadow: inset 0px -1px 2px 0px #666;
	*/
}

a.soActionBtn:hover
{    
	text-decoration:none !important;
}
a.soActionBtn:active, a.soActionBtn:visited
{
	position: relative;
	top: 1px;	
	text-decoration:none !important;
	
	/* Shadow */
    -webkit-box-shadow: inset 0px 0px 5px 3px #00487f;
	box-shadow: inset 0px 0px 5px 3px #00487f;
}

a.soIdleBtn
{
	display: inline-block;
	zoom: 1;
	*display: inline-block; /* zoom and *display = ie7 hack for display:inline-block */	
	vertical-align: middle;
	margin: 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	font-size:14px;
	font-weight:bold;
	padding: 8px 15px;
	line-height:16px;
	text-transform: uppercase;
	
	/* corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* color */
	color: #000;
	border:1px solid #ddd;
    /* Background */
    /* http://www.colorzilla.com/gradient-editor/#ffffff+0,fe4110+100;Custom */
    background: #eee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    /* end background */

	/* Shadow */
    /* -webkit-box-shadow: inset 0px -1px 2px 0px #666;
	box-shadow: inset 0px -1px 2px 0px #666;
	*/
}

a.soIdleBtn:hover
{    
	text-decoration:none !important;
}
a.soIdleBtn:active, a.soIdleBtn:visited
{
	position: relative;
	top: 1px;	
	text-decoration:none !important;
	
	/* Shadow */
    -webkit-box-shadow: inset 0px 0px 2px 0px #eee;
	box-shadow: inset 0px 0px 2px 0px #eee;
}
#pageWrapper
{
}

/* Search */
.soSearchButton
{
	background:url(images/icons/bt-search-sm.png) no-repeat;
	width:20px;
	height:21px;
	border:none;
}
/* /end Search */

/* FEATURES */
/* breadcrumbs */
#breadcrumb 
{
    display:none;
}

/* product tabs */
div.prodtabs
{
	border-bottom:0px solid #0F4082;
	overflow: auto;
	display: block;
}
div.prodtabs a
{
	display:block;
	font-size:16px;
	height:24px;
	color:#666633; 
	font-weight:700;
}
div.prodtabs a:hover
{
}
.productList
{
	padding: 0px 10px 10px 10px;
    position:relative;
}
/* Page Layout and Sort Controls */
.soSortLayout
{
    clear:both;
    position:relative;
}
.soSorterLayoutPagerContainer
{
    overflow:hidden;
    display:block;
    height:80px;
    position:relative;
}
.sorter
{
	overflow:hidden;
	display:inline-block;
    width:50.5%;
}
.sort-group
{
    display:inline-block;
}
.sort-group .btn 
{
	display:inline-block;
	width: auto;
	margin: 0 40px 0 0; 
}
.sort-group .btn li 
{
	display:inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -moz-linear-gradient(top, #ffffff, #ededed);
	color: #930;
	border: 1px solid #e3e3e3;
	margin: 0 -1px 0 0; 
}
.sort-group .btn li.first 
{
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px; 
}
.sort-group .btn li.last 
{
	margin-right: 0;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0; 
}
.sort-group .btn li.button
{ 
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px; 
}
.sort-group .btn li.active 
{ 
    border: 1px solid #222; 
}
.sort-group .btn li span 
{
	display: block;
	padding: 5px 8px 4px 7px; 
}
.sort-group .btn li a 
{
	text-decoration: none;
	color: #000;
	padding: 5px 8px 4px 7px;
	display: block; 
}
.sort-group .btn li.active span 
{ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#333333));
	background: -moz-linear-gradient(top, #222222, #333333);
	color: #fff; 
}
.sort-group .btn li a:hover
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
	background: -moz-linear-gradient(top, #ffffff, #f3f3f3);
	color: #0000FF;
}
.sort-group .btn li a:active 
{ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
	background: -moz-linear-gradient(top, #f3f3f3, #ffffff);
	color: #cd3000; 
}
 .sort-group .label 
 {
	display:inline-block;
	margin: 6px 11px 0 1px;
	font-size: 11px; 
}
.layout
{
	overflow:hidden;
	display:inline-block;
    width:49%;
    text-align:right;	
	
}
.layout-items-container
{
    overflow:hidden;
}
	
.layout-selector
{
	text-align:right;
	display:inline-block;
}
.layout-selector .btn 
{
	display:inline-block;
	width: auto;
	margin: 0 0 0 0;
	text-align:center; 
	vertical-align:middle;
}
.layout-selector .btn li 
{
	display:inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -moz-linear-gradient(top, #ffffff, #ededed);
	color: #930;
	border: 1px solid #e3e3e3;
	margin: 0 -1px 0 0; 
}
.layout-selector .btn li.first 
{
	margin-right: 0px;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0; 
}
.layout-selector .btn li.last 
{
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px; 
}
.layout-selector .btn li.button 
{ 
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px; 
}
.layout-selector .btn li.active 
{ 
    border: 1px solid #222; 
}
.layout-selector .btn li span 
{
	display: block;
}
.layout-selector .btn li a 
{
	text-decoration: none;
	color: #000;
	display: block; 
}
.layout-selector .btn li.active span 
{ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#333333));
	background: -moz-linear-gradient(top, #222222, #333333);
	color: #fff; 
}
.layout-selector .btn li a:hover
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
	background: -moz-linear-gradient(top, #ffffff, #f3f3f3);
	color: #0000FF;
}
.layout-selector .btn li a:active 
{ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
	background: -moz-linear-gradient(top, #f3f3f3, #ffffff);
	color: #cd3000; 
}
 .layout-selector .label 
 {
	display:inline-block;
	margin: 6px 11px 0 1px;
	font-size: 11px; 
}
.layout-selector img
{
    height:25px;
}
/* Pager */
.soPagerContainerBottom
{
    position:relative;
    height:50px;
}
.pager 
{
    position: relative;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    height: 32px;
	margin:15px 0px 10px;
}
.page-numbers-container
{
    width: 50.5%;
    display:inline-block;
    padding-top:1px;
}
.soPagesDisplayed
{
	display: inline-block;
}
.soPageDisplayItems
{
    line-height: 26px;
    font-weight: normal;
    vertical-align:middle;
    width: 50.5%;
    display:inline-block;
}
.soPageDisplayItems > span
{
    font-weight: normal !important;
}
.page-display-items-title 
{
    color: #004276;
    font-style: normal;
    font-weight:700;
}
.page-display-items-nbr 
{
    font-weight: 700;
    color: #004276;
    padding: 0px 0px 0px 4px;
}
.PagedContainer
{
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    text-align: right;
    line-height: 29px;
    position:relative;
}
.page-sizer 
{
	text-align: right;
    display:inline;
    position: absolute;
    right: 0px;
    top:0px;
    color: #004276;
}
.page-sizer select
{
    color: #004276;
}
.page-sizer-description 
{
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #004276;
}
.page-numbers
{
    border: solid 1px #004276;
    color: #004276;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}
.page-numbers a
{
    text-decoration:none;
    color: #004276;
}
.page-numbers a:hover
{
    text-decoration:none;
    color: #FFFFFF;
}
.page-numbers:hover
{
    background-color: #004276;
    color: #FFFFFF;
    text-decoration:none;
}

.page-numbers.current
{
    background-color: #004276;
    color: #FFFFFF;
    font-weight: bold;
}

.page-numbers.dots
{
    border-style: none;
    color: #004276;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}
.page-numbers.prev 
{
    border: 0px solid #004276;
    color: #004276;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}
    .page-numbers.prev:hover {
        color: #fff;
    }
.page-numbers.next 
{
    border: 1px solid #004276;
    color: #004276;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}
    .page-numbers.next:hover {
        color: #fff;
    }
.page-numbers.first 
{
    border: 0px solid #004276;
    color: #004276;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}
    .page-numbers.first:hover {
        background: #fff;
        color: #004276;
    }
.page-numbers.last 
{
    border: 1px solid #004276;
    color: #004276;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}
    .page-numbers.last:hover {
        background: #fff;
        color: #004276;
    }


.pagination
{
    overflow: hidden;
    width: 50.5%;
    display: inline-block;
    vertical-align: middle;
}
        
.pagination a {
    text-decoration: none;
    border: solid 1px #004276;
    color: #004276;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pagination a:hover
{
    text-decoration:none;
    color: #FFFFFF;
    background-color: #004276;
}

.pagination .current {
    background: #004276;
    color: #fff;
    border: solid 1px #004276;
}

.pagination .current.prev, .pagination .current.next{
    color:#004276;
    border-color:#004276;
    background:#fff;
}


/* Left Column */
#leftCol
{
    width:205px;
    padding:5px 3px 5px 5px;
    display: inline-block;
    vertical-align:top;
}
#soSidebarSearch
{
}
#dsLeftNavAccountManagement
{
}
/* Sidebar */
#soSidebarSearch
{
    display:none;
}
#dsLeftNavAccountManagement
{
    display:none;
}

/* Sidebar Menu */
#soSideBarMenu
{
    line-height:14px;
    text-align:right;
    text-transform:uppercase;
}
#soSideBarMenu li
{ 
	cursor:pointer;
}
#soSideBarMenu li a, #soSideBarMenu li a:hover
{
	text-decoration:none;
}
#soSideBarMenu li a
{
	display:block;
}
.soMenuItem
{
}
.soMenuItems
{
	display:none;
}
#soSideBarMenu > ul > li
{
	color:#333300;
	font-weight:400;
    font-size:16px;
}
#soSideBarMenu > ul > li:hover
{
	color:#666633;
}
#soSideBarMenu > ul > li a
{
	color:#FFF;
    padding:5px 10px;
}
#soSideBarMenu > ul > li a:hover
{
	color:#FFF;
    text-decoration:underline;
}
#soSideBarMenu ul.soMenuItems
{
    display: none;
}
#soSideBarMenu ul.soMenuItems > li
{
	color:#FFF;
    font-weight:400;
}
#soSideBarMenu ul.soMenuItems > li:hover
{
	color:#FFF;
}
#soSideBarMenu ul.soMenuItems > li a
{
	color:#FFF;
}
#soSideBarMenu ul.soMenuItems > li a:hover
{
	color:#fff;
}
#soSideBarMenu ul.L3 > li
{
	color:#fff;
	background:none;
}
#soSideBarMenu ul.L3 > li:hover
{
	color:#fff;
	background:none;
}
#soSideBarMenu ul.L3 > li a
{
	color:#fff;
    padding:5px 10px;
}
#soSideBarMenu ul.L3 > li a:hover
{
	color:#fff;
}
#soSideBarMenu ul.L4 > li
{
	color:#fff;
	background:none;
}
#soSideBarMenu ul.L4 > li:hover
{
	color:#fff;
	background:none;
}
#soSideBarMenu ul.L4 > li a
{
	color:#fff;
    padding:5px 10px;
}
#soSideBarMenu ul.L4 > li a:hover
{
	color:#fff;
}

/* From UMC Site */

	#infoDiv .hdr { font:bold 10pt Verdana, sans-serif #000000;}
	
	#infoDiv { padding:30px 10px 20px; text-align:right; font-size:9pt; color:#000000; background: #CCCC99;}
	#infoDiv a:link { font-size:9pt; color:#000000; text-decoration:none; }
	#infoDiv a:visited { font-size:9pt; color:#000000; text-decoration:none; }
	#infoDiv a:hover { font-size:9pt; color:#000000; text-decoration:underline; }
	#infoDiv a:active { font-size:9pt; color:#000000; text-decoration:none; }
	#appsDiv { padding: 0 10px 20px 0; text-align:right;  font-size:9pt; position: relative; background: #CCCC99;}
	#appsDiv a:link { font-size:9pt; color:#000000; text-decoration: none; }
	#appsDiv a:visited { font-size:9pt; color:#000000; text-decoration: none; }
	#appsDiv a:hover { font-size:9pt; color:#000000; text-decoration: none; }
	#appsDiv a:active { font-size:9pt; color:#000000; text-decoration: none; }

/* Center Content */
#centerContent
{
    width:722px;
    display:inline-block;
    padding:5px 5px 30px 5px;
    position:relative;
}
div[id*="MainUpdatePanel"]
{
    position:relative;
    padding-bottom:50px;
}

/* Login */
#dsLoginArea
{
    text-align:right;
}
.dsLoginCenter
{ 
    display:inline-block; 
    height:25px;
    position:relative;
}
.dsLoginCenterOverlay
{
    background:url(images/loginmenu_shadow.png) repeat-x top;
    display:inline-block;
}

ul.login li
{
    display:inline-block;
}
ul.login li:after
{ 
content:"\00a0|\00a0";
}
ul.login li:last-child:after
{ 
content:"";
}
ul.login li .pipe
{
    font-size:14px;
}
    
#login
{
    margin:auto 0px auto;
    text-align:right;
    font-size:12px;
    font-weight:800;
    line-height:inherit;
    color: #e54c27;
    display:inline-block;
    padding: 0px 0px 0px 8px;
}
#login a
{
   color: #e54c27;
   text-decoration: none;
}
#login a:hover
{
   text-decoration: none;
   color: #e54c27;
}
/* Mini Cart */
#soCartLink
{
    display:inline-block;
    position:relative;
}
.soPopupWindowContainer
{
}
.soPopupWindow
{
	z-index:1000;
    display:none;
    position:absolute;
    top:20px;
    left:-210px;
    width:228px;
}
#soMiniCart
{
    color:#004276;
    padding: 5px;
}
    #soMiniCart a {
        color: #004276;
    }
.soMiniCartPopped {
    background: #fff;
    border: 0px solid #004276;
    border-radius: 6px;
    padding: 0px;
    -webkit-box-shadow: 0px 6px 20px #888;
    box-shadow: 0px 6px 20px #888;
    text-align: left;
}
#soMiniCartHeader
{
    text-transform:uppercase;
    padding: 10px;
    border-bottom: 1px solid #004276;
}
#soMiniCartContents
{
}
.DS-Minicart-Empty
{
    padding:10px;
}
.DS-Checkout-Minicart-Empty
{
    margin: auto;
    text-align: center;
}
.DS-MiniCart-Item
{    
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.DS-MiniCart-ProductImage
{
width: 62px;
display: inline-block;    
}
.DS-MiniCart-ProductImage img
{
    width:62px;
}

.DS-MiniCart-ProductImage + .DS-MiniCart-Details
{
width: 130px;
}

.DS-MiniCart-Details
{
width: 100%;
display: inline-block;
vertical-align: top;
}
#login .DS-MiniCart-Details a
{
    font-size:12px;   
}
.DS-MiniCart-ProductLink
{
}
.DS-MiniCart-ProductPrice
{
}
.DS-MiniCart-SubTotal
{
    border-bottom: 1px solid #004276;
    padding: 10px;
    text-align:right;
}
#soMiniCartFooter
{
}
.DS-MiniCart-CheckOutLinks
{
    padding:10px;
    text-align:center;
}
.DS-MiniCart-CheckOutLink-left
{
    width:48%;
    display:none;
}
.DS-MiniCart-CheckOutLink-right
{
    width:auto;
    display:inline-block;
}
.DS-MiniCart-CheckOutLink-right a img
{
    padding:5px;
}
.DS-MiniCart-CheckOutLink-right a.button3L
{
    padding:6px 10px 0px 10px;
}
a.Checkout_Minicart
{
    font-weight: bold;
    display:inline-block;
    font-size:13px;
    vertical-align:top;
}
.DS-MiniCart-CheckoutBtn-Bg
{
    display:inline-block;
    vertical-align:middle;
}

/* Home Page */

#soWelcomeMsg
{
    clear:both;
    margin-top:50px;
    font-size:14px;
    padding:0px 50px;
}

/* Footer */
#dsFooter
{
    height:auto;
}
#dsFooterLeft
{
    width:204px;
    padding:5px;
    display:inline-block;
}
#dsFooterRight
{
    width:723px;
    padding:5px;
    display:inline-block;
}
ul.soFooterLinks
{
    text-align: center;
}
    ul.soFooterLinks.social
    {
        margin-top: 20px;
    }
        ul.soFooterLinks.social li
        {
            display: inline-block;
            list-style: none;
            width:50px;
            height:50px;
        }
            ul.soFooterLinks.social li img
            {
                width: 50px;
                height:50px;
            }
    ul.soFooterLinks.newsletter
    {
        margin-top: 20px;
    }
        ul.soFooterLinks.newsletter li
        {
            display: inline-block;
            list-style: none;
        }
            ul.soFooterLinks.newsletter li img
            {
            }

/* Sign In Page*/
#dsSigninPage .dsRight
{
	margin-right: auto;
	margin-left: 0px;
	text-align: right;
}
#dsSigninPage .infoContainer.dsSigninPanel
{
    margin-bottom: 20px;
    padding: 24px;
    width: auto;
}
#dsSigninPage input[type='text'], #dsSigninPage input[type='password']
{
    width: 100%;
}
#dsSigninPage .soButtonContainer
{
	text-align:right;
	margin:15px auto;
}
.soSignInContentPanel
{
    width:400px;
    margin:auto;

}
#dsSigninPage .dsloginpanel, #dsSigninPage .dsRightColumn {
    width: 47%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}
.dsformsimplelabel
{
	padding-right: 4px;
	padding-top: 0px;
	display: inline-block;
	vertical-align:middle;
}
.dsFormCheckbox
{
	width: 25px;
	float:left;
}
.dsFormCheckboxSignIn
{
	width: 25px;
	display:inline-block;
	vertical-align:middle;
	margin-top: -2px;
}
/* hide forgot pass link */
.forgotPass.hideMe{
	display:none;
}

/* Create Account Page */
#soCreateAccountPage
{
	width:inherit;
	padding: 20px 10px;
	overflow: hidden;
	background:#FFF;
}
#soCreateAccountPage .WelcomeMsg
{
	padding: 0px 17px;
	line-height: 1em;
}

div.dsFormItem 
{
	clear: both;
	display: block;
	padding-top: 3px;
	width: 100%;
	line-height: 22px;
}
div.dsFormLabel 
{
	display:inline-block;
	width: 200px;
	text-align: right;
	padding-bottom: 2px;
	font-family:"league-gothic", Arial, sans-serif;
}
.dsFormLabel, .dsPhoneTypeLabel
{ 
    font-weight:700;
}
.dsFormInput
{
	width: 240px;
}
div.dsFormItem input
{
	display:inline-block;
}
div.dsFormItem select
{
}
div.dsFormItem select.soPhoneTypeDropDown
{
    width:130px;
}
.dsCodeControlCol2
{
	display:inline-block;
	width: 10px;
	padding-bottom: 2px;
	text-align: center;
}
.dsCodeControlCol3 
{
	display:inline-block;
	margin-left:6px;
}
.dsRequiredField, .requiredField
{
	color: #FF0000;
}
#soCreateAccountPage input[type=text], #soCreateAccountPage input[type=password]
{
	height: 20px;
	border: solid 1px #999999;
	padding-left:5px;
}
#soCreateAccountPage #dsCountryAndAddressPanel select
{
}
div.dsFormItem .dsFormLabel span, .dsFormLabelAlt
{
	font-weight: 700;
	white-space:nowrap;
}
div.dsFormItem .dsFormLabel label
{
	font-weight:700;
	margin-right:0px;
}

div.dsproductsendtoCol1 .dsformlabel
{
	white-space:nowrap;
}
#divRememberMe 
{
	display: inline-block;
	text-align: center;
}
#divRememberMe .dsFormLabel, #divRememberMe .dsCodeControlCol2 
{
	float: none;
	width: auto;
	display: inline-block;
} 
#divRememberMe input[type=checkbox]
{
	margin: 5px 0px;
	padding: 0px;
}

/* Church Control */
#churchInfoControl
{
	width:500px;
	margin:auto;
}

/* Media Control */
#soMediaPanel
{
    text-align:center;
}
    #soMediaPanel div.dsFormLabel 
    {
        width:auto;
    }
/* Create Account Preferences */

/* hiding create account options on login page */
#dsSigninPage{
	text-align:center;
}
#dsSigninPage .infoTitle{
	text-align:center;
}
#dsSigninPage .dsloginpanel, #dsSigninPage .dsRightColumn{
	width:auto !important;
	margin:auto !important;
	text-align:left;
}
.dsRightColumn .createAccount, .dsRightColumn .orgAccount{
	display:none;
}


.dsCreateAccountPreferences
{
    display:none;
}

#dsAnonymousCheckoutPage .dsCreateAccountPreferences
{
	margin-top:15px;
}
.dsCreateAccountPreferences div.dsFormItem
{
	text-align:center;
}
.dsCreateAccountPreferences div.dsFormItem .dsFormLabel
{
	display:inline-block;
	float:none;
	width:300px;
	text-align:left;
	padding-left:20px;
	margin-left:18px;
	border-left:0px #E3E3E3 solid;
	margin-top:15px;
}
.dsCreateAccountPreferences div.dsFormItem .dsCodeControlCol2
{
	text-align: left;
	float: none;
	display:inline-block;
	vertical-align: Middle;
	width: auto;
	padding: 0px;
}
.dsCreateAccountPreferences div.dsFormItem .dsCodeControlCol3 
{
	text-align: left;
	float: none;
	display:inline-block;
	vertical-align: Middle;
	width: 300px;
	padding-left:20px;
	margin-left:15px;
	border-left:1px #E3E3E3 solid;
}
.dsCreateAccountPreferences div.dsFormItem .dsCodeControlCol3 input[type="checkbox"]
{
	margin-top:5px;
}
.dsCreateAccountPreferences div.dsFormItem .dsCodeControlCol3 input[type="radio"]
{
	margin-top:5px;
}

.soRememberMeSelection
{
	margin-top:15px;
	text-align:center;
}

.soRememberMeSelection input[type="checkbox"]
{
	margin-right:5px;
	margin-top:0px;
	vertical-align:middle;
}
/* Account Page */
#dsAccountPage 
{
	overflow: hidden;
}
.topButtons
{
    text-align:center;
}
.topButtons div
{
    margin:10px 5px;
    text-align:right;
    display:inline-block;
}
.topButtons div:last-child
{
    margin-right:0px;
}
.soViewSponsorshipsBtn
{

}
.soMyPledgesBtnTop
{
}
.soMyBalancesBtnTop
{
}
.soGivingStatementBtn2
{
}
.soHistoryLinkBtn
{
}
.OrganizationInfo
{
	margin-bottom:15px;
}
#dsFirstLastNamesPanel
{
	padding-bottom:15px;
}
.soDeleteSpouseDepMsg
{
	text-align:center;
	margin:15px;
	font-style:italic;
	font-weight:800;
}

#dsAccountPage div.dsFormItem 
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
div.dsPreferencesNewsletter div.dsFormLabel
{
    display:block;
}
div.dsPreferencesNewsletter .dsCodeControlCol2
{
    width:auto;
}

.dsAccountUpdateButton
{
	padding-top:15px;
	margin:auto;
	text-align:center;
}
#dsAccountPage .dsAccountUpdateButton
{
	padding-bottom: 15px;
}
#dsAccountPage table[style*="display: none;"] + .dsAccountUpdateButton 
{
    display:none;
}
.passwordIDUpdateButton
{

}
.bottomUpdateButton
{
    display:none;
}
.eSubsUpdateButton
{
    display:none;
}
.preferencesUpdateButton
{
    display:none;
}
#dsPasswordPanel .dsFormLabel, 
#dsEmailPanel .dsFormLabel,
#dsFirstLastNamesPanel .dsFormLabel,
#dsCountryAndAddressPanel .dsFormLabel,
#dsOrganizationPanel .dsFormLabel,
#divFamilyMembers .dsFormLabel,
#dsOrganizationContactPanel .dsFormLabel
{
	width:200px;
}
div[id*="pnlOrganizationContact"] div.infoContainer
{
    padding:0px;
    margin-bottom:auto;
}
#dsEmailPanel
{
	padding-bottom:15px;
}
#dsAccountPage input[type=text], #dsAccountPage input[type=password]
{
	border: solid 1px #999999;
	padding-left:7px;
}
#accountGroupButtons
{
	text-align:center; 
	margin:auto;
}
#accountGroupButtons span
{
	display:block;
	margin-bottom:15px;
}
#MyApplicationButtons
{
	text-align:center; 
	margin:auto;
}
#MyApplicationButtons span
{
	display:block;
	margin-bottom:15px;
}
#MyEventsButtons
{
	text-align:center; 
	margin:auto;
}
#MyEventsButtons span
{
	display:block;
	margin-bottom:15px;
}
.PageButtons
{
	margin:15px auto;
	text-align:center;
	display:table;
}
.PageButtonsRow
{
	display:table-row;
	width:100%;
}
.PageButtonsRow div
{
	display:table-cell;
	text-align:right;
	width:33%;
}
.PageButtonsRow div:first-child
{
	text-align:left;
}
.PageButtonsRow div:last-child
{
}
/* Address Book */
#dsAddressPage
{
}
.AddressPageButtons
{
	text-align:center;
}
.dsAddressList{
	margin:15px 0px;
}
div.dsAddressList table
{
	width:100%;
}
div.dsAddressList tr
{
	vertical-align:top;
	margin-bottom:15px;
}
.dsAddressListItem {
	width:auto;
	height: auto;
	padding-bottom:20px;
}

.dsAddressListItemImageButtons {
	height:100%;
	width: 20px;
	display:inline-block;
	padding-right:5px;
	vertical-align:top;
}

.dsAddressListItemDetails 
{
	display:inline-block;
	border-left: thin #ccc solid;
	padding-left:5px;
	width:200px;
}
.soEditImgLabel
{
	font-size:8px;
	color:#999;
	display:block;
	padding-left:2px;
}

.CommentCell
{
	background-color: #ffffff;
	margin-bottom: 3px;
	padding: 15px;
	overflow:hidden;
	text-align: left;
	font-size: 12px;
	color: #333333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dsAddressList table, td, th 
{
	vertical-align:top;
}


/* Transaction History */
/* table.dsorderitems*/
table.dsorderitems
{
	width: 100%;
	padding: 5px 0px;
    margin-bottom:15px;
}
/* table.dsorderitems tr */
table.dsorderitems tr:nth-child(even)
{
	background-color: #F1F1F1;
}
/* table.dsorderitems th */
table.dsorderitems th 
{
    padding: 8px 2px;
    margin: 0px;
    font-size:14px;
    font-weight:800;
    color:#000;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 0px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    white-space:nowrap;
}
table.dsorderitems th:first-child
{
	padding-left: 8px;
    text-align:left;
    border-left: 0px none;
}
table.dsorderitems th:last-child
{
	padding-right: 8px;
	text-align: center;
    border-left: solid 1px #e6e6e6;
}
/* table.dsorderitems td */
table.dsorderitems td
{
    padding: 8px 2px;
    margin: 0px;
    font-size:14px;
    text-align: center;
    vertical-align: middle;
    border-left: solid 1px #e6e6e6;
    white-space:nowrap;
}
table.dsorderitems td:first-child
{
	padding-left: 8px;
	width: 50%;
	text-align:left;
    white-space:normal;
    border-left: solid 0px #e6e6e6;
}
table.dsorderitems td:last-child
{
	padding-right: 8px;
	text-align: right;
}
table.dsorderitems td.dsTableAmountColumn
{
    text-align:right;
    padding-right:10px;
    padding-left:10px;
}

.dsHistoryRowButton
{
    display:inline-block;
    vertical-align:middle;
}
.dsHistoryTableTitle
{
    font-size:14px;
    font-weight:800;
    padding-bottom:5px;
    color: #004276;
}
.dsRecurringDonationHistoryTitle
{
    margin-top: 20px;
}
.dsTableButtonsColumn
{
    display:none;
}
#dsAccountPage .infoTransactionHistoryContainer 
{
}
.dsGivingStatementBtnLabel
{
    padding:20px 0px 5px;
}
.dsGivingStatementBtn
{
    display:inline-block;
}
.dsOrderHistoryActionButtons
{
    text-align:center;
    border-top: 1px solid #004276;
    padding-top: 15px;
    margin-top: 10px;
    position:relative;
    height:auto;
    min-height:60px;
}
.soMakeAnotherDonationBtn
{
    text-align: center;
    margin-top: 10px;
}
.soMakeAnotherOrderBtn
{
}
.soAttendAnotherEventBtn
{
}
.soMyPledgesBtn
{
    margin:auto;
}
.soMakeAnotherPledgeBtn
{
    position:absolute;
    right:0px;
    bottom:5px;
    display:none;
}
#dsGivingStatementButton
{
    margin-top:30px;
    margin-bottom:15px;        
}
.AnotherDonationButton
{
    position:absolute;
    right:0px;
}
.NoTransMessage a
{
    text-decoration:underline;
}

/* MY PLEDGES */
.sodistributeamount
{
    text-align:center;
    margin:15px auto 15px;
    border-bottom: 1px dashed;
    padding-bottom: 15px;
}
.sodistributeamount span, .sodistributeamount input
{
    vertical-align:middle;
}
.sodistributeamount.soGroupDistributeAmt
{
    text-align: right;
    margin-top: 45px;
    border-bottom: 0px dashed;
    padding-bottom: 0px;
}
#dsMyPledgesTable input
{
    vertical-align:middle;
}
#dsMyPledgesTable input[type="text"]
{
    margin-left:2px;
    width:80px;
}
#dsMyPledgesTable table.dsorderitems th {
    height: 50px;
    max-width: 100px;
    white-space: normal;
    text-align: center;
}
#dsMyPledgesTable table.dsorderitems th:first-child
{
	padding-left: 8px;
	padding-right:8px;
    text-align:left;
    border-left: 0px none;
}
#dsMyPledgesTable table.dsorderitems th:last-child
{
	padding-right: 8px;
	text-align: right;
    border-left: solid 0px #e6e6e6;
}
#dsMyPledgesTable table.dsorderitems th.dsTableNameColumn
{
    padding:0px 8px;
}
#dsMyPledgesTable table.dsorderitems td.dsTableNameColumn
{
    text-align:left;
    padding-left:8px;
    white-space: normal;
}
#dsMyPledgesTable table.dsorderitems td
{
    padding: 8px 2px;
    margin: 0px;
    font-size:14px;
    text-align: center;
    vertical-align: middle;
    border-left: solid 1px #e6e6e6;
    white-space:nowrap;
}
#dsMyPledgesTable table.dsorderitems td:first-child
{
	padding-left: 8px;
	padding-right:8px;
	text-align:left;
    white-space:normal;
    border-left: solid 0px #e6e6e6;
}
#dsMyPledgesTable table.dsorderitems td:last-child
{
	padding-right: 8px;
	text-align: right;
}
#dsMyPledgesTable table.dsorderitems td.dsTableAmountColumn
{
    text-align:right;
    padding-right:10px;
    padding-left:10px;
}
/* MY BALANCES */
#soMyBalancesPage
{
    position:relative;
    padding-bottom:8%;
}
.soMyBalancesDetailTable
{
    margin:2% 5%;
}
    .soMyBalancesDetailTable .soCSSTable {
        margin:auto 5%;
    }
.soMyBalancesDetailTable .soCSSTableRow .soCSSTableCell.soCol1
{
    padding-left:0px;
    width:50%;
}
.soMyBalancesDetailTable .soCSSTableRow .soCSSTableCell.soCol2
{
    width:15%;
}
.soMyBalancesDetailTable .soCSSTableRow .soCSSTableCell.soCol3
{
    width:15%;
}
.soMyBalancesDetailTable .soCSSTableRow .soCSSTableCell.soCol4
{
    width:15%;
}
.soMyBalancesDetailTable .soCSSTableRow .soCSSTableCell.soCol5
{
    width:20%;
}
.soMyBalancesDetailTable .soCSSTableRow .soCSSTableCell.soCol6
{
    width:20%;
}
#soMyBalancesPage .soBottomButtons
{
    margin:15px auto auto;
    text-align:center;
    width:100%;
    position:absolute;
    bottom:1%;
}
#soMyBalancesPage .soBottomButtons div
{
    display:inline-block;

}

/* Email Receipt */

.soEmailReceipt
{
	width:650px;
	margin:25px auto;
	background:#fff;
	padding:10px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.soEmailReceiptBody, .soEmailReceiptBody table
{
	color:#333;
}
.soEmailReceiptBody h3
{
	color:#fff;
	margin:10px auto;
}
.soEmailReceiptBody h2
{
	font-size:20px;
	color:#333;
	
}
/* GIVING STATEMENT */

@media print{
	.hiddenwhenprint { display: none; }
}

.soGivingStatementPanel
{
    display:inline-block;
    position:absolute;
    left:0px;
}
#dsGivingStatementButton
{
    margin-top:30px;
    margin-bottom:15px;        
}
.soGivingStatementFilterCancelLnk
{
    text-align:right;
}
.padB5soGivingStatementFilterTitle
{
    text-align:left;
    margin-bottom:15px;
}
.padB5soGivingStatementFilterFromDate
{
    margin-bottom:10px;
}
.padB5soGivingStatementFilterToDate
{
}
#GivingStatement
{
    background:#fff;
    width:722px;
    margin:25px auto 25px;
    text-align:center;
}
.GivingStatementInnerContent
{
    text-align:center;
    margin:auto;
    width: 630px;
    padding:25px;
}
table.dsGivingStatementTable
{
    width: 100%;
    border-style: none;
}

table.dsGivingStatementTable th
{
    /*margin: 0px;
    background: #555145;
    height: 30px;
    padding: 10px 10px 0px 10px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;*/
} 
table.dsGivingStatementTable th
{   
	border:1px solid #ddd;
    /* Background */
    /* http://www.colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100;Custom */
    background: #eee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    /* end background */
	width: auto;
	padding: 6px 10px;
	text-align: left;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	color: #000;
	overflow:hidden;
}

table.dsGivingStatementTable td
{
    background-color: #FFF;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    border-bottom:1px solid #C7C8CA;
}
table.dsGivingStatementGroupTable
{
    width:100%;
}
    table.dsGivingStatementGroupTable td
    {
        border-bottom: 0px;
    }


#pnlGivingStatementFilter
{
    display:none;
}
.dsGivingStatementPopup
{
    background:#fff;
    border: 1px solid #C7C8CA;
}
.dsGivingStatementPopup .ui-dialog-titlebar 
{
    display:none;
}
.dsGivingStatementPopup .ui-widget-content 
{
    background:#FFF;
}

.dsGivingStatementPopup .dsGivingStatementGoBtn
{
    text-align: center;
    padding: 10px;
}

#lnkGivingStatementClose
{
    text-decoration: underline;
    font-size: 0.8em;
}



.dsGivingStatementTitle
{
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.dsGivingStatementLabel
{
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 22px;
	text-align:right;
	vertical-align: middle;
}
.dsGivingStatementGoBtn
{
	text-align: right;
}

/* My Pledges */
#dsPledgesPage {
    position: relative;
    padding-bottom:8%;
}
#dsPledgesPage p
{
    margin-bottom: 15px;
}
#dsPledgesPage .infoContainer
{
    background-color:#FFF;
}
#dsPledgesPage table.dsorderitems
{
    border:none;
}
#dsPledgesPage #footerLinks
{
    margin-top:35px;
    text-align:center;
    width:100%;
    position:absolute;
    bottom:1%;
}
.dsBackButton
{
    text-align:left;
    display:inline-block;
    margin-right:25px;
}

.dsAddToSummaryButton
{
    display:inline-block;
    margin-right:0px;
    margin-top:0px;
}

.dsMakeAnotherPledgeButton
{
    display:none;
}

/* Product List */

.dsentitygridinfo 
{
    vertical-align: top;
    display: inline-block;
}
.dsentitygridname
{
    text-align: left;
    
}
.dsentitygridname a
{
	text-decoration: none;
}
.dsentitygridname a h3
{
    font-size: 16px;
    font-weight:800;
	color:#333333;
	margin-top:0px;	
	margin-bottom:0px;
}
.dsentitygridsummary 
{
    text-align: left;
    padding:10px 0px;
    font-size: 14px;
}
.dsentitygridbutton 
{
    padding-top: 0px;
    display:inline-block;
	float:right;
}
.dsentitygridbutton .textLinkBtn
{
    margin-left:15px;
}
.soCategoryPageAmount
{
    text-align:left;
    display:inline-block;
    vertical-align:top;
}
.soCatAmountEntry > span
{
    margin-top:4px;
}
.soCatAmountEntry span
{
    display:inline-block;
}
.soMakeMonthlyCkbx
{
    margin-left:10px;
}
.dsmakethismonthly input[type="checkbox"]
{
    margin:auto 5px auto auto;
}
.soCatPageAmtAddToCart
{
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
}

.dsentitygriditem 
{
    padding: 15px;
    min-height: 105px;
    margin-top: 10px;
    background: #eee;
    overflow: hidden;
    clear: left;
}
.dsentitygriditemspacer
{
	padding-bottom: 15px;
	width:75%;
	border-top: dotted 2px #eee;
}
.dsentitygridimage
{
	float: left;
	padding-right: 10px;
}
.dsentitygridimage img
{
    width:100px;
}
.dsentitylistadddonation
{
    display:inline-block;
    margin-right:15px;
}
.dsentitylistadddonation input[type="text"]
{
    width: 50px;
    vertical-align:middle;
    padding:0px 0px 0px 5px;
}
.dsentitylistadddonationtitle
{
    font-weight: bold;
    vertical-align:middle;
}
.entityGridActions
{
    display:block;
    margin-top:15px;
    width: 100%;
    text-align: right;
}
#projectsCatPage .dsentitylistadddonation{
	display:block;
}
#projectsCatPage .dsentitygridbutton{
	width:auto;
	position: relative;
}
#projectsCatPage .entityGridActions .dsentitygridbutton a{
	margin:auto 5px;
}


/* Product Attributes */
#ProductDetailsAttributes
{
    margin-bottom:5px;
    margin-top:5px;
}
#ProductDetailsAttributes div.ds-Product-Attribute span.Label
{
    width: 100px;
    display:inline-block;
    text-align:right;
    padding-right: 5px;
}
#ProductDetailsAttributes div.ds-Product-Attribute span.Value
{
    display:inline-block;
}
#ProductDetailsAttributes div.ds-Product-Attribute span.Value a
{
    color:#3FA9F5;
    text-decoration:none;
}
#ProductDetailsAttributes div.ds-Product-Attribute span.Value a:hover
{
    color:#3FA9F5;
    text-decoration:underline;
}


#ProductsListViewAttributes div.ds-Product-Attribute span.Label
{
    width: auto;
    display:inline-block;
    color:#999;
    text-align:right;
    padding-right: 5px;
}
#ProductsListViewAttributes div.ds-Product-Attribute span.Value
{
    display:inline-block;
}
#ProductsListViewAttributes div.ds-Product-Attribute span.Value a
{
    color:#3FA9F5;
    text-decoration:none;
}
#ProductsListViewAttributes div.ds-Product-Attribute span.Value a:hover
{
    color:#3FA9F5;
    text-decoration:underline;
}

div.dsproductgriditemattr ul li
{
	display:inline-block;
	margin: auto;
	padding:0px 8px;
	border-right:1px solid #999;	
	line-height:12px;
}
div.dsproductgriditemattr ul li:first-child
{
    padding-left:0px;
}
div.dsproductgriditemattr ul li:last-child
{
    border:none;
}

/* PRODUCT, EVENT, PROJECT, PLEDGE, SUBSCRIPTION DETAIL */


.dsShareThis
{
	width:140px;
	margin-right:0;
	margin-left:auto;
	text-align:right;	
}

/* Products */ 

.dsproductdescription
{
    margin-top:10px;
    
}
.dsproductpage
{
	text-align:left;
	background:#fff;
	overflow:hidden;
}
.dsproductpagetable
{
    text-align:center;
}
.dsproductpage .dsproductdescription
{
	width:auto;
	text-align:left;
	padding-top: 10px;
}

.dsproductcontent
{
	margin-bottom:20px;	 
	text-align:center;
}
    .dsproductcontent + div {
        padding-top: 25px;
    }

.dsproductimagecontainer {
	vertical-align:top;
	text-align:left;
	width: 280px;
	padding-right: 10px;
	float: left; 
	overflow:hidden;
	display:block;
}
.dsproductimage
{
	overflow:hidden;
}
.dsproductimage img
{
	width: 280px;
	height: 280px;
	margin: 0px 10px 5px 0px;  
}
.dsproductratingstars {
	width: 280px;
	margin-bottom:10px;
	margin-top:5px;
	overflow:auto;
}
.dsproductratingstars table {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.dsproductratingstars td {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
.dsproductratingstars img {
	width:20px;
	height: 20px;
}
.infoContainer.dsSigninPanel
{
	margin: auto;
	padding: 15px 0;
	width: 260px;
}

.dsproductdetails
{
	text-align:left;
}
#soPledgeDetailPage .dsproductdetails
{
    min-height:0px;
}
#soPledgeDetailPage .ds-Project-Donation-Recurring-Form
{
    width:250px;
}
#soSubscriptionDetailPage .dsproductdetails
{
    min-height:280px;
}
#soProjectDetailPage  .dsproductdetails
{
    min-height:0px;
}
#soProjectDetailPage .ds-Project-Billing-EndDate
{
    display:none;
}
.ds-Project-Billing-StartDate-Label
{
 display: none;
}
#soMediaPanel
{
	display: none;
}

.dsproductinfo
{
	vertical-align:top;
	text-align:left;
	padding: 0px;
}
.dsproductinfo + div
{
    padding-top:25px;
}
.dsSmallPageDivider
{
	display:none;
}
.dsproductprice
{
}
.dsproductpriceamt
{
}
.dsproductprice
{
	padding-top: 0px;
	padding-bottom:10px;
	font-size:14px;
	font-weight:700;
}
.dsproductpriceamt
{
	font-size:14px;
	color:#00b5e3;
}
.dsproductpricesuffix
{
	font-size:12px;
	padding:0px 0px 0px 5px;
}
.dsproductqty
{
	padding: 5px 0px 0px;
	font-size:12px;
}
.tbQuantity
{
	width:20px;
}
.dsproducttopbuttons
{
	text-align:center;
	margin-left:auto;
	margin-right:0px;
	padding: 10px 0px 0px 0px;
}
.dsproductcontinuebtn
{
	display: inline-block;
	overflow: hidden;
	vertical-align:top;
	margin-right:15px;
	margin-top:7px;
}
.dsproductcontinuebtn input[type=image]
{
	height: 25px;
}
.dsAddToWishlist
{
	text-align: center;
	padding: 5px 0px 0px;
	display:none;
}
.dsAddToWishlist a 
{
	font-size:11px;
}
.dsAddToWishlist a:hover 
{
	text-decoration:underline;
}
.dsAddToWishlist a:active
{
}





/* pledges */

#soPledgeDetailPage .dsproductdescription
{
    border-top:none;
	width:auto;
	text-align:left;
	padding-top: 0px;
    margin-top: 0px;
    clear:none;
}
.dsPledgeLabel
{
	margin:-5px 0px 10px;
	font-weight:800;
	display:inline-block;
}
.dsPledgeLabel select
{
	margin-left: 5px;
}
.soPledgeStartEndDates
{
	margin:10px
}
.soPledgeOpenEnded
{
	margin:10px
}
.soPledgeOpenEnded input[type="radio"]
{
	vertical-align:top;
	margin-left:5px;
}
.soPledgeOpenEnded .dsPledgeOpenEndedLabel
{
	padding:0px 5px 0px 5px;
}
.soPledgeNumberPledged
{
	margin:10px;
	display:none;
}
.dsProjectDonationRange
{
	margin-top:5px;
	padding-left:8px;
}
.dsPledgeDonationTypeContainer
{
    text-align:center;
}
.dsPledgeOneTimeDonation input[type="radio"]
{
	margin-left:5px;
}
.dsPledgeOneTimeDonation .dsPledgeOpenEndedLabel
{
	padding:0px 5px 0px 5px;
}
.dsPledgeAutoDonation
{
    margin-bottom:20px;
}
.dsPledgeAutoDonation input[type="radio"]
{
	margin-left:10px;
}
.dsPledgeAutoDonation .dsPledgeOpenEndedLabel
{
	padding:0px 5px 0px 5px;
}
.dsPledgeAutoDonation .dsPledgeLabel
{
    display:block;
    text-transform:uppercase;
    font-family:museo-sans, 'museo_sans_500regular', arial, sans-serif;    
}
.dsPledgeDetailsConfirmationText
{
    text-align:center;
    font-size:21px;
    font-weight:500;
    font-family:museo-sans, 'museo_sans_500regular', arial, sans-serif;
    color:#072a45;
    margin:15px auto;
}


/* projects */

#soProjectDetailPage .dsproductdescription
{
    border-top:none;
	width:auto;
	text-align:left;
	padding-top: 0px;
    margin-top: 0px;
    clear:none;
}
.soaddalldonationstocart
{
    text-align: center;
    margin:15px auto;
}
#ui-datepicker-div
{
    background: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
#ui-datepicker-div .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #00B5E3; background: #00B5E3; font-weight: normal; color: #ffffff; }
#ui-datepicker-div .ui-state-active { border: 1px solid #00B5E3; background: #ffffff; font-weight: normal; color: #00B5E3; }
.ui-widget-content {box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);}

div.dsOrderHistory .ui-widget-content {box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);}

  
.dsProjectLabel, .dsDonationLabel 
{
	font-weight: bold;
	padding-right: 15px;
	padding-left: 8px;
}
.soSponsorshipDescription > div.dsSmallTitle
{
	display:none;
}
#dsMonthlySponsorshipAmtID
{
	margin:15px 0px 0px;
	font-weight:800;
}
.dsProjectDonationDetails
{
    clear:both;
    overflow:hidden;
}
.dsProjectDonationAmountSuggestion, .dsProjectDonationFrequencyOption
{
	display:inline-block;
	padding: 10px 8px;
	line-height: 22px;
	vertical-align:middle;
}
.dsProjectDonationFrequency 
{
	display: block;
	padding: 0px;
}
.ds-Project-Donation-Frequency-Option
{
    text-align:center;
}
.ds-Project-Donation-Recurring-Form 
{
    text-align:left;
    width:270px;
    margin:auto;
    margin-top:15px;
}

.ds-Project-Donation-Recurring-Form ul li div
{
    width:80px;
    text-align:right;
    margin-right:5px;
    display:inline-block;
}
.ds-Project-Donation-Recurring-Form ul li input
{
    text-align:left;
    display:inline-block;
    width:100px;
}
.ds-Project-Donation-Recurring-Form ul li select
{
    text-align:left;
    display:inline-block;
    width:105px;
}
.ds-Project-Donation-Recurring-Form-Label
{
    margin:auto;
    text-align:center;
}
.ds-Project-Donation-Recurring-Form-Label label
{
    text-align:center;
    margin:10px auto 5px;
    display:block;
}
.ds-Project-Donation-Recurring-Form-Label select#donationDayOfMonth
{
    margin:auto;
}
.ds-Project-Donation-Recurring-Form ul li.ds-Project-Billing-EndDate
{
    display:none;
}
.ds-Project-Billing-StartDate-Label label
{
}

.dsproductpage .dsPledgeLabel
{
	padding:0px 10px 0px 5px;
}
.ds-Project-Donation-Frequency
{
	text-align:center;
} 
.ds-Project-Donation-Frequency li
{
	margin:0px 15px;
	display:inline-block;
}
.ds-Project-Donation-Frequency input
{
}
.ds-Project-Donation-Frequency input#otherPledgeAmount
{
	margin-top:-3px;
}
#dsSponsorshipDetailPageContent .ds-Project-Donation-Frequency .dsPledgeLabel
{
	padding:0px 30px 0px 5px;
	font-weight:400;
}


/* Events */

.dsEventSearchLink
{
    text-align:right;
}
.dseventpage
{
	text-align:left;
	margin:5px;
}
.dseventpagetable
{
}

.dseventcontent
{
	margin:5px; 
}


.dseventimage
{
	vertical-align:top;
	text-align:left;
	width: 150px;
	height: 150px;
	padding-right: 5px;
	float:left;
}
.dseventimage img
{
	width:150px;
	height:150px;
	float: left; 
}


.dseventinfo
{
	vertical-align:top;
	text-align:left;
	padding-left:5px;
/*    width:400px; */
}
.dseventname
{
	color:#1b69b3;
	font-size:1.5em;
	font-weight:bold;
}
.dseventprice
{
	display:inline-block;
	overflow: visible;
	color: #222;
}
#spPrice
{
    color:#00b5e3;
}

.dseventprices
{
    font-size: 14px;
    font-weight: bold;
}
.dseventpricestrikeout
{
	text-decoration:line-through;
}
.dseventspecialprice
{
	color: #00b5e3;
}
.dsEventPricelabel
{
    font-weight:700;
    display:inline-block;
    margin-right:5px;
}
.dsEventPriceAmt
{
    display:inline-block;
    color:#00b5e3;
}
.dseventregisteroptions
{
    overflow: hidden;
    margin:10px auto auto;
}
.dseventregisteroptions label
{
	font-size: 14px;
	margin-left:5px;
}
.dseventpriceoptions
{
    margin-left:20px;
    margin-top:10px;
}
#IndividualInfo
{
    margin-left:20px;
}
#IndividualInfo label
{
    margin-left:5px;
}
#IndividualInfo .soGroupRegInfoCol1, #IndividualInfo .soGroupRegInfoCol2, #IndividualInfo .soGroupRegInfoCol3
{
    display:inline-block;
}
#IndividualInfo .soGroupRegInfoCol1
{
    width:auto;
}
.dsproductsendtoPanel .soGroupRegInfoCol3 input[type="text"], .dsproductsendtoPanel .dseventspouseinfoCol3 input[type="text"]
{
    width:190px;
}
.dsproductsendtoPanel .dseventspouseinfoCol3 select
{
    width:194px;
}

.dseventnumberofattendees
{
	vertical-align:middle;
	 padding-top:5px;
	 margin: 0px 0px 0px 22px;
	
}
.dseventnumberofattendeeslabel
{
	float:left;
	 width:auto;
	 vertical-align:middle;
	 padding-top:4px;
}
.dseventnumberofattendeesrequiredfield
{
	 float :left;
	 width:10px;
}

.dsEventNumberOfAttendeesField input[type='text']
{
	width:30px;
}

.dseventnameofattendeeslabel
{
	float:left;
	width:auto;
	vertical-align:top;
	padding-top:4px;
}
.dseventnameofattendeesfield
{
	vertical-align:top;
}
.dseventnameofattendeesrequiredfield
{
	 float:left;
	 width:10px;
	 vertical-align:top;
}
.dseventqty
{
	padding:4px 0px;
}
.dseventcoupleadvantages
{
	margin: 0px 0px 0px 22px;
}
table.dseventspouseinfo
{
	 padding-top:5px;
	 margin: 0px 0px 0px 22px;
	 display:inline-block;
}
table.dseventspouseinfo td
{
	padding: 1px;
	margin: 1px;
}
.tbQuantity
{
	width:20px;
}
.dshidden
{
	display:none;
}

.eventGroup
{
    padding: 10px 0px 0px 0px;
}

.soGroupRegInfoRow
{
	display:block;
	height:auto;
	margin-top:5px;
	overflow:hidden;
}

.soGroupRegInfoCol1
{
	display:inline-block;
	vertical-align:middle;
	text-align: right;
	width:100px;
}

.soGroupRegInfoCol2
{
	 display:inline-block;
	 vertical-align:middle;
	 width:10px;
	 text-align:left;
}

.soGroupRegInfoCol3
{
	 display:inline-block;
	 vertical-align:middle;
	 width:auto;
}

.dsregisterbtn
{
	text-align: right;
	vertical-align:middle;
	width: 100%;
}
.dsregisterbtn input[type='image']
{
	height: 25px;
}
.dseventdescription
{
	padding: 15px 0px;
	text-align:justify;
}

.dseventpage hr
{
	border: 1px solid #845B33;
}
.dseventsessions
{
}
.dseventsessiontable
{
	 border: none;
	 width:100%;
	 padding: 0px;
}
.dseventsessionstitle
{
	font-weight:bold;
	font-size:1.5em;
	color:#1b69b3;
}
.dseventsessionsintro
{
	padding: 10px 0px;
}
.dseventsessionitem
{
	padding-bottom:15px;
}
.dseventsessioncheckbox
{
	width: 30px;
	display:inline-block;
	height:50px;
	padding-top: 4px;
}

.dseventsessioninfo
{
	border:none;
	padding:0px;
	margin:0px;
    display: inline-block;
    vertical-align: top;
}
.dseventsessiondescription
{
	font-size:1.1em;
	color: #222;
	font-weight:bold;
}
.dseventsessiondate
{
}
.dseventsessiontime
{
}
.dseventsessionprice
{
    display:none;
}
.dsEventTopSearch
{
	width:400px;
	margin-right:0;
	margin-left:auto;
	text-align:right;	
}
.dseventlocationlabel
{
	font-weight: 900;
	font-size: 16px;
	color: #222;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.dseventlocationdetails
{   
	display:inline-block;
}

.dseventDates
{
	font-weight: 900;
	font-size: 16px;
}

.dseventDate
{
	font-weight: normal ;
	font-size: 12px;
}

.dseventcapacity
{
	font-weight: 900;
	font-size: 16px;
	color: #222;
}

.dseventcapacityvalue
{
	font-weight: normal ;
	font-size: 12px;
	color: #000000;
}

.dseventlocationname
{
  font-weight:900;
  font-size:16px;
}

.dseventLocationaddress
{
 
}

/* DS EVENT GRID */

.dseventgrid
{
	text-align:left; 
	vertical-align:top;
	padding: 10px;
	border-left: solid 1px #1b69b3;
	border-right: solid 1px #1b69b3;
	border-bottom: solid 1px #1b69b3;

}
.dseventgriditem
{
	padding:15px 0px 0px;
}
.dseventgridinfo
{
	vertical-align:top;
	
}
.dseventgridimage
{
	width: 110px;
	vertical-align:top;
}
.dseventgridname
{
	text-align:left;
	color: #1b69b3;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align:top;
}
.dseventgridname a
{
	color: #1b69b3;
}
.dseventgridname a:hover
{
	color: #1b69b3;
	text-decoration:none;
	cursor: hand;
}

.dseventgridsummary
{
	text-align:left;
	width:400px
	
}
.dseventgridbutton
{
	text-align:right;
	padding: 5px 0px 0px 0px;
}

.dsproductsendto
{

	
}

.dsproductsendtoRow
{
	display:block;
	height:25px;

}

.dsproductsendtoCol1
{
    display:inline-block;
	vertical-align:middle;
	width:100px;
	text-align:right;
}

.dsproductsendtoCol2
{
    display:inline-block;
	vertical-align:middle;
    width:10px;
}

.dsproductsendtoCol3
{
    display:inline-block;
	vertical-align:middle;
	width:155px;
}
.dsproductsendtoCol3 select
{
    margin-left:0px;
    width:155px;
}

.dsproductsendtoTextBox
{
	width:150px;
}

.dsproductsendtoDropDown
{
	width:155px;
}


.dsproductsendtoPanel
{
	text-align:left;
	width:360px;
}
.dseventDetails
{
	
}

.dseventspouseinfoRow
{
	display:block;
	height:25px;
}

.dseventspouseinfoCol1
{
    display:inline-block;
	vertical-align:middle;
	text-align: right;
	width:100px;

}

.dseventspouseinfoCol2
{
    display:inline-block;
	vertical-align:middle;
	width:10px;
}

.dseventspouseinfoCol3
{
    display:inline-block;
	vertical-align:middle;
	width:140px;
}
.dseventspouseinfoCol3 select
{
    margin-left:0px;
    width:220px;
}
.dseventspouseinfoCol3 input[type="text"]
{
    width:215px;
}
.soGroupRegInfoCol3 input[type="text"]
{
    width:215px;
}

.dsproductsendtoHeaderHR
{
	color:black;
}

.dsGiveAsGiftSelection
{
	 width:250px;
	 height:25px;
	 display:inline-block;
	 margin-top:10px;
}




/* Subscription Details product.ds.subscription.xml.config */


.dsSubsPage
{
    text-align:left;
    margin:5px;
}
.dsSubsPage h4
{
    font-size: 1.2em;
    color:#6DA6C2;
    text-transform:uppercase;
    font-weight:bold;
}
.dsSubsPage h5
{
    font-size: 1.0em;
    color:#845B33;
    font-weight:bold;
}

.dsSubsPageTable
{
    
}

.dsSubsImage
{
    vertical-align:top;
    text-align:left;
    padding-right: 5px;
}
.dsSubsImage img
{
    width:150px;
    height:150px;
    float: left;
    margin:0px 10px 5px 0px;
}
.dsSubsInfo
{
    vertical-align:top;
    text-align:left;
    padding:0px 5px;

}
.dsSubsName
{
    color:#6DA6C2;
    font-size:1.5em;
    font-weight:bold;
}

.dsSubsDescription
{
    margin:15px 0px 0px 0px;
    text-align: justify;
}
.dsSubsProductSelection
{
    Border-top: 1px solid #845B33;
    border-bottom: 1px solid #845B33;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    border-left:none;
    border-right:none;
    clear:both;
    display:block;
    overflow:auto;
}
.dsSubsProductOffers
{ 
    text-align: left;
}
.dsSubsProductOffersHeader
{
    color:#00275D;
    font-size: 16px;
    font-weight: 700;
}
.dsSubsProductVariants
{
    text-align: left;
}
.dsSubsProductVariant
{
    margin-bottom:5px;
    margin-top:5px;
    padding-left: 10px;
    overflow:auto;	
}
.dsSubsProductVariantRadioBtn
{
    float:left;
    padding-top: 6px;
    padding-right: 5px;
}
.dsSubsProductVariantInfo
{
    display:block;
    padding-top:4px;
}

.dsSubsProductVariantInfo p
{
    margin:0px 0px 0px 20px;
}
.dsSubsProductVariantInfoHeader
{
    font-size:14px;
}

.dsSubsProductVariantInfoDivider
{
    border-top: 1px solid #999;
    height: 2px;	
    min-width: 150px;
}
.dsSubscriptionqty
{
    font-size:14px;
    margin-top:15px;
}

.dsSubsGiftSelection
{
    vertical-align:	top;
    text-align: left;
    width:250px;
    float:left;
}
.dsSubsGiftSelection input[type='checkbox']
{
    float:left;
}
.dsSubsGiftForm
{
    padding-top: 10px;
    padding-left:20px;
    padding-right:20px;
}

.dsSubsLabel
{
    font-weight:bold;
}
.dsSubsContinueBtn
{
    margin-top:30px;
    display:block;
}
.dsSubcriptionDescription
{
    clear:both;
}



#dsSubscriptionPage .infoContainer 
{
    background: #FFFFFF;
}
.dsSubscriptionContent 
{
    margin-bottom: 20px;
    overflow: auto;
}
.dsSubscriptionName 
{
    color: #00275D;
    font: inherit;
    padding-top:0px;
    margin-bottom:10px;
}
.dsSubscriptionImage {
    overflow: visible;
}
.dsSubscriptionImage img {
    width: 250px;
    height: 250px;
    margin: 0px 10px 5px 0px;
    float: left;
}
.dsSubscriptionDescription {
    margin: 15px 0px 0px 0px;
    text-align: left;
}
.dsSubscriptionDonationDetails
{
    margin-top:20px;
    margin-left:0px;
    clear:both;
}

.dsSubscriptionDonationTitle 
{
    color: #0F4082;
    font: inherit;
    
    margin-bottom: 15px;
    font-size:16px;
    font-weight:700;
    text-transform: none;
    clear: both;
}
.dsSubscriptionDonationFrequency 
{
    display: inline-block;
    float: none;
    padding-left: 15px;
    padding-top: 0px;
}
.ds-Subscription-Donation-Frequency-Option {
    padding: 0px 0px 10px 0px;
    clear: both;
    text-align: left;
}
.ds-Subscription-Donation-Recurring-Form-Container 
{
    text-align:center;
}
.ds-Subscription-Donation-Recurring-Form {
    margin: 5px 0px 0px 15px;
    padding: 10px;
    display: inline-block;
    clear:none;
    text-align:center;
}
.dsSubscriptionLabel 
{
    font-weight: bold;
    padding-right: 15px;
    padding-left: 8px;
}
#dsSubscriptionPage input[type=radio]
{
    margin-top:1px;
}

/* ALSO BOUGHT */


#soAlsoBought .dsproductgriditem
{
    border:none;
}

/* product.ds.project.xml.config */
.dsproductname 
{
    font: inherit;
    padding-top:0px;
    margin-bottom:0px;
}
.dsproductname h2
{
	font-size: 30px;
    text-transform: uppercase;
}
.dsProjectDonationAmountAlt
{
	text-align: center;
}
.dsProjectDonationAmountAlt li
{
	display:inline-block;
	margin:0px 15px;
}

.dsProjectDonationAmountAlt input
{
}
.dsProjectDonationAmountAlt span.soCurrencySymbol
{
    padding-right:3px;
    display:inline-block;
}
.dsProjectDonationAmountAlt input#otherPledgeAmount
{
}
.dsProjectDonationTitle, .dsproductpagetable .infoHeader
{
}
.dsproductpagetable .infoContainer
{
	text-align: center;
}
.dsProjectDonationAmount
{
	display:inline-block;
	width:100%;
	text-align:center;
}
.dsProjectDonationAmountList
{
}
.dsProjectDonationAmountList ul
{
}
.dsProjectDonationAmountList ul li
{
    display:inline-block;
}
.dsProjectDonationAmountSuggestion
{
	display:inline-block;
	padding: 10px 4px;
	line-height: 22px;
	vertical-align:middle;
}
.dsProjectDonationAmountSuggestion input[type=text], .dsProjectDonationAmountAlt input[type=text]
{
	width: 50px;
    height: 18px;
    border: solid 1px #999999;
    vertical-align: top;
}
.dsDonationFrequencyContainer
{
    text-align: center;
}
.soDonationFrequency
{
    margin: auto;
    width: 500px;
}
.soDonationFrequency ul
{
    text-align:center;
}
.soDonationFrequency ul li
{
    display:inline-block;
}
.dsProjectDonationRange
{
}
.ds-Project-Donation-Recurring-Form {
    margin: 5px 0px 0px 15px;
    padding: 0px;
    display: inline-block;
    clear:none;
}
.dsDropDownSelection
{
	line-height: 20px;
	text-align:center;
}
.dsDonateBtn 
{
	text-align: center;
	height:45px;
    width:100%;
    position:absolute;
    bottom:0px;
    margin:auto;

}
.dsDonateBtn a
{
	margin-right:10px;
}
  
.dsProjectLabel 
{
    font-weight: bold;
    padding: 0px 8px;
}
.dsproductpage input[type=radio]
{
    margin-top:4px;
}
.soHonorOfDedicationContainer
{
    margin:20px 30px;
    overflow:hidden;
}
#pnlDedicationHeader
{
	display: none;
}
#pnlDedicationHeader label.dsProjectDedicationTitle
{
    font-family:"league-gothic", Arial, sans-serif;
    font-size: 15px;
}

#pnlDedicationHeader input[type="checkbox"]
{
    vertical-align: middle;
    display: inline-block;
    margin-top: 0px;
    margin-left:5px;
}
#pnlDedicationDetails
{
	text-align:center;
}
.dsProjectDedication 
{
	margin-bottom: 15px;
    margin-top:0px;
}
.soDedicationDetails
{
	display:none;
}
/* CHECKOUT */
/* Shopping Cart Page */
#dsShoppingCartPage a
{
    text-decoration:none;
}
#dsShoppingCartPage a:hover
{
    text-decoration:underline;
}
.dsCheckoutButton
{
    margin-right: 0px;
    margin-left: auto;
    text-align:right;
}
.dsUpdateCartButton
{
    margin-right: 0px;
    margin-left: auto;
    margin-bottom:15px;
    text-align:right;
}
    
.dsSubscriptions .dscol3
{
    width: 80px;
    float:left;
    position:relative;
    overflow:hidden;
    display:block;
    vertical-align:middle;
    padding-left: 10px;
}
.dsSubscriptions .dscol4
{
    width: 80px;
    float:left;
    position:relative;
    overflow:hidden;
    display:block;
    vertical-align:middle;
    padding-left: 10px;
}
.dsSubscriptions .dscol5 
{
    width: 100px;
    padding-left: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}

    
/* Checkoutanon.aspx */

#dsAnonymousCheckoutPage
{
}
#dsAnonymousCheckoutPage .infoTitle
{
}
#dsAnonymousCheckoutPage .infoHeader
{
    background:#908d75;
    font-size:20px;    
    font-family:"league-gothic", Arial, sans-serif;
    height:auto;
}
#dsAnonymousCheckoutPage div.LightCellText
{
    float:left;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled 
{
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    background:#FFFFFF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{
    border: 0px solid lightGrey;
    background:none;
    background: #EEEEEE;
    font-weight: normal;
    color: #333333;
}

.ui-corner-all 
{
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-border-top-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-top-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}
.ui-corner-bottom 
{ 
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ui-corner-top 
{
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited 
{
    color: #666;
    font-weight:700;
    font-family:inherit;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
    border: 0px solid #555145;
    background: #555145;
    font-weight: bold;
    color: white;
}
.ui-widget-content 
{ 
    border: 0px solid #aaaaaa; 
    /*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; 
    color: #222222;*/ 
}

.ui-accordion .ui-accordion-header 
{ 
    cursor: pointer; 
    position: relative; 
    margin-top: 1px; 
    zoom: 1; 
    font-family:"league-gothic", Arial, sans-serif;
    text-transform:uppercase;
}
.ui-accordion .ui-accordion-header a 
{
    display: block;
    font-size: 14px;
    font-weight:700;
    padding: 5px 5px 5px 8px;
}
.ui-accordion-icons .ui-accordion-header a 
{
    padding-left: 2.2em;
}
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_888888_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_888888_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_888888_256x240.png); }

.ui-dialog .ui-dialog-content 
{
    border: 0px solid #C7C8CA;
    padding: 5px;
    background: none;
    overflow: auto;
    zoom: 1;
}
#dialogRecoverPassword .infoContainer
{
    width:100%;
    padding-right:12px;
}

/* checkoutreview.aspx */
#dsCheckoutReviewPage
{
    position:relative;
    padding-bottom:60px;
}
#dsCheckoutReviewPage .infoTitle
{
    margin-bottom: auto;
}
#pnlOrderSummary .infoTitle
{
    margin-bottom: 20px;
}
.dsCheckoutReviewContinueBtn.bottomButtons
{
    position:absolute;
    bottom:0px;
    right:0px;
    text-align:right;
    width:100%;
}

.dsCheckoutReviewContinueBtn.topButtons
{
    display:none;
}
#dsCheckoutReviewPage a.button3
{
    margin-right:10px;
    
}
#dsCheckoutReviewPage table
{
    margin:0px;
}
/* Order Confirmation */
#dsOrderConfirmationPage
{
    width: inherit;
}
#dsOrderConfirmationPage .infoTitle
{
    margin-bottom:auto;
}
#dsOrderConfirmationPage .infoContainer2
{
    padding-top:15px;
}

#dsOrderConfirmationPage a.button2
{
    font-size:15px;
    padding:10px 24px;
}
.dsConfirmationPanel
{
    text-align: center;
    color: #6e953b;
    padding-bottom: 5px;
    padding-top: 5px;
}    
.dsOrderConfirmMsg
{
    margin:5px;
    text-align:left;
    
}
#dsOrderConfDetails
{
    margin:25px auto;
    text-align:center;
}
.dsOrderConfDetailsLeft
{
    display:inline-block;
    margin-right:15px;
}
.dsOrderConfDetailsRight
{
    display:inline-block;
    margin-right:15px;
    vertical-align:top;
}
.dsOrderConfOrderDate
{
    display:inline-block;
}
.dsOrderConfOrderDateLabel
{
    display:inline-block;
    padding-right:10px;
    vertical-align:top;
    font-weight:bold;
    width:140px;
    text-align:right;
}
.dsOrderConfOrderDateValue
{
    display:inline-block;
    text-align: left;
    width:100px;
}
.dsOrderConfCustID
{
}
.dsOrderConfCustIDLabel
{
    display:inline-block;
    padding-right:10px;
    vertical-align:top;
    font-weight:bold;
    width:140px;
    text-align:right;
}
.dsOrderConfCustIDValue
{
    display:inline-block;
    width:100px;
    text-align:left;
}
.dsOrderConfOrderNum
{
}
.dsOrderConfOrderNumLabel
{
    display:inline-block;
    padding-right:10px;
    vertical-align:top;
    font-weight:bold;
    width: 140px;
    text-align:right;
}
.dsOrderConfOrderNumValue
{
    display:inline-block;
    width:100px;
    text-align:left;
}

.dsOrderConfRecurCartID
{
    display:none;
}
.dsOrderConfRecurCartIDLabel
{
}
.dsOrderConfRecurCartIDValue
{
}
.dsOrderConfRecurCartID
{
    display:none;
}
.dsOrderConfRecurCartIDLabel
{
}
.dsOrderConfRecurCartIDValue
{
}
.dsOrderConfReceiptMsg
{
    margin-top:15px;
    text-align:center;
}
.dsOrderConfirmationContinueButton
{
    padding:10px;
    text-align:center;
    margin:auto;
}
#dsAnonymousOrderConfirmationPageContainer
{
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfReceiptMsg
{
    display:none;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfirmMsg
{
    text-align:justify;
}
.dsAnonymousOrderConfirmationPageColumnLeft
{
    vertical-align: top; 
    padding-right: 5px;
    border-right:0px #F1F2F2 solid;
    min-height:300px;
}
.dsAnonymousOrderConfirmationPageColumnLeft .infoContainer 
{
    min-height: 270px;
}
.dsAnonymousOrderConfirmationPageColumnRight
{
    vertical-align: top; 
    padding-left: 5px;
    min-height:300px;
}
#dsAnonymousOrderConfirmationPageContainer .infoContainer2
{
    min-height:300px;    
}
#dsAnonymousOrderConfirmationPageContainer #dsOrderConfDetails
{
    margin:25px auto auto -25px;
    text-align:center;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfDetailsLeft
{
    display:inline-block;
    margin-right:15px;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfDetailsRight
{
    display:inline-block;
    margin-right:15px;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfOrderDate
{
    display:inline-block;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfOrderDateLabel
{
    display:inline-block;
    padding-right:10px;
    vertical-align:top;
    font-weight:bold;
    text-align:right;
    width:130px;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfOrderDateValue
{
    display:inline-block;
    text-align: left;
    width:100px;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfCustID
{
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfCustIDLabel
{
    display:inline-block;
    padding-right:10px;
    vertical-align:top;
    font-weight:bold;
    width:130px;
    text-align:right;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfCustIDValue
{
    display:inline-block;
    width:100px;
    text-align:left;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfOrderNum
{
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfOrderNumLabel
{
    display:inline-block;
    padding-right:10px;
    vertical-align:top;
    font-weight:bold;
    width:130px;
    text-align:right;
}
#dsAnonymousOrderConfirmationPageContainer .dsOrderConfOrderNumValue
{
    display:inline-block;
    width:100px;
    text-align:left;
}
.dsAnonymousOrderConfirmationPageCreateAcctMsg
{
    text-align: justify;
}
.dsAnonymousOrderConfButton
{
    margin:auto;
    margin-top:25px;
    text-align:center;
}

.CouponPanel
{
    margin-bottom:10px;
}
.NotesPanel
{
    
}
.CartSummarySubTotals
{
    overflow:hidden;    
}
/* CSS Tables */

.soCSSTable
{
    display:block;
}
.soCSSTableRow
{
    display:block;
    padding:5px 0px;
}
.soCSSTableRow.soCSSTableHeader
{
    font-weight:700;
    padding:5px 0px 10px;
}
.soCSSTableRow:nth-child(even)
{
    background:#F7F7F7;
}
    .soCSSTableRow.soWithSubTable
    {
    }
.sonodetoggle 
{
    cursor:pointer;
}
.soCSSTableRow .soCSSTableCell
{
    display:inline-block;
    padding-left:5px;
    vertical-align:top;
}

.soCSSTableCell span
{
    margin-left:2px;
}
.soCSSTableCell.soCol1
{
    padding-left:0px;
    width:2%;
}
.soCSSTableCell.soCol2
{
    width:15%;
}
.soCSSTableCell.soCol3
{
    width:15%;
}
.soCSSTableCell.soCol4
{
    width:15%;
}
.soCSSTableCell.soCol5
{
    width:20%;
}
.soCSSTableCell.soCol6
{
    width:20%;
}

.soCSSTableCell select
{
    padding-left: 1px;
}
/* DS CSS Checkout Tables */

.dsCSSTable
{
    text-align:left;
    display:inline-block;
}
.dsCSSTable a
{
    vertical-align:middle; 
}
.dsCSSTable a:visited
{
    vertical-align:middle; 
}

.dsCSSTable a:hover
{
    vertical-align:middle; 
}
.dsCSSTable a:active
{
    vertical-align:middle; 
}
.dsCSSTable .infoContainer
{
    padding:0px;
}
.dsCSSTableCell
{
    display: table-cell;    
}
.dsCSSTableCol1
{
    min-width:100px;
    text-align:right;
}
.dsCartItemRowColumnRemove a
{
    color:#0071bc;
}
.dsCSSTableCol2
{
}

.dsCSSTableHeader
{   
	border:1px solid #ddd;
    /* Background */
    /* http://www.colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100;Custom */
    background: #eee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    /* end background */
	width: auto;
	height:auto;
	padding: 6px 10px;
	text-align: left;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	color: #000;
	overflow:hidden;
}
.dsCSSTableHeader h4
{    
    margin:auto;
}
.dsCSSTableRow
{
    padding:5px 10px;
}
.dsCSSTableRow:nth-child(2n+1)
{
	background:#eee;
}
.dsCSSTableRowSeparator
{
    border-bottom: solid 1px #81A9C4;
}
.dsCSSTableCell
{
}
.TopCheckoutButton
{
    text-align:right;
    width:100%;
    margin:0px 0px 15px;
}
.dsShoppingCartBottomButtonsNotes
{
    margin-top:15px;
    position:relative;
    overflow:hidden;
}
.soShoppingCartBottomLeft
{
    display: inline-block;
    width: 55%;
    vertical-align:top;
}
.soShoppingCartBottomright
{
    display: inline-block;
    width: 44%;
    text-align: right;
    vertical-align: top;
}
#dsShoppingCartPage .soShoppingCartBottomLeft
{
    display: inline-block;
    width: 49%;
    vertical-align:top;
}
#dsShoppingCartPage .soShoppingCartBottomright
{
    width: 50%;
}
.dsShoppingCartBottomButtonsNotes input[type="text"]
{
    width:174px;
}
.dsShoppingCartBottomButtonsNotes span
{
    vertical-align:middle;
}
.dsCartSummarySubTotals .col2{
	float:none;
}
.CouponsNotes
{
    width:42%;
    display:inline-block;
    text-align:left;
    vertical-align:top;
}
.CouponsNotes span
{
    font-weight:800;
}
.UpdateCartSummaryCheckout
{
    width:57%;
    display:inline-block;
    text-align:right;
    position:relative;
    right:-4px;
}
.UpdateCartSummaryButtons
{
    width:57%;
    display:inline-block;
    text-align:right;
    position:relative;
    right:-4px;
}
.dsCartSummaryPanel .infoContainer
{
    padding:0px;
}
#dsShoppingCartPage .UpdateCartSummaryCheckout
{
    right:28px;
}

.dsCartSummarySubTotals
{
    width: auto;
    display: inline-block;
    text-align: right;
}
#dsShoppingCartSummary
{
    margin:10px 0px 10px;
    padding: 0px 16px 0px 0px;
    text-align:right;
}

#dsShoppingCartSummary .dsCSSTableRow
{
    padding:0px 0px 5px;
}
#dsShoppingCartSummary .dsCSSTableRow:nth-child(2n+1)
{
	background:none;
}
#dsShoppingCartSummary .dsCSSTable
{
    text-align:left;
    display:inline-block;
    width:auto;
    font-size:14px;
    font-weight:700;
}
#dsShoppingCartSummary .dsCSSTableCell
{
    display: table-cell; 
       
}
#dsShoppingCartSummary .dsCSSTableCol1
{
    min-width:100px;
    text-align:right;
}
#dsShoppingCartSummary .dsCSSTableCol2
{
    text-align:right;
    width:50px;
}
.dscol1
{
    width: 10%;
    display:table-cell;
    padding:0px 5px 0px;
}
.dscol2
{
    width: 30%;
    display:table-cell;
    padding:4px 5px 0px;
}
.dscol2 a
{
    color:#333333;
}
.dscol3
{
    width: 10%;
    display:table-cell;
    padding:0px 5px 0px;
}
.dscol4
{
    width: 25%;
    display:table-cell;
    padding:0px 5px 0px;
}
.dscol5
{
    width: 15%;
    display:table-cell;
    text-align:right;
    padding:0px 5px 0px;
}
.dscol6
{
    width: 10%;
    display:table-cell;
    text-align:right;
    padding:0px 5px 0px;
}


#dsShoppingCartPage #dsShoppingCartSummary .dsCSSTable
{
    margin:0px;
    padding: 0px;
    font-size:12px;
    line-height:16px;
    min-height:16px;
}
#dsShoppingCartPage #dsShoppingCartSummary .dsCSSTableRow
{
    background-color:transparent;
    padding-top:0px;
    padding-bottom:5px;
    border-bottom:none;
}
.dsContinuetoAccountBtn
{
    line-height:56px;
    overflow:auto;
    margin-top:25px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

/* Pledge Group */
.soPledgeGroup
{
    text-align: left;
    font-size: 16px;
    font-weight:700;
    color:#000;
    padding: 15px 0px 10px;
}
/* DS Recurring Donations Checkout Table */
.dsRecurringDonations
{
    margin-top: 15px;
    border:0px solid #565246;
}

.dsRecurringDonations .dscol1 img
{
    padding-top: 5px;
}

.dsRecurringDonations .dscol1
{
    display:table-cell;
}

.dsRecurringDonations .dscol2
{
    width: 433px;
    display:table-cell;
}
.dsRecurringDonations .dscol3
{
    width: 0%;
    display:table-cell;
}
.dsRecurringDonations .dscol4
{
    display:table-cell;
}
.dsRecurringDonations .dscol5
{
    display:table-cell;
    text-align:right;
}


/* DS OneTimeDonations Checkout Table */

.dsOneTimeDonations
{
    margin-top: 15px;
    border:0px solid #565246;
}
.dsOneTimeDonations .dscol1 img
{
    padding-top: 5px;
}


.dsOneTimeDonations .dscol1
{
    display:table-cell;
}
.dsOneTimeDonations .dscol2
{
    width: 604px;
    display:table-cell;
}
.dsOneTimeDonations .dscol3
{
    width: 0%;
    display:table-cell;
}
.dsOneTimeDonations .dscol4
{
    width: 0%;
    display:table-cell;
}
.dsOneTimeDonations .dscol5
{
    display:table-cell;
}

/* DS Balance Payments Checkout Table */

.dsBalancePayments 
{
	margin-top: 15px;
}

.dsBalancePayments .dscol1
{
	width: 60px;
	display:inline-block;
	padding-right:4px;
	font-size:1.0em;
	font-weight:normal;
	vertical-align:middle;
}
.dsBalancePayments .dscol1 img
{
	padding-top: 5px;
}

.dsBalancePayments .dscol2
{
	width: 525px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}
#dsShoppingCartPage .dsBalancePayments .dscol2
{
    width:453px;
}
.dsBalancePayments .dscol3
{
	width: 0px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}
.dsBalancePayments .dscol4
{
	width: 0px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}
.dsBalancePayments .dscol5
{
	width: 150px;
	padding-left: 5px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}
.dsBalancePayments .dscol6
{
	width: auto;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
}
/* DS Mission Payments Checkout Table */

.dsMissionPayments 
{
	margin-top: 15px;
}

.dsMissionPayments .dscol1
{
	width: 60px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	padding-right:4px;
	font-size:1.0em;
	font-weight:normal;
	vertical-align:middle;
}
.dsMissionPayments .dscol1 img
{
	padding-top: 5px;
}

.dsMissionPayments .dscol2
{
	width: 505px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	vertical-align:middle;
}
.dsMissionPayments .dscol3
{
	width: 0px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	vertical-align:middle;
}
.dsMissionPayments .dscol4
{
	width: 0px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	vertical-align:middle;
}
.dsMissionPayments .dscol5
{
	width: 100px;
	padding-left: 5px;
	float: left;
	position:relative;
	overflow:hidden;
	display:block;
	vertical-align:middle;
}
.dsMissionPayments .dscol6
{
	width: auto;
	position:relative;
	overflow:hidden;
	display:block;
	text-align:right;
	vertical-align:middle;
}

/* DS Event Payments Checkout Table */

.dsEventPayments 
{
    margin-top: 15px;
}

.dsEventPayments .dscol1
{
	width: 60px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	padding-right:4px;
	font-size:1.0em;
	font-weight:normal;
	vertical-align:middle;
}
.dsEventPayments .dscol1 img
{
	padding-top: 5px;
}

.dsEventPayments .dscol2
{
	width: 505px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	vertical-align:middle;
}
.dsEventPayments .dscol3
{
	width: 0px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	vertical-align:middle;
}
.dsEventPayments .dscol4
{
    width: 0px;
    display:table-cell;
    vertical-align:middle;
}
.dsEventPayments .dscol5
{
	width: 100px;
	padding-left: 5px;
	float: left;
	position:relative;
	overflow:hidden;
	display:block;
	vertical-align:middle;
}
.dsEventPayments .dscol6
{
	width: auto;
	position:relative;
	overflow:hidden;
	display:block;
	text-align:right;
	vertical-align:middle;
}
/* DS Subscriptions Checkout Table */

.dsSubscriptions 
{
    margin-top: 15px;
}

.dsSubscriptions .dscol1
{
    display:table-cell;
    vertical-align:middle;
}
.dsSubscriptions .dscol1 img
{
    padding-top: 5px;
}

.dsSubscriptions .dscol2
{
    width: 200px;
    display:table-cell;
    vertical-align:middle;
}
.dsSubscriptions .dscol3
{
    width: 80px;
    display:table-cell;
    vertical-align:middle;
}
.dsSubscriptions .dscol4
{
    width: 80px;
    display:table-cell;
    vertical-align:middle;
}
.dsSubscriptions .dscol5
{
    width: 100px;
    display:table-cell;
    vertical-align:middle;
}
.dsSubscriptions .dscol6
{
    display:table-cell;
    text-align:right;
    vertical-align:middle;
}

.dsProducts
{
    margin-top: 15px;
    border:1px solid #565246;
}
.dsProducts .dscol1
{
    display:table-cell;
}
.dsProducts .dscol2
{
    width: 404px;
    display:table-cell;
}
.dsProducts .dscol3
{
    width: 80px;
    display:table-cell;
    text-align:right;
    padding-right:10px;
    white-space:nowrap;
}
.dsProducts .dscol4
{
    width: 65px;
    display:table-cell;
    text-align:center;
}
.dsProducts .dscol5
{	
    display:table-cell;
    width:80px;
    white-space:nowrap;
}


/* DS Cart Summmary Subtotals and Totals */

.dsCartSummaryAttributes
{
    width: 42%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.dsCartSummaryCoupon
{
    padding-bottom: 5px;
}

.dsCartSummaryCouponTitle
{
    font-weight: bold;
    padding-right: 5px;
}

.dsCartSummaryOrderNotes
{
}

span.dsCartSummaryOrderNotesTitle
{
    font-weight: bold;
    padding-bottom: 5px;
    font-family:"league-gothic", Arial, sans-serif;
	display:block;
}

.dsCartSubTotal
{
    
}
.dsCartSubTotalCaption
{
    text-align:right;
    padding-right:15px;
    width:68px;
    display:inline-block;
}
.dsSubTotal
{
    text-align:right;
    white-space: nowrap;
}

.dsShippingSummary
{
}
.dsShippingCostCaption
{
    text-align:right;
    padding-right:15px;
    width:68px;
    display:inline-block;
}
.dsShippingCost
{
    text-align:right;
}

.dsTaxSummary
{
}
.dsTaxSummaryCaption
{
    text-align:right;
    padding-right:15px;
    width:68px;
    display:inline-block;
}
.dsTaxSummaryCheckout
{
    text-align:right;
}

.dsCartTotalCaption
{
    text-align:right;
    padding-right:15px;
    width:68px;
    display:inline-block;
    font-weight: bold;
}
.dsCartTotal
{
    text-align:right;
    font-weight: bold;
}
.dsCartSelectedSessionsHeader
{
    font-weight: bold;
    float: left;
}
.dsCartSelectedSessions
{
    padding-left: 5px;
    float: left;
}

.dsCartSelectedSessionsDescription
{
}
.dsCartSelectedPremium
{
}

/* DS Shipping Pages */
.dsShippingInfoSubtitle
{
    font-weight: bold;
}
.dsShippingInfoAddressEdit
{
    float: left;    
}
.soEditImgLabel
{
    font-size:8px;
    color:#999;
    display:block;
    padding-left:2px;
}
#dsCheckoutReviewPage .soEditImgLabel
{
    padding-right:5px;
}
.dsShippingInfoAddressDisplay
{
    float: left;
    padding-left: 5px;
}
.dsShippingInfoAddressAddNew
{
    font-size: 0.8em;
}
.dsShippingMultiDetailsCol1
{
    float: left;
    width: 100px;
}
.dsShippingMultiDetailsCol2
{
    float: left;
}

/* DS Checkout Payment Entry */
.dsPaymentMethodSelectorContainer
{
	margin-left:auto;
	margin-right:auto;
	width:75%;
}

ul.dsPaymentMethodSelector
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}
ul.dsPaymentMethodSelector li
{
	float: none;
	padding-left: 20px;
	display: inline-block;
}
#dsCheckoutCCPane div[id*="pnlCCImage"] img
{
    padding-left:3px;
}
.soBankTransferPanelIntro
{
    width:400px;
    margin:15px auto;
    text-align:left;
}
.soBankTransferPanelImage
{
    margin-bottom:15px;
    text-align:center;
}
.soBankTransferPanelInput > div
{
    margin:15px auto;
}
.soBankTransferPanelInput [for*="rbAccountType"]
{
    padding:0px !important;
    vertical-align:top;
}
.soBankTransferPanelInput
{
	text-align:center;
	margin-bottom:10px;
}
.soBankTransferPanelInput input[type="radio"]
{
    margin-right:5px;
    margin-top:0px;
}
ul.BankTransfer-AccountType-ul li
{
    display:inline-block;
}
.dsCodeControlRadioButtonListContainer
{
    display:inline-block;
}
.soBankTransferPanelTOC
{
	text-align:center;
}

/* Checkout Payment Page */
#dsCheckoutPaymentPage
{
    position:relative;
    padding-bottom:60px;
}

.DS-Payment-Donate-Now
{
}
.dsDonationNowTitle
{
    font: inherit;
    font-weight: 700;
    font-size: 14px;
    color: #666633;
    border-bottom:4px double #666633;
    padding-bottom:2px;
    
}
.dsDonationNowText p
{
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    margin:auto;
}
.dsDonationNowAmountContainer
{
    text-align:center;
    border-bottom: 4px double #666633;
    padding-bottom: 20px;
}
.dsDonationNowAmountLabel
{
    display:inline-block;
}
.dsDonationNowAmountInput
{
    display:inline-block;
}

#dsCheckoutPaymentPage a.button3
{
    margin-right:10px;
    
}

#dsCheckoutPaymentPage div.dsFormItem .dsFormLabel
{
    width:230px;
}
#soCheckoutDonationPanel
{
    margin-bottom:15px;
}
.dsCheckoutPaymentContButton
{
    margin:15px auto;
    text-align:right;
    /*position:absolute;*/
    bottom:0px;
    right:0px;
    width:100%;
}
.dsCheckoutPaymentContButton a[id="ctl00_PageContent_btnContCheckout2"]{
	display:none;
}



.dsCCImage
{
    margin-bottom:5px;
}
.dsCheckoutPaymentMethodContainer
{
    margin-top:15px;
}
.dsCheckoutPaymentMethodContainer .infoHeader
{
}
.dsCheckoutPaymentMethodContainer > .infoContainer
{
	margin: 0;
	padding: 0;
}
.dsCheckoutPaymentMethodContainer input[type="text"]
{
    border: 1px solid #999999;
    height: 20px;
    margin-bottom: 0px;
}
.dsPaymentMethodSelector
{
    text-align: center;
}
ul.dsPaymentMethodSelector li
{
   display: inline-block;
   text-transform: uppercase;
   line-height: 16px;
   padding: 0 17px;
}
ul.dsPaymentMethodSelector li, label
{
    font-weight: 800;
}


/* Search */
.soSearchContainer
{
    margin:auto;
    display:inline-block;
}
.soSearch
{
}
.soSearch input[type="text"]
{    
    height: 24px;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 8px;
    border: 0px;
    /*background:url(images/searchspyglass.png) no-repeat 5px 1px #908D75;*/
    background: #fff;
    color:#565246;
    display: inline-block;
}
.soSearchButton
{
    background-image: url(images/MagnifyingGlass.png);
    background-repeat: no-repeat;
    border: none;
    width: 30px;
    height: 29px;
    padding-top: 0px;
    vertical-align:middle;
    display:inline-block;
}
#dsSearchPage .dsentitygridname
{
	font-weight: bold;
	font-size: 1.2em;
}
#dsSearchPage .dsentitygridbutton
{
	float: none;
}
#dsSearchPage .infoContainer
{
    background-color:#FFF;
}
#dsSearchPage a.button2
{
}
#dsSearchResultsArea .infoContainer
{
}
.dsSearchBrowseArea
{
    text-align:center;
    border-top:1px solid #838383;
    width:575px;
    margin:auto;
    padding-top:15px;
}
.dsSearchBrowseText
{
}
.dsSearchBrowseBtn
{
}
.dssearchcriteria 
{
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 425px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.dssearchtype 
{
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#content .dssearchtype input
{
    margin-right:5px;
    margin-left:10px;
}
.dssearchterm 
{
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dssearchrange 
{
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* DS Forms */
.formFields
{
	width:610px;
	margin:auto;
}

.dsformhidden
{
	display:none;
}

.dsformsimplelabel
{
	padding-right: 4px;
	padding-top: 0px;
	display: inline-block;
	vertical-align:middle;
}

.dsFormCheckbox
{
	width: 25px;
	float:left;
}

.dsFormCheckboxSignIn
{
	width: 25px;
	display:inline-block;
	vertical-align:middle;
	margin-top: -2px;
}
.dsRequiredFieldsHint
{
	position: relative;
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.dsRequiredFieldsHint div
{
	position: absolute;
	right: 0px;
	font-size: 10px;
	color: #FF0000;
}
.dsPhoneTypeLabel
{
    font-weight: 700;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 5px;
}


/* Tabs */

.container 
{
	margin:auto;
}

#divTransactionHistory table {
	width: 100%;
}

ul.tabs, html #divTransactionHistory ul.tabs {
	margin: 0;
	padding: 0;
	font: inherit;
	text-transform:uppercase;
	list-style: none;
	height: 33px;
	border: 0px none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-top:10px;
}
html #divTransactionHistory ul.tabs 
{
	height: 34px;
}    
ul.tabs li, html #divTransactionHistory ul.tabs li {
	float: none;
	display:inline-block;
	margin: 0px 0px -1px 5px;
	padding: 0;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	background: none repeat scroll 0 0 #ccc;
}    
ul.tabs li:hover, html #divTransactionHistory ul.tabs li:hover
{
	border: 1px solid #e5e5e5 !important;
}
	
ul.tabs li:first-child, html #divTransactionHistory ul.tabs li:first-child
{
	margin-left:0px;
}
ul.tabs li a, html #divTransactionHistory ul.tabs li a
{
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight:700;
	padding: 0 20px;
	border: 0px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	outline: none;
	color:#fff;
}
ul.tabs li a:hover
{
	background-color: #e5e5e5;
	color: #fff;    
}
ul.tabs li.active a, html #divTransactionHistory ul.tabs li.active a {
	color:#222;
}

html ul.tabs li.active, html #divTransactionHistory ul.tabs li.ui-state-active {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-bottom: 1px solid #f9f9f9 !important;
	-moz-box-shadow: -2px -5px 11px -6px rgba(0, 66, 118, 0.52);
	-webkit-box-shadow: -2px -5px 11px -6px rgba(0, 66, 118, 0.52);
	box-shadow: -2px -5px 11px -6px rgba(0, 66, 118, 0.52);
}
html ul.tabs li.active a, html #divTransactionHistory ul.tabs li.ui-state-active a 
{
	color:#004276;
}
html ul.tabs li.active a:hover, html #divTransactionHistory ul.tabs li.ui-state-active a:hover 
{
	border:0px;
	background:none;
}

.bottomline 
{
	/* border-bottom: #6DA6C2 1px solid; */
	border:none;
	display:none;
}
.tab_container 
{
	border: 1px solid #ccc;
	border-top: none;
	background:#f9f9f9;
}
.tabrow 
{
/*	background-color:#f9fbe0; 
	height:35px; */
}

div.prodtabs
{
	border-bottom:0px solid #0F4082;
	overflow: auto;
	display: block;
}
div.prodtabs a
{
	display:block;
	font-size:16px;
	height:24px;
	color:#FFF; 
	font-weight:700;
}

div.prodtabs a:hover
{
}

.tab_line_empty 
{
	border-bottom: #0F4082 1px solid;
	height: 1.25em;
	padding: 0px;
	margin:0px;
}
.tab 
{
	background-color:#0F4082;
	color: #ffffff;
	font-size: 16px;
	font-weight:700;
	text-align: center; 
	border: #0F4082 1px solid;
	vertical-align:middle;
	height: 24px;
	padding: 10px 25px;
	margin:0px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	-webkit-border-radius:  15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
}	  
.tab_hover 
{
	background-color: #4C7BBD; 
	color: #ffffff; 
	font-size: 16px;
	font-weight:700;
	text-align: center; 
	border: #0F4082 1px solid;
	cursor: hand; 
	cursor:pointer;
	vertical-align:middle;
	height: 24px;
	padding: 10px 25px;
	margin:0px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	-webkit-border-radius:  15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
}

.tab_selected 
{
	color: #1F5FAA; 
	text-decoration: none; 
	font-size: 16px;
	font-weight:700;
	text-align: center; 
	border-left: #0F4082 1px solid; 
	border-right: #0F4082 1px solid; 
	border-top: #0F4082 1px solid;
	border-bottom:#FFF 1px solid;
	vertical-align:middle;
	height: 24px;
	padding: 10px 25px;
	margin:0px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	-webkit-border-radius:  15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	position:relative;
	z-index:99;
}
span.dsTabText
{
	padding:0px;
	font-size:16px;
	font-weight:700;
}

/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 0px solid #aaaaaa; /*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222;*/ }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #857362; background: #857362; font-weight: normal; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #857362; background: #857362; font-weight: normal; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{   
	background: #FFF;
	border: none;
	border-bottom: 1px solid #FFF;
	background-color:#FFF;
	-moz-box-shadow: -2px -5px 11px -6px rgba(0, 0, 0, 0.52);
	-webkit-box-shadow: -2px -5px 11px -6px rgba(0, 0, 0, 0.52);
	box-shadow: -2px -5px 11px -6px rgba(0, 0, 0, 0.52);
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #857362; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 14px; padding: .5em .5em .5em 2.2em; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_FFFFFF_256x240.png); }

.ui-tabs .ui-tabs-nav { margin: 5px 0px 0px; padding: .2em .2em 0; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

.ui-accordion .ui-accordion-content { padding: 1em 2.2em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; zoom: 1; }

.ui-widget-header { border: 0px solid #aaaaaa; background: none; color: #222222; font-weight: bold; }

.ui-accordion
{
}
.ui-accordion h3
{
	font: inherit;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

/* Anonymous */
.dsAnonymousDonation
{
    padding: 0px 15px 15px;
	text-align:center;
}

.dsAnonymousDonation label
{
    font-weight: bold; 
    padding-right: 5px;
}

#dsAnonymousDonation
{
    text-align: center;
}