@charset "UTF-8";
/*
    Document   : betbanner_control
    Created on : 29.12.2011, 11:11:50
    Author     : mpakfm
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.p {
  color: #000; }

.widgetTitle {
  color: #005028;
  font-size: 18px; }

.greyLine {
  margin: 28px 0px 28px 0px; }

.widgetConfigure {
  margin: 20px 0px 0px 15px;
  float: left; }

.widgetPreview {
  margin: 0px 0px 0px 30px;
  float: left;
  width: 180px; }

.clear {
  clear: both; }

.widgetCode {
  height: 90px;
  width: 310px;
  padding: 9px;
  border: 2px solid #eeeeee;
  color: #111;
  font-family: Courier;
  font-size: 10px; }

.slider {
  background-image: url(/s/img/betbanner/slbg.gif);
  background-repeat: repeat-x; }

.knob {
  position: relative;
  background-image: url(/s/img/betbanner/sl.gif); }

.opt-caption {
  padding: 5px; }

.trSplit {
  height: 12px; }

.rec_types {
  width: 237px;
  height: 200px;
  padding: 4px;
  border: 2px solid #eeeeee;
  overflow: auto; }

.box {
  background: #005028;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  /* указываем фоновые изображения для углов */ }

.boxTop div {
  background: url(/s/img/betbanner/codeBgTL.png) no-repeat top left; }

.boxTop {
  background: url(/s/img/betbanner/codeBgTR.png) no-repeat top right; }

.boxBottom div {
  background: url(/s/img/betbanner/codeBgBL.png) no-repeat bottom left; }

.boxBottom {
  background: url(/s/img/betbanner/codeBgBR.png) no-repeat bottom right; }

/* подробно указываем высоту и ширину */
/* каждый div с изображением будет шириной во весь контейнер */
.boxTop div, .boxTop, .boxBottom div, .boxBottom {
  width: 100%;
  height: 8px;
  /* соответствует ширине изображений углов */ }

.boxContent {
  margin: 0 8px;
  padding: 8px 0px 0px 0px; }

.box {
  width: 268px; }

/*# sourceMappingURL=betbanner_control.css.map */
