/* xhun.php */

/* font import */
@font-face { 
font-family: xastyle_opensansregular;
src: url(../fonts/OpenSans-Regular.ttf);
}

/* fonts */
.xastyle_opensans { font-family: xastyle_opensansregular; font-size: 15px/*13px*/; letter-spacing: 0.2px; display: inline; }
.xastyle_opensanslabel { font-family: xastyle_opensansregular; font-size: 20px/*18px*/; letter-spacing: 0.2px; display: inline; }
.xastyle_arial { font-family: arial; font-size: 15px/*13px*/; letter-spacing: 0.0px; display: inline; }
.xastyle_arialsmall { font-family: arial; font-size: 13px/*10px*/; letter-spacing: 0.0px; display: inline; }
.xastyle_trebuchet { font-family: Trebuchet MS; font-size: 20px/*18px*/; letter-spacing: 0.0px; display: inline; }
.xastyle_couriernew { font-family: Courier New; font-size: 17px/*15px*/; letter-spacing: 0.0px; display: inline; }
.xastyle_lucidaconsole { font-family: Lucida Console; font-size: 17px/*15px*/; letter-spacing: 0.0px; display: inline; }

/* colors */
.xastyle_888CA4 { color: #888CA4; display: inline; }
.xastyle_C45252 { color: #C45252; display: inline; }
.xastyle_5FBF78 { color: #5FBF78; display: inline; }
.xastyle_4FA84F { color: #4FA84F; display: inline; }
.xastyle_343434 { color: #343434; display: inline; }
.xastyle_33363C { color: #33363C; display: inline; }
.xastyle_999999 { color: #999999; display: inline; }
.xastyle_888888 { color: #888888; display: inline; }
.xastyle_8fb0b8 { color: #8fb0b8; display: inline; }
.xastyle_666666 { color: #666666; display: inline; }
.xastyle_555555 { color: #555555; display: inline; }
.xastyle_aaaaaa { color: #aaaaaa; display: inline; }
.xastyle_bbbbbb { color: #bbbbbb; display: inline; }
.xastyle_cccccc { color: #cccccc; display: inline; }
.xastyle_dddddd { color: #dddddd; display: inline; }
.xastyle_eeeeee { color: #eeeeee; display: inline; }
.xastyle_black { color: #000000; display: inline; }
.xastyle_white { color: #ffffff; display: inline; }
.xastyle_lightgrey { color: lightgrey; display: inline; }
.xastyle_red { color: red; display: inline; }
.xastyle_green { color: green; display: inline; }

/* align */
.xastyle_center { text-align: center; display: inline; }
.xastyle_justify { text-align: justify; display: inline; }
.xastyle_left { text-align: left; display: inline; }
.xastyle_right { text-align: right; display: inline; }

/* hr */
hr.xastyle_hr01_424657 { 
/*default*/
height: 5px;
width: 100%;
color: #424657;
background-color: #424657;
border-width: 0;
}
hr.xastyle_hr01_eeeeee { 
/*default*/
height: 5px;
width: 100%;
color: #eeeeee;
background-color: #eeeeee;
border-width: 0;
}
hr.xastyle_hr01_2d3036 { 
/*features*/
height: 5px;
width: 100%;
color: #2d3036;
background-color: #2d3036;
border-width: 0;
}
hr.xastyle_hr01_2d3541 { 
/*audio demos*/
height: 5px;
width: 100%;
color: #2d3541;
background-color: #2d3541;
border-width: 0;
}
hr.xastyle_hr01_dddddd { 
/*expansions*/
height: 5px;
width: 100%;
color: #dddddd;
background-color: #dddddd;
border-width: 0;
}

/* ul */
ul.xastyle_ul01_white { list-style-image: url(../images/icon.tickwhite.png); }
ul.xastyle_ul01_black { list-style-image: url(../images/icon.tickblack.png); }
ul.xastyle_ul01_green { list-style-image: url(../images/icon.tickgreen.png); }
ul.xastyle_ul01_blue { list-style-image: url(../images/icon.tickblue.png); }
ul.xastyle_ul01_purple { list-style-image: url(../images/icon.tickpurple.png); }

/* a */
a { 
text-decoration: none; 
}

/* body */
body { 
background-color: #232427;
background-image: URL(../images/bg.01.png);
/* background-attachment: fixed; */
letter-spacing: 0.0px;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
/* text-shadow: 0px 0px 4px #cccccc; */
}

/* input */
input {
color: #555555;
}

/* select */
select {
color: #555555;
}

/* xaslider : start (used in shop_hiw.php) */
a:focus {
	outline: none;
}
#panel {
	background: #47546b; /*1c2029,6f7490,595d73*/
	height: 2000px;
	display: none;
	padding: 30;
	/* background-image:url('../images/<?= $ShopHiwBg ?>'); */
	color: #ffffff;/*eeeeee*/
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 0px #555555;
	/* background: url(../images/slide.btn.png) no-repeat center top; */
}
.btn-slide {
	/* background: url(../images/slide.arrow.png) no-repeat right -50px; */
	text-align: center;
	width: 420px;
	height: 20px;
	padding: 6; /*10px 10px 0 0*/
	margin: 0 auto;
	display: block;
	color: white;
	text-decoration: none;
	font-family: xastyle_opensansregular;
	font-size: 13px; 
	letter-spacing: 0.2px;
}
.active {
	background-position: right 12px;
}
/* xaslider : end (used in shop_hiw.php) */