
/* ----------GLOBAL------------- */

*
{
}

/* -- flashobject --*/
object
{
	display:block;
}
object:focus
{
	outline:none;
}

.bodycontent
{
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	color: #777777;
	background-color: #000000;
	vertical-align: middle;
	background-position: center;
}

.normaltext
{
	font-family: Arial;
	font-size: 10pt;
	color: #222222;
	font-weight: normal;
}

H1
{
	margin: 0px;
}


/*----------------- LINKS ----------------*/

/* Normal/Gold Links */
a
{
	color: #AD7E1D;
	text-decoration: none;
}

a:hover
{
	color: #808080;
}

/* Purple/CIHY Links ---------------*/
a.cihy
{
	color: #941F77;
	text-decoration: none;
}

a.cihy:hover
{
	color: #808080;
}

/* Default/Gray Links --------------*/
a.default
{
	color: #606060;
	text-decoration: none;
}

a.default:hover
{
	color: #808080;
}




a img
{
	border-style: none;
}

.textField
{
	background-color: #eeeeee;
	border-color: #dddddd;
	border-width: 1px;
	width: 150px;
}

.textFieldShorter
{
	background-color: #222222;
	border-color: #000000;
	border-width: 1px;
	width: 50px;
}

.button
{
	background-color: #ffeedd;
	color: #000000;
	padding-top: 1px;
	border: solid 1px #cccccc;
	font-family: Arial;
	font-size:8pt; 
}

.quoteText
{
	font-style: italic;
	font-family: Arial;
	font-size: 10pt;
	color: #999999;
}

table
{
	font-family: Arial;
	font-size:8pt; 
}

td.standard
{
	vertical-align: top;
	text-align: left;
}

ul 
{
	margin-top: 0px;
	margin-bottom: 0px;
    list-style-type: circle;
    color: #555555;
}


/* ----------NAVIGATION------------- */

table td.notice
{
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

table.mainNavHeader
{
	font-family: Arial;
	font-size:8pt; 
	color:#444444;
	border: solid 1px #333333;
	padding: 10px 10px 10px 10px;
	background-color: #111111;
}


/* Main table cells */
.navSections
{
	vertical-align: top;
	border:#333333 1px solid; 
	padding:3px;
}

/* Every cell in the main navigation table */
td.section
{
	width: 100px;
	vertical-align: top;
	text-align: center;
}

/* Title cells */
.sectionTitleBlack
{
	font-family: Arial;
	font-size: 14pt;
	color: #606060;
}

.subTitlePurple
{
	font-family: Arial;
	font-size: 13pt;
	color: #9A0A67;
}

.subTitleLight
{
	color: #555555;
	font-family: Arial;
	font-size: 10pt;
}

.sectionTitle 
{
	font-family: Arial;
	font-size: 10pt;
	color: #cccccc;
	font-weight: bold;
}

.sectionTitle2
{
	font-family: Arial;
	font-size: 14pt;
	color: #cccccc;
	font-weight: bold;
}

.subTitle
{
	color: #777777;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.subTitle2
{
	color: #555555;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.bold
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

/* Navigation sections sub-category labels */
.navSectionImageLabel
{
	letter-spacing: 1px;
	padding-bottom: 5px;
}

/* For *NEW* product text */
.new
{
	font-family: Arial;
	font-size: 8pt;
	color: #777777;
	font-weight: bold;
	font-style: italic;
}

.footerlink
{
	font-family: Arial;
	font-size: 7pt;
}



/* ----------PAGES------------- */

/* Cell padding for country selector */
td.countryList
{
	padding-right: 20px;
	vertical-align: top;
}

/* Cell padding for diagnostic page (Can I Help You?) */
.navSections td.diagnosticCell
{
	padding-right: 5px;
	text-align: right;
	width: 110px;
}

.pageTitle
{
	color: #777777;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

td.subHeader
{
	 padding: 10px 0px 5px 10px;
	 font-size: 10pt;
	 color: #333333;
}

td.subNormal
{
	 text-align: left;
	 padding: 0px 0px 0px 10px;
	 font-size: 10pt;
	 color: #333333;
}

td.subHeaderLeft
{
	 text-align: left;
	 padding: 10px 0px 5px 10px;
	 font-size: 10pt;
	 color: #333333;
}

td.expertSection
{
	width: 150px;
	vertical-align: top;
}

/* Expert list */
td.expertSectionBottom
{
	width: 262px;
	height: 83px;
	vertical-align: top;
	text-align: right;
	color: #333333;
	padding-right: 5px;
	padding-top: 5px;
}

td.toutSection
{
	width: 180px;
	vertical-align: top;
}

td.signinFieldsShorter
{
	width: 50px;
	text-align: right;
}

td.signInFields
{
	width: 100px;
	text-align: right;
}

td.signinFieldsLonger
{
	width: 150px;
	text-align: right;
}




/* PRODUCT DISLPAYS */


table.content
{
	width: 800px;
	margin-left:auto; 
	margin-right:auto;
	font-family: Arial;
	font-size:8pt; 
	color:#444444;
	border-top: solid 1px #555555;
	background-color: #FFFFFF;
	margin-bottom:0px;
}

.content td.listTitle
{
	border: 0px solid black; 
	margin: 2px 2px 5px 2px;
	
	padding-top: 10px; 
	padding-right:10px;  
	padding-left: 10px; 
	padding-bottom: 10px; 
	
	text-align:left;
	vertical-align: top;
	border-bottom:solid 1px #dddddd;
	background-color: #eeeeee;
}

td.stdIndent
{
	padding: 5px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
}

td.stdHalf
{
	padding: 5px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
	width: 50%;
}

.content td.listTitle2
{
	border: 0px solid black; 
	margin: 2px 2px 5px 2px;
	
	padding-top: 10px; 
	padding-right:10px;  
	padding-left: 10px; 
	padding-bottom: 10px; 
	
	text-align:left;
	vertical-align: top;
	border-bottom:#dddddd 1px solid;
}


.content td.listSubtitle
{
	border: 0px solid black; 
	margin: 2px 2px 5px 2px;
	
	padding: 5px 5px 5px 5px;
	
	text-align:left;
	vertical-align: top;
	border-bottom:#dddddd 1px solid;
}


.content td.articleBody
{
	border: 0px solid black; 
	margin: 2px 2px 5px 2px;
	
	padding: 5px 20px 5px 10px;
	
	text-align:left;
	vertical-align: top;
	border-bottom:#dddddd 1px solid;
}

td.section
{
	width:500px;
	border: 0px solid black; 
	margin:2px 2px 5px 2px;
	
	padding: 5px 5px 5px 5px;
	
	text-align:left;
	vertical-align: top;
	border-bottom:#dddddd 1px solid;
}



.productsListTitle
{
	font-family: Arial;
	font-size: 10pt;
	color: #222222;
	font-weight: bold;
}


/* navigation */

.navigationpanel
{
	vertical-align: top;
	width: 150px;
	height: 300px;
	border: none;
	background-color: #DDDDDD;
	padding: 5px 5px 5px 5px;
}

.beautyfilter
{
	vertical-align: top;
	width: 150px;

	border: none;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: solid 1px #bbbbbb;
}




/* product listing */

.storefront
{
	margin:0px
}

.producttable
{	
	font-family: Arial;
	font-size:8pt; 
	color:#444444;
	background-color: #FFFFFF;
}

.product
{
}


td.productthumb
{
	width: 1px;
	padding: 10px 0px 15px 10px;
	vertical-align: top;
	margin-right:0px;
}

td.productinfo
{
	width: 220px;

	margin:2px 2px 5px 2px; 
	
	padding: 20px 5px 20px 5px;
	
	text-align:left; 
	vertical-align: top;


}

div.productinfocontainer
{
	width: 220px;
	height: 90px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	background: #ffffff;
	padding: 5px 5px 5px 5px;	
}

td.itemthumb
{
	width: 1px;
	
	border: none;
	margin:2px 2px 5px 2px;
	
	padding-top: 10px; 
	padding-right:15px;  
	padding-left: 10px; 
	padding-bottom: 15px; 
	
	text-align:left;
	vertical-align: top;
}

td.iteminfo
{
	width: 400px;
	
	border: 0px solid black; 
	margin:2px 2px 5px 2px; 
	
	padding-top: 10px; 
	padding-right :5px;  
	padding-bottom: 5px; 
	
	text-align:left; 
	vertical-align: top;
}

td.rightInfoContent
{
	 text-align: left;
	 padding: 10px 5px 5px 10px;
	 vertical-align: top;
}



.filternavcontainer
{
	margin:2px 2px 10px 2px; 
	border-bottom: 1px solid #999999
}

.filternav
{
	font-family: Arial;
	font-size:8pt; 
	color:#444444;
	border: none;
	background-color: #FFFFFF;
	margin-bottom:10px;
}

.filterMenuName 
{
	padding: 3px 6px 3px 6px; 
	font-weight:bold;
}

.filternav TD
{
	vertical-align:top;
}

.filternavitem 
{
	font-size:11px; 
	color:#333333; 
	margin:10px 5px 10px 5px; 
	vertical-align:top; 
	border:1px solid #bbbbbb; 
	background-color:#eeeeee; 
	padding: 5px 10px 5px 5px;
}

.filternavitem ul
{
	padding:0px 0px 0px 0px;
	margin-left: 20px;
}

.ruler 
{
	height:10px; 
	width:80%; 
	border-bottom:#999999 0px solid; 
	margin:0px 0px 0px 0px
}


ul.standard 
{
	padding:0px 0px 0px 0px;
	margin-left: 20px; 
}

ul.standard-bold
{
	padding:0px 0px 0px 0px;
	margin-left: 15px; 
    list-style-type: disc;
}

div.spokesContainer
{
	width: 350px;
	background: #eeeeee;
	border: solid 1px #bbbbbb;
	margin: 10px 10px 10px 10px;
}

div.siteDescriptionFooter
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 20px;
	width: 800px;
	text-align: left;
	font-family: Helvetica;
	font-size: 9pt;
	color: #666666;
}