/* MAIN */
#to-top-button {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: grey; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#to-top-button:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* DETAILS PAGE */
#account{ background-color:#F7F7F7 }
.login-div { display:none; width:658px;margin:auto; }
.login-div label { color:#333;font-weight:700;font-family:Helvetica,sans-serif;font-size:16px; }
.login-div button { float:right; font-weight:600; }

#conditional-bid-div{ padding: 10px; }
#conditional-bid-div h4 { font-size:24px; font-weight:600; color:#C00; }
#conditional-bid-div label { font-weight:600; color:#C00; }

#conditional-bid-terms-div { clear: both }
#conditional-bid-terms-div label{  float: left; clear:left; padding: 5px 5px 5px 30px; color:#000; text-align: left; }
#conditional-bid-terms-div label.error{  color: #C00; }

#conditional-bid-terms-div input{ clear: left; padding: 5px 30px 5px 30px; color:#000; background-color:#C00; color:#FFF; cursor:pointer; }
#conditional-bid-terms-div label.checked{  background: url('/images/icons/checked.png') no-repeat }
#conditional-bid-terms-div label.unchecked{  background: url('/images/icons/unchecked.png') no-repeat }

#conditional-bid-div table{ text-align:left; }

@media screen and (min-width:1000px){
	
}

@media only screen and (max-width: 1000px) {
	
}