@import url("fonts.css");
@import url("products_01.css");
@import url("products_03.css");
@import url("products_04.css");

a:link {
	color: #ff0080;
	text-decoration: none;
	font-weight:bold;
	outline: none;

}
a:visited {
	color: #ff0080;
	font-weight:bold;
	text-decoration: none;
	outline: none;

}
a:hover {
	color: #000000;
	outline: none;

}

body{
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#jsc_canvas {
	width: 1010px;
	background-color:#FFF;
}

#jsc_banner_01 {
	background-color:#FFF;
}

#jsc_featured_products_01 {
	width: 990px;
	background-color:#FFF;
	margin: 15px 0px 15px 0px;
}

#jsc_offers_panel {
	/*height: 200px;*/
	width: 100%;
}
#jsc_offers_block {
	float: left;
	margin: 10px 39px 39px 39px;
}

#jsc_bigletter{
	border-top: #ff0080 thin;
	border-top-style: solid;
	padding: 10px 0px 10px 0px;
}

#jsc_maincontent{
	width: 985px;
	padding: 0px 15px 0px 15px;
	height: auto;
}

#jsc_ingredients_anchor_links ul{
	margin: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 16px;	
}

#jsc_ingredients_anchor_links ul li{
	display: inline;
	padding: 0px 8px 0px 8px;	
	color: #CCC;	
}

.faq-answer {
display:none;
}

#jsc_header {
	height: 130px;
	padding-top: 10px;
}

#jsc_header_company_description {
	width: 220px;
	float: left;
	padding: 30px 0px 0px 25px;
}

#jsc_header_company_logo {
	padding-top: 10px;
	float: left;
	margin-left: 180px;
}

#jsc_header_marieclaire_logo{
	padding-top: 20px;
	float: left;
	margin-left: 180px;
}

.jsc_inthemedia_article{
	margin: 20px 0px 20px 0px;
	border-top: solid thin #CCC;
	padding: 10px 0px 10px 0px;
}

.jsc_inthemedia_text{
	float: left;
	width: 750px;
	margin-right: 70px
}

#jsc_footer {
	padding-bottom: 30px;
}

#jsc_jinsei_copyright_text {
	
}

#jsc_socialsites {
	color: #000000;
	font-size: 12px;
	text-align: center;
	border: solid thin #CCC;
	background-color:#eee;
	margin: 0px 300px 0px 300px;
	padding: 10px;
}


#jsc_curved_bottom {
	height: 12px;
	background: url(../images/footer_curve.png) top no-repeat;
	padding-bottom: 50px;
}

