/* --------------------------------------------------------
    Main stylesheet
    Site: NSI
    Created by: Stéphanie Léveillé - stephanie.leveille@leonarddg.com
    Filename: main.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    COLORS
    Grey:      #666
    Pink:      #f72fb8
   -------------------------------------------------------- */

/* @import url('menu.css'); */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

:focus { outline: none;}


body {
	background: #000;
	color: #000;
	font: 62.5% Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.last {
	margin: 0 !important;
	padding: 0 !important;
}
.noBackground { background: none !important; }
.fRight { float: right !important; }
.fLeft { display: inline !important; float: left !important; }
.marginBottom { margin-bottom: 20px !important; }
.marginRight { margin-right: 20px !important; }

/* ------------->>> Structure <<<-------------*/
#container {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0 auto;
	width: 949px;
}

#header {
	background: url(../images/top/top-separator.gif) 0 70px no-repeat;
	height: 100px;
	position: relative;
	width: 949px;
}

#menu {
	list-style: none;
	position: absolute;
	right: 25px;
	top: 85px;
	width: 710px;
	z-index: 200;
}

#menu li {
	background: url(../images/top/menu-separator.gif) right center no-repeat;
	display: inline;
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
	float: left;
}

#menu li a {
	color: #231f20;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#menu li a:hover, #menu li.active a { color: #f72fb8; }

#login {
	position: absolute;
	top: 16px;
	left: 210px;
}

#login p {
	margin: 36px 0 0 150px;
	color: #f72fb8;
	text-transform: uppercase;
}

#login .form_error {
	position: absolute;
	margin: 0 !important;
}

#menuSec {
	list-style: none;
	position: absolute;
	right: 25px;
	top: 48px;
}

#menuSec li {
	display: inline;
	float: left;
	margin: 0 25px 0 0;
}

#menuSec li a, #menuSec li label, #login label {
	color: #666666;
	line-height: 19px;
	text-decoration: none;
	text-transform: uppercase;
}

#logToOrder {
	color: #666666;
	line-height: 19px;
	text-decoration: none;
	text-transform: uppercase;
}

#login input { margin-right: 5px; }

#menuSec li#iconShoppingCart a {
	background: url(../images/top/icon-shopping.gif) left center no-repeat;
	padding: 3px 0 3px 25px;
}

#side {
	display: inline;
	float: left;
	width: 215px;
	padding-bottom: 20px;
}

#content {
	float: left;
	padding: 0 0 30px;
	width: 687px;
}

#side ul { list-style: none; margin-left: 0 !important; }
#side ul li { clear: left; padding: 0 0 5px; }
#side ul li a {
	background: url(../images/content/arrowblack.gif) no-repeat;
	color: #231f20;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#side ul li a:hover, #side ul li.active a, #side ul.subItems li a:hover, #side ul.subItems li.active a { color: #f72fb8; }

#side ul li ul.subItems {
	display: none;
}

#side ul li.active ul.subItems {
	display: block;
}

#side ul.subItems { list-style: none; }
#side ul.subItems li {
	clear: left;
	float: left;
	padding: 5px 10px 0 10px;
	width: 175px;
}
#side ul.subItems li a {
	background: none;
	color: #231f20;
	display: block;
}


#inputSearch { width: 140px; }

#mainContent {
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
	width: 905px;
}

.scroll {
	height: 200px;
	overflow: auto;
	scrollbar-arrow-color: #ab4b82;
	scrollbar-dark-shadow-color: #ab4b82;
	scrollbar-shadow-color: #ab4b82;
	scrollbar-3d-light-color: #ab4b82;
	scrollbar-base-color: #dfa9cc;
	scrollbar-track-color: #f6e4f0;
	scrollbar-face-color: #dfa9cc;
	scrollbar-highlight-color: #f0d3e6;
}

/* ---------->>> titles + texts <<<----------*/

h1 a {
	background: url(../images/top/logo-nsi.gif) no-repeat;
	display: block;
	height: 70px;
	text-indent: -1000px;
	width: 189px;
}

h1 a span {
	background: url(../images/top/tagline.gif) left bottom no-repeat;
	display: block;
	height: 75px;
	width: 189px;
}

*+html h1 a span { height: 61px; }
* html h1 a span { height: 61px; }

h2 {
	color: #f72fb8;
	font-size: 31px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 span, h2 span a {
	color: #231f20;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}

h2 span a:hover{ color: #f72fb8; }

h3 {
	color: #636466;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3.product { font-size: 20px; }

#faqs h3 { font-size: 12px; margin-bottom: 5px; }
#faqs p { margin-bottom: 15px; }

#distributors h3 {
	display: inline;
	float: left;
	width: 250px;
}

h4 { font-size: 1.1em; }

p { padding: 0 0 1.4em; }
p.intro { font-size: 1.3em; }
a, p.intro span { color: #ff3c7e; }

a.arrow {
	background: url(../images/content/arrowblack.gif) no-repeat;
	padding: 0 0 0 15px;
}

#content ul { margin: 0 0 1.4em 20px; }
#content ul li { margin-bottom: 5px;}

table { margin: 0 0 1.4em; }
caption {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: left;
}

a#btnBlog {
	background: url(../images/top/btn-ourblog.gif) no-repeat;
	display: block;
	height: 31px;
	position: absolute;
	right: 25px;
	text-indent: -2000px;
	top: 0;
	width: 107px;
}

#side a.iconAcrobat {
	background: url(../images/footer/icon-getadobe.jpg) no-repeat;
	display: block;
	height: 27px;
	margin: 20px 0 5px;
	width: 90px;
}

#txtPhoto {
	color: #fff;
	left: 270px;
	position: absolute;
	top: 160px;
	width: 200px;
}
ul.listLinks {
	list-style: none;
	margin: 0 0 10px !important;
}

ul.listLinks li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

ul.listLinks li a {
	background: url(../images/content/arrowblack.gif) no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

a.relatedToProduct {
	background: url(../images/content/arrowblack.gif) no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

/* --------------->>> Accueil <<<---------------*/
#titlesBox {
	left: 0;
	list-style: none;
	position: absolute;
	top: 375px;
	width: 885px;
}


#titlesBox li{
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	width: 295px;
}

#titlesBox li.last {
  width: 260px;
  margin-left: 10px !important;
}

#boxesAcc li {
	display: inline;
	float: left;
	height: 114px;
	margin: 0 10px 0 0;
	position: relative;
	width: 295px;
}

#boxesAcc li h2 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#boxesAcc li p {
	color: #fff;
	line-height: 1.2em;
	width: 175px;
}

#boxesAcc li p.more {
	bottom: 5px !important;
	padding: 0 !important;
	position: absolute !important;
}

#boxesAcc li#boxPink p { width: 160px; padding-bottom:5px; }
#boxesAcc li#boxGreen p { padding-bottom:5px; }


#boxesAcc li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 275px;
	height: 104px;
	padding-top: 10px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#boxesAcc { list-style: none; }
#boxesAcc li#boxOrange { position: relative; background: url(../images/home/back-orange.jpg) no-repeat; }
#boxesAcc li#boxOrange #imageOrange { position: absolute; top: 0; right: 0;}
#boxesAcc li#boxPink { background: url(../images/home/back-pink.jpg) no-repeat; }
#boxesAcc li#boxGreen { background: url(../images/home/back-green.jpg) no-repeat; }

/* --------------->>> Nail Lab <<<---------------*/
#nailLab { background: url(../images/content/backnailslab.jpg) left bottom no-repeat; min-height: 550px; }
* html #nailLab { height: 550px; }
#nailLab #txt { margin: 10px 0 0 85px; }
#nailLab #bottom {
	background:  url(../images/content/bottomnailslab.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}
#nailLab #txt ul.nailList {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#nailLab #txt ul.nailList li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* --------------->>> News <<<---------------*/
#news { background: url(../images/content/backnews.jpg) left bottom no-repeat; height: 550px; }
#news #txt { margin: 10px 0 0 20px; }
#news #bottom {
	background:  url(../images/content/bottomnews.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#news .scroll{
	height: 260px;
	margin-top: 30px;
}

#tableNews { width: 90%; }
#tableNews td { padding: 10px; }
#tableNews td.date { vertical-align: top; width: 100px; }
#tableNews td.info { border-bottom: 1px dotted #ccc; }

/* --------------->>> About Us <<<---------------*/

/*#aboutus { background: url(../images/content/backaboutus.jpg) left bottom no-repeat; min-height: 550px; }
* html #aboutus { height: 550px; }
*/
#aboutus #txt { margin: 10px 0 0 20px; }
#aboutus #bottom {
	background:  url(../images/content/bottomaboutus.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#tableBio th { text-align: left; }

#tableBio td {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	vertical-align: top;
}

#tableBio a {
	color: #000;
	text-decoration: none;
}
#tableBio a:hover { color: #f72fb8; }

/* --------------->>> Events <<<---------------*/
#events { background: url(../images/content/backevents.jpg) left bottom no-repeat; height: 550px; }
#events #txt { margin: 10px 0 0 20px; }
#events #bottom {
	background:  url(../images/content/bottomevents.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#events .scroll { height: 180px; }

/* --------------->>> Distributors <<<---------------*/
#distributors { background: url(../images/content/backdistributor.jpg) left bottom no-repeat; min-height:575px; }
* html #distributors { height: 575px; }
#distributors #txt { margin: 10px 0 0 20px; }
#distributors #bottom {
	background:  url(../images/content/bottomdistributor.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

ul.listDistributors {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	width: 140px;
	padding: 0;
}

ul.listDistributors li { 	clear: left;
	float: left;
	width: 140px;margin: 0 0 10px;   }

ul.listDistributors li a {
	color: #231f20;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 0 !important;

}

ul.listDistributors li a:hover { color: #f72fb8; }

#listDistributor {
	list-style: none;
	margin: 0 !important;
	width: 500px;
}

#listDistributor li {
	display: inline;
	float: left;
	margin: 0 10px 20px 0;
	width: 240px;

}

.nail p {
	color: #f72fb8;
	font-weight: bold;
	}


/* --------------->>> Nail Art <<<---------------*/
#nailart { background: url(../images/content/backnailart.jpg) left bottom no-repeat; min-height: 550px; }
* html #nailart { height: 550px; }
#nailart #txt { margin: 10px 0 0 20px; }
#nailart #bottom {
	background:  url(../images/content/bottomnailart.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#listNailArt {
	list-style: none;
	margin: 0 !important;
}

#listNailArt li {
	display: inline;
	float: left;
	width: 91px;
}

/* --------------->>> Contact <<<---------------*/
#contact { min-height: 550px; }
* html #contact { height: 550px; }
#contact #txt { margin: 10px 0 0 20px; }
#contact #txtPhoto { top: 130px; }

#contact #call {
	position: absolute;
	top: 280px;
}

#contact #bottom {
	background:  url(../images/content/bottomcontact.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

/* --------------->>> Products <<<---------------*/

#productDetail, #products { min-height: 550px; }
* html #productDetail { height: 550px; }
* html #products { height: 550px; }

#productDetail #bottom, #products #bottom, #catProduct #bottom {
	background:  url(../images/content/bottomproductdetail.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}
#products #bottom { background:  url(../images/content/bottomproducts.jpg) no-repeat; }
#catProduct #bottom { background:  url(../images/content/bottomcatproducts.jpg) no-repeat; }

#productDetail .tableInfoProduct td { padding: 5px; text-align: center; }

.tableInfoProduct th{
	border:1px solid #FFEFF5;
}

.tableInfoProduct td{
	border:1px solid #FFEFF5;
}

#productDetail #sideInfo {
	float: left;
	width: 160px;
}

#productDetail #productInfo {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	width: 507px;
}

.productDescription {
	font-size: 1.3em;
}

#productDetail select { width: 45px; }

#banner { position: relative; }
#banner .info {
	left: 300px;
	position: absolute;
	top: 135px;
	width: 170px;
}
#banner .img {
	left: 500px;
	position: absolute;
	top: 100px;
}

#listHomeProducts {
	border: 1px solid #747474;
	height: 293px;
	list-style: none;
	margin: 0 !important;
	overflow: hidden;
	width: 685px;
}

#listCatProducts {
	list-style: none;
	margin: 0 !important;
	width: 685px;
}

#listHomeProducts li, #listCatProducts li {
	border-right: 1px solid #fff;
	display: inline;
	float: left;
	width: 228px;
}

#listCatProducts li {
	width: 210px;
}

#listHomeProducts li.last, #listCatProducts li.last {
	border: none !important;
	margin: 0 !important;
	width: 227px !important;
}

#listHomeProducts li h4, #listCatProducts li h4 {
	color: #fff;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	width: 228px;
}

#listCatProducts li h4 { width: 210px; }

#listCatProducts li h4, #listCatProducts li h4 a { color: #000; line-height: 1.4em; text-align: left;}

#listHomeProducts li div.img, #listCatProducts li div.imgProduct {
	height: 202px;
	overflow: hidden;
	width: 228px;
	}

.img1 {position: relative; height:182px; overflow: hidden;}

#listCatProducts .img1 { height: 200px; }

.contImg { height: 182px; overflow: hidden; text-align: center; width:227px; position: relative; }
html>/**/body .contImg {display: table;  position: static; }

#listCatProducts .contImg { height: 200px; }

.contInnerImg {position: absolute; top: 50%; left:50%;}
html>/**/body .contInnerImg { display: table-cell; vertical-align: middle; position: static; }

.image {position: relative; top: -50%;left: -50%;} /* for explorer only */
html>/**/body .image {position: static; }


#listCatProducts li div.imgProduct { margin-bottom: 10px; width : 210px;}

#listHomeProducts li div.info, #listCatProducts li div.info {
	color: #fff;
	height: 68px;
	padding: 5px 10px 10px;
	position: relative;
}

#listCatProducts li div.info { color: #000; padding-bottom: 30px;  }

#listHomeProducts li div.info a {
	bottom: 3px;
	position: absolute;
	right: 10px;
}

#listCatProducts li div.info a {
	bottom: 5px;
	display: block;
	left: 25px;
	position: absolute;
}

#listHomeProducts li.orange h4 { background: #ff9600; }
#listHomeProducts li.pink h4 { background: #fb3e81; }
#listHomeProducts li.green h4 { background: #81c115; width: 227px;}

#listHomeProducts li.green div.img, #listCatProducts li.last div.img, #listCatProducts li.last h4 { width: 227px; }

#listHomeProducts li.orange div.info { background: url(../images/content/backorange.jpg) no-repeat; }
#listHomeProducts li.pink div.info { background: url(../images/content/backpink.jpg) no-repeat; }
#listHomeProducts li.green div.info { background: url(../images/content/backgreen.jpg) no-repeat; }


/* --------------->>> Membership <<<---------------*/
#registration { height: auto; }
#registration #bottom {
	background:  url(../images/content/bottomregistration.jpg) no-repeat;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 901px;
}

#registration #sidePromo { position: relative; }

#registration #sidePromo p {
	color: #fff;
	padding: 0 30px 0 10px;
	position: absolute;
	top: 290px;
	left: 0;
}

/* --------------->>> form <<<---------------*/
input, select, textarea {
	border: 1px solid #ccc;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	padding: 2px 3px;
}

input.btnSubmit {
	border: none;
	float: none !important;
	height: auto !important;
	width: auto !important;
}

#btnAddCart {
	border: none;
	padding: 0;
	margin: 0 50px 0 0;
}

#cartUpdatedMsg {
	border: 1px solid #FF3C7E;
	background-color: #F0F0F0;
	text-align: center;

}

#cartUpdatedMsg p{
	font-weight: bold;
	margin-top: 20px;
	font-size: 12pt;
}

#shoppingCartContent tr td {
	padding: 4px;
}

#shoppingCartContent tr.alternate {
	background: #dfdfdf;
}

#shoppingCartContent tr th {
	padding-bottom: 3px;
}

#shoppingCartContent tr.total td {
	border-top: 1px solid black;
}

ul.form { list-style: none; margin: 0; }
fieldset {
	display: inline;
	float: left;
	width: 330px;
}

* html fieldset { width: 330px; }

ul.form li label {
	float: left;
	margin: 0 5px 0 0;
	text-align: right;
	width: 100px;
}
ul.form li input, ul.form li select {
	float: left;
	width: 180px;
}

ul.form li label.radio { 	width: 240px !important; }
ul.form li input.radio { border: none; margin: 0 0 0 10px; width: auto !important; }

.form_error {
	color: red;
	margin: 0 0 0 110px;
}

/*LIST*/
.alternateRow {
	background-color:#f0f0ee;
}


/* ------------->>> button form <<<-------------*/
.sendButton {
	background: url(../images/content/btnsend.gif) no-repeat;
	height: 32px;
	width: 160px;
	border: none;
}

/* --------------->>> footer <<<---------------*/
#footer {
	border-top: 1px solid #666666;
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: right;
}

#footer a {
	color: #333333;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a.iconAcrobat {
	background: url(../images/footer/icon-getadobe.jpg) no-repeat;
	display: inline;
	float: right;
	height: 27px;
	margin: 0 20px;
	width: 90px;
}


/* --------------->>> other <<<---------------*/

.clearfix:after, form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, form li {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */