Body {
	COLOR: #cccccc; background-image: url('http://www.lovelacelingerie.co.uk/images/background.gif');
	background-attachment: fixed;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
	}

/*~~~~~~ Product Pages ~~~~~~~  */
/* This is the formatting message the user sees when an item is added to the cart*/
td.ac_add_message {
  color: #FF0000;
  text-align: center;
  font-size: 16px;
  font-weight : bold;
  font-family: Tahoma;
 }
/*~~~ Watermark ~~~~*/
 #watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 5px;
left:5px;
}
/*~~~ Options ~~~~*/
.opt_border{
  font-size: 10pt;
  text-align: center;
  border: 1px solid #CCCCCC;
  margin: 0px auto; 
}
th.opt_border{
  padding:0px 2px;
}
.no_border{
  font-size: 10pt;
  border: none;
  margin: 0px auto;
}
th.no_border{
  padding:0px 2px;
}

.opt_center{
  font-size: 10pt;
  text-align:center;
  margin: 0px auto  
}
th.opt_center{
  padding:0px 2px;
}

select.opt_select{
  width:125px;
  text-align:left;
}
