*{
	font-family: arial,sans-serif;
	font-size: 11px;
}

a {text-decoration:none;}

input {
    font-family: arial,sans-serif !important;
}

a:hover{
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin:0;
}
h5 {
    font-size: 11px;
	font-weight: bold;
	color: #333;
	margin:0;
}
.link {
	margin: 0;
	padding:0;
	color:#444;
    cursor:pointer;
}
.link *{
	color:#444;	
	cursor:pointer;
}

.clickable {
    color : #637bad !important;
    text-decoration: underline !important;
    font-size:inherit;
}

.icon-link , .icon-link *{
	line-height:16px;
	white-space:nowrap;
	margin:0;
	text-decoration:none;
}

.counter {
    color: #333 !important;
    margin-left: 3px;
}

.hint {
	color:#666;
}

.line {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	background-color: #dadada;
	width: 100%;
}

ul {
	margin:0;
	padding : 0;
	list-style:none;
}

button, .buttoninput {
	background-color: #e9e9e9;
	color:#656060;
	font-weight:bold;
	border: 1px solid #cccccc;
	padding : 2px 5px;
	cursor: pointer;
}

body {
	margin:0;
	padding:0;
}

.container {
	width: 970px;
	margin: 10px auto;
}

.logged-in-user {
	float:right;
	text-align:right;
    white-space:nowrap;
    width: 750px;
}

.logged-in-user ul li label{
    white-space:nowrap;
}
.logged-in-user ul li{
	height:20px;
	color:#333;
}
.logged-in-user ul span{
	font-weight:bold;
}
.logged-in-user ul {
	list-style: none;
}
.livehelp{
color:#008000;
font-size:12px;
text-decoration:underline;
}
.livehelp{
color:#008000;
font-size:12px;
text-decoration:underline;
}
.livehelp{
color:#008000;
font-size:12px;
text-decoration:underline;
}

.logo-con {
	float:left;
}

.search-con {
	float: left;
    margin-left: 50px;
    display:inline;
}
.search-con #searchText {outline:none;padding-left:5px;}
.search-con ul.ui-autocomplete {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-top-width:0;
	width:277px !important;
}

.logo {
	width:200px;
	height:70px;
	background : url("images/gl-logo.png") no-repeat;
}

.logo img {
	display:none;
}

.navigation {
	float:left;
	width:100%;
	height:25px;
	margin-top: 5px;
}

.navigation ul{
	width:100%;
	float:left;
}

.navigation ul li{
	float:left;
	line-height: 25px;
	height: 25px;
	padding: 0 25px;
	color:white;
	font-size: 12px;
	font-weight: bold;
}

.navigation ul li a {
	color: #fff;
	text-decoration:none;
}

.left-column {
	width:175px;
	float:left;
	margin-top:10px;
}
.left-column-small {
    width:155px;
    margin-right:20px
}

.right-column{
	margin-left:20px;
	margin-top:10px;
	width: 775px;
	float:left;
}

.right-column .heading {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}
.linkenabled {
  cursor:pointer;
  text-decoration:underline;
}

.linkdisabled {
  cursor:default;
  text-decoration:underline;
}


/*Pagination*/

.page-heading {
	padding-bottom: 10px;
	border-bottom : 4px solid #f3f3f3;
}
.full-body .page-heading {
	margin-top: 10px;
}

.page-heading .details h1{
	margin: 0;
    font-weight:bold;
}
.page-heading .details {
	float:left;
	margin-left: 10px;
	width: 90%;
}

.page-heading .details p, .page-heading .details .dates {
	color: #666;
	margin: 5px 0 0;
}

.page-heading .details .dates {
	border-top: 1px solid #e9e9e9;
	padding-top: 5px;
}
.page-heading .details .dates label span{
	font-weight:bold;
	color: #333333;
	font-size: 14px;
}
.page-heading .details .dates label span.closing{
	color:#eb0b0b;
}
.page-heading .details .dates label{
	font-size: 12px;
	margin-right: 15px;
}

.pagination div {
	float: left;
}
.pagination-bin{
    float: left; clear: both; width: 100%;
}

.wdt-100p{
width:100%;
}
.pagination .navigation-label span {
	font-weight: bold;
	font-size: 13px;
}

.pagination .navigation-label label {
	font-size: 13px;
}

.pagination .sort-bin div {
	margin-left: 5px;
	font-size: 12px;
}

.pagination .sort-bin {
	float: right;
}

.pagination .inner-pagination{
    clear:both;float:none;display:inline;
}
.pagination h1{
	margin:0;
}
.pagination {
	color: #333;
	margin-top:10px;
}

.pagination div.line {
	width: 100%;
	clear: both;
	margin: 5px 0;
	float: left;
	height: 4px;
	background-color: #f3f3f3;
	font-size: 4px;
	line-height: 4px;
}

.rows {
	list-style: none;
	float: left;
}

.rows li {
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 5px;
	background-image: url( "images/icons-all.png" );
	background-repeat: no-repeat;
	cursor: pointer;
}

.rows .double-row:hover ,.rows .double-row-selected{
	background-position: -254px -22px !important;
}

.rows .double-row {
	background-position: -254px -38px;
}
.rows .double-row-selected, .rows .grid-selected{
	cursor: default !important;
}
.rows .single-row {
background-position: -238px -38px;
}
.rows .single-row:hover,.rows .single-row-selected {
background-position: -238px -22px;
cursor: default !important;
}

.rows .grid:hover , .rows .grid-selected {
	background-position: -270px -22px !important;
}

.rows .grid {
	background-position: -270px -38px;
}

.feed-link {
	vertical-align: bottom;
	cursor: pointer;
	line-height: 20px;
}

.feed-icon {
	width: 15px;
	height: 15px;
	background: url( "images/icons-all.png" ) no-repeat -94px -39px;
	margin-right: 3px;
}

.results-navigation {
	float: right !important;
	line-height: 20px;
}

.results-navigation ul {
	list-style: none;
	float: left;
	color: #666666;
}

/*.results-navigation ul li a {
	text-decoration:underline;
}*/
.results-navigation ul li a.current {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

.results-navigation ul li {
	float: left;
	margin-left: 5px;
}
/*End of Pagination*/

.results {
	clear: both;
	width: 100%;
	margin: 10px 0;
	float: left;
}

.results .results-header label{
	padding-left: 10px;
	color: #777;
	font-size:12px;
	font-weight:bold;
    white-space:nowrap;
    cursor:pointer;
}
.results .results-footer {
	margin-top:10px;
}
.results .results-header {
	background-color:#d1d1d1;
	height: 28px;
	line-height: 28px;
}

.results .table-display table label{
    float:left;
    padding-left:0;
}
.results table .firstCell {
	padding-left: 10px;
}
.results .results-header table th {
	line-height: 28px;
	text-align: left;
	color: #777;
	font-size: 12px;
}

.results .results-header table {
	width: 100%;
	height: 28px;
}

#profile_results .results-body table tr td {
	border:0;
}
.results .results-body table tr td {
	padding-top: 8px ;
	padding-bottom: 5px ;
	border-bottom: 1px solid #e9e9e9;
	vertical-align: top;
}

.results .results-body ul.state-list li .list-icon{
	margin: 5px 10px 0;
}
.results .results-body ul.state-list li.item h5{
	line-height:15px;
	width:200px;
}
.results .results-body ul.state-list li.item ul.warehouse-list li.display-toggle{
    float:right;
    text-decoration:underline;
    cursor:pointer;
}
.results .results-body ul.state-list li.item ul.warehouse-list li.empty-site{
    display:none;
}
.results .results-body ul.state-list li.item ul.warehouse-list li{
	line-height:20px;
	clear:left;
}
.results .results-body ul.state-list li.item ul.warehouse-list{
	clear: left;
    float: left;
    margin: 10px 0 10px 20px;
	display:none;
    width:218px;
}
.results .results-body ul.state-list li.item h3{
	float:left;
	margin:0;
	width: 202px;
    cursor: pointer;
}
.results .results-body ul.state-list li.item{
	float:left;
	border-bottom : 1px solid #e9e9e9;
	line-height: 26px;
	margin:0 10px;
	width: 238px;
}
.results .results-body ul.state-list li.item.first{
	border-top : 2px solid grey;
	padding-top: 20px;
}
.results .results-body ul.state-list {
	float: left;
    margin: 10px 0;
    width: 258px;
}
*table.options {
    width:auto !important;
}
.results .results-body table {
	width: 100%;
	background-color:transparent;
}

.results .results-body .search-table label{
	clear:both;
	font-weight: bold;
	font-size: 12px;
}
.results .results-body .search-table .help{
	border-left: 5px solid #dcdcdc;
	padding-left: 10px;
	color: #666;
}
.results .results-body .search-table tr td div{
	float: left;
	margin-right: 15px;
}
.results .results-body .search-table tr td.help-cell{
	padding-top: 26px;
    vertical-align: top;
}
.results .results-body .login-table h4{
	padding : 4px 0;
}
.results .results-body .login-table input{
	font-size: 12px;
	font-weight: bold;
}
.results .results-body .login-table {
	padding: 15px;
	border : 1px solid #999999;
	background-color: #f9f9f9;
}
.results .results-body .login-table tr td{
	border-bottom: 0 none;
    padding: 0;
    vertical-align: middle;
}

.results .results-body .register-table p{
	color:#666666;
	font-size: 14px;
}
.results .results-body .register-table h1{
	color:#666666;
}
.results .results-body .register-table {
	padding: 15px;
	width:500px;
}

.results .results-body .search-table tr td{
	border-bottom: 0;
	width: 50%;	
}

.results .results-body .search-table .select-field{
	width:360px;
}
.results .results-body .search-table .input{
	width:350px;
}
.results .results-body .search-table .field{
	font-size: 12px;
    margin-top: 4px;
    padding: 3px;
}

.search-table .options tr td input{
	margin: 3px 3px 0 0;
}
.search-table .options tr td{
	float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 !important;
    vertical-align: middle !important;
    width: auto !important;
	font-size: 12px;
}

.search-table .options tr td.label{
	margin-right: 10px;
}

.results .status {
	width: 55px;
	padding-left: 5px;
	text-align:center !important;
}


.results .quantity {
	width: 55px;
	padding-left: 5px;
}

.results .type label{
color:#666;
}
.results .type label.label{
	color: #444;
}
.results table .bid-status-cell h4{
	float:none;
	color:#333;
}
.results table .bid-status-cell {
width: 175px;
padding-left: 5px;
}
.results table .bidding-cell {
	width: 135px;
	padding-left: 5px;
}
.results table .type ,.results table .location {
	width: 95px;
	padding-left: 5px;
}
.results table .result-date .compare{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.results table .result-date {
	width: 65px;
	padding-left: 5px;
	color:#444;
    position: relative;
}
.results table .result-location {
	width: 80px;
	padding-left: 5px;
	color:#444;
}
.results table .result-qty {
	width: 40px;
	padding-left: 5px;
	color:#444;
}
.results table .result-current-bid {
	width: 70px;
	padding-left: 5px;
	color:#444;
	font-weight:bold;
}
.results table .bid-cell {
	width: 105px;
	padding-left: 5px;
}
.results table .bid-opens {
	width: 90px;
	padding-left: 5px;
	color: #444;
}
.results table .my-acc-bid-cell  .errormsg,
.results table .bid-status-cell  .errormsg{
	top:10px;
	width:200px;
	color:red;

}
.results table .my-acc-bid-cell {
	width: 120px;
	padding-left: 10px;
	position: relative;	
}
.results table .small-cell {
	width: 65px;
	padding-left: 10px;
}
.results table .smallest-cell {
	width: 40px;
	padding-left: 10px;
}
.results table .bid-ends,.results table .bid-close {
	width: 75px;
	padding-left: 10px;
	color: #444444;
}
.results table .lot-no {
	width: 48px;
	padding-left: 10px;
}
.results table .add-to-calendar , .results table .current-bid {
	width: 45px;
	padding-left: 5px;
}
.results table .download {
	width: 25px;
	padding-left: 5px;
}

.results .results-body .location{
	color: #444;
}
.results .results-body .quantity{
	color:#444;
}
.details-type{
	margin-top: 5px;
	float:left;
}
.results table .details-type{
	clear:left;
}
*.details-type {
    width:170px;
}

.details-type .icon{
	float:left;
	cursor:pointer;
}
.results .results-body .details a{
	font-weight:normal;
	font-size:11px;
	color:#444;
	text-decoration:underline;
    float:left;
}
.results .results-body .thumbnail img{
	width:80px;
	height:80px;
}
.results .results-body .lot-title {
	float:left;
    width:198px;
    margin-left:3px;
    height:60px;
}
.results .results-body .thumbnail {
	width:80px;
	height:80px;
	border : 1px solid #ccc;
	float:left;
	margin-right: 5px;
	margin-bottom: 3px;
	padding : 2px;
}
.results .results-body .details {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	padding-right:5px;
}
.results .results-body .id {
	color: #666;
	text-decoration:underline;
}
.results .id {
	width: 40px;
	padding-left: 5px;
}
.results .results-body .lot-no {
	color:#444;
}
.current-bid {
	color:#333;
	font-weight:bold;
	font-size:14px !important;
}
.results .results-body .bid-ends {
	color: #ff3333 !important;
}
.results .add-to-calendar a{
	line-height:16px;
}
.download-icon:hover {
	background: url( "images/icons-all.png" ) no-repeat -174px -39px;
}

.download-icon {
	background: url( "images/icons-all.png" ) no-repeat -174px -23px;
	width: 16px;
	height: 16px;
	cursor: default;
}

.row-type-icon {
	width: 50px;
	height: 50px;
	background-image: url( "images/icons-all.png" );
	background-repeat: no-repeat;
	float: left;
}

.winner-row-icon {
	background-position: -20px -354px;
}
.bid-row-icon {
	background-position: -20px -150px;
}

.lock-row-icon {
	background-position: -20px -302px;
}
.login-row-icon {
	background-position : -20px -405px;
}
.search-row-icon {
	background-position : -20px -252px;
}

.lotted-row-icon {
	background-position: -20px -201px;
}

.calendar-icon {
	width: 16px;
	height: 16px;
	background: url( "images/icons-all.png" ) no-repeat -94px -54px;
	float:left;
	margin-right: 3px;
}

.excel-link {
	line-height: 20px;
	color: #666;
	font-weight:bold;
	text-decoration: underline;
}
.excel-icon {
	width: 16px;
	height: 16px;
	background: url( "images/icons-all.png" ) no-repeat -111px -54px;
	margin-right:3px;
}

#lotsForBidding {
	float:left;
	background :url("images/icons-all.png") no-repeat 0 -79px;
	height: 34px;
	width:242px;
	cursor:pointer;
	text-indent: -9999px;
	text-transform: capitalize;
}

#emailAlerts {
	float:right;
	background :url("images/icons-all.png") no-repeat 0 -114px;
	height:34px;
	width:183px;
	cursor:pointer;
	text-indent: -9999px;
	text-transform: capitalize;
}

#carouselContainer hr{
	background-color: #f3f3f3;
	height:4px;
	line-height:4px;
	border:0;
	font-size: 4px;
}
#carouselContainer h3{
	color:#666666;
	margin:0 0 10px;
}
#carouselContainer {
	border: 1px solid #dbd3d3;
	padding : 10px 10px 0;	
}

.main-body {
	width:100%;
}

.map-bin .reset-button{
	position:absolute;
	right:10px;
	bottom:10px;
	width:50px;
}
.map-bin {
	background-image: url("images/banner-bg.png");
    background-position: center top;
    background-repeat: repeat-x;
	margin-top:10px;
	position:relative;
	width:970px;
	height:490px;
}
.map-bin #map_canvas{
	position : absolute;	
    margin: 5px 5px 5px 0;
	right:0;
	top:0;
}

#country_list {
	position:absolute;
top:10px;
z-index:20;
}

#country_list li.selected{
	border-bottom: 1px solid #202020;
}
#country_list li.selected h5{
	color:#333;
}
#country_list li h5{
	color: #fff;
}
#country_list li {
	width: 145px;
	padding : 5px 5px 4px;
	margin:0 5px 10px;
	float:left;
	color:#fff;
	position:relative;
	clear:left;
	cursor:pointer;
	border-bottom: 1px solid transparent;
}

#country_list .map-pointer {
	height: 24px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
    z-index: 100;
	background : url("images/map_pointer.png") no-repeat;

}

#map_canvas {
	height: 480px;
	width: 800px
}

.left-navigation li ul.sub-menu li.para p{
	margin-top: 0;
	color: #777;
}
.left-navigation li ul.sub-menu li.para{
	height:auto;
	line-height: 14px;
}

.left-navigation li ul.main-menu li a{
	text-decoration:none;
	color: #333;
	font-size: 12px;
}
.left-navigation li ul.main-menu li{
	margin-bottom:5px;
}

.linehght{
	line-height:18px;
}

.icon {
	background-image: url( "images/icons-all.png" );
    background-repeat:no-repeat;
}

.left-navigation li ul.legend li div.icon {
	background-repeat: no-repeat;
	margin-right: 5px;
}

.bid-icon {
	background-position: -177px 0;
	width: 18px;
	height: 18px;
	margin: 0 2px 2px 0;
}

.lotted-icon {
	background-position: -158px 0;
	width: 19px;
	height: 18px;
	margin: 0 1px 2px 0;
}

.demil-icon {
	background-position: -127px -39px;
	width: 15px;
	height: 15px;
	margin: 0 5px  0 0;
}


.watchlisted-icon {
	background-image: url("images/watchlist-success.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.watchlist-icon {
	background-position: -110px -24px;
    width: 16px;
	height: 16px;
	margin: 1 5px 0 0;
}
.camera-icon {
	background-position: -222px -23px;
	width: 16px;
	height: 16px;
	margin: 0 5px 0;
}

.video-icon {
	background-position: -158px -23px;
	width: 16px;
	height: 16px;
	margin: 0 5px 5px 0;
}

.clock-icon {
	background-position: -206px -23px;
	width: 16px;
	height: 16px;
	margin: 0 5px 5px 0;
}
.notes-icon {
	background-position: -194px -23px;
	width: 12px;
	height: 15px;
	margin: 0 3px 5px 0;
}

.fda-icon {
	background-position: -127px -23px;
	width: 15px;
	height: 15px;
	margin: 0 5px 5px 0;
}
.dla-icon {
	background-position: -262px -95px;
	width: 15px;
	height: 15px;
	margin: 0 5px 5px 0;
}
.exchange-icon {
	background-position: -262px -79px;
	width: 15px;
	height: 15px;
	margin: 0 5px 5px 0;
}

.scrap-icon {
	background-position: -143px -39px;
	width: 15px;
	height: 15px;
	margin: 0 5px 5px 0;
}

.restrictions-icon {
	background-position: -143px -23px;
	width: 15px;
	height: 15px;
	margin: 0 5px 5px 0;
}

.left-navigation li ul.legend li div.desc {
	width: 128px;
	color: #444;
}

.left-navigation li ul.legend li div,.left-navigation li ul.codes li div {
	float: left;
}

.left-navigation li ul.legend {
	margin-top:0;
}
.left-navigation li ul.legend ,.left-navigation li ul.codes {
	float: left;
}

.left-navigation li ul.legend li , .left-navigation li ul.codes li {
	height: auto;
	line-height: 15px;
	margin: 10px 0;
	color: #666;
	float: left;
	width: 100%;
}

.left-navigation li ul.codes li {
	margin: 5px 0;
}

.codes .detail {
	color : #666666;
	clear:left;
}
.codes .code {
	color: #333333;
	font-weight:bold;
}

#left_nav_carousel,#left_recent_carousel {
	position:relative;
	padding: 10px 9px 0;
}
.left_nav_thumbnail img{
	border:0;	
}
.left_nav_thumbnail {
    background-color:#666666;
    /*background-color:#F6F6F6;*/
    width: 130px;
	height: 115px;
	border: 1px solid #999;
	margin: 0 0 10px;
	float:left;
    text-align:center;
}

.left-navigation li .sub-menu li.auction-thumbnail{
	width: 135px;
    float:left;
}

.left-navigation li .sub-menu{
	color:#666666;
	text-align:left;
	border-width:0 1px 1px;
	margin-bottom: 10px;
	border-color: #d8d8d8;
	border-style:solid;
	padding : 10px;
    display:inline-block;
    width:153px;
}

.left-column-small li .sub-menu{
    width:133px;
}

.left-navigation li ul.description{
	border : 1px solid #d8d8d8;
	margin-top:10px;
}

.left-navigation li.header{
	height:25px;
	line-height:25px;
	font-weight:bold;
	margin-top:1px;
}
.left-navigation {
	text-align:center;
	color:white;
}
.custom-navigation {
    width: 100%;
    float:left;
}
.carousel-button {
	width:24px;
	height:38px;
	background-image:url("images/icons-all.png");
	background-repeat:no-repeat;
	position: absolute;
	top : 40px;
	z-index : 10;
	cursor:pointer;
}

.btn-left {
	background-position: 0 0;
	left : 5px;
}

.btn-right {
	background-position: -24px  0;
	right:3px;
}

.ver-carousel-button {
	width:44px;
	height:28px;
	background-image:url("images/icons-all.png");
	background-repeat:no-repeat;
	position: absolute;
	left : 55px;
	z-index : 10;
	cursor:pointer;
}

.btn-top {
	background-position: -49px 0;
	top : 10px;
}

.btn-down {
	background-position: -49px -24px;
	bottom:6px;
}
div.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.txt-none {
    text-decoration:none !important;
}
.txt-ul {
    text-decoration:underline;
}
.flt-left {
	float:left !important;
}
.flt-right {
	float:right !important;
}

.display-hidden {
	display: none !important; 	
}

.mar-0 {
    margin:0;
}
.mar-10 {
    margin:10px;
}
.mar-left-5 {
	margin-left: 5px;
}
.mar-left-10 {
	margin-left: 10px;
}
.mar-right-10 {
	margin-right: 10px !important;
}
.mar-top-10 {
	margin-top: 10px;
}
.mar-top-5 {
	margin-top: 5px;
}
.mar-bottom-10 {
	margin-bottom: 10px;
}
.pad-10 {
	padding: 10px !important;
}
.pad-left-10 {
	padding-left: 10px !important;
}
.pad-right-10 {
	padding-right: 10px !important;
}
.pad-top-10 {
	padding-top: 10px !important;
}
.pad-top-20 {
	padding-top: 20px !important;
}
.pad-bottom-10 {
	padding-bottom: 10px !important;
}
.pad-0 {
    padding: 0 !important;
}

/* Colors */
.grey .light {
	background-color: #bbb9b9;
}
.grey .medium {
	background-color: #9e9e9e;
}
.grey .dark {
	background-color: #7b7b7b;
}

.blue .light {
	background-color: #b1c8da;
}
.blue .medium {
	background-color: #5a8db5;
}
.blue .dark {
	background-color: #456d8c;
}

.green .light {
	background-color: #b1b568;
}
.green .medium {
	background-color: #787c1e;
}
.green .dark {
	background-color: #5c6411;
}

.brown .light {
	background-color: #cab79d;
}

.brown .medium {
	background-color: #a69785;
}

.brown .dark {
	background-color: #807462;
}

.dark-brown .light {
	background-color: #a9947d;
}

.dark-brown .medium {
	background-color: #948471;
}

.dark-brown .dark {
	background-color: #6b5e4d;
}

.violet .light {
	background-color: #b7c9f7;
}

.violet .medium {
	background-color: #7d8db6;
}

.violet .dark {
	background-color: #727ea6;
}
.dark-blue .light {
	background-color: #a8b0b8;
}

.dark-blue .medium {
	background-color: #8998a2;
}

.dark-blue .dark {
	background-color: #7c8893;
}

.dark-violet .light {
	background-color: #a5abbb;
}

.dark-violet .medium {
	background-color: #8491a7;
}

.dark-violet .dark {
	background-color: #788298;
}

.black {
    background-color: #333333;
}
/* End of Colors */
/*  Carousel Auctions style */
li.carousel-item {
	padding : 0 5px;
	width : 175px;
	height: 180px;
	float:left;
}
.results ul.carousel-list {
	clear:left;	
}
.results li.carousel-item {
	padding : 0 9px;
	min-height: 180px;
	height:auto;
	margin-bottom: 10px;
}
.results li.carousel-item label span{
	color: #444;
	margin-right: 3px;
}
.results li.carousel-item a{
	text-decoration:none;
    display:block;    
}
.results li.carousel-item label {
	clear: left;
	color: #444;
	text-decoration:none;
	white-space:normal;
	float:left;
	width:175px;
}

li.carousel-item .auction_title {
    width: 175px;
	margin-bottom: 10px;
	text-align:center;
	font-size:11px;
	color:#666666;
}

li.carousel-item div.img-bin img {
    border:0;
}
li.carousel-item div.img-bin div.compare label{
    color: #f3f3f3 !important;
}
li.carousel-item div.img-bin div.compare{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    padding: 5px !important;
    text-align: left;
}
li.carousel-item div.img-bin {
    background-color: #f6f6f6;
    /*background-color:#666666;*/
    border : 1px solid #ccc;
	width: 175px;
	height:130px;
    text-align:center;
    vertical-align:middle;
    position: relative;
}
.left-pointer {
    background: url("images/left-pointer.png") repeat scroll 0 0 transparent;
    left: 5px;
}
.right-pointer {
    background: url("images/right-pointer.png") repeat scroll 0 0 transparent;
    right: 5px;
}
.pointer {
    height: 19px;
    position: absolute;
    top: 20px;
    width: 11px;
    z-index: 2011;
}
.clear {
    clear: both;
    display: block;
    height: 0 !important;
	line-height: 0 !important;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
/*  Auction Details */
#auction_photos {
    width: 354px !important;
}
#auction_photos_video .ui-tabs-panel {
	padding : 0 !important;
}
#auction_photos .btn-left {
	left:3px;
}
#auction_tiny_preview {
    margin: 0 15px;
}
#auction_tiny_preview .carousel-button {
	top: 30px;
}
.points {
	color: #666;
	margin: 10px 0 5px;
}
.points  div.desc {
	float:left;
	width:710px;
}
.points li {
	clear:left;
	float:left;
	margin-bottom: 5px;
    width:100%;
}
.lot-navigation{
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	padding : 3px 0;
	margin: 3px 0;
}
.top-lot-navigation{
	border-top:0;
	margin:0;
}
.lot-navigation a{
	text-decoration:none;
}
.lot-navigation h4{
	float:left;
	margin: 0 3px;
}
.lot-navigation a *{
	white-space:nowrap;
	line-height:16px;
	text-decoration:none;
}
.event-details {
	line-height: 26px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	color: #666;
	font-size: 12px;
}

#event_Featured_Lots .btn-left{

}
#event_Featured_Lots .btn-right{

}
#event_Featured_Lots{
	margin-left: 10px;
}

.tiny-carousel li img{
	border: 1px solid #CCCCCC;
	height: 70px;
	padding: 4px;
	width: 70px;
}
.tiny-carousel li{
	margin: 0 5px;
	text-align:center;
    float:left;
}
.tiny-carousel {
    float:left;
}

#auction_tabs h2{
	display:none;
}
#auction_tabs table td.value p,#event_Details table td.value p{
	font-size: 12px;
	margin:0;
}
#auction_tabs table td.cell-label,#event_Details table td.cell-label{
	white-space:nowrap;
	vertical-align:top;
	text-align: left;
	color:#666;	
}

#auction_tabs table td.value,#event_Details table td.value{
	color:#333;	
}
#auction_tabs table td a{
    text-decoration:underline;
}
#auction_tabs table td, #event_Details table td{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	vertical-align:top;
}
#auction_payment .points {
	color: #333 !important;
}
#auction_maps .address{
	float:left;
	color: #333333;
	font-size:12px;
	line-height: 20px;
    width:210px;
}
#auction_maps {
    position:relative;
}
#auction_maps #lot_map_location {
	float:right;
	width: 540px;
	height:400px;
}
#auction_contact table {
	width: 360px;
	float:left;
}
.event-details a {
	text-decoration:none;
}
.event-details span {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 3px;
}

.info-icon{
	width: 16px;
	height: 16px;
	background-position: -185px -114px;
	float:left;
	margin-right: 4px;
	margin-top: 5px;
}
.auction-flag {
	color: #fff;
	padding : 0 5px;
	font-weight: bold;
	font-size: 11px;
	float: right;
	height: 25px;
	line-height: 25px !important;
	margin: 1px;
	text-align:center;
}
.fda_flag {
	background-color: #339900;
    color:#fff;
}
.error-flag h5{
    color: #333 !important;
}
.error-flag {
    background-color: #ffff33;
    border: 1px solid #ff6666;
}
.auction-flag .icon{
    margin-top:5px;
    float:left;
}
.dla-flag {
	background-color: #F1F5AB;
    color:#333;
}
.exchange-flag {
	background-color: #a6e131;
    color:#fff;
}
.restrictions-flag {
	background-color: #c6c6c6;
    color:#333;
}
.euc-flag {
	background-color: #a2301c;
    color:#fff;
}
.seller_requirement {
    background-color: #b7deff;
    color: #333;
}

.auction-info {
	margin-top: 10px;
}


#pro-tip {
	float: left;
	width: 100%;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
	margin-top: 10px;
}

#pro-tip img {
	float: inherit;
	padding: 10px;
	width: 45px;
}

#pro-tip div {
	margin-top: 25px;
}
.auction-info .preview-container{
	/*border-image:url(images/border-bg.png) 8 8 8 8 round round;
	-moz-border-image:url(images/border-bg.png) 8 8 8 8 round round;
    -webkit-border-image:url(images/border-bg.png) 8 8 8 8 round round;*/
	width: 360px;
	float:left;
}

#auction_photos table {
    width:350px;
	height:260px;
}
#auction_photos .large-thumbnail {
	margin: 2px;
}
#auction_photos ul {
	margin: 5px 0 !important;
	float:left;
}

.tiny-thumbnail img{	
	border :0;
}

.tiny-thumbnail {
	float:left;
    /*background-color:#666666;*/
    background-color:#f6f6f6;
    border: 1px solid #d9d5d5;
	padding: 4px;
	margin: 0 3px;
	width: 80px;
	height: 80px;
	cursor: pointer;
    text-align:center;
    vertical-align:middle;
}

#auction_tiny_preview .tiny-thumbnail {
    margin: 0 8px;
}

.tiny-thumbnail-selected {
	border: 2px solid #666666;
	padding:3px;
}

.auction-info .auction-details h1{
	margin-top:28px;
}
.auction-info .auction-details {
	float:left;
	margin-left: 10px;
	width: 400px;
}
.auction-info .auction-details table {
	width: 100%;
}
.auction-info .auction-details table td h4{
	color:#666666;
}
.auction-info .auction-details table td{
  color:#666;
	font-size:12px;
	line-height: 22px;
	height:22px;
}
.auction-info .auction-details table td.value{
	color:#333;
	font-size:12px;
}

#auction_tabs {
	margin: 20px 0 10px;
}

.auction-restrictions {
	margin-bottom: 10px;
}
.auction-restrictions .body .flag-details a{
    font-weight:bold;
    color:inherit;
    text-decoration:underline;
}
.auction-restrictions .body .flag-details{
    margin-left:15px;
    float:left;
    color:inherit;
    width:90%;
}
.auction-restrictions .body .error-big-icon{
	float:left;
	width: 30px;
	height: 30px;
	background-position: -236px -115px ;
}
.auction-restrictions .body .info-big-icon{
	float:left;
	width: 32px;
	height: 32px;
	background-position: -202px -114px ;
}
.full-body .auction-restrictions .body h5 a{
    color: #fff !important;
    text-decoration:underline;
}
.full-body .auction-restrictions .body h5{
	float:left;
	width: 900px;
	margin: 0 0 0 10px;
	color:#fff;
}
.full-body .auction-restrictions .body{
	width: 950px;
}
.auction-restrictions .body{
	padding : 10px;
	width: 755px;
	float:left;
}
.auction-restrictions .header{
	color: #fff;
	background-color: #333;
	padding : 5px 10px;
	font-size: 12px;
	font-weight: bold;
}

.auction-info-bid .bin ul {
	margin-top: 10px;
}
.auction-info-bid .bin ul li{
	line-height:16px;
	margin: 5px 0;
}
.auction-info-bid .bin .header{
	font-size: 14px;
	font-weight: bold;
	color: #666666;

}
.auction-info-bid .bin h1{
	margin: 0 0 10px 0;
}
.auction-info-bid .bin .bid-bin td{
	font-size: 12px;
}
.auction-info-bid .bin .bid-bin{
	border:4px solid #d4d4d4;
	background-color: #fff;
	padding : 10px;
	font-size: 12px;
}
.auction-info-bid .bin{
	float: left;
	border: 1px solid #999999;
	padding : 15px 10px;
	background-color: #f9f9f9;
	width: 360px;
	color: #666666;
}

.auction-info-bid .full-width-bin{
    width:753px;
}

.auction-info-bid {
	width: 100%;
}

.item-manifest {
	margin: 10px 0;
}
.item-manifest .header{
	padding : 5px;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	background-color: #d9d9d9;
}
sup{
	font-size: 9px;
	margin-left: 2px;
}
.item-manifest table th{
	background-color:#f2f2f2;
	color: #333;
}
.item-manifest table{
	width: 100%;
	border-color: #D9D9D9;
	border-collapse:collapse;
}
.auction-image {
    border: 6px solid #DBD3D3;
	margin-top: 10px;
	padding: 10px;
	width: 330px;
}
.auction-image {
    background: url("images/Lot-Detail-image.png") no-repeat scroll 0 0 transparent;
    height: 240px;
    width: 330px;
}
/* banner styles */
.bannerWrapper {
	width: 100%;
	min-height: 215px;
}
.bannerWrapper ul {
	list-style-type: none; 
	margin:0;
	padding:0;
}
.bannerWrapper ul li {
	float:left; 
	margin-top : 4px;
	width:240px;
	height:215px;
	text-align:center;
	vertical-align:middle;
}
.bannerWrapper ul li img {
	cursor:pointer;
}
#bannerMenu {
    border: 1px solid #DBD3D3;
    padding: 10px;
	background-image: url("images/banner-bg.png");
	background-position:top;
	background-repeat:repeat-x;
	height: 180px;
	position:relative;
}

#bannerMenu .bannerMenu-header{
	color: white;
	font-weight: bold;
	font-size:16px;
}
#bannerMenu ul li .current-bid{
	color: #fff !important;
	text-align:center;
}
#bannerMenu ul li .banner-auc-title a{
	color: #fff;
}
#bannerMenu ul li .banner-auc-title{
	color: #fff;
	text-align:center;
}
#bannerMenu ul li {
	float: left;
	padding: 18px 28px 0;
	width: 78px;
}
#bannerMenu ul li img{
	border: 4px solid white;
	width: 72px;
	height:72px;
}
#bannerMenu ul li .label {
    color: white;
    text-align: center;
}
#bannerMenu ul li .price {
    color: white;
    text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#bannerMenu .close-button {
	width:53px;
	height:18px;
	background : url("images/icons-all.png") no-repeat -94px 0;
	position: absolute;
	right: 10px;
	top:10px;
	cursor: pointer;
}

.autowrapSpan, .autowrapSpan span {
    font-size: inherit !important;
    white-space: nowrap !important;
}

/* Auction Popup */
#auctionPopup {
	position:absolute;
	z-index:100;
	display:none;
}

#auctionPopup .auction {
	border : 4px solid #5c5c5c;
	width : 321px;
	height: 145px;
	margin: 0 16px;
}
#auctionPopup .auction .header{
	background-color: #666666;
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	padding : 13px 8px;
	width: 305px;
	height: 30px;
	float:left;
}

.auction_current_bid{
	font-size:16px !important;
	font-weight:bold !important;
}

#auctionPopup .auction .body label span{
	color:#333;
	font-size: 12px;
}
#auctionPopup .auction .body label{
	color: #666;
	margin-right: 5px;
}
#auctionPopup .auction .body div.address div,#auctionPopup .auction .body div.address label{
	float:left;
	vertical-align:top;
	line-height: 14px;
}
#auctionPopup .auction .body div.address table{
	float:left;
	line-height:15px;
	width:200px;
}
#auctionPopup .auction .body div.row{
	line-height:25px;
}
#auctionPopup .auction .body .time-icon{
	margin-top: 3px;
}
#auctionPopup .auction .body{
	background-color:#fff;
	float:left;
	width: 305px;
	padding : 5px 8px 10px;
	height: 74px;
}
/* End of Auction Popup */


/* Details Popup */
#detailsPopup .details_popup_body{
    border:2px solid #666666;padding:8px 10px 8px 8px;
    border-radius : 6px;
    -moz-border-radius : 6px;
    -webkit-border-radius : 6px;
    background : #fff;
}
#detailsPopup .details_pointer{
    position:absolute;left:10px;width:14px;height:9px;background: url('images/pointers.png') 0 0;bottom:0;
}
#detailsPopup .details-bin{
    position:relative;padding-bottom:7px;
}
#detailsPopup {
    position:absolute;
    display:none;
}
/* End of Details Popup */

/* Icons */
.q-icon {
    background-position: 0 -110px;
    height:16px;
    width:16px;
    display:inline-block;
    margin-left:3px;
}
.visa-card {
    background-position:-35px -80px;
}.mc-card {
    background-position:-70px -80px;
}.amex-card {
    background-position:-105px -80px;
}.card {
    width:31px;
    height:22px;
    float:left;
    margin-right:5px;
    line-height:22px;
}
.plus-icon {
    background-position:  0 -40px;
    width:9px;
    height:9px;
    float:left;
    cursor:pointer;
}
.minus-icon {
    background-position:  -10px -40px;
    width:9px;
    height:9px;
    float:left;
    cursor:pointer;
}
.save-search-icon:hover {
    background-position: -142px -55px;
}
.save-search-icon {
    background-position: -127px -55px;
    width:15px;
    height:15px;
    float:left;
    margin-right:2px;
}
.google-icon {
    background-position: 0 -230px;
    width:16px;
    height:16px;
    float:left;
    margin-right:2px;
}
.yahoo-icon {
    background-position: 0 -212px;
    width:16px;
    height:16px;
    float:left;
    margin-right:2px;
}
.previous-link-icon {
	width:16px;
	height:16px;
	background-position: -278px -68px;	
}
.next-link-icon {
	width:16px;
	height:16px;
	background-position: -277px -54px;
}
.location-icon {
	background-position: -225px -55px;
	width: 15px;
	height:16px;
	float:left;
	margin-right: 3px;
}
.list-number-icon {
	background-position: 0 -250px;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	float: left;
	line-height:15px;
	color:#fff;
	font-size:10px;
	font-weight:bolder;
	text-align:center;
}
.print-icon {
	background-position: -158px -55px;
	width: 16px;
	height:16px;
	float:left;
	margin-right: 3px;
}
.mail-icon {
	background-position: -175px -55px;
	width: 16px;
	height:16px;
	float:left;
	margin-right: 3px;
}
.hot-icon {
	background-position: -94px -22px;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	float: left;
}
.time-icon{
	width: 15px;
	height:15px;
	background : url("images/icons-all.png") no-repeat -207px  -23px;
	float:left;
	margin-right: 5px;
}

.list-icon {
	background-position: -240px -55px;
	width: 7px;
	height: 16px;
	margin-right: 3px;
	float: left;
    cursor:pointer;
}
.ajax-loader {
	background: url("images/ajax-loader.gif") no-repeat;
	float:left;
	color:#333;
	padding-left: 18px;
	line-height:12px;
	font-size: 12px;
}
.bg_loader{
	background: url("images/ajax-loader.gif") no-repeat center center !important;
	min-height:100px;
	height:100px;
	height:auto !important;
}
/* End of Icons */

/* Buttons */
.button-bin {
	*display:inline;
}

.button-bin .button{
	float:left;margin-right: 10px;
}
.button {
	background-image: url("images/buttons-all.png");
	height:34px;
	cursor: pointer;
	text-indent: -9999px;
	text-transform: capitalize;
	border : 0;
    font-size:0 !important;
    display:block;
    overflow:hidden;
}
.btn-cancel:hover{
	background-position: -196px -35px;
}
.btn-cancel{
	width: 76px;
	background-position: -196px 0;
}
.btn-disagree:hover{
	background-position: 0 -455px;
}
.btn-disagree{
	width: 104px;
	background-position: 0 -420px;
}
.btn-agree-export-compliance:hover{
	background-position: 0 -717px;
}
.btn-agree-export-compliance{
	width: 84px;
	background-position: 0 -682px;
}
.btn-agree:hover{
	background-position: -105px -455px;
}
.btn-agree{
	width: 295px;
	background-position: -105px -420px;
}
.btn-small-bid:hover{
	background-position: -307px -97px;
}
.btn-small-bid{
	width: 35px;
	height: 26px;
	background-position: -307px -70px;
}

.btn-add-card:hover{
	background-position: -106px -35px;
}
.btn-add-card{
	width: 89px;
	background-position: -106px 0;
}
.btn-update-card:hover{
	background-position: -208px -647px;
}
.btn-update-card{
	width: 119px;
	background-position: -208px -612px;
}
.btn-add-address:hover{
	background-position: -273px -35px;
}
.btn-save{
	background-position: -291px -315px;
	width:64px;
}
.btn-save:hover{
    background-position: -291px -280px;
}
.btn-add-address{
	width: 113px;
	background-position: -273px 0;
}
.btn-continue-bid:hover{
	background-position: 0 -105px;
}
.btn-continue-bid{
	width: 216px;
	background-position: 0 -70px;
}
.btn-confirm-bid:hover{
	background-position: 0 -647px;
}
.btn-confirm-bid{
	width: 117px;
	background-position: 0 -612px;
}
.btn-edit-bid:hover{
	background-position: -118px -647px;
}
.btn-edit-bid{
	width: 89px;
	background-position: -118px -612px;
}
.btn-continue:hover{
	background-position: -217px -105px;
}
.btn-continue{
	width: 89px;
	background-position: -217px -70px;
}
.btn-remove-from-wl:hover{
	background-position: 0 -525px;
}
.btn-remove-from-wl{
	width: 198px;
	background-position: 0 -490px;
}
.btn-submit-bid:hover{
	background-position: -234px -175px;
}
.btn-submit-bid{
	width: 125px;
	background-position: -234px -140px;
}
.btn-submit-all-bid:hover{
	background-position: 0 -175px;
}
.btn-submit-all-bid{
	width: 131px;
	background-position: 0 -140px;
}
.btn-register:hover{
	background-position: -288px -525px;
}
.btn-register{
	width: 107px;
	background-position: -288px -490px;
}
.btn-login:hover{
	background-position: -200px -525px;
}
.btn-login{
	width: 87px;
	background-position: -200px -490px;
}
.btn-search:hover{
	background-position: 0  -35px;
}
.btn-search{
	width: 105px;
	background-position: 0 0;
}

.btn-bid-now:hover {

}
.btn-bid-now {
	width:173px;
    height:43px;
    background : url("images/bid-button.png") no-repeat;
    -webkit-box-shadow: 0 3px 14px #aaa;
    -moz-box-shadow:  0 3px 14px #aaa;
    box-shadow:  0 3px 14px #aaa;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    outline: none;
}

.btn-add-to-watchlist:hover {
	background-position: 0 -245px;
}
.btn-add-to-watchlist {
	width:175px;
	background-position: 0 -210px;
}
/* End of Buttons */

/* Breadcrumbs */
.breadcrumbs-bin {
	width:100%;
	clear:both;
	margin-bottom:10px;
}
.breadcrumbs-bin .search-bin a{
    cursor:pointer;
    text-decoration:underline;
}
.breadcrumbs-bin .search-bin{
    float:right;
    white-space:nowrap;
    text-align:right;
}
.breadcrumbs-bin ul {
	float:left;
    width:575px;
}
.breadcrumbs-bin ul li a{
	text-decoration:underline;
}
.breadcrumbs-bin ul li {
	float:left;
	margin-right: 3px;
}
/* End of Breadcrumbs */

/* Search Results */
.featured-lot div.details .hot-flag{
   line-height: 16px;
	margin-bottom: 5px;
	color: #d0d2b1;
}
.featured-lot div.details label span{
	color: #d0d2b1;
	margin-right: 5px;
	font-size: 11px !important;
	font-weight: normal !important;
}
.featured-lot div.details label{
    color: #FFFFFF !important;
    margin: 3px 0 0;
    display:block;
}
.featured-lot div.details .title a{
    font-size: 14px;
}
.featured-lot div.details .title{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align:center;
}
.featured-lot div.details {
	width:263px;
	float:left;
	height:185px;
	padding: 10px;
    text-align: center;
}
.featured-lot div.image img{
	border:0;
}
.featured-lot div.image {
	margin: 0 1px;
	width: 240px;
	background-color: #f2f2f2;
	float:left;
	height:205px;
    overflow : hidden;
}
.featured-lot{
	border: 4px solid #D7D7D7;
    float: left;
    padding: 1px 0;
    width: 767px;
	margin-bottom: 10px;
}
/* End of Search Results */

/* Overwriting jQuery Css */
.ui-dialog {
	border-color: #3f3f3f;
	border-width: 8px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding : 0;
}
.ui-dialog .ui-dialog-titlebar  {
	display:none;
}
.ui-dialog .ui-dialog-content {
	border : 1px solid #4f5050;
	padding : 12px;
}
.ui-tabs, .ui-tabs .ui-tabs-nav{
	background : transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	padding : 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-color : #999;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666666;
	font-size: 12px;
	font-weight:bold;
}

.ui-tabs .ui-tabs-panel  {
	border: 1px solid #999;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	padding : 10px;
}

.ui-tabs-panel  p {
font-size: 12px;
}
.ui-tabs .ui-tabs-nav li a .icon{
	float:left ;
	margin-bottom: 0 !important;
}
.ui-tabs .ui-tabs-nav li a {
	color: #666;
    padding: 6px 10px;
}
.ui-tabs-nav li.ui-tabs-selected a {
	color: #333;
}
/* End of Overwriting jQuery Css */

/* Bidding Pages */
.bidding-body h3 {
	margin-bottom: 5px;
}
.bidding-body .link {
	margin-bottom: 10px;
	float:left;
	clear:both;
}
.details-bin {
	width: 100%;
	position:relative;
}

.thumbnail-extended{
padding : 0;
}

#detailsOverlay {
	display:none;
	filter: alpha( opacity = 50 ); /*Needed for IE*/
	-moz-opacity: 0.5; /*Older mozilla broswers like NN*/
	-khtml-opacity: 0.5; /*Old versions of Safari and "KHTML" browser engines*/
	opacity: 0.5; /*FF, Safari, and Opera*/
	position:absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	background-color: #fff;
	z-index:2000;
}
.error-message {
	color:red;
	clear:left;
}
.details-bin ul.address-list h5{
	clear:none;
}
.details-bin ul.address-list {
	clear:none;
	margin: 0 0 0 10px;	
}
.details-bin ul {
	clear:both;
	margin: 0 0 10px;
	float:left;
}
.details-bin ul li a.update-address{
    cursor:pointer;
    font-weight:bold;
    text-decoration:underline;
    color:#0000EE;
}
.details-bin ul li{
	float:left;
	width: 190px;
}
.details-bin td input{
	margin: 0;
}
.details-bin td.option{
	width: 16px;
}
.details-bin td.details-cell{
	padding-left: 5px;
	padding-right: 10px;
}
.details-bin td{
	padding : 0;
	border-bottom: 0 !important;
}
.legend {
	margin: 10px 0 0;
}
.legend li {
	float: left;
	margin-right: 20px;
}
.legend .legend-icon {
	width: 16px;
	height: 16px;
	float:left;
	margin-right: 5px;
}
.legend h5.bid-status {
    color: #fff;
}

.legend .error h5.bid-status {
    color: #ff6666;
}
.legend .winning {
	background-color: #48e148;
}
.legend .outbidding {
	background-color: #ff6634;
}
.legend .sealed {
	background-color: #3faeff;
}

.legend .error {
    background-color: #ffff33;   
}

.legend h4 {
	color: #a0a0a0;
	float:left;
}
/* End of Bidding Pages */

/* Popup Styles */
.ui-dialog .ui-dialog-content h2 {
	margin: 5px 0;
}

.ui-dialog .ui-dialog-content .details-bin h4{
	margin-bottom: 3px;
}
.ui-dialog .ui-dialog-content .details-bin .row{
	margin: 10px 0;
}
.ui-dialog .ui-dialog-content .details-bin {
	margin: 10px 0;
}
.ui-dialog .ui-dialog-content p {
	margin: 5px 0;
}
/* End of Popup Styles */

/* My Account */
#account_tabs {width:465px;}
#account_tabs h4{margin:0;color:#ff0000;}
#account_tabs p{color:#333;margin:3px 0 15px;white-space:normal;width:440px;}
.myaccount-widget {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.myaccount-widget .myaccount-header{
	background : url("images/myaccount-header-bg.png");
	height: 25px;
	line-height: 25px;
	padding :0 10px;
}
.myaccount-widget .results {
	margin: 0 0 10px;
}
/* End of My Account */

/* Footer Styles */
.footer {
	margin:10px 0;
	text-align:left;
	float: left;
}
ul.links {
	margin-left: 20px;
	padding: 0;
}
ul.links li {
	height: 20px;
	position: relative;
}
ul.links li.column1 { margin-left: 0px; }
ul.links li.column2 { margin-left: 170px; }
ul.links li.column3 { margin-left: 345px; }
ul.links li.column4 { margin-left: 485px; }
ul.links li.column5 { margin-left: 665px; }
ul.links li.column6 { margin-left: 825px; }
ul.links li.reset { margin-top: -80px; }
.footer a.link {
color:#666;
	text-decoration:underline;
	font-size:11px;
}
.footer .copyright {
	width:100%;
	clear:both;
	color: #999999;
	text-align:center;
	margin: 10px 0 0;
}
.footer .sites a img{
	border:0;
}
.footer .sites {
	margin: 0 auto;
	height:60px;
	width: 495px;
}
/* End of Footer Styles */

.normal-event {
    border:1px solid #a5c9ff !important;
    background : #e0ecff !important;
    color: #333 !important;
}.sealed-event {
    border:1px solid #999c9f !important;
    background : #d6d9de !important;
    color: #333 !important;
}
.normal-event .fc-event-skin{
    border-color:#a5c9ff !important;
    background-color:  #e0ecff !important;
    color: #333 !important;
    cursor:pointer;
}.sealed-event .fc-event-skin{
    border-color:#999c9f !important;
    background-color: #d6d9de !important;
    color: #333 !important;
    cursor:pointer;
}
.fc-event-time, .fc-event-title {
    font-family: verdana,sans-serif;
    font-size: 9px;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0 3px;
}
.pair {font-size:inherit;}

.pair .name {
    color: #666;
    font-size: inherit;
}

.pair .value {
    color: #333;
    font-size: inherit;
}
.mrgn-eight{
margin-top:8px;
}
.mrg-right-15{
margin-right:15px;
}
/* Shipping Page */
.blockDisplay {
    display:none;
}
.pageSectionTitleTextSmall {
    font-weight:bold;
    font-size: 14px;
    color:#666;
}
.titleSectionBackground1 .itemText2 {
    font-weight:bold;
    font-size:12px;
}
.mrg-lft-5{
margin-left:15px;
}
.desc-icon {
width : 12px;
height:13px;
background-position:-286px -25px;
display:block;
position:relative;
float:left;
margin:8px 0 0 3px;
}

.asc-icon {
width : 12px;
height:13px;
background-position:-286px -43px;
display:block;
position:relative;
float:left;
margin:8px 0 0 3px;
}
.addtowatchlist {
    background-color: #7B7B7B;
    border: 1px solid #7B7B7B;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 5px;
}
.paypallink{
	text-decoration:underline;
	color:#5a8db5 !important;
	font-weight:bold;
}

.watchlisterroricon {
    background-image: url("images/watchlist-error.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    width: 16px;
}
.okbtn {
    background-image: url("images/OK-LIQ.png");
    height: 35px;
    width: 64px;
	background-position: 0 0px;
	cursor:pointer;
}
.okbtn:hover{
	background-position: 0 35px;
}
.arrow-right {
    background-image: url("images/arrow-right.png");
}
.fontsize-12{
	font-size: 12px;
}
/*patch 6 changes starts*/
.arrow-right-orange {
    background-image: url("images/arrow-right-orange.png");
}
.arrow-prop{
	height: 12px;
    width: 12px;
	margin-left:5px;
	display:inline-block;
}
#fsccontainer {
	border: 1px solid #dbd3d3;
	padding : 10px;	
	margin-top: 20px;
}
#fsccontainer h3{
	color:#666666;
	margin:0 0 10px;
	cursor:pointer;
}
#fsc1,#fsc2{
	width:376px;
}
#fsc1 li,#fsc2 li{
	line-height: 20px;
}
#fsc1 a,#fsc2 a{
	text-decoration:none;
	cursor:pointer;
	color:black;
}
.paymentbtn {
    background-image: url("images/payment-buttons.png");
	background-repeat:no-repeat;
    height: 136px;
    width: 214px;
	margin-left:0px;
	display:inline-block;
	
}
.addccbtn{
	background-position: 0 0;
	width: 184px;
	height: 34px;
	cursor:default !important;
}
.addccbtn:hover{
	background-position: 0px -34px;
}
.continuebtn{
	display:inline;
	background-color: transparent;
    background-position: 0 -68px;
    border: 0 none;
    height: 34px;
    text-indent: -999px;
    text-transform: capitalize;
    width: 214px;
	margin: 0 5px;
}
.continuebtn:hover{
	background-position: 0 -102px;
}
.highlightselected{
	color:#333 !important;
}

#cancelLink {
	clear: both;
    margin-top: 5px;
}
#cancelLink a{
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
.iconcontainer {
	color: white;
	text-align: left;
	float: left;
	margin-left:195px;
	margin-top:10px;
	width:775px;
	border: 1px solid #D8D8D8;
}
.iconcontainer li.header {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding-left: 8px;
}
.searchresults-il{
	margin-top:10px;
	margin-bottom: 10px;
}
.searchresults-il div{
	display:inline-block;
}
.searchresults-il div.desc {
	width: 355px;
	color: #444;
	margin-top: 15px;
}
.pad8{
	padding-left: 8px;
}
.mar4{
	margin-bottom:-4px !important;
}
.mar-lft-4{
	margin-left:4px;
}
.auto-refresh{
	background-color:#D1D1D1;
	margin-left:10px;
	width:248px;
}
.auto-refresh span{
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
}
.curBid {
	float: right;
	display: inline-block;
	margin-top: 5px;
	background-color:#E3CC8D;
}
.eventclosed-icon{
	background-image: url("images/glalert.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 90px;
    margin: 0 5px;
    width: 154px;
}
.closedeventbanner {
	color: #999;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 40px;
}
#switchBackInf a,.normal-link{
	text-decoration:underline;
	cursor:pointer;
	color:#0000FF;
}
/* End of Shipping Page */
 /**********INVOICE***********/
#lotnumbers_Td {
table-layout:fixed;
}
#lotnumbers_Td tr td{
word-wrap : break-word;
}
 /**********INVOICE***********/
.auctionclosed-link{
	font-size:14px;
	font-weight:bold;
	color:#226304;
}

#switchBackInf a{
	text-decoration:underline;
	cursor:pointer;
	color:#0000FF;
}

/*** Question & Answer ****/

.QAtab{
    width:100%;
    float: left;
    border: 1px solid #999;
    background-color: #F9F9F9;
    color: #666;
    margin:10px 0;
}
.QAtab ul li{
    list-style: square;
    padding:3px 0;
    font-size:13px;
}
.QAtab ul {
    padding:2px 0 0 25px;
}
.qnalink{
	font-weight:bold;
	font-size:12px;
}
.qna_color1{
	color:#003399 !important;
}
.qna_color2{
	color:#003265 !important;
}
#qna_container{
	padding:3px 0;
}
/*** View Details ***/
.viewDetails{
	font-size:10px;
	padding-left:3px;
}
/** Watch List **/
.lot_det_desc{
	width: 82px;
	word-wrap: break-word;
	display: inline-block;
}

.err-msg {
	color: red;
	font-weight: bold;
}

.reset-err-msg li {
	font-size: larger;
}

/*** Register Page ***/
	.headerImg{
		background:url(/bu/themes/images/headerBckgrnd.gif) no-repeat 0px 0px;
		height:55px
	}
	.register ul li{
		border-right: 2px solid white;
		height:20px;
		line-height:20px;
	}
	.register ul li a{
		font-weight:bolder;
	}
	.register ul{
		background-color: #039;
	}
	.completeHgt100{
		height:100px;
	}
	.completeHgt100 .search-con{
		margin-left: 255px;
		margin-top: 30px;
	}
	.completeHgt100 button,.completeHgt100 .buttoninput{
		background-color:#039;
		color:#fff;
	}
	.txtAlignCenter{
		text-align:center;
	}
	#registerfooterTD a:hover {
		text-decoration:underline;
		color:#ff3333;
	}
	#registerfooterTD a{
		text-decoration: underline;
		cursor: pointer;
	}
/****/
/*real time check*/
.closetime{
	color:#ff0000 !important;
}
/*real time check*/
.marTB5{
	margin:5px 0;
}
.help {
	border-left: 5px solid #DCDCDC;
	color: #999999;
	padding-left: 10px;
	min-height: 30px;
}

@font-face {
	font-family: 'BigCaslon-SCap-GL';
	src: url('/bu/fonts/BigCaslon-SCap.eot?#iefix') format('embedded-opentype'), 
		 url('/bu/fonts/BigCaslonSmCap-GL.woff') format('woff'),
		 url('/bu/fonts/BigCaslonSmCap-GL.ttf')  format('truetype'),
		 url('/bu/fonts/BigCaslonSmCap-GL.otf')  format('opentype'),
		 url('/bu/fonts/BigCaslonSmCap-GL.svg#svgFontName') format('svg');
}
#xtabs {
	background-image:url(/bu/themes/images/cross-site-listings-tabs.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 132px;
}
#xtabs li {
	float: left;
}
#xtabs li a img {
	height: 53px;
	border: none;
}
#xtabs li a {
    border: none;
    outline: none;
}
#social {
	margin-top: 15px;
	float: left;
	margin-left: 80px;
}

#social #facebook,
#social #twitter,
#social #want,
#social #linkedin,
#social #pinterest,
#social #googleplus,
#social #reddit {
 	float: left;
	padding-right: 20px;
}
#social #facebook { }
#social #twitter,
#social #linkedin,
#social #pinterest,
#social #googleplus,
#social #reddit,
#social #want,
#social #print,
#social #email {
	width: 95px;
	height: 55px;
}

#social #print,
#social #email {
	float: right;
}
#subsidiaries {
	margin: 10px 0px 10px 110px;
}
#subsidiaries, #socialmedia {
	display: block;
	float: left;
}
#subsidiaries li, #socialmedia li {
	float: left;
}
#subsidiaries img, #socialmedia img {
	border: none;
}
#subsidiaries li {
	border: 1px solid silver;
}
#subsidiaries li ul li {
	border: none;
	margin: 9px 10px 5px;
}
#separator {
	height: 0px;
	width: 13px;
	border: 1px solid silver;
	padding: 0px;
	margin-top: 25px;
}
#socialmedia li {
	margin: 0px 25px;
}
#socialmedia {
	margin-left: 280px;
}
.login-error {
	display: none;
	color: #ff0000;
}
.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: 10px 0 0;
line-height: 1.5;
float:left;
}
.ui-menu-item {
white-space:nowrap;
text-overflow:ellipses;
}
.ui-menu-item a{
overflow:hidden;
}.specs {
	vertical-align: top;
	float: left;
}
.specs table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.specs th {
	text-align: left;
	background-color: whitesmoke;
	font-weight: bold;
	border: 1px solid silver;
	padding: 4px;
}
.specs td {
	text-align: left;
	border: 1px solid silver;
	padding: 4px;
	width: 152px;
	vertical-align: top;
}
.specs td:first-child {
	width: 200px;
}
.left-specs, .right-specs {
	display: inline-block;
	float: left;
}
.right-specs {
	margin-left: 10px;
}
#aims_container, #description_container {
	float: left;
}
.lot-attachment {
	margin: 10px 10px 0px 0px;
	border: 1px solid gray;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	padding: 5px;
	text-align:center;
	float: left;
}
.scrollable-area {
	background-color: #FFFFE0;
	overflow: scroll;
}
.mar-top-10 {
	margin-top: 10px;
}


#pro-tip {
	float: left;
	width: 100%;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
	margin-top: 10px;
}

#pro-tip img {
	float: inherit;
	padding: 10px;
	width: 45px;
}

#pro-tip div {
	margin-top: 25px;
}
