/* Catalog */
#contentContainer {
	width:940px;
	margin: 0 auto;
	padding:0 15px;
}
#main {
	width:700px;
}

#main a:active, #main a:hover {
	text-decoration: underline;
}

#main #errorDiv {
	background-color: #DBA392;
	border: 1px solid #B64B27;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 3px 4px 2px;
	clear: both;
}

#artist-ad-container {
	margin-top: 30px;
}

#artist-ad-container .artist-ad-200-Container {
	width:200px;
	height:200px;
	float:left;
	margin: 10px 15px 0 0;
}
.adtext-small {
	display:none;
}
#breadCrumb {
	border-right:0px;
}
#breadCrumb.wide {
	width: 960px;
}
#rightCol {
	padding:0 0 20px;
	width:160px;
}
#rightCol .ad.tall {
	width:160px;
	height:600px;
	margin-top:10px;
}

#bidForm .greenbutton, .auctionlivelink .greenbutton, #links .greenbutton {
	display:block;
	float:left;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30a935', endColorstr='#084208'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#30a935', endColorstr='#084208')"; /* IE8+ */
	background:-moz-linear-gradient(center top, #30a935 30%, #1d7920 60%, #084208 90%);
	background: -webkit-gradient(linear, center top, center bottom, from(#30a935), color-stop(0.5, #1d7920), to(#084208) );
	background:linear-gradient(#30a935 30%, #1d7920 60%, #084208 90%); 
	color:#FFF;
	border-radius:5px;
	border:2px solid #FFF;
	padding:3px 12px;
	box-shadow:1px -1px 0px #084208,-1px -1px 0px #084208, 1px 1px 0px #084208, -1px 1px 0px #084208;
	text-align: center;
	clear: none;
	top: auto;
	position: static;
	margin:1px 0;
	font-weight: bold;	
	font-size: 14px;
}

#bidForm .greenbutton:hover, .auctionlivelink .greenbutton:hover {
	background:#2b912a;
	filter:none;
}

.lot .lightgreybutton, .auctionlivelink .lightgreybutton, #lotDesc .lightgreybutton {
	display:block;
	float:left;
	background:-moz-linear-gradient(center top,#ffffff 20%, #e5e5e5 90%);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e5e5e5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5')"; /* IE8+ */
	background:linear-gradient(#ffffff 20%, #e5e5e5 90%); 
	border-radius:5px; 
	box-shadow: 1px -1px 0px #ddd,-1px -1px 0px #ddd, 1px 1px 0px #ddd, -1px 1px 0px #ddd;	
	color:#FFF;
	border:2px solid #FFF;
	padding:3px 12px;
	text-align: center;
	margin:1px 0;
	font-size: 14px;
	font-weight: bold;	
}

#lotDesc .lightgreybutton {
	float: none;
}

.lot .lightgreybutton:hover, .auctionlivelink .lightgreybutton:hover, #lotDesc .lightgreybutton:hover {
	background:#e2e2e2;
	filter:none;
}

.lot .lightgreybutton.az, .auctionlivelink .lightgreybutton.az, #lotDesc .lightgreybutton.az {
	color:#29287e;
}

.lot .lightgreybutton.inv, .auctionlivelink .lightgreybutton.inv, #lotDesc .lightgreybutton.inv {
	color:#2768a8;
}

.goldbutton {
    display:block; 
    float:left;
    background:-moz-linear-gradient(center top,#ECA636 20%, #9C7534 90%);
    background:-webkit-gradient(linear, center top, center bottom, from(#ECA636), to(#9C7534));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECA636', endColorstr='#9C7534'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECA636', endColorstr='#9C7534')"; /* IE8+ */
    background:linear-gradient(#ECA636 20%, #9C7534 90%); 
    border-radius:5px; 
    box-shadow: 1px -1px 0px #9C7534,-1px -1px 0px #9C7534, 1px 1px 0px #9C7534, -1px 1px 0px #9C7534;
	margin:1px 0;
}

.goldbutton:hover {
	background:#d39100;
	filter:none;
}


#auctionDesc .auctioninfo div.social {
	margin:-22px 0 -4px 0;
}

.auctioninfo.error {
	margin-top: 15px;
}

#addThisLot {
	position: relative; 
	left: 14px; 
	top: 10px;
	width:96px;
	
}

#auctionDesc #addThis {
	position: relative; 
	left: 14px; 
	top: 10px;
	width: 158px;
	}

	
.approval {
	color: #555;
	font-weight: normal;
}

#links .approval {
	margin-top: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555555;
}

#links .approval.pending {
    background-position: 0 0;
}

.approval.pending {
	padding-left: 18px;
	background: url(/wwwImages/homepage/i_pending.png) 0 11px no-repeat;
}

#links .approval.pending {
	background: url(/wwwImages/homepage/i_pending.png) 0 1px no-repeat;
}

.approval.approved {
	padding-left: 18px;
	background: url(/wwwImages/homepage/i_approved.png) 0 11px no-repeat;
}

#links .approval.approved {
	background: url(/wwwImages/homepage/i_approved.png) 0 1px no-repeat;
}

.platinum {
	display: block;
	font-size: 11px;
	background: url(/wwwImages/homepage/b_platinum.png) 0 0px no-repeat;
	padding: 0px 30px 0 25px;
	line-height: 25px;
	color: #999;
	margin-top: 10px;
}

input[type="text"] {
	font-style: italic;
	color: #9f9f9f;
	font-size: 14px;
}

input.active {
	font-style: normal;
	color: #555555;
}

#catalogInfo, #lotDesc  {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}

#catalogInfo {
	margin-top: 20px;
}

#sessionDetails, #auctionDesc .auctionheader, #lotDesc .auctionheader {
	width: 520px;
}

#sessionDetails h2.sessiontitle, #sessionDetails h1.sessiontitle {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
	line-height: 24px;
	margin-bottom: 7px;
	margin-top: -3px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#sessionDetails div.searchtitle {
	margin: -3px 0;
}

#sessionDetails div.searchtitle h1 {
	display: inline;
}

#sessionDetails h1.sessiontitle.header-left + span {
	margin: 7px 0 0 5px;
	line-height: 10px;
}	

#sessionDetails h3.auctionhouse, #auctionDesc h3.auctionhouse, #lotDesc h3.auctionhouse,
#sessionDetails h3.artistName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	line-height: 14px;
}

#sessionDetails h3.auctionhouse a, #auctionDesc h3.auctionhouse a, #lotDesc h3.auctionhouse a {
	color: #0095d5;
}

#sessionDetails h3.auctionhouse a:visited, #auctionDesc h3.auctionhouse a:visited, #lotDesc h3.auctionhouse a:visited,
#sessionDetails h3.artistName a:visited  {
	color: #660099;
}

#sessionDetails h3.artistName {
	font-size: 14px;
	font-weight: normal;
	line-height: 12px;
	margin-top: 5px;
	width: 700px;
}

#sessionDetails h3.artistName a {
	font-weight: normal;
	font-size: 12px;
}

#sessionDetails h3.artistName>span {
	font-size: 12px;
	margin-right: 10px;
}

#sessionDetails h3.artistName>span a {
	font-weight: normal;
}

#lotDesc div.auctionheader #artistName {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 10px;
	font-size: 12px;
}

#lotDesc div.auctionheader #artistName>span {
	font-size: 12px;
	margin-right: 10px;
}

#lotDesc div.auctionheader #artistName>span.cssErrorBody, #sessionDetails h3.artistName>.cssErrorBody {
	color: #CC0000;
	margin-left: 5px;
}

#sessionDetails h2 + span {
    display: inline;
    line-height: 10px;
    margin-left: 5px;
    position: relative;
    top: 27px;
    margin-top: 27px;
}

#sessionDetails h2 ~ p.searchterm {
    clear: both;
    line-height: 10px;
    padding-top: 10px;
    margin-top: 0px;
}

#sessionDetails .platinum, #auctionDesc .platinum, #lotDesc .auctionheader .platinum {
	margin-top: -3px;
	padding-right: 0px;
	line-height: 9px;
	padding: 9px 0 7px 25px;
	margin-bottom: -9px;
	position: relative;
	left: 180px;
}

#sessionDetails .sessionalert {
	margin-top: 0px;
	padding-top: 15px;
}

#sessionDetails .sessionalert,p.alert {
	color: #ff3333;
	clear: both;
}

#sessionDetails .auctiontype, .lotDetails #lotDesc .auctionheader .auctiondetails .auctiontype {
	color: #999;
	display: inline-block;
	font-size: 11px;
	line-height: 9px;
	padding: 10px 0 2px 20px;
	margin: 0 0 -2px 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Icons */
/*
.auctiontype {
	color: #999;
	display: inline-block;
	padding-left: 20px;
	line-height: 25px;
	margin-top: 10px;
	font-size: 12px;
}
*/

.auctiontype.liveauction {
	background: url(/wwwImages/icons/i_live_small.png) 0 9px no-repeat;
}

/*
.auctiontype.timed {
	background: url(/wwwImages/icons/i_timer_small.png) 4px 10px no-repeat;
}


#sessionDetails .auctiontype.timed, .lotDetails #lotDesc .auctionheader .auctiondetails .auctiontype.timed {
    background: url("/wwwImages/icons/i_timer_small.png") no-repeat scroll 0 10px transparent;
    margin-bottom: -5px;
    margin-top: -2px;
}
*/

.auctiontype.timed {
	background: url(/wwwImages/icons/i_timer_small.png) 4px 8px no-repeat;
}

#sessionDetails .auctiontype.timed, .lotDetails #lotDesc .auctionheader .auctiondetails .auctiontype.timed {
    background: url("/wwwImages/icons/i_timer_small.png") no-repeat scroll 0 8px transparent;
    margin-bottom: -5px;
    margin-top: 0px;
}

.lot .desc .auctiontype.timed {
	position:relative;
}

#auctionDesc .auctioninfo .auctiontype.timed,
#sessionDetails .auctiontype.timed,
.lotDetails #lotDesc .auctionheader .auctiondetails .auctiontype.timed {
    vertical-align: middle;
    position: relative;
    float: left;
}

#sessionDetails .auctiontype.timed,
.lotDetails #lotDesc .auctionheader .auctiondetails .auctiontype.timed {
	padding-left: 16px;
}

img.beta {
    cursor: pointer;
    display: inline-block;
    padding-left: 4px;
    vertical-align: middle;
    line-height: 15px;
}

#sessionDetails .timedPopUp.popUp {
    top: 30px;
}
.lot .desc .auctiontype.timed .timedPopUp.popUp {
	top: 30px;
	left: 95px;
}

.auctiondetails .timedPopUp.popUp {
    top: 30px;
}

.timedPopUp.popUp {
	box-shadow: -2px 2px 4px #888;
    display: none;
    left: 88px;
    padding: 10px;
    position: absolute;
    top: 20px;
	width: 296px;
    z-index: 1000;
    border: none;
	background: #f3f3f3;
}
#sessionDetails .timedPopUp.popUp p,
.lotDetails #lotDesc .auctionheader .auctiondetails .timedPopUp.popUp p,
.timedPopUp.popUp p {
	font-family: Arial,Helvetica,sans-serif;
	padding: 0 0 10px 0;
	color: #333333;
	font-size: 12px;
	font-style: regular;
	text-align: left;
	font-weight: normal;
	clear: both;
	display: block;
	line-height: 14px;
	margin: 0;
}
.timedPopUp.popUp a {
	font-family: Arial,Helvetica,sans-serif;
	color: #0095d5;
	font-size: 12px;
	font-style: regular;
	text-align: left;
}

#sessionDetails p, .lotDetails #lotDesc .auctionheader .auctiondetails p {
	font-size: 12px;
	line-height: 10px;    
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    margin-top: 10px;
	display: inline-block;
}

#auctionDesc {
	padding-bottom:10px;
	margin-top:15px;
}
span.lots {
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    margin-top: 10px;
}
#auctionDesc .auctionImg {
	width: 158px;
	height: 158px;
	text-align: center;
	border:1px solid #DDDDDD;
	margin: 15px 20px 0 0;
	overflow:hidden;
	color:#999999;
    font-size:12px;
    line-height:16px;	
}
#auctionDesc .auctionImg img {
	max-width: 158px;
	max-height: 158px;
	display: none;
}

#auctionDesc .auctioninfo {
	display: inline-block;
	margin: 15px 0 -3px 0;
	width: 520px;
	font-size: 12px;
}

#auctionDesc .auctioninfo.noImg {
	width: 700px;
}

#auctionDesc .auctioninfo ~* {
	font-size: 12px;
}

#auctionDesc .auctioninfo .auctiondate {
	line-height: 10px;
	float: left;
	font-weight:bold;
	color: #555555;
}

#auctionDesc .auctionaddress {
	color: #555555;
	margin-top:15px;
}

#auctionDesc .auctioninfo .getSaleLocationHTML {
	line-height:16px;	
}

#auctionDesc .auctioninfo .auctiontype {
    background-position: 0 1px;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 9px;
    margin: -2px 0 -5px 15px;
    padding: 2px 0 2px 20px;
    float: left;
}

#auctionDesc .auctionlivelink {
    margin-top: 15px;
    margin-bottom: -30px;
}

.catalog .auctionlivelink {
    margin-top: 15px;
}

.auctionlivelink a button {
	font-weight: bold;	
	font-size: 14px;
}

#auctionDesc > p, #auctionDescFooter > p {
	clear: both;
	margin: 12px 0 -3px;
	line-height: 16px;
}

#auctionDesc p > span, #auctionDescFooter p > span {
	display: block;
	width: 100%;
}

#auctionDesc .allLots {
	margin: 20px 0 0;
	line-height: 10px;
}

#auctionDesc div.allLots.subscribe {
	line-height:40px;
	margin-top: 10px;
	background-color: #e2e2e2;
	padding: 0;
	width: 100%;
	padding-left: 10px;
}

#auctionDesc div.allLots a.subscribe {
	margin: 0;
	padding: 5px 5px 0 10px;
}

#auctionDesc div.allLots a.subscribe button {
	font-weight: bold;	
	font-size: 14px;
}

#auctionDescFooter .allLots {
	margin: 10px 0 15px;
	display: block;
	line-height: 10px;
}

#auctionDescFooter a.fullterms {
	line-height: 10px;
	margin: 15px 0 0;
}

#auctionDesc a:visited, #auctionDesc a:active, #auctionDescFooter a:visited, #auctionDescFooter a:active, .lotDetails a:visited, .lotDetails a:active {
	color: #660099;
}

#auctionDescFooter {
	border-top: 1px solid #ddd;
}

#auctionDescFooter table.inctable {
	margin: 6px 0 -3px 0;
}

#auctionDescFooter table.inctable td {
	padding: 3px 0;
	line-height: 10px
}

#auctionDescFooter table.inctable td.incamount {
	padding-left: 10px;
}

#sessionDetails p.sessiondate, .lotDetails #lotDesc .auctionheader .auctiondetails p.auctiondate {
	border-right: 1px solid #555;
	padding-right: 5px;
	margin: 10px 5px 0 0;
}

#sessionDetails p.sessionlocation, .lotDetails #lotDesc .auctionheader .auctiondetails p.auctionlocation {
    margin-top: 10px;
    border-left: medium none;
}

#lotFilters {
	padding: 15px 0 0px;
	width: 100%;
	margin-top: 20px;
}

#lotFilters #lotFilter {
	padding-bottom: 14px;
}

#lotFilters .options {
    margin-top: 8px;
    line-height: 10px;
}

#lotFilters #lotCount {
	float: left;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
}

#lotFilters span.label {
    margin: 15px 10px 0 0;
	font-weight: bold;
	line-height: 10px;
}

#lotFilters form {
	font-size: 12px;
	vertical-align: top;
	margin-left: 15px;
	display: inline;
}

#lotFilters #ieForm {
	float: right;
	margin-left: 0px;
}

#lotFilters input[type="radio"] {
}

#lotFilters input[type="radio"] + label {
    margin: 0 17px 0 5px;
}

#lotFilters input[name=withAll] {
	font-size: 12px;
	padding: 6px 0 4px 5px;
	width: 170px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #cccccc;
	margin-right: 0;
	box-shadow: 0 2px 2px #999 inset;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	height:28px;
	width:200px;
}

#lotFilters button {
	margin-left: -4px;
	border-radius: 0 3px 3px 0;
	padding: 4px 8px;
	font-size: 14px;
	height:28px;
	vertical-align: bottom;
	-webkit-padding-before: 4px;
	padding-top: 4px\0/;
}
.catSearchButton {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
	font-weight: 500; 
	font-style: normal;
	font-weight:14px;
	background-color:#b2b2b2;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	color:#333333;
	height:18px;
	width:61px;
	text-align:center;
	padding-top:2px;
	cursor:pointer;
	}
.catSearchButton:hover {
	background-color:#bebebe;
	}	
.catSearchButtonSmall {
	width:37px;
	}
#lotFilters  input[name=withAll].cstmCatalogSearchBox, #lotFilters  #goToLot.cstmCatalogSearchBox{
	height:16px;
	padding:1px 2px;
	border:solid 1px #999;
	box-shadow:none;
	}
.cstmCatalogSearchBoxSmaller {
	width:50px;
	color:#555;
	}
#lotFilters label {
	font-size: 12px;
}

#lotFilters label.rightLabel {
	margin-left: 3px;
}
/*
#lotFilters select {
	padding: 2px 0;
}
*/
#lotFilters input[type=checkbox] {
	margin-left: 5px;
	margin-right: 5px;
}

.catalog .pagination,.catalog .pagination span {
	border-top: none;
	font-size: 12px;
	color: #555;
	height:12px;
}

.catalog .pagination {
	width: 100%;
	text-align: center;
	line-height:10px;
	padding-bottom: 3px;
	padding-top: 6px;
}

.catalog .pagination.bottom {
	border-top: 1px solid #DDDDDD;
	padding: 20px 0 0;
}

.catalog .pagination.bottom.nocontent {
	height: 0;
	padding: 0;
}

.catalog .pagination .prev {
	border-right: none;
	text-align: left;
	width: 80px;
}

.catalog .pagination .next {
	border-left: none;
	text-align: right;
	width: 80px;
}

.catalog .pagination .inactive {
	color: #999999;
}

.catalog .pagination .noborder {
	border: none;
}

.catalog .pagination .pages>* {
	display: inline-block;
}
/*
.page:visited, .page:active {
	color: #660099;	
}
*/

.page:visited, .page:active {
	color: #0095D5;
}
	
#quicklink {
	font-size: 12px;
	padding: 15px 0 0;
	line-height: 10px;
	margin-bottom: -1px;
}

#quicklink.catalogsearch {
	padding: 10px 0 0;
}

#quicklink a {
	color: #0095d5;
	margin: 0 20px 0 0;
}

#quicklink a:visited {
	color: #660099;
}

#quicklink span.approval {
    color: #555555;
    line-height: 10px;
    margin-top: 0;
    padding-bottom: 1px;
    padding-top: 13px;
}

#mySearchText {
    margin-right: 10px;
}

.sessionContact,.hideContact {
	display: none;
}

.sessionContact {
	padding: 15px 0 20px;
}

.sessionContact>div {
	float: left;
	line-height: 18px;
	margin: -4px 0 -4px;
	width: 200px;
}

.sessionContact>div.sessionContactDigital {
	width: 500px;
}

.listing,.lot {
	border-top: 1px solid #ddd;
	clear: both;
	width: 700px;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}

#catalogInfo + div.clear + div.lot {
	margin-top: 10px;
}

.strong {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}

.desc>* {
	display: block;
}

.desc.block.header-left > h3 {
	margin: -4px 0 11px;
}

.photo {
	width: 98px;
	height: 98px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #DDDDDD;
	text-align: center;	
	color: #999999;
	font-size: 12px;
	line-height: 16px;
}

.photo img {
	max-width: 98px;
	max-height: 98px;
	display: none;
}

.photo div.noimg {
	margin-top: 32px;
}

.desc {
	width: 360px;
}

.desc .truncate {
	width: 360px;
}

.desc .auctionname {
	height: 48px;
}

.desc a {
	color: #0095d5;
}

.desc a:visited {
	color: #660099;
}

.desc a.novisit:visited, .desc a.novisit:active, .bid .realized a.novisit:visited, .bid .realized a.novisit:active {
	color: #0095d5;
}

.desc .auctionhouse {
	clear: both;
	padding-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.desc p {
	line-height: 14px;
}

.desc p.date {
	margin-top: 15px;
}

.lot .desc p.catalogAuctionhouse {
    line-height: 10px;
    padding-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}

.lot .desc p.catalogSaleDate {
    line-height: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.lot .desc p.catalogLocation {
    line-height: 10px;
    padding-bottom: 15px;
    margin: 0;
}

.lot .desc .platinum {
	margin-top: 12px;
	margin-left: -3px;
}

.lot .desc .auctiontype {
	color: #999;
	display: inline-block;
	font-size: 11px;
	line-height: 9px;
	padding: 10px 0 2px 20px;
	margin: 8px 0 -5px -5px;
	font-family: Arial, Helvetica, sans-serif;
}
.lot .desc .auctiontype.liveauction {
	margin-left: 0;
}

.block {
	clear: none;
	margin: 0 0 20px 20px;
}

.closedLotsBar {
	font-size: 14px;
	padding: 7px 15px;
	margin-bottom: 0px;
	font-weight: bold;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
}

.lot .bidStatus {
	font-size: 12px;
	margin-top: -20px;
	padding: 10px 35px;
	margin-bottom: 20px;
	font-weight: bold;
}

.lot .bidStatus.highbid {
	background: #E2F6D6 url(/wwwImages/graphics/g_check_large.png) 7px 7px no-repeat;
}

.lot .bidStatus.outbid {
	background: #FDEBED url(/wwwImages/graphics/g_alert_large.png) 7px 7px no-repeat;
}

.lot .bidStatus.pendingbid {
	background: #FDF8C7 url(/wwwImages/graphics/g_pending_large.png) 7px 7px no-repeat;
}

.lot .bidStatus div.icon {
	display: inline;
	width: 40px;
	position: absolute;
}

.lot .bidStatus div.icon>a {
	background: url(/wwwImages/button-icons/b_question_gray.png) no-repeat;
	height: 15px;
	width: 25px;
	margin-left: 5px;
	display: inline-block;
}

.lot .bidStatus div.icon>a:hover, .lot .bidStatus div.icon>a:active {
	background: url(/wwwImages/button-icons/b_question_blue.png) no-repeat;
	text-decoration: none;
}

.lot .bidStatus span.text {
	color: #333333;
}

.lot .desc p {
	margin: -2px 0 13px 0;
}

.lot .desc p+a {
	font-size: 12px;
	line-height: 10px;
}

.lot .bid {
	width: 200px;
}

.lot .bid p:last-child {
	margin-bottom: 15px;
}

.lot .bid p {
	line-height: 10px;
	font-weight: bold;
}

.lot .bid p.lotextended, .lot .bid p.timeremaining {
    margin-bottom: 10px;
    line-height:14px;
}

.lot .bid div.realized {
	font-weight: bold;
	line-height: 16px;
	margin-top: -3px;
	margin-bottom: 12px;
}

.lot .bid div.realized span {
	padding: 0 3px 0 5px;
}

.lot .bid div.realized:last-child {
	margin-bottom: 12px;
}


.lot .bid button {
	width: auto;
	margin-left: 10px;
	margin-top: 15px;
}

.lot .bid button.online-az, .lot .bid button.online-inv {
	width: 165px;
}

.lot .bid .approval {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 1px;
	line-height: 10px;
	color: #555555;
}

.lot .bid .reserve {
	line-height: 10px;
	margin-top: 10px;
}

.lot .bid div.reserve+input,.lot .bid div.reserve ~button {
	margin-top: 30px;
}

.lot .bid div a.toggleflyout {
	display: inline-block;
}

.lot .bid .flyout {
	margin-top: 5px;
}

.lot .bid .flyout > p, .lot .bidStatus .flyout > p, 
.lotDetails .flyout > p, .lotDetails .flyout > p, 
.reserve .flyout > p,
#lotActions .bidRow td .flyout p {
    font-weight: normal;
    color: #333333;
    line-height: 16px;
    margin: -3px 0;
    font-size: 12px;
    text-align: left;
}

.lot .bid div.flyout,.lot .bidStatus div.flyout, .lotDetails div.flyout, .reserve div.flyout, #epaiLearnMore.flyout  {
	display: none;
	position: absolute;
	background: #f3f3f3;
	width: 296px;
	right: 250px;
	padding: 10px;
	box-shadow: -2px 2px 4px #888;
	z-index: 10;
}

.lotDetails .bidStatus div.icon .flyout {
	display: none;
	position: relative;
	background: #f3f3f3;
	width: 296px;
	right: 120px;
	padding: 10px;
	box-shadow: -2px 2px 4px #888;
}

.lotDetails .bidStatus div.icon .flyout a {
	display: block;
	padding-top: 10px;
}

.lot .bidStatus div.flyout.bidpending {
	position: relative;
	width: 225px;
	right: 0px;
}

.reserve div.flyout.overlay {
	right: auto;
}

.reserve div.flyout.indicator {
	right: 200px;
}

.lot .bid div.flyout a,.lot .bidStatus div.icon .flyout a, .lotDetails div.flyout a, .reserve div.flyout a {
	display: block;
	padding-top: 10px;
	color: #0095D5;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}


.lot .bid div.flyout a:visited,.lot .bidStatus div.icon .flyout a:visited, .lotDetails div.flyout a:visited, .reserve div.flyout a:visited {
	color: #0095D5;
}

.lot .bid  a {
	color: #0095d5;
}

.lot .bid  a:visited {
	color: #660099;
}

.lot .bid div a.toggleflyout:visited, .lot .bid div a.toggleflyout:active, a.novisit:visited, a.novisit:active {
	color: #0095d5;
}

.lot .bid div.form_holder {
	margin-top: 15px;
	width:250px;
}

#bidForm #bidButton {
	font-weight: bold;
	margin: -2px 0 -2px 5px;
	font-size: 14px;
}

#translateContainer {
	position: relative;
	margin: 0px 0 0px -15px;
	width: 725px;
}

#translateContainer.nobreadcrumb {
	margin: -15px 0 0 -15px;
}

#translateToggle {
	font-size: 12px;
	position: relative;
	margin: 0 0 -2px;
	line-height: 11px;
	padding-bottom: 2px;
}

#translateToggle:hover {
	text-decoration: underline;
}

/* Lot Details */
.lotDetails #lotDesc .auctionheader h2, #auctionDesc .auctionheader h2.sessiontitle,
.lotDetails #lotDesc .auctionheader h1, #auctionDesc .auctionheader h1.sessiontitle {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
	line-height: 24px;
	margin-bottom: 7px;
	margin-top: -3px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lotDetails #lotDesc .auctionheader h1, #auctionDesc .auctionheader h1.sessiontitle {
	margin-bottom: -3px;
}

/** PAST LOT DETAILS STYLES **/

#contentContainer.past #main {
    width: 100%;
}

#contentContainer.past #lotDesc .auctionheader {
	width: 760px;
}

#contentContainer.lotDetails.past #lotDesc .auctionheader h1 {
	margin-bottom: 12px;
}

#contentContainer.lotDetails.past #lotDesc .auctionheader h3 {
	color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 7px;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#contentContainer.lotDetails.past #lotDesc .auctionheader h3.auctionhouse {
	margin-bottom: 2px;
}

#contentContainer.past #lotDesc .auctionheader .platinum {
	margin-top: -8px;
}

#contentContainer.lotDetails.past #lotDesc .auctiondetails p {
	margin-bottom: 0px;
}

#contentContainer.lotDetails.past #lotDesc div.auctionheader #artistName {
	clear: both;
}

#contentContainer.lotDetails.past #lotDesc .auctionImg {
	width: 340px;
	margin-bottom: 0px;
}

#contentContainer.lotDetails.past #lotDesc .auctionImg div.image.large {
	margin-top: -22.5px;
}

#contentContainer.lotDetails.past .sold {
	font-size: 14px;
	color: #FFF;
	background: url(/wwwImages/button-icons/b_sold_flag.png) left center no-repeat;
	padding: 3px 5px;
	position: relative;
	left: -5px;
	top: -6px;
	width: 50px;
}

#contentContainer.lotDetails.past .pastlot {
	font-size: 14px;
	color: #FFF;
	background: url(/wwwImages/button-icons/img_flag_80px.png) left center no-repeat;
	padding: 3px 5px;
	position: relative;
	left: -5px;
	top: -6px;
	width: 80px;
}

#contentContainer.lotDetails.past #lotActions {
	margin-bottom: 15px;
}

#contentContainer.lotDetails.past #lotDescription {
	margin: 0 0 5px;
}

#contentContainer.lotDetails.past #lotDescription p {
	margin: -3px 0 7px;
}

#contentContainer.lotDetails.past #lotSave {
	margin: 0 0 15px;
	line-height: 10px;
}

#contentContainer.lotDetails.past #addThis {
    position: inherit;
    width: 158px;
}

#contentContainer.lotDetails.past #lotsUpcoming {
	padding: 0px 20px;
	margin: 20px 0 0;
	width: 560px;
	background: #FFFFFF;
	height: inherit;
	overflow: inherit;
}

#contentContainer.lotDetails.past #lotsUpcoming .hide {
	display: none;
}

#contentContainer.lotDetails.past #lotsUpcoming p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
}

#contentContainer.lotDetails.past #lotsUpcoming p+a {
	margin-top: 6px;
}

#contentContainer.lotDetails.past #lotsUpcoming ul {
    height: inherit;
    margin: 15px 0 0;
    padding: 0;
    float: left;
}

#contentContainer.lotDetails.past #lotsUpcoming ul > li {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 242px;
    margin: 0 0 20px;
    padding: 0;
    width: 580px;
}

#contentContainer.lotDetails.past #lotsUpcoming ul > li > ul {
    height: inherit;
    margin: 0;
    padding: 0;
}

#contentContainer.lotDetails.past #lotsUpcoming ul > li > ul > li {
    float: left;
    height: 212px;
    margin: 0 20px 0 0;
    padding: 15px;
    width: 150px;
	outline: 1px solid #DDDDDD;
}

#contentContainer.lotDetails.past #lotsUpcoming ul > li > ul > li.farRight {
    margin-right: 0;
}

#contentContainer.lotDetails.past #lotsUpcoming div.medium {
    height: 117px;
    width: 150px;
    display: table-cell;
    color: #999999;
}

#contentContainer.lotDetails.past #lotsUpcoming ul > li div.medium img {
    max-height: 117px;
    max-width: 150px;
}

#contentContainer.lotDetails.past #lotsUpcoming .title {
    min-height: 28px;
}

#contentContainer.lotDetails.past #lotsUpcoming a + p {
    font-size: 12px;
    line-height: 10px;
    margin: 10px 0 0;
    font-weight: normal;
}

#contentContainer.lotDetails.past #lotsUpcoming ul p + a {
    margin: 10px 0 0;
}

#contentContainer.lotDetails.past #lotsUpcoming button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    
}

#contentContainer.lotDetails.past .bid div.flyout {
	right: 600px;
}


.lotDetails .bidStatus {
	font-size: 12px;
	padding: 10px 35px 10px 50px;
	margin: -20px 0 20px -15px;
    width: 660px;
    color: #333333;
    font-weight: bold;
}

.lotDetails .bidStatus.highbid {
	background: #E2F6D6 url(/wwwImages/graphics/g_check_large.png) 10px 7px no-repeat;
}

.lotDetails .bidStatus.outbid {
	background: #FDEBED url(/wwwImages/graphics/g_alert_large.png) 10px 7px no-repeat;
}

.lotDetails .bidStatus.pendingbid {
	background: #FDF8C7 url(/wwwImages/graphics/g_pending_large.png) 10px 7px no-repeat;
}

.lotDetails .bidStatus div.icon {
	display: inline;
	width: 40px;
	position: absolute;
}

.lotDetails .bidStatus div.icon>a {
	background: url(/wwwImages/button-icons/b_question_gray.png) no-repeat;
	height: 15px;
	width: 25px;
	margin-left: 5px;
	display: inline-block;
}

.lotDetails .bidStatus div.icon>a:hover, .lot .bidStatus div.icon>a:active {
	background: url(/wwwImages/button-icons/b_question_blue.png) no-repeat;
	text-decoration: none;	
}

.lotDetails .bid div.icon a:hover, .lotDetails #lotActions a.livesale:hover, .lotDetails #lotActions a.livesale:active {
	text-decoration: none;
}

.lotDetails #lotDesc p {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    margin: 4px 0;
}

#lotBar {
	padding:17px 0 0;
	width: 700px;
}
						
#lotBar a.paging {
	display:inline-block;
	text-indent:-9999px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
#lotBar h3, #lotBar h1 {
	margin-right: 10px;
}

#lotBar h3, #lotBar h3+span, #lotBar h1, #lotBar h1+span {
	display:inline;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
#lotBar h3+span, #lotBar h1+span {
	margin: 0;
	display: inline-block;
}

#lotBar a.prev {
	margin: -5px 5px 0 0;
	background: url(/wwwImages/button-icons/b_arrow_prev.png) left center no-repeat;
}

#lotBar a.next {
	margin: -5px 0 0 3px;
	background: url(/wwwImages/button-icons/b_arrow_next.png) right center no-repeat;
}

.lotDetails #lotDesc .auctionImg {
	margin-bottom: 25px;
	margin-top: 20px;
}

.lotDetails #lotDesc .auctionImg div.image.large {
	width: 338px;
	height: 263px;
	border: 1px solid #DDD;	
	overflow: hidden;
	text-align: center;	
	color: #999999;
	font-size: 14px;
	vertical-align: middle;
}

div.image.large img {
	max-width: 338px;
	max-height: 263px;
	display: none;
}

div.image.large div.noimg {
	margin-top: 123px;
}

.auctioncarousel {
	width: 345px;
	height: 77px;
	overflow: hidden;
	margin-top: 17px;
	position: relative;
}

.auctioncarousel span.arrow {
	display: block;
	position: relative;
	height: 80px;
	width: 14px;
	cursor: pointer;
	top: 0;
}

.auctioncarousel span.prev {
	position: absolute;
	left: 0;
	background: url(/wwwImages/button-icons/b_arrow_prev.png) left center no-repeat;
}

.auctioncarousel span.prev.deactivated {
	background: url(/wwwImages/button-icons/b_arrow_prev_deactivated.png) left center
		no-repeat;
}

.auctioncarousel span.next {
	position: absolute;
	right: 0;
	background: url(/wwwImages/button-icons/b_arrow_next.png) right center no-repeat;
	left: 330px;
}

.auctioncarousel span.next.deactivated {
	background: url(/wwwImages/button-icons/b_arrow_next_deactivated.png) left center
		no-repeat;
}

.auctioncarousel ul {
	width: 1000px;
	overflow: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 12px;
}

.auctioncarousel ul>li {
	float: left;
	padding: 2px;
	margin: 2px 4px;
}

.auctioncarousel ul>li:nth-child(-n+4) {
	display: list-item;
}

.auctioncarousel ul>li.selected {
	outline: 2px solid #999;
}

.auctioncarousel ul>li div.thumb,
#af_carouselThumbList li div.thumb {
	width: 65px;
	height: 65px;
	border: 1px solid #DDD;
	float: none;
	margin: 0;
	cursor: pointer;
	display: table-cell;
}

.auctioncarousel ul>li div.thumb img {
	max-height: 65px;
	max-width: 65px;
}

#lotActions {
	margin-top: 20px;
	margin-bottom: 25px;
	width: 340px;
}

#lotActions div.extended.alert {
	color: #ff3333;
	margin-bottom: 8px;
	font-weight: bold;
}

#lotActions .bid {
	background: #e2e2e2;
	width: 320px;
	padding: 10px;
}

#lotActions .bid.alert, #lotActions .bid.past.alert {
	background: #fcebed;
}

#lotActions .bid.past.alert {
	height: 54px;
}

#lotActions .bidtimer {
	background: #999;
	width: 100%;
	padding: 6px 0 4px;
	color: #FFF;
	/*
	height: 20px;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#lotActions .bidtimer.alert {
	background: #FF3333;
}

#lotActions .bidtimer .timer {
	padding: 5px 0 3px 25px;
	background: url(/wwwImages/graphics/g_timer_large.png) center left no-repeat;
	line-height: 18px;
	margin-right: 5px;
	margin-left: 10px;
}

#lotActions .bidtimer .notimer {
	padding: 0 0 0 4px;
	line-height: 18px;
	margin-right: 5px;
	margin-left: 10px;
}
#lotActions .bidtimer .notimer .endTime {
	font-size: 12px;
}

#lotActions #bidDetails {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	border-collapse: separate;
}

#lotActions .bid input[type="submit"] {
	width: auto;
	padding: 3px 10px 3px;
	margin: 0 0 0 5px;
	font-weight: bold;
}
/*
#lotActions .bid input[type="text"] {
	width: 100px;
	float: left;
	height: 18px;
	margin: 0px;
}
*/
#lotActions .bidRow td p {
	line-height: 18px;
	text-align: left;
	font-size: 11px;
}

#lotActions .bidRow td.reservelink {
	line-height: 18px;
	text-align: left;
	font-size: 12px;
}

#lotActions #bidDetails .bidvalue {
	padding: 0px;
}

#lotActions #bidDetails .bids {
	background: none repeat scroll 0 0 transparent;
}


#lotActions .bidvalue+span.normal {
	margin-left: 5px;
}

#lotActions #bidDetails td {
	padding: 1px 3px;
	display: table-cell;
}

#lotActions #bidDetails td.bidlabel {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

#lotActions #bidDetails td.max {
	padding-top: 10px;
}

#lotActions #bidDetails td.bidfield {
	padding: 10px 5px 0 10px;
}

#lotActions #bidDetails td.bidlabel+td {
	text-align: left;
	font-size: 14px;
}

#lotActions #bidDetails td .bidvalue {
	display: block;
	float: left;
	font-weight: bold;
}

#lotActions #bidDetails .verified, #lotActions .bid.past .verified {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
}

#lotActions .bid.past {
	background: #e2e2e2;
	width: 310px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

#lotActions .bid.past div {
	margin: 7px 0;
	line-height: 16px;
}

#lotActions .bid.past div span.bidrealizedvalue, #lotActions .bid.past div span.bidestimatedvalue {
	display: inline;
	float: none;
	font-weight: normal;
}

#lotActions .bid.past div a.toggleflyout {
	font-size: 12px;
	font-weight: normal;
}

#lotActions #links .linkRow {
	font-size: 14px;
	line-height: 10px;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
/*
#lotActions #links a {
	display: block;
	padding: 10px 0;
	clear: both;
}
*/
#lotActions #links a.watch {
	float: left;
}

#lotActions #links a.watched, #lotActions #links a.savedlots,
#lotActions #links #saveMyLot>a {
	display: inline-block;
}

#lotActions #links #saveMyLot>a:visited, #lotActions #links #saveMyLot>a:active {
	color: #0095d5;
}

#lotActions #links a.watch+span {
	display: inline;
	margin: 5px 0 0 5px;
}

#lotActions #links a button {
	margin-left: 2px;
}

#lotActions .bid .online-az, #lotActions .bid online-inv {
	background-color: transparent;
}

.lotname {
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
    line-height: 22px;
    margin: -4px 0;
    font-size: 18px;
}

.lotname+span {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 22px;
}

#lotTerms {
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#lotTerms a:visited {
	color: #660099;
}

#lotTerms li {
	line-height: 18px;
    list-style: disc inside none;
}

#lotTerms p:first-child {
	line-height: 18px;
}

#lotTerms p+a {
	display: inline-block;
	margin-top: 2px;
	margin-left: 5px;
}

#lotTerms p {
	clear: both;
	line-height: 18px;
}

#lotTerms .conditionsHeader {
	padding-top: 10px;
}

#lotsUpcoming {
	background: #e2e2e2;
	padding: 10px 20px 20px;
	margin: 20px 0;
	height: 216px;
	overflow:hidden;
}

#lotsUpcoming p {
	line-height: 12px;
	font-size: 14px;
}

#lotsUpcoming p+a {
	line-height: 10px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
}

#lotsUpcoming ul {
	list-style-type: none;
	padding: 0;
	height: 175px;
	margin: 0;
	overflow: none;
}

#lotsUpcoming ul>li {
	width: 100px;
	float: left;
	background: #FFF;
	padding: 10px;
	height: 175px;
	font-size: 12px;
	margin-right: 15px;
	margin-bottom:20px;
	margin-top:10px;
}

#lotsUpcoming ul > li:nth-child(5) {
	margin-right: 0;
}

#lotsUpcoming ul p {
	margin-top:10px;
	font-size:12px;
	
}

#lotsUpcoming .title {
	margin-top:9px;
	font-size:12px;
	font-weight: bold;
	margin-bottom:-3px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#lotsUpcoming ul>li:last-child {
	margin-right: 0;
}

#lotsUpcoming ul>li a {
	clear: both;
	display: block;
	line-height: 14px;
}

#lotsUpcoming ul>li span {
	clear: both;
	display: block;
	line-height: 22px;
}

#lotsUpcoming ul>li div.medium {
	height: 100px;
	width: 100px;
	outline: 1px solid #DDD;
	margin-bottom: 5px;
}

#lotsUpcoming ul>li div.medium img {
	max-height: 100px;
}

.image {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.image>img {
	vertical-align: middle;
}

p.header {
	line-height: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	color: #555555;
}

p.subheader {
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	margin-top: 10px;
}

p.subheader+p.normal,p.terms, p.getSaleLocationHTML {
	font-size: 12px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 2px 0 -3px;
}

p.terms {
	margin: 11px 0 -4px;
}

p.getSaleLocationHTML {
	margin-top: 4px;
}

p.subheader+p.normal a:visited {
	color: #660099;
}

/* Modal */
#boxClose {
	background: #555;
	border: 2px solid #F7F7F7;
	border-radius: 15px;
	width: 26px;
	height: 26px;
	position: relative;
	left: 30px;
	top: -25px;
	float: right;
	box-shadow: -3px 3px 3px #BBB;
}

.close {
	padding: 4px 7px;
	font-size: 16px;
	color: #F7F7F7;
	display: block;
	font-weight: normal;
}

#increments {
	padding: 20px;
	background-color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 6px #333333;
    color: #555555;
    cursor: auto;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 10px;
    opacity: 1;
    position: absolute;
    z-index: 1000;
    width: 500px;
}

#increments h1 {
	color: #555555;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding-bottom: 15px;
	}
	
#increments .incHeader {
	color: #555555;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	}
	
table#bidIncrements {
	width: 100%;
	padding-bottom: 20px;
	border: 1px solid #DDD;
}

table#bidIncrements tr {
	font-weight: normal;
}

table#bidIncrements tr>* {
	padding: 5px 10px;
}

table#bidIncrements th {
	text-align: left;
	font-size: 14px;
}

table#bidIncrements td {
	border-right: 1px solid #DDD;
	font-size: 14px;
}

table#bidIncrements td:nth-child(3) {
	border-right: none;
}

table#bidIncrements tr:nth-child(odd) {
	background: #e2e2e2;
}

#increments button {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

/*  
overlay box 
*/

	.overlayBox {
		position: fixed;
		left:50%;
		top:50%;
		margin:-200px 0 0 -275px;
		z-index: 1000	;
		background-color: #FFFFFF;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 5px 6px #333333;
		width:550px;
		height:375px;
		display:none;
		}
	
	#grayBox {
		background-color: #000000;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		display: none;
		z-index: 1000;
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		/* IE 5-7 */
		filter: alpha(opacity = 50);
		/* Netscape */
		-moz-opacity: 0.5;
		/* Safari 1.x */
		-khtml-opacity: 0.5;
		/* Good browsers */
		opacity: 0.5;
		}

	#close {
		z-index: 3;
		width: 30px;
		height: 20px;
		position: absolute;
		border:none;
		padding:0;
		right: -15px;
		top: -16px;
		cursor: pointer;
		background:url(/wwwImages/CloseX.png) no-repeat;
		}
	.closeX {
		z-index: 2000;
		width: 30px;
		height: 30px;
		position: absolute;
		border:none;
		padding:0;
		right: -15px;
		top: -16px;
		cursor: pointer;
		background:url(/wwwImages/CloseX.png) no-repeat;
		}	
	#overlayBoxHeader{
		font-size:18px;
		font-weight:bold;
		padding:0 0 12px 0;
		}
	#auctionDescContent{
		border:solid 1px #DDDDDD;
		padding:10px;
		overflow-y:scroll;
		}
	.descOverlayTitle{
		font-weight:bold;
		font-size:14px;
		margin-top:5px;
		}	
	.descOverlayText {
		padding-bottom:10px;
		}
	#sessionDetails .nudgeUp{
		position:relative;
		top:-5px;
		}
	#ldTabBoxHeader {
		background-color:#E2E2E2;
		padding-left:10px;
		margin-top:20px;
		}
	#ldTabBox {
		border:solid 1px #DDDDDD;
		border-top:none;
		padding:20px;
		background-color:#FFFFFF;
		margin-bottom:30px;
		height:150px;
		}
	.ldTab {
		width:136px;
		height:20px;
		text-align:center;
		float:left;
		background-color:#FFFFFF;
		margin:7px 1px 0px 3px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		vertical-align:middle;
		padding-top:5px;
		font-size:14px;	
		font-weight:bold;
		border:solid 1px #cccccc;
		border-bottom:solid 1px #E2E2E2;
		}

	.activeTab{
		border-bottom:solid 1px #FFFFFF;
		}

	.tabContent {
		display:none;
		}	
		
	.tabSubhead {
		font-weight:bold;
		font-size:14px;
		color:#555555;
		padding-bottom:5px;
		}	
	.ldTabText {
		max-height:80px;
		margin-bottom:20px;
		}	
	.ldTabScroll{
		border:solid 1px #E2E2E2;
		overflow-y:scroll;
		padding:3px;
		}
	a.ldTabLink:link, a.ldTabLink:visited, a.ldTabLink:hover, a.ldTabLink:active {	
		color:#0095D5;
		}
	#catalogInfo .subscribeBox{
		margin:10px 0 15px 0;
		font-size:12px;
		line-height:40px;
		background-color: #e2e2e2;
		padding: 0;
		width: 100%;
		padding-left: 10px;
		}
	#catalogInfo .subscribeButton{
		padding:6px 10px 0 0;
		}
		
	#catalogInfo #terms_content_text li{
		line-height:18px;
		}
		
	.epaiTranslationDisclaimer {
		width:925px;
		height:43px;
		padding:12px 0 0 15px;
		background-color:def0ef;
		font-family: Arial;
		font-size:14px;
		color:#555555;
		margin:20px 0 15px 0;
		}
	.socialIconPad {
		margin-right:8px;
		}
	.watchLotPad{
		clear:both;
		float:left;
		width:23px;
		}
	.floatLeft {
		float:left;
		}
	#watchLotLearnMore {
		position:absolute; 
		width:230px; 
		top:20px; 
		left:0px; 
		padding:10px; 
		line-height:15px;
		background:#ffffff;
		border: solid 1px #cccccc;
		box-shadow: 0 1px 3px #6a6a6a;
		display:none;	
		}
	.watchLotArrow {
		position:absolute; 
		top:14px; 
		z-index:9999; 
		margin-left:25px;
		display:none;
		}
	#calendarFlyout.lotCalendar {
		font-size:12px;
		margin-top:10px;
		}
	.padBottom10 {
		padding-bottom:10px;
		}
	a.watched:visited {
	color:#0095d5;
		}
	#watchThisLot {
		position:relative;
		width:240px;
		}
	.enterAuctionButton {
		background-color:#D8292F;
		color:#ffffff;
		border:none;
		border-radius:5px;
		box-shadow: 0 -3px 0 0 #A5171C inset;
		display:inline-block;
		font-family: "Gotham SSm A", "Gotham SSm B", arial,sans-serif;
		font-size:15px;
		font-weight:500;
		height:32px;
		line-height:30px;
		text-align:center;
		width:200px;	
		}
	.enterAuctionButton:hover {
		background-color:#E63739;
		box-shadow: 0 4px 4px -4px #222222 inset;
		}
	.enterAuctionBlock {
		clear:both;
		margin:20px 0;
		}
	.enterAuctionBlockLot {
		clear:both;
		padding-top:15px;
		}
	#auctionDesc .auctioninfo .enterAuctionText {
		color: #D8292F;
		}
	
	.auctiondetails  .enterAuctionText {
		color: #D8292F;
	    display: inline-block;
	    font-family: Arial,Helvetica,sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 10px;
		}
	.enterAuctionText{
		color: #D8292F;	
		}
	.auctionDetailsBox {
		width:625px;
		margin-top:-20px;
		}
	.auctionBoxHeader {
		color:#555555;
		font-size:14px;
		font-weight:bold;
		}
	.auctionBoxSubhead {
		color:#555555;
		font-size:12px;
		font-weight:bold;
		margin:15px 0 5px 0;		
		}
	.tabTextBottomPadding {
		margin-bottom:10px;
		}	
	.tabSubhead2 {
		font-size:14px;
		font-weight:bold;
		}
	.tabTextLinkPad {
		margin-top:20px;
		}
	.bidBoxTextHolder{
		float:left;
		width:102px;
		height:30px;
		border:solid 1px #dddddd;
		}
	.bidBoxTextHolderLot{
		width:95px;
		}
	.bidBoxText {
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 500; 
		font-style: normal;
		font-size:14px;
		width:97px;
		height:28px;
		border:none;
		padding-left:3px;
		border-radius:0;
		-webkit-box-sizing: border-box;
		}
	.bidBoxTextLot {
		width:90px;
		margin:0;
		}	
	.bids input.bidBoxTextLot {
		width:90px;
		margin:0;
		}
	.leaveBidButton {
		width:98px;
		height:20px;
		border-radius:3px;
		font-family: 'Gotham SSm A', 'Gotham SSm B',arial, sans-serif; 
		font-weight: 500; 
		font-style: normal;
		color:#ffffff;
		font-size:15px;
		background-color:#24988B;
		margin-left:8px;
		float:left;
		cursor:pointer;
		padding:5px 0;
		text-align:center;
		}
	.leaveBidLot {
		margin-left:2px;
		}	
	.leaveBidButton:hover {
		background-color:#2Ab1A2;
		}

/*		
	#saveThisSearchBox {
		position:fixed;
		bottom:0;
		right:0;
		width:330px;
		background-color:#E2E2E2;
		box-shadow:0 1px 3px #6A6A6A;
		padding:20px;
		z-index:1000;
		display:none;
		}
*/	

	#saveThisSearchBox {	
		width:330px;
		background-color:#E2E2E2;
		box-shadow:1px 8px 1px #6A6A6A;
		padding:20px;
		float:right;
		position:relative;
		}
	#saveSearchBlackTop {
		position:relative;
		background-color:#4e4e4e;
		height:60px;
		width:350px;
		left:-20px;
		top:-20px;
		padding:15px 0 0 20px;
		}
	#saveThisSearchBoxOuter {
		position:fixed;
		bottom:0;
		right:0;
		width:390px;
		background:none;
		z-index:1000;
		display:none;
		padding-top:20px;
		}

	#saveSearchClose {
		z-index: 3;
		width: 30px;
		height: 30px;
		position: absolute;
		left:-15px;
		top:-15px;
		cursor: pointer;
		background:url(/wwwImages/Close_Primary.png) no-repeat;
		}	

	#saveSearchHeadline {
		font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:18px;
		color:#ffffff;
		line-height:24px;
		}
	.saveSearchKeywords	{
		font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size:18px;
		color:#ffffff;
		margin-bottom:20px;
		}
	.loginCreate {
		font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size:14px;
		color:#333333;
		margin-bottom:10px;
		padding-right:10px;
		border-right:solid 1px #333333;
		margin-right:10px;
		float:left;
		}
	.loginCreate_noBorder {
		border:none;
		}		
	.saveSearchLabel {
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 500; 
		font-style: normal;
		font-size:14px;
		color:#555555;
		}	
	.saveSearchFieldBox {
		background-color:#ffffff;
		border:solid 1px #B4B4B4;
		width:220px;
		padding:4px;
		margin-bottom:15px;
		height:20px;
		}
	
	input[type="text"].saveSearchField, input[type="password"].saveSearchField, input[type="email"].saveSearchField {
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:14px;
		color:#555555;
		border:none;
		width:210px;
		}	
	.saveSearchFormBox {
		float:left;
		widhth:230px;
		margin:5px 20px 5px 0;
		}	
	
	input[type="text"].saveSearchGhost, input[type="email"].saveSearchGhost, 
	#lotFilters  input[name=withAll].cstmCatalogSearchBox.saveSearchGhost,
	#lotFilters  #goToLot.cstmCatalogSearchBox.saveSearchGhost {
		font-style:italic;
		color:#B4B4B4;
		}	
	.hidden {
		display:none;
		}
	.saveSearchUpPad {
		position:relative;
		top:-1px;
		}
	.saveSearchButton {
		width:230px;
		height:17px;
		border-radius:3px;
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 700; 
		font-style: normal;
		color:#ffffff;
		font-size:14px;
		background-color:#D8292F;
		float:left;
		cursor:pointer;
		padding:7px 0;
		text-align:center;
		}
	.saveSearchButton:hover {
		background-color:#E63739;
		}
	a.saveSearchLink {	
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:14px;
		color:#0095D5;
		}
	a.saveSearchLink:link, a.saveSearchLink:visited {
		text-decoration:none;
		}
	a.saveSearchLink:hover, a.saveSearchLink:active {
		text-decoration:underline;
		}
	a.saveSearchLink_smGray {	
		font-size:10px;
		color:#999999;
		position: relative;
    	top: -1px;
		}		
	.ssNotPadding {
		margin-bottom:20px;
		padding-top:20px;
		}
	.saveSearchErrorText {
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:14px;
		color:#FF3333;
		}	
	.saveSearchErrorPad {
		position:relative;
		top:-12px;
		display:none;
		width:235px;
		}
	.ssErrorBorder {
		border-color:#FF3333;
		}	
	.ssForgotPadding {
		margin:20px 0;
		}
	#loginFormError {
		position:relative;
		top:-8px;
		margin-bottom:-8px;
		}	
	#forgotFormError {
		width:235px;
		position:relative;
		top:-8px;
		margin-bottom:8px;
		}
	.formForgotTextBlock {
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:14px;
		color:#555555;
		width:235px;
		margin:-5px 0 20px 0;
		}	
	.formCreateTextBlock {
		width:100%;
		margin-top:5px;
		}	
	.formCreateTOU {
		margin-bottom: 0;
	    padding-top: 15px;
	    width: 100%;
		}	
	.ssLoggedInBox {
		margin-bottom:-12px;
		}
	#lotFilters #lotCount.catLotCount {
		margin:0px 30px 0 0;
		}	
		
	.marginTop2015 {
		margin:-0px 10px 10px 15px;
		}	
	.lppDrowdown {
		height:28px; 
		padding:4px; 
		width:65px;
		}	
	.lppLabel {
		width:75px; 
		padding-top:3px;
		}	
	#lotFilters .select20 {
		padding:0px;
		height:20px;
		font-size:12px;
		}
	.searchNoResultsTop {	
		font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif; 
		font-weight: 700; 
		font-style: normal;
		font-size:18px;
		color:#555555;
		margin:50px 0 25px 0;
		}
	.noPurple, a.noPurple, a.noPurple:visited{
		color:#0095d5;
		}
	.searchNoResultsBottom {
		width:940px;
		margin-top:55px;
		padding-top:30px;
		margin-bottom:15px;
		border-top:solid 1px #dddddd;
		}
	.searchNoResultsBottomPad{
		margin-bottom:140px;
		}	
	.padTop24{	
		padding-top:24px;
		}
	.padTop50{	
		padding-top:50px;
		}		
	.quicklinkLink {
		float:left;
		position:relative;
		font-size:14px;
		}
	#quicklink .quicklinkLink a{
		font-size:14px;
		}
	#quicklink .quicklinkLink a:visited{
		color:#0095d5;
		}
	.envForSearch {
		float:left;
		padding-right:5px;
		margin-top:-1px;
		}	
	.quicklinkFlyout {
		background-color:#ffffff;
		z-index:10;
		font-size:14px;
		color:#555555;
		width:200px;
		position:absolute;
		border:solid 1px #cccccc;
		line-height:16px;
		padding:8px;
		margin-top:12px;
		display:none;
		}
	.quicklinkFlyoutArrow {
		position:absolute; 
		left:20px;
		top:-8px; 
		z-index:10; 
		}
	.catalogFilterBox  {
		clear:both;
		background-color:#e2e2e2;
		width:910px;
		margin:15px 0 20px 0;
		padding:15px;
		height:18px;
		}
	.searchFilterItem {
		float:left;
		margin-left:25px;
		width:185px;
		}
	.searchFilterItemTop {
		float:left;
		margin-left:13px;
		width:195px;
		height:18px;
		border:solid 1px #999999;
		position:relative;
		border-radius:3px;
		background: #ffffff url("/wwwImages/Arrow_2.png") no-repeat 98% center;
		cursor:pointer;
		
		}
	.searchFilterItemLabel{
		margin-left:5px;
		position:relative;
		top:2px;
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:12px;
		color:#000000;
		}
	.searchFilterItemTop:hover {
		background:#ffffff url("/wwwImages/Arrow_1.png") no-repeat 98% center;
		border-color:#0095d5;
		}	
	.searchFilterItemTopActive {
		background:#ffffff url("/wwwImages/Arrow_1.png") no-repeat 98% center;
		}			
	.searchFilterDrop {
		position:absolute;
		left:-1px;
		top:19px;
		z-index:1000;
		background-color:#ffffff;	
		border:solid 1px #999999;
		max-height:220px;
		overflow-y:auto;
		padding:0px 5px 5px 5px;
		max-width:195px;
		width:185px;
		display:none;
		}
	 .searchFilterDropItem {
	 	padding:3px 0 3px 5px;
	 	cursor:pointer;
	 	line-height:14px;
	 	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:12px;
		color:#000000;
	 	}
	 .searchFilterDropItem .noHover
	  .searchFilterDropBold {
	 	font-weight:bold;
	 	}
	 .searchFilterDropItemBold {
	 	font-weight:700;
	 	}
	 .searchFilterClearSelection {
	 	font-weight:400;
	 	color:#0095d5;
	 	}
	 .searchFilterDropItem:hover {
	 	background-color:#d6d6d6;
	 	}	
	  .searchFilterDropItem.noHover:hover {
		  background-color:#ffffff;
		  cursor:default;
	  	}
	.searchFilterItem select {
		width:190px;
			}
	.topLotFilter {
		clear:both;
		margin:0px 15px 10px 15px;
		padding-bottom:25px;
		width:910px;
		}
	.floatRight {
		float:right;
		}
	.lotFilterItem {
		margin-left:55px;
		float:left;
		}	
	.lotFilterItemFirst {
		margin-left:5px;
		}	
	.lotFilterItemLast{
		float:right;
		}
	.checkboxPad {
		position:relative;
		top:2px;
		left:-3px;
		}
	.checkboxPad2 {
		position:relative;
		top:3px;
		}		
	.lotFilterDropdown {
		border:solid 1px #999999; 
		border-radius:2px;
		padding-left:2px;
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:12px;
		color:#000000;
		}
	.lotFilterDropdown:hover {
		border-color:#0095d5;
		}
	.lotFilterText {
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size:12px;
		color:#555555;
		}
	.searchFilterLabel {
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif; 
		font-weight: 500; 
		font-style: normal;
		font-size:14px;
		color:#333;
		}
	#filterNoResults{
		clear:both;
		height:375px;
		border-top:solid 1px #d2d2d2;
		}
	.sorryText {
		font-family: "Gotham SSm A", "Gotham SSm B", arial,sans-serif;
		font-weight: 700; 
		font-style: normal;
		font-size:20px;
		color:#969494;
		padding:25px 0px;
		}
	#sorryButton {
		border-radius:3px;		
		font-family: "Gotham SSm A", "Gotham SSm B", arial,sans-serif;
		font-weight: 700; 
		font-style: normal;
		font-size:16px;
		color:#555;
		background-color:#e2e2e2;
		width:125px;
		padding:5px;
		cursor:pointer;
		text-align:center;
		}
	.fixLineheight {
		line-height:normal;
		margin-bottom:10px;
		}
	.catalogLotCount {
		font-family:arial, sans-serif;
		font-size:16px;
		color:#555;
		white-space:nowrap;
		padding-left:5px;
		position:relative;
		top:6px;
		}
		
	.catalogFilterErrorBox {
	    background-color: #e2e2e2;
	    clear: both;
	    color:#ff3333;
	    font-size:12px;
	    width: 915px;
	    height:18px;
	    text-align:right;
	    padding:4px 25px 0px 0px;
	    margin-left:-15px;
		}