/* Styles specifically for the product section
------------------------------------------------- */

/* Layout
------------------------------------------------- */
.detail #main {
  position: relative;
}

#featured-product {
  position: relative;
  margin: -30px 0 0 0;
  border-bottom: 1px dotted #bebab2;
  padding: 50px 0 0 0;
  height: 13em;
  background: url("../images/bg/featured-product.gif") 0 28px repeat-x;
  overflow: hidden;
}

#product-categories {
  margin: 10px 0 0 0;
  background: url("../images/bg/summary-row.gif") 0 0 repeat-y;
  overflow: auto;
}

#product-categories div.category-row {
  clear: left;
  float: left;
  width: 460px;
}

#product-categories div.category {
  float: left;
  margin: 0 5px 10px 0;
  width: 225px;
}

#products {
  margin: 10px 0 0 0;
  background: url("../images/bg/summary-row.gif") 0 0 repeat-y;
  overflow: auto;
}

#products div.product-row {
  clear: left;
  float: left;
  margin: 0 0 10px;
  width: 460px;
}

#products div.product {
  float: left;
  margin: 0 0 10px;
  width: 230px;
  text-align: center;
}

#product-description {
  padding: 0 10px;
}

#colors, #colours {
  padding: 10px 0 0 0;
  border-top: 1px dotted #94998b;
}

#projects-used {
  padding: 10px 0 0 0;
  border-top: 1px dotted #94998b;
}


/* Text
------------------------------------------------- */
.detail #main h1 {
  margin: 0 0 0.5em;
  padding: 0.2em 170px 0.2em 20px;
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  background: #5d0202;  
}

#featured-product h2 {
  margin: 0 0 0.3em;
  font-size: 0.917em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
}

#product-categories .category h2 {
  float: right;
  width: 145px;
  font-size: 1.2em;
  font-weight: normal;
}

.categories #main h2 {
  padding: 0.2em 10px;
  width: 440px;
  font-size: 0.917em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #5d0202;
}

#colors h2, #colours h2 {
  font-size: 0.917em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#projects-used h2 {
  font-size: 0.917em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#featured-product h3 {
  font-size: 1.9em;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  color: #5d0202;
  width: 330px;
}

#products div.product h3 {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

#featured-product p {
  margin-right: 130px;
  font-size: 1.2em;
}

#product-categories .category p {
  margin-left: 80px;
}

#product-description p,
#product-description ul {
  font-size: 1.2em;
}

#product-description p {
  margin-right: 186px;
}

#product-categories .category a.img {
  display: block;
  float: left;
  border-bottom: none;
  width: 80px;
  text-align: center;
}

#products .product a.img {
  border-bottom: none;
}

#product-description ul {
  margin: 0 186px 1.8em 0;
}

#product-description dl dt {
  margin: 0 186px 0.2em 0;
  font-size: 0.933em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#product-description dl dd {
  margin: 0 186px 0.9em 0;
  padding: 0 0 0 15px;
  background: url("../images/bg/bullet.gif") 0 0.6em no-repeat;
}

#featured-product img,
#featured-product #featured-product-img,
#featured-product span {
	display: block;
  position: absolute !important;
  top: 0  !important;
  right: 0  !important;
}

.detail #prod-image img,
.detail #prod-image span {
  position: absolute !important;
  top: -30px !important;
  right: 0;
}

.detail #prod-image span {
	z-index: 30000;
	display: block !important;
	overflow: visible !important;
}

.detail #product-description #additional-media, .detail #product-description .additional-media-camo{
	width:210px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

.detail #product-description .additional-media-camo{
	font-size:1.1em;
	width:300px;
}

.detail #product-description #outdoor-beautiful-pdf {
	background:url('../images/bg/product-detail/pdf-icon.gif') no-repeat;
	padding:1px 0 0 25px;
}

.detail #product-description .mediaPDF {
	background:url('../images/bg/product-detail/pdf-icon.gif') no-repeat;
	padding:4px 0 0 25px;
}

.detail #product-description #spraystain-video, .detail #product-description #papercraft-video {
	background:url('../images/bg/product-detail/icon-filmstrip.png') no-repeat;
	padding:1px 0 0 30px;
}

#video-wrapper{
	display:none;
}

* html #video-wrapper {
	width:450px;
	height:300px;
	position:relative;
	
}
