/*
	
*/


/* @group box-container */
.box-container {
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
*html .box-container {
		zoom: 1;
}


.box-container .box-title {
	font-family: georgia, serif;
	font-size: 42px;
	font-weight: bold;
	color: #990;
	background-color: transparent;
	padding: 0px 14px 0px 14px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;

	margin-top: 4px;
/*	border-top: 1px solid #C3CB7B;*/
}

.box-container h2 {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #880;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}

.box-container h1 {
	font-family: georgia, serif;
	font-size: 42px;
	font-weight: bold;
	color: #990;
	padding: 0px 14px 0px 14px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 4px;
}

.box-container .box-contents {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #555;
	padding: 0px 14px 4px 14px;
	margin: 0;
	background-color: transparent;
	border: none;
}



	/* default box links */
.box-container a:link,
.box-container a:visited,
.box-container a:hover {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 100%;
	margin: 3px 0 2px 0;
	display: block;
	color: #555;
	border: none;
}

.box-container a:hover {
	color: #D65600;
	text-decoration: underline;
}

	/* for box titles that are also links */
.box-container a.title-link {
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	display: block;
}
.box-container a.title-link:hover {
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: bold;
}
/* @end */




/* @group misc defaults */
ul {
	margin: 0 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0;
	padding: 0 14px;
	/*list-style: none;*/
	color: #333;
}

li {
  margin:0;
  padding:0;
  line-height:1.5em;
}

li.second-level,
.box-items li {
	margin: 0 0 0 20px;
	padding: 0 0 0 6px;
	background-image: url("img/bullet_green.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	/*height: 10px;*/
}

.box-items-nodot li {
  padding: 0 2px;
  margin: 0;
}

.account-items li {
	margin: 0 0;
	padding: 0 0 6px 12px;
	background-image: url("img/bullet_orange.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


li.second-level {
  padding: 0 0 0 20px;
}


.jmp {
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}

/* @end */

/* @group left column */
	/* @group categories module */
	.box-container #categories-box {
		margin-top: 22px;
		padding: 0;
	}
	.box-container #categories-box h2 {
		margin-left: 24px;
	}
	.box-container #categories-box .box-contents {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	
	.box-container #categories-box .box-contents ul.box-items {
		margin: 0 12px 0 24px;
		padding: 0;
		list-style-type: none;
	}
	
	.box-container #categories-box .box-contents ul.box-items li {
		margin: 0;
		padding: 0;
		background: transparent none;
	}
	*html .box-container #categories-box .box-contents ul.box-items li {
		margin: 0 0 0;
	}

	.box-container #categories-box .box-contents ul.box-items li a:link,
	.box-container #categories-box .box-contents ul.box-items li a:visited,
	.box-container #categories-box .box-contents ul.box-items li a:hover {
		font-size: 11px;
		font-weight: normal;
		line-height: 130%;
		color: #424242;
		margin: 0;
		padding: 2px 0 2px 12px;
		text-decoration: none;
		background: url("img/bullet_green.gif") no-repeat 0 center;
	}
	.box-container #categories-box .box-contents ul.box-items li a:hover {
		color: #D65600;
		text-decoration: underline;
	}

	.box-container #categories-box .box-contents ul.box-items li a b {
		color: #D65600;
	}



	
	/* for each row of the categories */
	.cat-list-row {
/*		width: 100%;
		padding: 0;
		margin: 0;
		text-align: left;
		color: #a2a2a2;
		clear: none;*/
	}
	
	.cat-col-left {
		float: left;
		text-align: left;
		width: 90%;
	}
	
	/* @end */


	/* @group search */
	.box-container #search-box {
		border: none;
		margin-top: 20px;
		padding: 0;
	}
	
	.box-container #search-box h2 {
		margin-left: 24px;
	}
	
	.box-container #search-box .box-contents {
		background-color: transparent;
		border: none;
		padding: 0 0 0 24px;
	}
	
	.box-container #search-box .box-contents .srch-inputbox {
		background-color: #fff;
		border: 1px solid #b6bc81;
		padding: 2px;
	}
	.box-container #search-box .box-contents .srch-inputbox:focus {
		background-color: #eef0d9;
		border: 1px solid #7b862c;
		padding: 2px;
	}
	
/* @end */





	/* @group guide pratique */
	.box-container #guide-box {
		margin-top: 20px;
		padding: 0;
	}
	
	.box-container #guide-box h2 {
		border: none;
		margin-left: 24px;
	}
	
	.box-container #guide-box .box-contents {
		background-color: transparent; /*#E8E8E3;*/
		padding: 0;
	}
	
	.box-container #guide-box .box-contents ul {
		margin: 0 12px 0 24px;
		padding: 0;
		list-style-type: none;
	}
	
	.box-container #guide-box .box-contents ul li {
		line-height: 140%;
		margin: 0 0 4px;
		padding: 0;
	}
	
	.box-container #guide-box .box-contents ul li a:link,
	.box-container #guide-box .box-contents ul li a:visited,
	.box-container #guide-box .box-contents ul li a:hover {
		font-weight: normal;
		color: #424242;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	.box-container #guide-box .box-contents ul li a:hover {
		color: #D65600;
		text-decoration: underline;
	}

	/* @end */


	/* @group pdf downloads */

a.download-btn:link,
	a.download-btn:visited,
	a.download-btn:hover {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #DF5700;
		font-weight: bold;
		line-height: 24px;
		text-decoration: none;
		display: inline;
		padding: 6px 24px;
	background: url("img/pdficon_small.gif") no-repeat 0 4px;
	}
	a.download-btn:hover {
		text-decoration: underline;
	}
	
	/* @end */

/* @group aroma */
.box-container #aroma-box {
	margin-top: 14px;
	margin-left: 18px;
}
.box-container #aroma-box .box-top {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	background: url("img/box160_top.gif") no-repeat 0px bottom;
}

.box-container #aroma-box h2 {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 14px 8px;
	width: 130px;
	background: transparent url("img/box160_mid.gif") repeat-y 0 top;
}

.box-container #aroma-box .box-contents {
	background: transparent url("img/box160_mid.gif") repeat-y;
	border: none;
	padding: 0;
	margin: 0;
}

.box-container #aroma-box .box-contents p {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
	margin: 0;
	width: 130px;
	padding: 0 14px 6px 14px;
}

.box-container #aroma-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	background-image: url("img/box160_bot.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}
.box-container #aroma-box .box-contents ul.box-items-red-dot {
	width: 130px;
}
.box-container #aroma-box .box-contents ul.box-items-red-dot li {
	list-style-image: url(img/bullet_orange.gif);
	margin: 0 0 0 28px;
	padding: 0;
}
	/* @end */

/* @end */

/* @group right column */

	/* @group shopping cart */
	.box-container #cart-box {
		margin: 22px auto 10px;
		padding: 0 0 ;
		width: 270px;
		background: #f4e1f4 url(img/bk-cart-hdr.jpg) no-repeat 0 0;
	}
	
	.box-container #cart-box h2 {
		color: #fff;
		padding: 6px 12px 0;
		margin: 0;
	}

	.box-container #cart-box h2 a:link,
	.box-container #cart-box h2 a:visited,
	.box-container #cart-box h2 a:hover {
		color: #fff;
		font-size: 11px;
		margin: 0;
		padding: 2px 0 2px 14px;
		background: url(img/goto.gif) no-repeat 0 3px ;
	}
	.box-container #cart-box h2 a:hover {
		text-decoration: underline;
	}

	.box-container #cart-box .box-contents {
		margin: 36px 0 10px;
		width: 90%;
	}
	
	.box-container #cart-box a.order-button {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #333;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 10px 10px 0;
		padding: 4px 24px;
		background-color: #f9eaf9;
		border: 1px solid #af8daf;
	}
	.box-container #cart-box a.order-button:hover {
		color: #fff;
		background-color: #D65600;
		border: 1px solid #D65600;
	}

	.box-container #cart-box table.shop-cart {
		margin: 0;
		padding: 0;
	}

	.box-container #cart-box table.shop-cart td.cart-items,
	.box-container #cart-box table.shop-cart td.cart-promo {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #424242;
		font-weight: normal;
		padding: 2px 4px;
		vertical-align: middle;
	}

	.box-container #cart-box table.shop-cart td.total {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #424242;
		font-weight: bold;
		padding: 8px 4px;
		vertical-align: bottom;
		border-top: 1px solid #af8daf;
	}

	.box-container #cart-box table.shop-cart td.cart-promo {
		font-weight: bold;
		background-color: #D65600;
		color: #fff;
		padding: 1px 2px;
	}

	.box-container #cart-box table.shop-cart td.cart-coupon-item {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #424242;
		font-weight: normal;
		padding: 4px 4px;
		vertical-align: middle;
	}


	.box-container #cart-box table.shop-cart td.cart-items a:link,
	.box-container #cart-box table.shop-cart td.cart-items a:visited,
	.box-container #cart-box table.shop-cart td.cart-items a:hover {
	  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
	.box-container #cart-box table.shop-cart td.cart-items a:hover {
		text-decoration: underline;
	}

	.box-container #cart-box table.shop-cart td.cart-items-note {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #988798;
		font-weight: normal;
		padding: 14px 2px 0;
		text-align: center;
	}



	/* @group coupon */

	div.smallcart-coupon {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #595912;
		text-align: center;
		border: 1px solid #d6dbc7;
		padding: 6px 12px;
		margin: 10px 12px;
		background: #e8ebdf url("img/bk-coupon.png") repeat-x 0 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
	}
	div.smallcart-percent {
		font-family: "georgia", serif;
		font-size: 15px;
		font-weight: bold;
		color: #842184;
		background: url("img/coupon.png") no-repeat center center;
		padding: 20px 0 22px;
	}
	
	div.smallcart-name {
		font-family: "georgia", serif;
		font-size: 11px;
		line-height: 130%;
		font-weight: bold;
		color: #43530c;
		padding: 4px ;
	}
	
	div.smallcart-help {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #43530c;
		text-align: center;
		border-top: 1px solid #b8bba2;
		padding: 6px 0 3px;
		margin: 10px 0 0 0;
	}


	/* @end */

	




p.intro {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #656565;
	line-height: 145%;
}
td.intro {
	margin: 0;
	padding: 10px 20px;
	border-top: 1px solid #DBDBD6;
	border-bottom: 1px solid #DBDBD6;
}

	/* @end */



	/* @group planet neroliane */
#planet-neroliane {
	width: 270px;
	height: 151px;
	background: url(img/bk-planet.png) no-repeat;
	margin: 0 auto 12px;
}

#planet-neroliane ul {
	list-style-type: none;
	padding: 54px 0 0 10px;
	overflow: hidden;
}

#planet-neroliane ul li {
	display: block;
	float: left;
	width: 54px;
	height: 53px;
	margin: 0 11px 0 0;
}


#planet-neroliane ul li a:link,
#planet-neroliane ul li a:visited,
#planet-neroliane ul li a:hover,
#planet-neroliane ul li a:active {
	display: block;
	width: 56px;
	height: 53px;
}
	/* @end */



	/* @group neronews */
	.box-container #nero-news {
		margin: 0 auto 12px;
		padding: 0 0 ;
		width: 270px;
		background-color: #fff;
	}
	
	.box-container #nero-news h2 {
		color: #424242;
		text-indent: -9000px;
		height: 25px;
		padding: 8px 0;
		margin: 0;
		background: #fff url(img/carnet-recettes.png) no-repeat center 10px;
	}

	.box-container #nero-news .box-contents {
		margin: 0;
		padding: 0 24px 6px 18px;
	}

	.box-container #nero-news .box-contents h3 {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #4f4f4f;
		margin: 0;
		padding: 2px 0 0;
	}

	.box-container #nero-news .box-contents p {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #787878;
		margin: 0;
		padding: 0 0 12px 0;
	}

	.box-container #nero-news .box-contents a:link,
	.box-container #nero-news .box-contents a:visited,
	.box-container #nero-news .box-contents a:hover {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #787878;
		text-align: right;
		display: block;
		text-decoration: underline;
	}
	.box-container #nero-news .box-contents a:hover {
		color: #e36800;
	}


	.box-container #nero-news .box-contents ul {
		margin: 0;
		padding: 0 0 0 0;
		list-style-type: none;
	}
	.box-container #nero-news .box-contents ul li {
		margin: 0 0 6px;
		padding: 3px 0;
		background: #fff url(img/neronews-sep.gif) no-repeat left top;
	}

	.box-container #nero-news .box-contents ul li a:link,
	.box-container #nero-news .box-contents ul li a:visited,
	.box-container #nero-news .box-contents ul li a:hover {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #e36800;
		text-align: left;
		text-decoration: none;
	}
	.box-container #nero-news .box-contents ul li a:hover {
		text-decoration: underline;
	}

	.box-container #nero-news .box-contents ul li ul.sub-list {
		margin: 0 0 0 12px;
		padding: 2px 0;
		background: transparent none;
	}
	.box-container #nero-news .box-contents ul li ul.sub-list li {
		margin: 0;
		padding: 0 0;
		background: transparent none;
	}
	.box-container #nero-news .box-contents ul li ul.sub-list li a {
		color: #939;
	}

	/* @end */


	/* @group side-banners */
	.box-container #side-banners {
		margin: 0 auto 10px;
		padding: 0;
		width: 270px;
		overflow: hidden;
	}
	*html .box-container #side-banners {
		zoom: 1;
	}
	
	.box-container #side-banners a.side-blurb-full:link,
	.box-container #side-banners a.side-blurb-full:visited,
	.box-container #side-banners a.side-blurb-full:hover {
		color: #424242;
		text-align: center;
		width: 270px;
		padding: 0;
		margin: 0 0 4px;
		background: transparent;
		overflow: hidden;
		display: block;
		float: left;
	}

	.box-container #side-banners img{
		border: none;
	}

	.box-container #side-banners a.side-blurb-half:link,
	.box-container #side-banners a.side-blurb-half:visited,
	.box-container #side-banners a.side-blurb-half:hover {
		color: #424242;
		text-align: center;
		width: 135px;
		padding: 0;
		margin: 0 0 4px;
		background: transparent;
		overflow: hidden;
		display: block;
		float: left;
	}

	.box-container #side-banners a.side-blurb-full.lastResort {
		padding: 20px 0;
		background: #5ea55e;
	}
	.box-container #side-banners a.side-blurb-half.lastResort {
		padding: 20px 0;
		background: #5f79a7;
	}

	/* @end */



	/* @group specials box */
	.box-container.specials-box {
		margin: 0 auto 10px;
		width: 270px;
		height: 265px;
		padding: 0;
		background: url(img/bk-prix-doux.jpg) no-repeat 0 0;
		position: relative;
	}

	.box-container.specials-box a#specials-btn {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 270px;
		height: 155px;
	}

	.box-container.specials-box #specials-slide {
		position: absolute;
		top: 160px;
		left: 20px;
		display: block;
		width: 230px;
		height: 95px;
		overflow: hidden;
		zoom: 1;
		background-color: #fff;
	}

	.box-container.specials-box img {
		font-size: 9px;
		color: #bbb;
		border: none;
		float: left;
		width: 48px;
		margin: 12px 0 0;
	}

	.box-container.specials-box #specials-descr {
		font-size: 11px;
		line-height: 140%;
		color: #424242;
		float: right;
		width: 170px;
	}

	.box-container.specials-box #specials-descr h3 {
		font-size: 13px;
		font-weight: bold;
		line-height: 100%;
		color: #eb5e00;
		margin:12px 0 4px;
outline: 0px solid #ccc;
	}

	.box-container.specials-box #specials-descr p {
		font-size: 11px;
		line-height: 130%;
		color: #585858;
		margin: 0;
		padding: 0;
outline: 0px solid #ccc;
	}

	.box-container.specials-box #specials-descr a {
		font-size: 12px;
		color: #424242;
	}

	.box-container.specials-box span.price {
		font-size: 13px;
		font-weight: bold;
		color: #eb5e00;
		border: none;
	}
	/* @end (specials) */
	



	/* @group vitrine / coups de cœur */
	.box-container #vitrine-box {
		margin: 0 auto 10px;
		width: 270px;
		padding: 12px 0;
		background: #cedba2 url("img/bk-special-box.gif") repeat-x 0 top;
	}
	
	.box-container #vitrine-box h2 {
		color: #D65600;
		border: none;
		margin: 0;
		padding: 0 12px 8px;
		background: transparent;
		width: 270px;
	}
	*html .box-container #vitrine-box h2 {
		width: 256px;
	}

	.box-container #vitrine-box h2 a:link,
	.box-container #vitrine-box h2 a:visited,
	.box-container #vitrine-box h2 a:hover {
		font-family: georgia, serif;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		margin: 0;
		padding: 0 0 2px 16px;
		background: url(img/goto-lite.gif) no-repeat 0px 0px ;
	}
	.box-container #vitrine-box h2 a:hover {
		text-decoration: underline;
	}
	
	.box-container #vitrine-box .box-contents {
		text-align: left;
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: hidden;
	}

	.box-container #vitrine-box .box-contents #img-col {
		float: left;
		width: 64px;
		margin: 0 18px;
	}
	*html .box-container #vitrine-box .box-contents #img-col {
		margin: 0 12px;
	}
	.box-container #vitrine-box .box-contents #img-col img {
		width: 60px;
		margin: 0;
		padding: 1px;
		border: 1px solid #9fad73;
		background-color: #fff;
	}

	.box-container #vitrine-box .box-contents #txt-col {
		font-size: 11px;
		color: #424242;
		float: left;
		width: 170px;
		padding: 10px 0 0;
	}

	.box-container #vitrine-box .box-contents #txt-col a:link,
	.box-container #vitrine-box .box-contents #txt-col a:visited,
	.box-container #vitrine-box .box-contents #txt-col a:hover {
		font-size: 12px;
		font-weight: bold;
		color: #424242;
		border: none;
		display: inline;
		text-decoration: none;
	}
	.box-container #vitrine-box .box-contents #txt-col a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.box-container #vitrine-box span.price {
		font-size: 12px;
		font-weight: bold;
		color: #eb5e00;
		border: none;
	}
	/* @end */




	/* @group facebook panel */
#facebook-panel {
	background-color: transparent;
	width: 270px;
	margin: 0 auto 10px;
	padding: 0;
	border: none;
}

#facebook-panel a#goto-fb-page {
	display: block;
	margin: 0 0 4px;
	height: 45px;
	width: 270px;
	background: #eeeff3 url(img/neroliane-FBfan.png) no-repeat;
}

#facebook-panel #fb-root {
	background: #fff;
}

	/* @end (facebook panel) */


	/* @group twitter panel */
#twitter-panel {
	background-color: transparent;
	width: 270px;
	margin: 0 auto 10px;
	padding: 0;
	border: none;
}

	/* @end (twiter panel) */


/* @end (right col) */





/* @group footer */
	/* @group rss */
	#footer-container .footer-column .box-container #rss-box {
		margin: 0 0 4px;
		padding: 2px 0;
		background: url(img/feed-icon-28x28.png) no-repeat 0px 4px;
	}
	
	#footer-container .footer-column .box-container #rss-box .box-contents {
		text-align: left;
		color: #a6a529;
		line-height: 120%;
		margin: 0;
		padding: 0px 0 4px 36px;
	}
	/* @end */


	/* @group social sites */
	#footer-container .footer-column a.fb-link {
		line-height: 24px;
		margin: 0 0 6px;
		padding: 0 0 0 30px;
		background: url(img/facebook.png) no-repeat 0 center;
		display: block;
		height: 24px;
	}
	#footer-container .footer-column a.twit-link {
		line-height: 24px;
		margin: 0 0 6px;
		padding: 0 0 0 30px;
		background: url(img/twitter.png) no-repeat 0 center;
		display: block;
		height: 24px;
	}
	/* @end */
/* @end  (footer)*/






/* @group central column */


/* @end  (central)*/






/* editorial box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #edito-box {
	margin: 0 0;
	background-color: #fff;
}
.box-container #edito-box h1 {
	color: #666600;
	border-bottom: 1px solid #cccc88;
}
.box-container #edito-box .box-contents {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 130%;
	text-align: left;
	padding: 6px 14px 2px 14px;
	border: none;
}
.box-container #edito-box img.flt {
	float: left;
	border: 0;
	margin: 4px 10px 4px 0px;
}
.box-container #edito-box span.edito-sig {
	font-style: italic;
	float: right;
	margin: 4px;
}
.box-container #edito-box a:link,
.box-container #edito-box a:visited,
.box-container #edito-box a:hover {
	font-weight: bold;
	color: #D65600;
	border: none;
	display: inline;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.box-container #edito-box a:hover {
	color: #D65600;
	text-decoration: underline;
}


/* information box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #information-box .box-title {
	color: #424242;
	/*	margin-top: 20px;*/
}

.box-container #information-box .box-contents {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}
.box-container #information-box a:link,
.box-container #information-box a:visited,
.box-container #information-box a:hover {
	font-weight: bold;
	color: #424242;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0;
}
.box-container #information-box a:hover {
	color: #D65600;
	text-decoration: underline;
}


/* qui-sommes-nous box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #info2-box {
	padding: 4px 0;
	background-color: #849400;
	margin-bottom: 10px;
}

.box-container #info2-box .box-title {
	color: #424242;
	color: #fff;
	padding: 6px 14px;
}

.box-container #info2-box .box-contents {
	background-color: transparent;
	border: none;
}
.box-container #info2-box a:link,
.box-container #info2-box a:visited,
.box-container #info2-box a:hover {
	font-weight: bold;
	color: #fff;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0;
}
.box-container #info2-box a:hover {
	color: #f90;
	text-decoration: underline;
}


	/* languages box specifics & links
. . . . . . . . . . . . . . . . . . . . */
.box-container #languages-box .box-title {
	color: #424242;
	padding: 6px 14px;
}

.box-container #languages-box .box-contents {
	text-align: center;
	border: none;
}

.box-container #languages-box a:link,
.box-container #languages-box a:visited,
.box-container #languages-box a:hover {
	padding: 1px 2px;
	display: inline;
}


/* currency box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #currency-box .box-title {
	color: #424242;
}


/* order history box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #orderhistory-box .box-title {
	color: #424242;
}
.box-container #orderhistory-box a:link,
.box-container #orderhistory-box a:visited,
.box-container #orderhistory-box a:hover {
	font-weight: bold;
	color: #858585;
	border-bottom: 1px dotted #858585;
	display: inline;
	text-decoration: none;
}
.box-container #orderhistory-box a:hover {
	color: #D65600;
	border-bottom: 1px solid #858585;
}
.box-container #orderhistory-box a.cart:link,
.box-container #orderhistory-box a.cart:visited,
.box-container #orderhistory-box a.cart:hover {
	font-weight: normal;
	color: #858585;
	border: none;
	display: inline;
	text-decoration: none;
}


/* manufacturers-box box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #manufacturers-box .box-title {
}


/* what's new-box box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #whatsnew-box {
	margin: 14px 0 0 0;
}
.box-container #whatsnew-box .box-title {
	padding: 2px 14px;
}
.box-container #whatsnew-box .box-contents {
	text-align: left;
}
.box-container #whatsnew-box a.ref:link,
.box-container #whatsnew-box a.ref:visited,
.box-container #whatsnew-box a.ref:hover {
	font-weight: bold;
	display: block;
}
.box-container #whatsnew-box a.ref:hover {
}

.box-container #whatsnew-box a.imglink {
	color: #D65600;
	border: none;
}

.catHilite {
	font-weight: normal;
	color: #F90;
	padding-left: 0px;
	font-style: italic;
}


/* manufacturerinfos-box box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #manufacturerinfos-box .box-title {
	color: #424242;
}
.box-container #manufacturerinfos-box a:link,
.box-container #manufacturerinfos-box a:visited,
.box-container #manufacturerinfos-box a:hover {
	font-weight: bold;
	color: #858585;
	border-bottom: 1px dotted #858585;
	display: inline;
	text-decoration: none;
}
.box-container #manufacturerinfos-box a:hover {
	color: #D65600;
	border-bottom: 1px solid #858585;
}


/* catalog-box box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #catalog-box .box-title {
	color: #424242;
}
.box-container #catalog-box a:link,
.box-container #catalog-box a:visited,
.box-container #catalog-box a:hover {
	font-weight: bold;
	color: #858585;
	border: 1px dotted #858585;
	display: inline;
	text-decoration: none;
}
.box-container #catalog-box a:hover {
	color: #D65600;
	border-bottom: 1px solid #858585;
}


/* order history box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #notification-box .box-title {
	color: #424242;
}


/* tell a friend box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #friend-box .box-title {
	color: #424242;
}


/* reviews box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #reviews-box .box-title {
	color: #424242;
}
.box-container #reviews-box .box-contents {
}





/* taxes included box
. . . . . . . . . . . . . . . . . . . . */

.box-container #sep-taxes-box {
	margin: 0px;
}

.box-container #sep-taxes-box .box-contents {
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: bold;
	color: #595900;
	text-transform: uppercase;
	text-align: center;
	background-color: #cece39;
	border: none;
	margin: 0;
	padding: 8px 4px;
}




/* what's new /month/ box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #new-products-box h1 {
	color: #666600;
	background-color: #fff;
	border-top: none;
	border-bottom: 1px solid #cccc88;
}
.box-container #new-products-box h2 {
	padding-top: 10px;
}
.box-container #new-products-box .box-contents {
	background-color: #fff;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 130%;
	text-align: left;
	padding: 6px 0 2px 0;
	border: none;
}


/* titles that also have a link next to them
. . . . . . . . . . . . . . . . . . . . */
.title55-link {
	float: left;
}

.symbol-link {
/*	float: right;
	display: block;
	margin: 0;
	padding: 0;*/
	display: inline;
	padding-left: 4px;
}

.symbol-link a:link,
.symbol-link a:visited,
.symbol-link a:hover {
	font-weight: bold;
	color: #656565;
	border: none;
	text-decoration: none;
	display: inline;
}
.symbol-link a:hover {
	border: none;
}





td.cart-items {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0;
	vertical-align: middle;
}
td.cart-items a {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
td.cart-items a:hover {
	text-decoration: underline;
}


.inner-note {
	font-size: 10px;
	display: block;
	background-color: #fff;
	padding: 4px 20px;
	border-top: 1px solid #990;
	border-bottom: 1px solid #990;
	margin: 10px 0 0 0;
}

input.defaultbtn {
	cursor: pointer;
}


.inline-form {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.inline-form-fullwidth {
	width: 390px;
	margin: 0;
	padding: 0;
	float: left;
}

.inline-form-title {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #939;
	padding: 4px 14px;
	background-color: transparent;
	border-bottom: 1px solid #990;
}
.inline-form-content-half,
.inline-form-content {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 145%;
	color: #444;
	padding: 4px 0;
	white-space: normal;
	text-align: left;
}
.inline-form-content-half {
	width: 200px;
}
	/* mac-ie5 won't see this \*/
.inline-form-content-half {
	width: 186px;
}
	/* end hack */

.sub-section {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #939;
	padding: 18px 0 6px 0;
	background-color: transparent;
}


.order-number {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
	text-align: left;
	padding: 0 4px;
}

.order-status {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: right;
	text-align: right;
}

a.btn-normal {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #424242;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 3px 14px;
	background-color: #E8E8AB;
	border: 1px solid #BDBD00;
}
a.btn-normal:hover {
	color: #fff;
	background-color: #D65600;
	border: 1px solid #D65600;
}

a.btn-small {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 0px 4px;
	background-color: #E8E8AB;
	border: 1px solid #BDBD00;
}
a.btn-small:hover {
	color: #fff;
	background-color: #D65600;
	border: 1px solid #D65600;
}


/* override!!! >>> move back to main file
. . . . . . . . . . . . . . . . . . . . */
h3 {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #656565;
	padding: 0;
	margin: 6px 0 4px 0;;
	line-height: 140%;
}

h4 {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	padding: 0;
	margin: 4px 0 2px 0;;
	line-height: 140%;
}


table.recart {
	background-color: transparent;
}



table.infoBox {
	/*background-color: #F5F5F0;*/
	border-top: 0px solid #990;
	padding: 10px;
}


tr.listingRow {
	border: 1px solid #444;
}

th.productListing-data {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 140%;
	border-bottom: 1px solid #849400;
}

td.form-label {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 35%;
	vertical-align: top;
	text-align: left;
	line-height: 140%;
}


.new-item-price {
	font-size: 10px;
	font-weight: bold;
}


.reviewStars {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 19px;
	color: #0060F0;
	font-weight: normal;
	display: inline;
}

td.ProductInfoTitle {
	text-align: left;
	padding: 0 0 2px 0;
	vertical-align: top;
}

td.ProductInfoTitle h1 {
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #939;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	display: inline;
}

td.ProductInfoTitle span.origine {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #939;
	padding: 0;
	margin: 0 0 0 2em;
	display: inline;
}

td.ProductInfoTitle h2 {
	font-family: georgia, serif;
	font-size: 9px;
	font-weight: normal;
	color: #f90;
	padding: 0;
	margin: 0;
	text-align: right;
}

td.ProductShortDescr {
	font-family: georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	text-align: left;
	padding: 0;
	font-style: italic;
}

td.ProductInfoPrice {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #5493F0;
	text-align: center;
	padding: 12px 0 12px 0;
	vertical-align: middle;
	width: 29%;
}




/* couponing
. . . . . . . . . . . . . . . . . . . . */
p.coupon-input {
	margin: 30px 0 10px 0;
	padding: 18px 0 12px 0;
	border-top: 1px dashed #FF8800;
}

span.coupon-helptext {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #777;
}

td.coupon-ok {
	background-color: #FF8800;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

td.coupon-bad {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #FFE3E0;
	background-image: url("../img/pages/coupon-bad.back.gif");
	background-repeat: repeat-x;
	text-align: center;
	padding: 4px 0;
}

td.green-rule {
	font-size: 2px;
	padding: 8px 0;
	border-bottom: 1px solid #990;
}



/* rss included box
. . . . . . . . . . . . . . . . . . . . */
.box-container #rss-box {
	margin: 8px 0 4px;
	padding: 0 0px;
	background: url(img/feed-icon-28x28.png) no-repeat 0px 4px;
}

.box-container #rss-box .box-contents {
	text-align: left;
	color: #a6a529;
	line-height: 120%;
	margin: 0;
	padding: 0px 0 4px 36px;
}
#rss-box a:link,
#rss-box a:visited,
#rss-box a:hover {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #660;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 2px;
	display: inline;
}
#rss-box a:hover {
	color: #D17300;
	text-decoration: underline;
}
#rss-box h3 {
	font-family: georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #660;
	margin: 0;
	padding: 0 0 2px;
}




	/* blurbs holder */
#special-blurb {
	margin: 10px 0;
}


	/* pages listings/catégories */
div.promo-block {
	font-size: 11px;
	color: #e95d00;
	padding: 6px 0px;
	border-top: 1px solid #f1c284;
}
div.promo-block a {
	font-size: inherited;
	font-weight: normal;
	color: #e95d00;
}
div.promo-block li {
	padding: 2px 0;
	border-bottom: 1px solid #e1e182;
}
div.promo-block strong {
	font-family: georgia, serif;
	font-size: 11px;
	font-weight: bold;
}



/* @group blog-link (wide version) */
#blog-links {
	margin: 12px 0;
	width: 400px;
}
#blog-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
*html #blog-links ul {
	zoom: 1
}

#blog-links ul  li {
	float: left;
	width: 132px;
	margin: 0;
	padding: 0;
	background: #fff url(img/blog-frame.bkwide.jpg) repeat-x left top;
	height: 59px;
}

#blog-links ul  li:first-child {
}

#blog-links ul li a:link,
#blog-links ul li a:visited,
#blog-links ul li a:hover,
#blog-links ul li a:active {
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0;
	padding: 8px 4px 0 64px;
	border-right: 2px solid #fff;
	height: 59px;
}
#blog-links ul li a:hover {
	color: #FF8800;
}
*html #blog-links ul li a {
	zoom: 1;
	height: 20px;
}

#blog-links ul li a.blog {
	background: transparent url(img/blog-frame.blog.jpg) no-repeat 4px 4px;
}
#blog-links ul li a.diffuser {
	background: transparent url(img/blog-frame.diffuser.jpg) no-repeat 4px 4px;
}
#blog-links ul li a.moon {
	background: transparent url(img/blog-frame.moon.jpg) no-repeat 4px 4px;
}


/* @end */



/* @group blog-link (narrow version) */
#blog-links-narrow {
	margin: 6px auto;
	width: 268px;
}
#blog-links-narrow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
*html #blog-links-narrow ul {
	zoom: 1
}

#blog-links-narrow ul  li {
	float: left;
	width: 87px;
	margin: 0 2px 0 0;
	background: #66665a url(img/blog-frame.bkhalf.jpg) repeat-x left bottom;
}

#blog-links-narrow ul  li:first-child {
}

#blog-links-narrow ul li a:link,
#blog-links-narrow ul li a:visited,
#blog-links-narrow ul li a:hover,
#blog-links-narrow ul li a:active {
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0;
	padding: 64px 2px 6px;
}
#blog-links-narrow ul li a:hover {
	color: #FF8800;
}

#blog-links-narrow ul li a.blog {
	background: transparent url(img/blog-frame.blog.jpg) no-repeat center 4px;
}
#blog-links-narrow ul li a.diffuser {
	background: transparent url(img/blog-frame.diffuser.jpg) no-repeat center 4px;
}
#blog-links-narrow ul li a.moon {
	background: transparent url(img/blog-frame.moon.jpg) no-repeat center 4px;
}
/* @end */



#social-links {
	zoom: 1;
	margin: 10px 0;	
}






/* @group new categories navigation */
#categories-tree {
	text-align: left;
	margin: 0 0 0;
	padding: 12px 18px;
	background-color: #fafcf4;
}

#categories-tree h2 {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7a7a00;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	display: none;
}

#categories-tree dl {
}

#categories-tree dt {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #880;
	margin: 0;
	padding: 6px 0 2px;
	border-top: 1px solid #fdfff6;
}

#categories-tree dd {
	color: #585858;
	margin: 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #edf4d7;
	overflow: hidden;
}

#categories-tree dd a:link,
#categories-tree dd a:visited,
#categories-tree dd a:hover,
#categories-tree dd a:active {
	font-size: 11px;
	line-height: 130%;
	padding: 0px 10px;
	display: block;
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#categories-tree dd a:hover {
	background-color: #e2e5d7;
	text-decoration: none;
	border: 1px solid #c9cbbf;
}

#categories-tree dd a.curr-cat {
	background-color: #e2e5d7;
	border: 1px solid #d9dbce;
}

/* @end */







/* @group tootips */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 6px solid #b4b4b4;
	background-color: #f9f8f4;
	padding: 12px 24px;
	opacity: 1;
	overflow: hidden;
	width: 260px;
    box-shadow: 0 0 #444;
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px #444;
}
*html #tooltip {
	width: expression(document.body.clientWidth < 202? "202px" : document.body.clientWidth > 322? "320px" : "auto");
}

#tooltip div {
	font-size: 10px;
	margin: 0;
	padding: 0;
	border: none;
}
#tooltip h3 {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	margin: 4px 0 8px;
}
#tooltip p {
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #545454;
	margin: 0 0 8px;
}
/* @end */




p.legal-warnings {
	font-size: 9px;
	line-height: 9px !important;
	color: #7f7f7f;
	padding: 0 8px;
}



