.mobile-menu {
	position: relative;
	float: left;
	padding: 8px 10px;
	margin: 7px 0 8px 15px;
	border-radius: 4px;
	display: none;
	
	-webkit-box-shadow:inset 0 1px #787878;
	-moz-box-shadow:inset 0 1px #787878;
	box-shadow:inset 0 1px #787878;
	border:1px solid #292929;
}
.mobile-menu .icon-bar + .icon-bar {
	margin-top: 4px;
}
.mobile-menu .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #bbb;
}
.light-4 {
	border-radius: 5px;
	text-align: center;
	color: #111;
	border: 1px solid;
	position: relative;
	-webkit-text-shadow: 0 1px 0 white;
	-moz-text-shadow: 0 1px 0 white;
	text-shadow: 0 1px 0 white;
	border-color: #CCC #CCC #AAA;
	background-color: #E0E0E0;
	-moz-box-shadow: inset 0 2px 2px 2px #fff;
	-ms-box-shadow: inset 0 2px 2px 2px #fff;
	-webkit-box-shadow: inset 0 2px 2px 2px white;
	box-shadow: inset 0 2px 2px 2px white;
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fffafafa, EndColorStr=#ffdcdcdc);
	background-image: -moz-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(100%, #DCDCDC));
	background-image: -webkit-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
	background-image: linear-gradient(to bottom, #FAFAFA 0, #DCDCDC 100%);
}
.light-4:hover {
	color: #111;
	background: rgb(232,232,232);
	background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
	background: linear-gradient(top, rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9', GradientType=0 );
	text-decoration: none;
	border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
}
.light-4:focus {
	color: #111;
}
.light-4:active {
	color: #111;
	background-color: #e0e0e0;
}
.btnBrtting {
	cursor: pointer;
	text-align: center;
	
	border: 1px solid #b2b2b2;
	box-sizing: border-box;
	background-color: #d4d4d4;
	background-image: -webkit-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image: -moz-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image: -o-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image: -ms-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image: linear-gradient(top, #e0e0e0, #c8c8c8);
	-webkit-box-shadow: inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 3px #ddd;
	-moz-box-shadow: inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 3px #ddd;
	box-shadow: inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 3px #ddd;
	border-radius:3px;
}
.btnBrtting:hover {
	background-image: -webkit-linear-gradient(top, #e0e0e0, #efefef);
	background-image: -moz-linear-gradient(top, #e0e0e0, #efefef);
	background-image: -o-linear-gradient(top, #e0e0e0, #efefef);
	background-image: -ms-linear-gradient(top, #e0e0e0, #efefef);
	background-image: linear-gradient(top, #e0e0e0, #efefef);
}
.btnBrtting:focus {
	color: #111;
}
.btnBrtting:active {
	color: #111;
}
.b-menu {
	position: relative;
}
/*Effect fade*/
.fade ul {
	display: block !important;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: visibility 0s linear .2s, opacity .2s ease-in;
	-moz-transition: visibility 0s linear .2s, opacity .2s ease-in;
	-o-transition: visibility 0s linear .2s, opacity .2s ease-in;
	-ms-transition: visibility 0s linear .2s, opacity .2s ease-in;
	transition: visibility 0s linear .2s, opacity .2s ease-in;
}
.fade li:hover > ul, .fade li:hover > div {
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.fade > li > a .bubble-top {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	-ms-transition: -ms-transform .3s;
	transition: transform .3s;
}
.fade > li > a:hover .bubble-top {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* --------------------------------------- */
.menu li, .menu ul a {
	position: relative;
}
.menu > li {
	float: left;
}
.menu > li.floatr {
	float: right;
}
.menu li > a {
	display: block;
}
/* --------------------------------------- */
.menu ul {
	position: absolute;
	display: none;
	width: auto;
}
.menu ul ul {
	top: 0;
	left: 125px;
}
.menu > li.floatr > ul {
	right: 0;
}
.menu > li.floatr > ul ul {
	left: -125px;
}
.menu li:hover > ul {
	display: block;
}
.home_btn {
	font-size: 24px;
	vertical-align:middle;
}

/* mega menu ----------------------------- */
.menu .cols1, .menu .cols2, .menu .cols3, .menu .cols4, .menu .cols5{
	position:absolute;
	display:none;
	overflow:auto;
}
.menu .cols1, .menu .col1 {width:160px;}
.menu .cols2, .menu .col2 {width:320px;}
.menu .cols3, .menu .col3 {width:480px;}
.menu .cols4, .menu .col4 {width:660px;}
.menu .cols5, .menu .col5 {width:800px;}
.menu > li.floatr > div {right:0;}
.menu > li:hover > div {display:block;}
.menu .col1, .menu .col2, .menu .col3, .menu .col4, .menu .col5 {float:left;}
.menu .col1 i{
	padding-right:5px;
}

.mblack {
	float: left;
	width: 100%;
	position: absolute;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.mblack a {
	text-decoration: none;
}
.mblack > li > a {
	color: #fff;
	text-shadow: 0 -1px #1b1b1b;
	font-size: 14px;
	line-height:38px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	padding:0 35px 0 35px;
}
.mblack li a img {
	float: left;
	padding-right: 5px;
	margin-top:10px;
}
img.iconlivelk{
	margin-top:4px !important;
}
.mblack li a span {
	float: left;
}
.mblack > li:first-child {
	padding-left: 0;
	padding-right: 3px;
}
.mblack > li:last-child {
}
.mblack > li:first-child > a {
	padding: 0 12px 0 !important;
}
.mblack > li:hover > a {
	background-color:#666;
	
	-webkit-box-shadow:inset 0 1px #575757, inset 1px 0 #787878;
	-moz-box-shadow:inset 0 1px #575757, inset 1px 0 #787878;
	box-shadow:inset 0 1px #575757, inset 1px 0 #787878;
	
}
.mblack > li.active > a {
	background: #f5c400;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #222;
	letter-spacing: 0px;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0px #997a00, inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 6px 6px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0px #997a00, inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 6px 6px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0px #997a00, inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 6px 6px 1px rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.mblack > li {
	padding: 0;
	background: url(../images/line-vert.png) repeat-y right;
}
/* sub menu ------------------------------ */

.mblack ul {
	background-color:#666;
	border:1px solid #2c2c2c;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	-moz-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	box-shadow:0 2px #ddd, inset 1px 0 #787878;
}
.mblack li ul {
	min-width:180px;
}
.mblack > li.floatr > ul {right:-1px;left:auto;}
.mblack > li.floatr > ul ul {left:-127px;}
.mblack ul a {
	color:#fff;
	text-transform:capitalize;
	font-size:13px;
	line-height:18px;
	padding:7px 18px;
	border-top:1px solid #4c4c4c;
	-webkit-box-shadow:inset 0 1px #787878;
	-moz-box-shadow:inset 0 1px #787878;
	box-shadow:inset 0 1px #787878;

	
	
	width: 100%;
	white-space: nowrap;
	display: inline-block;
	float: left;
	

}
.mblack ul a:hover {
	background-color:#f5c400;
	color:#222;
}
.mblack ul ul li:first-child a {border-top-color:#2c2c2c;}

/* mega menu ----------------------------- */

.mblack li > div {
	background-color:#666;
	border:1px solid #2c2c2c;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 1px #4b4b4b, inset 1px 0 #787878;
	-moz-box-shadow:0 1px #4b4b4b, inset 1px 0 #787878;
	box-shadow:0 1px #4b4b4b, inset 1px 0 #787878;
	padding:6px;
}
.mblack > li.floatr > div {right:-1px;left:auto;}
.mblack h4, .mblack h5 {margin:0;padding:0;}
.mblack h4 {
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	margin:10px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #888;
}
.mblack h5 {
	font-size:14px;
	color:#fbcd14;
	text-transform:capitalize;
	font-weight:bold;
	margin:10px 10px 0;
	padding:0 10px;
	text-shadow:0 -1px #444;
}
.mblack ol {
	list-style:none;
	margin:7px 10px;
	padding:0;
}

.mblack ol a {
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	line-height:18px;
	padding:5px 5px;
	border-top:1px solid #4c4c4c;
	-webkit-box-shadow:inset 0 1px #787878;
	-moz-box-shadow:inset 0 1px #787878;
	box-shadow:inset 0 1px #787878;
	text-shadow:0 -1px #0f0f0f;
}
.mblack ol a:hover {
	background-color:#f5c400;
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.mblack p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin:9px 10px;
	padding:0;
}
.mblack p a {
	color:#ddd;
	text-decoration:underline;
}
.mblack p a:hover {
	color:#fff;
}
.sblack {
	position: absolute;
	top: -85px;
	right: 0;
	text-transform: capitalize;
	z-index: 9;
	border:1px solid #111;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#4b4b4b;
	background-image:-webkit-linear-gradient(top, #555, #404040);
	background-image:-moz-linear-gradient(top, #555, #404040);
	background-image:-o-linear-gradient(top, #555, #404040);
	background-image:-ms-linear-gradient(top, #555, #404040);
	background-image:linear-gradient(top, #555, #404040);
	
	border-radius:0 0 0 5px;
}
.sblack ul{
	min-width:185px;
}
.sblack a {
	text-decoration: none;
}
.sblack > li > a {
	color:#fff;
	font-size:13px;
	line-height:16px;
	text-shadow:0 -1px #1b1b1b;
	padding:8px 25px;
	text-transform:capitalize;
}
.sblack > li:hover > a, .sblack > li > a.active {
	background-color:#666;
	
	-webkit-box-shadow:inset 0 3px #f5c400, inset 1px 0 #787878;
	-moz-box-shadow:inset 0 3px #f5c400, inset 1px 0 #787878;
	box-shadow:inset 0 3px #f5c400, inset 1px 0 #787878;
	
	
	
}



.sblack > li {border-right:1px solid #343434;border-right:1px solid rgba(0, 0, 0, .33);}
.sblack > li > a {border-left:1px solid #858585;border-left:1px solid rgba(255, 255, 255, .20);}
.sblack > li.floatr {
	border-right:none;
	border-left:1px solid #343434;
	border-left:1px solid rgba(0, 0, 0, .33);
}

.sblack > li > a img, .sblack li > ul > li > a img {
	border:0;
	margin-right:5px;
}

/* notification bubbles ------------------ */

.sblack > li > a .bubble, .sblack li > a .bubble-alt {
	font-size:11px;
	line-height:11px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-left:7px;
	position:relative;
	top:-1px;
}
.sblack > li > a .bubble {
	color:#fff;
	background-color:#df0a0a;
	text-shadow:0 1px #9d0707;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
}
.sblack > li > a .bubble-alt {
	color:#fff;
	background-color:#333;
	text-shadow:0 1px #242424;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
}
.sblack > li:hover > a .bubble {
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.sblack ul > li .bubble {
		font-size:11px;
	line-height:12px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:absolute;
	right:6px;
	top:7px;
	color:#fff;
	background-color:#333;
	text-shadow:0 1px #242424;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
}

.sblack > li > a .bubble-top {
	position:absolute;
	font-size:11px;
	line-height:14px;
	color:#fff;
	padding:0 3px;
	right:4px;
	top:-8px;
	text-shadow:none;
	border:1px solid #a00000;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	background-color: #df0a0a;
	background-image: -webkit-linear-gradient(top, #f26870, #ec0e23);
	background-image: -moz-linear-gradient(top, #f26870, #ec0e23);
	background-image: -o-linear-gradient(top, #f26870, #ec0e23);
	background-image: -ms-linear-gradient(top, #f26870, #ec0e23);
	background-image: linear-gradient(top, #f26870, #ec0e23);
	
	-webkit-box-shadow:inset 0 1px #ffa7a7;
	-moz-box-shadow:inset 0 1px #ffa7a7;
	box-shadow:inset 0 1px #ffa7a7;
}

/* sub menu ------------------------------ */

.sblack ul {
	background-color:#666;
	border:1px solid #2c2c2c;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 1px #6e6e6e, inset 1px 0 #787878;
	-moz-box-shadow:0 1px #6e6e6e, inset 1px 0 #787878;
	box-shadow:0 1px #6e6e6e, inset 1px 0 #787878;
}
.sblack > li.floatr > ul {right:-1px;left:auto;}
.sblack > li.floatr > ul ul {left:-127px;}
.sblack ul a {
	color:#fff;
	font-size:13px;
	white-space:nowrap;
	text-transform:capitalize;
	line-height:18px;
	padding:8px 10px;
	border-top:1px solid #4c4c4c;
	-webkit-box-shadow:inset 0 1px #787878;
	-moz-box-shadow:inset 0 1px #787878;
	box-shadow:inset 0 1px #787878;
	text-shadow:0 -1px #0f0f0f;
}
.sblack ul a:hover {
	background-color:#f5c400;
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);

}
.sblack ul ul li:first-child a {border-top-color:#2c2c2c;}

/* mega menu ----------------------------- */

.sblack li > div {
	background-color:#666;
	border:1px solid #2c2c2c;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	-moz-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	box-shadow:0 2px #ddd, inset 1px 0 #787878;
	padding:4px;
}
.sblack > li.floatr > div {right:-1px;left:auto;}
.sblack h4, .sblack h5 {margin:0;padding:0;}
.sblack h4 {
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	margin:10px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #888;
}
.sblack h5 {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin:10px 10px 0;
	text-shadow:0 -1px #444;
}
.sblack ol {
	list-style:none;
	margin:7px 10px;
	padding:0;
}

.sblack ol a {
	color:#ddd;
	font-size:12px;
	padding:3px 0;
}
.sblack ol a:hover {
	color:#fff;
}
.sblack p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin:9px 10px;
	padding:0;
}
.sblack p a {
	color:#ddd;
	text-decoration:underline;
}
.sblack p a:hover {
	color:#fff;
}


.maccount {
	width:100%;
	float:left;
	
}

.maccount a {text-decoration:none;}

.maccount > li:first-child b {
	max-width:300px;
	line-height:10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	display:inline-block;
	
}

.maccount > li:first-child i {
	position:relative;
	top:-2px;
}


.maccount > li > a {
	margin:2px;
	padding:6px 10px;
	
	border:1px solid #292929;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#4b4b4b;
	background-image:-webkit-linear-gradient(top, #555, #404040);
	background-image:-moz-linear-gradient(top, #555, #404040);
	background-image:-o-linear-gradient(top, #555, #404040);
	background-image:-ms-linear-gradient(top, #555, #404040);
	background-image:linear-gradient(top, #555, #404040);

	
	
	color:#fff;
	font-size:13px;
	text-shadow:0 -1px #1b1b1b;
}
.maccount > li:hover > a {
	color:#fff;
	background-color:#666;	
	background-image:-webkit-linear-gradient(top, #999, #666);
	background-image:-moz-linear-gradient(top, #999, #666);
	background-image:-o-linear-gradient(top, #999, #666);
	background-image:-ms-linear-gradient(top, #999, #666);
	background-image:linear-gradient(top, #999, #666);	
}


/* notification bubbles ------------------ */

.maccount > li > a .bubble, .maccount li > a .bubble-alt {
	font-size:11px;
	line-height:11px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-left:7px;
	position:relative;
	top:-1px;
}
.maccount > li > a .bubble {
	color:#fff;
	background-color:#df0a0a;
	text-shadow:0 1px #9d0707;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
}
.maccount > li > a .bubble-alt {
	color:#fff;
	background-color:#333;
	text-shadow:0 1px #242424;
	text-transform:capitalize;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
}
.maccount > li:hover > a .bubble {
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.maccount ul > li .bubble {
		font-size:11px;
	line-height:12px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:absolute;
	right:9px;
	top:9px;
	color:#fff;
	background-color:#333;
	text-shadow:0 1px #242424;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
}

.maccount > li > a .bubble-top {
	position:absolute;
	font-size:11px;
	line-height:14px;
	color:#fff;
	padding:0 3px;
	right:4px;
	top:-8px;
	text-shadow:none;
	border:1px solid #a00000;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	background-color: #df0a0a;
	background-image: -webkit-linear-gradient(top, #f26870, #ec0e23);
	background-image: -moz-linear-gradient(top, #f26870, #ec0e23);
	background-image: -o-linear-gradient(top, #f26870, #ec0e23);
	background-image: -ms-linear-gradient(top, #f26870, #ec0e23);
	background-image: linear-gradient(top, #f26870, #ec0e23);
	
	-webkit-box-shadow:inset 0 1px #ffa7a7;
	-moz-box-shadow:inset 0 1px #ffa7a7;
	box-shadow:inset 0 1px #ffa7a7;
}


/* sub menu ------------------------------ */

.maccount ul {
	min-width:185px;
	background-color:#666;
	border:1px solid #2c2c2c;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	-moz-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	box-shadow:0 2px #ddd, inset 1px 0 #787878;
}
.maccount > li.floatr > ul {right:-1px;left:auto;}
.maccount > li.floatr > ul ul {left:-127px;}
.maccount ul a {
	color:#fff;
	text-transform:capitalize;
	font-size:13px;
	line-height:18px;
	padding:7px 11px;
	border-top:1px solid #4c4c4c;
	-webkit-box-shadow:inset 0 1px #787878;
	-moz-box-shadow:inset 0 1px #787878;
	box-shadow:inset 0 1px #787878;
	text-shadow:0 -1px #0f0f0f;
}
.maccount ul a:hover {
	background-color:#f5c400;
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.maccount ul ul li:first-child a {border-top-color:#2c2c2c;}

/* mega menu ----------------------------- */

.maccount li > div {
	background-color:#666;
	border:1px solid #2c2c2c;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	-moz-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	box-shadow:0 2px #ddd, inset 1px 0 #787878;
	padding:6px;
}
.maccount > li.floatr > div {right:-1px;left:auto;}
.maccount h4, .maccount h5 {margin:0;padding:0;}
.maccount h4 {
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	margin:10px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #888;
}
.maccount h5 {
	font-size:14px;
	color:#fbcd14;
	text-transform:capitalize;
	font-weight:bold;
	margin:10px 10px 0;
	text-shadow:0 -1px #444;
}
.maccount ol {
	list-style:none;
	margin:7px 10px;
	padding:0;
}

.maccount ol a {
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	line-height:18px;
	padding:5px 10px;
	border-top:1px solid #4c4c4c;
	-webkit-box-shadow:inset 0 1px #787878;
	-moz-box-shadow:inset 0 1px #787878;
	box-shadow:inset 0 1px #787878;
	text-shadow:0 -1px #0f0f0f;
}
.maccount ol a:hover {
	background-color:#f5c400;
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.maccount p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin:9px 10px;
	padding:0;
}
.maccount p a {
	color:#ddd;
	text-decoration:underline;
}
.maccount p a:hover {
	color:#fff;
}




.label {
  padding: 1px 4px 2px;
  font-weight: bold;
  text-transform:capitalize;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #333333;
}
.label-inverse:hover {
  background-color: #1a1a1a;
}


.btn_tab > li > a {
	text-shadow:0 1px #f8f8f8;
	font-weight:bold;
	text-transform:capitalize;
}
.btn_tab > li:hover > a {
	
	-webkit-box-shadow:inset 0 3px #f5c400;
	-moz-box-shadow:inset 0 3px #f5c400;
	box-shadow:inset 0 3px #f5c400;
	
	border-left:none;
	color:#222;
}

.btn_tab > li {border-right:1px solid #bbb;border-right:1px solid rgba(10, 10, 10, .1);}
.btn_tab > li > a {border-left:1px solid #e3e3e3;border-left:1px solid rgba(255, 255, 255, .35);}

.btn_tab > li.active > a {
	-webkit-box-shadow:inset 0 3px #f5c400;
	-moz-box-shadow:inset 0 3px #f5c400;
	box-shadow:inset 0 3px #f5c400;
	
	border-left:none;
}




.btn_yellow {
	color: #222; /* text color + color overlay */
	font-size: 13px;
	text-transform:capitalize;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	
	background-color: #f5c400;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0px #997a00, inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 3px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0px #997a00, inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 3px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0px #997a00, inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 3px 3px 1px rgba(0, 0, 0, 0.3);*/
  
}

.btn_yellow:hover {
	color: #222;
	background-color: #f1df17;
}


.btn_bet{
	padding:3px 25px;
	text-transform:capitalize;
	float:left;
	margin:2px;
	text-align:center;
	
	background-color:#d4d4d4;
	background-image:-webkit-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-moz-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-o-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-ms-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:linear-gradient(top, #e0e0e0, #c8c8c8);
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow:inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 3px #ddd;
	-moz-box-shadow:inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 3px #ddd;
	box-shadow:inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 3px #ddd;
}


.btn_bet:hover,
.betsub .active{
	color: #222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	background-color:#f5c400;
	background-image:-webkit-linear-gradient(top, #f5c400, #fece0e);
	background-image:-moz-linear-gradient(top, #f5c400, #fece0e);
	background-image:-o-linear-gradient(top, #f5c400, #fece0e);
	background-image:-ms-linear-gradient(top, #f5c400, #fece0e);
	background-image:linear-gradient(top, #f5c400, #fece0e);
	
	-webkit-transition: background 0.3s ease;
  	-moz-transition: background 0.3s ease;
  	transition: background 0.3s ease;
}

.btn_1 {
    color: #444;
	text-transform:capitalize;
	border: 1px solid #bbb;
	background-color:#d4d4d4;
	background-image:-webkit-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-moz-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-o-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-ms-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:linear-gradient(top, #e0e0e0, #c8c8c8);
	border-radius: 3px;
	

	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
  

}
.btn_1:hover
 {
	color: #222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	background-color:#f5c400;
	background-image:-webkit-linear-gradient(top, #f5c400, #fece0e);
	background-image:-moz-linear-gradient(top, #f5c400, #fece0e);
	background-image:-o-linear-gradient(top, #f5c400, #fece0e);
	background-image:-ms-linear-gradient(top, #f5c400, #fece0e);
	background-image:linear-gradient(top, #f5c400, #fece0e);
	
	
	
}

.btn_2 {
    color: #444;
	text-transform:capitalize;
	border:1px solid #CCC;
		
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow:inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 1px #ddd;
	-moz-box-shadow:inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 1px #ddd;
	box-shadow:inset 0 1px #f4f4f4, inset 0 -1px #b3b3b3, 0 1px 1px #ddd;
  

}
.btn_2:hover
 {
	color: #222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	background-color:#f5c400;
	background-image:-webkit-linear-gradient(top, #f5c400, #fece0e);
	background-image:-moz-linear-gradient(top, #f5c400, #fece0e);
	background-image:-o-linear-gradient(top, #f5c400, #fece0e);
	background-image:-ms-linear-gradient(top, #f5c400, #fece0e);
	background-image:linear-gradient(top, #f5c400, #fece0e);
	
	-webkit-box-shadow:inset 0 1px #ffe478, inset 0 -1px #b3b3b3, 0 1px 1px #ddd;
	-moz-box-shadow:inset 0 1px #ffe478, inset 0 -1px #b3b3b3, 0 1px 1px #ddd;
	box-shadow:inset 0 1px #ffe478, inset 0 -1px #b3b3b3, 0 1px 1px #ddd;
	
	-webkit-transition: background 0.3s ease;
  	-moz-transition: background 0.3s ease;
  	transition: background 0.3s ease;
}

.btn_place{			
		color:#000 !important;
		font-weight:bold;
		padding: 5px 20px;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) !important;
		text-transform:capitalize;
    border: 1px solid #cfa32e; /* stroke */
	
	border-radius: 3px; /* border radius */
	background-color: #f1c243; /* layer fill content */
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	background-image: -moz-linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */

	-webkit-transition: all .15s ease-out;
	   -moz-transition: all .15s ease-out;
	    -ms-transition: all .15s ease-out;
	     -o-transition: all .15s ease-out;
	        transition: all .15s ease-out;
}
.btn_place:hover{	
	background-image: -moz-linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
}


	
.btn_changebet{
	
	font-size:12px;
	padding:4px 10px;
	display:inline-block;	
		color:#000 !important;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #cfa32e; /* stroke */
	-moz-border-radius: .4375em;
	-webkit-border-radius: .4375em;
	border-radius: .4375em; /* border radius */
	background-color: #f1c243; /* layer fill content */
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	background-image: -moz-linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #e9b937 0%, #ffd564 100%); /* gradient overlay */

	-webkit-transition: all .15s ease-out;
	   -moz-transition: all .15s ease-out;
	    -ms-transition: all .15s ease-out;
	     -o-transition: all .15s ease-out;
	        transition: all .15s ease-out;
}
.btn_changebet:hover{	
	background-image: -moz-linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #e2aa23 0%, #ffd564 100%); /* gradient overlay */
}

.btn_cancel{			
		color:#fff !important;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8) !important;
		text-transform:capitalize;
    border: 1px solid #b12618; /* stroke */
	-moz-border-radius: .4375em;
	-webkit-border-radius: .4375em;
	border-radius: .4375em; /* border radius */
	background-color: #c0392b; /* layer fill content */
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	background-image: -moz-linear-gradient(bottom, #c0392b 0%, #d74131 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #c0392b 0%, #d74131 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #c0392b 0%, #d74131 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #c0392b 0%, #d74131 100%); /* gradient overlay */

	-webkit-transition: all .15s ease-out;
	   -moz-transition: all .15s ease-out;
	    -ms-transition: all .15s ease-out;
	     -o-transition: all .15s ease-out;
	        transition: all .15s ease-out;
}

.btn_cancel:hover {
	background-image: -moz-linear-gradient(bottom, #cd2c2c 0%, #be554b 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #cd2c2c 0%, #be554b 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #cd2c2c 0%, #be554b 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #cd2c2c 0%, #be554b 100%); /* gradient overlay */
}


.btn_header{
	padding:4px 10px;
	margin-right:5px;
}

.btn_send_message{
	float:left;
	font-size:13px;
	padding:6px 10px !important;
}


.btn_table{
	padding:3px 5px;
	margin-right:5px;
}

.btn_table:last-child{
	margin-right:0;
}

.btn_password{
	float:left;
	padding:7px 10px;
}

.btn_ok{
	color: #444;
	background-color:#d4d4d4;
	background-image:-webkit-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-moz-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-o-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:-ms-linear-gradient(top, #e0e0e0, #c8c8c8);
	background-image:linear-gradient(top, #e0e0e0, #c8c8c8);
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	padding:4px 5px;
	text-transform:uppercase;
	font-size:12px;
	margin-left:-3px;
}

.btn_chip{
	float:left;
	width:52px;
	height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	line-height:18px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	text-shadow:0 -1px #1b1b1b;
	margin:3px 3px 0 0;
	
	background-color:#4b4b4b;
	background-image:-webkit-linear-gradient(top, #555, #404040);
	background-image:-moz-linear-gradient(top, #555, #404040);
	background-image:-o-linear-gradient(top, #555, #404040);
	background-image:-ms-linear-gradient(top, #555, #404040);
	background-image:linear-gradient(top, #555, #404040);


	-webkit-box-shadow:inset 0 1px #787878, inset 0 -1px #292929, 0 1px 3px #ddd;
	-moz-box-shadow:inset 0 1px #787878, inset 0 -1px #292929, 0 1px 3px #ddd;
	box-shadow:inset 0 1px #787878, inset 0 -1px #292929, 0 1px 3px #ddd;
	
}

a:hover.btn_chip {
	color:#fff;
	background-color:#666;	
	background-image:-webkit-linear-gradient(top, #999, #666);
	background-image:-moz-linear-gradient(top, #999, #666);
	background-image:-o-linear-gradient(top, #999, #666);
	background-image:-ms-linear-gradient(top, #999, #666);
	background-image:linear-gradient(top, #999, #666);
}

.btn_landing {
  color: #fff;
	text-shadow:0 -1px #1b1b1b;
	text-transform:capitalize;
	margin-left: 5px;
  padding: 3px 10px;
	
	border:1px solid #292929;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#4b4b4b;
	background-image:-webkit-linear-gradient(top, #555, #404040);
	background-image:-moz-linear-gradient(top, #555, #404040);
	background-image:-o-linear-gradient(top, #555, #404040);
	background-image:-ms-linear-gradient(top, #555, #404040);
	background-image:linear-gradient(top, #555, #404040);


	-webkit-box-shadow:inset 0 1px #787878, inset 0 -1px #292929, 0 1px 3px #ddd;
	-moz-box-shadow:inset 0 1px #787878, inset 0 -1px #292929, 0 1px 3px #ddd;
	box-shadow:inset 0 1px #787878, inset 0 -1px #292929, 0 1px 3px #ddd;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn_landing:hover
 {
	color: #222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	background-color:#666;
	background-image:-webkit-linear-gradient(top, #f5c400, #fece0e);
	background-image:-moz-linear-gradient(top, #f5c400, #fece0e);
	background-image:-o-linear-gradient(top, #f5c400, #fece0e);
	background-image:-ms-linear-gradient(top, #f5c400, #fece0e);
	background-image:linear-gradient(top, #f5c400, #fece0e);
	
	-webkit-transition: background 0.3s ease;
  	-moz-transition: background 0.3s ease;
  	transition: background 0.3s ease;
}

.btn_dark {
	float:left;
	margin-top:10px;
    padding: 3px 15px;
	color: white;
	text-decoration: none;
	text-shadow: 0 .0625em .0625em rgba(111,83,8,.15);
	border: 1px solid #1c1c1c;
	background-color: #333333;
	background-image: -moz-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: linear-gradient(bottom, #333333 0%, #666666 100%);
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.btn_dark:hover {
	background-image: -moz-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: linear-gradient(bottom, #222222 0%, #666666 100%);
}
.btn_dark:active {
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.2); /* inner shadow */
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2); /* inner shadow */
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2); /* inner shadow */
	background-image: -moz-linear-gradient(bottom, #666666 0%, #333333 100%);
	background-image: -o-linear-gradient(bottom, #666666 0%, #333333 100%);
	background-image: -webkit-linear-gradient(bottom, #666666 0%, #333333 100%);
	background-image: linear-gradient(bottom, #666666 0%, #333333 100%);
}

.box_betting_style.disabled,
.btn_place.disabled,
.btn_1.disabled,
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}