hr,
#search,
#sidebar,
#header h2,
#header #site-nav,
#footer ul,
#box-sidebar,
#utilities {
	display: none;
}

a img {
	border: none;
}

body {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: small;
	color: #000;
	margin: 50px;
	line-height: 1.5em;
}

#content img {
	border: 1px solid #ccc;
	padding: 2px;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 250%;
	color: #666;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
  margin-top: 100px;
}

dt {
	font-weight: normal;
	font-family: Georgia, serif;
	font-size: 150%;
	margin: 1.25em 0 0.50em 0;
}


#footer,
#header {
	text-align: center;
	font-size: 85%;
	color: #666;
}

#header {
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
}

#footer p {
	margin: 0 0 1em 0;
}

#logo {
  position: absolute;
  top: 20px;
  left: 50px;
}


/* Product Detail Page
************************************/
body.product-detail #find-a-retailer form,
body.product-detail #selection,
body.product-detail #color-family-banner,
body.product-detail .additional-info,
body.product-detail #box-sidebar a {
	display: none;
}

body.product-detail #content img {
	border: none;
}

body.product-detail #box-sidebar {
	display: block;
}

body.product-detail #box,
body.product-detail #box-content,
body.product-detail #box-content .left,
body.product-detail #box-content .right {
	float: left;
}

body.product-detail #box {
	width: 880px; /* 230(img) + 400(main desc) + 250(sidebar) */
}

body.product-detail #box-content {
	width: 630px; /* 230(img) + 400(main desc) */
}


body.product-detail #box-content #product-name {
	clear: both;
	width: 680px;
}

body.product-detail #box-content .left {
	width: 230px;
}

body.product-detail #box-content .right {
	width: 400px;
}

body.product-detail .sheen {
	clear: both;
}

body.product-detail .sheen img {
	float: left;
	width: 92px;
	margin: 0;
	padding: 0;
}

body.product-detail .sheen strong {
	float: right;
	width: 150px;
}

body.product-detail .sheen ul {
	float: left;
	width: 110px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0 22px;
	font-size: 85%;
}

body.product-detail #box-sidebar {
	width: 250px;
	float: right;
}

body.product-detail #footer {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
	clear: both;
	float: left;
	width: 100%;
}

body.product-detail #header {
	border: none;
}

body.product-detail a {
  color: #000 !important;
  text-decoration: none !important;
}


body.choose-wisely #content #box #personalityquiz{
display:none;
}

body.choose-wisely #content #box #box-content #results_wrapper{
display:none;
font-family:Arial, Helvetica, sans-serif;
}

body.choose-wisely #content #box #box-content #quiz_results, body.choose-wisely #content #box #box-content #quiz_results ul{
margin:0 0 25px 0;
padding:0;
width:550px;
text-align:left;
}

body.choose-wisely #content #box #box-content #quiz_results img{
margin:5px 0 0 0;
display:block;
border:none;
} 

body.choose-wisely #content #box #box-content #quiz_results li{
font-size:110%;
clear:left;
padding:15px 0 0;
list-style:none;
display:none;
}

body.choose-wisely #content #box #box-content #results_wrapper #quiz_results li p{
font-size:100%;
margin:0 -3px 12px 0;
}

* html body.choose-wisely #content #box #box-content #quiz_results li{
padding:20px 0 0;
}

body.choose-wisely #content #box #box-content #quiz_results h4{
font-size:120%;
font-weight:bold;
margin:0 0 10px;
color:#333;
}

body.choose-wisely #content #box #box-content #quiz_results li.active, body.choose-wisely #content #box #box-content #quiz_results li.active li{
display:inline;
}

body.choose-wisely #content #box #box-content #results_wrapper.active{
display:block;
}

body.choose-wisely #content #box #box-content #quiz_results ul li{
padding:8px 20px 8px 0px;
float:left;
line-height:14px;
clear:none;
width:90px;
margin:0;
}

* html body.choose-wisely #content #box #box-content #quiz_results ul li{
padding:2px 20px 2px 0px;
}

body.choose-wisely #content #box #box-content #quiz_results a{
display:none;
}

* html body.choose-wisely #content #box #box-content #quiz_results a{
padding:0 0 4px 0;
}

body.choose-wisely #content #box #box-content #quiz_results hr{
color:#bbb;
background-color:#bbb;
width:300px;
display:block;
margin:10px 0 15px;
height:1px;
border:none;
clear:both;
}

body.choose-wisely #content #box #box-content hr#form_results{
width:0;
clear:both;
display:block;
height:0;
}

/* Inspiration Gallery
************************************/
#gallery-section #thumb-browser {
	display: none;
}

#gallery-section #scene-info {
	float: left;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

#gallery-section #scene-info #swatches dl {
	float: left;
	width: 64px;
	margin-right: 30px;
	font-size: 90%;
	text-align: center;
}

#gallery-section #scene-info #swatches dd {
	margin: 0;
}

#gallery-section #scene-info #swatches {
	clear: both;
}

#gallery-section #scene-info #secondary-info {
	clear: both;
	padding-top: 1em;
	float: left;
}

#gallery-section #scene-info #secondary-info #scene-utility-links {
	display: none;
}

#gallery-section #image-content #details-wrapper-div {
	height: auto !important;
	position: static !important;
}

#gallery-section #image-content #details-wrapper-div div {
	overflow: visible !important;
	position: static !important;
}

#gallery-section #image-content #details-wrapper-div #scene-info {
	margin-top: 0 !important;
	display: block !important;
	position: static !important;
	padding-top: 10px;
}
	
#footer {
	clear: both;
}	

body.gallery-detail #content img {
	border: none;
}


/* Press Room
************************************/
#press-landing-section #content h1, #press-section #content h1 {
background-image:url("/images/text/h1/pressRoom.gif");
display:block;
}

#press-landing-section #box #title a, #press-section #box #title a{
visibility:hidden;
}

#press-landing-section #box-content a, #press-section #box-content a {
text-decoration:none;
color:#EA8117;
font-size:115%;
font-weight:bold;
}

#press-section #box-content a {
font-size:95%;
}

#press-landing-section #content ul {
margin-top:10px;
}

#press-landing-section #content li {
list-style-type:none;
margin-bottom:10px;
clear:left;
padding:5px 5px 5px 0;
}

#press-landing-section #content #box #box-content p{
display:none;
}

#press-landing-section #content #box #box-content #press_releases p{
display:block;
}

#press-landing-section #content img {
float:left;
margin:0 10px 0 0;
}

.myClear{
clear:both;
}

#press-section #content #body p{
margin-top:10px;
}

#press-landing-section #box #box-content, #press-section #box #box-content {
color:#666666;
width:710px;
font-size:85%;
margin:0;
padding:0;
}

#press-section #box #box-content {
width:680px;
}

* html #press-landing-section #box #box-content, * html #press-section #box #box-content {
width:610px;
}

* html #press-landing-section #box #box-content{
width:660px;
}

#press-section #title {
font-size:110%;
}

#press-section #title h2 {
margin-top:10px;
}

#press-landing-section .date {
font-size:105%;
font-weight:bold;
float:left;
}

#press-landing-section .download {
text-indent:-2000px;
float:right;
display:block;
height:2em;
}

#press-landing-section .description {
clear:right;
}

#press-section #title, #press-section #subtitle{
text-align:center;
margin:10px 0;
}

#press-section #title p{
clear:left;
}

#press-section #content h2{
font-size:120%;
}

#press-section #closeHash{
text-align:center;
}

#press-section #close{
font-weight:bold;
}

#press-section .close{
margin:15px 0;
}

.solid_backgrnd{
background-color:#eee;
}

#press-landing-section #box #box-sidebar, #press-section #box #box-sidebar {
color:#666666;
font-size:85%;
width:400px;
clear:both;
display:block;
}


#press-landing-section #box #box-sidebar a, #press-section #box #box-sidebar a{
font-size:85%;
font-weight:normal;
text-decoration:none;
color:#EA8117;
}

#press-landing-section .vcard, #press-section .vcard{
margin-top:10px;
}

#press-landing-section #box #box-sidebar h2, #press-section #box #box-sidebar h2 {
background-image:url("/images/text/h3/mediaContacts.gif");
background-repeat:no-repeat;
border-bottom:1px solid #DDDDDD;
height:18px;
margin:0.25em 0pt 0.75em;
padding:0pt 0pt 4px;
text-indent:-9999px;
width:100%;
}

/* Simple Innovations
---------------------------------*/
#simple-innovations-section #simple-innovations,
#simple-innovations-section #simple-innovations-navigation,
#simple-innovations-section #find-a-retailer,
#simple-innovations-section #color-family-banner,
#simple-innovations-section #thessm {
	display: none;
}




