body		{background-image: url(../graphics/drbg.jpg); background-repeat: repeat-y;
		 text-align:center;}

div		{margin:0px auto;}

img		{border: none;}
ul		{text-align:left;}

a:visited	{color: #999933; text-decoration: none;}
a:active	{color: #999933; text-decoration: none;}
a:link		{color: #999933; text-decoration: none;}
a:hover		{color: #663300; text-decoration: none;}

h1, .heading	{margin:10px 15px; font-size:30px; font-weight:normal;}

#stock		{}
.buttontext	{color:green; font-weight:bold; font-style:italic;}
#enqform td	{font-size:14pt;}

.cells		{width:90%; margin:15px auto; padding:2px;}
.cell		{padding:5px; font-weight:bold; border:1px solid green; text-align:center;}
 .cell_text_box	{height:60px; padding:5px; margin:5px 0px; background-color:#ccffcc;}
 .cell_img_box	{height:290px; margin:5px 0px; padding:5px;}
 .cell_img_sold	{height:290px; margin:5px 0px; padding:0px; font-size:18px; color:red; border:solid 5px red;}
 .cell_tick_box	{height:20px;  margin:5px 0px; padding:0px; font-size:12px; background:#ccffcc;}

.edit_cell	{padding:5px; border:1px solid green; text-align:center;}
 .edit_text_box	{height:60px; margin:5px 0px; padding:0px;}
 .edit_textarea	{width:100%; height:60px; margin:0px; padding:0px;
		 font-size:13px; text-align:center; background:#ccffcc;}
 .edit_img_box	{height:290px; margin:5px 0px; padding:5px;}
 .edit_img_sold	{height:290px; margin:5px 0px; padding:0px; font-size:18px; color:red; border:solid 5px red;}
 .edit_tick_box	{height:20px;  margin:5px 0px; padding:0px; font-size:12px; background:#ccffcc;}
 .edit_price	{width:50px; height:18px; font-size:12px; text-align:right;}


.sold		{font-size:18pt; color:red; border:solid 5px red;}


#footer		{text-align:center;}

