/* --- Misc --- */
a.button-catalogue, a.button-chemist, a.button-download, a.button-back, a.button-logout {
	text-indent: 220px;
	overflow: hidden;
	display: block;
	float: right;
	margin: 0.75em 0 2em 3em;
}

a.button-catalogue {
  background: url(../images/button_see-catalogue.png) no-repeat top left;
  height: 25px;
  width: 187px;
}
a.button-catalogue:hover {
  background: url(../images/button_see-catalogue-hover.png) no-repeat top left;
}

a.button-chemist {
  background: url(../images/button_find-chemist.png) no-repeat top left;
  height: 25px;
  width: 199px;
}
a.button-chemist:hover {
  background: url(../images/button_find-chemist-hover.png) no-repeat top left;
}

a.button-download {
  background: url(../images/button_download.png) no-repeat top left;
  height: 25px;
  width: 186px;
  margin-top: -3.5em;
  position: relative;
  z-index: 50;
  text-indent: -300px;
}
a.button-download:hover {
  background: url(../images/button_download-hover.png) no-repeat top left;
}

a.button-back {
  background: url(../images/button_back.png) no-repeat top left;
  height: 28px;
  width: 80px;
  text-indent: 200px;
  margin-top: -3.5em;
  margin-bottom: 0;
  z-index: 55;
  position: relative;
}
a.button-back:hover {
  background: url(../images/button_back-hover.png) no-repeat top left;
}

a.button-logout {
  background: url(../images/button_logout.png) no-repeat top left;
  height: 25px;
  width: 188px;
  text-indent: -200px;
  margin: 1.8em;
}
a.button-logout:hover {
  background: url(../images/button_logout-hover.png) no-repeat top left;
}

/* --- Home page --- */

div#home {
  padding-right: 0;
  width: 946px;
}

.main-promo {
  position: relative;
  height: 378px;
  float: left;
}

.main-promo .top-border {
  height: 13px;
  width: 630px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../images/home-page/slideshow-sprite.png) no-repeat scroll left -58px;
  z-index: 1000;
  
  overflow: hidden;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/jadin/images/home-page/slideshow-bg_top.png');
}

.main-promo .controls {
  height: 31px;
  width: 630px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent url(../images/home-page/slideshow-sprite.png) no-repeat scroll left top;
  z-index: 1000;
  text-align: center;
}

.main-promo .controls div {
	position: relative;
	left: 50%;
	float: left;
}
.main-promo .controls div div {
	position: relative;
	left: -50%;
}

.main-promo .controls a {
  background: transparent url(../images/home-page/slideshow-sprite.png) no-repeat scroll -23px -35px;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 7px 3px 0 3px;
  position: relative;
  
  overflow: hidden;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/jadin/images/home-page/slideshow-ctrl.png');
}

.main-promo .controls a:hover, .controls a.active {
  background: transparent url(../images/home-page/slideshow-sprite.png) no-repeat scroll -2px -35px;
  cursor: pointer;
  
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/jadin/images/home-page/slideshow-ctrl_active.png');
}

a:link.hom-button, a:visited.hom-button {
	position: absolute;
	margin:102px 0 0 395px;
	padding: 7px 40px 0 10px;
	background: url(../../../../assets/images/home-promos/main/blank_button.png) no-repeat top left;
	width:175px;
	height:39px;
	
	color: #2d2d2d;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	font-size: 0.95em;
	
	overflow: hidden;
  	_background: none;
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/home-promos/main/blank_button.png');
}
a:hover.hom-button {
	background-position: 0 -44px;
	text-decoration: none;
	color: #2d2d2d;
	
	cursor: pointer;
}
.homimg {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	border: 1px solid #d5d2cc;
	width: 628px;
	height: 370px;
	overflow: hidden;
}
.main-promo .hidden {
  display: none;
}
  /* Right-hand grey box */
.right-div {
	float:right;
	width:278px;
	margin-right: 14px;
	font-size: 0.95em;
}
.ritetop {
	background:url(../images/home-page/rite-top.jpg) no-repeat top left;
	height:10px;
	overflow: hidden;
}
.ritebot {
	background:url(../images/home-page/rite-bottom.jpg) no-repeat top left;
	height:10px;
}
.ritemid {
	background:#efeeed;
	border-left:1px solid #d5d2cc;
	border-right:1px solid #d5d2cc;
	padding:0 16px;
	height:358px;
}
.ritemid h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	padding:0.5em 0;
	font-size: 1.3em;
}
.rt-data {
	clear:both;
	border-bottom:1px solid #CCCCCC;
	margin:12px 0 0 0;
	overflow: hidden;
	padding-left: 5px;
}

.rt-data p {
  line-height: 1.4em;
}

.rt-data p.helpLink {
  padding-right: 10px;
  margin-left: 63px;
  font-size: 1.1em;
  margin-bottom: 1.3em;
}

.rt-data h4 {
	color:#3d3d3d;
	margin-top: 0.9em;
}

.rt-data a {
	color:#3c85d6;
	font-weight: bold;
}

.rt-data strong a:link, .rt-data strong a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 20px 0 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rt-data strong a:hover {
	color:#285e9b;
	text-decoration:none;
	background: transparent url(../images/bullets.png) no-repeat scroll right -17px;
}

.rt-data strong a:link.twoliner, .rt-data strong a:visited.twoliner {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 20px 0 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rt-data strong a:hover.twoliner {
    display: block;
	color:#285e9b;
	text-decoration:none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bullet_dark-blue.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bor-none {
	border:none;
}

.rt-data img {
	margin:0 12px 0 0;
}

  /* Bottom promos */
#home .bottom {
	background:url(../images/home-page/bottom-data.jpg) no-repeat top left;
	width:290px;
	height:89px;
	float:left;
	padding:7px;
	margin:16px 10px 0 0;
}

#home .bottom a {
	color:#c02019;
	background: transparent url(../images/bullets.png) no-repeat scroll 100% -106px;
	padding:0 18px 0 10px;
	font-weight: bold;
	font-size: 0.95em;
}
#home .bottom a:hover {
  text-decoration: none;
  color: #801713; 
  background: transparent url(../images/bullets.png) no-repeat scroll 100% -88px;
}

#home .bottom h3 {
	color:#3d3d3d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 0 10px;
}
#home .bottom img {
	float:right;
}

.bott-txt {
	text-align:center;
	display:block;
	padding:5px 0 0 0;
	font-size: 0.95em;
}
.bott-txt a {
	color:#787878;
}
.bot-img {
	background:url(../images/home-page/bottom-desc-bg.jpg) no-repeat top right;
	width:177px;
	float:right;
	height:76px;
}
.bot-img p {
	padding:18px 5px 5px 14px;
	font-size:0.95em;
	line-height: normal;
}

/* --- Products & Services --- */

.product-list {
	width: 100%;
	float: left;
	margin: 2em 0 4em 0;
}
#content .product-list li {
	border-bottom:1px solid #d6d3cd;
	padding: 6px 0 6px 8px;
	width: 47%;
	margin: 0;
	list-style-type: none;
}
.product-list a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: transparent url(../images/bullets.png) no-repeat scroll right 1px;
	padding:0 20px 0 0;
}

.product-list a:hover {
	color:#185ab1;
	background: transparent url(../images/bullets.png) no-repeat scroll right -17px;
	text-decoration:none;

}

.products p {
  font-size: 1em;
}

.products a.top-link {
	float: right;
	font-weight: bold;
	position: relative;
	top: 3em;
	background: transparent url(../images/bullets.png) no-repeat scroll right -34px;
	padding-right: 20px;
}
.products a.top-link:hover {
	background: transparent url(../images/bullets.png) no-repeat scroll right -52px;
	text-decoration: none;
}

.products h2.categoryTitle {
	border-top: 1px solid #ccc;
	margin-top: 0;
	padding-top: 2em;
}

.products img.productHero {
	float: left;
	margin: 3em 1.5em 2em 0;
}
.products img.firstHero {
	margin-top: 0;
	margin-bottom: 5em;
}

.products .productItem {
	width: 127px;
	height: 220px;
	padding-right: 13px;
	float: left;
	padding-bottom: 1.5em;
}
.products .productItem img {
	height: 127px;
	display: block;
}
.products .productItem p {
	margin: 0.5em 0.3em;
	line-height: 1.3em;
}

	/* Featured Products */
.featured-next, .featured-previous {
	display: block;
	height: 25px;
	width: 26px;
	text-indent: -300px;
	overflow: hidden;
	position: relative;
	top: 54px;
	cursor: pointer;
}

.featured-next {
	background: url(../images/bullet_red-lrg_left.png) no-repeat top left;
	float: left;
}

.featured-previous {
	background: url(../images/bullet_red-lrg_right.png) no-repeat top left;
	float: right;
}

.featured-products {
	width: 640px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.featured-products ul {
	position: absolute;
	height: 150px;
	width: auto;
	right: -200px;
	left: 0;
}

#content .featured-products ul li {
	text-align: center;
	background: #d5d2cc url(../images/featured-carousel_bg_top.png) no-repeat top left;
	display: block;
	width: 150px;
	float: left;
	margin: 0 5px 42px 5px;
	list-style-type: none;
	line-height: 1.4em;
}

.featured-products ul li img {
	margin: 6px 0 3px 0;
}

.featured-products ul li p {
  background: transparent url(../images/featured-carousel_bg_bottom.png) no-repeat left bottom;
  margin: 0;
  line-height: 1.4em;
  padding-bottom: 0.4em;
  text-align: center;
}

.featured-products ul li strong {
	padding: 0 5px 0 0;
}

/* --- Latest Catalogue --- */

div#catalogue {
	width: 100%;
	height: 780px;
	margin: 0;
	position: relative;
	z-index: 10;
}

h2.catalogueDate {
	position: relative;
	z-index: 50;
	margin: -1.2em 0 0 0;
	color: #dd0000;
	font-size: 1.2em;
}

/* --- Exclusive Offers --- */

.offer {
  float: left;
  font-size: 0.95em;
  margin: 0 1.5em 3em 0;
  width: 200px;
}

.offer img {
  background-color: #ccc;
  display: block;
  height: 110px;
  margin-bottom: 0.5em;
  width: 100%;
}

.j-mail-intro {
  border:1px solid #D5D2CC; 
  margin-left:1px; 
  position:relative; 
  width:657px;
  float: left;
  margin-bottom: 5px;
}
.j-mail-intro img {
  position: relative;
  top: -1px;
  left: -1px;
  display: block;
}
.j-mail-intro h2 {
  margin: 10px 15px 5px 15px;
}
.j-mail-intro ul {
  width: 45%;
  float: left;
  margin: 0 0 5px 15px;
}

.sample-coupons {
  margin: 0px 0 15px 2px;
}

.subscribe-online, .subscribe-instore {
  float: left;
  padding: 15px 15px 0 15px;
  width: 287px;
  color: #3d3d3d;
}
.subscribe-online {
  background-color: #f2f2f0;
  margin-right: 12px;
  overflow: hidden;
}

.subscribe-online form {
  background-color: #FFFFFF;
  left: -16px;
  padding: 15px;
  width: 285px;
}
.subscribe-online form .formTop {
  background-image: url(../../../images/exclusive-offers/j-mail-form_top.png);
}
.subscribe-online form .formBottom {
  background-image: url(../../../images/exclusive-offers/j-mail-form_bottom.png);
}

.subscribe-online form select.small-dropdown {
  width: 60px;
}
.subscribe-online form input.small-input {
  width: 80px;
}
.subscribe-online form label.inline-field {
  margin-right: 1em;
}
.subscribe-online form input.inline-field {
  margin: 0.4em 0.2em 0.4em 0;
  border: 0;
  padding: 0;
}

  /* Calendar */
.calendar-div {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}

.calendar-div h3 {
  margin: 0 0 1.5em 0;
}

.calendar-div h4 {
  text-transform: uppercase;
  margin: 0;
}

.calendar-div td, .calendar-div th {
  font-size: 0.9em;
  text-align: center;
  vertical-align: top;
}

.calendar-div .dates td {
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  padding: 3px;
}

.calendar-div td p {
  margin: 0;
  font-weight: bold;
  line-height: 1em;
}

.calendar-div td.event {
  border: 1px solid #3c85d6;
  color: #000;
}

.calendar-div td.today p {
  color: #dd0000;
}

.calendar-div td.hover {
  background-color: #f6f6f6;
}

.calendar-div td.hover div.cal-txt {
  display: block;
  margin: 0px 0 0 15px;
  padding: 10px 5px;
  position: absolute;
  width: 100px;
  
  background-color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
}

.calendar-div td.controls {
  padding: 0.5em 0 2em 0;
  vertical-align: middle;
}

  /* Events list */
div.coming-up {
  font-size: 0.95em;
  margin: 1em 0 0 0;
  padding-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #eee;
  float: left;
}

div.coming-up .date, div.eventDate {
  float: left;
  font-size: 2.1em;
  font-weight: bold;
  text-align: center;
  width: 50px;
}

div.coming-up .date span, div.eventDate span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 0.8em;
  text-transform: uppercase;
}

div.coming-up strong {
  display: block;
  padding-top: 0.4em;
}

	/* Event details */
div.eventDate {
	width: 40px;
	line-height: 1em;
	clear: left;
}

div.eventDate small {
  color: #ccc;
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin: 0.5em 0;
}

.eventDetails {
	margin: 0 0 0 55px;
}

.eventDetails h4 {
	text-transform: lowercase;
	margin: 0 0 1.5em 0;
}

/* --- About Us --- */
.about-content {
	padding:25px 0 15px 0;
	border-bottom:1px solid #d6d3cd;
	overflow:hidden;
}
.about-content h2 {
	float:left;
}
.about-content h3 {
	margin: 0.25em 0 1.5em 0;
	font-size: 1em;
}

.about-content#last {
	border: 0;
	margin-bottom: 1em;
}

.about-content div {
	margin-left: 230px;
}

/*.about-content#last div {
	margin-left: 215px;
}*/

.about-content div.person-data {
	float:left;
	width:215px;
	margin:0 8px 0 0;
}

.person-data img {
	margin-bottom: 0.5em;
}
.person-data p {
	padding-right: 5px;
}

div.individual-sponsor{
	margin-left:0;
	border:0;
}
div.individual-sponsor img{
	float:left;
}
div.individual-sponsor .sponsor-content{
	float:right;
	margin:0;
	width:445px;
}


/* --- Careers --- */
.vacancyListing {
  line-height: 1.5em;
}

.vacancyListing h4 {
  margin: 2em 0 0.25em 0;
  color: #4A4A4A;
}

.vacancyListing p {
  margin: 0.5em 0;
  line-height: 1.6em;
}

.vacancyListing a:link, .vacancyListing a:visited {
  font-weight: bold;
  font-size: 0.95em;
  background: transparent url(../images/link-arrow_blue.png) no-repeat right center;
  padding-right: 10px;
}

/* --- STAFF LOGIN --- */

  /* Message Board */
  .inner-data .date {
    display: block;
    font-weight: bold;
    font-size: 0.95em;
    border-bottom: 1px solid #d5d2cc;
    color: #3d3d3d;
    padding: 5px 0;
  }
  
  .inner-data .author {
    float: right;
    margin: 0.5em 0;
    font-size: 0.95em;
    color: #004283;
  }
  
  .inner-data .message {
    margin: 0.5em 145px 2.5em 0;
    font-size: 0.95em;
  }
  
  .inner-data .first-message .author, .inner-data .first-message .message {
    font-size: 1.1em !important;
  }
  
  .inner-data .posted {
    font-weight: bold;
    font-size: 0.95em;
    float: right;
    color: #3d3d3d;
    padding: 4px 0;
  }
  
  .inner-data .message p {
    line-height: 1.5em;
  }
  
  .inner-data .paginate {
    text-align: center;
    font-weight: bold;
  }
  
  .inner-data .paginate a, .inner-data .paginate span {
    padding: 0 4px;
  }
  
  .inner-data .paginate a.next {
    background: transparent url(../images/link-arrow_blue.png) no-repeat right center;
    padding-right: 8px;
  }
  
  .inner-data .paginate a.prev {
    background: transparent url(../images/link-arrow_blue-left.png) no-repeat left center;
    padding-left: 8px;
  }
  

	/* Calendar */

div.cal-buttons {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.cal-next a, .cal-prev a {
  display: block;
  height: 23px;
  width: 23px;
  text-indent: -200px;
  overflow: hidden;
}

.cal-next a {
  background: url(../images/cal-next-butt.jpg) no-repeat top left;
  float: right;
}
.cal-prev a {
  background: url(../images/cal-prev-butt.jpg) no-repeat top left;
  float: left;
}


.cal-table th {
	width:86px;
	font-weight:bold;
	text-align:center;
	color:#3d3d3d;
	padding: 2em 0 0.2em 0;
}
.cal-table {
	border-collapse:collapse;
}

.cal-table td {
	width:86px;
	height:90px;
	border:1px solid #CCCCCC;
	color:#2e2e2e;
}
.cal-table .cal-txt {
	padding:5px;
	height:70px;
	font-size:0.99em;
}
.cal-table .cal-txt a, .cal-table .cal-txt-current a {
	text-decoration:none;
	color:#2e2e2e;
}
.cal-table .cal-txt a:hover, .cal-table .cal-txt-current a:hover {
	text-decoration:underline;
	color:#2e2e2e;
}

.cal-table td.dead-date {
	background:#f7f6f6;
}
.cal-table p {
	vertical-align:top;
	color:#3d3d3d;
	text-align:right;
	padding:2px 7px 2px 2px;
	font-size: 0.95em;
	margin:0;
	font-weight:bold;
}

.cal-table .today {
	background:#fdfdce;
}

.grey-right {
	background:#e2dfd9 url(../images/cont-ritebg.jpg) repeat-y top left;
	width:203px;
	min-height:600px;
	padding:20px 10px 10px 20px;
	float:right;
}
.grey-right a {
	color:#3d3d3d;
	font-size:0.75em;
	text-decoration:underline;
	vertical-align:middle;
}
.grey-right a:hover {
	text-decoration:none;
	color:#3d3d3d;
}
.event-list {
	line-height:1.4em;
	position: absolute;
	top: 85px;
	left: 760px;
}

.event-list div.eventCat {
	margin: 0.7em 0;
}

.event-list input {
  float: left;
  margin: 0em 0.4em 0 0;
  padding: 0;
}

.event-list span.eventCatBlock {
  display: block;
  float: left;
  height: 14px;
  width: 22px; 
  margin: 0.2em 0 0 0;
}

.event-list span.eventCatName {
  display: block;
  margin: 0.1em 0 0 55px;
  color: #3d3d3d;
}

.title-txt {
	float:right;
	margin:0 20px 0 0;
}

  /* Calendar events- full descriptions */
  .inner-data h2.staff-title {
    margin-bottom: 1em;
  }


	/* Files */
.folder-left {
	width:175px;
	background:url(../images/files-leftbg.jpg) repeat-y bottom right;
	float:left;
	overflow:hidden;
	margin-left: -175px;
	padding-bottom: 50px;
}
.folder-left ul {
	padding:0;
	margin:0;
}
.folder-left li {
	border-bottom:1px solid #d5d2cc;
	margin: 0;
	list-style-type: none;
}
.folder-left li:hover, .folder-left li.active {
	background:#e2dfd9 url(../images/folder-hvr-shd.png) repeat-y center right;
}
.folder-left a:link, .folder-left a:visited {
	font-weight:bold;
	color:#3d3d3d;
	display:block;
	background:url(../images/folder.png) no-repeat center left;
	padding:18px 10px 18px 45px;
	text-decoration: none;
}
.folder-left a:hover, .folder-left li.active a {
	background: url(../images/folder.png) no-repeat center left;
	text-decoration:none;
}
.file-list {
	border-top:1px solid #d5d2cc;
	padding: 0 0 0 175px;
	font-size: 0.95em;
	color: #9c9c9c;
	margin-bottom: -22px;
	position: relative;
	top: 9px;
}
.file-list a {
	color:#4438f1;
	text-decoration:underline;
}
.file-list a:hover {
	text-decoration:none;
}

.file-list table {
  margin: 18px;
  width: 100%;
}

.staff-list {
  padding: 0 0 60px 0 !important;
  margin: 0 !important;
  top: 0 !important;
}

.staff-list .file {
  margin: 1.5em 0 0 0;
  padding-right: 10%;
  width: 40%;
  height: 35px;
  float: left;
}

.staff-list .file img {
  float: left;
  padding-right: 12px;
}

.staff-list .file span {
  display: block;
}

/* --- Site Map --- */
ul.sitemap {
	width: 260px;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	background: transparent url(../images/navigation/sitemap-top.png) no-repeat top left;
}

#content ul.sitemap li {
	display: block;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	padding: 0.75em 23px 0.75em 23px;
	margin: 0;
	list-style-type: none;
}

#content ul.sitemap li.bottom {
	background: transparent url(../images/navigation/sitemap-bottom.png) no-repeat top left;
	border: 0;
}

ul.sitemap a {
	font-size: 1.4em;
}

ul.main a, ul.signup a {
	font-weight: bold;
}

ul.sitemap li span {
	display: block;
}

ul.sitemap ul {
	margin: 0.75em 0 1.5em 0;
	padding: 0;
	background: none;
}

#content ul.sitemap ul li {
	margin: 0.1em 0;
	padding: 0;
	border: 0;
}

ul.sitemap ul li a {
	font-size: 1em;
}

ul.main {
	float: left;
}

ul.right, ul.signup {
	margin-left: 270px;
}

div.date-icon{
width:27px;
height:42px;
float:left;
margin-top:2px;
}
span.month{
text-transform:uppercase;
color:#FFFFFF;
font-weight:bold;
font-size:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:4px;
padding-top:0px;
margin:0px;
padding-bottom:0px;
position:relative;
top:-3px;

}

span.community-event-label{
text-transform:uppercase;
color:#e12800;
font-weight:bold;
font-size:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

span.instore-event-label{
text-transform:uppercase;
color:#4144ba;
font-weight:bold;
font-size:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

span.upcoming-event-title{
color:#4a4a4a;
font-size:12px;
display:block;
border-bottom: 1px solid #d5d2cc;
padding-bottom: 5px;
padding-top: 3px;
font-weight:bold;
}

span.day{
color:#3d3d3d;
font-weight:bold;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-top:none;
padding:4px;
padding-top:0px;
position:relative;
top:-1px;
}

div.upcoming-event-right{
float:left;
margin-left:10px;
width: 240px;
}

div.upcoming-event{
width: 280px;
padding-top:10px;
clear: left;
}

.clearit {
clear: both;
height: 0;
line-height: 0;
font-size: px; /*for IE*/
}


div.recent-event{
clear:left;
}

div.recent-event img{
padding:10px;
}

div.recent-event-right{
float:left;
margin-left:10px;
width: 550px;
}

div.recent-event-read-more{
margin-top:10px;
margin-bottom:40px;
}

span.recent-event-title a{
color:#4a4a4a;
font-size:1.5em;
font-family:Helvetica,Arial,sans-serif;;
display:block;
border-bottom: 1px solid #d5d2cc;
padding-bottom: 5px;
padding-top: 3px;
font-weight:bold;
}


div.community-event{
background: url(../images/community-bg.png) no-repeat top left;
}
div.instore-event{
background:url(../images/in-store-bg.png) no-repeat top left;
}

div.upcoming-event-right p, div.recent-event-right p{
font-family:Helvetica,Arial,sans-serif;}

div.recent-event-right a, div.upcoming-event-right a
{
font-weight:bold;
}


div#proud-to-support{
margin-top:30px;
}

