/* Factory Cufflinks Direct stylesheet */

BODY {
  margin: 0px;
  background-color: #000000;
  background-image: url('pics/bg.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  background-attachment: fixed;
}  

.mainMenu {
  background-image: url('pics/tabsround.jpg');
  background-repeat: no-repeat;
}

.bodyText {
  font-family: arial;
  font-size: 11pt;
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}

.tipText {
  font-family: arial;
  font-size: 10pt;
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}

.specName {
  font-family: arial;
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.catHeader {
  font-family: arial;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.catLink {
  font-family: arial;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
}

.catLink:hover {
  font-family: arial;
  font-size: 8pt;
  color: #0000c0;
  text-decoration: none;
}

.catMenu {
  background-image: url('pics/chrome.jpg');
  background-repeat: repeat-y;
  background-position: top;
  background-size: 100%;
  border-left: solid 1px #a0a0a0;
  border-right: solid 1px #a0a0a0;
}

.menuLink {
  font-family: arial;
  font-size: 11pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.menuLink:hover {
  font-family: arial;
  font-size: 11pt;
  color: #0000c0;
  font-weight: bold;
  text-decoration: none;
}

.basketHeader {
  font-family: arial;
  font-size: 11pt;
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}

.basketItem {
  font-family: arial;
  font-size: 10pt;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.basketPrice {
  font-family: arial;
  font-size: 10pt;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.specText {
  font-family: arial;
  font-size: 8pt;
  color: #a0a0a0;
  text-decoration: none;
}

.addToBasket {
  font-family: arial;
  font-size: 11pt;
  color: #0000c0;
  font-weight: bold;
  text-decoration: none;
}

.addToBasket:hover {
  font-family: arial;
  font-size: 11pt;
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}

.textLink {
  color: #0000c0;
  font-weight: bold;
  text-decoration: none;
}

.textLink:hover {
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}

.itemBorder {
  background-color: #121212;
  border: solid 1px #f7f3f4;
  font-family: arial;
  font-size: 9pt;
  color: #e0e0e0;
}

.pageBorder {
  background-color: #121212;
  border: solid 1px #f7f3f4;
  font-family: arial;
  font-size: 11pt;
  color: #e0e0e0;
}

.imgBorder {
  background-color: #ffffff;
  border: solid 1px #a0a0a0;
}

.formText {
  font-family: arial;
  font-size: 11pt;
  color: #e0e0e0;
}

.formInput {
  font-family: arial;
  font-weight: bold;
  font-size: 11pt;
  color: #000000;
} 

.itemDetail {
  font-family: arial;
  font-size: 9pt;
  color: #ffffff;
} 

.outofstock {
  font-family: arial;
  font-size: 9pt;
  color: #ff0000;
} 

.leadTime {
  font-family: arial;
  font-size: 9pt;
  color: #ff0000;
} 

.qs {
  font-family: arial;
  font-weight: bold;
  font-size: 9pt;
  color: #000000;
} 

.imanezLink {
  font-family: arial;
  font-weight: bold;
  font-size: 9pt;
  color: #ffffff;
  text-decoration: none;
} 

.imanezLink:hover {
  font-family: arial;
  font-weight: bold;
  font-size: 9pt;
  color: #ff0000;
  text-decoration: underline;
} 

.restoreBasket {
  background-color: #000000;
  background-image: url('pics/black.jpg');
}

.restoreText {
  font-family: arial;
  font-size: 14pt;
  color: #ffffff;
}

.amendedText {
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  color: #00ff00;
}

