.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
    float:none; 
    display: inline-block;
    margin-bottom: 10px;
    margin-left:0;
}

.bootstrap-select {
    width: 220px;
}

.bootstrap-select .btn {
    width: 220px;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow:hidden; 
    position:absolute;
    left:12px; 
    right:25px;
    text-align:left;
}

.bootstrap-select.btn-group .btn .caret {
    position:absolute;
    right:12px;
}

.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width:100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width:100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display:block; 
    padding:3px 20px; 
    cursor:default;
}

.bootstrap-select.btn-group .div-contain {
    overflow:hidden;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    padding-left:35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    min-height:20px;
}

bootstrap-select.btn-group .dropdown-menu li > a {
    min-height:20px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left:0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small {
    color: #64b1d8; 
    color:rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight:normal;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark { 
    visibility: visible; 
    display:inline-block; 
    margin-left:20px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark { 
    visibility:hidden; 
    margin-left:20px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left:0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small {
    color: #64b1d8; 
    color:rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight:normal;
}



.bootstrap-select.btn-group.show-menu-arrow .dropdown-menu {
    overflow-y:visible !important;
}     
     
.bootstrap-select.btn-group.show-menu-arrow .dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

.bootstrap-select.btn-group.show-menu-arrow .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}


/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../../images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../../images/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('../../images/chosen-sprite.png') no-repeat 100% -22px;
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../../images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../../images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../../images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('../../images/chosen-sprite.png') no-repeat -38px -22px;
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
/*
    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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    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:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../../images/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}.star{
width:18px;
height: 18px;
float: left;
display: block;
text-indent: -99999;
background: transparent url(../../images/star.png) center center no-repeat;
color: transparent;
}
.star:hover,.star_on{
width:18px;
height: 18px;
float: left;
display: block;
text-indent: -99999;
color: transparent; 
background: transparent url(../../images/star_on.png) center center no-repeat;
}

#rating_area{
   padding:10px; 
}

.clear{
    clear:both;
}
.wpmp-gallery{
    float: left;
    width: 60%;
    list-style: none !important;
    padding: 0px  !important;
    margin: 0px  !important;
}
.wpmp-main-image{
    clear:both;
    max-width: 97%;
}
 
.wpmp-gallery li{
    float: left;
    list-style: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 2px 4px;
    padding:0px;
    list-style: none !important;
}

.wpmp-gallery li img{
   /* -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    border:7px solid #ddd;*/
     
    margin: 0px !important;
    padding:5px;
    border:1px solid #aaa;
}
 
.prices{
    float: right;
}
.prices ul{
/*border:1px solid #ccc;*/
/*border-bottom:0px;*/
float:left;
padding: 0px !important;
margin: 0px !important;
}
.prices ul li{
list-style:none;
border-bottom:1px solid #ccc;
/*line-height:30px;*/
padding-left:5px;
width:210px;
font-size:9pt;
}
.prices ul li span{
display: block;
float:left;
width:100px;
/*line-height:30px;*/
}
.prices ul li a{
float:right;
margin-right:7px;
}

.wpmp-tab-container {width: 98%; margin: 10px auto;}
ul.tabs {
    margin: 0 !important;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #777;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0;
    background: #898989;
background: -moz-linear-gradient(top, #898989 1%, #d1d1d1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#898989), color-stop(100%,#d1d1d1));
background: -webkit-linear-gradient(top, #898989 1%,#d1d1d1 100%);
background: -o-linear-gradient(top, #898989 1%,#d1d1d1 100%);
background: -ms-linear-gradient(top, #898989 1%,#d1d1d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#d1d1d1',GradientType=0 );
background: linear-gradient(top, #898989 1%,#d1d1d1 100%);
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
     
    outline: none;
}
ul.tabs li a:hover {
    background: #ccc;
}    
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #fff;
    border-bottom: 1px solid #fff;
    background: #e5e5e5;
background: -moz-linear-gradient(top, #e5e5e5 1%, #fefefe 77%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e5e5e5), color-stop(77%,#fefefe));
background: -webkit-linear-gradient(top, #e5e5e5 1%,#fefefe 77%);
background: -o-linear-gradient(top, #e5e5e5 1%,#fefefe 77%);
background: -ms-linear-gradient(top, #e5e5e5 1%,#fefefe 77%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fefefe',GradientType=0 );
background: linear-gradient(top, #e5e5e5 1%,#fefefe 77%);
}
.tab_container {
    border: 1px solid #777;
    border-top: none;
    clear: both;
    float: left; 
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 7px;
    -khtml-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -khtml-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 87%, #e5e5e5 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(87%,#fefefe), color-stop(99%,#e5e5e5));
background: -webkit-linear-gradient(top, #fefefe 87%,#e5e5e5 99%);
background: -o-linear-gradient(top, #fefefe 87%,#e5e5e5 99%);
background: -ms-linear-gradient(top, #fefefe 87%,#e5e5e5 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 );
background: linear-gradient(top, #fefefe 87%,#e5e5e5 99%);
}
.tab_content {
    padding: 20px;
    font-size: 10pt;
}
.tab_content h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}
.tab_content h3 a{
    color: #254588;
}
.tab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
.clear{clear:both;}

.wpmp-my-orders{
    
}

.wpmp-my-orders
{
   
    font-size: 12px;
    background: #fff;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.wpmp-my-orders a{
    color: #039;
    font-weight: bold;
}
.wpmp-my-orders th
{
    font-size: 14px;
    font-weight: bold;
    color: #039;
    padding: 10px 8px;
    border-bottom: 2px solid #6678b1;
}
.wpmp-my-orders td
{
    border-bottom: 1px solid #ccc;
    color: #669;
    padding: 6px 8px;
}
.wpmp-my-orders tbody tr:hover td
{
    color: #009;
}
 
.prices b{
    font-weight: bold;
    font-size:12pt;
}

#wpmp-price-area li{
    list-style: none;
    /*line-height: 30px;*/
}

#wpmp-price-area select{
    min-width: 200px;
    display: block;
}

.ui-selectmenu-menu-dropdown li a,
#wpmp-price-area .ui-selectmenu{
    font-size:9pt;
}
.chzn-results li{
    line-height: 20px;
}

  

#customer_details h3{
    color:#333333;
    text-shadow: none;
    font-size:12pt;
    font-weight: bold;
}
#shiptobilling-checkbox{ float: left;padding-right: 10px; }
label.checkbox{ padding-left: 20px; position: relative;}
abbr.required{ color: #800000 !important;}
.step h3{
    color: #333;
    text-shadow: none;
}

.step #loginform h1{
    display: none;
}
.step #loginform #rememberme{
    float: left;
    margin-right: 10px;
}
.step #loginform{
    margin: 0px;
    padding: 0px;
    border:0px;
    background: transparent;
    margin-top: 20px;
}
.step #loginform input[type=text],
.step #loginform input[type=password]{
    padding: 5px;
}
.step .col-1{
    margin-right: 10px;
}
 
.wpdm_cart{
    width: 100%;
}
.wpdm_cart a,
.wpdm_cart th,
.wpdm_cart td{
    color: #333;
    border-left:0px;
    border-right:0px;
}
.wpdm_cart input[type=text]{
    width:50px;
    text-align: center;
    padding:5px;
}

.wpdm_cart th{
    line-height: 30px;
    background: #eeeeee;
    color:#222;
}
.wpdm_cart th,
.wpdm_cart td{
    padding:5px;
    min-height: 40px;
    vertical-align: middle;
}
td.cart_item_unit_price{
    width:80px;
}
.wpdm_cart td{
    padding: 10px !important;
}
.wpdm_cart tr{
    border-bottom: 1px solid #eeeeee;
}
.amt{
    text-align: right;
}

  .checkout_div{
     color: #444444;
    font: 12px/1.55 arial,helvetica,sans-serif;
    border-bottom: 1px solid #aaaaaa;;
 }
 .form-list .input-box {
    clear: both;
    display: block;
    width: 260px;
}
.form-list li{
    list-style: none;
}
.form-list input.input-text {
    width: 254px;
    
}
input.input-text, select, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B6;    
}
 .step {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FBFBFB;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 15px 30px;
    position: relative;
    border-bottom: 0px;
    border-color: #aaaaaa;
}
.col2-set  {
        clear: both;
    /*content: "."; */
    display: block;
    /*font-size: 0;
    height: 0;
    line-height: 0; */
    overflow: hidden;
}
.col2-set .col-1 {
    float: left;
    width: 48.5%;
    
}
 
.checkout_div .step-title {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    text-align: right;
    display: block;
    height: 40px;
    border-bottom: none !important;    
    background: #eee;
    border-color: #aaaaaa;
    background: rgb(238,238,238);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(251,251,251,1) 76%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(76%,rgba(251,251,251,1)));
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(251,251,251,1) 76%);
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(251,251,251,1) 76%);
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(251,251,251,1) 76%);
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(251,251,251,1) 76%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fbfbfb',GradientType=0 );

}

.checkout_div, .step, .step-title{
    border-color: #dddddd !important;
}
.checkout_div form {
    margin:0;
}
.checkout_div .step-title h2 {
    float: left;
    font-size: 13pt;
    letter-spacing: normal;
    margin: 0;
    line-height:normal;
}

.step-title h2{
    font-size:10pt !important;
    text-transform: uppercase;
    margin:0px;
    padding:0px;
    line-height:normal;
    font-family: 'Open Sans', Verdana;
    
} 

.checkout_div .button:active {
border-color: #4D90FE;
color: #4D90FE;

-moz-box-shadow:inset 0 0 10px #D4D4D4;
-webkit-box-shadow:inset 0 0 10px #D4D4D4;
box-shadow:inset 0 0 10px #D4D4D4;
}

#order_comments{
    width: 95%;
    min-width: 95%;
    max-width: 95%;
}
.form-list li{
    display: block;
    margin-bottom: 5px;
}
.form-list label{     
    display: block;
    float: left;
    width: 100px;
    line-height: 20px;
    height: 20px;    
    padding:4px !important;    
}
.form-list .input-text{
    line-height: 30px;
    height: 30px;    
    padding:4px !important;
    margin: 0px;
}
.form-list label.error{
    display: block;
    width:100%;
    margin-left: 100px;
}
#wpmpplaceorder center{
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

.text-right{
    text-align: right !important;
}
.wpdm_cart input[type="text"]{
    margin:0px !important;
}

.wp-marketplace img{
    box-shadow:none !important;
}

.wpmp-thumbnails .thumbnail{
    margin-right: 4px;
    margin-bottom: 4px;
}

.wpmp-regular-price h3{
    font-size:25pt !important;
}
.wpmp-regular-price sub{
    font-weight: normal !important;
    color: #777;
    font-size:11pt !important;
}

.wp-marketplace .dropdown-menu li{
    margin:0px;
}
#wpmp-tabs li{
    margin-left: 0px;
}
#wpmp-tabs li:first-child{
    margin-left: 20px;
}
#wpmp-tabs li a.active,
#wpmp-tabs li a:active{
    outline: none !important;
    outline-style: hidden !important;
}
.wpmp-dashboard .span4{
    float: left !important;
}
.ppc-db h3{
    font-weight: 700 !important;
    font-size: 12pt;
    line-height: normal !important;
}
.ppc-db legend{
    font-size: 10pt;
    font-weight: 700;
}

.profile-form .span12,
.profile-form .span6:nth-child(2n+1){
    margin-left: 0 !important;
}
.profile-form ul li{
    margin-left: 0 !important;
}

.ul li,
.form-list li{
    padding: 0 !important;
    margin: 0 !important;
}

div#loading_message,div#rloading_message{
    color:red;
}
label.error{
    font-size:10px; color:red;
}

#wpmpplaceorder{
    margin-top: -35px; 
    float: right;
}

#wpmp-price-area li{
    margin-left: 0 !important;
}

#product-demo-info a{
    font-size: 9pt;
}

#product-demo-info .input-prepend{
    margin-bottom: 5px
}

.wp-marketplace .bootstrap-select .btn .caret {   
    margin-top: 7px;
}

.wp-marketplace .wpmp-regular-price h3{
    margin: 0;
}
.bootstrap-select.btn-group .dropdown-menu > li > a{
    min-height: 30px;
    font-size: 9pt;
    padding-top: 8px;
}

ul.nav-tabs{
    margin-left: 0 !important;
}/* ------------------
 styling for the tables 
   ------------------   */




#wraper{
          /*width: 940px;       */
          margin: 0 auto;
          
}
 
 
#wraper nav  {
            display: block;
            width: 100%;
            overflow: hidden;
        }
        
       #wraper nav ul {
            margin: 20px 0 20px 0;
            padding-bottom: .7em;
            float: left;
            list-style: none;  
            /*background: #444;
            background: rgba(0,0,0,.2);
            -moz-border-radius: .5em;
            -webkit-border-radius: .5em;
            border-radius: .5em;    
            -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
            box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset; 
                                                                             */
            width:100%;
        }
        
       #wraper nav li {
            float:left;
            margin: 0px;
            width: 33%;
        }
        
       #wraper nav a {
            float:left;
            width: 100%;
            text-align: center;
            padding: 14px 0 14px 0;
            text-decoration: none;
            color: #555;
            text-shadow: 0 1px 0 rgba(255,255,255,.5);
            font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-width: 1px;
            border-style: solid;
            border-color: #fff #ccc #999 #eee;
            background: #c1c1c1;
            background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
            background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
            background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
            background: -o-linear-gradient(#f5f5f5, #c1c1c1);
            background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
            background: linear-gradient(#f5f5f5, #c1c1c1);            
         }
         
       #wraper nav a:hover,#wraper nav a:focus {
            outline: 0;
            color: #fff;
            text-shadow: 0 1px 0 rgba(0,0,0,.2);
            background: #fac754;
            background: -moz-linear-gradient(#fac754, #f8ac00);
            background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
            background: -webkit-linear-gradient(#fac754, #f8ac00);
            background: -o-linear-gradient(#fac754, #f8ac00);
            background: -ms-linear-gradient(#fac754, #f8ac00);
            background: linear-gradient(#fac754, #f8ac00);
        }
        
       #wraper nav a:active {
            -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
            -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
            box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
        }
         
       #wraper nav li:first-child a {
            border-left: 0;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;            
        }
        
       #wraper nav li:last-child a {
            border-right: 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;            
        }



table.post {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 100%;font: 10pt "Lucida Grande", "Lucida Sans","Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7; border:0px !important;
margin-bottom: 10px;}


table.post a {color: #333333; text-decoration: none; }  

table.post a:visited {color: #333333;}

table.post a:hover {color: #000;}  

table.post caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}

table.post thead th {background: #3A4856; padding: 8px 10px; color: #fff; text-align: left; font-weight: bold;font-size:11pt; text-transform: capitalize; border: 0px solid #3A4856;}
table.post thead th:last-child {
    -webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
table.post thead th:first-child {
    -webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}

table.post tr:last-child td:first-child{
  -webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;  
}

table.post tr:last-child td:last-child{
   -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px; 
}

table.post tbody, table thead {border-left: 0px solid #EAECEE; border-right: 0px solid #EAECEE;}

table.post tbody { border-bottom: 1px solid #EAECEE;}
                      
table.post td,table.post tbody td, table tbody th {padding: 5px; background: url("../images/td_back.gif") repeat-x; text-align: left; border:0px; vertical-align: middle; font: 10pt "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;border:none;}

table.post tbody tr {background: #F3F5F7;}

table.post tbody tr.odd {background: #F0F2F4;}

table.post tbody  tr:hover {background: #EAECEE; color: #111;}

table.post tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}

 


/*====================/ FORM STYLE /==================*/

ul.formstyle{
    list-style: none;
    padding: 20px;
    /*background: #f5f5f5;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    border:1px solid #ddd;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
    -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
    box-shadow:inset 0px 0px 0px 1px #fff;*/
    margin:0px;
    margin-bottom:15px;
}

ul.formstyle li{
    display: block;
    padding: 5px 0;
    margin: 0px;
}

ul.formstyle  label{    
    display: block;
    width: 100%;
    float: left;  
    font-size: 12px;  
    line-height: 30px;
    font: 10pt "Lucida Grande", "Lucida Sans","Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

ul.formstyle input[type="text"], ul.formstyle select{
    border: 1px solid #ddd;     
    padding: 8px;
    -moz-border-radius:3px;
    -moz-box-shadow:inset 0px 0px 3px 1px #eee;
    background-color: #fff;
    font-family: "Lucida Grande", "Lucida Sans","Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

ul.formstyle textarea{
    border: 1px solid #ddd;
    width: 600px;
    padding: 8px;
    -moz-border-radius:3px;
    -moz-box-shadow:inset 0px 0px 3px 1px #eee;
      background-color: #fff;
}




ul.formstyle li table{   
    width:100%;
     margin: 30px auto;
}

ul.formstyle table img{
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
}

ul.formstyle table td{

     padding: 5px;
     vertical-align: middle;
}

/*ul.formstyle table  tr:nth-child(even){background: #eee;}*/

ul.formstyle input[type="submit"], ul.formstyle input[type="reset"]{
    margin-top: 20px;
    border: 1px solid #000;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    color:#fff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:inset 0px 1px 0px 0px #777;

    background: rgb(69,72,77); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

}

table.mceLayout{
    padding:0px !important;
    margin: 0px !important;
    border: 1px solid #ddd;    
    -moz-border-radius:0px;
    -moz-box-shadow: none;
    background-color: #fff;
}
.wp-editor-wrap textarea{
    padding:5px !important;
    margin: 0px !important;
    border: 0px solid #ddd !important;    
    -moz-border-radius:0px !important;
    -moz-box-shadow: none !important;
    background-color: #fff;
}

#user_post_desc_toolbar1{
    width: auto !important;
}

#user_post_title{
    width: 98%;
    font-size:14pt;
    font-family: "Lucida Grande", "Lucida Sans","Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
.mceIframeContainer {
    background:#fff;
}

/*macmonir*/
.postbox {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
    border-color: #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
     min-width: 255px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0;
}
.postbox .handlediv {
    cursor: pointer;
    float: right;
    height: 30px;
    width: 27px;
}
.postbox .hndle {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: move;
}
.postbox h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 7px 10px;
    color: #464646;
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    border-bottom-color: #DFDFDF;
    box-shadow: 0 1px 0 #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
    
    background-color: #F1F1F1;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
    
    -moz-user-select: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    cursor: move;
    margin-top: 1px;
}
#poststuff .inside {
    margin: 6px 5px 8px;
}
.postbox .inside { 
    position: relative;
}
#postcustomstuff table {
    background-color: #F9F9F9;
    border-color: #DFDFDF;
    border-spacing: 0;
    border-style: solid;
    /*border-width: 1px;*/
    margin: 0;
    width: 100%;
    border-radius: 3px 3px 3px 3px; 
}
#postcustomstuff th.left, #postcustomstuff td.left {
    width: 38%;
}
#postcustomstuff th, #postcustomstuff td{
    border:none;
    padding-left: 15px;
}

#postcustomstuff thead th {
    background-color: #F1F1F1;
}

#postcustomstuff thead th {
    padding: 5px 8px 8px;
}
#postcustomstuff table input, #postcustomstuff table select, #postcustomstuff table textarea {
    margin: 8px 0 8px 8px;
    width: 95%;
}
.wrap{
    width: 100%;
}

#postcustomstuff .submit input, #postcustomstuff table #addmetasub {
    width: auto;
}
#postcustom #postcustomstuff .submit {
    border: 0 none;
    float: none;
    padding: 5px 8px;
}


 .postbox,  #postcustomstuff input, #postcustomstuff textarea {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow:none;
    
    
}

#postcustomstuff textarea, #postcustomstuff input[type="text"], #postcustomstuff select {
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    padding:3px 8px;
}
 
 #user_post_excerpt{
     width:97.8%;
 }
 #tag_n{
     float: left;width: 200px;
 }
 #taginput{
     float: left; margin: 0px; padding: 3px;width:100px;font-size:8pt;
 }
 #tagadd{
     float: left; margin-left: 5px;font-size:8pt;
 }
/***********/

.wpre-toolbar{
     padding:5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.wpre-toolbar ul{    
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.wpre-toolbar li{
    float: left;
    padding-left: 20px;
    line-height: 22px;
    margin: 0px 10px;    
}
.wpre-toolbar li.asc{
    background: url('../../images/sort_asc.png') left center no-repeat;    
}.wpre-toolbar li.desc{
    background: url('../../images/sort_dsc.png') left center no-repeat;    
}