body {
	background-color: #ffffff;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Main font setting */
p, li, td, th, dt, dd, h1, h2, h3, h4, h5, h6, fieldset, label {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, strong {
	color: #222222;
}
p, li, td, th, dt, dd, form, fieldset {
	font-size: 14px;
}
a {
	color: #0000ff;
}
a:visited {
	color: #8800ff;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

dt {
	font-weight: bold;
}

form {
	margin-top: 0;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	width: 25%;
	margin-right: 10px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
}
form br {
	clear: left;
}

option.main {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
}
option.sub {
	padding-left: 15px;
}
option.sub2 {
	padding-left: 30px;
}

img.prod_t {
	border: 0;
}

img.prod_r {
	border: 0;
	margin: 15px;
}

img.prod {
	border: 0;
	margin-right: 5px;
	margin-bottom: 8px;
}

ol.questions li {
	margin-bottom: 1em;
}
ol.questions input {
	width: 26em;
}
ol.questions textarea {
	width: 26em;
}

p.pages {
	clear: left;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.hidden, .newinput {
	display: none;
	z-index: -10;
}
.visible {
	display: block;
	z-index: 10;
}

.options {
	font-size: 12px;
}

#findit {
	clear: left;
}

span.special {
	font-weight: bold;
	color: red;
}

/* Layout */

#intro {
	display: none;
	position: relative;
	top: 0;
	left: 0;
}

/* Header needs two columns: navs contains nav_logo and nav_top */
#navs {
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

/* Logo (Firefox thinks the image is baseline-aligned. :( ) */
#nav_logo {
	margin: 0;
	padding: 0;
}
#nav_logo a {
	margin: 0;
	padding: 0;
}
/* Thanks to alangeor on 10 Oct 2005 for the vertical-align fix: */
/* <http://www.cre8asiteforums.com/viewtopic.php?p=144434> */
#nav_logo a img {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: top;
}

#topad {
	margin-left: 50px;
}

/* User menu box */
#nav_top {
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e00000;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	margin: 0;
	padding: 0;
}
#nav_top img {
	margin: 0;
	padding: 0;
}

/* Language box */
#nav_top #lang {
	text-align: right;
	margin-bottom: 5px;
}
#nav_top #lang a {
	color: #000000;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
#nav_top #lang a:hover { color: #e00000; }

#nav_top #subscribe {
	font-weight: normal;
	text-align: right;
}

#nav_top #greeting {
	text-align: right;
}


/* Main menu box */
#nav_topmenu {
	border-top: 2px solid #e00000;
	background: #888888;
	margin: 0 0 5px 0;
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	line-height: 25px;
	padding: 0;
}
/* Last 5 lines hacked for MSIE's usual stupidity. That one was too big to let go. */
#nav_topmenu #slogan {
	display: inline;
	line-height: 25px;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 2px solid #e00000;
	background: #888888;
	position: relative;
	top: -2px;
	left: 0;
}

#nav_topmenu form {
	display: inline;
	margin-bottom: 0;
	margin-right: 3px;
}
#nav_topmenu form input {
	width: 100px;
}
#nav_topmenu form label {
	float: none;
	width: auto;
	margin: auto;
	color: white;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

#nav_topmenu ul {
	padding: 0;
	margin: 0;
}
#nav_topmenu ul li {
	background-color: #e0e0e0;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #888888;
	border-left: 1px solid #888888;
	padding: 4px 0 4px 0;
	margin: 0;
}
#nav_topmenu a {
	text-decoration: none;
	color: black;
	padding: 0px 10px 0px 20px;
	margin: 0;
	line-height: 20px;
}
/* Background color is ignored?!? */
#nav_topmenu a:hover {
	color: black;
	background-color: #f09090;
}
#nav_topmenu a img {
	border: 0;
	margin: 0;
	padding: 0;
}
.loginbutton {
	padding-left: 20px;
	background: #bbb url(/img/go.png) no-repeat center left;
	font-weight: bold;
}

#insert {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#insert p {
	text-align: right;
	color: #f09090;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#insert p a {
	margin: 0;
	padding: 0;
}
#insert #lang {
	text-align: left;
	float: left;
}
#insert #lang a {
	color: #000000;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#insert #lang a:hover { color: #e00000; }


/* General disposition */

#nonhead {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 5px;
}

#main {
	position: absolute;
	top: 0;
	left: 175px;
}


/* Left navigation */

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	background-color: #ffffff;
}

#nav_promo dl {
	background: #e0e0e0;
	margin-top: 0;
}
#nav_promo dt {
	padding: 3px 3px 3px 10px;
	margin-left: 10px;
	background: #e0e0e0 url(/img/arright1.gif) no-repeat center left;
	font-size: 12px;
	font-weight: bold;
}
#nav_promo dd {
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: center;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	font-size: 13px;
}


/* Left menu style */
.nav_main li {
	font-size: 12px;
}
.nav_main ul li.lang a {
	font-size: 14px;
}
.nav_main ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
	color: #000000;
}
.nav_main ul a {
	text-decoration: none;
	color: #000000;
}
.nav_main ul a:link { color: #000000; }
.nav_main ul ul a:visited {color: #999999; }
.nav_main ul a:hover { color: #e00000; }
.nav_main ul ul a:hover { color: #e00000; }
.nav_main ul li {
	margin-bottom: 10px;
}
.nav_main ul ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: normal;
	padding-bottom: 10px;
	background: #ffffff url(/img/gx-hr125.gif) no-repeat bottom;
}
.nav_main ul ul li {
	border: none;
	padding-left: 10px;
	margin-bottom: 0;
	background: url(/img/arright3.gif) no-repeat left .5em transparent;
}



/* Recherches */

#search {
	position: relative;
	top: 0;
	left: 0;
	background: #e0e0e0;
	padding: 2px;
}

#search .tablist {
	margin: 0;
	padding: 3px 3px 0 3px;
}
#search .tablist li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}
#search .tablist .title {
	font-size: 16px;
	padding-right: 20px;
	font-weight: bold;
}
#search .tablist .selected {
	background: #ffffff url(/img/tab.gif) no-repeat top left;
	color: #888888;
}

#searchbody {
	background: #ffffff;
	padding: 5px;
	zoom: 100%;
}

#searchbody form {
	margin-bottom: 0;
	padding-bottom: 0;
}
.searchbutton {
	padding-left: 20px;
	font-weight: bold;
	background: #bbb url(/img/go.png) no-repeat center left;
}

table.catstack td {
	vertical-align: top;
}
table.catstack ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 0;
}
table.catstack li {
	list-style-type: none;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
table.catstack li.selected a {
	font-weight: bold;
	color: #000;
}

#data {
	margin-right: 25px;
	zoom: 100%;
}


/* Relative to /produits.html */

#data #categories {
	list-style-type: none;
	width: 550px;
	padding-left: 0;
	margin-left: 0;
}

#data #categories li {
	margin: 0 0 10px 0;
	padding: 0;
}
#data #categories a {
	display: block;
	height: 80px;
	padding: 10px 10px 10px 190px;
	border: none;
	color: black;
	font-size: 12px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-decoration: none;
}
#data #categories a:hover {
	background-color: #e0e0e0;
}
#data #categories a strong {
	font-size: 17px;
}
#data #categories li#categ1 a { background-image: url(/img/categ1.jpg); }
#data #categories li#categ2 a { background-image: url(/img/categ2.jpg); }
#data #categories li#categ3 a { background-image: url(/img/categ3.jpg); }
#data #categories li#categ4 a { background-image: url(/img/categ4.jpg); }
#data #categories li#categ5 a { background-image: url(/img/categ5.jpg); }


/* Relative to /catalogue */

ul.thumbnails {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.thumbnails li {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 100px;
	height: 135px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}

ul.thumbnails li a {
	text-decoration: none;
	width: 100px;
	display: block;
	color: #000000;
	border: 3px solid #ffffff;
}
ul.thumbnails li a:hover {
	border: 3px solid #e0e0e0;
}

ul.thumbnails li em.special {
	color: red;
}
ul.thumbnails li em {
	color: red;
}

ul.thumbnails img {
	border: 0;
}


/* Relative to /product */

.product .icons {
	float: right;
}
.product .icons img {
	margin-left: 10px;
}

.product img.photo {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.product ul {
	list-style-type: none;
}

.product ul li {
	margin-bottom: 1em;
}

li.colors .color {
	border: 1px solid black;
	border-right: none;
	margin: 0 2px 0 0;
	line-height: 24px;
}
li.colors .color span {
	margin: 0;
	border-right: 1px solid black;
}


/* Relative to cart and commandes */
table.info th {
	background-color: #d0d0d0;
	text-align: right;
}
table.info td {
	background-color: #e8e8e8;
}
table.info td.empty, table.info, th.empty {
	background: none;
}

table.cart {
	width: 90%;
	margin-bottom: 10px;
}
table.cart th {
	background-color: #d0d0d0;
}
table.cart td {
	background-color: #e8e8e8;
}
table.cart tr:hover th {
	background-color: #cccc68;
}
table.cart tr:hover td {
	background-color: #eeee98;
}
table.cart tr:hover th.empty, table.cart tr:hover td.empty {
	background: none;
}
table.cart tr.good td {
	background-color: #68ff68;
}
table.cart tr.neutral td {
}
table.cart tr.bad td {
	background-color: #ffc8c8;
}
/* This is duplicated in design/cart.html for unfortunate reasons */
table.cart tr.clustered td {
	background-color: #c8c8ff;
}
table.cart th.empty, table.cart td.empty {
	border: none;
	background: none;
}

/* For corpo inventory (no, not the other one) */
table.cart tr.clearance td {
	color: red;
}
table.cart tr.sale td {
	color: orange;
}

/* Relative to our amazing forewindow */
#forewindow {
	position: absolute;
	top: 25px;
	left: 50px;
	width: 90%;
	background: #bbbbbb;
	border: 3px solid #999999;
	border-left: 3px solid #e0e0e0;
	border-top: 3px solid #e0e0e0;
}
#forewindow h2 {
	padding: 0 0 0 10px;
	margin: 0;
}
#forewindow #close {
	display: inline;
	float: right;
	margin: 2px 0 0 0;
	padding: 0 10px 0 0;
	font-weight: bold;
}
#forewindow #foredata {
	margin: 0 3px 3px 3px;
	padding: 2px 5px 2px 5px;
	border: 2px solid #e0e0e0;
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	background: #ffffff;
	min-height: 310px;
}

/* Inventory */
table.inventory {
}
table.inventory th, table.inventory td {
	padding: 2px 2px 2px 2px;
}
table.inventory th {
	background-color: #e0e0e0;
	font-size: 12px;
}
table.inventory td {
	text-align: right;
	font-size: 12px;
}

/* Page TOC */
.toc_item {
	font-size: 12px;
}
.toc_item:after {
	content: ' ' url(/img/down_arrow.gif);
}
.to_top {
	font-size: 11px;
	text-align: right;
	clear: both;
}
.to_top:after {
	content: ' ' url(/img/up_arrow.gif);
}

/* FAQ */
form#faq_nav {
	padding: 5px 5px 5px 5px;
	background-color: #e0e0e0;
}
#faq_nav_admin {
	margin-top: 5px;
	font-size: 12px;
}
#faq_title_options {
	padding-left: 25px;
	font-size: 12px;
}
#faq_keywords {
	font-size: 10px;
}

/* Debugging info */
#debug_duration {
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	padding: 2px;
	margin: auto;
	background-color: #ffe0e0;
	border: 1px dashed #808080;
}

#debug_queries {
	position: relative;
	top: 0;
	left: 0;
	background-color: #e0e0ff;
}
