#toolTip{
position: absolute;
width: 250px;
border: 1px solid black;
padding: 5px;
background-color: #BEF9FF; /* #FFFFE1; */
font-size: 8pt;
font-style: italic;
display: none;
z-index: 100;
}
.hotDealsDiv {
padding: 0.5em;
vertical-align: top;
border: 1px solid #d3dbeb;
border-bottom: 0px;
}
.hotDealsTitle {
color: #D80010;
font-weight: bold;
text-transform: uppercase;
font-size: 10pt;
}
a.hotDeal:link {
    /*(color: #a66223;*/
    color: #006699;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
}
a.hotDeal:hover {
    color: #006699;
    font-weight: bold;
    text-decoration: underline;
    font-size: 8pt;
}
a.hotDeal:visited {
    color: #006699;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
}
a.hotDeal2:link {
    /*(color: #a66223;*/
    color: #D80010;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
}
a.hotDeal2:hover {
    color: #D80010;
    font-weight: bold;
    text-decoration: underline;
    font-size: 8pt;
}
a.hotDeal2:visited {
    color: #D80010;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
}
.msgDiv {
background: #f5f8fb;
border: 1px solid #d3dbeb;
padding: 0.5em;
text-align: left;
font-family: Arial, Verdana;
}
.msgNormalText {
font-size: 8pt;
color: #006699;
}
.return_message {
  color: red;
  font-weight: bold;
  text-align: center;
} 
.sub_section {  
  background: #737373;
  padding-left: 0.5em;  
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.input_label {
  vertical-align: text-top;  
  background: #f5f8fb;
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  /* text-transform: uppercase; */
  color: #006699;
  font-weight: bold;
  font-size: 14px;
}
.input_td {
  background: #f5f8fb;  
  color: black;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  font-size: x14px;
}
.form_submit {
  background: #f1f1f1;
  text-align: right;
}
a.corner_menu:link {
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: none;  
  font-size: 14px;
}
a.corner_menu:hover {
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: none;  
  font-size: 14px;
}
a.corner_menu:visited {
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: none;  
  font-size: 14px;
}
  
a.top_menu:link {  
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
a.top_menu:visited {
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
a.top_menu:hover {
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
} 
.calendar {
  font-size: 8pt;
  color: black;
  background : #ffffff;
  border: 1px solid black;
}
.calendar_cell {
  text-align: center;
  padding-left:0.2em;
  padding-right:0.2em;  
}
.calendar_selected {
  background: #1d5068;
  text-align: center;
  color: white;
  padding-left:0.2em;
  padding-right:0.2em; 
}
.calendar_over {
  text-align: center;
  padding-right: 0.2em;
  padding-left: 0.2em;
  background: #DF2A30;
  color: white;
  cursor: pointer;
}
.calendar_day {
  text-align: center;
  background: #1d5068;
  color: white;
} 
.calendar_top {
  background: #cccccc;
}
.input_label_error {
  font-size: 10pt;
  font-weight: bold;
  color: red;
}
.input_label {
  font-size: 10pt;
}
form.input radio {
  border: 0;
}
form.input input {
  width: 150px;
  height: 20px;
  font-size: 10pt;
  border: 1px solid #1d5068;
}
form.input select {
  
  height: 20px;
  font-size: 10pt;
  border: 1px solid #1d5068;
}  
.main_table {
  font-family: verdana;
  font-size: 10pt;  
}
.n_table {
  font-family: verdana;
  font-size: 10pt;
}
.top_menu {
  padding:0 ;
  font-family: Arial;  
  font-weight: bold;  
}
/* STORE class */
a.store:link {
  text-decoration: none;
  color: #1d5068;
}
a.store:visited {
  text-decoration: none;  
}
a.store:hover {
  color: #DF2A30;
  text-decoration: underline; 
}
/* TOP_10 CLASS */
a.top_10:link {  
  font-size: 8pt;
  text-decoration: none;
  color: #1d5068;
}
a.top_10:visited {
  font-size: 8pt;
  text-decoration: none;  
}
a.top_10:hover {
  font-size: 8pt;
  color: #DF2A30;
  text-decoration: underline; 
}
/* P_TITLE class */
a.p_title:link {  
  text-decoration: underline;
  color: blue;
}
a.p_title:visited {  
  text-decoration: underline;
}
a.p_title:hover {  
  text-decoration: underline;
  color: #DF2A30;
}
/* default class */
a.default:link {
  text-decoration: none;
  color: black;
}
a.default:visited {
  text-decoration: none;
  color: black;
}
a.default:hover {
  text-decoration: underline;
  color: #24556D;
}

.ebayResults {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; 
    width: 100%;
    padding: 2em;
}
a.ebayLink:link {
  text-decoration: none;
  color: #006699;
}
a.ebayLink:visited {
  text-decoration: none;
  color: #006699;
}
a.ebayLink:hover {
  text-decoration: underline;
  color: #ff9900;
}
