body {
	font-size: 12px; /* Base font size: 14px */
	line-height: 18px;
	font-family: Arial, 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #e6e6e6;
	color:#000000;
}

h1 {
	padding: 0px;
	margin: 0px 0px 10px;
}

h2 {
	margin: 5px 0px 10px;
}

img {
	border:none;
}

table {
	width: 100%;
}

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

.align-left {
	text-align: left;
}

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

.align-top{
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-middle {
	vertical-align: middle;
}

.align-center {
	text-align: center;
}

.float-left {
	float: left;
}
#outer-div {
	width:1000px;
	background: #fff;
	padding-bottom: 15px;
}

#header-content {
	width:954px;
	margin: 0px 23px 10px 23px;
	height:115px;
}

#banner-layout-table {
	height: 115px;
}

#auction-date {
	font-weight:bold;
	font-size:15px;
}

#feature-auction {
	width:954px;
	margin: 0px 23px 10px 23px;
	height:419px;
	background:#000000;
}

#feature-img {
	height:419px;
	width:375px;
	display: table-cell;
	vertical-align: middle;
}

#feature-img-container {
	height:419px;
	width:457px;
	float:left;
}

#feature-info {
	width:465px;
	height: 365px;
	float:left;
	padding:54px 32px 0px 0px;
	color: #fff;
	text-align:left;
}
#feature-artist {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 9px;
}
#feature-title {
	text-transform: uppercase;
}

#feature-desc {
	height: 144px;
	width: 433px;
	padding: 18px 0px 11px;
}

#full-desc-dialog #feature-title {
	margin-bottom:18px;
}

#full-desc-dialog {
	padding:30px 30px 15px 30px;
}

#short-desc-link {
	color: red;
	font-weight: bold;
	font-style: italic;
}

#feature-bid-text {
	font-weight: bold;	
}

#feature-bid-price {
	font-weight: bold;
	font-size: 18px;
}

.bid-input {
	background:white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#666;
	height:29px;
	line-height:29px;
	margin:14px 8px 0 0;
	padding:0 0px 0 14px;
	width:126px;
}
.bid-input input {
	width:116px;
	border:none;
}

#pw-hider, #bid-email {
	color: #666;
}

#bid-form-price input {
	width:84px;
	margin-left: 2px;
	color: #666;
}

#sliding-auctions {
	height:160px;
	width:954px;
	margin: 0px 23px 10px 23px;
}

#info-boxes {
	width:954px;
	height:180px;
	margin-bottom:10px;
}
.info-box {
	height:180px;
	width:228px;
	float:left;
	text-align:left;
}

.info-box .info-title {
	font-weight: bold;
	padding: 10px 30px 5px 0px;
	font-size:16px;
	line-height:18px;
}

.info-box .info-desc {
	font-size:12px;
	padding: 0px 45px 0px 0px;
	line-height: 18px;
}

.info-box .info-link {
	color:#000000;
	font-style:italic;
	font-weight:bold;
}

#info-box-register {
	background: #e1e1e1;
	width: 270px;
}

#info-box-register .info-title {
	padding-left: 30px; 
}

#info-box-register .info-desc {
	padding-left: 30px; 
}

#footer-content {
	width:954px;
	height:54px;
	border-top:1px dashed #000000;
	padding:10px 0px 0px 0px;
	font-size: 10px;
}

#footer-logo-td {
	width:270px;
}

#footer-links-2 a {
	font-weight: bold;
}
/* Buttons */

.caa-button, #bid-form-submit input, #modal-box #register-dialog #main_body .buttons input {
	cursor: pointer;
	border: none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background: red;
	color: white;
	padding: 3px 10px;
}

#bid-form-submit {
	float: right;
	margin: 8px 29px 0px 0px;
}

#bid-form-submit input{
	font-size: 12px;
	padding: 2px 17px;
}

#register-button, #register-button-2 {
	background:#000;
	height:23px;
	width:103px;
	line-height:23px;
	text-align:center;
	margin:10px 0px 0px 0px;
	color: #fff;
	padding: 0px !important;
}

#register-button-2 {
	margin: 5px 0px;
}

.modal-close {
	width: 50px;
	margin:0 auto;
	text-align: center;
}

#modal-box #register-dialog #main_body .buttons input {
	background: #000;
	font-size: 12px;
	padding: 4px 30px;
}

.form_success {
	padding: 15px !important;
	border-bottom: 1px dotted #ccc;
}

.form_success h2 {
	font-size: 12px !important;
	line-height: 18px !important;
}