﻿/* Home
----------------------------------------------------------*/
#about-mason-pearson-page-title {
  background-position: 0 0;
}
.about-mason-sub-title {
  background: url(/content/images/about_mason_titles.gif) no-repeat;
  height: 54px;
}
.about-mason-sub-title span {
  display: none;
}
.about-mason-sub-title.no-2 {
  background-position: 0 -54px;
}
.brush-making {
  padding: 0 1em 1em 0;
}
.about-mason-sub-title.no-3 {
  background-position: 0 -108px;
}

/* FAQ
----------------------------------------------------------*/
#faq-page-title {
  background-position: 0 -120px;
}

.faq-answer li {
  margin-bottom: 1em;
}
.to-faq-top {
  text-align: right;
}

.faq-category dl {
  margin-bottom: 2em;
}
.faq-category dt {
  background: url(/content/images/question.png) no-repeat;
  background-position: 5px center;
  border-bottom: solid 1px #bbbbcc;
  padding: 0.4em 0 0.4em 26px;
  font-size: 1.2em;
  cursor: pointer;
}
.faq-category dt:hover {
  background-color: #dac289;
  text-decoration: underline;
}
.faq-category dd {
  display: none;
  background: url(/content/images/answer.png) no-repeat;
  background-position: 5px 15px;
  padding: 15px 15px 15px 26px;
  margin: 0 0 15px 0;
  border-bottom: solid 1px;
}

/* Magazines
----------------------------------------------------------*/
#media-page-title {
  background-position: 0 -48px;
}

.resources-container {
  border: solid 1px;
  width: 748px;
}
.resources-container.magazines {
  margin-bottom: 3em;
}
.resources-container h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.resources-container .online {
  padding: 1em;
}
.resources-container .online .resource {
  margin-bottom: 1em;
}

#magazine-details {
  background: url(/content/images/magazine_details_bg.jpg) repeat-x;
  background-position: center top;
  padding: 20px;
  position: relative;
  min-height: 400px;
}

#magazine-description h4 {
  margin-bottom: 0;
}

.recommended-brush {
  margin-top: 0.5em;
  border-bottom: solid 1px;
  position: relative;
}
.recommended-brush span {
  float: left;
  margin-left: 1em;
}
.recommended-brush .image img {
  width: 20px;
  height: 55px;
}
.recommended-brush .go-to-details {
  position: absolute;
  bottom: 5px;
  right: 0;
}

#magazine-cover {
  height: 446px;
}
#magazine-cover img {
  width: 347px;
  margin-right: 2em;
}

#magazine-description {
  width: 338px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#magazine-description h3 {
  font-size: 1.5em;
}

#carousel-container {
  background: url(/content/images/magazines_bg.jpg) no-repeat;
  height: 109px;
}

#magazines .jcarousel-item {
  height: 88px;
}
#magazines li img {
  width: 62px;
  height: 80px;
  border: solid 1px #990033;
}

div.jcarousel-clip {
  padding: 9px;
}

div.jcarousel-prev {
  background: transparent url(/content/images/carousel_prev.png) no-repeat;
}
div.jcarousel-next {
  background: transparent url(/content/images/carousel_next.png) no-repeat;
  right: 0;
}
div.jcarousel-prev, div.jcarousel-next {
  width: 45px;
  height: 104px;
  position: absolute;
}

.a-magazine {
  border: solid 3px transparent;
  display: block;
  width: 64px;
  height: 82px;
}
.a-magazine:hover, .a-magazine.selected {
  border: solid 3px #cc0000;
}

#icon-container {
  margin: 20px 0;
}
#icon-container .anchors {
  width: 400px;
  margin: 0 auto;
}

.magazine-resources, .online-resources {
  width: 150px;
  height: 57px;
  display: block;
}
.magazine-resources {
  background: url(/content/images/media_resources.gif) no-repeat;
}
.magazine-resources:hover {
  background: url(/content/images/media_resources.gif) 0px -57px;
}
.online-resources {
  background: url(/content/images/media_resources.gif) 0px -114px;
}
.online-resources:hover {
  background: url(/content/images/media_resources.gif) 0px -171px;
}

/* Brush Care
----------------------------------------------------------*/
#brush-care-page-title {
  background-position: 0 -96px;
}

.how-to-clean {
  margin: 0 120px;
}
.how-to-clean div.step:first-child {
  margin-top: 20px;
}

div.step {
  border: solid 1px #999;
  margin: 30px 0;
  padding-top: 210px;
  position: relative;
  height: 80px;
  width: 500px;
}

.care-explanation {
  background-color: #000;
	opacity:0.7; /*FF*/
	filter:alpha(opacity=70);
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.care-explanation p {
  padding: 1.2em 2em 1em 0;
  margin: 0;
  color: #fff;
}

#cleaning-pdf span {
  float: left;
}
#cleaning-pdf span:first-child {
  margin: 3px 5px 0 0;
  color: #001b5f;
}

/* About
----------------------------------------------------------*/
.section.about-bottom {
  padding-top: 4em;
  padding-bottom: 4em;
}

/* Stores
----------------------------------------------------------*/
#stores-page-title {
  background-position: 0 -72px;
}
#store-container th {
  background: url(/content/images/header_background.jpg);
  color: #fff;
  border: solid 1px #000;
}
#store-container td.address {
  width: 350px;
}
#store-container, #store-container td {
  border: solid 1px;
  border-collapse: collapse;
}
#store-container th, #store-container td {
  padding: 0.4em 1em;
}
#store-container td a:hover span {
  text-decoration: underline;
}
#store-container span.store-name {
  margin-right: 0.5em;
}
#store-container span {
  margin-top: 3px;
}

#online-store a {
  text-decoration: none;
}
#online-store a:hover span {
  text-decoration: underline;
}

/* Company overview
----------------------------------------------------------*/
#main-container.company-overview h2 {
  margin: 0;
}

#company-overview-page-title {
  background-position: 0 -168px;
}

.overview {
  width: 100%;
  margin-bottom: 1em;
}
.overview td {
  border: solid 1px #EEEEEE;
  background: url(/content/images/td_bg.jpg) repeat-x;
  background-position: center bottom;
  padding: 8px;
}
.overview td strong {
  color: #4E3203;
}
.overview th {
  background-color: #dfdfe5;
  border-left: solid 2px #222255;
  padding: 0.8em 0.8em 0.8em;
  text-align: right;
  width: 120px;
}
.overview p  {
  margin: 0.5em 0;
}
.overview a {
  color: #cc0000;
}
.overview ol {
  margin: 0;
  padding-left: 1.6em;
}

/* Survey
----------------------------------------------------------*/
#survey-campaign {
  text-align: center;
  font-weight: bold;
}
#survey-thank-you-page-title {
  background-position: 0 -408px;
}

/* Points Policy
----------------------------------------------------------*/
.points-policy ol {
  padding-left: 1.6em;
}