
/* WIDGET -------------------------------------------------------------------------------- */
#dvcwidget-shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
  z-index: 90;
  display: none;
}

#dvcwidget-wrapper {
  position: absolute;
  left: -352px;
  top: 52px;
  width: 383px;
  height: 470px;
  z-index: 95;
}
#ask-dvc {
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 110px;
  background: transparent url(images/widget/ask-dvc.png) right top no-repeat;
  cursor: pointer;
}
#ask-dvc.closed {
}
#ask-dvc.opened {
  background: url(images/widget/ask-dvc-opened.png) right top no-repeat;
}
#dvcwidget {
  position: relative;
  height: 100%;
  width: 350px;
  border: solid 2px #498bbf;
  border-left: none;
  background-color: #ffffff;
  color: #666666;
  margin: 0;
}

#dvcwidget ul {
  list-style: none outside url(images/list-item-arr.png);
  margin: 0 0 10px 10px;
}
#dvcwidget ul.nav-widget {
  float: left;
  list-style: none;
  width: 46px;
  margin: 0 4px 0 0;
}
#dvcwidget ul.nav-widget li {
  float: left;
  clear: left;
}
#dvcwidget ul.nav-widget li a {
  display: block;
  width: 46px;
  height: 110px;
  margin-left: -8px;
  text-indent: -1000px;
}
#dvcwidget ul.nav-widget li a:hover, #dvcwidget ul.nav-widget li a.selected {
  margin-left: 0;
}
#dvcwidget .questions { background: transparent url(images/widget/questions.png) left top no-repeat; }
#dvcwidget .ask-the-doctor { background: transparent url(images/widget/ask-the-doctor.png) left top no-repeat; }
#dvcwidget .find-an-office { background: transparent url(images/widget/find-an-office.png) left top no-repeat; }
#dvcwidget .schedule { background: transparent url(images/widget/schedule.png) left top no-repeat; }

#questions, #ask-the-doctor, #find-an-office, #schedule {
  padding: 0 0 0 50px;
}

#dvcwidget #question {
  width: 220px;
}


#dvcwidget .header {
  min-height: 80px;
  border-bottom: solid 2px #c2e1ff;
  margin: 15px 15px 0 10px;
  padding: 10px;
}
#dvcwidget .widget-content {
  position: relative;
  height: 300px;
  overflow: auto;
  margin: 0 0 15px 10px;
  padding: 10px;
}

#dvcwidget h2 {
  font: normal 14px Verdana, Arial, sans-serif;
  margin: 10px 0 5px 0;
}
#dvcwidget h3 {
  font: bold 12px Arial, sans-serif;
  margin: 15px 0 0 0;
  color: #f00;
}
#dvcwidget h4 {
  font: normal 12px Arial, sans-serif;
  margin: 5px 0;
}
#dvcwidget a {
  color: #3399cc;
}
#dvcwidget a:hover {
  text-decoration: underline;
}

#dvcwidget .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  line-height: 30px;
  background-color: #498bbf;
  color: #ffffff;
  text-align: right;
  padding: 0 10px;
  margin: 0;
}
#dvcwidget .bottom a {
  color: #ffffff;
  text-decoration: underline;
}

#dvcwidget input {
  margin: 0 0 5px 0;
}


/* custom css */
#find-an-office .header {
  height: 160px;
}
#find-an-office .widget-content {
  height: 220px;
  padding: 10px;
}
#find-an-office .doctor, #our-doctors-office-search .doctor {
  display: inline-block;
  width: 70px;
  margin: 0 10px 10px 0;
  text-align: center;
}
#our-doctors-office-search .doctor {
  width: 140px;
  margin: 10px 10px 0 0;
}
#find-an-office .doctor img, #our-doctors-office-search .doctor img {
  display: inline-block;
  border: solid 1px #666666;
  padding: 2px;
  width: 100px;
  height: 125px;
}
#find-an-office .doctor img {
  width: 60px;
  height: 75px;
}
#find-an-office .local, #our-doctors-office-search .local {
  display: block;
  clear: both;
}
#find-an-office .local {
  margin-top: 10px;
}
