
* {
margin:0;
padding:0;
}


#AuctionName {
color:#555;
text-align:center;
padding:10px 0;
font-size:22px;
font-weight:bold;
}

#MessagePanel {
background:yellow;
color:#000;
font-family:Arial, san-serif;
padding:10px;
font-size:13px;
text-align:center;
/* text-transform:uppercase; */
}

#Breadcrumbs {
background:#fff;
padding:5px 7px;
margin:10px 0;
}

#Breadcrumbs a, #Breadcrumbs span {
color:#777;
text-decoration:none;
font-size:12px;
line-height:14px
}

#ReturnToSearchResults {
display:block;
height:30px;
width:60%;
margin:0 20%;
text-align:center;
position:relative;
z-index:200;
font-size:12px;
}

#ReturnToSearchResults a {
margin:0 auto;
background: #ccc;
padding:5px 10px;
color:#000;
height:30px;
text-decoration:none;
position:relative;
top:7px;
-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;
}

#ReturnToSearchResults a:hover {
background:#fff;
}


#NavigationControls {
display:block;
height:45px;
position:relative;
top:-40px;
z-index:100;
}

#NavigationControls input {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-khtml-border-radius: 0px;
}

input#PrevButton {
float:left;
background: #ccc;
padding:5px 10px;
width:20%;
height:30px;
}

input#PrevButton:after {
content: " Prev Page";
}




input#NextButton {
float:right;
background: #ccc;
padding:5px 10px;
width:20%;
height:30px;
}

input#NextButton:before {
content: "Next Page ";
}



input#NextButton,
input#PrevButton {
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;
}


input#NextButton:hover,
input#PrevButton:hover {
background-color:#fff;
}

/****************************/


#LotInfo {
padding:0 4%;
margin:10px 0;
}

#LotInfo h1 {
font-size:18px;
font-weight:bold;
color:#333;
}

span#LotInfoLotNumber {
background:#555;
padding:2px 0px 2px 5px;
margin:0 4px 0 0;
color:#fff;
}

/************** Expandable Description DIV ****************/


#Description {
padding:20px 4%;
margin:0;
color:#000;
font-size:13px;
}

.description-panel {
    width:100%;
    position:relative;
    overflow:auto;
    margin-bottom: 20px;
    border:1px solid #999;
font-size:13px;
}  

.description-panel-heading {
min-height:30px;
    width:100%;
    cursor:pointer;
    min-height:50px;
    clear:both;
    background-color:#CCCCCC;
font-size:18px;
    position:relative;
-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;
}

.description-panel-heading:hover {
background-color:#ffffff;
}

.description-panel-heading h2 {
    padding:14px 10px 9px 15px;
    font-size:18px;
    line-height:20px;
}

.description-panel-content {
    padding:0 15px 0 15px;
   margin-top:-2000px;
background:#fff;
}

.description-panel-content p {
    padding:4px 0 6px 0;
}

.description-panel-content p:first-child  {
    padding-top:10px;
}

.description-panel-content p:last-child {
    padding-bottom:15px;   
}

.icon-close-open {
    width:20px;
    height:20px;
    position:absolute;
    background-image:url(../../mobile/images/icon-close-open.png);
    right:15px;
}

.description-panel-content img {
    float:right;
    padding-left:12px;
}

.header-active {
    background-color:#D0D7F3;
}

/***********************************************/







#ImagesSection {
text-align:center;
}

#ImagesSection img {
width:100%;
max-width:400px;
padding:5px 0;
}



#WatchingLink {
text-align:center;
}

input#WatchBtn {
display:block;
padding:6px 0;
margin:20px auto;
width:55%;
max-width:400px;
color:#000;
font-size:15px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
cursor:pointer;
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;

}



input#WatchBtn: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;
}


#BottomPanel {

max-width:400px;
padding: 0 4%;
margin:10px auto;
color:#333;
font-size:14px;
text-align:center;
}

#BottomPanel div {
margin:4px 0;
}


#CurrentBidDiv {
font-size:18px;
font-weight:bold;
}

span#CurrentBidAmountSpan {
color:#00ac24;
}

span#CurrentBidLblSpan,
span#MinimumBidLblSpan,
span#EstimateLblSpan,
span#NumberBidsLblSpan {
padding-right:5px;
}


#MinimumBidDiv,
#EstimateDiv,
#NumberBidsDiv
 {
font-style:italic;
}

#TimeDiv {
margin:15px 0 10px 0 !important;
}

#TimeDiv span#TimeAmountSpan {
width:100%;
max-width:320px;
font-weight:bold;
color:#490200;
text-align:left;
padding:8px 10px;
font-size:14px;
}


#BiddingPanel {
border-top:1px solid #fff;
border-bottom:1px solid #fff;
margin:30px 0 !important;
padding:5px 0;
}


#BiddingPanelLogin{
width:100%;
}

#BiddingPanelLogin a {
display:inline-block;
color:#fff;
padding:4px 12px;
font-size:17px;
font-weight:bold;
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:5px;
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;
}

#BiddingPanelLogin 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 */
}


#EmailAFriendDiv,
#AskAQuestionDiv,
#IHaveOneToSellDiv {
display:inline-block;
width:90px;
height:40px;
margin:0 auto;
}

#EmailAFriendDiv a,
#AskAQuestionDiv a,
#IHaveOneToSellDiv a  {

}


a#LotDetailMailFriend {
float:left;
width:90px;
height:40px;
background: transparent url(../images/button_tell_a_friend.png) no-repeat;
}

a#LotDetailAskAQuestion {
float:left;
width:90px;
height:40px;
background: transparent url(../images/button_ask_a_question.png) no-repeat;
}

a#IHaveOneToSellDiv {
float:left;
width:90px;
height:40px;
background: transparent url(../images/button_have_one_to_sell.png) no-repeat;
}

#FacebookLikeDiv {
background:#fff;
padding:10px;
height:20px;
-webkit-border-radius:4px;
-moz-border-radius: 4px; 
border-radius: 4px;
text-align:center;
}
#FacebookLikeDiv iframe {
max-width:400px !important;
}


#BottomPanel #BiddingPanel {
text-align:left;
}

#BiddingPanelStraightBid,
#BiddingPanelMaxBid {
font-size:15px;
padding:10px 0;
display:block;
}

span.StraightBid,
span.MaxBid {
display:inline-block;
width:30%;
margin-right:2%;
}

#BiddingPanelStraightBid select,
#BiddingPanelMaxBid select
{
font-size:15px;
padding:1%;
width:25%;
}

#BiddingPanelStraightBid input[type=submit], 
#BiddingPanelMaxBid input[type=submit]
{
font-size:15px;
padding:1%;
width:25%;
margin-left:1%;
cursor:pointer;
border:none;

background: rgb(153,239,103);
background: -moz-linear-gradient(top,  rgba(153,239,103,1) 0%, rgba(30,214,2,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,239,103,1)), color-stop(100%,rgba(30,214,2,1)));
background: -webkit-linear-gradient(top,  rgba(153,239,103,1) 0%,rgba(30,214,2,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(153,239,103,1) 0%,rgba(30,214,2,1) 100%);
background: -ms-linear-gradient(top,  rgba(153,239,103,1) 0%,rgba(30,214,2,1) 100%); 
background: linear-gradient(to bottom,  rgba(153,239,103,1) 0%,rgba(30,214,2,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ef67', endColorstr='#1ed602',GradientType=0 );

}

#BiddingPanelStraightBid input[type=submit]:hover,
#BiddingPanelStraightBid input[type=submit]:focus, 
#BiddingPanelMaxBid input[type=submit]:hover,
#BiddingPanelMaxBid input[type=submit]:focus {
background: rgb(90,237,0);
background: -moz-linear-gradient(top,  rgba(90,237,0,1) 0%, rgba(35,183,1,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,237,0,1)), color-stop(100%,rgba(35,183,1,1))); 
background: -webkit-linear-gradient(top,  rgba(90,237,0,1) 0%,rgba(35,183,1,1) 100%); 
background: -o-linear-gradient(top,  rgba(90,237,0,1) 0%,rgba(35,183,1,1) 100%);
background: -ms-linear-gradient(top,  rgba(90,237,0,1) 0%,rgba(35,183,1,1) 100%); 
background: linear-gradient(to bottom,  rgba(90,237,0,1) 0%,rgba(35,183,1,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aed00', endColorstr='#23b701',GradientType=0 );

}
