.content-block {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.clear {
  clear: both;
  float: none;
}
h1.title-com {
  color: #808080;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  background: url(../images/title.png) left center no-repeat;
  line-height: 85px;
  padding-left: 100px;
  margin-bottom: 15px;
}
h1.title-com span {
  color: #cccccc;
}
h2.title-com {
  color: #808080;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
}
h2.title-com span {
  color: #cccccc;
}
#slider {
  position: relative;
  width: 100%;
  height: 305px;
  margin: 10px 0;
  background: #f1f1f1;
}
.categories-block {
  margin: 10px 0;
  position: relative;
}
.categories-block .new {
  float: left;
  font-size: 12px;
}
.categories-block .new span {
  color: red;
}
.categories-block a.add {
  float: right;
  color: red;
  font-size: 12px;
  text-decoration: none;
}
.categories-block a.add:hover {
  text-decoration: underline;
}
#cats {
  margin: 0;
  padding: 10px;
  border: 1px solid #f1f1f1;
  margin-top: 10px;
}
#cats .hide {
  display: none;
}
#cats hr {
  clear: both;
  margin: 10px 0;
}
#cats > li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 33.3333333%;
  float: left;
  margin-bottom: 15px;
}
#cats > li.clear {
  float: none;
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #f1f1f1;
}
#cats > li ul {
  padding: 0;
  margin: 0;
}
#cats > li ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
#cats > li ul li a {
  color: #999999;
  font-size: 15px;
  text-decoration: none;
}
#cats > li ul li a:before {
  content: "- ";
}
#cats > li ul li a:hover {
  color: #666;
}
#cats > li ul li a span {
  color: red;
  font-size: 12px;
}
#cats > li > a {
  font-size: 16px;
  color: #808080;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
  margin-top: 5px;
}
#cats > li > a.show-all {
  text-align: center;
  display: block;
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 2px;
}
#cats > li > a.show-all:after {
  content: " ---";
}
#cats > li > a.show-all:before {
  content: "--- ";
}
#cats > li > a:hover {
  color: #333;
}
#cats > li > a span {
  color: #cccccc;
  font-size: 14px;
}
.order-line {
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
}
.order-line a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 2px;
}
.order-line a:hover {
  text-decoration: underline;
}
.order-line a.active {
  background: #666;
  color: #fff;
  text-transform: uppercase;
}
.item-info {
  background: #f1f1f1;
  border: 1px solid #c9c9c9;
  padding: 7px 5px;
  position: relative;
}
.item-info .item-count {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  width: 50px;
  line-height: 18px;
  position: absolute;
  left: 5px;
  top: 10px;
}
.item-info .item-title {
  position: relative;
  margin: 0 120px 0 60px;
}
.item-info .item-title .info {
  color: #808080;
  font-size: 12px;
}
.item-info .item-title a.title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
}
.item-info .item-title a.title:hover {
  color: #333;
}
.item-info .item-votes {
  width: 100px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.item-info .item-votes span {
  display: inline-block;
  height: 35px;
  min-width: 30px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}
.item-info .item-votes span.view {
  background: url(../images/view.png) 5px 19px no-repeat;
}
.item-info .item-votes span.comm {
  background: url(../images/comm.png) center bottom no-repeat;
}
.item-info .item-votes span.vote {
  background: url(../images/like.png) 6px 16px no-repeat;
}
.item-date {
  font-size: 16px;
  color: #c9c9c9;
  margin: 5px 0 10px 0;
}
.slide-block {
  width: 610px;
  height: 400px;
  background: #f1f1f1;
  position: relative;
  margin: 0 auto;
}
.description {
  border: 1px solid #f1f1f1;
  padding: 7px;
  margin-bottom: 5px;
  background: #fff;
  opacity: 0.4;
  filter: alpha(Opacity=40);
}
.description p {
  line-height: 18px;
  margin-bottom: 10px;
}
.social {
  border: 1px solid #f1f1f1;
  padding: 5px 7px;
  margin-bottom: 5px;
}
.actions {
  border: 1px solid #f1f1f1;
  margin-bottom: 5px;
}
.actions a {
  display: inline-block;
  padding: 0 10px;
  background: #dedede;
  float: left;
  color: #808080;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px;
}
.actions a:hover {
  background: #808080;
  color: #fff;
}
.block-title {
  position: relative;
  background: url(../images/point.png) center left repeat-x;
  text-align: center;
  margin: 5px 0;
}
.block-title h5 {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.maps,
.rkl,
.video {
  position: relative;
  margin: 10px 0;
  border: 1px solid #f1f1f1;
  width: 100%;
}
table.add-form {
  width: 100%;
  font-size: 16px;
  margin-top: 15px;
}
table.add-form span.rq {
  color: red;
}
table.add-form tr td {
  vertical-align: top;
  padding-bottom: 10px;
}
table.add-form tr td.sbm a {
  display: inline-block;
  background: #666666;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 5px 15px;
}
table.add-form tr td.sbm a:hover {
  background: #333;
}
table.add-form input[type='text'] {
  width: 270px;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 3px 5px;
}
table.add-form select {
  width: 282px;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 3px 5px;
}
table.add-form textarea {
  width: 95%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 3px 5px;
}
table.add-form textarea#vv {
  border: none;
  width: 100%;
  padding: 0;
}
table.add-form .con-data {
  width: 95%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0px 5px;
  position: relative;
  overflow: hidden;
}
table.add-form .con-data .con-lnk {
  margin: 0 -5px;
  border-bottom: 1px solid #666;
}
table.add-form .con-data .con-lnk a {
  display: inline-block;
  width: 33.333333333333333%;
  float: left;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
  line-height: 22px;
}
table.add-form .con-data .con-lnk a.active,
table.add-form .con-data .con-lnk a:hover {
  background: #e6e6e6;
}
table.add-form .con-data .con-lnk a span {
  margin-top: 8px;
  margin-right: 5px;
}
table.add-form .con-data .con-lnk a.vv span {
  background: url(../images/video.png) center left no-repeat;
  display: inline-block;
  width: 79px;
  height: 34px;
  margin-left: 80px;
}
table.add-form .con-data .con-lnk a.map span {
  background: url(../images/map.png) center left no-repeat;
  display: inline-block;
  width: 37px;
  height: 34px;
  margin-left: 90px;
}
table.add-form .con-data .con-lnk a.style span {
  background: url(../images/style.png) center left no-repeat;
  display: inline-block;
  width: 32px;
  height: 34px;
  margin-left: 80px;
}
table.add-form label {
  color: red;
}
.niceCheck {
  width: 21px;
  height: 21px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  background: url(../images/check-bg.png) left top no-repeat;
}
.niceChecked {
  background-position: left bottom;
}
.niceCheck input {
  margin-left: -30px;
  /* Смещаем чекбокс в лево, чтобы его не было видно */

}

/*     colorbox     */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


.ph_img_box {
    position: relative;
    display: inline-block;
    margin: 10px;
}
 .group1 img {
    float:left;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5); 
    box-shadow: 0 0 2px rgba(0,0,0,0.5); 
    padding: 3px; 
 }
.ph_imgtext {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg_black.png) repeat left top;
}

.ph_imgtext_pad {
    display: block;
    color: #fff;
    padding: 6px 10px 7px 10px;
}

 
/*   voting.css     */

.voting_block {
    position: relative;
    float:right;
}

.voting_block span {
    font-size: 9px;
    color: #808080;
}

.voting {
    position: relative;
    width: 126px;
    height: 22px;
    overflow: hidden;
    background: url(../images/stars.png) 0 -22px no-repeat;
    list-style: none;
}

.voting LI {
    float: left;

}

.voting A {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 22px;
    text-indent: -9999px;
}

.voting A.cur,
.voting A:hover,
.voting:hover A.cur:hover,
.voting.phover A.cur:hover,
.voting:hover A:hover,
.voting.phover A:hover {
    background: url(../images/stars.png) no-repeat;
}

.voting:hover A.cur,
.voting.phover A.cur {
    background: none;
}

.voting .one A {
    width: 15px;
    z-index: 5;
}

.voting .two A {
    width: 34px;
    z-index: 4;
}

.voting .three A {
    width: 56px;
    z-index: 3;
}

.voting .four A {
    width: 80px;
    z-index: 2;
}

.voting .five A {
    width: 104px;
    z-index: 1;
}


.navigation-wrapper {
    position: fixed;
}

.navigation-wrapper .nav-previous {
    font-size: 4em;
    left: 10px;
    line-height: 4em;
    position: fixed;
    text-align: right;
    top: 55%;
    width: 60px;
}

.navigation-wrapper .nav-next {
    font-size: 4em;
    line-height: 4em;
    position: fixed;
    right: 10px;
    text-align: left;
    top: 55%;
    width: 60px;
}

.navigation-wrapper .nav-previous a,
.navigation-wrapper .nav-next a {
    color: #777777;
    text-decoration: none;
}

.navigation-wrapper .nav-previous a:hover,
.navigation-wrapper .nav-next a:hover {
    color: #333333;
}


.view_button {
    width:135px;
    height:28px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    background: url(../images/bg.png) top left repeat-x #e6e6e6;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5); 
    box-shadow: 0 0 2px rgba(0,0,0,0.5); 
    padding: 3px; 
    float: left;
 }
 
 
 /*    sliderkit-core  */


.sliderkit{display:none;position:relative;overflow:hidden;text-align:left;}
.sliderkit a,
.sliderkit a:hover{text-decoration:none;}
.sliderkit a:focus{outline:1px dotted #000;/*optional*/}
.sliderkit img{border:0;}

/*---------------------------------
 *  Navigation
 *---------------------------------*/
.sliderkit .sliderkit-nav{z-index:10;position:absolute;text-align:center;}

/* Nav > Clip */
.sliderkit .sliderkit-nav-clip{position:relative;overflow:hidden;margin:0 auto;}
.sliderkit .sliderkit-nav-clip ul{position:relative;left:0;top:0;list-style:none;margin:0;padding:0;}
.sliderkit .sliderkit-nav-clip ul li{float:left;}
.sliderkit .sliderkit-nav-clip ul li a{display:block;overflow:hidden;}

/*---------------------------------
 *  Buttons
 *---------------------------------*/
.sliderkit .sliderkit-btn{z-index:10;}

/*---------------------------------
 *  Panels
 *---------------------------------*/
.sliderkit .sliderkit-panel{z-index:1;position:absolute;overflow:hidden;}
.sliderkit .sliderkit-panel-active{z-index:5;}
.sliderkit .sliderkit-panel-old{z-index:4;}

/* Panels > Overlay */
.sliderkit .sliderkit-panel .sliderkit-panel-textbox{position:absolute;z-index:1;}
.sliderkit .sliderkit-panel .sliderkit-panel-text{position:absolute;z-index:3;top:0;left:0;}
.sliderkit .sliderkit-panel .sliderkit-panel-overlay{position:absolute;z-index:2;top:0;left:0;}

/*---------------------------------
 *  Counter
 *---------------------------------*/
.sliderkit .sliderkit-count{position:absolute;top:5px;right:5px;z-index:10;padding:5px;color:#fff;background:#000;}

/*---------------------------------
 *  Loader
 *---------------------------------*/
.sliderkit .sliderkit-timer{position:absolute;top:0;left:0;z-index:10;height:3px;background:#ccc;}

.over {
 width:530px;height:425px;background:rgb(192,192,192);padding-top:10px;
}
.photosgallery-std{width:500px;height:335px;padding:0 0 76px;}

/* Navbar */
.photosgallery-std .sliderkit-nav{left:0;bottom:0;width:480px;padding:10px;background:#808080;}
.photosgallery-std .sliderkit-nav-clip ul li{float:left;margin:0;}
.photosgallery-std .sliderkit-nav-clip ul li a{display:block;width:75px;height:50px;overflow:hidden;margin:0;padding:3px;}
.photosgallery-std .sliderkit-nav-clip ul li.sliderkit-selected a{padding:0;border:3px solid #fff;}

/* Buttons */
.photosgallery-std .sliderkit-btn{position:absolute;top:0;}
.photosgallery-std .sliderkit-btn span{display:none;}
.photosgallery-std .sliderkit-btn-disable{opacity:0.3/*can be set to any value until 1*/;cursor:default;}
.photosgallery-std .sliderkit-btn-disable a:hover{cursor:default;}

/* Navbar buttons */
.photosgallery-std .sliderkit-nav .sliderkit-btn a{display:block;width:15px;height:76px;background:transparent url("../images/arrows-h.png") no-repeat center 0;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-prev{left:20px;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-next{right:20px;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-prev a{background-position:-89px center;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-next a{background-position:-108px center;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-prev a:hover,
.photosgallery-std .sliderkit-nav .sliderkit-nav-prev a:focus{background-position:-126px center;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-next a:hover,
.photosgallery-std .sliderkit-nav .sliderkit-nav-next a:focus{background-position:-145px center;}
 
/* Panels buttons */
.photosgallery-std .sliderkit-go-btn{position:absolute;top:0;z-index:10;width:50px;height:335px;}
.photosgallery-std .sliderkit-go-prev{left:0;}
.photosgallery-std .sliderkit-go-next{right:0;}
.photosgallery-std .sliderkit-go-btn a{display:block;width:50px;height:335px;opacity:0.6;cursor:pointer;background-color:#fff;background-repeat:no-repeat;background-position:center center;}
.photosgallery-std .sliderkit-go-prev a{background-image:url("../images/slider-arrow-left.gif");}
.photosgallery-std .sliderkit-go-next a{background-image:url("../images/slider-arrow-right.gif");}
.photosgallery-std .sliderkit-btn-disable a{opacity:0/*can be set to any value until 1*/;cursor:default;}
.photosgallery-std .sliderkit-go-btn span{display:none;}

/* Panel */
.photosgallery-std .sliderkit-panel{top:0;left:0;width:500px;height:335px;}




/* timeline Panel */

 .timeline {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    color: #FFF;
    font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
    font-size: 8pt;  
}

.timeline_arrows {
    overflow: hidden;
    padding-left: 2px; 
    padding-bottom: 10px;
    zoom: 1;
}

.timeline_arrows div {
    float: left;
}

.timeline_date {
    height: 20px;
    color: #fff;
    background-color: #000;
    padding: 0px 15px 0px 15px;
    line-height: 1.6em;
}

.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear {
    cursor: pointer;
    width: 15px;
    height: 20px;
    background: url(../images/arrows.png) no-repeat;
}

.timeline_lastyear {
    border-right: 1px solid #000;
}

.timeline_lastyear:hover {
    background-position: 0px -20px;
}

.timeline_lastmonth,
.timeline_nextmonth {
    background-position: -15px 0px;
}

.timeline_lastmonth:hover,
.timeline_nextmonth:hover {
    background-position: -15px -20px;
}

.timeline_nextyear {
    background-position: -30px 0px;
    border-left: 1px solid #000;
}

.timeline_nextyear:hover {
    background-position: -30px -20px;
}

.timeline_top {
    overflow : hidden;
    display: block;
}

.timeline_bottom {
    overflow : hidden;
    display: block;
}

.timeline_top ul, 
.timeline_bottom ul {
    list-style: none;
    margin: 0px;
    padding: 0px; 
}

.timeline_top li, 
.timeline_bottom li {
   margin-left: 0px;
    float: left;
    margin-right: 2px;
    padding: 3px 2px 0px 2px;
    border-bottom: 1px solid #FFF;
}

.timeline_bottom li {
    border: none;
}

.timeline_bottom li {
    padding: 0px 2px 3px 2px !important;
}

.timeline_top li div, 
.timeline_bottom li div {
    text-transform: uppercase;
    text-align: center;
    width: 20px;
}

.timeline_top div {
    background: url(../images/normal.gif) no-repeat left top;
    padding: 3px 0px 5px 0px !important;
} 

.timeline_bottom div {
    background: url(../images/normal.gif) no-repeat left bottom;
    padding: 5px 0px 3px 0px !important;
}

.timeline_top .today {
    background: url(../images/today.gif) no-repeat left top;
    padding: 3px 0px 5px 0px !important;
} 

.timeline_bottom .today {
    background: url(../images/today.gif) no-repeat left bottom;
    padding: 5px 0px 3px 0px !important;
}

.timeline_top .event, 
.timeline_bottom .event {
    color: #b23030;
    cursor: pointer;
}

.timeline_bubble {
    display: none;   
    overflow: hidden;
    width: 142px; 
    position: absolute; 
    font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
    font-size: 8pt;
    z-index:99999;
}

.timeline_bubble .bubble_top,
.timeline_bubble .bubble_bottom,
.timeline_bubble .bubble_mid {
    background: url(../images/bubble.png) repeat-y;
    overflow: hidden;
}

.bubbleIE6 {
    background-image: url(../images/bubble.gif) !important;
}

.timeline_bubble .bubble_top{
    height: 10px;
    background-position: -142px 0px;
}

.timeline_bubble .bubble_bottom{
    height: 10px;
    background-position: -142px -38px;
}

.timeline_bubble .bubble_mid {
    background-position: -284px -1px;
    overflow: hidden;
}

.timeline_bubble .event_title{
    cursor: pointer;
    color: #FFF;
    padding: 3px 0px 3px 0px;
    margin: 0px 5px 0px 5px;
    border-bottom: 1px solid #999;
    font-weight: bold;
}

.timeline_bubble .event_title:hover{
    color: #b23030;
}

.timeline_bubble .event_title:hover + next{
    display: block;
}

.timeline_bubble .event_data {
    overflow: hidden;
    display: none;
    color: #fff;
    font-weight: normal;
    margin: 3px 0px 0px 0px;
}


/*       uploadify.css     */
 
.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
 
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);

}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../images/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

