.widget-mn {
  color: #000000;
  position: fixed; left: -300px; top: 50px; z-index: 10000; zoom: 1 ;
  text-align: left;
  width: 350px;
  border: 1px solid #e6e6e6;
  background: #8dd2f2;  
  font-family: 'PT Sans Narrow' !important;
}
.widget-mn .widget-title {
  margin: 0 0 0 -10px;
  float: left;
  width: 50px;
  height: 580px;
  background: url('../images/widget/logo.png') 0 40% no-repeat #8dd2f2;
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
}
.widget-mn .plus.minus { background-position: 0 0; background: none}

.widget-mn .widget-content {
  width: 300px;
  height: 580px;
  padding: 0 0 0 0;
  float: left;
  background: #f9f9f9;
}
.widget-mn h2 { font-size: 22px; padding: 0 15px 0 15px; border-bottom: 1px solid #C4C4C4;}
.widget-mn h3 { font-size: 18px; color: #FC5A21; padding: 10px 15px 0 15px; margin: 0; font-family: 'PT Sans Narrow';}
.widget-mn h4 { font-size: 14px; padding: 0px 15px 5px 15px; margin: 0; font-family: 'PT Sans Narrow'}
.widget-mn ul { padding: 0 15px 0 15px; margin-left: 10px; margin-bottom: 0px}
.widget-mn ul li a { background: url('../images/widget/arr.gif') 0 0 no-repeat; padding: 0 0 0 21px; font-size: 14px; line-height: 14px; color: #4b4b4b; text-decoration: none; font-family: 'PT Sans Narrow'}
.widget-mn ul li a:hover { color: #000000; text-decoration: none;}
.widget-mn h4 a {text-decoration: none; color: #888; font-family: 'PT Sans Narrow'}
.widget-mn ul li {
  padding-bottom: 3px;
}
#screenshot {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding:5px;
  display: none;
  color: #fff;
  z-index: 10001;
}
#screenshot img {
  border: none;
}
