/*** Common ***/

* {
	padding: 0;
	margin: 0;
}

a {
	color: #0054a6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Verdana, Trebuchet MS, Helvetica, serif;
	background-color: #F5F5F5;
}

img {
	border-style: none;
}

/*** Main ***/

#container {
	margin: 0 auto;
	width: 750px;
}

#footer-container {
	margin: 0 auto;
	width: 752px;
}

/*** Header ***/

#header {
	background-color: #EEEEEE;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	width: 100%;
}

#header #logo {
	height: 180px;
	margin: 0 278px;
}

#header #top-menu {
	border-bottom: 2px solid #C7C7C7;
	margin: 0 auto;
	padding: 10px 0 3px;
}

#header #top-menu ul {
	list-style-type: none;
	text-align: center;
}

#header #top-menu li {
	color: #0054a6;
	display: inline;
	margin-right: 15px;
}

#languages {
	float: right;
}

/*** Left-menu ***/

#left-menu {
	background: #FFF;
	color: #0054A6;
	float: left;
	margin: 30px 0 0 20px;
	width: 130px;
}

#left-menu ul {
	line-height: 1.7;
	list-style-type: none;
}

#left-menu li {
	border-bottom: 1px dotted #C7C7C7;
	color: #0054a6;
	padding-left: 10px;
	font-size: 0.75em;
}

#left-menu h1 {
	border-bottom: 1px solid #C7C7C7;
	font-size: 1.2em;
}
	
/*** Contents ***/

#contents-container {
	background: url(../images/vertbars.png) #fff repeat-x top;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	min-height: 300px;
	width: 100%;
}

#contents {
	margin-left: 180px;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 560px;
}

#contents .contact
{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

#contents #contactLink
{
	margin-top: 120px;
	text-align: center;
}

#contents .acne{
	color: #00997A;
	font-size: 1.1em;
	font-weight: bold;
}

#contents .desc{
	padding-bottom: 5px;
}

#contents .homecaretitle{
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

#contents .indexPic{
	padding: 10px 0 0 92px;
}

#contents .inci{
	color: #333;
	font-size: 0.7em;
	padding-top: 10px;
}

#contents .medical{
	color: #6CABE7;
	font-size: 1.1em;
	font-weight: bold;
}

#contents .notice{
	color: #333;
	margin-left: 10px;
	font-weight: bold;
	font-size: 0.65em;
}

#contents .productImage{
    border: 1px solid #C7C7C7;
	float: right;
}

#contents .regular {
	color: #9B4D1B;
	font-size: 1.1em;
	font-weight: bold;
}

#contents .shopinfo {
	font-size: 0.8em;
}

#contents h1 {
	color: #0054A6;
	font-size: 1.5em;
}

#contents h2 {
	padding-top: 15px;
}

#contents h3 {
	color: #0054A6;
	padding-top: 15px;
}

#contents li {
	color: #333;
	font-size: 0.9em;
	margin-left: 15px;
}

#contents p {
	color: #333;
	font-size: 0.9em;
	padding-top: 10px;
}

#contents select {
	border: 0;
	width: 150px;
}

#contents .size {
	color: #333;
	margin-left: 20px;
	font-weight: normal;
	font-size: 0.65em;
}

#contents ul {
	padding-top: 10px;
}

/*** Footer ***/

#footer {
	background: url(../images/footer.gif) #fff no-repeat bottom;
	height: 30px;
	width: 752px;
}

#footer .cookies {
	font-size: 0.8em;
	padding-left: 10px;
	text-align: left;
}

#footer .truelook {
	font-size: 0.8em;
	padding-right: 10px;
	text-align: right;
}