/* upsell style (there is only one main upsell now but I left the old ones just in case) */

#upsell {
display: block;
padding: 0;
}

.upsell-header {
width: 100%;
float: left;
margin: 0 0 0 0;
}

.upsell-default {
background: url(/images/upsell/main.png) no-repeat top right;
background-position: 15px 0 !important;
height: 295px;
}

#upsell-box {
width: 317px;
display: block;
margin: 0;
float: left;
}

.upsell-box-home img, .upsell-phone {
margin: 0 0 25px 0 !important;
}

.upsell-box-home {
background: url(/images/upsell/upsell-box.png) no-repeat top center;
background-position: 14px 13px !important;
padding: 65px 0 0 0;
min-height: 330px;
}

.upsell-box-header {
background: url(/images/upsell/upsell-state.png) no-repeat top center;
padding: 15px 0 0 0;
min-height: 124px;
}

.upsell-phone {
display: block;
font-size: 34px;
line-height: 36px;
font-family: century gothic, helvetica, arial, sans-serif;
font-weight: bold;
letter-spacing: -1px;
color: #eeeeee;
font-variant: small-caps;
text-shadow: #234e9c 0.03em 0.03em;
}

#upsell-stock {
display: block;
width: 216px;
height: 280px;
float: left;
padding: 0;
margin: 0;
}

#upsell-stock.a {
background: url(/images/upsell/stock-a.png) no-repeat top center;
}

#upsell-stock.b {
background: url(/images/upsell/stock-b.png) no-repeat top center;
}


/* UPSELL FORMS */

input, select, textarea {
border: none;
}

#zip {
background: url(/images/upsell/zipbox.png) no-repeat top left;
width: 167px;
height: 35px;
padding: 3px 0 0 0;
margin: 0 10px 0 42px !important;
float: left;
font-size: 20px;
text-transform: uppercase;
text-align: center;
color: #999999;
font-weight: bold;
}

#go, .go {
height: 39px;
width: 66px;
padding: 0;
margin: 0;
float: left;
}

#go {
background: url(/images/upsell/go-lock.png) no-repeat top left;
}

.go {
background: url(/images/upsell/go.png) no-repeat top left;
}

#go:hover {
background: url(/images/upsell/go-lock-hv.png) no-repeat top left;
}

.go:hover {
background: url(/images/upsell/go-hv.png) no-repeat top left;
}

/* drop-down box */

#drop-down {
float: left;
margin: 0 0 0 42px;
padding: 0;
}

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px 0 0 0;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}


div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.selectbox-wrapper ul li.selected {
  background-color: #ec912f;
  color: #ffffff;
}

div.selectbox-wrapper ul li.current {
  background-color: #e0e0e0;
}

div.selectbox-wrapper ul li {
list-style-type:none;
display:block;
margin:
 0;
padding: 5px 0 5px 10px;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.selectbox {
margin: 0px 5px 10px 0px;

padding: 0 0 0 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
width: 233px;
height: 30px;
line-height: 30px;
display: block;
text-align:left;
background: url(/images/upsell/dropdown.png) no-repeat top right;
cursor: pointer;
color:#828282;
text-transform: uppercase;
}

