/* For Listing Pages by Category */

#betterTogetherDiscountCategoryListing  {
   margin: 1em 0em;
   font-weight: bold;
}

/* For Listing Pages All, New, & Featured */

#betterTogetherDiscountPolicyListing { 
   margin: 0em 0em 1em 0em;
   font-weight: bold;
}

/* For Product Info Description */

#betterTogetherDiscountPolicy { 
   background-color: #transparent;
   line-height: 2.2em;
   font-size: 100%;
   color: #000000;
   font-weight: bold;
   text-align: center;
   border: 3px double #000000;
   width: 90%;
   margin: 0 auto;
}

#betterTogetherDiscountPolicy a:link {
   font-size: 100%;
   color: #da0018;
   font-weight: bold;
}

#betterTogetherDiscountPolicy a:visited {
   font-size: 100%;
   color: #696969;
   font-weight: bold;
}

#betterTogetherDiscountPolicy a:hover {
   font-size: 100%;
   color: #969696;
   font-weight: bold;
}

#betterTogetherDiscountPolicy a:active {
   font-size: 100%;
   color: #969696;
   font-weight: bold;
}

/* For Promo Page */

h1 {margin-top: 1em;}

#bettertogetherPromoMainContent, #bettertogetherDiscountEmptyList {
   font-size: 100%;
   color: #000000;
   font-weight: normal;
}

#bettertogetherPromoMainContent a:link {
   font-size: 100%;
   color: #da0018;
   font-weight: bold;
}

#bettertogetherPromoMainContent a:visited {
   font-size: 100%;
   color: #ca0018;
   font-weight: bold;
}

#bettertogetherPromoMainContent a:hover {
   font-size: 100%;
   color: #000000;
   font-weight: bold;
}

#bettertogetherPromoMainContent a:active {
   font-size: 100%;
   color: #dddddd;
   font-weight: bold;
}

#betterTogetherDiscountList ul {
   margin-right: 5em;
}

#betterTogetherDiscountList li {
   padding: 0em 0em .1em 0em;
   font-weight: bold;
   text-align: center;
   list-style-type: none;
   width: 100%;
}

#betterTogetherDiscountList img{
   padding: 1em 0em 0em 0em;
   float: center; 
}

/* Plus Sign */

#promo_plus {
   font-size: 6em; 
   margin: 5em .25em 0em .25em;
   vertical-align: top;
}