body {
        text-align: center;
	background-color: #cccccc;
        margin: 0;
        padding: 0;
        color: #333;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        /* line-height: 120%; */
        font-size: 12px;
}

#sale {
	margin: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 575px;
	border: 1px solid #000000;
	background-color: #990000;
}

#sale .title {
	font-size: 1.4em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 2px;
	padding: 5px;
	background-color: #eeeeee;
	text-align: center;
	color: #000000;
}


.content,.content-index {
	margin: 5px;
        color: #333;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        /* line-height: 120%; */
        font-size: 12px;

}
.content { width: 500px; }
.content-index {width: 575px; }

.content A, .content A:visited, .content-index A, .content-index A:visited { text-decoration:underline; }
.content A:hover, content-index A:hover { color: #990000; text-decoration: underline; }

.text {
        color: #333;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        /* line-height: 120%; */
        font-size: 12px;
}

p {
	font-size: 12px;

}

h1.title {
  font-weight: bold;
  font-size: 18px;
  /*  color: #A2B34D; */
  color: #000000;
  margin: 0 auto 0 auto;
  font-family: "Trebuchet MS" , "Arial Unicode MS", Helvetica, sans-serif;
}
h2.title, h2.title a, h2.title:visited {
  font-weight: bold;
  font-size: 14px;
  color: #A2B34D;
  margin: 0 auto 0 auto;
  font-family: "Trebuchet MS" , "Arial Unicode MS", Helvetica, sans-serif;
  border-bottom: 1px solid #eee;
}
h2.title a, h2.title:visited {
  text-decoration: none;
}
h2.title a:hover {
  color: #A2AA00;
}

.breadcrumb {
  color: #777;
  font-size: 10px;
  margin: 0.2em 0 1em 0;
  border-bottom: 1px #ccc solid;
}

.textfield {
  margin-top: 4px; 
  margin-bottom: 4px; 
  font-family: "Trebuchet MS", "Arial Unicode MS", Helvetica, sans-serif, Verdana, Arial; 
  border-style: inset;
  font-size: 11px; 
  color: #000000;  
  background: #ffffff; 
  border: 1px solid #B7B7B7; 
}
#congratsDomain {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eeeeee;
  padding: 5px 0 5px 5px;
  margin: 8px 0 8px 0;
  width: 300px;
}
input {
  margin: 5px 2px 0 2px;
}
#billingCheque, #billingCredit {
  margin: 10px 0 10px 10px;
}

.content ul li, content-index ul li {
  list-style-image: url("/images/item2.gif");
  margin-left: 3px;
}

ul li {
  list-style-image: url("/images/item2.gif");
  margin-left: 3px;
}
