	@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 100;
	src: url('font/woff/YekanBakh-thin.woff') format('woff'),
	url('font/woff2/YekanBakh-thin.woff2') format('woff2');
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 300;
	src: url('font/woff/YekanBakh-Light.woff') format('woff'),
	url('font/woff2/YekanBakh-Light.woff2') format('woff2');
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: normal;
	src: url('font/woff/YekanBakh-Regular.woff') format('woff'),
	url('font/woff2/YekanBakh-Regular.woff2') format('woff2');
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 600;
	src: url('font/woff/YekanBakh-SemiBold.woff') format('woff'),
	url('font/woff2/YekanBakh-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: bold;
	src: url('font/woff/YekanBakh-Bold.woff') format('woff'),
	url('font/woff2/YekanBakh-Bold.woff2') format('woff2');
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 800;
	src: url('font/woff/Yekan Bakh-ExtraBold.woff') format('woff'),
	url('font/woff2/Yekan Bakh-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 900;
	src: url('font/woff/Yekan Bakh-Black.woff') format('woff'),
	url('font/woff2/Yekan Bakh-Black.woff2') format('woff2');
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 950;
	src: url('font/woff/Yekan Bakh-ExtraBlack.woff') format('woff'),
	url('font/woff2/Yekan Bakh-ExtraBlack.woff2') format('woff2');
}


@font-face{
  font-family:'yekan';
  src:url('/css/font/BYekan.eot?v=3.0.1');
  src:url('/css/font/BYekan.woff?v=3.0.1') format('woff'),
  url('/css/font/BYekan.ttf?v=3.0.1') format('truetype');
  font-weight:normal;
  font-style:normal
}
@font-face {
	font-family: "TrafficBold";

	src: url("/css/font/2Traffic.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "AgencyFB-Bold";

	src: url("/css/font/AgencyFB-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x:hidden;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	line-height: 21px;
	text-align: justify;
}

body,table,tr,td,span,p,input,select,a,textarea{
	color:#555555;
	font-family: tahoma;
	font-size: 12px;
}

button{
	font-family: tahoma;
	font-size: 12px;
}

input,textarea,select{
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: solid 1px #999999;
	*padding:2px !important;
	padding-left:2px;
	padding-right:2px;
	background: none repeat scroll 0 0 #FFFFFF;
}

input, select {
height:22px;
}

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

textarea{
     resize:none;
}

p {
	margin: 0px;
}

a {
	text-decoration: none;
}

a:visited {

}

a:hover {
	color: #FF9900;
}

img{
	border:0px;
}

table {
	padding: 0px;
	border-collapse: collapse;
}

#datatable table{
	border-collapse:separate;
}

.form_table{
	border-spacing:2px;
	border-collapse:separate;
}

div.table {
	display: table;
}

div.row {
	display: table-row;
}

div.cell {
	display: table-cell;
}

.clear {
	clear: both;
}

.fit {
	width: 100%;
	height: 100%;
}

.white {
	color: white;
	text-decoration: none;
}

.red{
	color:red;
	text-decoration:none;
}

.green{
	color:green;
	text-decoration:none;
}

.gray {
	color: gray;
	text-decoration: none;
}

.b {
	font-weight: bold;
}

.bg0 {
	background: #000000;
}

.bg1 {
	background: #1B1B1B;
}

.bg2 {
	background: #555555;
}

.bg3 {
	background: #FFFFFF;
}

.bg4 {
	background: #E9E9E9;
}

.bg5 {
	background: #FF9900;
}

.bg6 {
	background: #CFCFCF;
}

.bg7 {
	background: #999999;
}

.bg8 {
	background: #FFFFFF;
}

.bg9 {
	background: #F5F5F5;
}

.bg10 {
	background: #FF0000;
}

.bg11 {
	background: #EFEFEF;
}

.bg12 {
	background: #E0E0E0;
}

.bg14 {
	background: #ffc900;
}

.bg15{
     background-color: #f5f5f5;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align:center;
}


.ltr {
	direction: ltr;
}

.f1 {
	color: #666666;
}

.f2 {
	color: #ff9900
}


.link1, .link1:visited {
	color: #FF9900;
}

.link2, .link2:visited, .link2:hover{
	color: #FFFFFF;
}

.link3, .link3:visited{
	color: #000000;
}

.link3:hover{
    color: #FF9900;
}

.link4, .link4:visited{
	color: #a96603;
}

.link4:hover{
    color: #FF9900;
}

.link5, .link5:visited{
	color: #FFFFFF;
}

.link5:hover{
    color: #000000;
}

.bull1
{
	background-image: url('/images/global/bull1.png');
	background-repeat: no-repeat;
	background-position: right center;
}


.bull6
{
	background-image: url('/images/global/bull6.png');
	background-repeat: no-repeat;
	background-position: right 12px;
	padding-right:7px;
}

.updateBull {
	background-image: url('/images/global/updateBull.png');
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-right: 3px;
}

.resellerBull{
	background-image: url("/images/global/resellerBull.png");
    background-position: right 2px;
    background-repeat: no-repeat;
    margin-right: 3px;
}

.bull2 {
	background-image: url('/images/global/bull2.png');
	background-repeat: no-repeat;
	background-position: right 7px;
}

.bull3 {
	background-image: url('/images/global/bull3.png');
	background-repeat: no-repeat;
	background-position: right 7px;
}

.bull4 {
	background-image: url('/images/global/bull4.png');
	background-repeat: no-repeat;
	background-position: right 7px;
}

.bull5 {
	background-image: url('/images/global/bull5.png');
	background-repeat: no-repeat;
	background-position: right 10px;
}


.question{
	background-image: url('/images/global/question.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.answer{
	background-image: url('/images/global/answer.png');
	background-repeat: no-repeat;
        background-position: right 8px;
}



.border1 {
	border-bottom: solid #999999 1px;
}

.border2 {
	border: solid #FF9900 1px;
}

.border3 {
	border: solid #CCCCCC 1px;
}

.border4 {
	border-top: solid #FF9900 1px;
	border-bottom: solid #FF9900 1px;
}

.border5 {
	border-bottom: solid #CFCDCD 1px;
}

.border6 {
	border-bottom: solid #FF9900 1px;
}

.border7 {
	border-bottom: dotted #999999 1px;
}


.border10 {
	border-bottom: solid #FF9900 1px;
}

.clear1 {
	height: 10px;
	display: block;
}

.clear2 {
	height: 20px;
}

.hand {
	cursor: pointer;
}

.inline-block {
	display: inline-block;
	display: inline;
	zoom: 1;
}

.title1 {
	padding-bottom: 4px;
	padding-left: 10px;
}

.title2 {
	position: relative;
	width: 480px;
	height: 22px;
	right: 10px;
	top: 1px;
	padding-top: 0px;
}

.hide{
	display:none;
	visibility:hidden;
}

.pt10 {
	padding-top: 10px;
}

.pr8 {
	padding-right: 8px;
}

.pr10 {
	padding-right: 10px;
}

.pr5 {
	padding-right: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr12 {
	padding-right: 12px;
}

.pr15 {
	padding-right: 15px;
}

.pr21 {
	padding-right: 21px;
}

.pl8 {
	padding-left: 8px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {padding-bottom: 5px;}
.pb4 {padding-bottom: 4px;}
.pd8{padding:8px;}
.pd9{padding-right:10px;}
.mt10 {margin-top: 10px;}
.mb3 {margin-bottom: 3px;}
.mr3 {margin-right: 3px;}
.ml3 {margin-left: 3px;}

.hl1 {
	position: relative;
	z-index: 5;
}

.hr1 {
	position: relative;
	width: 100%;
	z-index: 4;
	background: #CCCCCC;
	bottom: 7px;
	height: 1px;
	overflow: hidden
}

.hr2 {
	/*position: relative;*/
	width: 50%;
	z-index: 4;
	background: #CCCCCC;
	bottom: 5px;
	height: 1px;
	overflow: hidden
}

#global {
	width: 100%;
	height: auto;
	min-height: 100%;
}

#home {
	padding: 10px;
	background: #1B1B1B;
}

#home a{
	color: #fff;
}

#home a:hover{
	color: #F90;
}

#home #news {
	width: 400px;
}

#home #update {
	margin-right: 10px;
	width: 295px;
}

.abouts90content a{
    color:#CCC !important;
}

.abouts90content a:hover{
    color:#FF9900 !important;
}


#stage {
	direction: rtl;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 100%;
}

#content {
	float: left;
	width: 725px;
}

#navigator{
	color: #666666;
    margin-right: 12px;
    margin-top: 5px;
}
	#navigator a{
		color: #666666;
	}

	#navigator a:hover{
			color: #FF9900;
	}


#sidebar {
	/*background: none repeat scroll 0 0 #555555;*/
	float: right;
	height: 400px;
	width: 195px;
}

#sidebar a {
	color: #ffffff;
}

#sidebar #block {
	background: none repeat scroll 0 0 #333333;
	border: 1px solid #888888;
	color: #FFFFFF;
	margin-left: -8px;
	margin-right: -7px;
	margin-top: 1px;
}

	*:first-child+html #sidebar #block {
		margin-top: 0px;
	}

#sidebar #block li {/* @@@@  */
	list-style: none;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	padding-top: 1px;
}

	*:first-child+html #sidebar #block li {
		margin-right: 40px;
		width: 82%;
		line-height: 19px;
		padding-top: 2px;
	}

#sidebar #block #block_inside {
	background: none repeat scroll 0 0 #FD9A00;
    border: 1px solid;
    margin-bottom: -4px;
    margin-right: -4.5px;
    margin-top: 3px;
    width: 185px;
}

	*:first-child+html #sidebar #block #block_inside {
	    margin-top: 2px;
	    margin-right: -2px;
	    margin-bottom: 0px;
	}

#sidebar #hr_login{
	border-bottom: 1px solid #FF9900;
    margin-top: 3px;
}

#sidebar #block #block_inside ul {
	margin-bottom: -1px;
	margin-top: -1px;
}

#sidebar #block #block_inside li {
	border-color: #fff;
}

	*:first-child+html #sidebar #block #block_inside li {
		line-height: 21px;
	}


#sidebar .sidemenu {
	margin-top: 4px;
	margin-right: -8px;
	height: 24px;
	border-bottom: 1px solid #999;
}

#sidebar .loginSide{
	border-bottom: 0px none; padding-bottom: 4px;
	height: 24px;
    margin-right: -8px;
    margin-top: 4px;
    padding-bottom: 6px;
}

	*:first-child+html #sidebar .loginSide{
		 padding-bottom: 1px;
	}

#sidebar .loginSide img{
    border: 0 none;
    position: relative;
    top: 3px;
}

	*:first-child+html #sidebar .loginSide img{
	    top: 1px;
	}

#sidebar .loginSide span{
    color: #FFFFFF;
    position: relative;
    right: 1px;
    top: -2px;
}

#sidebar .sidemenu a{
	margin-right: 3px;
}

#sidebar #bull_down {
	background-image: url("/images/global/pagination_down.png");
	float: left;
	height: 6px;
	left: 4px;
	position: relative;
	top: -10px;
	width: 10px;
}

#sidebar #bull_down_level2 {
	background-image: url("/images/global/pagination_down.png");
    float: left;
    height: 6px;
    left: 23px;
    position: relative;
    top: 11px;
    width: 10px;
}

	*:first-child+html #sidebar #bull_down_level2 {
	    position: relative;
	    top: -6px;
	}

#sidebar .orange_active {
    background: none repeat scroll 0 0 #FFAE31;
    color: #FFFFFF;
    margin-bottom: 1px;
    margin-right: -1px;
    margin-top: 2px;
    padding-right: 4px;
    width: 175px;
}

	*:first-child+html #sidebar .orange_active img{
		border: 0px;
	}

#sidebar .gray_active {
    background: none repeat scroll 0 0 #515153;
    color: #FFFFFF;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-top: 1px;
    width: 181px;
}

	*:first-child+html #sidebar .gray_active {
	   height: 80%;
	   padding-right: 3px;
	   width: 183px;
	}

#sidebar .gray_normal {
    margin-top: -1px;
    padding-bottom: 2px;
    padding-right: 5px;
    width: 181px;
}

	*:first-child+html #sidebar .gray_normal {
	    padding-right: 4px;
	}

#sidebar .active{
	background: none repeat scroll 0 0 #666666;
    margin-top: -1px;
}

#sidebar .sidemenu a {
	display: block;
	text-decoration: none;
	padding-right: 5px;
}

#sidebar #block ul {
	margin: 1px -33px 1px 10px;
}

#sidebar #advertisement{
	padding-right:3px;
}


#bar {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 920px;
	height: 95px;
}

#logo {
	position: relative;
	float: right;
	width: 111px;
	height: 81px;
	background-image: url('/images/logo/logo.png');
	right: 40px;
	top: 6px;
}

#topmenu {
	float: left;
	width: 725px;
	height: 95px;
}

#homepage #relief {
	height: 495px;
}

#global #relief {
	height: 295px;
}

#footer {
	position: relative;
	padding-bottom: 5px;
}

#homepage #banners, #homepage #banner, #homepage #banner img {
	height: 400px;
}

#homepage #banners {
	background-color: #000000;
}

#homepage #footer {
	color: white;
	background: black;
	width: 100%;
}

#global #banners, #global #banner, #global #banners #banner img {
	height: 200px;
}

#global #banners {
	background-color: #C6C6C6;
}

#global #footer {
	margin-left: 5px;
}

#saze {
	z-index: 30;
	position: absolute;
	left: 1px;
	top: 63px;
	background-image: url('/images/logo/saze.png');
        background-repeat: no-repeat;
	width: 215px;
	height: 23px;
        display:block;
}

#wrapper {
	z-index: -1;
	position: absolute;
	top: 0px;
	width: 50%;
	right:10px;
	/*right: -265px;
	width: 50%;*/
}

#banners {
	position: absolute;
	left: 0px;
	top: 95px;
	background-image: url('/images/global/banner_background.png');
	width: 100%;
}

#banner {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#banner-bg {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#banner img {
	width: 100%;
}

#icons {
	position: relative;
	top: 50px;
}

#icons .icon {
	position: relative;
	float: right;
	width: 40;
	height: 26px;
	line-height: 26px;
	margin: 10px;
	font-size: 15px;
	color: white;
	font-family: yekan !important;
}

#icons #seprator {
	position: relative;
	float: right;
	border-right: solid 1px gray;
	width: 1px;
	height: 20px;
	top: 13px;
}

#icons #home_on {
	background-image: url('/images/icon/home_on.png');
}

#icons #home_off {
	background-image: url('/images/icon/home_off.png');
}

#icons #buy_on {
	background-image: url('/images/icon/buy_on.png');
}

#icons #buy_off {
	background-image: url('/images/icon/buy_off.png');
}

#icons #news_on {
	background-image: url('/images/icon/news_on.png');
}

#icons #news_off {
	background-image: url('/images/icon/news_off.png');
}

#icons #contact_on {
	background-image: url('/images/icon/contact_on.png');
}

#icons #contact_off {
	background-image: url('/images/icon/contact_off.png');
}

#icons #about_us_on {
	background-image: url('/images/icon/about_on.png');
}

#icons #about_us_off {
	background-image: url('/images/icon/about_off.png');
}

#icons #help_on {
	background-image: url('/images/icon/faq_on.png');
}

#icons #help_off {
	background-image: url('/images/icon/faq_off.png');
}

#icons #signup_on {
	background-image: url('/images/icon/signup_on.png');
}

#icons #signup_off {
	background-image: url('/images/icon/signup_off.png');
}

#icons #login_on {
	background-image: url('/images/icon/member_on.png');
}

#icons #login_off {
	background-image: url('/images/icon/member_off.png');
}

#icons #logout_off {
	background-image: url('/images/icon/logout.png');
}

#icons #poll_on {
	background-image: url('/images/icon/poll_on.png');
}

#icons #poll_off {
	background-image: url('/images/icon/poll_off.png');
}

#icons #awards_on {
	background-image: url('/images/icon/awards_on.png');
}

#icons #awards_off {
	background-image: url('/images/icon/awards_off.png');
}

#icons #employment_on {
	background-image: url('/images/icon/employment_on.png');
}

#icons #employment_off {
	background-image: url('/images/icon/employment_off.png');
}

#icons #videos_on {
	background-image: url('/images/icon/videos_on.png');
}

#icons #videos_off {
	background-image: url('/images/icon/videos_off.png');
}
#icons #videos_off {
	background-image: url('/images/icon/videos_off.png');
}
#icons #support_off {
	background-image: url('/images/icon/support_off.png');
	width: 64px;
	height: 32px;
}
#icons #support_on {
	background-image: url('/images/icon/support_on.png');
	width: 64px;
	height: 32px;
}
#icons #buy_off2 {
	background-image: url('/images/icon/buy_off2.png');
	width: 64px;
	height: 32px;
}
#icons #buy_on2 {
	background-image: url('/images/icon/buy_on2.png');
	width: 64px;
	height: 32px;
}

#items {
	background: none repeat scroll 0 0 #555555;
	margin-top: 10px;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
	width: 180px;
}

	*:first-child+html  #items {
		margin-top: 6px;
	}


#update_icon {
	margin-top: 10px;
	width: 295px;
	height: 77px;
	background-image: url('/images/global/update.png');
	margin-bottom: 10px;
	cursor: pointer;
}
#special_news_icon {
	margin-top: 10px;
	width: 295px;
	height: 77px;
	background-image: url('/images/global/special_news.png');
	margin-bottom: 10px;
	cursor: pointer;
}

#paper {
	margin-bottom: 1px;
    margin-right: 10px;
    margin-top: -1px;
    width: 715px;
}

#paper #top {
	height: 10px;
	background-image: url('/images/global/paper_top.png');
	background-position: left top;
}

#paper #middle {
	padding-left: 20px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url('/images/global/paper_middle.png');
}

#paper #bottom {
	height: 10px;
	background-image: url('/images/global/paper_bottom.png');
	background-repeat: repeat-y;
	background-position: left bottom;
}

#error {
	position: inherit;
	top: 100px;
	width: 400px;
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#date {
	text-align: left;
	padding-left: 5px;
	height: 20px;
}

#intro {
	padding-bottom: 5px;
}

#intro img {
	width: 140px;
	height: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#item {
	width: 695px;
}

#pagination {
	width: 700px;
	height:25px;
	padding-bottom: 0px;
}

#pagination a {
	display: block;
}

#pagination div {
	min-width: 22px;
	height: 21px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

#pagination .handle {
	min-width: 20px;
	height: 20px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

#pagination #start {
	background-image: url('/images/global/pagination_start.png');
}

#pagination #back {
	background-image: url('/images/global/pagination_back.png');
}

#pagination #next {
	background-image: url('/images/global/pagination_next.png');
}

#pagination #end {
	background-image: url('/images/global/pagination_end.png');
}

.loading_td{
	text-align:center;
	padding-bottom:5px;
}

#loading{
	height:22px;
	text-align:center;
}

#loader{}
#loader div{margin-right:3px;margin-top:-7px;}
#loader img{}

.button{
	cursor:pointer;
	border:0px;
}

.submit{
	width:56px;
	height:20px;
	background-image: url('/images/global/submit.gif');
}

.search{
	width:20px;
	height:20px;
	background-image: url('/images/global/search.jpg');
}

.login{
	width:56px;
	height:20px;
	background-image: url('/images/global/singin.png');
}

.discount{
	width:94px;
	height:20px;
	background-image: url('/images/global/button_discount.gif');
}

.buyButton{
	width:135px;
	height:21px;
	background-image: url('/images/global/button_buy-new.gif');
}
.bookButton{
	 width:72px;
	 height:20px;
	 background-image: url('/images/global/pardakht-new.png')
 }

.blackFridayButton{
	width:179px;
	height:21px;
	background-image: url('/images/global/bf97.jpg');
    background-size:cover;
}

.active-codeButton{
	width:129px;
	height:20px;
	background-image: url('/images/global/tolid-cod.png');
}

.payButton{
	width:72px;
	height:20px;
	background-image: url('/images/global/pardakht-new.png');
}

.bookbuyButton{
	width:164px;
	height:27px;
	background-image: url('/images/global/bookbuy.png');
}

.contractButton{
	width:101px;
	height:20px;
	background-image: url('/images/global/tolid.png');
}

.checkButton{
	width:73px;
	height:20px;
	background-image: url('/images/global/check.jpg');
}

.serialButton{
	width:110px;
	height:20px;
	background-image: url('/images/global/serial.png');
}

.factorButton{
	width:144px;
	height:20px;
	background-image: url('/images/global/moshahede-factor.png');
}

.contract-viewButton{
	width:119px;
	height:20px;
	background-image: url('/images/global/moshahede.png');
}

.commissionButton{
	width:124px;
	height:20px;
	background-image: url('/images/global/mohasebe.png');
}

.rebuyButton{
	width:124px;
	height:20px;
	background-image: url('/images/global/eslah-new.png');
}

.secondPayButtonImg{
	width:110px;
	height:20px;
	background-image: url('/images/global/secondPayButton.png');
}

.transferButton{
	width:131px;
	height:20px;
	background-image: url('/images/global/enteghal.png');
}

.skipButton{
	width:114px;
	height:20px;
	background-image: url('/images/global/enseraf.png');
}

.backButton{
	width:73px;
	height:20px;
	background-image: url('/images/global/back.gif');
}

.poshtivanButton{
	width:94px;
	height:20px;
	background-image: url('/images/global/poshtivan.gif');
}

.normalBuyButton{
	width:89px;
	height:20px;
	background-image: url('/images/global/buy_normal.gif');
}

.reset{
	width:86px;
	height:20px;
	background-image: url('/images/global/reset.gif');
}

.result_span{
	padding:2px 8px 2px 8px;
	font-weight:bold;
    min-height:23px;
}

.ok{
	background-color: green;
	color:white;
}

.error{
	background-color: red;
	color:white;
}

.download_img{width:165px;height:65px;}
.download_bytes{position:relative;top:35px;left:10px;}




div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url('/images/global/rate_delete.gif') no-repeat 1px -16px}
div.star-rating,div.star-rating a{background:url('/images/global/rate_star.gif') no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}


.data_table ,.data_table table{width:100%;border-spacing: 1px;border-collapse: separate;}
.data_table tr td {height:23px;}
.data_table .tr0{text-align:center;background-color:#888888;height:30px;}
.data_table .tr0 td {color:white;}
.data_table .tr1{background-color:#F0F0F0;}
.data_table .tr1 td {padding-right: 10px;}


.tar{text-align:right;}
.tal{text-align:left;}
.tac{text-align:center;}

.iright{border:solid 1px gray;float:right;margin:6px 0px 6px 11px;}
.img_photo{width:90px;height:120px;}

.pd10{padding-left:5px;padding-right:5px;}

.title_b{width: 100%;border-bottom: 1px dotted #888888;padding-bottom:1px;}
.title_b .cel1{background-color:#FF9900;border-right: 2px solid #FFFFFF;height: 24px;color:white;padding-right:5px;padding-left:10px;}
.title_b .cel2 {background-color: #FFC900;width:30px;height: 24px;margin-right:1px;}
.title_b .cel3 {background-color: #FFF118;width:20px;height: 24px;margin-right:1px;}
.title_b .icon{background-image: url("../images/icon/signupform.png");background-repeat: no-repeat;height: 18px;margin-left: 6px;position: relative;top: 3px;width: 20px;}


.title_c{width: 100%;border-top: 1px dotted #888888;padding-bottom:1px;}
.title_c .cel1{background-color:#6699cc;border-right: 2px solid #FFFFFF;height: 24px;color:white;padding-right:5px;padding-left:10px;}
.title_c .cel2 {background-color: #97b0d9;width:20px;height: 24px;margin-right:1px;}
.title_c .cel3 {background-color: #c2d2e9;width:10px;height: 24px;margin-right:1px;}
.title_c .icon{background-image: url("/images/global/attachment.png");background-repeat: no-repeat;height: 18px;margin-left: 6px;position: relative;top: 3px;width: 20px;}


.nowrap{white-space: nowrap;}

.date{text-align: left;padding-left: 5px;height: 20px;}

.icon16 {
display:block;
width:16px;
height:16px;
background-repeat:no-repeat;
}

.d1{height:30px;}
.d2 {padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;}
.d3 {margin-top:5px;margin-left:3px;}
.d4{margin-left:-3px;margin-top:-1px;}
.d5{position:relative;z-index:10000;padding-right:5px;padding-left:5px;}
.d6{max-width:570px;}

.g3{height:3px;}

.forum_toolbar{height:30px;background-color:#EFEFEF;margin-left:1px;margin-right:1px;padding-top:5px;padding-right:0px;}
.forum_toolbar .icon {display:block;background-repeat: no-repeat;height: 25px;width: 25px;margin-right:5px;}
.forum_toolbar .forum{background-image: url("/images/icon_25/forum.png");}
.forum_toolbar .post{background-image: url("/images/icon_25/post.png");}
.forum_toolbar .message{background-image: url("/images/icon_25/message.png");}
.forum_toolbar .close{background-image: url("/images/icon_25/close.png");}
.forum_toolbar .open{background-image: url("/images/icon_25/open.png");}

.forum_table .icon {display:block;background-repeat: no-repeat;height: 18px;width: 18px;margin-right:-10px;}
.forum_table .close{background-image: url("/images/icon_18/close.png");}
.forum_table .open{background-image: url("/images/icon_18/open.png");}
.forum_reply_edit {cursor:pointer;display:block;background-repeat: no-repeat;height: 18px;width: 18px;background-image: url("/images/icon_18/edit.png");}

.ellipsis{display: block;overflow: hidden;text-align: right;text-overflow: ellipsis;white-space: nowrap;}

.filebox input {
    padding-left:30px;
}
.about_button_container {text-align: center;padding: 20px}
.about_button_container a{border: 1px black solid; padding: 8px 15px; color: black !important;font-size: 10px;font-weight: bold;background-color: #F6BC00; color: #4c4d4f !important;border: none !important;margin-left: 15px}
@CHARSET "UTF-8";
.about #bullet {
	background: url("/images/global/bull4.jpg") no-repeat scroll 0 0 transparent;
	height: 9px;
	width: 5px;
	float: right;
	margin-left: 5px;
	margin-top: 7px;
}

.about #titr {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	padding-top: 25px;
}

.about #blocks {
	margin-right: -35px;
	margin-top: -15px;
	padding-bottom: 150px;
}

.about #blocks ul{
	margin-right: 30px;	
}

.about #blocks li {
	border-bottom: 1px solid;
	direction: rtl;
	height: 22px;
	list-style: none outside none;
	padding-top: 2px;
	text-align: right;
	width: 230px;
}

.about #blocks li img {
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.about #block_right {
	float: right;
    margin-right: 29px;
    margin-top: 27px;
}

.about #block_left {
	float: right;
}

.about #about_section {
	color: #FF9933;
    font-size: 12px;
    margin-right: 40px;
    margin-top: 20px;
    width: 250px;
}

.about #about_section .bullet {
	background: url("/images/global/bull3.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 9px;
	width: 5px;
	margin-left: 7px;
	margin-top: 7px;
}

/* IE 7 Section */

*:first-child+html .about #about_section .bullet {
	margin-right: -12px;
	margin-top: -14px;
}

*:first-child+html .about #about_section {
	margin-right: 30px;	
	margin-bottom: -10px;
}

*:first-child+html .about #blocks ul{
	margin-right: 50px;	
}

*:first-child+html .about #block_left {
	margin-right: -14px;
}.about_soft #about_90_row {
	width: 700px;
}

	*:first-child+html .about_soft #about_90_row {
		width: 695px;
	}
/* #--#--# */

/*  Top > Row */		
.about_soft #about_90_top {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	margin-top: 5px;
}

	*:first-child+html .about_soft #about_90_top {
			float: none;
	}

		.about_soft #t_gray {
	        background: none repeat scroll 0 0 #666666;
		    border-left: 7px solid #FFFFFF;
		    color: #FFFFFF;
		    float: right;
		    height: 20px;
		    margin-top: -1px;
		    padding-left: 8px;
		    padding-right: 7px;
		    padding-top: 4px;
		    text-align: right;
		}
			*:first-child+html .about_soft #t_gray {
				float: none;
			}

		.about_soft .t_text{
			bottom: 3px;
			position: relative;
			right: 2px;
			color: #FFFFFF;
		}
		
		.about_soft #t_icon_bullet {
			background: url("/images/icon/bullet.png") no-repeat scroll 0 0 transparent;
			float: right;
			height: 6px;
			left: 3px;
			position: relative;
			top: 6px;
			width: 6px;
		}
		
		.about_soft #t_col_left {
			background: url("/images/global/head_title.png") repeat scroll 0 0 transparent;
			float: left;
			height: 23px;
			margin-right: 7px;
			margin-top: 2px;
			width: 700px;
		}

			*:first-child+html .about_soft #t_col_left {
				float:none;
				margin-right: 0px;
				width: 700px;
			}
		
/* #--#--# */

/*  Bottom > Row */
.about_soft #about_90_bottom {
	float: left;
	margin-top: 8px;
	width: 100%;
}

		*:first-child+html .about_soft #about_90_bottom {
			
		}
		
		/*  Bottom > Row > Column > left */
		.about_soft #b_col_left{
			float: left;
			margin-right: 9px;
		}
		
				.about_soft #b_col_left img{
					border: 1px solid #989898;
				}
				
			*:first-child+html .about_soft #b_col_left{
				margin-left: -5px;
			}
		/* #--#--# */
		
		/*  Bottom > Row > Column > right */
		.about_soft #b_col_right{
		    direction: rtl;
		    float: right;
		    text-align:justify;
			width: 346px;
		}
				
				.about_soft #b_row_1{
					padding-right: 5px;
					
				}
				

		/* #--#--# */	
.about_soft #about_90_buttons {
	float: left;
	margin-top: 8px;
	width: 100%;
}

				.about_soft #b_row_2{
					border-top: 1px solid #989898;
					width: 98.8%;
					padding: 4px;
				}
				
					*:first-child+html .about_soft #b_row_2{
						width: 692px;
					}
					
				.about_soft #b_row_2 div{
					float: right;
				}

					*:first-child+html #b_col_map{
						width:400px;
						height: 0px;
						float: none;
					}
					
				.about_soft #b_row_2 .text{
					padding-right: 6px;
					margin-top: 3px;
				}
						
				.about_soft #b_icon_map{
					
					height: 32px;
					width: 32px;
				}
			
				.about_soft #b_col_film,#b_col_film_dl{
					padding-right: 33px;
				}
				
					*:first-child+html #b_col_film{
						float: none;
						padding-right: 120px;
						padding-left: 0px;
						width: 400px;
						height: 0px;
					}
				
					*:first-child+html #b_col_film_dl{
						float: none;
						padding-right: 270px;
						padding-left: 50px;
						width: 600px;
						height: 0px;
					}
					
					
				
				.about_soft #b_icon_film{
					background: url("/images/icon/film.png") no-repeat right;
					height: 32px;
					width: 32px;
				}
			
				.about_soft #b_row_3{
						border-bottom: 5px solid #d1d1d1;
						height: 30px;
						margin-bottom: 5px;
						width: 700px;
				}
				
				
			/* jQuery lightBox plugin - Gallery style */
			.about_soft #gallery {
				background-color: #444;
				padding: 10px;
				width: 520px;
			}
			
/*
Back to top button 
*/
		#back-top {
			bottom: 30px;
		    left: 250px;
		    margin-left: -50px;
		    position: fixed;
		}
		
		*:first-child+html #back-top {
			left: 200px;
			
		}
		
		#back-top a {
			width: 48px;
			display: block;
			text-align: center;
			font: 11px/100% Tahoma ,Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			text-decoration: none;
			color: #bbb;
			/* background color transition */
			-webkit-transition: 1s;
			-moz-transition: 1s;
			transition: 1s;
		}
		
		#back-top a:hover {
			color: #000;
		}
		
		/* arrow icon (span tag) */
		#back-top span {
			width: 48px;
			height: 57px;
			display: block;
			margin-bottom: 7px;
			background: #ddd url('/images/icon/up-arrow.png') no-repeat center center;
			transition: 1s;
			cursor: pointer;
		}
		
.about_group #about_group_row {
	width: 700px;
}

*:first-child+html .about_group #about_group_row {
	width: 695px;
}

.about_group #about_group_top{
	color:#333333;
	padding-bottom: 30px;
}
	
.about_group #top_left {
	float: left;
	width: 228px;
}
	
.about_group #t_l_img {
	border: 1px solid #989898;
	margin: 10px;
	padding: 3px;
}

*:first-child+html .about_group #t_l_img {
	padding-bottom: 7px;
}

.about_group #t_l_img img{
	margin-bottom: -6px;
}
		

.about_group #top_right {
	float: right;
	width: 460px;
	padding-right: 4px;
	padding-top: 10px;
}

.about_group #t_r_content{
	text-align:justify;
}

.about_group #about_group_bottom {
	margin-right: 5px;
}
	
.about_group #bottom_title {
	color: #FF9933;
	font-size: 12px;
	font-weight: bold;
	display:inline-block;
			padding-bottom:8px;
			margin-bottom: 7px;
			border-bottom:1px solid #989898; 
}

.about_group #bottom_title #bottom_title_text {
	float: left;
}

.about_group #bottom_title .bullet{
    background: url("/images/global/bull4.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 9px;
    margin-left: 7px;
    margin-top: 7px;
    width: 5px;
}

	*:first-child+html .about_group #bottom_title .bullet{
		float: left;
	}

.about_group #bottom_content ul li{
	list-style:none;
	margin-right:0px;
	color: #333333;
}
	
	*:first-child+html .about_group #bottom_content ul li ul{
		width: 300px;
	}

.about_group #bottom_content ul li ul li{
	display:inline;
	padding: 0;
}
	
	*:first-child+html .about_group #bottom_content ul li ul li {
		float: right;
		line-height: 33px;
	}

.about_group #bottom_content ul{
	padding:0px;
	margin: 0px;
}

	*:first-child+html .about_group #bottom_content ul{
		margin-top: 10px;
	}

.about_group #bottom_content .variable{
	bottom: 9px;
    margin-left: 10px;
    margin-right: 3px;
    position: relative;
}

	*:first-child+html .about_group #bottom_content .variable{
		position:static;
		text-align:right;
	}

.about_group #bottom_content .value{
	bottom: 9px;
    position: relative;
}

*:first-child+html .about_group #bottom_content .value{
	position:static;
	text-align:right;
	
}
.about_us #bullet{
	background: url("/images/global/bull4.jpg") no-repeat scroll 0 0 transparent;
	height: 9px;
	width: 5px;
	float: right;
	margin-left: 5px;
    margin-top: 7px;
}

.about_us #titr{
	color: #FF9900;
    font-size: 12px;
    font-weight: bold;
    padding-top: 25px;
}

.about_us #blocks{
    margin-right: -35px;
    margin-top: -15px;
    padding-bottom: 150px;
}

	*:first-child+html .about_us #blocks{
	    margin-left: 0px;
	    margin-right: -15px;
	    margin-top: 0px;
	    float:left;
	    padding-bottom: 0px;
	}


.about_us #blocks li{
	border-bottom: 1px solid;
    direction: rtl;
    height: 22px;
    list-style: none outside none;
    padding-top: 2px;
    text-align: right;
    width: 230px;
}

.about_us #blocks li img{
	margin-left: 5px;
    position: relative;
    top: 1px;
}

.about_us #block_right{
	margin-right: 100px;
	float:right;
}

.about_us #block_left{
	float:right;
}@CHARSET "UTF-8";
.update #update_row{
	width: 698px;
	margin-right: 2px;
	padding-bottom: 10px;
}
	
	*:first-child+html .update #update_row{
		width: 693px;
		margin-right: 2px;
	} 
	
.update #update_row #row_top{
	margin-bottom: 12px;
    margin-right: 5px;
    width: 680px;
}

.update #update_row #row_middle table{
	width: 100%;	
}

	.update #update_row #row_middle td,th{	
		text-align:center;
		border: 1px solid #fff;
		font-weight:normal;
	}
	
	.update #update_row #row_middle th{	
		color: #FFF;
		background:#555;
		background: none repeat scroll 0 0 #555555;
	    line-height: 15px;
	    padding: 2px 5px 5px;
	}
	
	.update #update_row #row_middle td{	
		color: #666;
		background: #dcdcdc;
		line-height: 27px;
	}


	.update #update_row #row_bottom #row_bottom_left{
		float: left;
    	left: 20px;
   	 	position: relative;
    	margin-top:0px;
    	margin-bottom: 0px;
	}
	
	.update #update_row #row_bottom_left{
		
	}
	
	.update #update_row #row_bottom #row_bottom_right{
		margin-right: 4px;
    	margin-top: 10px;
   		 width: 415px;
	}
	
		*:first-child+html .update #update_row #row_bottom #row_bottom_right{
				width: 415px;
				
		}
	.update .hr{
		border-bottom: 1px solid #BBBBBB;
    	height: 1px;
    	padding-top: 10px;
    	width: 699px;
	}

	.update #update_row #row_bottom #row_bottom_right .title{
		color: #FF9900;
   	 	font-size: 12px;
   	 	font-weight: bold;
  	  	padding-right: 11px;
   		width: 400px;
	}
	
	.update #update_row #row_bottom #row_bottom_right .block{
		margin-top: 10px;
	}
	
		
.about_soft_draw #about90_draw_row {
    padding-bottom: 15px;
	padding-top: 5px;
	width: 700px;
}

.about_soft_draw #about90_draw_top{
	background: #ff932f;
	height: 10px;
}

		.about_soft_draw #t_bull{
		    background: url("/images/global/bull3.png") no-repeat scroll 0 1px #FFFFFF;
		    float: right;
		    height: 11px;
		    width: 5px;
		}
		
		.about_soft_draw #t_text{
		    background: none repeat scroll 0 0 #FFFFFF;
		    color: #FF9900;
		    float: right;
		    height: 16px;
			margin-top: -6px;
		    padding: 0 4px;
		}
		
		.about_soft_draw #t_head{
			float: right;
			background: url('../images/global/item_head.jpg') no-repeat;
			height: 10px;
			width: 90px;
		}
		
.about_soft_draw #about90_draw_bottom{
	margin-top: 7px;
	line-height: 17px;
}#ebuy .footer{
	color:#FFFFFF;
	}

#ebuy .ebuy_free {
	height: 40px;
}

#ebuy .ebuy_next {
	height: 70px;
}

#ebuy .ebuy_bg1 {
	background: #e8e8e8;
}

#ebuy .ebuy_border1 {
	border-bottom: 1px solid #3c7563;
	width: 400px;
	height: 1px;
}

#ebuy .ebuy_border3 {
	border-bottom: 1px solid #3c7563;
	width: 400px;
	height: 1px;
}

#ebuy .ebuy_border2 {
	border-bottom: 1px solid #3c7563;
	width: 500px;
	height: 1px;
	float: left;
}

#ebuy .bg2 {
	background: #3c7563;
}

#ebuy .bg3, .ebuy_homebg {
	background: #7eb0a0;
}

#ebuy .ebuy_logo {
	background-image: url('/images/ebuy/logo.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 53px;
	width: 323px;
	right: 382px;
	position: relative;
	margin-bottom: 5px;
}

#ebuy .ebuy_help {
	background-image: url('/images/ebuy/faq.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 39px;
	width: 91px;
	right: 282px;
	margin-top: -55px;
	position: relative;
	margin-bottom: 5px;
}

#ebuy .ebuy_r1 {
	height: 5px;
	background-color: #b6d6cc;
}

#ebuy .ebuy_r2 {
	height: 10px;
	background-color: #7eb0a0;
}

#ebuy .ebuy_r3 {
	height: 70px;
	background-color: #3c7563;
}

#ebuy .ebuy_bg_white {
	background-color: white;
	z-index: 0;
	width: 117px;
	height: 73px;
	position: absolute;
	margin-top: -8px;
	margin-right: -6px;
}

#ebuy .ebuy_n {
	width: 105px;
	height: 59px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_n0_on {
	background-image: url('/images/ebuy/0_on.png');
}

#ebuy .ebuy_n0_off {
	background-image: url('/images/ebuy/0_off.png');
}

#ebuy .ebuy_n1 {
	background-image: url('/images/ebuy/1.png');
}

#ebuy .ebuy_n1_on {
	background-image: url('/images/ebuy/1_on.png');
}

#ebuy .ebuy_n1_off {
	background-image: url('/images/ebuy/1_off.png');
}

#ebuy .ebuy_n2 {
	background-image: url('/images/ebuy/2.png');
}

#ebuy .ebuy_n2_on {
	background-image: url('/images/ebuy/2_on.png');
}

#ebuy .ebuy_n2_off {
	background-image: url('/images/ebuy/2_off.png');
}

#ebuy .ebuy_n3 {
	background-image: url('/images/ebuy/3.png');
}

#ebuy .ebuy_n3_on {
	background-image: url('/images/ebuy/3_on.png');
}

#ebuy .ebuy_n3_off {
	background-image: url('/images/ebuy/3_off.png');
}

#ebuy .ebuy_n4 {
	background-image: url('/images/ebuy/4.png');
}

#ebuy .ebuy_n4_on {
	background-image: url('/images/ebuy/4_on.png');
}

#ebuy .ebuy_n4_off {
	background-image: url('/images/ebuy/4_off.png');
}

#ebuy .ebuy_n5 {
	background-image: url('/images/ebuy/5.png');
}

#ebuy .ebuy_n5_on {
	background-image: url('/images/ebuy/5_on.png');
}

#ebuy .ebuy_n5_off {
	background-image: url('/images/ebuy/5_off.png');
}

#ebuy .ebuy_text {
	margin-top: 15px;
	padding-right: 10px;
}
	*:first-child+html #ebuy .ebuy_text {
		width: 99%;
		padding-left: 4px;
	}

#ebuy .ebuy_go {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 521px;
	top: 10px;
	background-image: url('/images/ebuy/buy_go.png');
	width: 176px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_go_line {
	border-bottom: 1px solid white;
	position: absolute;
	z-index: 0;
}

#ebuy .ebuy_go_line_1 {
	margin-top: 58px;
	width: 605px;
}

#ebuy .ebuy_saze80 {
	z-index: 0;
	display: block;
	position: absolute;
	background-image: url('/images/ebuy/saze80.jpg');
	width: 280px;
	height: 238px;
	margin-right: 415px;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_basket {
	z-index: 0;
	display: block;
	position: absolute;
	background-image: url('/images/ebuy/basket.jpg');
	width: 200px;
	height: 250px;
	margin-right: 494px;
	margin-top: -10px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_basket_2 {
	z-index: 0;
	display: block;
	position: absolute;
	background-image: url('/images/ebuy/basket_2.jpg');
	width: 200px;
	height: 250px;
	margin-right: 494px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	border-right: solid 1px white;
}

#ebuy #items {
    background: none repeat scroll 0 0 #3c7563;
}

#ebuy .sidemenu {
    border-bottom: 1px solid #90c0b2;
}

#ebuy .ebuy_saze90 {
	z-index: 0;
	display: block;
	position: absolute;
	background-image: url('/images/ebuy/saze90.jpg');
	width: 280px;
	height: 265px;
	margin-right: 415px;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_yes {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 521px;
	top: 10px;
	background-image: url('/images/ebuy/buy_yes.png');
	width: 176px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_no {
	cursor: pointer;
	z-index: 2;
	display: block;
	position: relative;
	right: 310px;
	top: 10px;
	margin-top: -66px;
	background-image: url('/images/ebuy/buy_no.png');
	width: 176px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_submit_n {
	width: 127px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_submit_n1 {
	background-image: url('/images/ebuy/1_submit.png');
}

#ebuy .ebuy_submit_n1_on {
	background-image: url('/images/ebuy/1_submit_on.png');
}

#ebuy .ebuy_submit_n1_off {
	background-image: url('/images/ebuy/1_submit_off.png');
}

#ebuy .ebuy_submit_n2 {
	background-image: url('/images/ebuy/2_submit.png');
}

#ebuy .ebuy_submit_n2_on {
	background-image: url('/images/ebuy/2_submit_on.png');
}

#ebuy .ebuy_submit_n2_off {
	background-image: url('/images/ebuy/2_submit_off.png');
}

#ebuy .ebuy_submit_n3 {
	background-image: url('/images/ebuy/3_submit.png');
}

#ebuy .ebuy_submit_n3_on {
	background-image: url('/images/ebuy/3_submit_on.png');
}

#ebuy .ebuy_submit_n3_off {
	background-image: url('/images/ebuy/3_submit_off.png');
}

#ebuy .ebuy_submit_bg_white {
	background-color: white;
	z-index: 0;
	width: 140px;
	height: 73px;
	position: absolute;
	margin-top: -8px;
	margin-right: -6px;
}

#ebuy .ebuy_buy_big {
	z-index: 1;
	display: block;
	position: absolute;
	background-image: url('/images/ebuy/buy_big.png');
	width: 229px;
	height: 155px;
	margin-right: 415px;
	margin-top: -2px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_agree {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 511px;
	top: 10px;
	background-image: url('/images/ebuy/buy_agree.png');
	width: 186px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_not_agree {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 250px;
	top: 10px;
	margin-top: -65px;
	background-image: url('/images/ebuy/buy_not_agree.png');
	width: 226px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_pay {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 400px;
	top: 10px;
	background-image: url('/images/ebuy/pay.png');
	width: 297px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_return {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 10px;
	top: -42px;
	background-image: url('/images/ebuy/return.png');
	width: 198px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_cancel {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 504px;
	top: -3px;
	background-image: url('/images/ebuy/buy_cancel.png');
	width: 193px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy .ebuy_do_cancel {
	cursor: pointer;
	z-index: 1;
	display: block;
	position: relative;
	right: 404px;
	top: -3px;
	background-image: url('/images/ebuy/buy_do_cancel.png');
	width: 283px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
}

#ebuy #icons #home_off {
	background-image: url('/images/icon/home_white.png');
}

#ebuy #icons #buy_off {
	background-image: url('/images/icon/buy_white.png');
}

#ebuy #icons #news_off {
	background-image: url('/images/icon/news_white.png');
}

#ebuy #icons #contact_off {
	background-image: url('/images/icon/contact_white.png');
}

#ebuy #icons #about_us_off {
	background-image: url('/images/icon/about_white.png');
}

#ebuy #icons #help_off {
	background-image: url('/images/icon/faq_white.png');
}

#ebuy #icons #signup_off {
	background-image: url('/images/icon/signup_white.png');
}

#ebuy #icons #login_off {
	background-image: url('/images/icon/member_white.png');
}

#ebuy #logo {
	position: relative;
	float: right;
	width: 111px;
	height: 81px;
	background-image: url('/images/logo/logo_white.png');
	right: 40px;
	top: 6px;
}

#ebuy #saze {
	z-index: 30;
	position: absolute;
	left: 1px;
	top: 63px;
	background-image: url('/images/logo/saze_white.png');
	width: 215px;
	height: 23px;
}



#ebuy_counter{
background-image: url('/images/ebuy/ebuy_counter.png');
background-repeat: no-repeat;
height: 86px;
width: 106px;
right: 805px;
position: absolute;
display: block;
z-index:2;
}

#ebuy_counter span{
font-weight:bold;
font-size: 15px;
color:#FFFFFF;
position:relative;
left:26px;
top:39px;
}.yeng_homebg , #yeng .bg3
{
     background: #0080ba;
}

#yeng .bg2 {
     background: #003d59;
}

#yeng #footer{
     color:#FFFFFF;
}


#yeng #items {
    background: none repeat scroll 0 0 #003d59;
}

#yeng .sidemenu {
    border-bottom: 1px solid #0080ba;
}


#yeng .yeng_border2 {
	border-bottom: 1px solid #FFFFFF;
	width: 400px;
	height: 1px;
}

#yeng .yeng_border3 {border-bottom: 1px solid #FFFFFF;height: 1px;}

#yeng .yeng_border4 {
	border-bottom: 1px solid #0080ba;
	width: 600px;
	height: 1px;
}

#yeng .yeng_border5 {
border-top: 1px solid #0080ba;
}

#yeng #navigator ,#yeng #navigator a{
   color:#FFFFFF;
}

#yeng #bar {
     border-bottom: 3px solid #0080ba;
}

#yeng #icons #home_off {
     background-image: url('/images/icon/home_white.png');
}

#yeng #icons #buy_off {
     background-image: url('/images/icon/buy_white.png');
}

#yeng #icons #news_off {
     background-image: url('/images/icon/news_white.png');
}

#yeng #icons #contact_off {
     background-image: url('/images/icon/contact_white.png');
}

#yeng #icons #about_us_off {
     background-image: url('/images/icon/about_white.png');
}

#yeng #icons #help_off {
     background-image: url('/images/icon/faq_white.png');
}

#yeng #icons #signup_off {
     background-image: url('/images/icon/signup_white.png');
}

#yeng #icons #login_off {
     background-image: url('/images/icon/member_white.png');
}

#yeng #logo {
     position: relative;
     float: right;
     width: 111px;
     height: 81px;
     background-image: url('/images/logo/logo_white.png');
     right: 40px;
     top: 6px;
}

#yeng #saze {
     top: 48px;
     width:198px;
     height:42px;
     background-image: url('/images/yeng/logo_yeng.png');
}


.yeng_content{padding-top:0px;padding-left:0px;}
#yeng .yeng_logo_area{margin-top:0px;padding:0px;}
#yeng .yeng_logo1{width:286px;height:86px;background-image: url('/images/yeng/logo1.png');margin-top: 15px;margin-right: 15px;}
#yeng .yeng_logo2{width:123px;height:113px;background-image: url('/images/yeng/logo2.png');margin-left: 5px;}

#yeng .yeng_0_off{width:118px;height:108px;background-image: url('/images/yeng/0_off.png');}
#yeng .yeng_0_on{width:118px;height:108px;background-image: url('/images/yeng/0_on.png');}
#yeng .yeng_0_pass{width:118px;height:108px;background-image: url('/images/yeng/0_pass.png');background-repeat: no-repeat;}

#yeng .yeng_1_off{width:118px;height:108px;background-image: url('/images/yeng/1_off.png');}
#yeng .yeng_1_on{width:118px;height:108px;background-image: url('/images/yeng/1_on.png');}
#yeng .yeng_1_pass{width:118px;height:108px;background-image: url('/images/yeng/1_pass.png');background-repeat: no-repeat;}

#yeng .yeng_2_off{width:118px;height:108px;background-image: url('/images/yeng/2_off.png');}
#yeng .yeng_2_on{width:118px;height:108px;background-image: url('/images/yeng/2_on.png');}
#yeng .yeng_2_pass{width:118px;height:108px;background-image: url('/images/yeng/2_pass.png');background-repeat: no-repeat;}

#yeng .yeng_3_off{width:118px;height:108px;background-image: url('/images/yeng/3_off.png');}
#yeng .yeng_3_on{width:118px;height:108px;background-image: url('/images/yeng/3_on.png');}
#yeng .yeng_3_pass{width:118px;height:108px;background-image: url('/images/yeng/3_pass.png');background-repeat: no-repeat;}

#yeng .yeng_4_off{width:118px;height:108px;background-image: url('/images/yeng/4_off.png');}
#yeng .yeng_4_on{width:118px;height:108px;background-image: url('/images/yeng/4_on.png');}
#yeng .yeng_4_pass{width:118px;height:108px;background-image: url('/images/yeng/4_pass.png');background-repeat: no-repeat;}

#yeng .yeng_5_off{width:118px;height:108px;background-image: url('/images/yeng/5_off.png');}
#yeng .yeng_5_on{width:118px;height:108px;background-image: url('/images/yeng/5_on.png');}
#yeng .yeng_5_pass{width:118px;height:108px;background-image: url('/images/yeng/5_pass.png');background-repeat: no-repeat;}


#yeng .yeng_6_off{width:236px;height:107px;background-image: url('/images/yeng/6_off.png');}
#yeng .yeng_6_on{width:236px;height:107px;background-image: url('/images/yeng/6_on.png');}
#yeng .yeng_6_pass{width:236px;height:107px;background-image: url('/images/yeng/6_pass.png');background-repeat: no-repeat;}

#yeng .yeng_7_off{width:236px;height:107px;background-image: url('/images/yeng/7_off.png');}
#yeng .yeng_7_on{width:236px;height:107px;background-image: url('/images/yeng/7_on.png');}
#yeng .yeng_7_pass{width:236px;height:107px;background-image: url('/images/yeng/7_pass.png');background-repeat: no-repeat;}

#yeng .yeng_8_off{width:236px;height:107px;background-image: url('/images/yeng/8_off.png');}
#yeng .yeng_8_on{width:236px;height:107px;background-image: url('/images/yeng/8_on.png');}
#yeng .yeng_8_pass{width:236px;height:107px;background-image: url('/images/yeng/8_pass.png');background-repeat: no-repeat;}


.yeng_content{padding-right: 10px;*width:700px !important;padding-top: 10px;}
.yeng_bg1 {background: none repeat scroll 0 0 #E8E8E8;margin-right:-10px;}

#yeng .next{display:block;width:197px;height:58px;background-image: url('/images/yeng/next.png');background-repeat: no-repeat;float:left;background-color: transparent;border:none;cursor:pointer;}
#yeng .yes{display:block;width:197px;height:58px;background-image: url('/images/yeng/yes.png');background-repeat: no-repeat;float:left;background-color: transparent;border:none;cursor:pointer;}
#yeng .no{margin-top: 6px;margin-left:10px;display:block;width:93px;height:30px;background-image: url('/images/yeng/no.png');background-repeat: no-repeat;float:left;background-color: transparent;border:none;cursor:pointer;}
.yeng_border1{border-bottom: dotted 1px #0080ba}

.yeng_saze90{width:157px;height:27px;background-image: url('/images/yeng/saze90.png');background-repeat: no-repeat;}
.yeng_sazenegar{width:95px;height:52px;background-image: url('/images/yeng/sazenegar.png');background-repeat: no-repeat;}
.basket_cancel{width:227px;height:155px;background-image: url('/images/yeng/basket_cancel.png');background-repeat: no-repeat;}

#yeng .agree{width:207px;height:58px;background-image: url('/images/yeng/agree.png');background-repeat: no-repeat;float:left;background-color: transparent;border:none;cursor:pointer;}
#yeng .disagree{margin-top: 6px;margin-left:10px;display:block;width:143px;height:30px;background-image: url('/images/yeng/disagree.png');background-repeat: no-repeat;float:left;background-color: transparent;border:none;cursor:pointer;}

#yeng .yeng_back{margin-top: 6px;margin-right:10px;width:115px;height:30px;background-image: url('/images/yeng/back.png');background-repeat: no-repeat;float:right;background-color: transparent;border:none;cursor:pointer;}
#yeng .payment_bank{width:397px;height:58px;background-image: url('/images/yeng/payment_bank.png');background-repeat: no-repeat;float:left;background-color: transparent;border:none;cursor:pointer;}
#yeng .payment_other{width:297px;height:58px;background-image: url('/images/yeng/payment_other.png');background-repeat: no-repeat;float:left;background-color: transparent;border:none;cursor:pointer;}

#yeng .basket_buy{
background-image:url('/images/icon/buy_tick.png');
background-repeat: no-repeat;
background-position: left;
width:110px;
}@CHARSET "UTF-8";
		.reseller #reseller_row{
			width: 700px;
		}
		
			*:first-child+html .reseller #reseller_row{
				width: 695px;
				padding-bottom: 15px;
			}
		
		.reseller #reseller_row div{
			float: right;
		}
		
			*:first-child+html .reseller #reseller_row div{
				float: left;
			}
		
				.reseller #reseller_row #row_top #row_top_head div{
					float: left;
				}	
				
					*:first-child+html .reseller #reseller_row #row_top #row_top_head{
						float: right;
					}
					
					.reseller #reseller_row #row_top #col_left #cel_left{
						background: none repeat scroll 0 0 #FFC900;
   						border-right: 3px solid #FFFFFF;
    					height: 27px;
    					width: 41px;
					}
					
					.reseller #reseller_row #row_top #col_left #cel_right{
						background: #fff118;
						border-right: 3px solid #FFFFFF;
    					height: 27px;
    					width: 20px;
					}
					
				.reseller #reseller_row #row_top #col_right{
					background: #FF9900;
					color: #FFFFFF;
					padding:3px 3px 3px 7px;
				}
				
			
			.reseller #reseller_row #row_middle{
				padding-top: 14px;
				width: 99%;
			}
			
				*:first-child+html .reseller #reseller_row #row_middle{
					padding-top: 10px;
					width: 100%;
				}

			.reseller #reseller_row #row_bottom{
				border-bottom: 1px solid #BBBBBB;
    			padding-top: 15px;
    			width: 100%;
    			margin-bottom: 15px;
			}
			
				*:first-child+html .reseller #reseller_row #row_bottom{
					padding-top: 0px;
					margin-bottom: 0px;
					line-height: 15px;
				}	.signup {
		width: 700px;
	}
	
		*:first-child+html .signup {
			width: 695px;
		}

		.signup #signup_top{
			padding-bottom: 15px;
		}
	
					.signup #signup_bottom #loading{
						float: none;
					}
					
					.signup #signup_bottom #loading div{
						float: none;
					}
	
			.signup #signup_bottom div{
				float: right;		
			}

				.signup #form_top{
					width: 100%;
					border-bottom: 1px solid #888888;
					padding-bottom: 2px;
				}
					
					*:first-child+html .signup #form_top{
						float: right;	
					}
				
				.signup #signup_bottom #form_top #form_top_head div{
					float: left;
				}	
				
					.signup #signup_bottom #form_top #col_left #cel_left{
						background: none repeat scroll 0 0 #FFC900;
					    border-right: 2px solid #FFFFFF;
					    height: 22px;
					    width: 21px;
					}
					
					.signup #signup_bottom #form_top #col_left #cel_right{
						background: none repeat scroll 0 0 #FFF118;
   						border-right: 2px solid #FFFFFF;
					    height: 22px;
					    width: 10px;
					}
					
				.signup #signup_bottom #form_top #col_right{
					background: none repeat scroll 0 0 #FF9900;
    				color: #FFFFFF;
    				padding: 0 6px 0 9px;
				}
				
						*:first-child+html .signup #signup_bottom #form_top #col_right{
							padding: 0 30px 0 9px;
						}
						
						*:first-child+html .signup #signup_bottom #form_top #col_right #group{
							position: relative;
							right: 540px;
							float: left;
							
						}
				
					.signup #signup_bottom #form_top #col_right div{
						float: right;
					}

				
					.signup #signup_bottom #form_top #col_right #logo_signup{
						background-image: url("../images/icon/signupform.png");
					    background-repeat: no-repeat;
					    height: 18px;
					    margin-left: 6px;
					    position: relative;   
					    top: 2px;
					    width: 20px;
					}
					
					.signup #signup_bottom #form_top #col_right #text{
						margin-bottom: 1px;
    					margin-top: 0;
					}
					
					.signup .loading_td {
						padding-bottom:0px;
					}
					
					
				
		*:first-child+html .signup #form_content div{
			float: none;
		}
		
		.signup #form_content #select_group {
			float: right;
		}
		
		.signup #form_content #select_group div{
			float: left;
		}
@CHARSET "UTF-8";
	.members {
		width: 700px;
	}
	
		*:first-child+html .members {
			width: 695px;
		}

		.members #members_top{
			padding-bottom: 15px;
		}
	
			.members #members_bottom div{
				float: right;		
			}

			.members #members_bottom #fc_right .loading_td  div{
				float: none;		
			}
				.members #form_top{
					width: 100%;
					padding-bottom: 2px;
				}
					
					*:first-child+html .members #form_top{
						float: right;	
					}
				
				.members #members_bottom #form_top #form_top_head div{
					float: left;
				}	
				
					.members #members_bottom #form_top #col_left #cel_left{
						background: none repeat scroll 0 0 #FFC900;
					    border-right: 2px solid #FFFFFF;
					    height: 22px;
					    width: 21px;
					}
					
					.members #members_bottom #form_top #col_left #cel_right{
						background: none repeat scroll 0 0 #FFF118;
   						border-right: 2px solid #FFFFFF;
					    height: 22px;
					    width: 10px;
					}
					
				.members #members_bottom #form_top #col_right{
					background: none repeat scroll 0 0 #FF9900;
    				color: #FFFFFF;
    				padding: 0 6px 0 9px;
				}

						*:first-child+html .members #members_bottom #form_top #col_right #group{
							position: relative;
							right: 560px;
							float: left;
							
						}
				
					.members #members_bottom #form_top #col_right div{
						float: right;
					}
					
					.members #members_bottom #form_top #col_right #text{
						margin-bottom: 1px;
    					margin-top: 0;
					}
					
					.members .loading_td {
						padding-bottom:0px;
					}
		
		*:first-child+html .members #form_content{
			float: left;
		}
		*:first-child+html .members #form_content div{
			float: none;
		}
		
			.members #form_content{
				padding-bottom: 20px;
			}
		
			.members #form_content #fc_left{
				background: #e9e9e9;
				width: 333px;
				float: right;
			}
				
				.members #form_content #fcl_content{
					padding: 5px 11px 3px 16px;
					min-height:198px;
				}
				
				.members #form_content #fcl_content #fclc_body{
					margin-right: -19px;
				}
			
			.members #form_content #fc_right{
				width: 354px;
			}
				*:first-child+html .members #form_content #fc_right{
					float: left;
					
				}
				
				.members #form_content #fc_right div{
					float: right;	
				}
		
				.members #form_content #fcr_box{
					border-top: 1px solid #AAAAAA;
					border-bottom: 1px solid #AAAAAA;
	    			margin-right: 12px;
	    			width: 354px;
	    			padding-top: 5px;
	    			padding-bottom: 5px;
	    			margin-top: 1px;
				}
				
					*:first-child+html .members #form_content #fcr_box{
						width: 359px;
						padding-bottom: 0px;
						height: 110px;
						margin-right: 2px;
					}
				
				.members #form_content #fc_right #forget{
					border-bottom: 1px solid #AAAAAA;
				    height: 24px;
				    margin-right: 12px;
				    width: 59%;
				}
				
					*:first-child+html .members #form_content #fc_right #forget{
						margin-right: 2px;
					}
					
				.members .signup_off {
					background-image: url('/images/icon/signup_off.png');
					background-repeat:no-repeat;
					background-position:right center;
					display:block;
					height:32px;
				}
				
				.members .signup_off span{
					display:block;
					margin-right: 37px;
					padding-top: 6px;
				}
				
				
				
				.members #form_content #fc_right #signup{
					border-bottom: 1px solid #AAAAAA;
				    height: 35px;
				    margin-right: 12px;
				    margin-top: 2px;
				    width: 59%;
				}
				
					*:first-child+html .members #form_content #fc_right #signup{
						margin-right: 2px;
					}
				
				.members #form_content #fc_right .signup_text{
					margin-right: 8px;
    				margin-top: 1px;
				}
		
@CHARSET "UTF-8";
.buy{
	width: 703px;
}

.buy #buy_row{
	width: 703px;
	float: right;
	padding-bottom: 10px;
}

	*:first-child+html .buy{
		width: 695px;
	}
	
.buy #buy_row #row_header{
	margin-bottom: -5px;
}
	*:first-child+html .buy #buy_row #row_header{
		margin-bottom: 0px;
	}

.buy #buy_row #row_table table{
	width: 100%;	
}

.buy #buy_row #row_table{
	padding-bottom: 9px;
}
	

	.buy #buy_row #row_table td,th{	
		text-align:center;
		border: 1px solid #fff;
		font-weight:normal;
	}
	
	.buy #buy_row #row_table th{	
		color: #FFF;
		background:#555;
		background: none repeat scroll 0 0 #555555;
	    line-height: 15px;
	    padding: 2px 5px 5px;
	}
	
	.buy #buy_row #row_table td{	
		color: #666;
		background: #dcdcdc;
		line-height: 27px;
	}
	
	.buy #buy_row #row_table #sell{
		float: right;
	    position: relative;
	    right: 53px;
	    top: 7px;
	}
	
	.buy #buy_row #row_table #sell div{
		float: left;
	}
		
	.buy #buy_row #row_table #checkbox{
		background-image:url('/images/icon/buy_tick.png');
		background-repeat: no-repeat;
		height: 32px;
		width: 32px;
	}
	
	.buy #buy_row #row_table #checkbox_input{
		position: relative;
	    right: 5px;
	}
	
	.buy #buy_row #rb_box{
		border-bottom: 1px solid #AAAAAA;
	    border-top: 1px solid #AAAAAA;
	    float: right;
	    margin-right: 4px;
	    padding-bottom: 1px;
	    padding-top: 8px;
	}
		
		*:first-child+html .buy #buy_row #rb_box{
			width: 697px;
		}
	
	.buy #buy_row #rb_box #rbb_bottom{
		margin-right: 7px;
	    padding-bottom: 10px;
	    width: 686px;
	}

	.buy #row_bottom{
		padding-top: 6px;
	}
	
		*:first-child+html .buy #row_bottom{
			padding-top: 16px;
		}

	.buy #buy_row #rb_box div{
		float: right;
	}
		
		.buy #buy_row #rb_box #rbb_top{
			color: #FF9900;
    		margin-top: -20px;
		}
		
	.buy #row_bottom_table{
		float: right;
	    margin-right: 1px;
	    margin-top: -4px;
	    width: 703px;
	}
	
		.buy #row_bottom_table table{
			width: 100%;
			height: 64px;
		}
	
		.buy #row_bottom_table td{	
			text-align:center;
			border: 2px solid #fff;
			font-weight:normal;
			color: #666;
			background: #e9e9e9;
			line-height: 27px;
		}
		
		.buy #row_bottom_table #rbt_right{
			margin-right: -2px;
		}
		
			
		.buy #row_bottom_table #rbt_right div{
			float: right;
		}
		
		.buy #row_bottom_table #rbt_right #rbtr_top{
			color: #FF9900;
    		margin-right: 18px;
		}
		
		.buy #row_bottom_table #rbt_right #rbtr_bottom{
			margin-right: 18px;
		}
			
			*:first-child+html .buy #row_bottom_table #rbt_right #rbtr_bottom{
				float: left;
			}
		
		.buy #row_bottom_table #rbt_right #bt_row1{
			margin-left: 4px;
		}
		
			*:first-child+html .buy #row_bottom_table #rbt_right #bt_row2{
				margin-right: 1px;
	    		margin-top: 4px;
	   		}
		
		.buy #row_bottom_table #rbt_right #rbtr_bottom div{
			float: right;
		}
		
		.buy #row_bottom_table #rbt_right #discount{
			margin-right: 6px;
    		margin-top: 3px;
		}
		
			*:first-child+html .buy #row_bottom_table #rbt_right #discount{
				margin-right: 3px;
	    		margin-top: 5px;
	   		}
		
		.buy #row_bottom_table #buyButton{
			margin-left: 10px;
		}
		
			*:first-child+html .buy #row_bottom_table #buyButton{
				margin-top: 2px;
			}
			
		.buy #row_bottom_table #buy_group{
			margin-right: 20px;
	    	margin-top: 31px;
	    }
			
		.buy #row_bottom_table #buy_group div{
			float: right;
		}

@CHARSET "UTF-8";
.help{
	padding-top: 8px;
    width: 700px;
}
	
	*:first-child+html .help{
		width: 690px;
	}
	
	.help #help_notic{
		background: none repeat scroll 0 0 #E9E9E9;
	    margin-bottom: 6px;
	    padding-bottom: 2px;
	    padding-top: 2px;
	    padding-right: 7px;
	    width: 479px;
	}
	
	.help #help_box{
		border-top: 1px solid #999999;
    	margin-right: 3px;
    	margin-top: 21px;
	}
	
		*:first-child+html .help #help_box{
	    	margin-top: -15px;
		}
		
	.help #help_title{
		background-color: #FFFFFF;
	    background-image: url("/images/global/bull3.png");
	    background-position: right 7px;
	    background-repeat: no-repeat;
	    color: #FF9900;
	    padding-left: 4px;
	    padding-right: 10px;
	    position: relative;
	    top: -13px;
	    z-index: 3;
	    float: right;
	}
	
		*:first-child+html .help #help_title{
			 top: 8px;
			 background-position: right 8px;
		}
	
	.help #help_box #hb_content{
		float: right;
	    margin-top: -6px;
	    padding-bottom: 13px;
	    width: 100%;
	}
	
		*:first-child+html .help #help_box #hb_content{
		    margin-top: 12px;
		    padding-bottom: 10px;
		}
	
	.help #help_box #hb_list{
		margin-right: -16px;
	
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		.help #help_box #hb_list{
			float: right;
		}

	 }

	.help #help_box #hb_list li{
			padding-bottom: 5px;
    		list-style: none outside none;
		}
	
			*:first-child+html .help #help_box #hb_list li{
				padding-bottom: 5px;
			}
	
	.help #help_box #hb_list li span{
		    position: relative;
		    right: 5px;
		    top: -4px;
	}


@CHARSET "UTF-8";
.sitemap{
	line-height: 17px;
    padding-right: 13px;
    padding-top: 13px;
}

	*:first-child+html .sitemap{
		width: 680px;
	}


.sitemap #list{
	margin-right: 24px;
    margin-top: 5px;
}

.sitemap #list .liDiv{
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.sitemap #list span{
    margin-right: 3px;
    position: relative;
    top: -3px;
}

.sitemap .treeview,  .sitemap .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sitemap .treeview ul {
	background-color: white;
	margin-right: 26px;
    margin-top: 3px;
}

.sitemap .treeview .hitarea {
	background: url('/images/global/siteMap/rtl-treeview-default-c.gif') 0 2px no-repeat;
	height: 16px;
	width: 16px;
	margin-right: -16px;
	float: right;
	cursor: pointer;
}

/* fix for IE6 */
* html .sitemap .hitarea {
	display: inline;
	float: none;
}

.sitemap .treeview li {
	margin: 0;
	padding: 0px 16px 2px 0px;
}

.sitemap .treeview a.selected {
	background-color: #eee;
}

.sitemap #treecontrol {
	margin: 1em 0;
	display: none;
}

.sitemap .treeview .hover {
	color: red;
	cursor: pointer;
}

.sitemap .treeview li {
	background: url('/images/global/siteMap/rtl-treeview-default-line.gif') 100% -2px no-repeat;
}

.sitemap .treeview li.collapsable, .treeview li.expandable {
	background-position: 100% -177px;
}

.sitemap .treeview .expandable-hitarea {
	background: url('/images/global/siteMap/rtl-treeview-default-e.gif') 0 2px no-repeat;
}

.sitemap .treeview li.last {
	background-position: 100% -1768px;
	padding-bottom: 16px;
}

.sitemap .treeview li.lastCollapsable, .treeview li.lastExpandable {
	background: url();
}

.sitemap .treeview div.lastCollapsable-hitarea {
	background: url('/images/global/siteMap/rtl-treeview-default-lc.gif') 0 0 no-repeat;
}

.sitemap .treeview div.lastExpandable-hitarea {
	background: url('/images/global/siteMap/rtl-treeview-default-le.gif') 0 0 no-repeat;
}
/*
.sitemap .treeview-gray li {
	background-image: url('/images/global/siteMap/rtl-treeview-gray-line.gif');
}
*/
.sitemap .treeview-gray .hitarea {
	background-image: url('/images/global/siteMap/rtl-treeview-gray-c.gif');
}

.sitemap .treeview-gray .expandable-hitarea {
	background-image: url('/images/global/siteMap/rtl-treeview-gray-e.gif');
}

.sitemap .treeview-gray div.lastCollapsable-hitarea {
	background-image: url('/images/global/siteMap/rtl-treeview-gray-lc.gif');
}

.sitemap .treeview-gray div.lastExpandable-hitarea {
	background-image: url('/images/global/siteMap/rtl-treeview-gray-le.gif');
}
.profile #row_table table{
	width: 100%;	
}

.profile #row_table{
	padding-bottom: 9px;
}
	

.profile #row_table td,th{	
	text-align:center;
	border: 1px solid #fff;
	font-weight:normal;
}

.profile #row_table th{	
	color: #FFF;
	background:#555;
	background: none repeat scroll 0 0 #555555;
    line-height: 15px;
    padding: 2px 5px 5px;
}

.profile #row_table td{	
	color: #666;
	background: #dcdcdc;
	line-height: 27px;
}

.bubble {
  position: relative;
  background-color:#dcdcdc;
  margin: 0;
  padding:10px;
  text-align:center;
  width:180px;
  //-moz-border-radius:10px;
  //-webkit-border-radius:10px;
  //-webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  //-moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  //box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
}
.bubble:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: transparent transparent transparent #dcdcdc;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  right:-20px;
  top:1em;
}

.notify .bubble {
  position: relative;
	width: 100%;
	padding:5px;
	text-align: justify;
	background-color: #fff;
	border: 3px solid #ffaf13;
}
.notify .bubble:after {
  	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 33px;
	top: -23px;
	border: 12px solid;
	border-color: transparent transparent #fff transparent;
}

.notify .bubble:before {
  		content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 30px;
	top: -30px;
	border: 15px solid;
	border-color: transparent  transparent #ffaf13 transparent;
}


.notify .bubble2 {
  position: relative;
	width: 95%;
	padding:5px;
	text-align: justify;
	background-color: #fff;
	border: 3px solid #ffaf13;
}
.notify .bubble2:after {
  	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 63px;
	top: -23px;
	border: 12px solid;
	border-color: transparent transparent #fff transparent;
}

.notify .bubble2:before {
  		content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 60px;
	top: -30px;
	border: 15px solid;
	border-color: transparent  transparent #ffaf13 transparent;
}@CHARSET "UTF-8";

	*:first-child+html .faq{
		width: 690px;
	}

.faq #f_top,#f_bottom,#f_form{
	float: right;
}

	*:first-child+html #f_top{
		float: none;
	}
	*:first-child+html #f_bottom{
		float: none;
	}
	*:first-child+html #f_form{
		float: none;
	}
	
.faq #f_bottom {
	padding-bottom: 11px;
}	

.faq #f_bottom #f_title{
	background-color: #FFFFFF;
    background-image: url("/images/global/bull4.png");
    background-position: right 7px;
    background-repeat: no-repeat;
    color: #FF9900;
    padding-left: 4px;
    padding-right: 10px;
    position: relative;
    top: -13px;
    z-index: 3;
    border-bottom: 1px solid #999999;
    font-weight: bold;
    margin-top: 26px;
    padding-bottom: 3px;
    width: 99%;
}
	
	*:first-child+html .faq #f_bottom #f_title{
		 width: 99.6%;
	}

.faq #f_bottom #faq_box{
	width: 685px;	
}

.faq #f_bottom #f_boxes{
	width: 116%;
	position: relative;
	top: -15px;
}

.faq #f_bottom #fb_col1,#fb_col2,#fb_col3{
	float: right;
	padding-left: 30px;
}
#fbx_title a{
    color:#FFFFFF;
}
#fbx_title a:hover{
    color:#FF9900;
}

	.faq #f_bottom #faq_box #fbx_title{
	    background-color: #565656;
	    background-image: url("/images/global/bull2.png");
	    background-position: 690px 8px;
	    background-repeat: no-repeat;
	    color: #FFFFFF;
	    height: 22px;
	    margin-top: 10px;
	    padding-bottom: 2px;
	    padding-left: 6px;
	    padding-right: 17px;
	    width: 99%;
	    z-index: 3;
	}

	.faq #f_bottom #faq_box #fbx_content{
	    background: none repeat scroll 0 0 #E9E9E9;
	    padding-bottom: 11px;
	    padding-right: 12px;
	    padding-top: 4px;
	    width: 690px;
	}
	
		*:first-child+html .faq #f_bottom #faq_box #fbx_content{
				padding-right: 0px;
				width: 690px;
		}
	
	.faq #f_bottom #faq_box #fbx_content li{
		list-style-type:none;
		line-height: 27px;
	}
	
	.faq #f_bottom #faq_box #fbx_content .liSpan{
		    right: 8px;
		    position: relative;
		    top: 1px;
	}
	
	.faq #f_form{
		border-top: 1px solid #999999;
	    margin-right: 4px;
	    width: 695px;
	    padding-bottom: 24px;
	}
	
	.faq #f_form #frm_title{
	    background-color: #FFFFFF;
	    background-image: url("/images/global/bull3.png");
	    background-position: right 7px;
	    background-repeat: no-repeat;
	    color: #FF9900;
	    float: right;
	    font-weight: bold;
	    margin-top: 25px;
	    padding-bottom: 3px;
	    padding-left: 4px;
	    padding-right: 11px;
	    position: relative;
	    top: -37px;
	    z-index: 3;
	}
	
	.faq #f_form #frm_box{
		border-bottom: 1px solid #FF9900;
	    border-top: 1px solid #FF9900;
	    float: left;
	    margin-top: 15px;
	    width: 618px;
	}
	
	.faq #f_form #frm_box #frm_table{
		    background: none repeat scroll 0 0 #E8E8E8;
		    margin: 2px 0;
		    padding-bottom: 3px;
		    padding-right: 7px;
		    padding-top: 3px;
		    width: 80%;
	}


	
@CHARSET "UTF-8";

	*:first-child+html .faqPages{
		width: 690px;
	}

	*:first-child+html #f_top{
		float: none;
	}
	*:first-child+html #f_form{
		float: none;
	}

	.faqPages #f_top #ft_box{
		border-bottom: 1px dotted #666666;
	    float: right;
	    padding-bottom: 8px;
	    width: 702px;
	    padding-top: 8px;
	}

	.faqPages #f_top #ft_box #ftb_ask{
	    background: none repeat scroll 0 0 #F5F5F5;
	    float: right;
	    padding-bottom: 6px;
	    padding-left: 7px;
	    padding-top: 6px;
	    width: 694px;
		font-weight: 600;
	}

		.faqPages #f_top #ft_box #ftb_ask #fpAsk_content{
			    float: right;
    			width: 627px;
		}

		.faqPages #f_top #ft_box #ftb_ask #fpAsk_icon{
			float: right;
		    margin-top: 4px;
		    padding-left: 15px;
		    padding-right: 11px;
		}

	.faqPages #f_top #ft_box #ftb_answer{
	    background: none repeat scroll 0 0 #E1E1E1;
	    float: right;
	    margin-top: 2px;
	    padding-bottom: 6px;
	    padding-left: 7px;
	    padding-top: 6px;
	    width: 694px;
	}

		.faqPages #f_top #ft_box #ftb_answer #fpAnswer_content{
			    float: right;
    			width: 649px;
		}

		.faqPages #f_top #ft_box #ftb_answer #fpAnswer_icon{
			float: right;
		    margin-top: 4px;
		    padding-left: 15px;
		    padding-right: 12px;
		}

	.faqPages #pagination{
		margin-left: -3px;
    	margin-top: 26px;
	}

		*:first-child+html .faqPages #pagination{
			margin-bottom: 6px;
			margin-left: -9px;
		}

	.faqPages #f_form{
		border-top: 1px solid #999999;
	    margin-right: 4px;
	    width: 695px;
	    padding-bottom: 24px;
	    margin-top: 53px;
	}

	.faqPages #f_form #frm_title{
	    background-color: #FFFFFF;
	    background-image: url("/images/global/bull3.png");
	    background-position: right 7px;
	    background-repeat: no-repeat;
	    color: #FF9900;
	    float: right;
	    font-weight: bold;
	    margin-top: 25px;
	    padding-bottom: 3px;
	    padding-left: 4px;
	    padding-right: 11px;
	    position: relative;
	    top: -37px;
	    z-index: 3;
	}

	.faqPages #f_form #frm_box{
		border-bottom: 1px solid #FF9900;
	    border-top: 1px solid #FF9900;
	    float: left;
	    margin-top: 15px;
	    width: 618px;
	}

	.faqPages #f_form #frm_box #frm_table{
		    background: none repeat scroll 0 0 #E8E8E8;
		    margin: 2px 0;
		    padding-bottom: 3px;
		    padding-right: 7px;
		    padding-top: 3px;
		    width: 80%;
	}

    .faqPages #fbs_title{
        background-color:#666666;
        color:#FFFFFF;
        padding:5px;
        margin:3px;
        width:99%;
    }

    #fbs_title a{
    color:#FFFFFF;
}
#fbs_title a:hover{
    color:#FF9900;
}

#fpAnswer_content a {
	color:#F8A831;
}
#fpAnswer_content a:visited {
	color:#F8A831;
}
@CHARSET "UTF-8";

	*:first-child+html .develop{
		width: 690px;
	}

.develop #f_top,#f_bottom,#f_form{
	float: right;
}

	*:first-child+html #f_top{
		float: none;
	}
	*:first-child+html #f_bottom{
		float: none;
	}
	*:first-child+html #f_form{
		float: none;
	}
	
.develop #f_bottom {
	padding-bottom: 11px;
}	

.develop #f_bottom #f_title{
	background-color: #FFFFFF;
    background-image: url("/images/global/bull4.png");
    background-position: right 7px;
    background-repeat: no-repeat;
    color: #FF9900;
    padding-left: 4px;
    padding-right: 10px;
    position: relative;
    top: -13px;
    z-index: 3;
    border-bottom: 1px solid #999999;
    font-weight: bold;
    margin-top: 26px;
    padding-bottom: 3px;
    width: 99%;
}
	
	*:first-child+html .develop #f_bottom #f_title{
		 width: 99.6%;
	}

.develop #f_bottom #faq_box{
	width: 207px;	
}

.develop #f_bottom #f_boxes{
	width: 116%;
	position: relative;
	top: -15px;
}

.develop #f_bottom #fb_col1,#fb_col2,#fb_col3{
	float: right;
	padding-left: 30px;
}

	.develop #f_bottom #faq_box #fbx_title{
	    background-color: #565656;
	    background-image: url("/images/global/bull2.png");
	    background-position: 220px 8px;
	    background-repeat: no-repeat;
	    color: #FFFFFF;
	    height: 22px;
	    margin-top: 10px;
	    padding-bottom: 2px;
	    padding-left: 6px;
	    padding-right: 10px;
	    width: 212px;
	}

	.develop #f_bottom #faq_box #fbx_content{
	    background: none repeat scroll 0 0 #E9E9E9;
	  	width: 228px;
	}
	
	.develop #f_bottom #faq_box #fbx_div{
		padding:5px;
	}
	
	*:first-child+html .develop #f_bottom #faq_box #fbx_content{
			padding-right: 0px;
			width: 228px;
	}
	
	.develop #f_bottom #faq_box #fbx_content li{
		list-style-type:none;
		line-height: 27px;
	}
	
	.develop #f_bottom #faq_box #fbx_content .liSpan{
		    right: 8px;
		    position: relative;
		    top: 1px;
	}
	
	.develop #f_form{
		border-top: 1px solid #999999;
	    margin-right: 4px;
        margin-top:20px;
	    width: 695px;
	    padding-bottom: 24px;
	}
	
	.develop #f_form #frm_title{
	    background-color: #FFFFFF;
	    background-image: url("/images/global/bull3.png");
	    background-position: right 7px;
	    background-repeat: no-repeat;
	    color: #FF9900;
	    float: right;
	    font-weight: bold;
	    margin-top: 25px;
	    padding-bottom: 3px;
	    padding-left: 4px;
	    padding-right: 11px;
	    position: relative;
	    top: -37px;
	    z-index: 3;
	}
	
	.develop #f_form #frm_box{
		border-bottom: 1px solid #FF9900;
	    border-top: 1px solid #FF9900;
	    float: left;
	    margin-top: 15px;
	    width: 600px;
	}
	
	.develop #f_form #frm_box #frm_table{
		    background: none repeat scroll 0 0 #E8E8E8;
		    margin: 2px 0;
		    padding-bottom: 3px;
		    padding-right: 7px;
		    padding-top: 3px;
		    width: 80%;
	}
	
@CHARSET "UTF-8";

	*:first-child+html .developPages{
		width: 690px;
	}
	
	*:first-child+html #f_top{
		float: none;
	}
	*:first-child+html #f_form{
		float: none;
	}	
	
	.developPages #f_top #ft_box{
		border-bottom: 1px dotted #666666;
	    float: right;
	    padding-bottom: 8px;
	    width: 702px;
	    padding-top: 8px;
	}
	
	.developPages #f_top #ft_box #ftb_ask{
	    background: none repeat scroll 0 0 #F5F5F5;
	    float: right;
	    padding-bottom: 6px;
	    padding-left: 7px;
	    padding-top: 6px;
	    width: 694px;
	}
	
		.developPages #f_top #ft_box #ftb_ask #fpAsk_content{
			    float: right;
    			width: 649px;
		}
		
		.developPages #f_top #ft_box #ftb_ask #fpAsk_icon{
			float: right;
		    margin-top: 4px;
		    padding-left: 15px;
		    padding-right: 11px;
		}
	
	.developPages #f_top #ft_box #ftb_answer{
	    background: none repeat scroll 0 0 #E1E1E1;
	    float: right;
	    margin-top: 2px;
	    padding-bottom: 6px;
	    padding-left: 7px;
	    padding-top: 6px;
	    width: 694px;
	}
	
		.developPages #f_top #ft_box #ftb_answer #fpAnswer_content{
			    float: right;
    			width: 649px;
		}
		
		.developPages #f_top #ft_box #ftb_answer #fpAnswer_icon{
			float: right;
		    margin-top: 4px;
		    padding-left: 15px;
		    padding-right: 12px;
		}
		
	.developPages #pagination{
		margin-left: -3px;
    	margin-top: 26px;
	}
	
		*:first-child+html .developPages #pagination{
			margin-bottom: 6px;
			margin-left: -9px;
		}
	
	
    .developPages #f_top #ft_box #d_member{
	    background: none repeat scroll 0 0 #E1E1E1;
	    float: right;
	    padding-left: 7px;
	    width: 460px;
	}

     .developPages #f_top #ft_box #d_member #d_name{
	    float: right;
	    padding-right: 7px;
	    width: 200px;
	}
     .developPages #f_top #ft_box #d_member #d_date{
	    float: left;
	    padding-left: 7px;
	    width: 200px;
        text-align:left;
	}

     .developPages #f_top #ft_box #d_rate{
	    float: right;
	    padding-right: 7px;
	    width: 225px;
	}

     .developPages #f_top #ft_box #title{
	    color: #FF9900
	}

     .developPages #f_top #ft_box span{
	    padding-left:5px;
        padding-right:5px;
	}@CHARSET "UTF-8";

#helpPageTitle{
	position: relative;
    top: 1px;
}

#helpPageTitle div{
	float: right;
}

#paper {
    float: right;
}

.title2 {
    border-left: 1px solid #FFFFFF;
    height: 22px;
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
    right: 10px;
    top: 1px;
}

.borderBtm{
	border-bottom: 1px solid #666666;
}


.tabNormal{
	border-left: 1px solid #FFFFFF;
    height: 22px;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    right: 10px;
    top: 1px;
    font-weight: bold;
    /*background: none repeat scroll 0 0 #555555;*/
    background: none repeat scroll 0 0 #008ea3;
    border-bottom: 1px solid #666666;
    color: white;
    text-decoration: none;
}

.tabNormalDiv{
	padding-bottom: 2px;
	padding-right: 8px;
	background-image: url("/images/global/bull1.png");
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.activeHelp{
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    margin-left: 2px;
    position: relative;
    top: 1px;
    border-bottom: 0px;
}

.activeDiv{
	color: #666666;
	padding-right: 21px;
	background-image: url("/images/global/bull5.png");
    background-repeat: no-repeat;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 2px;
}

.Tab1{
	background-position: 106px 9px;
}

.Tab2{
	background-position: 125px 9px;
}

.Tab3{
	background-position: 120px 9px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.ssg
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}


#fancybox-close {
    background: url("/images/fancybox/fancy_close.png");
    bottom: -37px;
    cursor: pointer;
    display: none;
    height: 32px;
    left: 14px;
    position: absolute;
    width: 32px;
    z-index: 1103;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 32px;
	height: 32px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox/left.png');
}

#fancybox-right-ico {
	background-image: url('/images/fancybox/right.png');
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }.html_area{
border-left:solid 1px #999999;
border-right:solid 1px #999999;
border-bottom:solid 1px #999999;
direction:rtl;
overflow-y:auto;
height:320px;
text-align:justify;
background-color:#FFFFFF;
padding-top:0px;
padding-bottom:0px;
padding-left:5px;
padding-right:5px;
}

.html_area div{
    float:none !important; 
}

.nicEdit-pane{direction:rtl;}

.filebox_button {
cursor: pointer;
display: inline-block;
height: 16px;
text-align: center;
width: 25px;
}

.image_button{
position:relative;
height:16px;
width:16px;
top:3px;
margin-right:3px;
background-image:url('/images/global/image.png');
cursor:pointer;
}

.file_button{
position:relative;
height:16px;
width:16px;
top:3px;
margin-right:-22px;
background-image:url('/images/global/attach.png');
cursor:pointer;
}

.filebox_input {
    padding-left:25px;
}

.loading_button{
position:relative;
height:16px;
width:16px;
top:3px;
margin-right:-22px;
background-image:url('/images/global/loader.gif');
background-repeat:no-repeat;
}

.file_icon{display:block;height:32px;width:32px;}

.border6 {border: solid #999999 1px;}

.search_button{
position:relative;
height:20px;
width:20px;
top:1px;
left:0px;
margin-right:-21px;
background-image:url('/images/global/search.jpg');
cursor:pointer;
}.faq-header {
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}

.faq-c {
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}

.faq-t {
  line-height: 1em;
  color: #aaa;
  float: left;
  padding-right: 0.3em;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-q {
  cursor: pointer;
}

.faq-a {
  clear: both;
  color: #666;
  display: none;
  padding-left: 1.5em;
}.text-core {
  position: relative;
}
.text-core .text-wrap {
  background: #fff;
  position: absolute;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
    outline: none;
  resize: none;
  position: absolute;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 3px 2px 4px 2px;
  white-space: nowrap;
  font: 11px tahoma;
  line-height: 13px;
  min-height: 22px;
}

.text-core .text-wrap .text-arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/images/global/tagbox_arrow.png") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 2;
}

.text-core .text-wrap .text-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: 900000;
  background: #fff;
    border: 1px solid #888888;
  width: 100%;
  max-height: 200px;
  padding: 1px;
  font: 11px tahoma, verdana, arial, sans-serif;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.text-core .text-wrap .text-dropdown.text-position-below {
  margin-top: 1px;
}
.text-core .text-wrap .text-dropdown.text-position-above {
  margin-bottom: 1px;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion {
  padding: 3px 5px;
  cursor: pointer;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
  font-style: normal;
  text-decoration: underline;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion.text-selected {
  color: #fff;
  background: #E0E0E0;
}

.text-core .text-wrap .text-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 14px;
  width: 22px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAYUlEQVR42mP4////P1IwA5RBNIBr+Pj5+/9Tlx78v373OYoCkBgIY2gACWr7tP63CO8BanoBlmyfuQssBsIYGtAVLNpwEsMADA0gAFMIw+hOpEwDSU4i2dMkByvJEUcsAABHaALCQIZDrAAAAABJRU5ErkJggg==") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 2;
}

.text-core .text-wrap .text-focus {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.text-core .text-wrap .text-focus.text-show-focus {
  display: block;
}


.text-core .text-wrap .text-tags {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 2px 3px 35px;
  cursor: text;
}
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 2;
}
.text-core .text-wrap .text-tags .text-tag {
  float: right;
  }
.text-core .text-wrap .text-tags .text-tag .text-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  border: 1px solid #888888;
  background: #E0E0E0;
  color: #000;
  padding: 0px 3px 0px 17px;
  margin: -1px 1px 1px 1px;
  cursor: pointer;
  height: 18px;
  font: 11px tahoma, verdana, arial, sans-serif;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  left: 3px;
  top: 2px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("/images/global/tagbox_close.png") 0 0 no-repeat;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}

.text-core .text-wrap .text-prompt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 1px 5px 0 0;
  font: 11px tahoma;
  color: #c0c0c0;
  overflow: hidden;
  white-space: pre;
}
.text-core .text-wrap .text-prompt.text-hide-prompt {
  display: none;
}

.text-label {
display:block;
height:17px;
margin-top:-1px;
}.award-content{
    width:100%;
    float:right;
}

.award-row{
    width:695px;
    padding:2px;
    margin:2px;
    margin-bottom:40px;
    float:right;
}

.award-title{
    background-color: #FFFFFF;
	background-image: url("/images/global/bull3.png");
	background-position: right 7px;
	background-repeat: no-repeat;
	color: #FF9900;
	float: right;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 11px;
    float:right;
    width:98%;
}

.award-row .content{
   border-bottom:solid #000000 1px;
   border-top:solid #000000 1px;
   background-color:#cfcccc;
   float:right;
   width:100%;
}

.award-row .content .award-img{
   float:right;
   background-color:#FFFFFF;
   width:200px;
   text-align:center;
   min-height:200px;
   padding-top:30px;
   margin-left: 5px;
}

.award-row .content .award-text{
   //float:right;
   background-color:#cfcccc;
   padding:10px;
   text-align:justify;
   padding-top:30px;
   margin-right:5px;
}

.award-row .awards_buttons{
    padding:5px;
}

.award-row .awards_buttons a{
    color:#FF9900;
    vertical-align:middle;
    align-content:center;    
}

.award-row .awards_buttons a span{
    color:#FF9900;
    margin-bottom:20px;    
}

.award-row .awards_buttons_line{
    //padding:5px;
    width:100%;
    height:5px;
    background-color:#cfcccc;
}

.bpopcontent
{
    display: none;
    min-height: 250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    min-width: 450px;
    padding: 25px;
}

.button > span {
    font-size: 84%;
}

*::-moz-selection {
    background-color: #2b91af;
    color: #fff;
    text-shadow: none;
}

.button.b-close, .button.bClose {
    font: bold 131% sans-serif;
}
.button {
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.loading {
	background: url('/images/global/loader.gif') center center no-repeat;
}.videos-content{
    width:100%;
    float:right;
}

.videos-row{
    width:695px;
    padding:2px;
    margin:2px;
    margin-bottom:40px;
    float:right;
}

.videos-title{
    background-color: #FFFFFF;
	background-image: url("/images/global/bull3.png");
	background-position: right 7px;
	background-repeat: no-repeat;
	color: #FF9900;
	float: right;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 11px;
    float:right;
    width:98%;
}

.videos-row .content{
   border-bottom:solid #000000 1px;
   border-top:solid #000000 1px;
   background-color:#cfcccc;
   float:right;
   width:100%;
}

.videos-row .content .videos-img{
   float:right;
   background-color:#FFFFFF;
   width:200px;
   text-align:center;
   min-height:100px;
   padding-top:30px;
   margin-left: 5px;
}

.videos-row .content .videos-text{
   //float:right;
   background-color:#cfcccc;
   padding:10px;
   text-align:justify;
   padding-top:30px;
   margin-right:5px;
}

.videos-row .videoss_buttons{
    padding:5px;
}

.videos-row .videoss_buttons a{
    color:#FF9900;
    vertical-align:middle;
    align-content:center;  
    line-height: 10px;
    display: inline-block;  
}

.videos-row .videoss_buttons a span{
    color:#FF9900;
    margin-bottom:20px;    
}

.videos-row .videoss_buttons_line{
    //padding:5px;
    width:100%;
    height:5px;
    background-color:#cfcccc;
}

.bpopcontent
{
    display: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    
   
}

.button > span {
    font-size: 84%;
}

*::-moz-selection {
    background-color: #2b91af;
    color: #fff;
    text-shadow: none;
}

.button.b-close, .button.bClose {
    font: bold 131% sans-serif;
}
.button {
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.loading {
	background: url('/images/global/loader.gif') center center no-repeat;
}.employment{

}

.employment .employment_form_title{
    border-bottom:solid 1px #000000;
    padding-top:10px;
    padding-bottom:2px;
}

.employment .employment_form_title .group{
    float:right;
}

.employment .employment_form_title .group .cel1{
    float:left;
    background: none repeat scroll 0 0 #FFF118;
   	border-right: 2px solid #FFFFFF;
	height: 22px;
	width: 10px;
}

.employment .employment_form_title .group .cel2{
    float:left;
    background: none repeat scroll 0 0 #FFC900;
	border-right: 2px solid #FFFFFF;
	height: 22px;
	width: 21px;
}

.employment .employment_form_title .group .cel3{
    float:left;
    background: none repeat scroll 0px 0px rgb(255, 153, 0);
    color: rgb(255, 255, 255);
    padding: 0px 6px 0px 9px;
}

.employment .employment_form_title .group .cel3 .logo{
    float:right;
    background-image: url("/images/icon/signupform.png");
	background-repeat: no-repeat;
	height: 18px;
	margin-left: 6px;
	position: relative;   
	top: 2px;
	width: 20px;
}

.employment .employment_form{
    margin-top:50px;
}

.employment .form_table td hr{
   /* border-bottom:1px solid #808080;*/
   color:rgb(255, 153, 0);
}

.hr_color{
    width:100%;
    border-bottom:1px solid #e4e3e3;
}/****************************************/
/* LeanBack Player | HTML5 Media Player */
/* Release: 0.8.x 						*/
/****************************************/
/* LeanBack Player - no HTML5, no Flash */
.leanback-player-html-fallback {position: relative; text-align: center; font: 13px/1.231 arial, helvetica, sans-serif !important; color: #000 !important; z-index: 1002;}
.leanback-player-html-fallback img {border: 1px solid #555; z-index: 1000;}
.leanback-player-html-fallback div {position: absolute; width: auto; min-width: 220px; height: 20px; bottom: -2px; left: 0; right: -2px; margin: 0; border: 1px solid #555; padding: 5px 5px 0; background: #fff; z-index: 1001;}
.leanback-player-html-fallback a {font-size: 12px; color: #000 !important; text-decoration: none;}
.leanback-player-html-fallback a:hover {border-bottom: dotted 1px #000;}
.leanback-player-audio .leanback-player-html-fallback {position: relative; min-width: 220px !important; height: 20px !important;}
.leanback-player-audio .leanback-player-html-fallback div {bottom: auto; left: auto; right: auto;}
/************************************/
/* LeanBack Player - Flash Fallback */
.leanback-player-flash-fallback {position: absolute; margin: auto; text-align: center; border: 1px solid #555; z-index: 1003;}
/*******************/
/* IFrame Settings */
iframe.h5_lb_player_smallscreen::-webkit-scrollbar, iframe.h5_lb_player_fullscreen::-webkit-scrollbar {display: none;}
iframe.h5_lb_player_fullscreen {
	position: fixed; top: 0; left: 0; border: 0;
	z-index: 1004;
}
iframe.h5_lb_player_smallscreen {
	margin: 0 !important; padding: 0 !important; overflow: hidden;
	z-index: 1000;
}
body.h5_lb_iframe {
	position: absolute !important; border: 0 !important; margin: 0 !important; padding: 0 !important; top: 0 !important; right: 0 !important; left: -2px !important; bottom: 0 !important;
}
/*******************/
/* LeanBack Player */
.h5_lb_player {cursor: pointer; direction: ltr;}
.h5_lb_player .h5_lb_video {border: 1px solid #000; background: #000; cursor: pointer; z-index: 1000; outline: 0;}
.h5_lb_player .h5_lb_audio {cursor: pointer; outline: 0;}
.h5_lb_player audio {display: none !important;}
.h5_lb_smallscreen {position: relative; margin: auto; text-align: center;}
.h5_lb_fullscreen {position: fixed !important; top: 0; left: 0; margin: auto; text-align: center; border: 0; background: #000; z-index: 9999;}
.h5_lb_fullscreen .h5_lb_video {border: 0;}
.h5_lb_unfocused {opacity: 0.7;}
.h5_lb_unfocused:hover {opacity: 1.0;}
/*******************/
/* Big Play Button */
.h5_lb_player .big_play_button {
	position: absolute; top: 50%; left: 50%; margin:-25px 0 0 -25px; width: 50px; height: 50px; vertical-align: baseline;
	border: 1px solid #1a1b1a; cursor: pointer !important; display: block; z-index: 1002;
	/* Radius */
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	/* Background */
	background: #4b4b4b;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADfSURBVHjaYvDy8gIIIKb///8DBBAIAwQQCAMEEAgDBBAIAwQQCAMEEAgDBBAIAwQQ03+G/wABBKIBAgiEAQIIhAECCIQBAgiEAQIIhAECCIQBAgiEAQKIieE/A0AAgWiAAAJhgABi+vf/H0AAgWiAAAKJAQQQiAYIIBAGCCAQBgggEAYIIBAGCCAQBgggEAYIIBAGCCAQBgggEAYIIJAdAAEEogECCIQBAgiEAQIIhAECCIQBAgiEAQIIhAECCIQBAgiEAQIIhAECCIQBAgiEAQIIhAECCIQBAgiEAQIMADV0jbLIoYBgAAAAAElFTkSuQmCC') repeat-x;
}
.h5_lb_player .big_play_button:hover {
	border: 1px solid #747474;
	/* Background */
	background: #747474;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADkSURBVHjaYrh16xZAADH9/fsXIICY/v37BxBAIAwQQCA2QACBaIAAAtEAAQSiAQIIhAECCMQGCCAQDRBAIBoggEA0QACBMEAAgdgAAQSiAQIIRAMEEIgGCCAQBgggpj9//gAEEAgDBBBIDCCAmH7//g0QQCAxgAAC8QECCIQBAggkBhBAIBoggEAYIIBAGCCAQHIAAQQSAwggEA0QQCAMEEAgNkAAgWiAAALRAAEEogECCIQBAgjEBgggEA0QQCAaIIBANEAAgTBAAIHYAAEEogECCEQDBBCIBgggEAYIIBAbIMAA0hOUZfQjygYAAAAASUVORK5CYII=') repeat-x;
}
.h5_lb_player .big_play_button div {
	margin: 13px 0 0 14px; padding: 0; height: 0; width: 0; font-size: 0px; line-height: 0%;
	border-top: 12px solid transparent; border-left: 24px solid #fff; border-bottom: 12px solid transparent;
}
/*******************/
/* Loading Spinner */
.h5_lb_player .h5_lb_spinner {position: absolute; top: 50%; left: 50%; margin: -6px 0 0 -5px; width: 0; height: 0; z-index: 1003;}
.h5_lb_player .h5_lb_spinner div {
	position: absolute; width: 12px; height: 12px; background: #fff;
	/* Border Radius */
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
/******************/
/* Logo */
.h5_lb_player img.logo {position: absolute; height: auto; width: auto; margin: 0; top: 12px; left: 12px; border: 1px solid transparent; display: block; z-index: 1000;}
/******************/
/* Poster, Object */
.h5_lb_player img.poster {position: absolute; margin: 0; top: 0; left: auto; right: auto; border: 1px solid transparent; display: block; z-index: 1001;}
.h5_lb_fullscreen img.poster {border: 0;}
/***************/
/* Control Bar */
.h5_lb_controls {
	position: absolute; top: auto; right: -1px; bottom: -1px; left: 1px; height: 29px; cursor: default; z-index: 1001;
	/* Border */
	border-top: 1px solid #000;
	/* Disable selection */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	/* Background */
	background: #646464;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACbSURBVHjaYvDwcAcIIGZOLk6AAGL68eMHQAAxAQFAADH9//8fIICYGBgYAAIIiP8DBBDTv3//AAIIxAcIIBAGCCAQBgggEAYIIBAGCCAQBgggEAYIIJA8QAAx/Wf4DxBATP///gcIIBAfIICAbAaAAAKJAQQQSD9AAIH4AAEEwgABBGIDBBCIBgggEAYIIBAGCCAQBgggEAYIMAB1v0PS0+tkpgAAAABJRU5ErkJggg==') repeat-x;
}
.h5_lb_controls_below {
	right: -2px; bottom: -31px; left: 0;
	border-left: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000;
}
.h5_lb_fullscreen .h5_lb_controls {
	position: absolute; top: auto; bottom: 0; left: 0; margin: 0; padding: 0 !important;
}
.h5_lb_player:hover .h5_lb_controls {display: block;}
.h5_lb_controls_audio {
	position: relative !important; margin: auto !important; bottom: auto !important;
	/* Border */
	border: 1px solid #000 !important;
}
/********************/
/*  Control Buttons */
.h5_lb_controls > div {
	float: left; text-align: center !important; margin: 0; padding: 0; width: 32px; height: 28px;
}
/*****************/
/* Control Items */
.h5_lb_controls div.h5_lb_play_control {cursor: pointer; display: block;}
.h5_lb_controls div.h5_lb_pause_control {cursor: pointer; display: none;}
.h5_lb_controls div.h5_lb_stop_control {display: block;}
.h5_lb_controls div.h5_lb_progress_control {display: block; width: 0;} /* width is calculated dynamically at runtime */
.h5_lb_controls div.h5_lb_timer_control {display: block; width: 120px; cursor: default !important;}
.h5_lb_controls div.h5_lb_volume_control {display: block; width: auto; padding: 0 6px 0 2px;}
.h5_lb_controls div.h5_lb_playback_control {cursor: pointer; display: block; width: 40px;}
.h5_lb_controls div.h5_lb_subtitle_control {cursor: pointer; display: block; width: 50px;}
.h5_lb_controls div.h5_lb_sources_control {cursor: pointer; display: block; width: 50px;}
.h5_lb_controls div.h5_lb_fullscreen_control {display: block; width: 36px; padding: 0 6px;}
/****************************/
/* Play Control: Inner Item */
.h5_lb_controls div.h5_lb_play_control div {
	margin: 8px 0 0 11px; font-size: 0px; line-height: 0%; cursor: pointer;
	width: 17px; height: 18px;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEoSURBVHjaYlBTV26YMWPG/v///zOQggECiIkBCPT19R1ev379/9ChQw0MRAKAAAJr/PXrF8P169dBzHpiDQAIIJBGSZBGGL548SKIJmgAQADBbUTHp0+fZvjy5QtOAwACCKzx58+fOPGRI0cY3r59i2EAQACxgIjv378TDIzdu3eDwwDoknqg+kaAAAJplCJGIwxcunSJ4dOnT/UAAUS0jTBw7NgxhrPnTjEABBDRGs+fPw/WcOvm3efABCAFEEBgjT9+/MCpARS/yBpg4gABBNLIAwp+dHD37l2G02dOMdy5jaoBBgACCGzj79+/4QKPHj1iOH/hHMON6zexaoABgABigSWAFy9eMFy+conhyuWreDXAAEAAMQBzx34g/g9kPyMldwAEGABTqBT+tIEPeAAAAABJRU5ErkJggg==') no-repeat;
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEASURBVHjaYpgxY8b+////M5CCAQKISVNT0+H06dP/Dx061MBAJAAIIMZTp079Rxb4/v17o52dHV4DAAKI8eDBg//RBTk5OfFqBgggxiNHjvzHZSIbGxtWzQABxLh3797/hPzAy8uLohkggBi3bt36n9gAEBUVBWsGCCAWIEGsHoZHjx6BcD1AALF8+/aNaE3bt29nOHvuFANAABGlCRjCYMW3bt4FRS4jQADh1QSMdBTFMHGAAMKq6erVqwynz5xiuHMbVTEMAAQQiqb79+8znL9wjuHG9ZtYFcMAQACBNb18+ZLh8pVLDFcuX8WrGAYAAohBTV0ZFE//SUnlAAEGAGKVyiyiT8feAAAAAElFTkSuQmCC') no-repeat;
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEKSURBVHjaYpgxY8b+////M5CCAQKI8fr16/8/f/7M8P3790Y7O7sGBiIAQAAxXrt27T+M8+XLF6I0AwQQiiZiNQMEEOOFCxf+4zLx169fWDUDBBDjmdNn/hPyw7///1A0AwQQ4+HDh/8zEAnY2dnBmgECiAVIEKsHpIHhypUr9QABxPL502eiNa1Zu4bh7LlTDAABxPLp8yeCinft2gVWfOvmXVDkMgIEEMvHjx9xKj558iSKYpg4QACxgOIEHVy9epXh9JlTDHduoyqGAYAAYvn27Rucc//+fYbzF84x3Lh+E6tiGAAIILCmly9fMly+conhyuWreBXDAEAAMaipK4Pi6T8pqRwgwABM+9n3+5s7rgAAAABJRU5ErkJggg==') no-repeat;
	/*background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAENSURBVHjaYpgxY8b+////M5CCAQKISV9f3+H169f/Dx061MBAJAAIIKZfv34xXL9+HcSuJ1YzQACBNcHwxYsXQTRBzQABhKIJhk+fPs3w5csXnJoBAojp58+fDLjwkSNHGN6+fYuhGSCAGJcuXfqf2ABQVVVl+P79eyNAALEACWL1MFy6dInh06dP9QABRJKmY8eOMZw9d4oBIICI0nT+/Hmw4ls374IilxEggFh+/PiBUzEo/pAVw8QBAogFFMTo4O7duwynz5xiuHMbVTEMAAQQy+/fv+GcR48eMZy/cI7hxvWbWBXDAEAAgW168eIFw+UrlxiuXL6KVzEMAAQQg5q6Miie/pOSygECDAAhGgie5t/bTwAAAABJRU5ErkJggg==') no-repeat;*/
}
/*****************************/
/* Pause Control: Inner Item */
.h5_lb_controls div.h5_lb_pause_control div {
	height: 13px; width: 5px; float: left;
	border-right: 1px solid #000; border-bottom: 1px solid #000;
	/* Background */
	background: #f1f1f1;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAANCAIAAADntZOlAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABNSURBVHjaYjh+/DhAADH9+vULIIBAGCCAQBgggJh+/vwJEEBM379/BwggEAYIIBAGCCAQBgggph8/fgAEEEgOIICYfv/+DRBAIBogwAC/IyVsa3L9ogAAAABJRU5ErkJggg==') repeat-x;
}
.h5_lb_controls div.h5_lb_pause_control div:nth-child(1) {margin: 9px 0 0 11px;}
.h5_lb_controls div.h5_lb_pause_control  div:nth-child(2) {margin: 9px 0 0 2px;}
/***************************/
/* Stop Control: Inner Item */
.h5_lb_controls div.h5_lb_stop_control div {
	margin: 9px 0 0 9px; height: 13px; width: 13px; cursor: pointer;
	border-right: 1px solid #000; border-bottom: 1px solid #000;
	/* Background */
	background: #f1f1f1;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAANCAIAAADntZOlAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABNSURBVHjaYjh+/DhAADH9+vULIIBAGCCAQBgggJh+/vwJEEBM379/BwggEAYIIBAGCCAQBgggph8/fgAEEEgOIICYfv/+DRBAIBogwAC/IyVsa3L9ogAAAABJRU5ErkJggg==') repeat-x;
}
/********************************/
/* Progress Control: Inner Item */
.h5_lb_controls div.h5_lb_progress_control .progress_bar_bg {
	position: absolute; margin: 9px 7px 0; height: 11px; background: #272826; cursor: pointer; z-Index: 1000;
	border-style: solid; border-width: 1px; border-color: #f1f1f1 #c1c1c1 #c1c1c1 #f1f1f1;
}
.h5_lb_controls div.h5_lb_progress_control .progress_bar_buffered {
	position: absolute; margin: 10px 8px 0; height: 11px; cursor: pointer; z-Index: 1001;
	/* Background */
	background: #666666;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAIAAAAx7HC4AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABFSURBVHjaYjh48CBAADH9+vULIIBAGCCAmH7+/AkQQEzfv38HCCAQBgggEAYIIBAGCCCmHz9+AAQQSA4ggJh+//4NEGAAp5AfekadfZoAAAAASUVORK5CYII=') repeat-x;
}
.h5_lb_controls div.h5_lb_progress_control .progress_bar_played {
	position: absolute; margin: 10px 8px 0; height: 11px; cursor: pointer; z-Index: 1002;
	/* Background */
	background: #f1f1f1;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAIAAAAx7HC4AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABJSURBVHjaYnCYcBMggJj+/vkBEEBMf/78AQggJqY/vwECCEQDBBATw+8vAAHE9O/fP4AAYmL89Q0ggEA0QAAB+V8BAggkDhBgAEoNG0hmL6RlAAAAAElFTkSuQmCC') repeat-x;
}
.h5_lb_controls div.h5_lb_progress_control div.progress_bar_time {
	position: absolute; margin: 11px 0 0 8px; height: 8px; border: 1px solid transparent; background: transparent; z-Index: 1003; display: none;
}
.progress_bar_time div.progress_bar_time_line {
	position: absolute; top: -11px; margin: 0 0 0 -9px; width: 0; height: 0; cursor: pointer; display: none;
	font-size: 0px; line-height: 0%;
	border-top: 10px solid #f1f1f1; border-bottom: 10px solid transparent; border-left: 10px solid transparent; border-right: 10px solid transparent;
}
.h5_lb_controls_below .progress_bar_time div.progress_bar_time_line {
	margin: 0 0 0 -10px !important;
}
.progress_bar_time div.progress_bar_time_txt {
	position: absolute; top: -29px; margin: 0 0 0 -4px; padding: 4px 5px; height: 12px;
	color: #f1f1f1; border: 1px solid #f1f1f1; font: 9px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,1); display: none;
	/* Background */
	background: #7a7a7a;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAZCAIAAACUxWgrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWUlEQVQImTWNwQnEQBDDZHCzW3PSSGB3dI/kXgZh2VlrAb3vC+g+G+nMIHUUe+aE/OHMhHTvt3mGvAL0eZ4vklR0LAJ0fDcVKSJ2nJACatXvKKSI8ROSBPgBKfBOodJK2ZEAAAAASUVORK5CYII=') repeat-x;
}
.h5_lb_controls_below .progress_bar_time div.progress_bar_time_txt {
	margin: 0 0 0 -4px !important;
}
.progress_bar_time:hover .progress_bar_time_line,
.progress_bar_time:hover .progress_bar_time_txt {z-Index: 1004; display: block;}
/*****************************/
/* Timer Control: Inner Item */
.h5_lb_timer_control div {margin: 9px 0 0; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-align: center; text-shadow: 1px 1px 1px rgba(0,0,0,1); color: #fff;}
/*************************/
/* Volume Control: Items */
/* Mute Items */
.h5_lb_controls div.h5_lb_volume_control .h5_lb_mute div {position: absolute;}
.h5_lb_mute div:nth-child(1), .h5_lb_mute div:nth-child(2), .h5_lb_mute div:nth-child(3), .h5_lb_mute div:nth-child(4) {
	cursor: pointer;
}
.h5_lb_mute div:nth-child(1) {margin: 13px 0 0 2px; height: 6px; width: 5px; z-index: 1001;}
.h5_lb_mute div:nth-child(2) {margin: 12px 0 0 7px; height: 8px; width: 1px; z-index: 1000;}
.h5_lb_mute div:nth-child(3) {margin: 10px 0 0 8px; height: 12px; width: 2px;}
.h5_lb_mute div:nth-child(4) {margin: 9px 0 0 10px; height: 14px; width: 2px;}
.h5_lb_mute div:nth-child(5), .h5_lb_mute div:nth-child(6), .h5_lb_mute div:nth-child(7) {
	border-top: 1px solid #a7a7a7; border-right: 1px solid #a7a7a7; border-bottom: 1px solid #a7a7a7;
	/* Border Radius */
	-moz-border-radius: 0 8px 8px 0; -webkit-border-radius: 0 8px 8px 0; border-radius: 0 8px 8px 0;
}
.h5_lb_mute div:nth-child(5) {margin: 14px 0 0 12px; height: 2px; width: 1px;}
.h5_lb_mute div:nth-child(6) {margin: 12px 0 0 13px; height: 6px; width: 2px;}
.h5_lb_mute div:nth-child(7) {margin: 10px 0 0 14px; height: 10px; width: 3px;}
.h5_lb_mute div:nth-child(1).is {
	/* Background */
	background: #2b5880;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAGCAIAAABmRdhlAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAA4SURBVHjaYrRuOc7AwAgQQCx//vwBUgABxMLw+wuQAgggln///gEpgABiYfz1DUgBBBADBAAEGAAgaAtrhB6FIgAAAABJRU5ErkJggg==') repeat-x;
}
.h5_lb_mute div:nth-child(1).isnot {
	/* Background */
	background: #7a7a7a;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGCAIAAACNcmNmAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAApSURBVHjaYti6dStAADH9/PkTIICYvn//DhBAIAwQQCAMEEAMQAAQYAC6jg3CIVqLFwAAAABJRU5ErkJggg==') repeat-x;
}
.h5_lb_mute div:nth-child(2).is {
	/* Background */
	background: #2b5880;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAIAAAC3eAIWAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAA5SURBVHjaYrDsOAMQQExMf34DBBDTnz9/AAKIieH3F4AAYvr37x9AADEx/voGEEAgGiCAGIAAIMAAEhoQW8nnhqAAAAAASUVORK5CYII=') no-repeat;
}
.h5_lb_mute div:nth-child(2).isnot {
	/* Background */
	background: #7a7a7a;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAIAAAC3eAIWAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAA0SURBVHjaYti9ezdAADH9+vULIICYfv78CRBATN+/fwcIIBAGCCAQBgggEAYIIAYgAAgwAFoTE6suonVGAAAAAElFTkSuQmCC') no-repeat;
}
.h5_lb_mute div:nth-child(3).is {
	/* Background */
	background: #2b5880;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAMCAYAAABIvGxUAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABwSURBVHjaYv7//z/DQcGo/wABxLyPN/D//39/GQACiOXPnz8MDAyMDAABxML05zeYARBAcBGAAGJh+P0FzAAIIJZ///6BGQABxML46xuYARBAcBGAAAKq+QpmAAQQkGD4b5Ax+z9AADGArABxAAIMAKRFJT7sjSGzAAAAAElFTkSuQmCC') no-repeat;
}
.h5_lb_mute div:nth-child(3).isnot {
	/* Background */
	background: #7a7a7a;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAMCAYAAABIvGxUAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABkSURBVHjaYvj//z/D8ePH/wMEEMuhQ4f+MwABQACx/Pr1C0QzAAQQnAEQQCw/f/4EMwACiOX79+9gBkAAwRkAAQRnAAQQnAEQQCw/fvwAMwACCIT+19TU/AcIIAaQFSAOQIABADaWKGzcwrYdAAAAAElFTkSuQmCC') no-repeat;
}
.h5_lb_mute div:nth-child(4).is {
	/* Background */
	background: #2b5880;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOCAIAAACKFloIAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABrSURBVHjaYnCadJOBgQEggJj+/fsPpAACiOnvnx9ACiCAmP78+QOkAAKIienPbyAFEEBQHkAAMTH8/gKkAAIIqPIfkAIIICbGX9+AFEAAQXkAAQSU+wqkAAIIqhIggID6fgEpgACCIoAAAwDZrSBDp6p1TAAAAABJRU5ErkJggg==') no-repeat;
}
.h5_lb_mute div:nth-child(4).isnot {
	/* Background */
	background: #7a7a7a;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOCAIAAACKFloIAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABdSURBVHjaYjh+/DgDAwNAADH9+vULSAEEEJQCCCAoBRBATD9//gRSAAHE9P37dyAFEEBQCiCAoBRAAEEpgABi+vHjB5ACCCCoBoAAYvr9+zeQAgggKA8ggKAIIMAAzIglbCTl8h8AAAAASUVORK5CYII=') no-repeat;
}
/* Volume Items */
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume {margin: 0 0 0 28px;}
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume div {
	position: relative; margin: 9px 0 0 0; width: 4px; height: 13px; float: left; background: #3e3e3e; cursor: pointer;

	border: 1px solid #000; border-width: 0 1px 1px 0;
}
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume div.is {
	/* Background */
	background: #2b5880;
	/* Background - URL */
	background: transparent url('data:image/png;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wgARCAAQAAEDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAME/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/aAAwDAQACEAMQAAABkxEjv//EABUQAQEAAAAAAAAAAAAAAAAAAAAS/9oACAEBAAEFAqU//8QAFREBAQAAAAAAAAAAAAAAAAAAABL/2gAIAQMBAT8Bh//EABURAQEAAAAAAAAAAAAAAAAAAAAS/9oACAECAQE/Abf/xAAUEAEAAAAAAAAAAAAAAAAAAAAQ/9oACAEBAAY/Aj//xAAUEAEAAAAAAAAAAAAAAAAAAAAQ/9oACAEBAAE/IT//2gAMAwEAAgADAAAAEMf/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAEDAQE/ED//xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAECAQE/ED//xAAVEAEBAAAAAAAAAAAAAAAAAAAAcf/aAAgBAQABPxClP//Z') repeat-x;
}
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume div.isnot {
	/* Background */
	background: #7a7a7a;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAANCAIAAADntZOlAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABNSURBVHjaYjh+/DhAADH9+vULIIBAGCCAQBgggJh+/vwJEEBM379/BwggEAYIIBAGCCAQBgggph8/fgAEEEgOIICYfv/+DRBAIBogwAC/IyVsa3L9ogAAAABJRU5ErkJggg==') repeat-x;
}
/*********************************/
/* Playback Control: Inner Items */
.h5_lb_controls div.h5_lb_playback_control div {text-align: center !important; margin: 9px 0 0; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,1); color: #fff;}
.h5_lb_controls div.h5_lb_playback_control div.playback_nav {
	position: absolute; width: 40px; margin: 0 0 3px -4px; padding: 0; display: none;
	border: 1px solid #000; border-bottom: 0;
	/* Background Fallback for web browsers doesn't support gradient */
	background: #0e0f0d;
	/* Background-Gradient */
	background: -ms-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -moz-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#0e0e0e), to(#222222));
	background: -webkit-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -o-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
}
.h5_lb_controls div.h5_lb_playback_control:hover div.playback_nav {display: block; padding: 2px;}
.h5_lb_controls div.h5_lb_playback_control .playback_nav div {border-top: 1px solid transparent; color: #fff; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); height: 15px; padding: 2px 4px 0; margin: 0;}
.h5_lb_controls div.h5_lb_playback_control .playback_nav div:hover {color: #000; color: rgba(255,255,255, 1); background: #f1f1f1; background: rgba(255,255,255, 0.1); border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255,255,255, 0.1); text-shadow: 1px 1px 1px #000; display: block; z-index: 1001;}
/*********************************/
/* Subtitle Control: Inner Items */
.h5_lb_controls div.h5_lb_subtitle_control div {text-align: center !important; padding: 9px 0 0; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,1); color: #fff; text-transform: uppercase;}
.h5_lb_controls div.h5_lb_subtitle_control div.subtitle_nav {
	position: absolute; width: 57px; margin: 0 0 3px -8px; padding: 0; display: none;
	border: 1px solid #000; border-bottom: 0;
	/* Background Fallback for web browsers doesn't support gradient */
	background: #0e0f0d;
	/* Background-Gradient */
	background: -ms-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -moz-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#0e0e0e), to(#222222));
	background: -webkit-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -o-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
}
.h5_lb_controls div.h5_lb_subtitle_control:hover div.subtitle_nav {display: block; padding: 2px;}
.h5_lb_controls div.h5_lb_subtitle_control .subtitle_nav div {border-top: 1px solid transparent; color: #fff; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); height: 15px; padding: 2px 4px 0; margin: 0; text-transform: none;}
.h5_lb_controls div.h5_lb_subtitle_control .subtitle_nav div:hover {color: #000; color: rgba(255,255,255, 1); background: #f1f1f1; background: rgba(255,255,255, 0.1); border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255,255,255, 0.1); text-shadow: 1px 1px 1px #000; display: block; z-index: 1001;}
/*********************************/
/* Sources Control: Inner Items */
.h5_lb_controls div.h5_lb_sources_control div {text-align: center !important; padding: 9px 0 0; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,1); color: #fff;}
.h5_lb_controls div.h5_lb_sources_control div.sources_nav {
	position: absolute; width: 62px; margin: 0 0 3px -9px; padding: 0; display: none;
	border: 1px solid #000; border-bottom: 0;
	/* Background Fallback for web browsers doesn't support gradient */
	background: #0e0f0d;
	/* Background - Gradient */
	background: -ms-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -moz-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#0e0e0e), to(#222222));
	background: -webkit-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: -o-linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
	background: linear-gradient(bottom, #222222, #1e1e1e, #131415, #0e0e0e 65%, #1e1e1e 95%);
}
.h5_lb_controls div.h5_lb_sources_control:hover div.sources_nav {display: block; padding: 2px;}
.h5_lb_controls div.h5_lb_sources_control div.sources_nav div {border-top: 1px solid transparent; color: #fff; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); height: 16px; padding: 2px 4px 0; margin: 0;}
.h5_lb_controls div.h5_lb_sources_control div.sources_nav div span {vertical-align: text-top; font-weight: lighter; font: 8px/1.231 "bitstream vera sans", "lucida grande", verdana !important; padding: 0;}
.h5_lb_controls div.h5_lb_sources_control .sources_nav div:hover {color: #000; color: rgba(255,255,255, 1); background: #f1f1f1; background: rgba(255,255,255, 0.1); border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255,255,255, 0.1); text-shadow: 1px 1px 1px #000; display: block; z-index: 1001;}
/***********************************/
/* Fullscreen Control: Inner Items */
.h5_lb_controls div.h5_lb_fullscreen_control div {
	position: absolute; border: 1px solid #f1f1f1; cursor: pointer;
}
.h5_lb_controls div.h5_lb_fullscreen_control div.h5_lb_fullscreen_control_fs1 {
	margin: 11px 0 0 6px; height: 7px; width: 14px; z-index: 1000;
	/* Background */
	background: #7a7a7a;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAANCAIAAADntZOlAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABNSURBVHjaYti9ezdAADH9+vULIICYfv78CRBATN+/fwcIIBAGCCAQBgggEAYIIKYfP34ABBBIDiCAmH7//g0QQCAaIIBAGCCAQBggwAC2yyVIH487bgAAAABJRU5ErkJggg==') repeat-x;
}
.h5_lb_controls div.h5_lb_fullscreen_control div.h5_lb_fullscreen_control_fs2 {
	margin: 9px 0 0 4px; height: 11px; width: 20px; z-index: 1001; display: none;
	/* Background */
	background: #2b5880;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAIAAAAx7HC4AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABJSURBVHjaYnCYcBMggJj+/vkBEEBMf/78AQggJqY/vwECCEQDBBATw+8vAAHE9O/fP4AAYmL89Q0ggEA0QAAB+V8BAggkDhBgAEoNG0hmL6RlAAAAAElFTkSuQmCC') repeat-x;
}
.h5_lb_controls div.h5_lb_fullscreen_control:hover div.h5_lb_fullscreen_control_fs2 {display: block;}
/*********************/
/* In-video Subtitle */
.h5_lb_player .h5_lb_subtitles {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin-top: 0; margin-bottom: 0; color: #fff; text-align: center; display: none; z-index: 1000;
}
.h5_lb_player .h5_lb_subtitles .plain {
	display: inline-block; position: absolute; top: auto; right: -1px; bottom: 45px !important; left: 1px; margin: 0; padding: 0; z-index: 1000;
}
.h5_lb_player .h5_lb_subtitles_controls_below .plain {
	bottom: 15px !important;
}
.h5_lb_player .h5_lb_subtitles .vtt {
	position: absolute; font: 12px/1.231 arial, helvetica, sans-serif !important;
}
.h5_lb_player .h5_lb_subtitles .vtt div {
	display: inline-block; position: relative !important;
}
.h5_lb_player .h5_lb_subtitles .plain div {
	display: inline-block; padding: 5px 10px; background: rgba(0,0,0,0.5); white-space: normal;
}
.h5_lb_fullscreen  .h5_lb_subtitles .plain {font: 22px/1.231 arial, helvetica, sans-serif;}
.h5_lb_smallscreen  .h5_lb_subtitles .plain {font: 12px/1.231 arial, helvetica, sans-serif;}
/***********************/
/* Embedding Code/Link */
.h5_lb_player .h5_lb_embed {
	position: absolute; top: 5px; right: 5px; margin: 5px; width: auto; height: 40px; text-align: right; display: none; z-index: 1001;
}
.h5_lb_fullscreen  .h5_lb_embed {
	visibility: hidden;
}
.h5_lb_player .h5_lb_embed .h5_lb_embed_inner {
	margin: 0 0 3px auto; padding: 5px;
	border: 1px solid #000; text-align: center !important; width: auto; height: auto;
	line-height: normal !important; color: #fff; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	/* Background Fallback for web browsers doesn't support RGBa */
	background: #000;
	/* RGBa with 0.4 opacity */
	background: rgba(0, 0, 0, 0.4);
}
.h5_lb_player .h5_lb_embed .h5_lb_embed_inner:hover {
	/* Background RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
}
.h5_lb_player div.h5_lb_embed_code {
	position: absolute; top: 20px; right: 20px; bottom: 55px; left: 20px; padding: 10px 10px 0; text-align: center; z-index: 1005; cursor: default; display: none;
	border: 1px solid #4a4a4a;
	/* Background Fallback for web browsers doesn't support gradient */
	background: #1d1e1b;
}
.h5_lb_player div.h5_lb_embed_code textarea.h5_lb_embed_code_user {
	margin: 0 -10px 5px -10px; padding: 5px; width: 98%; height: 175px;
	line-height: normal !important; vertical-align: baseline; background: #303030; border: 1px solid #303030; color: #fff; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); overflow: auto; cursor: default;
}
.h5_lb_player div.h5_lb_embed_code div.h5_lb_embed_code_txt {
	line-height: normal !important; vertical-align: baseline; color: #fff; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); cursor: default; text-align: center !important;
}
.h5_lb_player div.h5_lb_embed_code button.h5_lb_embed_code_btn {
	position: absolute; bottom: 10px; right: 10px; margin: 0; padding: 0px 5px 2px; height: 20px; z-index: 1003;
}
/*********************/
/* Info Control Item */
.h5_lb_controls div.h5_lb_info_control {display: block; width: 40px; cursor: pointer;}
.h5_lb_controls div.h5_lb_info_control div {
	text-align: center !important; height: 30px; margin: 9px 0 0;
	/* Background - Gradients - "LEANBACK PLAYER" LOGO */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAOCAYAAAA45qw5AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAF5SURBVHjaYvz//z8DDNy4cQPBIQCePHnCKCMjQ7R6DQ0NRmQ+QAAxIXNAjiAWu7q6/idFPSMj4xkgAbYHyGYACCAWZIt//frFQAogUb0xMgcggFAs/vz5M0kWk6oeGQAEEIrF379/J0kzqeqRAUAAofr4E4k+JlE9A1JCBgggsMV79uwBiTB++vyJJHNIVQ+yx8XFhRGU2AACiGXFypVAS/8zREZE/u/p6SHJoLdv35Ko/g3DSqB94eHhjAABxPL86VOG/9AcxgRM50XFxUTnTUZGJsbi4iKi1T99+gyWnf4DBBBjVVUVQ1tb2/9p06YxqKqqMtAQnN2/f78JyC4QByCAGGEl18oVK8EskOdBIcAI4jEy4kgkUIUIBpo4ptB/SHSeBdpnAipAAAIInqqfPQMGOUwX43+Y7VgsZUSzAcpmBOlmhKdcmHaI6H+G/2iFCEAAwYs0UJCD1ANpMIaaSBHGZhYshAECiAG5kkALof9UilusZgEEGAAbLvjHkcOITgAAAABJRU5ErkJggg==') no-repeat;
}
.leanback-player-audio .h5_lb_info_content {
	width: 500px !important; height: 240px !important; top: 50% !important; right: 50% !important; bottom: auto !important; left: 50% !important; margin: -120px 0 0 -250px !important;
}
.h5_lb_player .h5_lb_info_content {
	position: absolute; top: 20px; right: 32px; bottom: 45px; left: 20px; text-align: center; color: #fff; cursor: default; display: none; z-index: 1003;
}
.h5_lb_fullscreen .h5_lb_info_content {
	position: absolute; top: 25%; right: 22%; bottom: 25%; left: 22%; margin: -20px 0 0 -20px; text-align: center; color: #fff; cursor: default; display: none; z-index: 1003;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_menu {
	position: absolute; top: 0;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_menu .entry {
	position: relative; top: 0; left: 20px; margin-left: -1px; padding: 6px 6px 2px; min-width: 65px; width: auto; height: 14px; font: 11px/1.231 "bitstream vera sans", "lucida grande", verdana !important; font-weight: bold !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid #4a4a4a; cursor: pointer; display: block; float: left; z-index: 1003;
	/* Background */
	background: #303030;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_menu .entry:hover {
	/* Background */
	background: #1d1e1b;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_menu .entry_active {
	border-bottom: 1px solid #1d1e1b;
	/* Background */
	background: #1d1e1b;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt {
	position: absolute; top: 23px; bottom: 0; padding: 10px 0 35px 10px; width: 100%; text-align: left; line-height: 14px !important; font: 9px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid #4a4a4a; display: block; clear: both; z-index: 1002;
	/* Background Fallback for web browsers doesn't support gradient */
	background: #1d1e1b;
	/* Disable selection */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt div.info_txt {
	position: relative; margin: 0 10px 0 0 !important; padding: 0 !important; overflow-y: auto;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt div a {
	color: #fff; text-decoration: none; cursor: pointer; border-bottom: 1px dotted #fff; color: #fff;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt div ul {margin: 5px 0 0; padding: 0 18px 0; list-style-type: circle !important;}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt div li {line-height: 14px !important; font: 9px/1.231 "bitstream vera sans", "lucida grande", verdana !important;}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt button.keys {margin: 1px; padding: 0 2px 2px 2px; color: #050; font: 9px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 0 0 0; vertical-align: middle;}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt_shortcuts {padding-bottom: 40px;}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt button.h5_lb_info_content_btn {
	position: absolute; bottom: 10px; right: 10px; margin: 0; padding: 0px 5px 2px; height: 20px; z-index: 1003;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt .headline {
	margin: 0 0 0 0; padding: 10px 10px 5px 10px; display: block;
	background: #303030; border-bottom: 1px solid #4a4a4a; font-size: 11px !important; font-weight: bold;
}
.h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt .about_txt, .h5_lb_player .h5_lb_info_content .h5_lb_info_content_txt .shortcuts_txt {
	color: #fff; height: 100%;
}
.about_txt div, .shortcuts_txt div {
	margin: 0; padding: 5px 10px; background: #303030;
}
.about_txt div {
	padding: 10px;
}
/*******************/
/* Default Content */
.h5_lb_player .btn {
	height: 20px; color: #fff; line-height: normal !important; vertical-align: baseline; font: 10px/1.231 "bitstream vera sans", "lucida grande", verdana !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid #000; cursor: pointer;
	/* Box-Shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4); -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4); box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	/* Background */
	background: #4b4b4b;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACbSURBVHjaYvDwcAcIIGZOLk6AAGL68eMHQAAxAQFAADH9//8fIICYGBgYAAIIiP8DBBDTv3//AAIIxAcIIBAGCCAQBgggEAYIIBAGCCAQBgggEAYIIJA8QAAx/Wf4DxBATP///gcIIBAfIICAbAaAAAKJAQQQSD9AAIH4AAEEwgABBGIDBBCIBgggEAYIIBAGCCAQBgggEAYIMAB1v0PS0+tkpgAAAABJRU5ErkJggg==') -1px repeat-x;
}
.h5_lb_player .btn:hover {
	color: #000; border: 1px solid #747474;
	/* Background */
	background: #747474;
	/* Background - URL */
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADkSURBVHjaYrh16xZAADH9/fsXIICY/v37BxBAIAwQQCA2QACBaIAAAtEAAQSiAQIIhAECCMQGCCAQDRBAIBoggEA0QACBMEAAgdgAAQSiAQIIRAMEEIgGCCAQBgggpj9//gAEEAgDBBBIDCCAmH7//g0QQCAxgAAC8QECCIQBAggkBhBAIBoggEAYIIBAGCCAQHIAAQQSAwggEA0QQCAMEEAgNkAAgWiAAALRAAEEogECCIQBAgjEBgggEA0QQCAaIIBANEAAgTBAAIHYAAEEogECCEQDBBCIBgggEAYIIBAbIMAA0hOUZfQjygYAAAAASUVORK5CYII=') repeat-x;
}
/*******************/
/* Hacking Content */
.elem_visible {display: block !important;}
.elem_visibility_hidden {visibility: hidden !important;}
.h5_lb_fullscreen_fix {margin: 0 !important;}
/****************************************/
/* CSS Loaded Test - do not change this */
.h5_lb_css_loaded_test {display: none;}.etabs {
    margin: 0; 
    padding: 0; 
    padding-right:10px;
    position: relative;

}
.tab {  
    margin-right:-2px; 
    display: inline-block; 
    zoom:1; 
    *display:inline; 
    background: none repeat scroll 0 0 #555555; 
    color:white; 
    border: solid 1px #999; 
    border-bottom: none; 
    -moz-border-radius: 4px 4px 0 0; 
    -webkit-border-radius: 4px 4px 0 0; 
    background-image: url("/images/global/bull1.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.tab a { 
    font-weight: bold; 
    text-decoration:none; 
    font-size: 12px; 
    line-height: 2em; 
    display: block; 
    padding: 0 10px; 
    outline: none; 
    color:white; 

}
.tab a:hover { 
    text-decoration: none; 

}
.tab.active { 
    background: #fff; 
    padding-top: 0px; 
    position: relative; 
    top: 1px; 
    border-color: #666; 
    color:black; 
    border-bottom:0px;
    border-right:0px;
    background-image: url("/images/global/bull5.png");
    background-repeat: no-repeat;
    background-position: right center;

}
.tab a.active { 
    font-weight: bold; 
    color:black; 
    text-decoration:none; 

}
.tab-container .panel-container { 
    background: #fff; 
    border: solid #666 1px; 
    padding: 0px; 
    -moz-border-radius: 0 4px 4px 4px; 
    -webkit-border-radius: 0 4px 4px 4px;

}
.panel-container { 
    margin-bottom: 0px; 
    background: #fff; 
    border: 0px; 
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px; 
    -webkit-border-radius: 0 4px 4px 4px; 

}
.tab-container {
    z-index:999; 
    position:relative;
    top: 1px;

}


.tab2 {  
    margin-right:-2px; 
    display: inline-block; 
    zoom:1; 
    *display:inline; 
    background: none repeat scroll 0 0 #FF9900; 
    color:white; 
    border: solid 1px #999; 
    border-bottom: none; 
    -moz-border-radius: 4px 4px 0 0; 
    -webkit-border-radius: 4px 4px 0 0; 
    background-image: url("/images/global/bull1.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.tab2 a { 
    font-weight: bold; 
    text-decoration:none; 
    font-size: 12px; 
    line-height: 2em; 
    display: block; 
    padding: 0 10px; 
    outline: none; 
    color:white; 

}
.tab2 a:hover { 
    text-decoration: none; 

}
.tab2.active { 
    background: #fff; 
    padding-top: 0px; 
    position: relative; 
    top: 1px; 
    border-color: #666; 
    color:black; 
    border-bottom:0px;
    border-right:0px;
    background-image: url("/images/global/bull5.png");
    background-repeat: no-repeat;
    background-position: right center;

}
.tab2 a.active { 
    font-weight: bold; 
    color:black; 
    text-decoration:none; 

}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    background: #ff9900;
	background-image: url('/images/global/pagination_next.png');
    //min-width: 20px;
	height: 15px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
    filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    background: #ff9900;
	background-image: url('/images/global/pagination_back.png');
    //min-width: 20px;
	height: 15px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
    filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.owl-controls .owl-buttons .owl-prev.disabled, .owl-controls .owl-buttons .owl-next.disabled{
    background-color: #767677;
    cursor:default;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 2px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
    font-weight:bold;
    border:1px solid #FFFFFF;
	opacity: 1;
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	background: #ff9900;
}

.owl-theme .owl-controls .owl-page.active span{
    background: #767677;
    cursor:default;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 0px 5px;
	font-size: 12px;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-inner-item{
    display: block;
    height:100px;
	cursor: pointer;
	padding: 5px 3px;
	margin: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    direction:rtl;
    border: 1px solid #FF9900;
    color:#000
}

.owl-inner-item2{
    display: block;
    height:670px;
	cursor: auto;
	padding: 5px 3px;
	margin: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    direction:rtl;
    border: 1px solid #FF9900;
    color:#000
}

.owl-inner-item3{
    position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/**
 * selectize.css (v0.11.0)
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  /*-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;*/
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  /*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}
.selectize-dropdown-header {
  position: relative;
  padding: 2px 3px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 14px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  /*line-height: 13px;
  -webkit-font-smoothing: inherit;*/
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 0px 0px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
}
.selectize-input.dropdown-active {
  /*-webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;*/
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 5px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-dropdown-content .option {
    width:100%;
}
@keyframes start {
    from {
        transform: scale(.5);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(.5);
    }
    to {
        -webkit-transform: scale(1);
    }
}
.rtl{direction:rtl}
.pdp-default {
    position: absolute;    
    direction: rtl;    
    color: #555;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.19);
}

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

.pdp-default ::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

.pdp-default ::-webkit-scrollbar-thumb
{
	background-color: #444444;
}
.pdp-default ::selection{
    color: #67cdcc;
}

.pdp-default .header{
    background-color: #ffffff;
    border-top: 2px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;   
    padding: 2px;
    font-weight: bold;
}

.pdp-default .yearSelect{
    overflow-y: auto;
    direction: ltr;
}

.pdp-default .monthSelect li.desableMonth, .pdp-default .monthSelect li.desableMonth:hover{
    color: #bbb;
    background: #eee;
}

.pdp-default .yearSelect, .pdp-default .monthSelect{   
    font:normal 12px Tahoma;
    background: #f9f9f9;
    border: 1px solid #ccc;    
    list-style: none;
    position: absolute;
    padding: 0;
    width: 99.6%;    
    text-align: right;    
    z-index: 9999;    
    animation: start 0.2s;
    -webkit-animation: start 0.2s;    
}
.pdp-default  .selected{
    background: #15a6eb;
    color: #ffffff;
}

.pdp-default .yearSelect li, .pdp-default .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;    
    text-align: center;       
    border: 1px dotted #ddd;
}
.pdp-default .yearSelect li:hover, .pdp-default .monthSelect li:hover {
    background: #FF9933;
    color: #ffffff;
    border-color: #FF7700;
}

.pdp-default .nextArrow{
    right:0;
}
.pdp-default .prevArrow{
    left:0;    
}
.pdp-default .monthYear{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.pdp-default .nextArrow, .pdp-default .prevArrow{
    cursor: pointer;    
    position: absolute;
    top:1px;
    padding: 2px;
}

.pdp-default .nextArrow:hover, .pdp-default .prevArrow:hover{
    color: #0073ea;
}

.pdp-default .cell {  
    display: inline-block;    
    cursor: default;
    text-align: center; 
}

/* Days of the week */
.pdp-default .dows {  
    background: #5F5D5D;/*#006fe0;*/
    color: #fff;    
}
.pdp-default .dow {            
    font: bold 14px 'helvetica';
    border: 1px solid #5F5D5D;
}

.pdp-default .days{
    background-color: #ffffff;
    border: 1px solid #999;
    border-top: none;
    font: normal 12px Tahoma;   
}

.pdp-default .day{
    border: 1px solid #f1f1f1;    
}

.pdp-default .day:hover{
    background: #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 2px;
}
.pdp-default .selday, .pdp-default .selday:hover{
    background: #eadaa6;
    border-color: #eb5b04;
}

.pdp-default .friday{
    color: #f38;   
}

.pdp-default .today{
    color: #fff;
    background: #0073ea;
}
.pdp-default .today:hover{
    color: #fff;
    background: #0073ea;    
}

.pdp-default .nul{    
    border: 1px solid #f1f1f1;  
    background: #f1f1f1;  
}

.pdp-default .footer{    
    background: #999;
    font: normal 12px Tahoma;   
    text-align: center;
    height: 17px;
}
.pdp-default .footer .goToday{    
    color: #f0f0f0;
    text-decoration: none;    
}
.pdp-default .footer .goToday:hover{    
    color: #ffffff;
    text-decoration: overline;    
}
#social_share{
    position:fixed;
    left:0px;
    top:0px;
    background: url("/images/icon_social/share.png") no-repeat scroll left 5px transparent;
    background-color:#555555;
    width:155px;
    height:34px;
    padding-left:38px;
    padding-bottom:5px;
    padding-top:5px;
    z-index:99999;
}

#social_share a:visited, #social_share a:link, #social_share a:active{
    opacity: .7;
    filter:Alpha(Opacity=70);
}

#social_share a:hover{
    opacity: 1;
    filter:Alpha(Opacity=100);
}

#counterday{
    position:fixed;
    right:0px;
    bottom:0px;
    background: url("/images/global/counter1.png") no-repeat scroll left 0px transparent;
    background-color:transparent;
    background-size:cover;
    width:170px;
    height:95px;
    padding:0px;
    z-index:9999;
}

#day{
    position:fixed;
    left:0px;
    top:0px;
    padding:5px;
    padding-top:10px;
    z-index:9999;
    color:white;
    font-family:Tahoma;
    font-size:20pt;
    font-weight: bold;
    background-color:#ff6a00;
    width:240px;
    height:30px;
}

#discount40{
    position:fixed;
    left:0px;
    top:0px;
    background: url("/images/global/40-new.png") no-repeat scroll left 5px;
    width:185px;
    height:85px;
    padding-left:38px;
    padding-bottom:5px;
    padding-top:5px;
    z-index:99999;
    cursor: pointer;
}
#discount40 a{display: block; width: 185px; height: 85px;}﻿@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("/images/global/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./font/slick.eot"); src: url("./font/slick.eot?#iefix") format("embedded-opentype"), url("./font/slick.woff") format("woff"), url("./font/slick.ttf") format("truetype"), url("./font/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
.notifyjs-saze-info:before {
    content: 'i';
    width: 30px;
    height: 30px;
    background-color: #0074D9;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 7px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.notifyjs-saze-error:before {
    content: 'x';
    width: 30px;
    height: 30px;
    background-color: #FF4136;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 7px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.notifyjs-saze-success:before {
    content: '√';
    width: 30px;
    height: 30px;
    background-color: #2ECC40;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 7px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.notifyjs-saze-warning:before {
    content: '!';
    width: 30px;
    height: 30px;
    background-color: #FFDC00;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 7px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#manualContainer{height:auto;overflow:hidden;padding-left:-10px;padding-bottom:10px;}

#manualMenu{width:200px;float:right;height:auto;padding:5px;border:1px solid #ccc;border-radius:5px;margin-left:20px;text-align:right}
#manualMenu p, #manualMenu a{text-align:right}
.selected{color:orange !important;text-align:right}

#manualContent1{width:490px;float:right;height:300px;padding:5px;background-color:blue;}

.manualSection {direction:rtl;text-align:justify;font-family:"tahoma";}
.manualSection ol {margin-right:5px;}
.manualSection h1 {text-align:center;color:#29337F;font-size:19px;font-weight:800;}
/*.manualSection h1:after {content:url('/images/manual/headingline.png');}*/
.manualSection h2 {text-align:center;color:#29337F;font-size:17px;font-weight:800;}
.manualSection h3 {text-align:center;color:#29337F;font-size:15px;font-weight:800;}
.manualSection p.pSeparator {margin-top:30px;}
.manualSection p.pTitle {font-size:14px;font-weight:800;margin-top:30px;font-family:"tahoma"}
.manualSection p.pContent {font-size:12px;margin-top:10px;font-family:"tahoma";}
.manualSection li {font-size:12px;}
.steps {color:#29337F;}
.import {height:auto;min-height:100px;background-color:#FFF8C6;border:1px solid black;overflow:hidden;margin-top:10px;}
.import div.imgContainer{float:right; margin-top:35px; width:50px; height:60px;}
.tableFont {font-size:13px;font-family:"tahoma";margin-top:5px;}
.settings {width:480px;height:120px;background-color:#e1e1d0;margin-right:200px;border:3px #29337F double;text-align:left;}
.pSettings {color:black;font-size:20px;margin-left:10px;}
#accordion {list-style: none;padding:0px;text-align:right;margin:0px !important}
#accordion ul {list-style: none;padding:0px;text-align:right}
.nodeContainer{width:185px;}
.nodePlus {cursor:pointer;width:8px;height:8px;float:right;}
.nodeLink{float:right;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:175px;}
.bluep {font-size:15px;margin-top:30px;font-family:"tahoma";color:#29337F;font-weight:800;}
.divOne {width:250px;float:left;}
.divTwo {width:450px;height:500px;}
.mainDiv {margin-top:10px;height:500px;width:700px;text-align:right;}
p.stepsLink:hover {color:red;}
.stepsLink{font-size:13px;}

.manualSection .appendix-ul {overflow:hidden;padding-right:15px;}

table.errors {width:100%;overflow:hidden;}
table.errors th:nth-child(1) {width:10%;border:1px black solid}
table.errors th:nth-child(2) {width:90%;border:1px black solid}
table.errors td:nth-child(1) {color:black;width:10%;text-align:center;font-weight:bold;background-color:#999999;border:1px black solid}
table.errors td:nth-child(2) {width:90%;border:1px black solid}
table.errors td p.message{text-align:left;direction:ltr;padding:10px}
table.errors td p.description{background-color:#ccc;padding:10px}
table.errors td p.solution{padding:10px}
.lineweight {text-align:center;margin-top:10px}
table.lineweight td {border:1px black solid; width:120px;}


table.changes th {width:100%;overflow:hidden;}
table.changes th:nth-child(1) {width:90%;border:1px black solid}
table.changes th:nth-child(2) {width:10%;border:1px black solid}
table.changes td:nth-child(1) {color:black;width:90%;border:1px black solid;padding:5px;}
table.changes td:nth-child(2) {width:10%;border:1px black solid;padding:5px;text-align:left;direction:ltr;}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.line1{
    position: fixed;
    top: 0;
    left: 0;
}

.line1, .line2, .line3{
    background: #333;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.line1 .titr, .line2 .titr, .line3 .titr{
    float: right;
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #fff;
    
    padding: 5px;
    width: 140px;
    text-align:center;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
}

.line1 .online-count, .line2 .buyer-count, .line3 .all-count{
    float: right;
    font-family: Tahoma, Arial !important;
    font-size: 16px !important;
    color: #fff !important;
    background: #8e44ad;
    padding: 5px;
    width: 55px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.line1 .online-count span, .line2 .buyer-count span, .line3 .all-count span{
    font-family: Tahoma, Arial;
    font-size: 20px;
    color: #fff;
}

.line2{
    position: fixed;
    top: 35px;
    left:0;
}
.line3{
    position: fixed;
    top: 70px;
    left:0;
}
.lottoryContainer{
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.lottoryColor-green{
    background: no-repeat url('/images/lottorynumbers/green.png');
}

.lottoryColor-blue{
    background: no-repeat url('/images/lottorynumbers/blue.png');
}

.lottoryColor-orange{
    background: no-repeat url('/images/lottorynumbers/orange.png');
}

.lottoryColor-purple{
    background: no-repeat url('/images/lottorynumbers/purple.png');
}

.lottoryBallNumber{
    width: 42px;
    height: 42px;
    display:inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    font-size: 10px;
}

.lottoryBalls{
    direction: rtl;
    margin: 10px 0px;
}

.lottoryMsg{
    direction: rtl;
    text-align: right;
}

.lottoryInfo{
    border-top: 2px solid #898989;
    text-align: left;
}

.lottoryInfoTitle{
    background: #898989;
    padding: 5px;
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 10px;
}