/* @group Elements */
.box {
  margin:0 0 15px 299px;
}		 

.box_wrapper{
  padding:10px 10px 10px 20px;
  border-left: 1px solid #8c8c8c;
}
/* @end */

/* @group kitboxes */
#kitboxes div.normal  { 
  padding: 20px;
}

#kitboxes div.normal h2 {
  padding-bottom: 0px;
}

#kitboxes div.normal div {
  overflow: hidden;
}

#kitboxes div.normal p {
  margin-top: 10px;
}
/* @end */

#series_unavailable {
  display: none;
  width:auto;
  clear:both;
  background:#ffc;
  text-align:center;
  padding:50px;
  font-size:24px;
  color:red;
  background:#ffc;
  cursor:auto;
}

#series_unavailable_h2, #series_unavailable_img {
  display:none;
}
#related_products {
  margin-top:305px;
  margin-bottom:30px;
}
#testimonies {
  margin-top:30px;
}

/* Product page: Series specific Details */

img#series_coverart {
  float:right;
  border:5px solid #f5f8ff;
  margin:0 0 5px 20px;
}

h1#series_title {}

h2#series_subtitle{}

/* @group What's Inside Items */
div.normal p.kit_description		 {
  float:left;
  margin:0 0 10px 10px;
  width:260px; 
}
div.normal p.kit_description h4 {
  margin-top:10px;
  font-size:12px;
  background:#E7E7E7;
  padding:5px 10px;
}
div.normal p.kit_description ul {
  margin-bottom:20px;
}
div.normal p.kit_description ul li {
  margin: 0 3px;
  padding:3px 5px;
  font-size:11px;
  border-bottom:1px solid #fff;
  list-style: none;
}
/* @end */

#downloads_container {
  overflow: hidden;
}

/* @group Sermon List */
table#sermon_list caption {
  font-size:12px;
  font-weight: bold;
  text-align:left;
}

table#sermon_list{
  clear:both;
  margin:0 auto;
  display: none;
}

table#sermon_list td{
  width:172px;
  min-height:46px;
  background: url("../img/sermonglimpse-bottom.gif") no-repeat bottom;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}

table#sermon_list td span{
  display:block;
  background: url("../img/sermonglimpse-top.gif") no-repeat top;
  padding:5px 0 0 5px;
  color:#699718;
  font-size:11px;
}
table#sermon_list td h4{
  float:right;
  text-align:right;
  margin-top:-10px;
  padding:0 10px;
  font-size:12px;
}

table#sermon_list td div{
  clear:right;
  margin-bottom:10px;
  text-align:right;
  padding:0 10px;
  font-size:10px;
}
/* @end */

#series_id {
  clear:both;
  font-size:10px;
  /* text-transform:uppercase; */
  text-align:right;
  margin:10px 25px;
  color:#777;
}
#series_id span{color:#000;}

/* @group Individual Sermons */
#indiv_sermons ul {
  float:left;
  width:300px;
  margin:10px 0 0 0;
  padding-left:0px;
  list-style-type:none;
}

#indiv_sermons li {
  margin: 0 0 0 0;
}

#indiv_sermons ul a, #indiv_sermons ul span {
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
  display:block;
  height:38px;
  line-height:38px;
  padding-left:0px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  cursor:pointer;
  font-weight: bold;
  outline: none;
}

#sermon_details {
  float:left;
  width: 250px;
}

#sermon_details_1,
#sermon_details_2,
#sermon_details_3,
#sermon_details_4 {
  display:none
}

#sermon_links .on { 
  background: url(../img/series-sermons.png) no-repeat right; 
  text-decoration: none;
}

/* @end */


/* @group Format Grid */
.format_grid {
  float: left;
  margin-left: 20px;
  width: 250px;
}
/* @end */

a.preview_link {
  display:block;
  padding-left:25px;
  background: url('../img/icon-pdf.gif') no-repeat left center;
  line-height:20px;
  margin:0 0 10px 10px;
}

.discounted {
  line-height:18px;
  font-weight: bold;
  color:black;
}
