body {
  margin: 0;
  background-color: #663467;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
}

body, input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input, textarea {
  border: 1px solid #666;
}

img {
  border: 0;
}

select {
  font-size: 10px;
}

table {
  width: 780px;
  margin: 20px 0;
  text-align: left;
}

td {
  padding: 0 10px;
}

fieldset {
  padding: 7px;
  margin: 7px 0;
}

form {
  display: inline;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
  font-style: italic;
}

h1, h2, h3 {
  margin: 1px;
}

#vintage {
  background-color: #DDA;
  filter: alpha(opacity=60);
  opacity: 0.6;
  font-weight: bold;
}

#infobox {
	padding: 10px;
}

#homepage {
	width: 121px;
	height: 44px;
	float: left;
	cursor: pointer;
}

#clothestag {
  margin: 0 15px 15px 0;
  padding: 5px; 
  float: left;
  width: 292px;
  height: 120px;
  background-image: url(../images/tag.jpg);
  font-family: Georgia, Times, 'Times New Roman';
  font-size: 14px;
  text-align: left;
  position: relative;
}

#clothestagtop {
  height: 98px;
}

#clothestag #left {
  padding: 0 8px 5px 0;
}

#clothestag form {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}

#clothestag h1 {
  font-size: 25px;
}

#clothestag h1, #clothestag h2 {
  filter: alpha(opacity=60);
  opacity: 0.6;
  margin: 0;
  padding: 0;
}

#clothestag #left {
  height: 120px;
}

#items {
  text-align: center;
}

#Top {
  background-image: url(../images/top.jpg);
  height: 44px;
  line-height: 22px;
}

#Top span {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: #FFF;
  padding: 2px;
}

#Top2 {
  background-image: url(../images/top2.jpg);
  height: 30px;
}

#Top, #Top2, #Main, #News {
  width: 780px;
  padding: 10px;
  border: solid #000;
  border-width: 0 1px;
}

#Top a {
  color: #000;
  text-decoration: none;
}

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

#Main {
  background-image: url(../images/main.jpg);
  background-repeat: no-repeat;
  text-align: justify;
  border-bottom-width: 1px;
}

#Main, #bottom {
  background-color: #FFF;
}

#bottom {
  text-align: right;
}

#left {
  float: left;
}

#right {
  float: right;
}

#greenbox, #redbox {
  padding: 10px;
  background-color: #060;
  color: #FFF;
}

#redbox {
  filter: alpha(opacity=60);
  opacity: 0.6;
  background-color: #663467;
}

#greenbox a, #redbox a {
  color: #FFF;
  text-decoration: underline;
}

#greenbox a:hover, #redbox a:hover {
  text-decoration: none;
}

#width1 {
  width: 100px;
}

#width2 {
  width: 300px;
}

.oddrow {
  background-color: #EEE;
}

.evenrow {
  background-color: #CCC:
}

#imgselector {
  margin: 0 0 4px 4px;
  width: 50px;
  height: 40px;
  overflow: hidden;
  border: 3px solid #FFF;
  border-bottom-width: 10px;
}

#viewitem {
  cursor: pointer;
  background-color: #FFF;
}

#viewitem:hover {
  background-color:#DDA;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#viewitem h1 {
  color: #788899;
  font-size: 16px;
}

#viewitem h2 {
  font-size: 22px;
}

#viewitem:hover h1 {
  color: #663467;
}

#notviewitem {
  cursor: auto;
  background-color: #FFF;
}

#barcode {
  width: 148px;
  height: 67px;
  overflow: hidden;
}

.basket {
	position: relative;
	top: 5px;
}

.add {
  text-align: left;
}

.clear {
  clear: both;
}

.noborder {
  border: 0;
  background-color: inherit;
}

.padding {
  padding: 0 0 10px 10px;
  text-align: right;
}

.tablehead {
  font-weight: bold;
  background-color: #CCC;
}

.login {
  width: auto;
}

.right {
	text-align: right;
}