//* STYLES N�CESSAIRES POUR LE LAYOUT */

div.right {
  text-align:right;
}

.hidden {
  display:none;
}

a {
  color:#000;  
}

table tr td {
  font-size:12px;
}

table td.inputCell {
	width:245px;
}

td.messageStackError {
	color: #F00; 
	font-weight:bold;
}

td.messageStackSuccess { 
	background-color: #99ff00; 
	font-weight:bold;
}


input.text {
  border:1px solid #000;
  font-size:12px;
}

input.checkbox {
  width:auto;
}

input.button {
	background-color:#FFF;
	font-weight:bold;
  border:2px solid #C00;
}

img {
  border:0;
}

body {
  margin:0;
	padding:0;
	font-family:"Myriad Roman", Tahoma, sans-serif;
  font-size:12px;
  color:#000;
	text-align:center;
}

ol li {
  margin-bottom:5px;  
}

dl dd {
  margin-bottom:15px;  
}


a {
  text-decoration:none;
}

a:visited {
  color:#000;
}

h1 {
  position:absolute;
  top:7px;
	left:-142px;
  margin:0;
	padding:0;
}

h1 img {
  width:127px;
	height:29px;
}

h3 {
  font-size:14px;
}

#thewholething {
  margin: 0 auto;
  width:771px;
  text-align:left;
  background:white url(../images/layout/whole_bg.png) top left repeat-y;
}

#pageContentFrame {
  position:relative;
  float:right;
  width:597px;
  background-color:#FFF;
}

#content {
  width:575px;
  margin:0 10px 10px 10px;
}

#content.home h3 {
  font-size:12px;
}

#header {
	height:50px;
	background:transparent url(../images/layout/grad_h_red.png)	top left repeat-x;
}

#languageBox {
  position:absolute;
	top:0;
	right:0;
  width:226px;
	height:33px;
	background:#000 url(../images/layout/language_bg.png)	top left no-repeat;
}

#languageBox select {
  position:absolute;
	right:7px;
	top:5px;
}

#aboutUsBox {
  position:absolute;
	top:33px;
  width:597px;
  height:17px;
  text-align:right;
	background:transparent url(../images/layout/grad_h_lightgrey.png) bottom left repeat-x;
}

#aboutUsList {
  list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#aboutUsList li {
  display:inline;
  margin:0 3px 0 3px;
  text-transform:uppercase;
  font-size:10px;
}

#aboutUsList li:before { content: "| "; }
#aboutUsList li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #aboutUsList li{
  border-left: 1px solid black;
  padding: 0 0.4em 0 0.4em;
  margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #aboutUsList { height: 1%; }

/*End hide*/
/*Mac IE 5*/
* html #aboutUsList li:first-child { border-left: 0; }

#sidebar {
	float:left;
  margin:0;
	padding:0;
	width:174px;
	background:#C00 url(../images/layout/big_s.png) top left no-repeat;
}

#menu {
  margin-top:0;
  padding-top:245px;
  font-size:16px;
  font-weight:bold;
}

#menu li {
  padding-left:5px;
	margin:5px 0 5px 0;
  list-style-image:url(../images/layout/list_bullet.png);
  color:#FFF;
  cursor:pointer;
}

#menu li:hover,
#menu li.hover {
  color:#BFA34C;
  list-style-image:url(../images/layout/list_bullet_hover.png);
}

#menu li:hover ul,
#menu li.hover ul {
  display:block;
}

#menu li a {
  display:block;
	width:100%;
	height:100%;
  color:#FFF;
}

/* DYNAMIC CATALOG ITEMS */

#catalogItem {
  position:relative;
}

#catalogItem:hover #catalogList {
  display:block;
}

#menu li ul {
  position:absolute;
  bottom:-60px;
	left:90px;
	margin:2px 0 0 0;
	padding:0;
  font-size:12px;
  color:#000;
  display:none;
}

#menu li ul li {
  position:relative;
  list-style:none;
  list-style-image:none;
  width:130px;
	height:15px;
  line-height:15px;
  margin:-2px 0 0 0;
	padding:0 0 0 5px;
	border:2px solid #BFA34C;
  background:transparent url(../images/layout/menualpha.png);
  text-transform:uppercase;
}

#menu li ul li a {
  color:#000;
}

#menu li ul li:hover,
#menu li ul li.hover {
  list-style:none;
  list-style-image:none;
  background-image:none;
	background-color:#FFF;
}

/* END DYNAMIC CATALOG */

#footer {
  position:relative;
  clear:both;
	height:21px;
	background:transparent url(../images/layout/grad_h_black.png) bottom left repeat-x;
  color:#CCC;
	font-size:10px;
  width:771px;
  margin: 0 auto;
}

#copyright {
  position:absolute;
	left:0;
  margin-left:5px;
  line-height:21px;
}

#PMcopyright {
  position:absolute;
	right:0;
  margin-right:5px;
  line-height:21px;
}

#PMcopyright a {
  color:#CCC;
	text-decoration:underline;
}

#content div.contentBox {
  margin-top:15px;
}

#content object {
  margin:-1px -10px -10px -10px;
}

#content ol {
  font-weight:bold;
	color:#000;
}

#content ol a {
	text-decoration:none;
	color:#000;  
	font-weight:normal;
}

#content h2 {
  margin:0;
	padding:10px 0 0 0;
	font-size:16px;
}

#info {
  float:left;
  width:385px;
}

fieldset, 
fieldset {
  border:1px solid #000;
  border-width:1px 0 0 0;
  margin-bottom:15px;
  background-color:#F2F2F2;
  padding:10px;
}

fieldset legend,
fieldset legend {
    margin:0 5px;
  padding:0 5px;
}

fieldset div label {
  font-weight:bold;
  display:block;
  float:left;
  width:110px;
}

fieldset div input {
    width:245px;
    margin-bottom:3px;
}

fieldset div select {
    width:202px;
    border:1px solid #000;
    margin-bottom:3px;
}

#companyInfoBox table {
  margin-bottom:15px;
}

#interestsFields {
  float:right;
  width:185px;
}

#interestsFields input.checkbox {
  float:left;
}

#interestsFields label {
  float:none;
  line-height:23px;
  width:auto;
}

#interestsFields #interestsSelectTools {
  text-align:center ;
  margin-bottom:10px;
}

#interestsFields #interestsSelectTools a {
  font-size:10px;
  text-decoration:underline;
}

/* ACCOUNT EDIT */
#companyInfoBox {
  float:left;
	width:65%;
}

#customersInterests {
  margin-bottom:15px;
}

/* catalog browsing */

#content .pageFrame {
  float:left;
  width:285px;
  height:236px;
  margin-top:15px;
  border:1px solid #000;
}

#content .pageFrame h3,
#content .pageFrame p {  
  margin:0;
	padding:10px;  
}

#content .pageFrame p {  
  text-align:center;
}

#navBar {
  position:relative;
  clear:both;
  height:45px;
}

#navBar input.text {
  border:1px solid #000;
	width:40px;
  text-align:center;
  font-size:14px;
}

#navBar #nextPage {
  position:absolute;
	top:15px;
	right:0;
}

#navBar #prevPage {
  position:absolute;
	top:15px;
	left:0;
}

#pageInfo {
  position:absolute;
	top:15px;
	left:50%;
  margin:0 0 0 -60px;
}

/* NESTED CATEGORIES */

#subCategories li {
  float:left;
  width:225px;
  margin:3px 0 3px 0;
}

#subCategories li a {
  color:#000;
}

/* PRODUCTS LISTING */

table.productListing {
  padding-top:10px;
}

table.productListing tr td.listingImgCell {
  width:100px;
}

table.productListing tr td.listingImgCell img {
  border:1px solid #000;
}

table.productListing tr td {
  border-bottom:1px solid #000;
	padding:10px 10px 10px 0;
}

/* PRODUCTS INFO */

#productsImages {
  width:595px;
  margin-top:25px;
}

#productsImages img {
  margin:3px;
  border:1px solid #000;
}

#productsInfo {
  float:left;
}

#productsInfo table#optionsList {
  margin-top:20px;
  margin-bottom:20px;
}

#productsInfo table#optionsList tr th,
#productsInfo table#optionsList tr td {
  white-space:nowrap;
  padding:2px 4px;
}

#productsInfo table#optionsList tr.odd {
  background-color:#EEE;
}

#productsInfo table#optionsList tr.even {
  background-color:#FFF;
}

#productsInfo table#optionsList tr td.skuCell {
  width:45px;
  text-align:center;
}

#productsInfo table#optionsList tr td.buyCell {
  width:55px;
  text-align:center;
}

/* SEARCH */

#content.search {
  background:transparent url(../images/catalog_cover.png) no-repeat;
	background-position:100% 50%;
	height:360px;
}

#searchBox {
  background:#FFF url(../images/logo_notext.png) bottom no-repeat;
  width:285px;
  padding-bottom:50px;
}

#searchBox table tr td {
  padding:5px 0 5px 0;
}

#searchBox td.searchOption {
  width:125px;
}

#searchBox td.searchInput {
  width:160px;
}

/* About us / Contact us */

#content h3 {
  clear:both;
}

div.addressFrame {
  clear:both;
}

div.addressFrame img {
  float:left;
	margin-right:15px;
	margin-bottom:15px;
}

/* Login box */

#content p {
  text-align:justify;
}

#accountBox {
  border:1px solid #000;
  width:180px;
  margin:0 0 10px 10px;
  padding:5px;
  float:right;
  font-size:12px;
}

#accountBox #loginBox h3 {
  margin:0;
	padding:0;
  font-size:14px;
}

#accountBox #loginBox table { 
  margin:5px 0 5px 0;
  font-size:12px;
}

#accountBox #loginBox table tr td.label { 
  width:55px;
}

#accountBox #loginBox table tr td.value { 
  width:120px;
}

#accountBox #passForgotten {
  margin-top:10px;
  font-weight:bold;
}

#loginBox ul {
  list-style:square;
	margin:5px 0 5px 15px;
	padding:0;
}

#loginBox ul li {
  margin:2px 0 2px 0;
}



/* CART STUFF */
#cartListing {
  margin: 15px 0 15px 0;
  border:1px solid #000;
  width:100%;
}

#cartListing tr.odd {
  background-color:#EEE;
}

#cartListing tr td {
  padding:3px;
}

#cartListing table.productsList {
  padding-left:15px;
  width:100%;
  border-bottom:1px solid #AAA;
}

#cartListing table.productsList td {
  font-size:11px;
}

#cartListing table.productsList td input {
  height:12px;
  font-size:10px;
  text-align:center;
}

#cartListing table.productsList td.sku {
  width:55px;
}

#cartListing table.productsList td.price {
  width:100px;
  text-align:center;
}

#cartListing table.productsList td.qty {
  width:30px;
  text-align:center;
}


#cartListing table.productsList td.remove {
  width:70px;
  text-align:right;
}

#totalPrice {
  margin-bottom:15px;
}
