/*
	
*/


/* general definitions for boxes
. . . . . . . . . . . . . . . . . . . . */
.box-container {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.box-container .box-title {
	font-family: georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #F17600;
	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 h1 {
	font-family: georgia, serif;
	font-size: 13px;
	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;
}

.box-container .box-title img.gotopage {
	padding: 0px 0 0 4px;
	vertical-align: text-bottom;
}


	/* 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: 11px;
	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: #333;
	text-decoration: underline;
}


.jmp {
	padding: 0;
	margin: 0;
	clear: both;
}

	/* 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;
	margin: 0;
}
.box-container a.title-link:hover {
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: bold;
}


	/* for the buzzwords on top of each page #849400;*/
#first-words {
	background-color: #fb7;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c72;
	padding: 1px 40px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#first-words a {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c72;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#first-words a:hover {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9C5916;
	text-decoration: none;
}

/* lists
. . . . . . . . . . . . . . . . . . . . */
ul.box-items,
ul {
	margin: 0 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0;
	padding: 0 14px;
	list-style: default;
	color: #333;
}

li {
  margin:0;
  padding:0;
  line-height: 1.5em;
}

li.second-level,
.box-items li {
	margin: 0 0;
	padding: 0 0 2px 12px;
	background-image: url("../images/bullet_green.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 1em;
}

.box-items-nodot li {
  padding: 0 2px;
  margin: 0;
}


ul.box-items li {
	text-align: left;
	height: 100%;
}


li.second-level {
  padding: 0 0 0 20px;
}

.box-items-red-dot li {
	padding: 0 0 0 10px;
	background-image: url("../images/bullet_orange.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

ul.plain {
	margin: 0;
	padding: 0;
	list-style: square inside;
}






/* guide box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #guide-box {
/*	background-color: #ddd;*/
	margin-top: 14px;
}
.box-container #guide-box .box-title {
}
.box-container #guide-box .box-contents {
	background-color: none;/*#E8E8E3;*/
}

.box-container #guide-box a:link,
.box-container #guide-box a:visited,
.box-container #guide-box a:hover {
	font-weight: bold;
	margin: 4px 0 0 0;
	padding: 0;
}
.box-container #guide-box a:hover {
}



/* categories box specifics
. . . . . . . . . . . . . . . . . . . . */



	/* @group categories module */
	.box-container #categories-box {
		text-align: left;
		margin-top: 22px;
		padding: 0;
	}
	.box-container #categories-box h2 {
		font-family: georgia, serif;
		font-size: 14px;
		color: #c00;
		margin: 0 0 8px 12px;
	}
	.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 12px;
		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;
	}

	.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: 4px 0 4px 10px;
		display: block;
		text-decoration: none;
		background: url("img/bullet_orange.gif") no-repeat 0 center;
	}
	.box-container #categories-box .box-contents ul.box-items li a:hover {
		color: #D65600;
		text-decoration: underline;
		background-color: #fff2be;
	}

	.box-container #categories-box .box-contents ul.box-items li a b {
		color: #D65600;
		border: 1px solid #D65600;
		padding: 0 4px;
		width: 140px;
		display: block;
	}



	
	/* 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 */




/* search box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #search-box .box-title {
	color: #c00;
	text-align: left;
	border: none;
	margin-top: 10px;
}

.box-container #search-box .box-contents {
	background-color: none;
	border: none;
}

.box-container #search-box a:link,
.box-container #search-box a:visited,
.box-container #search-box a:hover {
	font-weight: bold;
	color: #424242;
	border: none;
	display: block;
	text-decoration: none;
}
.box-container #search-box a:hover {
	color: #D65600;
	text-decoration: underline;
}



/* vitrine box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #vitrine-box {
	margin: 8px auto;
	background-color: #fff;
	width: 270px;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.box-container #vitrine-box h2 {
	text-align: left;
	color: #c00;
	padding: 8px 0;
	margin: 8px 0 8px 12px;
}
.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: 14px;
	color: #c00;
	font-weight: bold;
	margin: 0;
		padding: 2px 0 2px 18px;
		background: url(img/goto.png) no-repeat 0 center;
}
.box-container #vitrine-box h2 a:hover {
	text-decoration: underline;
}

.box-container #vitrine-box .box-contents {
	font-size: 12px;
	color: #777;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
	background-color: #fff;
	padding: 0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.box-container #vitrine-box .box-contents ul {
}

.box-container #vitrine-box .box-contents ul li.special-row {
	font-size: 11px;
	font-weight: normal;
	color: #6a6a6a;
	line-height: 150%;
	padding: 6px 0;
	overflow: hidden;
	border-bottom: 1px solid #ffc9a5;
}
*html .box-container #vitrine-box .box-contents ul li.special-row {
	zoom: 1;
}

.box-container #vitrine-box .box-contents li.special-row img {
	float: left;
	width: 70px;
	padding: 0;
	margin: 6px 8px 0 0;
	border: none;
}


.box-container #vitrine-box ul li.special-row a:link,
.box-container #vitrine-box ul li.special-row a:visited,
.box-container #vitrine-box ul li.special-row a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
	line-height: 150%;
	border: none;
	display: block;
	text-decoration: none;
}
.box-container #vitrine-box ul li.special-row a:hover {
	color: #D65600;
	text-decoration: underline;
}

.box-container #vitrine-box span.price {
	font-size: 14px;
	font-weight: bold;
	color: #D65600;
	border: none;
}

.box-container #vitrine-box strong {
	font-size: 12px;
	font-weight: bold;
	color: #444;
}




/* editorial box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #edito-box {
	margin: 22px 0;
	background-color: #fff;
}
.box-container #edito-box h1 {
	color: #c00;
}
.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: #00A0AC;
	border: none;
	display: inline;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.box-container #edito-box a:hover {
	color: #005F66;
	text-decoration: underline;
}


/* information box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #information-box {
	margin: 0 6px 0 0;
	background-color: #F93;
	border: 1px solid #EF7500;
	border-top: none;
}

.box-container #information-box .box-title {
	color: #333;
	padding-top: 6px;
	padding-bottom: 4px;
}

.box-container #information-box .box-contents {
	background-color: none;
	border: none;
	margin-bottom: 0px;
}
.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: #fff;
	text-decoration: underline;
}


/* qui-sommes-nous box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #whoarewe-box {
	padding: 0;
	background-color: transparent;
	margin: 0 0 14px;
	border: 0px solid #F2CA28;
}

.box-container #whoarewe-box h2 {
	font-family: georgia, serif;
	font-size: 14px;
	color: #80441d;
	text-align: left;
	margin: 8px 0 8px 12px;
}

.box-container #whoarewe-box img {
	display: none;
}

.box-container #whoarewe-box .box-contents {
	text-align: left;
	background-color: none;
}
.box-container #whoarewe-box a:link,
.box-container #whoarewe-box a:visited,
.box-container #whoarewe-box a:hover {
	font-weight: normal;
	color: #424242;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0;
	padding: 2px 0;
}
.box-container #whoarewe-box a:hover {
	color: #fff;
	text-decoration: underline;
}


	/* languages box specifics & links
. . . . . . . . . . . . . . . . . . . . */
.box-container #languages-box .box-title {
	color: #424242;
}

.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;
}


/* best-seller box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #bestsellers-box {
	text-align: left;
	margin: 10px 6px 0px 0;
}
.box-container #bestsellers-box h2 {
	font-family: georgia, serif;
	font-size: 14px;
	color: #c00;
	text-align: left;
	margin: 0 0 0 12px;
	padding: 0px 14px 8px;
	display: none;
}
.box-container #bestsellers-box .box-contents {
}
.box-container #bestsellers-box a:link,
.box-container #bestsellers-box a:visited,
.box-container #bestsellers-box a:hover {
	font-weight: normal;
	color: #333;
	border: none;
	display: block;
	text-decoration: none;
	margin: 6px 0;
}
.box-container #bestsellers-box a:hover {
/*	color: #f90;
	text-decoration: underline;*/
}

/* 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 {
}


/* specials box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #specials-box {
	margin: 0 auto 10px;
	background-color: #fff;
	width: 264px;
	border: 3px solid #f30240;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.box-container #specials-box h2 {
	text-align: left;
	color: #c00;
	padding: 8px 0;
	margin: 8px 0 8px 12px;
}
.box-container #specials-box h2 a:link,
.box-container #specials-box h2 a:visited,
.box-container #specials-box h2 a:hover {
	font-family: georgia, serif;
	font-size: 14px;
	color: #c00;
	font-weight: bold;
	margin: 0;
		padding: 2px 0 2px 18px;
		background: url(img/goto.png) no-repeat 0 center;
}
.box-container #specials-box h2 a:hover {
	text-decoration: underline;
}

.box-container #specials-box .box-contents {
	font-size: 12px;
	color: #777;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
	background-color: #fff;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.box-container #specials-box .box-contents ul {
}

.box-container #specials-box .box-contents ul li.special-row {
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
	line-height: 150%;
	padding: 6px 0;
	overflow: hidden;
	border-bottom: 1px solid #ffc9a5;
}
*html .box-container #specials-box .box-contents ul li.special-row {
	zoom: 1;
}

.box-container #specials-box .box-contents li.special-row img {
	float: left;
	width: 70px;
	padding: 0;
	margin: 6px 8px 0 0;
	border: none;
}


.box-container #specials-box ul li.special-row a:link,
.box-container #specials-box ul li.special-row a:visited,
.box-container #specials-box ul li.special-row a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
	line-height: 150%;
	border: none;
	display: block;
	text-decoration: none;
}
.box-container #specials-box ul li.special-row a:hover {
	color: #D65600;
	text-decoration: underline;
}

.box-container #specials-box span.price {
	font-size: 14px;
	font-weight: bold;
	color: #D65600;
	border: none;
}

.box-container #specials-box strong {
	font-size: 12px;
	font-weight: bold;
	color: #444;
}


/* taxes included box
. . . . . . . . . . . . . . . . . . . . */

.box-container #sep-taxes-box {
	margin: 0 0 0 6px;
	background-color: #EF7500;
}

.box-container #sep-taxes-box .box-contents {
	border: none;
	color: #fff;
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 8px 4px;
}



/* shopping cart box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #cart-box {
		text-align: left;
		margin: 22px auto 10px;
		padding: 0 0 2px;
		width: 270px;
		background: #fff ;
}
.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: 12px;
		margin: 0;
		padding: 2px 0 2px 18px;
		background: url(img/goto.png) no-repeat 0 center;
	}
	.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: #f93;
		border: 1px solid #ea8a29;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	.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: 10px 4px;
		vertical-align: bottom;
		border-top: 1px solid #a0a0a0;
	}

	.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;
	}






/* for each row of the categories */
.product-info-row {
	width: 100%;
	padding: 0 0 1px 0;
	margin: 12px auto;
}
	/* mac-ie5 won't see this \*/
#product-info-row {
	clear: both;
}
	/* end hack */

.product-info-left {
/*
	float: left;
*/
	text-align: center;
	vertical-align: bottom;
	width: 200px;
	margin: 0;
	padding: 0;
}

.product-info-right {
	font-family: georgia, serif;
	font-size: 12px;
	text-align: left;
	width: 200px;
	padding: 0;
	margin: 0;
}


.product-info-description {
	margin: 10px 0;
	padding: 8px 0;
	border-top: 1px solid #DBDBD6;
	border-bottom: 1px solid #DBDBD6;
}

p.product-description {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	margin: 0;
	padding: 0 0 6px 0;
	width: 200px;
}

h4.product-description {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	margin: 0 0 10px 0;
	padding: 0;
}

p.product-details {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
	margin: 4px 0 2px 0;
	padding: 0;
}
#info-price,
.info-price {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f60;
}
#info-price {
	margin: 0 10px 0 10px;
}


div.action-box {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #424242;
	text-align: left;
	padding: 0;
	margin: 0 0 12px 0;
}


.product-info-right p.info-text,
.product-info-row p.info-text {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 130%;
	margin: 0;
	padding: 0;
	width: 200px;
}

p.info-longtext {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 160%;
	margin: 0;
}

.product-info-row h2 {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #f93;
	margin: 6px 0 2px 0;
	padding: 0;
	text-transform: uppercase;
	clear: both;
	line-height: 100%;
}
.product-info-right h2 {
	color: #660;
	margin: 6px 0 2px 0;
	padding: 0;
	width: 200px;
}


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;
}


/* what's new /month/ box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #new-products-box h1 {
	color: #c00;
	background-color: #fff;
	border: none;
}
.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: #666;
	line-height: 130%;
	text-align: left;
	padding: 6px 14px 2px 14px;
	width: 362px;
	border: none;
}

.prod-group {
	width: 27%;
	float: left;
	margin: 0 6px 18px 6px;
	padding: 4px 2px;
	border: 00;
}



/* recettes box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #recettes-box {
	background: #d3b8a6 url(img/bk-recettes.jpg) repeat-y;
	margin: 14px 4px 4px 0;
	padding: 4px 0;
}

.box-container #recettes-box h2 {
	font-family: georgia, serif;
	font-size: 14px;
	color: #80441d;
	text-align: left;
	margin: 0;
	padding: 8px 14px 92px;
	border: none;
	background: transparent url(img/img.recettes.jpg) no-repeat 24px 34px;
}

.box-container #recettes-box .box-contents {
	text-align: left;
	background-color: none;
	padding-bottom: 10px;
}
.box-container #recettes-box a:link,
.box-container #recettes-box a:visited,
.box-container #recettes-box a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0 0 0;
}
.box-container #recettes-box a:hover {
	color: #fff;
	text-decoration: underline;
}

.box-container #recettes-box h3 {
	font-family: georgia, serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}

ul.subrecipe {
	margin: 0;
	padding: 0;
}

span.recipe-help {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fe7;
}

.subrecipe li {
	padding-left: 10px;
}


/* 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;
}


a.inner-note,
.inner-note {
	font-size: 10px;
	display: block;
	background-color: #fff;
	padding: 4px 20px;
	border-top: 1px solid #f93;
	border-bottom: 1px solid #f93;
	margin: 16px 0 0 0;
}
a.inner-note {
	text-align: center;
}

input.defaultbtn {
	cursor: pointer;
}


.inline-form-new-user,
.inline-form-member,
.inline-form {
	width: 190px;
	margin: 0;
	padding: 4px;
	float: left;
}

.inline-form-new-user {
	margin-right: 10px;
	background-color: #FFF3F3;
	border: 1px solid #F3DFDF;
}

.inline-form-member {
	background-color: #FEFDE2;
	border: 1px solid #EFEED4;
}



.inline-form-fullwidth {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.inline-form-title {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 4px 14px;
	background-color: none;
	border-bottom: 1px solid #f93;
}
.inline-form-content-half,
.inline-form-content {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	color: #444;
	padding: 4px 14px;
	white-space: normal;
	text-align: left;
}
.inline-form-content-half {
	width: 162px;
}
	/* mac-ie5 won't see this \*/
.inline-form-content-half {
	width: 160px;
}/* end hack */

.sub-section {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c00;
	padding: 18px 0 6px 0;
	background-color: none;
}


.order-number {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: left;
	text-align: left;
	padding: 0 4px;
}

.order-status {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: right;
	text-align: right;
}

a.btn-normal {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 3px 14px;
	background-color: #f93;
	border: 1px solid #EA8A29;
}
a.btn-normal:hover {
	color: #777;
	background-color: #FFBF7D;
	border: 1px solid #FFBF7D;
}

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;
	color: #444;
	background-color: #f93;
	border: 1px solid #f93;
}
a.btn-small:hover {
	color: #fff;
	background-color: #c00;
	border: 1px solid #c00;
}


/* 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.mainarea {
	background-color: white;
	padding: 0;
	margin: 0;
}


table.recart {
	background-color: none;
}


td.right-column {
	padding: 0;
}

td.mid-column {
	padding: 0;
}

table.main-column {
	width: 398px;
/*	background-color: #FFF;*/
	margin: 12px;
}

table.infoBox {
	/*background-color: #F5F5F0;*/
	border-top: 1px solid #f93;
	padding: 10px;
}


tr.listingRow {
	border: 1px solid #444;
}


td.form-label {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 30%;
	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: 12px 0 2px 0;
	vertical-align: top;
}

#product-info-titles h2 {
	font-family: georgia, serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	color: #F17600;
	padding: 0;
	margin: 0;
}

#product-info-titles p {
	font-family: georgia, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	padding: 0;
	margin: 0 0 30px 0;
}

div.product-info-right p.product-long-descr {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	font-style: normal;
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
	width: 200px;
}
div.product-info-right strong {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #F17600;
}

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%;
}




#products-volume {
	background-color: #ddd;
}





/* couponing
. . . . . . . . . . . . . . . . . . . . */
p.coupon-input {
	margin: 30px 0 10px 0;
	padding: 18px 0 12px 0;
	border-top: 1px dashed #C4C3B3;
}

span.coupon-helptext {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #777;
}

td.coupon-ok {
	background-color: #CEFFF0;
	background-image: url("../images/pages/coupon-ok.back.gif");
	background-repeat: repeat-x;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444;
	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("../images/pages/coupon-bad.back.gif");
	background-repeat: repeat-x;
	text-align: center;
	padding: 4px 0;
}

div.smallcart-coupon {
	margin: 12px 0 0 0;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #555;
	text-align: center;
	border-top: 1px dashed #c00;
	padding: 3px 0;
}
div.smallcart-percent {
	font-family: "georgia", serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-image: url("../images/pages/coupon.gif");
	background-repeat: no-repeat;
	background-position: center -2px;
	padding: 22px 0 ;
}

div.smallcart-name {
	font-family: "georgia", serif;
	font-size: 11px;
	font-weight: bold;
	color: #A50000;
	padding: 8px;
}


div.smallcart-help {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #c00;
	text-align: center;
	border-top: 1px dashed #c00;
	padding: 3px 0;
}

td.cart-coupon-item {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 0;
	text-align: left;
	font-weight: bold;
	color: #c00;
	padding: 1px 2px;
}

	/* @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 neronews */
	.box-container #nero-news {
		margin: 0 auto 10px;
		padding: 0 0;
		width: 270px;
		background-color: #f7efe8;
	}
	
	.box-container #nero-news h2 {
		color: #424242;
		text-indent: -9000px;
		height: 36px;
		padding: 8px 0;
		margin: 0 0 8px;
		background: #fff url(img/neronews-hdr.jpg) no-repeat left 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;
		text-align: left;
		margin: 0;
		padding: 2px 0 0;
display: none;
	}

	.box-container #nero-news .box-contents p {
		font-family: "trebuchet ms", Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #444;
		text-align: left;
		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: #c00;
		text-align: left;
		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 6px;
		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 */