/*
	
*/


/* general definitions for boxes
. . . . . . . . . . . . . . . . . . . . */
.box-container {
	margin: 0px 0 0 0;
	padding: 0;
}

.box-container .box-title {
	font-family: georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #c33;
	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, Helvetica, 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, Helvetica, 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:link,
.box-container a.title-link:visited,
.box-container a.title-link:hover {
	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: #FFD580;
	font-family: "trebuchet ms", Verdana, Helvetica, 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, Helvetica, 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, Helvetica, 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 8px;
	background-image: url("../images/pages/list-dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 1em;
}

.box-items-nodot li {
  padding: 0 2px;
  margin: 0;
}


ul.box-items li {
	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
. . . . . . . . . . . . . . . . . . . . */
.box-container #categories-box {
	margin-top: 14px;
	margin-bottom: 8px;
}
.box-container #categories-box .box-title {
}
.box-container #categories-box .box-contents {
	background-color: none;/*#E8E8E3;*/
}

.box-container #categories-box .box-contents span.current-cat {
	color: #222;
	padding: 2px 2px 0;
	background-color: #f2f0d4;
	border-bottom: 3px solid #E5E4A9;
}


.box-container #categories-box a:link,
.box-container #categories-box a:visited,
.box-container #categories-box a:hover {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 105%;
}
.box-container #categories-box a:hover {
	color: #c33;
	text-decoration: underline;
}

/* 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%;
}

/*.cat-col-right {
	float: right;
	text-align: right;
	color: #a2a2a2;
	width: 19%;
}*/







/* search box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #search-box .box-title {
	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: 10px 0 0 6px;
	padding: 0;
	width: 130px;
}
.box-container #vitrine-box .box-top {
	font-size: 1px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: 8px;
	border: none;
	background-image: url("../images/pages/whitebox-top.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}
.box-container #vitrine-box .box-title {
	border: none;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 6px 0 6px;
	background-image: url("../images/pages/whitebox-mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

.box-container #vitrine-box .box-contents {
	text-align: center;
	background-image: url("../images/pages/whitebox-mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.box-container #vitrine-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	background-image: url("../images/pages/whitebox-bot.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}

#vitrine-box img.vignette {
	text-align: center;
	margin: 6px auto 8px auto;
}

.box-container #vitrine-box a:link,
.box-container #vitrine-box a:visited,
.box-container #vitrine-box a:hover {
	color: #333;
	border: none;
	display: block;
	text-decoration: none;
	margin: 0;
}
.box-container #vitrine-box a:hover {
	color: #c33;
	text-decoration: underline;
}

.box-container #vitrine-box a.title-link {
	color: #c33;
	font-weight: bold;
	background-image: url("../images/pages/follow-btn.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 24px;
}



/* editorial box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #edito-box {
	margin: 18px 0;
	background-color: #fff;
}
.box-container #edito-box h1 {
	color: #777744;
	margin: 0 0;
	padding: 0 0;
}
.box-container #edito-box .box-contents {
	font-family: "trebuchet ms", Verdana, Helvetica, 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;
}

.box-container #information-box .box-top {
	font-size: 1px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	height: 6px;
	border: none;
	background-image: url("../images/pages/greybox-top.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}
.box-container #information-box .box-title {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	color: #333;
	background-image: url("../images/pages/greybox-mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

.box-container #information-box .box-contents {
	background-color: none;
	border: none;
	margin-bottom: 0px;
	padding: 6px 6px 1px 6px;
	background-image: url("../images/pages/greybox-mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.box-container #information-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	background-image: url("../images/pages/greybox-bot.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}
.box-container #information-box a:link,
.box-container #information-box a:visited,
.box-container #information-box a:hover {
	font-weight: normal;
	color: #777;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0;
}
.box-container #information-box a:hover {
	color: #c33;
	text-decoration: underline;
}


/* qui-sommes-nous box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #whoarewe-box {
	padding: 0;
	margin-bottom: 0px;
	margin-right: 6px;
	border: none;
}

.box-container #whoarewe-box .box-top {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	height: 43px;
	background-image: url("../images/pages/who-top.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}
/*.box-container #whoarewe-box .box-title {
	color: #333;
	padding: 6px 14px;
	background-color: #FFD580;
	margin: 0;
}*/

.box-container #whoarewe-box .box-contents {
	background-image: url("../images/pages/yellowbox-mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
	margin: -4px 0 0 0;
	padding: 6px;
}
.box-container #whoarewe-box a:link,
.box-container #whoarewe-box a:visited,
.box-container #whoarewe-box a:hover {
	font-weight: normal;
	color: #333;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0;
}
.box-container #whoarewe-box a:hover {
	color: #c33;
	text-decoration: underline;
}
.box-container #whoarewe-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	background-image: url("../images/pages/yellowbox-bot.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}


	/* 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;
}

/*
// Section : Menu Article
*/
#article-menu{
	display         : block;
}

#articles{
	background      : #B8B34D url("../images/pages/bkg_articles_bottom.png") no-repeat left bottom;
	padding         : 8px 0 10px 0;
	width           : 128px;
	font            : normal 11px "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
}

#articles h1{
	font            : normal 11px "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	text-transform  : none;
	cursor          : pointer;
	color           : #000;
	margin          : 0 0 0 8px;
	padding         : 13px 0 0 0;
}

#articles h1.nomarge {
	padding-top     : 0;
}

#articles h2{
	margin          : 0;
	padding         : 1px 0 0 10px;
}

#articles h2 a{
	color           : #3e3c0e;
	padding : 0;
	margin : 0;
}

#articles h2 a:hover{
	text-decoration : none;
	color           : #C33;
	border          : none;
	padding : 0;
	margin : 0;
}


/* best-seller box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #bestsellers-box {
	margin: 10px 6px 0 0;
	padding: 0;
}
.box-container #bestsellers-box .box-top {
	font-size: 1px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: 8px;
	border: none;
	background-image: url("../images/pages/whitebox-top.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}
.box-container #bestsellers-box .box-title {
	font-size: 10px;
	color: #424242;
	border: none;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 6px 4px 6px;
	background-image: url("../images/pages/whitebox-mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.box-container #bestsellers-box .box-contents {
	background-image: url("../images/pages/whitebox-mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.box-container #bestsellers-box a:link,
.box-container #bestsellers-box a:visited,
.box-container #bestsellers-box a:hover {
	color: #333;
	border: none;
	display: inline;
	text-decoration: none;
	margin: 4px 0;
}
.box-container #bestsellers-box a:hover {
	color: #f90;
	text-decoration: underline;
}
.box-container #bestsellers-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	background-image: url("../images/pages/whitebox-bot.gif");
	background-repeat: no-repeat;
	background-position: left top;
}


/* 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: 10px 6px 0 0;
}
.box-container #specials-box .box-top {
	font-size: 1px;
	margin-top: 10px;
	margin-bottom: 0;
	height: 10px;
	border: none;
	background-image: url("../images/pages/specialbox-top.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.box-container #specials-box .box-title {
	text-align: center;
	color: #424242;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 6px 0 6px;
	background-color: none;
	background-image: url("../images/pages/specialbox-mid.gif");
	background-repeat: repeat-y;
}
.box-container #specials-box .box-contents {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 6px 6px 0 6px;
	background-color: none;
	background-image: url("../images/pages/specialbox-mid.gif");
	background-repeat: repeat-y;
}
.box-container #specials-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	background-image: url("../images/pages/specialbox-bot.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}

.box-container #specials-box a.title-link {
	color: #fff;
	background-image: url("../images/pages/follow-btn.brown.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 2px;
}

.box-container #specials-box a.ref:link,
.box-container #specials-box a.ref:visited,
.box-container #specials-box a.ref:hover {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: none;
	display: inline;
	text-decoration: none;
}
.box-container #specials-box a.ref:hover {
	color: #c33;
	text-decoration: underline;
}

.box-container #specials-box .box-contents img {
	padding: 10px 12px 14px;
	margin: 0 auto 6px auto;
	background-color: #fff;
	border-color: #B98248 #DEAF7E #DEAF7E #B98248;
	border-width: 1px;
	border-style: solid;
}

.box-container #specials-box div.links {
}

.box-container #specials-box div.price {
	font-size: 13px;
	font-weight: bold;
	color: #B10000;
	text-align: left;
}

.box-container #specials-box div.old-price {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.box-container #specials-box div.name {
	font-size: 12px;
	color: #fff;
	text-align: left;
	margin: 4px 0 10px 0;
}

.box-container #specials-box div.description {
	font-size: 10px;
	color: #fff;
	text-align: left;
	margin: 10px 0 0 0;
}





/* taxes included box
. . . . . . . . . . . . . . . . . . . . */

.box-container #sep-taxes-box {
	margin: 0 6px 0 0;
	background-color: #996;
	background-image: url("../images/pages/taxes_bak.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.box-container #sep-taxes-box .box-contents {
	border: none;
	color: #fff;
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 4px 2px;
}



/* shopping cart box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #cart-box {
	margin-right : 6px;
	width        : 128px;
}

.box-container #cart-box table{
	width        : 116px;
}

.box-container #cart-box .box-top {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	height: 32px;
	border: none;
	background-image: url("../images/pages/redbox-top.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}

.box-container #cart-box .box-title {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	color: #424242;
	padding: 6px 0;
	background : #C33 url("../images/pages/redbox-mid.gif") no-repeat 0px bottom;
}

.box-container #cart-box .box-contents {
	color : #FFF;
	background-image: url("../images/pages/redbox-mid.gif");
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 12px 6px 0 6px;
}

.box-container #cart-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	background-image: url("../images/pages/redbox-bot.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}

.box-container #cart-box a.title-link {
	color: #fff;
	background-image: url("../images/pages/grey-btn.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 22px;
}


td.cart-items,
td.cart-items-note,
td.cart-items-total,
td.cart-promo {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #eee;
	font-weight: normal;
	padding: 1px 0;
	vertical-align: middle;
}

td.cart-items {
	border-bottom: 1px solid #CE4548;
}

td.cart-items-total {
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 0;
	border-top: 1px solid #E99597;
}

td.cart-promo {
	font-weight: bold;
	color: #ffd57e;
	padding: 1px 2px;
	border-top: 1px solid #E99597;
}

td.cart-items a.item-link,
td.cart-items a.item-link:hover {
  font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFEECB;
	text-decoration: none;
}
td.cart-items a.item-link:hover {
	text-decoration: underline;
}

td.cart-items-note {
	color: #FFD47D;
	font-weight: bold;
	padding: 8px 0 0 0;
	text-align: center;
}


.box-container #cart-box a.order-button {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #c33;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px 10px 0 10px;
	padding: 3px 14px;
	background-color: #FFDD97;
	border: 1px solid #A8282A;
}
.box-container #cart-box a.order-button:hover {
	color: #c77;
	background-color: #FFEECB;
	border: 1px solid #E84344;
}




/* 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 */

#info-price,
.info-price {
	font-family: "trebuchet ms", Verdana, Helvetica, 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, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #424242;
	text-align: left;
	padding: 0;
	margin: 0 0 12px 0;
}


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: #777744;
	background-color: #fff;
	border: none;
	padding: 4px 0 0 0;
}
.box-container #new-products-box h2 {
	padding: 0;
	margin: 4px 0 0 0;
}
.box-container #new-products-box .box-contents {
	background-color: #fff;
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 130%;
	text-align: left;
	padding: 0px 6px 2px 6px;
}

.box-container #new-products-list .box-contents {
	background-color: #fff;
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #646464;
	line-height: 130%;
	text-align: left;
	padding: 6px 0 0 10px;
	margin: 0;
	border: none;
}

.prod-group {
	width: 23%;
	float: left;
	margin: 0 2px 10px 2px;
	padding: 4px 2px;
	border: 00;
}



/* recettes box specifics
. . . . . . . . . . . . . . . . . . . . */
.box-container #recettes-box {
	background  : #CC3433 url(../images/pages/img.bkg.recettes.jpg) no-repeat left bottom;
	padding: 0;
	margin : 10px 0 4px 6px;
	border: none;
	width  : 154px;
}

.box-container #recettes-box .box-title {
	font-size: 10px;
	color: #FFF;
	padding: 6px 14px;
	border: none;
}

.box-container #recettes-box .box-contents {
	padding-bottom: 10px;
}
.box-container #recettes-box a:link,
.box-container #recettes-box a:visited,
.box-container #recettes-box a:hover {
	font-weight: bold;
	color: #FFF;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0 0 0;
}
.box-container #recettes-box a:hover {
	color: #CCC;
	text-decoration: underline;
}

.box-container #recettes-box h5 {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}

ul.subrecipe {
	margin: 0;
	padding: 0;
}

span.recipe-help {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.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: 1px solid #996;
	margin: 8px 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: #FFE6B2;
	border: 1px solid #E6C788;
}

.inline-form-member {
	background-color: #E5E5CD;
	border: 1px solid #CCCCB7;
}



.inline-form-fullwidth {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #F8F7E7;
	border: 1px solid #CCCCB7;
	border-top: none;
}

.inline-form-holder {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	background-color: #F8F7E7;
	border: 1px solid #CCCC99;
	border-top: none;
}

.inline-form-title {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 4px 14px;
	margin: 0;
/*	background-color: #808044;*/
	background-color: #996;
	background-image: url("../images/pages/taxes_bak.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}


.inline-form-content-half,
.inline-form-content {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	color: #646464;
	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 */

.inline-form-content-half p {
	line-height: 110%;
	margin: 2px 0 4px 0;
}

.sub-section {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c33;
	padding: 10px 0 6px 0;
	background-color: none;
}


.order-number {
  font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: left;
	text-align: left;
	padding: 0 4px;
}

.order-status {
  font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: right;
	text-align: right;
}

a.btn-normal:link,
a.btn-normal:visited,
a.btn-normal:hover {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 3px 14px 3px 24px;
	background-color: #ddd;
	background-image: url("../images/pages/follow-btn.gray.gif");
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #d2d2d2;
}
a.btn-normal:hover {
	color: #777;
	border: 1px solid #c2c2c2;
	background-color: #ccc;
}

a.btn-small {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 0px 4px;
	color: #333;
	background-color: #FFD47B;
	border: 1px solid #E9B959;
}
a.btn-small:hover {
	color: #777;
	background-color: #FFE1A4;
}


/* override!!! >>> move back to main file
. . . . . . . . . . . . . . . . . . . . */
h3 {
  font-family: "trebuchet ms", Verdana, Helvetica, 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, Helvetica, 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 {
	background-color: #fff;
	padding: 0;
}

td.mid-column {
	background-color: #FFF;
	padding: 0;
}

table.main-column {
	width: 94%;
/*	background-color: #FFF;*/
	margin: 12px;
}

table.infoBox {
	/*background-color: #F5F5F0;*/
	border-top: 1px solid #c33;
	padding: 10px;
}


tr.listingRow {
	border: 1px solid #444;
}


td.form-data,
td.form-label {
	color: #424242;
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 30%;
	vertical-align: top;
	text-align: left;
	line-height: 140%;
}
td.form-data {
	width: 70%;
	padding: 2px 0;
}


.new-item-price {
	font-size: 10px;
	font-weight: bold;
}


.reviewStars {
	font-family: "trebuchet ms", Verdana, Helvetica, 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;
}


td.ProductInfoTitle span.origine {
	font-family: "trebuchet ms", Verdana, Helvetica, 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: 20px 0 10px 0;
	padding: 12px 0 6px 0;
	border-top: 1px dashed #C4C3B3;
}

span.coupon-helptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #646464;
}

td.coupon-ok {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFD57E;
	text-align: center;
	padding: 6px 0;
	background-color: #9A9965;
	background-image: url("../images/pages/taxes_bak.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.coupon-bad {
	font-family: "trebuchet ms", Verdana, Helvetica, 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;
	background-position: left bottom;
}

div.smallcart-coupon {
	margin: 12px 0 0 0;
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #555;
	text-align: center;
	border-top: 1px dashed #FFD57E;
	padding: 3px 0;
}
div.smallcart-percent {
	font-family: "georgia", serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	background-image: url("../images/pages/coupon.gif");
	background-repeat: no-repeat;
	background-position: center 0.7em;
	padding: 25px 0;
}

div.smallcart-name {
	font-family: "georgia", serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFD57E;
	padding: 8px;
}


div.smallcart-help {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size: 11px;
	color: #FFEECB;
	border-top: 1px dashed #FFD57E;
	padding: 3px 0;
}

td.cart-coupon-item {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 0;
	text-align: left;
	font-weight: bold;
	color: #FFD57E;
	padding: 1px 2px;
}

