@import url(//fonts.googleapis.com/css?family=Alegreya+Sans+SC);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
body {
	background-color:#fff;
	color:#4c4c4c;
	margin:0;
}
body, div, p, input, button, select, textarea {
	font-family:"Open Sans", Helvetica, sans-serif;
	font-size:14px;
}
input, button, select, textarea {
	display:inline-block;
	vertical-align:middle;
}
div {
	cursor:default;
}
p {
	cursor:text;
}
input.placeholder {
	color:#ccc;
}

table {
	background-color:#fafafa;
	border:#e2e2e2 1px solid;
	border-collapse:collapse;
	margin-top:10px;
}
table td {
	border:#e2e2e2 1px solid;
	font-weight:normal;
	padding:5px 0;
	position:relative;
	text-align:center;
}
table th {
	padding:5px 0;
}
table .bold {
	font-weight:bold;
}

.tiny {
	font-size:13px;
}
*:focus {
    outline:0;
}

a:link, a:visited {
	color:#ef0101;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

div, button, td, tr, span {
	transition:background-color ease 200ms, color ease 200ms, border-color ease 200ms, box-shadow ease 200ms;
}

/* Replace ultimate form spr */
.ultimateFormSpinner .increase, .ultimateFormSpinner .decrease, .ultimateFormSelectInline .selectedArrow, .ultimateFormSelect .open, .ultimateFormCheckbox, .ultimateFormCheckboxOnOff, .ultimateFormCheckboxOnOff div {
	background-image:url(jQueryUltimateForm.png);	
}

/* Common button a (red) */
.buttonA {
	background-color:transparent;
	border:none;
	color:#D60000;
	display:inline;
	vertical-align:baseline;
}
.buttonA:hover {
	text-decoration:underline;
}

/* Common button a2 (gray / dark) */
.buttonA2 {
	background-color:transparent;
	border:none;
	color:#606060;
	display:inline;
	vertical-align:baseline;
}
.buttonA2:hover {
	color:#000;
	text-decoration:underline;
}
.buttonA2.active {
	color:#D60000;
	text-decoration:underline;
}
.buttonA2[disabled] {
	color:#a7a7a7;
	text-decoration:none;
}

/* Common button a3 (gold) */
.buttonA3 {
	background-color:transparent;
	border:none;
	color:#e2ba5c;
	display:inline;
	vertical-align:baseline;
}
.buttonA3:hover {
	color:#c4973d;
	text-decoration:underline;
}
.buttonA3.active {
	color:#6d5222;
	text-decoration:underline;
}
.buttonA3[disabled] {
	color:#ebcf8b;
	text-decoration:none;
}

/* Common button a4 (black) */
.buttonA4 {
	background-color:transparent;
	border:none;
	color:#272727;
	display:inline;
	vertical-align:baseline;
}
.buttonA4:hover {
	color:#000;
	text-decoration:underline;
}
.buttonA4.active {
	color:#3c3c3c;
	text-decoration:underline;
}
.buttonA4[disabled] {
	color:#707070;
	text-decoration:none;
}

/* Common button a5 (white) */
.buttonA5 {
	background-color:transparent;
	border:none;
	color:#e0e0e0;
	display:inline;
	vertical-align:baseline;
}
.buttonA5:hover {
	color:#fff;
	text-decoration:underline;
}
.buttonA5.active {
	color:#979797;
	text-decoration:underline;
}
.buttonA5[disabled] {
	color:#e0e0e0;
	opacity:.5;
	text-decoration:none;
}

/* Common button small 1 */
.buttonS1 {
	background: #d0c2a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0c2a6 0%, #ebe6ca 50%, #d0c2a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0c2a6), color-stop(50%,#ebe6ca), color-stop(100%,#d0c2a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0c2a6', endColorstr='#ebe6ca',GradientType=0 ); /* IE6-9 */
	border:#c2b07f 1px solid;
	border-radius:4px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#595243;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px 10px;
	text-shadow:#fff 1px 1px 0;
	vertical-align:middle;
}
.buttonS1:link, .buttonS1:visited {
	color:#79715e;
}
.buttonS1:hover {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border-color:#151515;
	border-radius:6px;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:none;
}
.buttonS1:active {
	background: #080808; /* Old browsers */
	background: -moz-linear-gradient(top, #080808 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080808), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #080808 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #080808 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #080808 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #080808 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	border-color:#151515;
	border-radius:6px;
	color:#fff;
	padding:4px 10px;
	text-shadow:none;
}
.buttonS1[disabled], .buttonS1.disabled {
	background: #d0c2a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0c2a6 0%, #ebe6ca 50%, #d0c2a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0c2a6), color-stop(50%,#ebe6ca), color-stop(100%,#d0c2a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0c2a6', endColorstr='#ebe6ca',GradientType=0 ); /* IE6-9 */
	border:#c2b07f 1px solid;
	border-radius:4px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#79715e;
	cursor:default;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	opacity:.8;
	padding:4px 10px;
	text-shadow:#fff 1px 1px 0;
	vertical-align:middle;
}
.buttonS1.active {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border-color:#151515;
	border-radius:6px;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:none;
}

/* Common button small 2 */
.buttonS2 {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefee',GradientType=0 ); /* IE6-9 */
	border:#cfcfcf 1px solid;
	border-radius:4px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#a6a1a1;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px 10px;
	text-shadow:#fff 1px 1px 0;
	vertical-align:middle;
}
.buttonS2:link, .buttonS2:visited {
	color:#a6a1a1;
}
.buttonS2:hover {
	background: #a20008; /* Old browsers */
	background: -moz-linear-gradient(top,  #a20008 0%, #6f070b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a20008), color-stop(100%,#6f070b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a20008 0%,#6f070b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a20008 0%,#6f070b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a20008 0%,#6f070b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a20008 0%,#6f070b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20008', endColorstr='#6f070b',GradientType=0 ); /* IE6-9 */
	border-color:#6c060a;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:none;
}
.buttonS2:active {
	background: #6f070b; /* Old browsers */
	background: -moz-linear-gradient(top,  #6f070b 0%, #a20008 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f070b), color-stop(100%,#a20008)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6f070b 0%,#a20008 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6f070b 0%,#a20008 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6f070b 0%,#a20008 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6f070b 0%,#a20008 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f070b', endColorstr='#a20008',GradientType=0 ); /* IE6-9 */
	border-color:#6c060a;
	color:#fff;
	padding:4px 10px;
	text-shadow:none;
}
.buttonS2[disabled], .buttonS2.disabled {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefee',GradientType=0 ); /* IE6-9 */
	border:#cfcfcf 1px solid;
	border-radius:4px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#a6a1a1;
	cursor:default;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	opacity:.8;
	padding:4px 10px;
	text-shadow:#fff 1px 1px 0;
	vertical-align:middle;
}
.buttonS2.active {
	background: #a20008; /* Old browsers */
	background: -moz-linear-gradient(top,  #a20008 0%, #6f070b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a20008), color-stop(100%,#6f070b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a20008 0%,#6f070b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a20008 0%,#6f070b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a20008 0%,#6f070b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a20008 0%,#6f070b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20008', endColorstr='#6f070b',GradientType=0 ); /* IE6-9 */
	border-color:#6c060a;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:none;
}

/* Common button small 3 */
.buttonS3 {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border:#151515 1px solid;
	border-radius:6px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#fff;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
.buttonS3:link, .buttonS3:visited {
	color:#fff;
}
.buttonS3:hover {
	background: #9e0108; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e0108 0%, #69080c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e0108), color-stop(100%,#69080c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e0108 0%,#69080c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0108', endColorstr='#69080c',GradientType=0 ); /* IE6-9 */
	border-color:#d0060f;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
}
.buttonS3:active {
	background: #080808; /* Old browsers */
	background: -moz-linear-gradient(top, #080808 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080808), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #080808 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #080808 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #080808 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #080808 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	border-color:#000;
	color:#fff;
	padding:4px 10px;
}
.buttonS3[disabled], .buttonS3.disabled {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border:#151515 1px solid;
	border-radius:6px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#fff;
	cursor:default;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	opacity:.8;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
.buttonS3.active {
	background: #9e0108; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e0108 0%, #69080c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e0108), color-stop(100%,#69080c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e0108 0%,#69080c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0108', endColorstr='#69080c',GradientType=0 ); /* IE6-9 */
	border-color:#d0060f;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
}

/* Common button small 4 */
.buttonS4 {
	background: #9c1112; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c1112 0%, #e00713 50%, #9c1112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c1112), color-stop(50%,#e00713), color-stop(100%,#9c1112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1112', endColorstr='#9c1112',GradientType=0 ); /* IE6-9 */
	border:#661010 1px solid;
	border-radius:6px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#fff;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
.buttonS4:link, .buttonS4:visited {
	color:#fff;
}
.buttonS4:hover {
	background: #f3d36f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3d36f 0%, #d6aa42 50%, #f3d36f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d36f), color-stop(50%,#d6aa42), color-stop(100%,#f3d36f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d36f', endColorstr='#f3d36f',GradientType=0 ); /* IE6-9 */
	border-color:#8b6919;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
}
.buttonS4:active {
	background: #080808; /* Old browsers */
	background: -moz-linear-gradient(top, #080808 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080808), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #080808 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #080808 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #080808 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #080808 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	border-color:#000;
	color:#fff;
	padding:4px 10px;
}
.buttonS4[disabled], .buttonS4.disabled {
	background: #9c1112; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c1112 0%, #e00713 50%, #9c1112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c1112), color-stop(50%,#e00713), color-stop(100%,#9c1112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1112', endColorstr='#9c1112',GradientType=0 ); /* IE6-9 */
	border:#661010 1px solid;
	border-radius:6px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#fff;
	cursor:default;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	opacity:.8;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
.buttonS4.active {
	background: #f3d36f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3d36f 0%, #d6aa42 50%, #f3d36f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d36f), color-stop(50%,#d6aa42), color-stop(100%,#f3d36f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d36f', endColorstr='#f3d36f',GradientType=0 ); /* IE6-9 */
	border-color:#8b6919;
	color:#333;
	padding:4px 10px;
	text-decoration:none;
}


/* Common button small 5 */
.buttonS5 {
	background-color:#f5f5f5;
	border:none;
	border-radius:16px;
	padding:3px 10px;
}
.buttonS5:hover {
	background-color:#e5e5e5;
	padding:3px 10px;
}
.buttonS5:active {
	background-color:#e0e0e0;
	padding:3px 10px;
}
.buttonS5.active {
	background-color:#b90000;
	color:#fff;
}
.buttonS5[disabled] {
	background-color:#f5f5f5;
	color:#a8a8a8;
	cursor:default;
}

/* Common button medium 3 */
.buttonM3 {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border:#151515 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#fff;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
.buttonM3:link, .buttonM3:visited {
	color:#fff;
	padding:9px 10px;
}
a.buttonM3:link, a.buttonM3:visited {
	padding:9px 10px;
}
.buttonM3:hover {
	background: #9e0108; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e0108 0%, #69080c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e0108), color-stop(100%,#69080c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e0108 0%,#69080c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0108', endColorstr='#69080c',GradientType=0 ); /* IE6-9 */
	border-color:#d0060f;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
}
.buttonM3:active {
	background: #080808; /* Old browsers */
	background: -moz-linear-gradient(top, #080808 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080808), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #080808 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #080808 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #080808 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #080808 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	border-color:#000;
	color:#fff;
	padding:4px 10px;
}
a.buttonM3:active {
	padding:9px 10px;
}
.buttonM3[disabled], .buttonM3.disabled {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border:#151515 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#fff;
	cursor:default;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	opacity:.8;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
a.buttonM3.disabled:link, a.buttonM3.disabled:visited, a.buttonM3.disabled:active {
	padding:9px 10px;
}
.buttonM3.active {
	background: #9e0108; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e0108 0%, #69080c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e0108), color-stop(100%,#69080c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e0108 0%,#69080c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e0108 0%,#69080c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0108', endColorstr='#69080c',GradientType=0 ); /* IE6-9 */
	border-color:#d0060f;
	color:#fff;
	padding:4px 10px;
	text-decoration:none;
}

/* Common button medium 4 */
.buttonM4 {
	background: #9c1112; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c1112 0%, #e00713 50%, #9c1112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c1112), color-stop(50%,#e00713), color-stop(100%,#9c1112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1112', endColorstr='#9c1112',GradientType=0 ); /* IE6-9 */
	border:#661010 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .8) 0 0 5px;
	color:#fff;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
.buttonM4:link, .buttonM4:visited {
	color:#fff;
	padding:9px 10px;
}
a.buttonM4:link, a.buttonM4:visited {
	padding:9px 10px;
}
.buttonM4:hover {
	background: #f3d36f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3d36f 0%, #d6aa42 50%, #f3d36f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d36f), color-stop(50%,#d6aa42), color-stop(100%,#f3d36f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d36f', endColorstr='#f3d36f',GradientType=0 ); /* IE6-9 */
	border-color:#8b6919;
	border-radius:8px;
	color:#333;
	padding:4px 10px;
	text-decoration:none;
}
.buttonM4:active {
	background: #080808; /* Old browsers */
	background: -moz-linear-gradient(top, #080808 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080808), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #080808 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #080808 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #080808 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #080808 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	border-color:#000;
	color:#fff;
	padding:4px 10px;
}
a.buttonM4:active {
	padding:9px 10px;
}
.buttonM4[disabled], .buttonM4.disabled {
	background: #9c1112; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c1112 0%, #e00713 50%, #9c1112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c1112), color-stop(50%,#e00713), color-stop(100%,#9c1112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1112', endColorstr='#9c1112',GradientType=0 ); /* IE6-9 */
	border:#661010 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .8) 0 0 5px;
	color:#fff;
	cursor:default;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	opacity:.8;
	padding:4px 10px;
	text-shadow:none;
	vertical-align:middle;
}
a.buttonM4.disabled:link, a.buttonM4.disabled:visited, a.buttonM4.disabled:active {
	padding:9px 10px;
}
.buttonM4.active {
	background: #f3d36f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3d36f 0%, #d6aa42 50%, #f3d36f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d36f), color-stop(50%,#d6aa42), color-stop(100%,#f3d36f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d36f', endColorstr='#f3d36f',GradientType=0 ); /* IE6-9 */
	border-color:#8b6919;
	border-radius:8px;
	color:#333;
	padding:4px 10px;
	text-decoration:none;
}
a.buttonM4.active {
	padding:9px 10px;
}

/* Common button big 1 */
.buttonB1 {
	background: #d0c2a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0c2a6 0%, #ebe6ca 50%, #d0c2a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0c2a6), color-stop(50%,#ebe6ca), color-stop(100%,#d0c2a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0c2a6', endColorstr='#ebe6ca',GradientType=0 ); /* IE6-9 */
	border:#c2b07f 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#79715e;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	padding:8px 15px;
	text-shadow:#fff 1px 1px 0;
	vertical-align:middle;
}
.buttonB1:link, .buttonB1:visited {
	color:#79715e;
}
a.buttonB1:link, a.buttonB1:visited {
	padding:12px 15px;
}
.buttonB1:hover {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border-color:#151515;
	border-radius:8px;
	color:#fff;
	padding:8px 15px;
	text-decoration:none;
	text-shadow:none;
}
a.buttonB1:hover {
	padding:12px 15px;
}
.buttonB1:active {
	background: #080808; /* Old browsers */
	background: -moz-linear-gradient(top, #080808 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080808), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #080808 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #080808 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #080808 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #080808 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	border-color:#151515;
	border-radius:8px;
	color:#fff;
	padding:8px 15px;
	text-shadow:none;
}
.buttonB1[disabled], .buttonB1.disabled {
	background: #d0c2a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0c2a6 0%, #ebe6ca 50%, #d0c2a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0c2a6), color-stop(50%,#ebe6ca), color-stop(100%,#d0c2a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d0c2a6 0%,#ebe6ca 50%,#d0c2a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0c2a6', endColorstr='#ebe6ca',GradientType=0 ); /* IE6-9 */
	border:#c2b07f 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .4) 0 0 5px;
	color:#79715e;
	cursor:default;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	opacity:.8;
	padding:8px 15px;
	text-shadow:#fff 1px 1px 0;
	vertical-align:middle;
}
a.buttonB1.disabled:link, a.buttonB1.disabled:visited, a.buttonB1.disabled:active {
	padding:12px 15px;
}
.buttonB1.active {
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border-color:#151515;
	border-radius:8px;
	color:#fff;
	padding:8px 15px;
	text-decoration:none;
	text-shadow:none;
}
a.buttonB1.active {
	padding:12px 15px;
}

/* Common button big 4 */
.buttonB4 {
	background: #9c1112; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c1112 0%, #e00713 50%, #9c1112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c1112), color-stop(50%,#e00713), color-stop(100%,#9c1112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1112', endColorstr='#9c1112',GradientType=0 ); /* IE6-9 */
	border:#661010 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .8) 0 0 5px;
	color:#fff;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	padding:8px 15px;
	text-shadow:#661010 1px 1px 0;
	vertical-align:middle;
}
.buttonB4:link, .buttonB4:visited {
	color:#fff;
}
a.buttonB4:link, a.buttonB4:visited {
	padding:12px 15px;
}
.buttonB4:hover {
	background: #f3d36f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3d36f 0%, #d6aa42 50%, #f3d36f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d36f), color-stop(50%,#d6aa42), color-stop(100%,#f3d36f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d36f', endColorstr='#f3d36f',GradientType=0 ); /* IE6-9 */
	border-color:#8b6919;
	border-radius:8px;
	color:#333;
	padding:8px 15px;
	text-decoration:none;
	text-shadow:none;
}
a.buttonB4:hover {
	padding:12px 15px;
}
.buttonB4:active {
	background: #d6aa42; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6aa42 0%, #f3d36f 50%, #d6aa42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6aa42), color-stop(50%,#f3d36f), color-stop(100%,#d6aa42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6aa42 0%,#f3d36f 50%,#d6aa42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6aa42 0%,#f3d36f 50%,#d6aa42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6aa42 0%,#f3d36f 50%,#d6aa42 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d6aa42 0%,#f3d36f 50%,#d6aa42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6aa42', endColorstr='#d6aa42',GradientType=0 ); /* IE6-9 */
	border-color:#151515;
	border-radius:8px;
	color:#414141;
	padding:8px 15px;
	text-shadow:none;
}
.buttonB4[disabled], .buttonB4.disabled {
	background: #9c1112; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c1112 0%, #e00713 50%, #9c1112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c1112), color-stop(50%,#e00713), color-stop(100%,#9c1112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c1112 0%,#e00713 50%,#9c1112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1112', endColorstr='#9c1112',GradientType=0 ); /* IE6-9 */
	border:#661010 1px solid;
	border-radius:8px;
	box-shadow:rgba(0, 0, 0, .8) 0 0 5px;
	color:#fff;
	cursor:default;
	display:inline-block;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:20px;
	opacity:.7;
	padding:8px 15px;
	text-shadow:#661010 1px 1px 0;
	vertical-align:middle;
}
a.buttonB4.disabled:link, a.buttonB4.disabled:visited, a.buttonB4.disabled:hover {
	padding:12px 15px;
}
.buttonB4.active {
	background: #f3d36f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3d36f 0%, #d6aa42 50%, #f3d36f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d36f), color-stop(50%,#d6aa42), color-stop(100%,#f3d36f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3d36f 0%,#d6aa42 50%,#f3d36f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d36f', endColorstr='#f3d36f',GradientType=0 ); /* IE6-9 */
	border-color:#8b6919;
	border-radius:8px;
	color:#333;
	padding:8px 15px;
	text-decoration:none;
	text-shadow:none;
}
a.buttonB4.active {
	padding:12px 15px;
}

/* Facebook button */
.buttonFB {
	background-color:#5570a6;
	border:#3b5998 1px solid;
	border-radius:4px;
	box-shadow:#9caccb 0 0 1px inset, rgba(0, 0, 0, .5) 1px 1px 2px;
	color:#fff;
	font-size:14px;
	height:32px;
	padding:0 20px 0 50px;
	position:relative;
	text-align:left;
}
.buttonFB .icon {
	background-image:url(common/icons.png);
	background-position:0 -210px;
	background-repeat:no-repeat;
	display:block;
	height:30px;
	left:5px;
	position:absolute;
	top:0;
	width:30px;
}
.buttonFB .separator {
	background-color:#3b5998;
	border-right:#798eb9 1px solid;
	display:block;
	height:30px;
	left:40px;
	position:absolute;
	top:0;
	width:1px;
}
.buttonFB:hover {
	background-color:#5d77aa;
	padding:0 20px 0 50px;
}
.buttonFB:active {
	background-color:#516ca2;
	color:#bbb;
	padding:0 20px 0 50px;
}
.buttonFB[disabled], .buttonFB[disabled]:hover, .buttonFB[disabled]:active {
	background-color:#5570a6;
	color:#fff;
	cursor:default;
	opacity:.5;
}

.bigBordersBox {
	
}
.bigBordersBox .border1, .bigBordersBox .border2, .bigBordersBox .border3, .bigBordersBox .border4, .bigBordersBox .border5 {
	padding:1px;
}
.bigBordersBox .border1 {
	background-color:#b5895c;
	border-radius:36px;
	box-shadow:rgba(0, 0, 0, .75) 0 0 10px;	
}
.bigBordersBox .border2 {
	background-color:#f6d15c;
	border-radius:35px;	
}
.bigBordersBox .border3 {
	background-color:#f6df9c;	
	border-radius:34px;
}
.bigBordersBox .border4 {
	background-color:#eac753;
	border-radius:33px;	
}
.bigBordersBox .border5 {
	background-color:#caa570;
	border-radius:32px;	
}
.bigBordersBox .title {
	color:#846a30;
	font-family:"Alegreya Sans SC", sans-serif;
	font-size:30px;
	line-height:70px;
	text-align:center;
}
.bigBordersBox .content {
	background: #f8f1d7;
	background: -moz-linear-gradient(top,  #f8f1d7 0%, #a89f80 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f1d7), color-stop(100%,#a89f80));
	background: -webkit-linear-gradient(top,  #f8f1d7 0%,#a89f80 100%);
	background: -o-linear-gradient(top,  #f8f1d7 0%,#a89f80 100%);
	background: -ms-linear-gradient(top,  #f8f1d7 0%,#a89f80 100%);
	background: linear-gradient(to bottom,  #f8f1d7 0%,#a89f80 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f1d7', endColorstr='#a89f80',GradientType=0 );
	border-radius:30px;
}

.showMoreResults {
	background-color:#fafafa;
	border:#eaeaea 1px solid;
	border-radius:4px;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:600px;
}
.showMoreResults:hover {
	background-color:#f5f5f5;
}

#rotateDevice {
	background-color:#161616;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:10000;
}
#rotateDevice .str {
  color: #3d3d3d;
  font-size: 4em;
  /* left: 50%; */
  line-height: 50px;
  /* margin-left: -193px; */
  margin-top: -367px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#rotateDevice .gfx {
	background-image:url(common/rotateDevice.png);
	background-repeat:no-repeat;
	height:270px;
	left:50%;
	margin-left:-180px;
	margin-top:-80px;
	position:absolute;
	top:50%;
	width:360px;
}

/*
Pique = Spade
Coeur = Heart
Carreau = Diamond
Trèfle = Club
*/
.card {
	background-position:0 66px;
	background-repeat:no-repeat;
	border-radius:3px;
	display:inline-block;
	height:66px;
	vertical-align:middle;
	width:46px;
}
.card[data-skin="classic"] {
	background-image:url(poker/cardsClassic.png);
}

.card[data-color="club"][data-card="2"] {
	background-position:0 0;
}
.card[data-color="club"][data-card="3"] {
	background-position:-47px 0;
}
.card[data-color="club"][data-card="4"] {
	background-position:-94px 0;
}
.card[data-color="club"][data-card="5"] {
	background-position:-141px 0;
}
.card[data-color="club"][data-card="6"] {
	background-position:-188px 0;
}
.card[data-color="club"][data-card="7"] {
	background-position:-235px 0;
}
.card[data-color="club"][data-card="8"] {
	background-position:-282px 0;
}
.card[data-color="club"][data-card="9"] {
	background-position:-329px 0;
}
.card[data-color="club"][data-card="10"] {
	background-position:-376px 0;
}
.card[data-color="club"][data-card="J"] {
	background-position:-423px 0;
}
.card[data-color="club"][data-card="Q"] {
	background-position:-470px 0;
}
.card[data-color="club"][data-card="K"] {
	background-position:-517px 0;
}
.card[data-color="club"][data-card="A"] {
	background-position:-564px 0;
}


.card[data-color="spade"][data-card="2"] {
	background-position:0 -67px;
}
.card[data-color="spade"][data-card="3"] {
	background-position:-47px -67px;
}
.card[data-color="spade"][data-card="4"] {
	background-position:-94px -67px;
}
.card[data-color="spade"][data-card="5"] {
	background-position:-141px -67px;
}
.card[data-color="spade"][data-card="6"] {
	background-position:-188px -67px;
}
.card[data-color="spade"][data-card="7"] {
	background-position:-235px -67px;
}
.card[data-color="spade"][data-card="8"] {
	background-position:-282px -67px;
}
.card[data-color="spade"][data-card="9"] {
	background-position:-329px -67px;
}
.card[data-color="spade"][data-card="10"] {
	background-position:-376px -67px;
}
.card[data-color="spade"][data-card="J"] {
	background-position:-423px -67px;
}
.card[data-color="spade"][data-card="Q"] {
	background-position:-470px -67px;
}
.card[data-color="spade"][data-card="K"] {
	background-position:-517px -67px;
}
.card[data-color="spade"][data-card="A"] {
	background-position:-564px -67px;
}

.card[data-color="heart"][data-card="2"] {
	background-position:0 -134px;
}
.card[data-color="heart"][data-card="3"] {
	background-position:-47px -134px;
}
.card[data-color="heart"][data-card="4"] {
	background-position:-94px -134px;
}
.card[data-color="heart"][data-card="5"] {
	background-position:-141px -134px;
}
.card[data-color="heart"][data-card="6"] {
	background-position:-188px -134px;
}
.card[data-color="heart"][data-card="7"] {
	background-position:-235px -134px;
}
.card[data-color="heart"][data-card="8"] {
	background-position:-282px -134px;
}
.card[data-color="heart"][data-card="9"] {
	background-position:-329px -134px;
}
.card[data-color="heart"][data-card="10"] {
	background-position:-376px -134px;
}
.card[data-color="heart"][data-card="J"] {
	background-position:-423px -134px;
}
.card[data-color="heart"][data-card="Q"] {
	background-position:-470px -134px;
}
.card[data-color="heart"][data-card="K"] {
	background-position:-517px -134px;
}
.card[data-color="heart"][data-card="A"] {
	background-position:-564px -134px;
}


.card[data-color="diamond"][data-card="2"] {
	background-position:0 -201px;
}
.card[data-color="diamond"][data-card="3"] {
	background-position:-47px -201px;
}
.card[data-color="diamond"][data-card="4"] {
	background-position:-94px -201px;
}
.card[data-color="diamond"][data-card="5"] {
	background-position:-141px -201px;
}
.card[data-color="diamond"][data-card="6"] {
	background-position:-188px -201px;
}
.card[data-color="diamond"][data-card="7"] {
	background-position:-235px -201px;
}
.card[data-color="diamond"][data-card="8"] {
	background-position:-282px -201px;
}
.card[data-color="diamond"][data-card="9"] {
	background-position:-329px -201px;
}
.card[data-color="diamond"][data-card="10"] {
	background-position:-376px -201px;
}
.card[data-color="diamond"][data-card="J"] {
	background-position:-423px -201px;
}
.card[data-color="diamond"][data-card="Q"] {
	background-position:-470px -201px;
}
.card[data-color="diamond"][data-card="K"] {
	background-position:-517px -201px;
}
.card[data-color="diamond"][data-card="A"] {
	background-position:-564px -201px;
}
.card[data-card="back"] {
	background-position:-611px -201px;
}
body::-webkit-scrollbar{
	width: 14px;
	height: 14px;
	/*background:url(../images/body_bg.png) 0 0 repeat-x;*/
}

#content_notif::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}
a.linkBold {
  background: 0 0;
  border: none;
  color: #888;
  font-weight: 700;
  margin-left: 5px;
  padding: 5px 5px;
  text-decoration: none;
}
a.linkBold:hover {
	text-decoration:underline;
	color:white;
}
body::-webkit-scrollbar-track-piece {	
	background: transparent ;
	border: solid 4px transparent;
	border-right-width: 8px;
	margin: 4px;
	-webkit-box-shadow: inset 1px 1px 0 0 rgb(137,131,117), inset -1px -1px 0 0 rgb(224,220,210);
}

body::-webkit-scrollbar-track-piece:horizontal {
	border-right-width: 4px;
	border-bottom-width: 8px;
}

body::-webkit-scrollbar-thumb {	
	border: solid 0 transparent;
	border-right-width: 4px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 9px 5px;
	-webkit-border-bottom-right-radius: 9px 5px;
	-webkit-box-shadow: inset 0 0 0 1px rgb(79,79,79), inset 0 0 0 6px rgb(152,30,30);
}
body::-webkit-scrollbar-thumb:hover {	
	-webkit-box-shadow: inset 0 0 0 1px rgb(90,90,90), inset 0 0 0 6px rgb(200,30,30);
}

body::-webkit-scrollbar-thumb:horizontal {	
	border-right-width: 0;
	border-bottom-width: 4px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px 9px;
	-webkit-border-bottom-left-radius: 5px 9px;
}
