/*
	
*/


/* 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: #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 {
	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 {
/*	background-color: #ddd;*/
	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 a:link,
.box-container #categories-box a:visited,
.box-container #categories-box a:hover {
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 110%;
letter-spacing: 0px;
}
.box-container #categories-box a:hover {
}

/* 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-top: 18px;
	margin-left: 6px;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #E9A959;
}
.box-container #vitrine-box .box-title {
	margin-top: 14px;
}
.box-container #vitrine-box a.title-link {
	font-size: 12px;
	color: #F17600;
	margin-top: 0;
	margin-bottom: 0;
}

.box-container #vitrine-box .box-contents {
	text-align: center;
}

#vitrine-box img.vignette {
	text-align: center;
	margin: 6px auto 8px auto;
}



/* 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: #FDDB4E;
	margin-bottom: 4px;
	margin-right: 6px;
	border: none;
}

.box-container #whoarewe-box .box-title {
	color: #333;
	padding: 6px 14px;
	border-color: #F2CA28;
	border-width: 1px;
	border-style: none solid none solid;
}

.box-container #whoarewe-box .box-contents {
	background-color: none;
	border-color: #F2CA28;
	border-width: 1px;
	border-style: none solid solid solid;
}
.box-container #whoarewe-box a:link,
.box-container #whoarewe-box a:visited,
.box-container #whoarewe-box a:hover {
	font-weight: bold;
	color: #424242;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 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 {
	margin: 0px 6px 0px 0;
/*	margin: 8px 6px 10px 0;
	border: 1px solid #FDDB4E;
	background-color: #FFECA4;*/
}
.box-container #bestsellers-box .box-top {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	background-image: url("../images/lt-yellow.top.gif");
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.box-container #bestsellers-box .box-title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 14px 8px;
	color: #424242;
	background-color: none;
	background-image: url("../images/lt-yellow.mid.gif");
	background-repeat: repeat-y;
}
.box-container #bestsellers-box .box-contents {
	background-color: none;
	background-image: url("../images/lt-yellow.mid.gif");
	background-repeat: repeat-y;
}
.box-container #bestsellers-box a:link,
.box-container #bestsellers-box a:visited,
.box-container #bestsellers-box a:hover {
	font-weight: bold;
	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/lt-yellow.bot.gif");
	background-repeat: no-repeat;
	background-position: 0px 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-top: 8px;
	margin-bottom: 6px;
	background-color: #fff;
/*	border: 2px solid #c00;*/
	width: 154px;
}
.box-container #specials-box .box-top {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	height: 18px;
	background-image: url("../images/promo.top.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.box-container #specials-box .box-title {
	text-align: center;
	color: #c00;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 8px;
	background-color: none;
	background-image: url("../images/promo.mid.gif");
	background-repeat: repeat-y;
}
.box-container #specials-box .box-contents {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #444;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: none;
	background-image: url("../images/promo.mid.gif");
	background-repeat: repeat-y;
}
.box-container #specials-box .box-bottom {
	margin: 0;
	padding: 0;
	height: 18px;
	background-image: url("../images/promo.bot.gif");
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

.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: #333;
	border: none;
	display: inline;
	text-decoration: none;
}
.box-container #specials-box a.ref:hover {
	color: #333;
	text-decoration: underline;
}

.box-container #specials-box a.imglink {
	color: #D65600;
	border: none;
}

.box-container #specials-box span.price {
	font-size: 12px;
	font-weight: bold;
	color: #D65600;
	border: none;
}

.box-container #specials-box a.title-link {
	font-size: 12px;
	color: #F17600;
	margin-top: 0;
	margin-bottom: 0;
}



/* taxes included box
. . . . . . . . . . . . . . . . . . . . */

.box-container #sep-taxes-box {
	margin: 0 6px 0 0;
	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 {
	margin-right: 6px;
}
.box-container #cart-box .box-top {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	background-image: url("../images/lt-orange.top.gif");
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.box-container #cart-box .box-title {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	color: #424242;
	padding: 0px 14px;
	background-image: url("../images/lt-orange.mid.gif");
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.box-container #cart-box .box-contents {
	background-image: url("../images/lt-orange.mid.gif");
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 0;
}
.box-container #cart-box .box-bottom {
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	background-image: url("../images/lt-orange.bot.gif");
	background-repeat: no-repeat;
	background-position: 0px top;
}

.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 10px;
	padding: 3px 14px;
	background-color: #f93;
	border: 1px solid #EA8A29;
}
.box-container #cart-box a.order-button:hover {
	color: #777;
	background-color: #FFBF7D;
	border: 1px solid #FFBF7D;
}

td.cart-items,
td.cart-items-note,
td.cart-items-total,
td.cart-promo {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	padding: 1px 0;
	vertical-align: middle;
}
td.cart-promo {
	font-weight: bold;
	background-color: #c00;
	color: #fff;
	padding: 1px 2px;
}

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;
}

td.cart-items-note {
	font-weight: bold;
	padding: 8px 2px 0 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;
/*
	float: right;
*/
	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;
	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 {
	padding: 0;
	background-color: #c00;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 6px;
	border: none;
}

.box-container #recettes-box .box-title {
	font-size: 10px;
	color: #f93;
	padding: 6px 14px;
	border: none;
}

.box-container #recettes-box .box-contents {
	background-color: none;
	border: 1px solid #a00;
	border-top: none;
	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: #FFE5CB;
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px 0 0 0;
}
.box-container #recettes-box a:hover {
	color: #f90;
	text-decoration: underline;
}

.box-container #recettes-box h5 {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fe7;
	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 {
	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 #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;
}

div.product-info-right h1 {
	font-family: georgia, serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	color: #F17600;
	padding: 0;
	margin: 0;
}

div.product-info-right h3 {
	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: 11px;
	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;
}




/* free shipping message box
. . . . . . . . . . . . . . . . . . . . */
#home-freeshipping {
	margin: 0;
	padding: 0;
	clear: both;
	height: 32px;
	width: 100%;
	/*background-color: #c00;*/
	text-align: center;
	vertical-align: middle;
}
#home-freeshipping div.left-edge {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 39px;
	height: 32px;
	clear: none;
	background-image: url("../images/pages/florian-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#home-freeshipping div.right-edge {
	margin: 0;
	padding: 0;
	width: 12px;
	float: right;
	display: inline;
	clear: none;
}
#home-freeshipping div.mid-part {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 14px 0 4px 0;
	background-image: url("../images/pages/florian-mid.gif");
	background-repeat: repeat-x;
}


/* 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: 10px;
	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;
}

