/* Colors --------------- 
drk grey : #293657;
lt purple : #736af5;
drk purple : #343591;
green : #619037;
lt pink : #ea58a5;
drk pink : #ec008c;
blue : #4b97cf;
orange : #f97e61;
End Colors --------------- */

/* ---------------HTML Element Over rides --------------- */
html, body { 
    color:#293657; 
    font-size: 12pt;
    line-height:1.3em;
    font-family: Arial, Helvetica, sans-serif;
    height:100%;
}
p, div, ul, ol, li, input, form, table, h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}
a { 
    color: #736af5;
    text-decoration:none;
}
a:hover { 
    text-decoration: underline; 
}
a img {
    border:none;    
}
h1 { 
    font-size: 1.6em;
    font-weight:bold;
    line-height:125%;
    padding-bottom:0.8em;
}
h2 { 
    font-size: 1.35em; 
    line-height:125%;
    font-weight:bold;
}
h3 { 
    font-size: 1.2em; 
    line-height:125%;
    font-weight:bold;
}
h4 { 
    font-size: 1.1em;
    line-height:125%;
    font-weight:bold;
}
p, h2, h3, h4, h5, h6 {
    padding-bottom:0.5em;
}
td {
    vertical-align:top;    
}
hr {
    border-top: 2px dashed  #736af5;
    border-bottom:none;
    border-left:none;
    border-right:none;
    background:#fff;
    margin: 0;
    padding:0; 
    clear:left;
}
/* End HTML Element Over rides */

#youTubeThumbnail {
    display: flex;flex-flow: row nowrap;justify-content: center;align-items: center;color: #ffffff;transition: all .2s cubic-bezier(.36,.53,.33,1.01);-webkit-transition: all .2s cubic-bezier(.36,.53,.33,1.01);-moz-transition: all .2s cubic-bezier(.36,.53,.33,1.01);font-size: 3rem;position: relative;z-index: 1;width: 300px;aspect-ratio: 16/9;background-image: url('graphics/youtube_thumbnail.jpg');background-size: 100%;background-repeat: no-repeat;background-position: center center;margin-top: 1rem; margin-bottom: 1rem;
}

#youTubeThumbnail:hover {
    text-decoration: none;
    background-size: 105%;
}

#youTubeThumbnail:after {
    display: block;
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, .2);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#youTubeThumbnail > * {
    position: relative;
    z-index: 1;
}

/* ---------------Slideshow Styles--------------- */
#showBox {height:27em; }
#showControls {position:relative}
#photoRotateBox {overflow:hidden;height:25em; }
.photoStory { width:100%; height:24.375em; background-position:50% 50%;}
.photoStory .caption {
    text-align:right; 
    padding: 10em 1em 0 0; 
    margin:0;
    font-family: unkempt, arial, sans-serif;
    font-size:2em;
    color:#fff;
    visibility:hidden;
}
#jprev,
#jnext {
    position:absolute; 
    top:11em;
    height:3.75em;
    width:3.75em;
    text-indent:-20em;
    overflow:hidden;
}
#jprev {
    background: transparent url('graphics/design/pfhf-prev-btn.jpg') no-repeat 0 0;
    left:0;
    z-index:11;
}
#jnext {
    background: transparent url('graphics/design/pfhf-next-btn.jpg') no-repeat 0 0;
    right:0;
    z-index:10;
}
/* ---------------Global Styles--------------- */
#content-wrapper ul
#content-wrapper ol{
   padding: 0 0 0.5em 0; 
   margin: 0 1em; 
}
#content-wrapper  li {
    padding: 0.1em 0.5em;
    margin: 0 0.5em;
}
.inactive {
    display:none;    
}
.align-right {
    text-align:right;    
}
.sml {
    font-size:.7em;    
}
.photo-center {
    display:block;
    clear:both;
    padding:3px;
    margin: 0.5em 0 0.5em 0;
    border:1px solid #ccc;
}
.photo-right {
    float:right;
    padding:3px;
    margin: 0 0 0.5em 0.5em ;
    border:1px solid #ccc;
}
.photo-left {
    float:left;
    padding:0.2em;
    margin: 0 0.5em 0.5em 0;
    border:1px solid #ccc;
}
#body { 
    background:#fff; 
    margin:0 auto; 
    padding:0; 
}
#page {
   min-height:100%; 
   position:relative;
   padding-bottom:1.1em;
}

#header {
    background: #293657;
    height:2.5em;
    overflow:hidden;
    padding: 0.3em 0;
}
#header-inner {
    min-height:2.5em;    
}
#content {
    padding-bottom:10.625em;   /* Height of the footer */    
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:10.625em;   /* Height of the footer */
    background: #e7e7e7 url('graphics/design/pfhf-bg-footer.jpg') repeat-x 50% 0;
    overflow:hidden;
}
#footer a,
#footer a:hover {
    color:#ec008c;    
}
#footer-inner {
   padding: 2.2em 0;
    background: transparent url('graphics/design/pfhf-heart-footer.png') 0 2.2em no-repeat;
}
.inner-container {
    width: 60em; 
    margin:0 auto;
}
.page-title,
.formsTitle {

}
.footer-menu {
    font-size:0.9em;
    padding-bottom:0.5em;
    padding-left: 70px;
}
.footer-address {
    font-size:0.8em;
    padding-left: 70px;
}
.footer-copyright {
    font-size:0.7em;
    padding-left: 70px;
}
.center { 
    text-align: center; 
}
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#logo {
    width:18.75em;
    height:10.3em;
}
#logo a {
    width:18.75em;
    height:10.3em;
    display:block;
    text-indent:-100em;
    background:#fff url('graphics/design/pfhf-logo.jpg') 0 0 no-repeat;
    overflow:hidden;
}
#logo a:hover {
    opacity: .7;
    opacity: 70%;   
}
.menu_social {
    width:6.8em;
    float:right;
    font-size:1.4em;
    line-height:2em;
    height:1.8em;
    margin-top:0.25em;
}
.menu_social li {
  float:left;
  line-height: 2em;
  list-style:none;
  text-align:left;
}
.menu_social li a,
.menu_social li a:visited {
    display:inline-block;
    padding: 0;
    color:#fff;
}
.facebook,
.twitter,
.youtube {
    width:2.2em;
    height:2em;
    overflow:hidden;
    text-indent:-1000em;
    display:block;
}
.facebook:hover,
.twitter:hover,
.youtube:hover {
    opacity: .7;
    opacity: 70%;
}
.facebook {
    background: transparent url('graphics/design/pfhf-fb-btn.jpg') 100% 0 no-repeat;
}
.youtube {
    background: transparent url('graphics/design/pfhf-yt-btn.jpg') 100% 0 no-repeat;
}
.twitter {
    background: transparent url('graphics/design/pfhf-tw-btn.jpg') 100% 0 no-repeat;
}
.menu_main {
    font-family: Rosario, Verdana, sans-serif; 
    list-style:none;
    font-size:1.4em;
    line-height:1.8em;
    float:left;
}
.menu_main li {
    list-style:none;
    float:left    
}
.menu_main a {
    color: #fff;
    display:inline-block;
    padding: 0 1.5em 0 0;
}
.menu_main a:hover {
    text-decoration:none;
    opacity: .7;
    opacity: 70%;
}    
.menu_side {
    padding:0;
    margin:0;
}
.menu_side li {
    list-style:none;
    padding:0;
    margin: 0 0 1em 0;
    }
.menu_side li:hover {
    opacity: .7;
    opacity:70%;
}    
.menu_side li a {
  font-family:  unkempt, arial, sans-serif;
  font-size: 2.75em;
  display:block;
  line-height: 1.5em;
  text-align:center;
  color:#fff;
}
.menu_side li a {
    text-decoration:none;    
}
.menu_side .item1 {
    background:#619037 0 0 none;
}
.menu_side .item2 {
    background:#ea58a5 0 0 none;
}
.menu_side .item3 {
    background:#4b97cf 0 0 none;
}
#content a:visited { 

}
.error {
    color:#971b32;
    font-weight:bold;
}
    

/* End Global Styles */

/* --------------- Home Page Styles--------------- */
#home-featured {

    padding:1em;
    height:25em;  
    position:relative;
}
.flexslider {
    width:46.2em;
    height:22.308em;
    float:left;
}
.slides {
    list-style:none; 
    color:#fff;
    font-weight:bold;
    height:22.308em;
    width:45.538em;
}
.slides img {
    border:1px solid #fff;    
}
#page .slides li {
    display:none;    
}
.flex-caption {
    float:right;
    padding:0.5em 0.5em 0 0;
    font-size:1.1em
}
.flex-control-nav {
    clear:left; 
    list-style:none; 
    position:absolute;
    left:1.154em;
    top:22em
}
.flex-control-nav li {
    float:left;
}
.flex-control-nav li a{
    display:block;
    width:1em;
    height:1em;
    background:#fff;
    margin: 0 0.2em;
    text-indent:-1000em;
    border: 0.2em solid #91bad6;
    background: #91bad6;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
}
.flex-control-nav li a.active {
    background: #fff;
}
.flex-direction-nav {
    display:none;
    }
#home-map {
    float:left;
    width:24em;

}
#home-map img {
    border:1px solid #fff;  
}
#home-map p {
    font-size:1.6em;
    font-weight:bold;
    line-height:1.6em;
    text-align:center;
    color:#fff;
}
#home-promos {
   width:100%;


}
#home-promos-inner {
   width:100%;


}
.promos {
   width:100%;
   min-height:24em;

   list-style:none;

}
.promos li{
    width:21.2em;
    margin:1.6em 0 2.1em  2.1em ;
    float:left;
    display:block;

}
.promos img {

    }
#content-main {
padding: 1.875em 0;

}
#content-inner {
    background: transparent url('graphics/design/pfhf-bg-stripe.gif') 0 0 repeat-y;
}
#content-wrapper {
    padding-right:22.5em;
    min-height:24em;

}
#sidebar-wrapper {
    width:18.75em;;
    float:right;
}    

/* ---------------General Module Styles--------------- */
.itemCount { }
.itemList { clear: both; } 
.itemList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.itemList h2 a { text-decoration: none; }
.itemList h2 a:hover { text-decoration: underline; }
.itemList span { display: block; }
.itemLabel { font-weight: bold; }
.itemList span.itemLabel { display: inline; }
.bottomNavigation { clear: both; }
.goBack { }
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* web pages */
.table-content {
    width:100%
}
.table-main {
    vertical-align:top;
    padding: 1em 1.5em 1em 0;
}

/* Pagination */
.pagination { clear: left; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */


/* ModuleBegin::news */
.newsWrapper .headline { font-weight: bold; }
.newsWrapper .publish, .newsWrapper .author, .newsWrapper .copyright { font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .newsitem { padding-bottom: 1em; }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
/* ModuleEnd::news */



/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */



/* ModuleBegin::events */
#eventsSide { background:#f97e61 0 0 none; color: #fff; padding:1em;}
#eventsSide h2 { font-family: unkempt, arial, sans-serif; font-size: 2.5em; font-weight:normal; line-height:1.1em; margin:0;padding:0;}
#eventsSide a { color: #fff !important; }
#eventsSide h3 { color: #fff !important;  }
#eventsSide h3 a { color: #fff !important;  }
#eventsSide p {color: #fff !important; }
#eventsSide p.eventDate { color: #fff !important;  }
#eventsSide .eventLabel {color: #fff !important;  }
#eventsSide a.more  { font-family: unkempt, arial, sans-serif; font-size:1.5em; float:right; display:block;}

/* ---------------
Events Lister
----------------- */
/* Events Lister */
.eventItem {}
.eventItem .eventDate {float:left; background:#736af5 0 0 none; width:2em;margin: 0 1em 0 0;padding:0.5em; text-align:center;color:#fff;}
.eventItem .eventDay { display:block; font-size: 1.5em;}
.eventItem .eventMonth { display:block; font-size: 0.9em; }
/* Events Detail */
.event-pre-detail {font-size:0.8em;}
.eventsDetail { }
.eventsDetail .eventLabel { font-weight: bold; }

/* Events Small Calendar */

#calendarSide { border: 1px solid #cccccc; }
#calendarSide h2 { padding: 15px 15px 20px 60px; border-bottom: 1px solid #cccccc;
 background: transparent url(graphics/design/calendar_icon.jpg) no-repeat 7px 8px; }
#calendarSide h2 a { color: #333333; }
#calendarSideBox { width: 255px; padding: 0; margin: 0 auto; }

.cal { width: 255px; margin:0 auto; padding: 15px 0 0 0; clear: both; text-align: center; }
.calTop { width: 255px; height: 19px; position: relative; }
.calPrev { width: 34px; height: 19px; position: absolute; top: 0; left: 0; }
.calPrev a { background: transparent url(graphics/design/calendar_prev_bg.jpg) no-repeat left top; }
.calNext { width: 34px; height: 19px; position: absolute; top: 0; right: 0;}
.calNext a { background: transparent url(graphics/design/calendar_next_bg.jpg) no-repeat left top; }
.calPrev a, .calNext a { width: 34px; height: 19px; display: block; text-decoration: none;   }
.calPrev a:hover, .calNext a:hover { text-decoration: none; }
.calMonth { height: 19px; background: transparent url(graphics/design/calendar_month_bg.jpg) no-repeat 50% top; }
.calMonth a { height: 19px; line-height: 19px; display: block; color: #ffffff; text-align: center; font-weight: bold; text-decoration: none; }
.calMonth a:hover { text-decoration: underline; }

.calGrid { width: 255px; padding: 0px 0px 0px 0px; margin: 0 auto; text-align: center; }
.calGrid table { width: 255px; padding: 0; margin: 0; }
.calGrid td { height: 21px; padding: 0; margin: 0;  
 color: #ffffff;  font-size: 12px; text-align: center;
 background: transparent url(graphics/design/calendar_day_bg.jpg) no-repeat 50% 50%; }
.calGrid .calWeek td {  }
.calGrid tr.calWeek { font-weight: bold;  }
.calDayOn a { color: #0066cc; font-weight: bold; text-decoration: none;  }
.calDayOn a:hover { text-decoration: underline; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { color: #0066cc; font-weight: bold; }
.calGrid td.calTodayOn a { color: #0066cc; font-weight: bold; text-decoration: underline; }
.calGrid td.calDayOff { }
.calBottom { width: 255px; padding: 5px 0 0 0; text-align: center; }
.calBottom p { padding: 5px 40px 5px 0; margin: 0; font-size: 11px; text-align: right; font-weight: bold; font-style: italic;
 background: transparent url(graphics/design/arrow.jpg) no-repeat 95% 50%; }
.calBottom a { display: block; color: #666666; }

/* Events Month at a Glance */
.calendarWrapper { }
.calendarWrapper table { width: 100%; table-layout: fixed; }
.calendarWrapper .calendarMonths { text-align: center;  vertical-align: middle; background-color: #333333; }
.calendarWrapper .calendarMonths a { padding: 5px 0px; display: block; color: #ffffff; font-weight: bold; font-size: 12px; text-decoration: none; }
.calendarWrapper .calendarMonths a:hover { text-decoration: underline; }
.calendarWrapper .calendarDays { border-collapse: collapse; table-layout: fixed; }
.calendarWrapper .calendarDays .title { font-size: 14px; font-weight: bold; color: #0066cc; padding: 10px 0px; }
.calendarWrapper .calendarDays .normal { display: none; }
.calendarWrapper .calendarDays td { text-align: center; border: 1px solid #333333; font-weight: bold; }
.calendarWrapper .calendarDays .weekdays { height: 30px;  }
.calendarWrapper .calendarDays .emptyDay { height: 60px; text-align: left; vertical-align: top; background-color: #efefef; }
.calendarWrapper .calendarDays .eventToday { height: 60px; text-align: left; vertical-align: top; background-color: #0066cc; padding-left: 5px; color: #ffffff; }
.calendarWrapper .calendarDays .eventOff { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }
.calendarWrapper .calendarDays .eventOn { height: 60px; text-align: left; vertical-align: top; background-color: #cccccc; padding: 0px 5px 5px 5px; }
.calendarWrapper .calendarDays .eventOn a { color: #0066cc; }

.calendarWrapper p { padding: 4px 0px; margin: 0; font-size: 11px; }
/* ModuleEnd::events */

/* ModuleBegin::forms */
#form {
    
}
#form table {
    width:95%;    
}
#form td {
    line-height:1.5em;
}
#form tr td:nth-child(2) {
    width:70%;    
}
.formtext,
.formtextRequired {

}
.formtextRequired {
   font-weight:bold;     
}
input[type="text"],
textarea {
    width:100%;
    border: 1px solid #ccc;
    background: #efefef;
    padding:0.3em;

}
input[type="submit"] {
    background: #736af5;
    border: 1px solid #736af5;
    padding:0.3em;
    color:#fff;
    width:6em;
    text-align:center;
    font-family:unkempt, arial, sans-serif;
    font-size:1.5em;
}
/* ModuleEnd:forms */

/* ModuleBegin::directory-slideshow */
.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
/* ModuleEnd::directory-slideshow */

/* ModuleBegin::broadcastemail */
#home_signup form {padding: 1em 0;}
#home_signup label { font-family: unkempt, arial, sans-serif; color:#736af5; float:left; width:45%;font-size: 1.8em; line-height:1.5em;}
#home_signup input[type="text"] {display:inline-block;width:11em;font-size: 1.2em; line-height:1.5em;}
#home_signup input[type="submit"] {display:inline-block;background:#736af5;color:#fff;width:3em;font-size: 1.2em; line-height:1.5em;}
#home_signup .enewsEmail {display:block;width:55%;float:left;}
.enewsWrapper div { }
.enewsWrapper span {  }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */

.tweet-twitter,
.share-facebook {
    font-family: Rosario, Verdana, sans-serif;  
    font-weight: 700;
    color:#fff;
    font-size: 1.2em;
    padding: 0.5em;
    display:inline-block;
    margin: 0.5em 0;
    }
.tweet-twitter {
    background: #42c8f4;
}
.share-facebook {
    background: #3b5b99;
}

/* ModuleBegin::photo */
#photoWrapper {}
.photoListItem { padding-top:0.5em; }
.photoBorder { width: 200px; height: 150px; padding: 0.5em; margin: 0 1em 1em 0; border: 1px solid #cccccc; float: left;}
.photoAlbumImage { width: 200px; height: 150px; background: transparent no-repeat 50% 50%; }
.photoAlbumImage a { width: 200px; height: 150px; display: block; text-indent: -3000px;overflow:hidden; }

#photoThumbWrapper {}
#thumbPhotos { padding: 15px 0px 0px 0px; }
#thumbPhotos ul { padding: 0; margin: 0; list-style: none; }
#thumbPhotos li { width: 75px; height: 75px; padding: 5px; margin: 0px 10px 10px 0px; float: left; border: 1px solid #cccccc; }
#thumbPhotos a { width: 75px; height: 75px; display: block; text-indent: -3000px; background: transparent no-repeat 50% 0; overflow:hidden; outline-style:none; outline-width:0; }

/* Included to attach necessary jQuery Files - Edit jquery.lightbox-0.5.js file to change these image names or locations */
.includeLightBoxJs { background-image: url(graphics/jquery_scripts/jquery.lightbox-0.5.js);}
.includeLightboxImg1 { background-image: url(graphics/jquery_scripts/images/lightbox-blank.gif);}
.includeLightboxImg2 { background-image: url(graphics/jquery_scripts/images/lightbox-btn-close.gif);}
.includeLightboxImg3 { background-image: url(graphics/jquery_scripts/images/lightbox-btn-next.gif);}
.includeLightboxImg4 { background-image: url(graphics/jquery_scripts/images/lightbox-btn-prev.gif);}
.includeLightboxImg5 { background-image: url(graphics/jquery_scripts/images/lightbox-ico-loading.gif);}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* ModuleEnd::photo */

/* ModuleBegin::commerce */
.shoppingAlert { color: red; }
.shoppingBody { font-size: 8pt; }
.shoppingCartEvenRow { background-color: #ffffff; color:#002d62; }
.shoppingCartOddRow { background-color: #ebebeb; color:#002d62; }
.shoppingCartTableHeader { background-color: #002d62; color: #ffffff; font-size: 8pt; font-weight: bold; }
.shoppingForm { font-size: 8pt; color:#002d62; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#002d62; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#002d62; }
.shoppingInStock { }
.shoppingItemHeading { }
.shoppingOutOfStock { color: #dd0000; }
.shoppingLowStock { }
.shoppingTable { background-color: #e8e8e8; color:#002d62; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */

/* ModuleBegin::membership */
#formLogin { margin:0 auto; border: 1px solid #ccc; padding: 20px; width:275px; }
.membershipLoginWrapper { }
.memberLoginBox { margin: 0 auto; }
.memberLoginBox td { padding: 2px; }
.memberUser { }
.memberPassword { }
.memberRemember { }
.memberForgot { }
.memberSubmit { }
.myaccountListerBack { text-align:center;width:100%;padding-top:10px; }
/* ModuleEnd::membership */