#bhgPaintTips  {
	color:  #666666;
}

#bhgPaintTips h2 {
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: normal;
	background: url("../images/bhg/paint-tip.png") no-repeat bottom left;
	text-indent:-9999px;
	height:51px;
}

#bhgPaintTips h3 {
	text-indent:-9999px;
	height:0pt;
}

#bhgPaintTips h4 {
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: normal;
}

#bhgPaintTips p {
	font-size: 10pt;
	font-weight: normal;
}

.prev, .next {
	cursor: pointer;
}

#content #product-detail #swatches .tagline {
background: url("../images/bhg/scroll-to-view.png") no-repeat bottom left;
}

#content #product-detail .tagline {
border:0 none;
background: url("../images/bhg/editors-choice.png") no-repeat bottom left;
font-size:12pt;
text-indent:-9999px;
}

#main-content #product-detail #blurb {
	color:#666666;
	font-size:11pt;
}

#content #bhgNav ul {
	display: block;
	list-style: none;
	background: url("../images/simple-innovations/layout/box-top.jpg") no-repeat bottom left;
	background-color: transparent;
	width: 971px;/*
	height: 125px;*/
	float: left;
	padding-bottom: 4px;
} 

#content #bhgNav li {
	height: 100px;
	width: 121px;
	float: left;
}

#content #bhgNav li a span {
	display: block;
	min-height: 5em;
}

#content #bhgNav ul li a {
	display: block;
	font-size: 70%;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #636363;
	margin: 20px auto auto;
	width: 121px;
}

#content #bhgNav li {
	background-color: transparent;/*
	height: 119px;*/
	background-image: url("../images/simple-innovations/layout/tab.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}

#content #bhgNav .no-bg {
	background-image: none;
}

#content #bhgNav li#selected { /* this is the selected li */
	background: url("../images/simple-innovations/layout/active-tab.jpg") no-repeat top left;
	background-color: transparent;
	height: 111px;
	width: 121px;
	margin-left: -1px;
	position:relative;
	z-index:50;
}

#content #bhgNav li:first-child {
	margin-left: 0 !important;
}

#content #bhgNav li:last-child {
	background-image: none;
}

#content #bhgNav #selected a  {
	color: #ed9236;
}

#content #bhgNav a#scented-ceiling-solution,
#content #bhgNav a#dimensions-color-samples,
#content #bhgNav a#colors-with-attitude {
	margin: 1px auto;
}

#content #bhgNav img {
	float: none;
}

#content #bhgNav a#colors-with-attitude {
	width: 84px;
}


#content #bhgNav li.last-child#selected {
	background-image: url('../images/simple-innovations/layout/active-tab-last.gif');
	margin-left: -1px;
}

#content #bhgNav li.nth-child-7#selected {
	margin-right: 0;
}

/* Sub Pages */

#main-content {
	height:460px;
	width:590px;
}

#content #product-detail {
	padding-left:10px;
	padding-right:10px;
	width:355px;
	height: 450px;
	padding-top: 0;
}

#content #product-detail ul li {
	margin-left:0px;
}

#swatches .swatchCarousel .swatchList{
	width: 5000px;
	overflow:visible !important;
}

#swatches .swatchCarousel .swatchList li {
	height: 100px;
	width: 106px;
}

#swatches .swatchCarousel .swatchList li img {
	border: 1px solid #c3bbad;
	height: 79px;
	width: 100px;
}

#leftScrollbutton, #rightScrollbutton, .swatchCarousel {
float: left;
}

#leftScrollbutton {
padding-right: 3px;
padding-top: 30px;
}

#rightScrollbutton {
padding-left: 5px;
padding-top: 30px;
}

.swatchCarousel .colorName {
	font-size:11px;
	width: 102px;
	color: #c3bbad;
	padding-left: 3px;
}

#content #box #associated-image {
	height:458px;
}
#content #bhgPaintTips {
	float:left;
	margin-bottom:0;
	margin-top:20px;
	margin-left: 5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#F8F7F5;
	width:185px;
	height:450px;
}

#bhg-mid-navigation {
	text-decoration:none;
}

#content #product-detail #bhg-mid-navigation li {
color:#EA8117;
font-size:12px;
line-height:22px;
list-style-type:none;
margin-left:0;
padding-left:20px;
}

/* IE6 Hacks
---------------------------------*/

* html #content #bhgNav {
	height: 0px;
}

* html #content #bhgNav li a span {
	width: 100px;
}

* html #content #bhgNav li a span {
	height:auto !important;
	height:5em;
}

* html body #content #bhgNav ul li.first-child#selected {
	margin-left: 0 !important;
	margin-right: -1px !important;
}

body #content #bhgNav ul li.last-child {
	background-image: none;
}



/*-------- CAROUSEL ARROWS ------------*/

a.arrowL{
	display:block;
	height:13px;
	width:13px;
	background: url('../images/jcarousel/dbcore-skin/prev-horizontal.gif') no-repeat left;
}

a.arrowR{
	display:block;
	height:13px;
	width:13px;
	background: url('../images/jcarousel/dbcore-skin/next-horizontal.gif') no-repeat left;
}

a.arrowL:hover, a.arrowR:hover, a.arrowL:active, a.arrowR:active{
	background-position:-13px 0;
}

a.arrowL.inactive, a.arrowR.inactive, a.arrowL.inactive:hover, a.arrowR.inactive:hover{
	background-position:right;
	cursor:default;
}