body#bs-shadepalette div#content {
	background:transparent url(../images/bkg.jpg) no-repeat scroll 0 0;
}
body#bs-shadepalette div#content p {
	position: relative;
}
body#bs-shadepalette div#sub-content {
	width: 765px;
	position:relative;
	left:200px;
	padding: 110px 0 0 0;
}
body#bs-shadepalette div#sub-content p {
	padding: 0 0 .9em 0;
	color:#666;
}

body#bs-shadepalette div#sub-content h1.title {
	position: absolute;
	top:17px;
	left: 165px;
}

body#bs-shadepalette div#sub-content h2.title {
	position: absolute;
	top:49px;
	left: 380px;
}

body#bs-shadepalette #container {
	padding: 25px 20px 0 20px;
	position: relative;
	text-align: left;
}

body#bs-shadepalette .visible {
	display: block;
}

body#bs-shadepalette .hidden {
	display: none;	
}

body#bs-shadepalette #menu {
	float: left;
	width: 150px;
}
	body#bs-shadepalette #menu ol {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	body#bs-shadepalette #menu ol li {
		margin: 0 0 30px 0;
		padding: 0 10px 0 30px;
		font-size: .92em;
		font-weight: bold;
		color: #333333;
		text-transform: uppercase;
	}
	body#bs-shadepalette li.one {
		background-image: url(../images/one.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	body#bs-shadepalette li.two {
		background-image: url(../images/two.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	body#bs-shadepalette li.three {
		background-image: url(../images/three.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
		body#bs-shadepalette #menu ol li ul {
			margin: 10px 0 0 0;
			padding: 0;
		}
		body#bs-shadepalette #menu ol li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			list-style-type: disc;
			font-size: .92em;
			font-weight: normal;
			color: #666666;
			text-transform: none;
		}
	body#bs-shadepalette #menu div#legend {
		padding: 0 0 0 30px;
	}
	body#bs-shadepalette #menu div#legend img  {
		float: left;
		padding: 0 7px 7px 0;
	}
	body#bs-shadepalette #menu div#legend span  {
		float: left;
		width: 90px;
		color: #666666;
		font-size: .8em;
		display: block;
	}

body#bs-shadepalette #sub-container {
	float: right;
	width: 560px;
}
	body#bs-shadepalette ul#tabs {
		height: 30px;
	}
		body#bs-shadepalette ul#tabs li {
			float: left;
			list-style-type: none;
			font-size: .96em;
			border-bottom: solid 1px #026197;
		}
		body#bs-shadepalette ul#tabs li a {
			color: #cccccc;
			text-align: center;
			text-decoration: none;
			line-height: 29px;
			border: none;
			display: block;
			text-indent: -9999px;
			width: 80px;
			background-repeat: no-repeat;
		}
		
		body#bs-shadepalette ul#tabs li#tab1 a {
			width: 81px;
		}
		body#bs-shadepalette ul#tabs li#tab1 {
			background-image: url(../images/nav_blonde_off.gif);
		}
		body#bs-shadepalette ul#tabs li#tab1.on {
			border-width:0;
		}
		body#bs-shadepalette ul#tabs li#tab1.on a {
			background-image: url(../images/nav_blonde_on.gif);
			line-height: 30px;
		}
		body#bs-shadepalette ul#tabs li#tab1 a:hover {
			background-image: url(../images/nav_blonde_roll.gif);
		}
		
		body#bs-shadepalette ul#tabs li#tab1.on a:hover {
			background-image: url(../images/nav_blonde_on.gif);
			line-height: 30px;
		}

		body#bs-shadepalette ul#tabs li#tab2 {
			background-image: url(../images/nav_brown_off.gif);
		}
		body#bs-shadepalette ul#tabs li#tab2.on a {
			background-image: url(../images/nav_brown_on.gif);
			line-height: 30px;
		}
		body#bs-shadepalette ul#tabs li#tab2.on {
			border-width:0;
		}
		body#bs-shadepalette ul#tabs li#tab2 a:hover {
			background-image: url(../images/nav_brown_roll.gif);
		}
		
		body#bs-shadepalette ul#tabs li#tab2.on a:hover {
			background-image: url(../images/nav_brown_on.gif);
			line-height: 30px;
		}

		body#bs-shadepalette ul#tabs li#tab3 {
			background-image: url(../images/nav_black_off.gif);
		}
		body#bs-shadepalette ul#tabs li#tab3.on a {
			background-image: url(../images/nav_black_on.gif);
			line-height: 30px;
		}
		body#bs-shadepalette ul#tabs li#tab3.on {
			border-width:0;
		}
		body#bs-shadepalette ul#tabs li#tab3 a:hover {
			background-image: url(../images/nav_black_roll.gif);
		}
		
		body#bs-shadepalette ul#tabs li#tab3.on a:hover {
			background-image: url(../images/nav_black_on.gif);
			line-height: 30px;
		}

		body#bs-shadepalette ul#tabs li#tab4 {
			background-image: url(../images/nav_red_off.gif);
		}
		body#bs-shadepalette ul#tabs li#tab4.on a {
			background-image: url(../images/nav_red_on.gif);
			line-height: 30px;
		}
		body#bs-shadepalette ul#tabs li#tab4.on {
			border-width:0;
		}
		body#bs-shadepalette ul#tabs li#tab4 a:hover {
			background-image: url(../images/nav_red_roll.gif);
		}
		
		body#bs-shadepalette ul#tabs li#tab4.on a:hover {
			background-image: url(../images/nav_red_on.gif);
			line-height: 30px;
		}

		body#bs-shadepalette ul#tabs li#tab5 {
			color: #cccccc;
			width: 238px;
			text-align: right;
			font-size: .8em;
			font-weight: bold;
		}
		body#bs-shadepalette ul#tabs li#tab5 a {
			white-space: nowrap;
			padding: 0 0 0 20px;
			background-image: url(/images/print_icn.gif);
			color: #026197;
			text-indent: 0;
			display: inline;
		}
		body#bs-shadepalette ul#tabs li#tab5 a:hover {
			color: #026197;
		}
		body#bs-shadepalette ul#tabs li#tab5 a span {
			color: #666666;
		}

	body#bs-shadepalette #panel {
		min-height: 360px;
		background-color: #b8cd58;
		border-left: solid 1px #026197;
		border-right: solid 1px #026197;
		border-bottom: solid 1px #026197;
		padding: 10px;
	}
		body#bs-shadepalette div.thumbContainer {
			float: left;
			width: 320px;
		}
			body#bs-shadepalette div.thumbColumn {
				float: left;
				width:76px;
			}
			body#bs-shadepalette div.thumbColumn h4 {
				color: #333333;
				font-weight: bold;
				font-size: .9em;
				margin: 0 0 4px 2px;
				padding: 0;
			}
			body#bs-shadepalette div.thumbColumn a {
				display: block;
				width:64px;
				height: 64px;
				margin: 0;
				border: none;
			}
			body#bs-shadepalette .thumb img {
				margin: 2px 2px 2px 2px;
				border: none;
			}
			body#bs-shadepalette .thumb img.on {
				margin: 0;
				border: 2px solid #FFF;
			}
			body#bs-shadepalette .thumb img:hover {
				margin: 0;
				border: 2px solid #026197;
			}
		
		body#bs-shadepalette div.infoContainer {
			float: right;
			width: 217px;
			height: 360px;
			overflow: hidden;
			color: #FFFFFF;
		}
			body#bs-shadepalette div.infoColumn {
				height: 360px;
			}
			body#bs-shadepalette div.infoContainer h5 {
				margin: 0 0 6px 0;
				padding: 0;
				font-size: .92em;
				color: #333333;
				font-weight: normal;
			}
			body#bs-shadepalette div.infoContainer .sku {
				color: #026197;
				font-weight: bold;
				margin: 0 6px 0 0;
			}
			body#bs-shadepalette div.infoContainer .shade {
				font-weight: bold;
				float: none;
			}
			body#bs-shadepalette div.infoContainer img {
				float: left;
			}
			body#bs-shadepalette div.infoContainer img.preview {
				border: 2px solid #026197;
				float: none;
			}
			body#bs-shadepalette div.infoContainer div.buy {
				float: right;
				text-align: center;
				width: 103px;
			}
				body#bs-shadepalette div.infoContainer img.swatch {
					margin: 0 0 11px 0;
					border: 2px solid #ffffff;
					float: none;
				}
				body#bs-shadepalette div.infoContainer img.buyHere {
					border: none;
					float: none;
				}
				

/* ASK CLAIROL */
body#bs-shadepalette div#askclairol {
	position: absolute;
	left: -195px;
	top: 180px;
}

/* CII Overrides*/
body#bs-shadepalette div#content div.cii-store 
{ 
	border:2px solid #ECECEC; 
	z-index:1000;
	position:absolute;
	top:190px;
	right:30px;
	background-color:#FFF;
	width:310px;
}

body#bs-shadepalette div#content div.cii-store div.box div.head p.instructions {padding:8px 0px 4px 0px; color:#000; width:220px;}

body#bs-shadepalette div#content div.cii-store div.box div.head p.close {
	float: right;
	padding: 2px 2px 0 0;
	margin: 0;
	text-align: right;
}
body#bs-shadepalette div#content div.cii-store div.box div.head p.close a.close
{
	display: block;
	padding: 0 16px 0 0;
	margin: 0;
	font-size: 1.1em;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(/images/close_btn.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
}

body#bs-shadepalette div#content div.cii-store div.box div.foot p.apology {
	clear:both;
	color:#000000;
	font-size:1em;
	padding:5px 0 5px 8px;
}


.clear {
	clear: both;
	display: block;
	height: 1px;
}

