* {
margin:0;
padding:0;
}


#LotsPerPageTopDiv,
#LotsPerPageBotDiv {
display:none;
}

#linkForClosedAuctionsContainer {

display:none;

width:100%;
text-align:center;
background:#fff;
margin:0;
padding:10px 0 0 0;
}

#linkForClosedAuctionsContainer a {
display:inline-block;
color:#fff;
padding:7px 12px;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-align:center;
font-family:Arial, san-serif;
border:1px solid #ccc;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-khtml-border-radius: 6px;
margin:0px;
background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(59,103,158,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(99%,rgba(59,103,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(59,103,158,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(59,103,158,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(59,103,158,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(59,103,158,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#linkForClosedAuctionsContainer a:hover {
background: rgb(31,82,145); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(31,82,145,1) 0%, rgba(0,31,81,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,82,145,1)), color-stop(100%,rgba(0,31,81,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(31,82,145,1) 0%,rgba(0,31,81,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(31,82,145,1) 0%,rgba(0,31,81,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(31,82,145,1) 0%,rgba(0,31,81,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(31,82,145,1) 0%,rgba(0,31,81,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5291', endColorstr='#001f51',GradientType=0 ); /* IE6-9 */
}



#searchContent {
background:#fff;
padding:15px 10px 0 10px;
margin:0;
border-bottom:1px solid #bbb;
}

h3#searchTop {
display:none;
}

#searchContent h5 {
width:30%;
float:left;
font-family:Arial, san-serif;
position:relative;
top:3px;
font-size:14px;
}

#searchContent select {
width:65%;
}

#searchContent input[type=text] {
border: 1px solid #000000;
width:50%;
background:#ddd;
padding:3px 6px;
margin:10px 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
}

#searchContent input[type=text]:hover,
#searchContent input[type=text]:focus {
background:#fff;
}

#searchContent input[type=submit] {
width:20%;
min-width:50px;
}


/*******************/

#category {
background:#fff;
padding:10px 10px 10px 10px;
margin:0px;
border-bottom:1px solid #bbb;
}

#category h3#categoryTop {
width:30%;
float:left;
font-family:Arial, san-serif;
position:relative;
top:3px;
font-size:14px;
}

#category select {
width:65%;
}

/********************/

#DisplayBySort { 
background:#fff;
padding:10px;
margin:0px;
}

#DisplayBySort h2 {
width:30%;
float:left;
font-family:Arial, san-serif;
position:relative;
top:3px;
font-size:14px;
}

#DisplayBySort select {
width:65%;
}


/*******************/

#CatalogLotHolder {
padding:0 10px;
}

#CatalogAuctionLabel {
color:#fff;
text-align:center;
padding:10px 0;
font-size:22px;
font-weight:bold;
}

#messagePanel {
background:yellow;
color:#000;
font-family:Arial, san-serif;
padding:10px 0;
font-size:13px;
text-align:center;
text-transform:uppercase;
}

/*********************/

#DisplayByNextPrev {
display:block;
height:45px;
}

a#PrevBtn,
a#PrevBtnBot {
float:left;
background: #ccc;
padding:5px 10px;
}
a#PrevBtn:after,
a#PrevBtnBot:after {
content: " Prev Page";
}



a#NextBtn,
a#NextBtnBot {
float:right;
background: #ccc;
padding:5px 10px;
}
a#NextBtn:before,
a#NextBtnBot:before {
content: "Next Page ";
}


a#PrevBtn,
a#NextBtn,
a#PrevBtnBot,
a#NextBtnBot {
cursor:pointer;
display:inline-block;
font-size:13px;
font-weight:normal;
text-decoration:none;
text-align:center;
font-family:Arial, san-serif;
border:1px solid #ccc;
margin:7px 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#000;
font-weight:bold;
}


a#PrevBtn:hover,
a#NextBtn:hover,
a#PrevBtnBot:hover,
a#NextBtnBot:hover {
background-color:#fff;
}

/****************************/










div.CatalogLot {
margin-bottom:75px;
}


div.CatalogLotTitle {
color:#fff;
font-size:18px;
text-align:center;
margin:5px 0 10px 0;
}

.LotLabel,
.LotNumberColon,
.LotNumber {
font-weight:bold;
color:#fff;
margin:0;
background:#555;
padding:3px 0px;
}
.LotLabel {
padding-left:7px;
}
.LotNumber {
padding-right:7px;
}

.LotNumberColon {
display:none;
}

.LotNumber {
padding-right:5px;
}

span.LotNumberSign {
display:none;
}

span.LotName a {
color:#eee;
text-decoration:none;
}



div.LotImageDiv {
text-align:center;

}

div.LotImageDiv a img {
width:100%;
max-width:400px;
}

.CatalogLot {
text-align:center;
}


.LotData {
width:100%;
max-width:400px;
margin:10px auto;
color:#eee;
text-align:left;
font-size:13px;
}
.LotData div {
margin:4px 0;
}

.NumberBids, .MinimumBid, .CurrentBid {
display:inline-block;
width:130px;
height:auto;
}
.CurrentBid {
font-weight:bold;
}

.FinalBid {
font-weight:bold;
color:yellow;
}
.CountDown {
background:#555;
font-family:"Courier New", Courier, monospace;
color:#fff;
text-align:center;
padding:5px;
font-size:20px;
}
.Estimate {
display:none;
}


.LotButtons {
text-align:center;
}

a.LotBidNow {
display:block;
padding:10px 0;
margin:0 auto;
width:100%;
max-width:400px;
color:#000;
font-size:18px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
border:1px solid #555;

background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}



a.LotBidNow:hover {
background: rgb(234,225,96); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,225,96,1) 0%, rgba(209,179,48,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,225,96,1)), color-stop(100%,rgba(209,179,48,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,225,96,1) 0%,rgba(209,179,48,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,225,96,1) 0%,rgba(209,179,48,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,225,96,1) 0%,rgba(209,179,48,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,225,96,1) 0%,rgba(209,179,48,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae160', endColorstr='#d1b330',GradientType=0 ); /* IE6-9 */

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


