td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

input {
	border: 1px solid #000;
}

select {
	border: 1px solid #000;
	font-size: 12px;
	padding: 1px;
	width: 168px;
}

a, a:visited, a:active {
    text-decoration: none;
    color: #666;
}

a:hover {
    font-weight: bold;
    color: #000;
}

a.button, a:visited.button, a:active.button {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background: #fff;
	color: #c62336;
}

a.button:hover {
	background: #c62336;
	color: #fff;
	font-weight: normal;
}

a#active, a:visited#active, a:active#active {
    color: #000;
    font-weight: bold;
}

#main {
    margin-top: 15px;
    margin-bottom: 60px;
	width: 740px;
	padding-left: 10px;
	padding-right: 10px;
    text-align: left;
    line-height: 20px;
}

#userbar {
	position: absolute;
	left: 50%;
	margin-left: 142px;
	top: 20px;
	width: 218px;
	height: 85px;
	text-align: right;
	font-size: 11px;
	color: #fff;
}

#userbar a, #userbar a:hover, #userbar a:active, #userbar a:visited {
	color: #fff;
}

#logo {
    border-bottom: 4px solid #a7a7a7;
}

#menu {
	margin-top: -3px;
	padding: 0;
	height: 44px;
}

#menu img {
	float: left;
}

#container {
    width: 800px;
    text-align: center;
	border: 1px solid #898989;
	background: #fff;
}

#main {
    margin-top: 15px;
    margin-bottom: 60px;
	width: 740px;
	padding-left: 30px;
	padding-right: 30px;
    text-align: left;
    line-height: 20px;
}

#footer a, #footer a:visited {
	color: #fff;
}

#loginform {
	margin: 0;
}

#loginform td {
	text-align: left;
}

img {
	border: none;
}

textarea {
	width: 600px;
	height: 300px;
	padding: 5px;
	border: 1px solid #000;
    font: 14px "Tahoma", Arial, Sans-Serif;
	background: #ddd;
}

textarea.small {
	width: 157px;
	height: 75px;
	background: #fff;
}

#loginform input.text {
	border: 1px solid #000;
	background: #fff;
	width: 100px;
}

#loginform input.submit {
	border: 1px solid #000;
	background: #fff;
	width: 80px;
}

#searchField {
	padding: 3px;
	border: 2px solid #999;
	background: #eee;
	width: 140px;
	font-size: 14px;
}

#searchField:focus {
	border: 2px solid #ff314b;
}

#searchSubmit {
	padding: 2px;
	_padding: 1px;
	border: 2px solid #999;
	background: #eee;
	font-size: 14px;
}

#searchSubmit:active {
	border: 2px solid #ff314b;
}

.field {
	width: 150px;
	float: left;
}

.quote {
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #ddd;
	border: 1px solid #888;
}

.quote legend {
	background: #888;
	padding: 0 5px 0 5px;
	color: #fff;
}

.startList {
	width: 195px;
	color: #fff;
	font-weight: bold;
	border-collapse: collapse;
	font-size: 13px;
}

.startList td {
	border-bottom: 1px dotted #d4d4d4;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

.startList .price {
	text-align: right;
}

.startList .dark {
	background: #898989;
}

.startList .light {
	background: #a6a6a6;
}

.startList a, .startList a:visited, .startList a:active {
	color: #fff;
}

.startList a:hover {
	color: #ddd;
}

.domainList {
	width: 520px;
	border-collapse: collapse;
}

.domainList td {
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 1px solid #bbb;
}

.domainList .dark {
	background: #d0d0d0;
}

.domainList .light {
	background: #e6e6e6;
}

#categoryList {
	padding: 0;
	list-style-type: none;
	width: 195px;
}

#categoryList li {
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px dotted #d4d4d4;
	font-size: 14px;
}

#categoryList a, #categoryList a:visited {
	color: #fff;
}

#categoryList .dark {
	background: #ac2836;
}

#categoryList .light {
	background: #ca2337;
}