
/* button 
---------------------------------------------- */
.buttons {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 3px 1px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttons:hover {
	text-decoration: none;
}
.buttons:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.bigbouton {
	font-size: 15px;
	padding: .4em 1.5em .42em;
}
.bigwebbouton {
	font-size: 16px;
	padding: 20px !important;
}
.miniwebbouton {
	font-size: 13px;
	padding: 10px;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.	 {
	font-size: 12px/100%;
	padding: 5px;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	border-color: #FFF;
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	color: #1d1d1d;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
	border-color: #FFF;
}
.gray:active {
	color: #1d1d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	border-color: #6C0;
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#d18715));
	background: -moz-linear-gradient(top,  #faa51a,  #d18715);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#d18715');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	border-color: #FFF;
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#d18715), to(#faa51a));
	background: -moz-linear-gradient(top,  #d18715,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d18715', endColorstr='#faa51a');
}

/* orange_pm */
.orange_pm {
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	border:#fff solid 1px;
}
.orange_pm:hover {
	color:#1d1d1d;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	border-color: #FFF;
}
.orange_pm:active {
	color: #1d1d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
	color: #ffffff;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec4b51), to(#b9373c));
	background: -moz-linear-gradient(top,  #ec4b51,  #b9373c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec4b51', endColorstr='#b9373c');
}
.red img{width:20px; height:20px;border:none;vertical-align:middle;}
.red:hover {
	color: #1d1d1d;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	border-color: #FFF;
}
.red:active {
	color: #1d1d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9373c), to(#ec4b51));
	background: -moz-linear-gradient(top,  #b9373c,  #ec4b51);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9373c', endColorstr='#ed1c24');
}
.red:visited {
	color: #ffffff;
}
/* yellow */
.yellow {
	color: #ffffff;
	border: solid 1px #edc001;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#edc001), to(#be9b04));
	background: -moz-linear-gradient(top,  #edc001,  #be9b04);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#edc001', endColorstr='#be9b04');
}
.yellow img{width:20px; height:20px;border:none;vertical-align:middle;}
.yellow:hover {
	color: #1d1d1d !important;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#edc001), to(#bb9907));
	background: -moz-linear-gradient(top,  #edc001,  #bb9907);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#edc001', endColorstr='#bb9907');
	border-color: #FFF;
}
.yellow:active {
	color: #1d1d1d;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#edc001), to(#bb9907));
	background: -moz-linear-gradient(top,  #edc001,  #bb9907);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#edc001', endColorstr='#bb9907');
}
.yellow:visited {
	color: #ffffff;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0389bb));
	background: -moz-linear-gradient(top,  #00adee,  #0389bb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0389bb');
}
.blue img{width:20px; height:20px;border:none;vertical-align:middle;}
.blue:hover {
	color: #1d1d1d;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
	border-color: #FFF;
}
.blue:active {
	color: #1d1d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#0389bb), to(#00adee));
	background: -moz-linear-gradient(top,  #0389bb,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0389bb', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
	border-color: #FFF;
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #ffffff;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#649b1a));
	background: -moz-linear-gradient(top,  #7db72f,  #649b1a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#649b1a');
}
.green img{width:20px; height:20px;border:none;vertical-align:middle;}
.green:hover {
	color: #1d1d1d;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
	border-color: #FFF;
}
.green:active {
	color: #1d1d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#649b1a), to(#7db72f));
	background: -moz-linear-gradient(top,  #649b1a,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#649b1a', endColorstr='#7db72f');
}
.green:visited {
	color: #ffffff;
}
/* pink */
.pink {
	color: #ffffff;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	color: #1d1d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
	border-color: #FFF;
}
.pink:active {
	color: #1d1d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* pink */
.socialine {
	color: #ffffff;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0033), to(#990033));
	background: -moz-linear-gradient(top,  #CC0033,  #990033);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0033', endColorstr='#990033');
}
.socialine:visited {
	color: #ffffff;
}
.socialine:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0066), to( #CC0033));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
	border-color: #FFC;
}
.socialine:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0066), to(#CC0063));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/**** ____ ****/
.scroller {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border:0px solid #AEC3CF;
    background-color: #FFFFFF;
    clear:both;
    margin-bottom:2em;
    margin-top: 10px;

}
.scroller-inner {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;

    border:0px solid #A84BB8;
    background-color: #FFF;
    position:relative;
    height: 340px;
    overflow: hidden;
}
.scroller-inner .window {
    
}
.scroller-inner .window ol.teaser-items {
    margin:0;
    padding:0;
    position: relative;
}
.scroller-inner .window ol.teaser-items li {
    width: 100%;
    margin:0;
    padding:0;
    position: absolute;
    display: none;
}

.scroller-inner .column {
    display:inline;
    float:left;
    margin-left:15px;
    width:30%;
}
.scroller-inner .teaser-header {
    position: absolute;
    -moz-border-radius:0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    bottom:0;
    left:0;
    width: 100%;
    background-image: url(../images/listing-footer.gif);
}
.scroller-inner .teaser-header ol {
    border-top:1px solid #AEC3CF;
    list-style-type:none;
    margin:0;
    padding:0 45px;
}
.scroller-inner .teaser-header ol li {
    float:left;
    margin-left: 25px;
    position:relative;
    top:-1px;
    white-space:nowrap;
    font-weight: bold;
}
.scroller-inner .teaser-header ol li a {
    font-size: 12px;
    line-height: 28px;
    color: #A84BB8;
    text-decoration: none;
}

.scroller-inner .teaser-header li.selected {
    background-image:url("../images/panel-selected.png");
    background-position:center top;
    background-repeat:no-repeat;
}
.scroller-inner .slideshow-controls {

    margin:-38px 0 0;
}
.scroller-inner .active.prev {
    background-position:0 -50px;
}
.scroller-inner .prev, .scroller-inner .next {
    background-image:url("../images/arrows-scroller.png");
    background-position:0 0;
    background-repeat:no-repeat;
    bottom:15px;
    cursor:pointer;
    display:block;
    height:27px;
    left:8px;
    position:absolute;
    text-decoration:none;
    text-indent:-5000px;
    width:27px;
}
.scroller-inner .active.next {
    background-position:0 -200px;
    left:auto;
    right:8px;
}
/**** ____ ****/
.scrollbar2
{
	/*margin-left: 30px;*/
	float: left;
	height: 100%;
	width:100%;
	background: #F5F5F5;
	overflow-y: scroll;
}
.scrollbar
{
	/*margin-left: 30px;
	float: left;border: solid #f7f7f7 1px;*/
	height: auto;
	width:100%;
	background: #f7f7f7;
	color:#3C3C3C;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 25px;
	padding:5px;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.scrollbar li{padding:10px 5px 10px 10px !important; margin: 0;margin-left: 0;background-color: #f7f7f7;/*border-color: #d3e0e9*/;color: #8a6d3b !important;}
.scrollbar li>a{border: none !important;}
.scrollbar:focus {border: none;}
.scrollbarm
{
	/*margin-left: 30px;*/
	float: left;
	height: auto;
	width:100%;
	border: solid #2d2d2f 1px !important;
	background: #585855 !important;
	color:#d5d5d4;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 50px;
	padding:0;
	text-align: left !important;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.scrollbarmnv
{
	/*margin-left: 30px;*/
	float: left;
	height: auto;
	width:100%;
	border: none !important;
	background: #0983ba !important;
	color:#d5d5d4;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 50px;
	padding:0;
	text-align: left !important;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.scrollbarmnv>li {float: none;padding: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.06);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);}
.scrollbarmnv>li:first-child {border-top: 1px solid rgba(0, 0, 0, 0.06);box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.1);}
.scrollbarmnv>li:last-child {border-bottom: none; box-shadow: none;}

.scrollbarm li{padding:0 5px;color: #d5d5d4;border-top: solid 1px #2d2d2f;box-shadow: inset 0 1px 0 #7b7b76;}
.scrollbarm li:first-child{border-top: none;}

.scrollbarms
{
	/*margin-left: 30px;*/
	float: left;
	height: auto;
	width:100%;
	/*border: solid #2d2d2f 1px !important;
	background: #585855 !important;*/
	color:#d5d5d4;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 50px;
	padding:0;
	text-align: left !important;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.scrollbarms li{padding:0 5px;color: #d5d5d4;/*border-top: solid 1px #2d2d2f;box-shadow: inset 0 1px 0 #7b7b76;*/}
.scrollbarms li:first-child{border-top: none;}

.scrllb
{
	/*margin-left: 30px;*/
	float: left;
	height: 350px;
	width:100%;
	border-top: solid #357563 10px !important;
	border-bottom: solid #357563 5px !important;
	/*background-color:#E7E7E7;*/
	background: #357563;
	color: #2d2d2f !important;
	overflow-y: scroll;
	margin-bottom: 25px;
	padding:5px;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.scrollbarlxc{height: 150px !important;}
.scrollbarlxs{height: 250px !important;}
.scrollbarlxcmm{height: auto;max-height: 120px !important;}
.scrollbarlxcm{height: 320px !important;}
.scrollbarlxcml{height: 450px !important;}
.scrollbarlxcvl{height: 485px !important;}
.scrollbarmnsrd{height: 560px !important;}
.scrollbarmnsld{height: 600px !important;}
.scrollbarathght{height: 90% !important;}

.scrollbarlxcmpl
{
	
    font-size: 11px;
	letter-spacing:0.03em;
	font-family: "Open Sans", sans-serif;
	color:#F8981C;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
	overflow:hidden;
    /*border-bottom-left-radius: 0.5em;*/
}
.scrollbarlxcmpl .nomined {float: left; left: 0;width:79%;}
.scrollbarlxcmpl .vvtponted {float: left; margin-left: 1%;width:20%;padding: 0;}

.scrollbarlxcmpl_long{height: 336px !important;}
.scrollbarlxcmpl_mini{height: 236px !important;}
.scrollbarlxcmpl ul li {list-style: none !important;margin-bottom:5px;padding:0;}
.scrollbarlxcmpl ul li:lastitem {border:none important!;}

  .scrollbarlxcmpl .vinwote{
  display: block;
  position: relative;
  float: right;
  right:0;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding:3px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
  border-radius: 100%;
  opacity: 0.8;
  cursor: pointer; 
  }
  .vinbox{margin: 0;display: inline-block;}

  .vinbox .vinbout{
  /*display: block;*/
  position: relative;
  float: left;
  left:0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding:5px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
  border-radius: 100%;
  opacity: 0.8;
  cursor: pointer; 
  }
  .vinbox .vincount{
  	margin-left:2px;font-size:10px !important;color:#CCCCCC;letter-spacing:0 !important;letter-spacing: 0.15em !important;
  }
  .enabled{border: 2px solid #ff7700;}
  .disabled{border: 2px solid #CCCCCC;opacity: 0.6 !important;}

.scrollbarlxcmpl .vinwote img {
    width: 15px;
    height: 15px;
    /*margin-top: 5px;
    margin-left: 5px;*/ }

.scrollbarlxcxl
{
	height: 550px !important;
}

.force-overflow
{
	min-height: 450px;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/*
 *  STYLE 1biss
 */

#style-1biss::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	/*border-radius: 8px;*/
	background-color: #DBD1D1;
}

#style-1biss::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-1biss::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 16px rgba(57, 58, 57, 1);
	background-color: #C3B4B4;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #78777c;
	border-radius: 10px;
}

/*
 *  STYLE 3
 */

#sccr-vlk::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
	display: none;
}

#sccr-vlk::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#sccr-vlk::-webkit-scrollbar-thumb
{
	background-color: #78777c;
	border-radius: 10px;
}

/*
 *  STYLE 3
 */

#sccr-vlkbss::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#sccr-vlkbss::-webkit-scrollbar
{
	width: 9px;
	background-color: #F5F5F5;
}

#sccr-vlkbss::-webkit-scrollbar-thumb
{
	background-color: #78777c;
	border-radius: 10px;
}


/*
 *  STYLE 3biss
 */

#style-3biss::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3biss::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

#style-3biss::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

#sccrmnb::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	display: none;
}

#sccrmnb::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

#sccrmnb::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-11::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb
{
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

#style-12::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb
{
	background-color: #FFF;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, 1) 0%,
											  rgba(0, 0, 0, 1) 25%,
											  transparent 100%,
											  rgba(0, 0, 0, 1) 75%,
											  transparent)
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-16::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top,
											  #e4f5fc 0%,
											  #bfe8f9 50%,
											  #9fd8ef 51%,
											  #2ab0ed 100%);
}

#style-15biss::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	/*border-radius: 8px;*/
	background-color: #F5F5F5;
}

#style-15biss::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-15biss::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}

#style-winna::-webkit-scrollbar {
  width: 10px;
}
#style-winna::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #272729;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#style-winna::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: solid 1px #121212;
  background-image: -webkit-linear-gradient(top,#333336,#443A3A);
}

#style-dkl::-webkit-scrollbar {
  width: 10px;
}

#style-dkl::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #2d2d2f;
}

#style-dkl::-webkit-scrollbar-thumb {
  border-radius: 1px;
  border: none;
  background: #a79987;
  background-image: #a79987;
  background-image: -webkit-linear-gradient(top,#86f1a6,#a79987);
}

#style-dkls::-webkit-scrollbar {
  width: 10px;
}

#style-dkls::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #46a563;
}

#style-dkls::-webkit-scrollbar-thumb {
  border-radius: 1px;
  border: none;
  background: #a79987;
  background-image: #a79987;
  background-image: -webkit-linear-gradient(top,#96c496,#a79987);
}

#style-dklm::-webkit-scrollbar {
  width: 10px;
}

#style-dklm::-webkit-scrollbar-track {
  border-radius: 2px;
  /*background: #272729;*/
}

#style-dklm::-webkit-scrollbar-thumb {
  border-radius: 1px;
  border: none;
  background-image: #214c40;
  background-image: none;
}

#style-decale::-webkit-scrollbar {
  width: 10px;
}
#style-decale::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #357563;
  -webkit-box-shadow: inset 0 0 6px rgb(53, 117, 99);
}

#style-decale::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: solid 1px #4a4a4c;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top,#eae4b3,#357563);
}