
a {
  text-decoration: none;
  color: #DD0000;
}

a:hover {
  text-decoration: underline;
  color: #FF0000;
}

a:visited {
  color: #BB0000;
}

div.title {
  text-align: left;
  border-bottom: 1px solid #FFECEB;
  margin-bottom: 4px;
}

table.tags {
  width:650px;
  font-size: 11pt;
  text-align: left;
  margin-bottom: 20px;
}

table {
  font-size: 11pt;
}

table.product {
  width:750px;
}

img.product {
  margin: 3px 10px 10px 0px;
  border: 0px none;
}

table.product tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100px;
}

th {
  color: #FFFFFF;
  background-color: #DDDDDD;
}

body {
  background-color: #FFECEB;
  background-image: url(lingerie1-bg.jpg);
}

div.header {
  /*background-color: #FFECEB;*/
  border-bottom: 1px solid #BBBBBB;
  text-align: center;
}

div.main {
  background-color: #FFEEEE;
  text-align: center;
}

div.footer {
  /*background-color: #FFECEB;*/
  border-top: 1px solid #BBBBBB;
  text-align: center;
  font-size: 10pt;
}

input {
  font-family: sans-serif;
  font-size: 16px;
  height: 22px;
}

input.text {
  border: 1px solid #BBBBBB;
  width: 550px;
} 

input.submit {
  width: 100px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #999999;
} 

div.promo {
  width:468px;
  /*height: 143px;*/
  background-color: #FFFFEE;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #000000;
  font-size: 12px;
  text-align: justify;
}

div.promo a {
  text-decoration: none;
  color: #000000;
}
