body {
  background-color: #CCCCCC;
  font-family: Arial;
}
.main {
  background-color: #fcf5f2;
  width: 980px;
  margin: auto;
  color: #000000;
  border: 1px solid #333;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

.search {
  min-height: 200px;
}

.results {
  margin-left: 30px;
}

ul {
  padding-left: 5px;
}

li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

li span {
  font-weight: bold;
}

.col1 {
  margin-left: 25px;
  margin-top: 15px;
  width: 45%;
  float: left;
  /*
  background-color: #FFDDDD;
  */
}

.col1 ul {
  margin-top: 20px;
}

.col2 {
  width: 50%;
  float: right;
  /*
  background-color: #DDDDFF;
  */
}

.col2 .buy_field {
  margin-top: 100px;
  margin-left: 40px;
  max-width: 260px;
}

.col2 .buy {
  padding: 10px 40px 10px 40px;
  max-width: 200px;
  border-style: outset;
  border-color: #EEAA00;
  background-color: #EEAA00;
  /*
  border-color: #0033FF;
  background-color: #0033FF;
  */
  font-size: 24px;
  font-weight: bold;
  font-family: Arial;
  color: #fff;
}

.col2 .buy:hover {
  border-style: outset;
  border-color: #EEAA00;
  background-color: #EEAA00;
  color: #000000;
}

.col2 .buy_details {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  margin-left: 15px;
  margin-top: 5px;
  padding-bottom: 10px;
}

.col2 ul {
  margin-top: 50px;
}

.col2 li {
  width: 300px;
  padding: 2px 0 2px 4px;
  border-bottom: 1px solid #000000;
}

/* a{text-decoration:none;}
a:HOVER{text-decoration:underline;} */
input,select{
	font-size:12px;
}
input[type=text]{
	width:200px;
}
input.small{
	width:80px;
}
input.xsmall{
	width:25px;
}			
.clip{
	background-color:#555;
	margin:10px;
	padding:5px;
	color:white;
	font-size:10px;
	font-family:verdana;
	width:145px;
	overflow:hidden;
}
.clip a{
	color:orange;	
	text-decoration:none;
}	
.clip a:HOVER{
	text-decoration:underline;
}	
/*
td {
  border:1px solid #ccc;
}
*/

.footer {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding: 5px 0 5px 0;
  font-size: 12px;
  color: #333333;
  background-color: #f5f5f5;
}
