@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
}

a img{border:none;}

body{
	background:#003947 url(../img/bg_map.png) center top repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.content{
	width:900px;
	margin:0px auto;
	min-height:600px;
	overflow:hidden;
}

.top{
	width:900px;
	display:block;
	clear:both;
	padding:30px 0px 40px;
	overflow:hidden;
}

.logo{
	display:block;
	float:left;
	width:240px;
	height:142px;
	overflow:hidden;
}

.top_right{
	display:block;
	float:right;
	width:660px;
	overflow:hidden;
}

.top_right form, .srch_tickets{
	display:block;
	float:right;
	clear:both;
	margin:30px 0px 10px;
	background:transparent url(../img/srch.png) left top no-repeat;
	width:223px;
	padding-left:5px;
	height:29px;
	overflow:hidden;
}
.srch_tickets{
	float:none;
	clear:both;
	margin:-10px 0px 20px 270px!important;
}
.srch_input{
	width:190px;
	background:none;
	border:none;
	padding:3px 0px;
	margin:3px 3px 4px 0px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#033;
	display:block;
	float:left;
}
.srch_btn{
	display:block;
	float:left;
	width:30px;
	height:29px;
	border:none;
	background:none;
	cursor:pointer;
}

.menu{
	float:right;
	clear:both;
	width:598px;
	margin-top:20px;
	height:48px;
	padding:1px 0px 1px 21px;
	background:transparent url(../img/menu_bg.png) left top no-repeat;
	overflow:hidden;
}

.btn{
	display:block;
	float:left;
	cursor:pointer;
	background:transparent url(../img/btn_x.png) left top repeat-x;
	height:48px;
}

.btn span{
	display:block;
	float:left;
	width:18px;
	height:48px;
	overflow:hidden;
	cursor:pointer;
}
.btn_l{background:transparent url(../img/btn_l.png) left top no-repeat;}
.btn_r{background:transparent url(../img/btn_r.png) left top no-repeat;}
.btn:hover span{background-position:bottom;}

.btna{
	display:block;
	float:left;
	padding:0px 4px;
	font-size:14px;
	height:48px;
	line-height:48px;
	color:#fff;
}

.btn:hover{background:transparent url(../img/btn_x.png) left bottom repeat-x;}

.btn:hover .btna{
	background-position:bottom;
	color:#F30;}

.btn ul{
	display:none;
	clear:both;
	background:#000;
	padding:4px;
	width:207px;
	border:#333 solid 1px;
	margin-top:48px;
}

*+html .btn ul{margin-top:0px!important;}

.btn:hover ul{
	display:block;
	position:absolute;
}

.btn ul li a{
	display:block;
	float:left;
	clear:both;
	margin-bottom:1px;
	width:187px;
	padding-left:20px;
	height:24px;
	line-height:24px;
	background:transparent url(../img/drop_down_li.png) left top no-repeat;
	color:#ccc;
}

.btn ul li a:hover{
	background-position:bottom;
	color:#F60;
}



/******************** end top ******************/



.main_corner{
	display:block;
	float:left;
	clear:both;
	width:900px;
	height:20px;
	overflow:hidden;
}

.main{
	display:block;
	clear:both;
	width:900px;
	overflow:hidden;
}

.main_cont{
	display:block;
	float:left;
	clear:both;
	width:820px;
	padding:15px 40px;
	background:transparent url(../img/main_y.png) left top repeat-y;
	overflow:hidden;
}

.welcome{
	display:block;
	clear:both;
	background:transparent url(../img/welcome_icon.png) right top no-repeat;
	padding-right:160px;
	width:660px;
	overflow:hidden;
}

.welcome form{
	float:left;
	width:335px;
	overflow:hidden;
	padding-right:15px;
	overflow:hidden;
}

.welcome form div{
	display:block;
	clear:both;
	padding:0px 0px 15px 0px;
	width:335px;
	overflow:hidden;
}

.wl_inp{
	display:block;
	float:left;
	background:transparent url(../img/welcome_long_input.png) left top no-repeat;
	width:325px;
	padding:6px 5px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#033;
	border:none;
}

.welcome form b{
	display:block;
	clear:both;
	font-size:18px;
	font-weight:normal;
	padding:5px 0px 25px;
}

.welcome form div label{
	display:block;
	float:left;
	font-size:14px;
	margin:2px 0px 0px 0px;
}
	
.radioinput{
	display:block;
	float:left;
	margin:2px 5px 0px 0px;
}

*+html .radioinput{margin-top:-1px;}

.ws_inp{
	display:block;
	float:right;
	border:none;
	background:transparent url(../img/welcome_short_input.png) left top no-repeat;
	width:155px;
	padding:5px;
	font-size:14px;
	color:#033;
	font-weight:normal;
	overflow:hidden;
}

.welcome form div a{
	display:block;
	float:left;
	font-size:12px;
	margin-top:10px;
	color:#fff;
	text-decoration:underline;
}

.continue_btn{
	display:block;
	float:right;
}

.welcome_text{
	float:left;
	width:290px;
	padding-left:20px;
	overflow:hidden;
}

.welcome_text p{
	display:block;
	clear:both;
	padding-bottom:20px;
	overflow:hidden;
}

.welcome_text p b{
	display:block;
	clear:both;
	font-size:20px;
	padding-bottom:10px;
	font-weight:normal;
}
.welcome_text p b span{color:#F30;}


/************ end welcome **************/

.foot{
	display:block;
	float:left;
	clear:both;
	background:#000;
	width:100%;
	margin-top:70px;
	padding:0px 0px 10px;
}

.coppy{
	display:block;
	float:left;
	padding:0px 0px 0px 20px;
	width:300px;
	color:#699;
	overflow:hidden;
}

.footmenu{
	display:block;
	float:right;
	padding-right:30px;
}

.footmenu div{
	display:block;
	float:right;
	padding:15px 0px 0px 0px;
}

.footmenu div a, .footmenu div img{
	display:block;
	float:left;
	width:30px;
	height:30px;
}

.footmenu div a{margin-right:10px;}
.footmenu p{
	display:block;
	float:right;
	padding:25px 20px 0px;
}

.footmenu p a{
	color:#699;
	text-decoration:underline;
}
.footmenu p a:hover{color:#fff;}

.footmenu p span{padding:0px 10px; color:#699;}


/*********** free templates **********************/

.intro{
	display:block;
	clear:both;
	width:820px;
	padding-bottom:20px;
	overflow:hidden;
}

.page_title{
	display:block;
	clear:both;
	font-size:24px;
	font-weight:normal;
	padding-bottom:10px;
}
.page_title span{color:#f30;}
.intro p{color:#9c9;}

.main_line{
	display:block;
	float:left;
	clear:both;
	width:950px;
	padding:10px 0px;
}

.tpl{
	display:block;
	float:left;
	width:180px;
	margin-right:30px;
	overflow:hidden;
}

.tpl_img{
	display:block;
	float:left;
	clear:both;
	text-align:center;
	width:174px;
	height:204px;
	border:#333 3px solid;
	margin-bottom:10px;
	overflow:hidden;
}

.tpl_img:hover{border:#f30 3px solid;}
.tpl_img img{
	height:204px;
	text-align:center;
}
.tpl p{
	display:block;
	clear:both;
	width:180px;
	font-weight:bold;
	padding-bottom:5px;
}
.tpl p strong{color:#f30;}

.tpl div{
	display:block;
	float:left;
	clear:both;
	width:200px;
	padding:5px 0px 20px;
}


.tpl div a, .tut_btn, .account_left div a, .upg_btn{
	display:block;
	float:left;
	width:85px;
	height:29px;
	overflow:hidden;
	text-align:center;
	line-height:29px;
	font-weight:bold;
	text-shadow:#700 1px 1px 0px;
	margin-right:10px;
	color:#fff;
	background:transparent url(../img/tpl_btn.png) left top no-repeat;
}
.account_left div a{height:20px; line-height:20px; background:transparent url(../img/mb_btn.png) left top no-repeat;}
.tpl div a:hover, .account_left div a:hover, .upg_btn:hover{
	background-position:bottom;
}

.pages{
	width:820px;
	float:left;
	clear:both;
	padding:10px 0px;
}

.pages a{
	display:block;
	float:left;
	width:auto;
	margin-left:5px;
	height:24px;
	background:transparent url('../img/page_num_x.png') left top repeat-x;
	color:#fff;
}
.pages a strong{
	font-weight:normal;
	padding:0px 10px;
}
.pages a:hover{
	background-position: bottom;
}

.pages a span{
	display:block;
	float:left;
	cursor:pointer;
	height:19px;
	padding-top:5px;
}

.pages a:hover span{background-position:left bottom;}

.number_l{
	background:transparent url('../img/page_num_left.png') left top no-repeat;
	padding-left:10px;
	padding-right:6px;
}

.number_r{
	background:transparent url('../img/page_num_right.png') left top no-repeat;
	width:5px;
}

.current_page{
	font-weight:bold;
	background-position:bottom!important;
	text-shadow:#600 1px 1px 0px;
}

.current_page span{
	background-position:bottom left!important;
}

/********************** videi tutorials  *******************/
.main_line_border{
	display:block;
	float:left;
	clear:both;
	margin:20px 0px 0px;
}

.vtut{
	display:block;
	float:left;
	width:380px;
	margin-right:40px;
	overflow:hidden;
}

.tut_name{
	display:block;
	clear:both;
	padding-bottom:10px;
	font-size:14px;
	color:#f30;
	text-decoration:underline;
}
.tut_name:hover{color:#fff;}

.vtut div{
	display:block;
	float:left;
	width:140px;
	margin-right:10px;
	overflow:hidden;
}
.tut_img{
	display:block;
	float:left;
	clear:both;
	width:134px;
	margin-bottom:10px;
	border:#333 3px solid;
	overflow:hidden;
}
.tut_img:hover{border:#f30 3px solid;}
.tut_img img{width:134px;}
.tut_btn{
	width:140px!important;
	background:transparent url(../img/play_video_tutorial_btn.png) left top no-repeat;
}
.tut_btn:hover{background-position:bottom;}

.vtut p{
	display:block;
	float:left;
	color:#9C9;
	text-align:justify;
	width:230px;
}

/********************** tutorial page *******************/

.main_cont_lr{
	padding:15px 30px!important;
	width:840px!important;
}

.left{
	display:block;
	float:left;
	width:610px;
	overflow:hidden;
	padding-right:35px;
	overflow:hidden;
}
.left_intro{
	width:610px!important;
}
.left_intro p{text-align:justify;}

.intro p a{
	text-decoration:underline;
	color:#fff;
}

.intro p a:hover{color:#f30; text-decoration:underline;}

.right{
	display:block;
	float:left;
	width:195px;
	overflow:hidden;
}

.right_head{
	display:block;
	clear:both;
	width:195px;
	background:transparent url(../img/right_head.png) left top no-repeat;
	height:50px;
	margin-bottom:10px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#fff;
	text-shadow:#930 1px 1px 0px;
	text-align:center;
	font-weight:normal;
}

.right_box{
	display:block;
	float:left;
	clear:both;
	width:195px;
	overflow:hidden;
	margin-bottom:20px;
}
.r_corner{
	display:block;
	float:left;
	clear:both;
	width:195px;
	height:5px;
	overflow:hidden;
}
.r_list{
	display:block;
	float:left;
	clear:both;
	background:transparent url(../img/rb_y.png) left top repeat-y;
	width:175px;
	padding:5px 10px;
	overflow:hidden;
}
.r_list li a{
	display:block;
	float:left;
	clear:both;
	width:155px;
	padding-left:20px;
	height:26px;
	line-height:26px;
	color:#9c9;
	background:transparent url(../img/r_li.png) left top no-repeat;
}
.r_list li a:hover{
	background-position:left bottom;
	color:#fff;
}
	
.tut_parts{
	display:block;
	clear:both;
	padding:10px 0px 20px 20px;
}

.tut_parts strong{
	display:block;
	clear:both;
	font-size:15px;
	color:#f30;
	padding-bottom:10px;
	font-weight:normal;
}

.tut_parts ul li a{
	display:block;
	clear:both;
	color:#fff;
	text-decoration:underline;
	background:transparent url(../img/bullet_fff.gif) left 10px no-repeat;
	padding:5px 0px 5px 10px;
}

.tut_parts ul li a:hover{ color:#f30;}

.tut_page{
	display:block;
	clear:both;
	width:610px;
}

.tut_page p{
	display:block;
	clear:both;
	padding:15px 0px;
	color:#9C9;
	text-align:justify;
}
.tut_page p a{color:#fff; text-decoration:underline;}
.tut_page p a:hover{color:#f30;}

.tut_page img{
	display:block;
	clear:both;
}

/**************** client area ***************************/

.my_menu{
	display:block;
	float:left;
	clear:both;
	height:41px;
	padding:6px 5px 0px 5px;
	width:890px;
	background:transparent url(../img/my_menu_bg.png) left top repeat;
	overflow:hidden;
}

.my_menu div{
	display:block;
	float:left;
	clear:both;
	padding-left:2px;
	width:950px;
	height:41px;
	overflow:hidden;
	width:auto;
}

.my_menu div span{
	display:block;
	float:left;
	width:2px;
	margin:0px 3px;
	height:41px;
	background:transparent url(../img/my_menu_border.png) left top no-repeat;
	overflow:hidden;
}

.my_menu div a{
	display:block;
	float:left;
	height:35px;
	padding:6px 20px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12;
	font-weight:bold;
	text-transform:uppercase;
	color:#9cf;
	text-shadow:#033 1px 1px 0px;
}

.my_menu div a:hover{background:#000; color:#fff}

.my_menu div a strong{
	line-height:27px;
	cursor:pointer;
}
.my_menu div a img{
	display:block;
	float:left;
	margin:5px 10px 0px 0px;
}
.my_top{padding-top:50px!important;}

.account_left{
	display:block;
	float:left;
	width:300px;
	padding-right:20px;
	overflow:hidden;
}

.account_left p{
	display:block;
	clear:both;
	width:300px;
	overflow:hidden;
	background:transparent url(../img/border_line.png) left bottom no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
}

.account_left p strong{
	display:block;
	clear:both;
	font-weight:normal;
	font-size:18px;
	color:#f30;
	padding-bottom:10px;
}

.account_left p span{
	display:block;
	clear:both;
	padding:5px;
	font-size:14px;
}

.account_left div{
	display:block;
	float:left;
	clear:both;
	background:transparent url(../img/border_line.png) center bottom no-repeat;
	padding:10px 0px 0px;
	width:300px;
	overflow:hidden;
}
.account_left div big{
	display:block;
	clear:both;
	padding-bottom:8px;
	font-size:16px;
}
.account_left div big em{
	color:#f30;
	font-style:normal;
}
.account_left div strong{
	display:block;
	float:left;
	clear:both;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:5px;
}
.account_left div strong b{color:#f30;}
.account_left div span{
	display:block;
	clear:both;
	width:400px;
	overflow:hidden;
	margin-bottom:10px;
}
.account_left div span img{
	display:block;
	float:left;
	width:205px;
	margin-right:10px;
}

.account_right{
	display:block;
	float:left;
	width:500px;
	overflow:hidden;
}
.ar_table{
	display:block;
	clear:both;
	width:500px;
	padding-bottom:30px;
	overflow:hidden;
}
.ar_table strong{
	display:block;
	clear:both;
	font-size:16px;
	padding-bottom:10px;
	font-weight:normal;
}
.ar_table strong span{color:#f30;}
.ar_table table{width:500px;}
.ar_table table thead tr td{
	background:#f30;
	border-bottom:#f60 1px solid;
	color:#fff;
	font-weight:bold;
	padding:5px;
	font-size:13px;
}

.ar_table table tbody tr td{
	background:transparent url(../img/border_line.png) center bottom no-repeat;
	padding:5px;
	color:#9CC
}

.ar_table table tbody tr td a{
	color:#fff;
	text-decoration:underline;
}
.ar_table table tbody tr td a:hover{color:#f30;}
.ar_table table tbody tr td b{color:#f30;}
.ar_table table tbody tr:hover td{
	background:#000 url(../img/border_line.png) center bottom no-repeat;
}

/*************************** my details form ***************************/


form.regform{
	width:860px;
	clear:both;
	overflow:hidden;
}
.reg_block{
	float:left;
	width:400px;
	padding:0px 20px 0px 0px;
}
.regstep{
	display:block;
	clear:both;
	overflow:hidden;
	width:400px;
	padding:10px 0px;
}

.regstep select{
	display:block;
	float:left;
	width:250px;
	padding:1px 0px;
}

.regstep label{
	display:block;
	float:left;
	width:130px;
	padding:5px 0px;
	font-weight:bold;
}
.regstep b{
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:-5px;
	font-weight:normal;
	line-height:25px;
}
.regstep label span{
	color:#F33;
}

.inputbody{
	float:left;
	width:250px;
	height:25px;
	overflow:hidden;
	background:transparent url('../img/reg_input_long.png') left top no-repeat;
}


.inputbox{
	display:block;
	width:240px;
	height:20px;
	font-size:12px;
	padding:5px 2px 0px 5px;
	color:#444;
	background:none;
	border:none;
}

.wantmail{
	display:block;
	float:left;
	width:400px;
	padding-top:10px;
}

.wantmail label{
	display:block;
	float:left;
	position:relative;
	width:250px;
	padding-left:10px;
	font-weight:normal;
}

.mailcheckbox{
	display:block;
	float:left;
	margin-top:6px;
}

.wantmail label a{
	color:#c04;
	text-decoration:underline;
}

.wantmail label a:hover{
	text-decoration:none;
	color:#000;
}


.reg_btn{
	display:block;
	float:left;
	width:198px;
	height:50px;
}



.redstars{
	display:block;
	float:left;
	width:540px;
	overflow:hidden;
	font-size:12px;
	margin-bottom:20px;
}

.redstars span{
	color:#F33;
}
.submits{
	display:block;
	float:left;
	clear:both;
	width:800px;
	padding:30px 0px 0px 250px;
}
.sbm_btn{
	display:block;
	float:left;
	margin-right:10px;
	background:transparent url(../img/play_video_tutorial_btn.png) left top no-repeat;
	width:140px;
	height:29px;
	padding-bottom:3px;
	line-height:29px;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow:#600 1px 1px 0px;
	border:none;
}
a.sbm_btn{padding-bottom:0px!important;}
.sbm_btn:hover{background-position:bottom;}

.details_menu{
	display:block;
	float:left;
	clear:both;
	padding:0px 0px 10px;
	margin-bottom:20px;
	text-align:center;
	width:820px;
	background:transparent url(../img/border_line.png) left bottom no-repeat;
}

.details_menu a{
	color:#fff;
	text-decoration:underline;
	background:transparent url(../img/bullet_fff.gif) left 5px no-repeat;
	padding-left:10px;
}

.details_menu a:hover{color:#f30;}

.details_menu  span{padding:0px 15px;}

.up_col{
	display:block;
	float:left;
	width:250px;
	padding:10px 20px 10px 0px;
	margin-right:20px;
	background:transparent url(../img/upgr_col_border.png) right top repeat-y;
}
.up_col_last{background:none!important;}

.upgrade .tut_name{
	color:#fff;
	border-bottom:#333 dotted 1px;
	margin-bottom:10px;
}
.upgrade .tut_name:hover{color:#f30;}
.upgrade{width:250px!important; padding:10px 0px;}
.upgrade div{width:85px!important;}
.upgrade p{width:155px;}
.upg_img{
	display:block;
	clear:both;
	text-align:center;
	width:85px;
	height:85px;
	padding-bottom:10px;
	overflow:hidden;
}
.upg_img img{width:85px; height:85px;}

.upgrade p strong{
	display:block;
	position:relative;
	clear:both;
	padding-top:5px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#f30;
}

.pack{
	display:block;
	float:left;
	background:transparent url(../img/pack_start.png) left top no-repeat;
	width:400px;
	padding:50px 20px 0px 0px;
	overflow:hidden;
}

.pack_plus{background:transparent url(../img/pack_business.png) left top no-repeat!important;}
.pack ul{
	display:block;
	clear:both;
	width:440px;
	padding:10px 0px 0px 10px;
}

.pack ul li{
	display:block;
	float:left;
	width:170px;
	padding:2px 10px 6px 20px;
	overflow:hidden;
	background:transparent url(../img/tick_16.png) left top no-repeat;
}

.pack form{
	display:block;
	float:left;
	clear:both;
	width:400px;
	padding:20px 0px 20px 140px;
}
.domain{
	display:block;
	float:left;
	width:150px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:5px;
	padding:5px 0px;
	background:none;
	border:none;
}
.pack form select{
	display:block;
	float:left;
	width:60px;
	margin:3px 5px 0px 0px;
}
.dom_btn{
	display:block;
	float:left;
	background:none;
	width:30px;
	height:30px;
	border:none;
	cursor:pointer;
}

.pack div{
	display:block;
	float:left;
	width:400px;
	clear:both;
	padding-top:10px;
}

.pack div img{
	display:block;
	float:left;
}

.pack div a{
	display:block;
	float:right;
	background:transparent url(../img/sign_btn.png) left top no-repeat;
	width:195px;
	height:39px;
	overflow:hidden;
}
.pack div a:hover{background-position:bottom;}




/* universal form */




.uniform{
	display:block;
	clear:both;
	width:820px;
	overflow:hidden;
}

.uni_block{
	display:block;
	clear:both;
	width:820px;
	overflow:hidden;
	padding:10px 0px;
}

.center_sub_head{
	display:block;
	clear:both;
	width:820px;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:#222 1px dotted;
	border-top:#333 solid 5px;
	padding:5px 0px;
	margin-bottom:20px;
	font-weight:bold;
	color:#ccc;
}

.uni_line{
	display:block;
	clear:both;
	padding:5px 10px 10px;
	width:820px;
	overflow:hidden;
}

.uni_line label, .uni_col label{
	width:180px;
	padding:0px 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	line-height:23px;
	float:left;
	color:#fff;
}

.short_input, .med_input, .long_input{
	display:block;
	float:left;
	width:146px;
	height:21px;
	padding:2px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#903;
	margin-right:10px;
	border:none;
	line-height:21px;
	background:transparent url(../img/inp_short.png) left top no-repeat;
}

.med_input{width:196px!important; background:transparent url(../img/inp_med.png) left top no-repeat;}
.long_input{width:246px!important; background:transparent url(../img/inp_long.png) left top no-repeat;}

.uni_line div{
	float:left;
	clear:both;
	padding:10px 0px 0px 200px;
	width:540px;
	overflow:hidden;
}

.uni_line div input{margin-right:5px; display:block; float:left;}
.uni_line div div span{ display:block; float:left;font-size:11px; color:#666;}


*+html .uni_line div input{margin-right:5px; margin-top:-3px;}

.shot_sel, .med_sel, .long_sel{
	display:block;
	float:left;
	width:150px;
	font-size:12px;
	height:20px;
	margin-right:10px;
}
.med_sel{width:200px!important;}
.long_sel{width:250px!important;}
.dom_sel{
	width:70px;
	height:25px;
	font-size:14px;
}
.uni_radio{
	display:block;
	float:left;
	margin-top:5px;
}

*+html .uni_radio{margin-top:0px!important;}
.long_label{width:650px!important;}

.uni_col{
	float:left;
	width:250px;
	overflow:hidden;
	padding:5px 10px;
}

.uni_col label{line-height:14px!important;}

.uni_line textarea{
	display:block;
	float:left;
	width:580px;
	height:100px;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.file_input{
	background:#fff;
	width:250px;
	display:block;
	float:left;
	margin-right:10px;
}
.add_files{
	display:block;
	float:left;
	background:transparent url(../img/icon_add.png) left 3px no-repeat;
	padding:3px 0px 5px 25px;
	color:#fff;
	text-decoration:underline;
}
.add_files:hover{color:#f30;}

.uni_line em{
	display:block;
	clear:both;
	margin-left:200px;
	padding:10px 0px;
}


.submit_btn{
	display:block;
	float:left;
	width:180px;
	height:35px;
	padding-bottom:3px;
	line-height:35px;
	margin-right:15px;
	cursor:pointer;
	font-size:14px;
	text-shadow:#930 1px 1px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	background:transparent url(../img/submit_btn.png) left top no-repeat;
	overflow:hidden;
	border:none;
}

.submit_btn:hover, .unsubmit_btn:hover{background-position:bottom;}

.unsubmit_btn{
	display:block;
	float:left;
	width:180px;
	height:35px;
	line-height:32px;
	overflow:hidden;
	font-size:14px;
	text-shadow:#930 1px 1px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	background:transparent url(../img/submit_btn.png) left top no-repeat;
}

.cart, .tickets table{
	width:820px;
	margin:20px 0px;
}

.cart thead tr td, .tickets table thead tr td{
	background:#f30;
	border-bottom:#f60 1px solid;
	color:#fff;
	font-weight:bold;
	padding:10px 5px;
	font-size:14px;
}
.cart tbody tr td, .tickets table tbody tr td{
	background:transparent url(../img/border_line.png) center bottom no-repeat;
	padding:10px 5px;
	color:#9CC
}
.tickets table tbody tr td a{
	color:#fff;
	text-decoration:underline;
}
.tickets table tbody tr td a:hover{text-decoration:none; color:#f30;}
.tickets table tbody tr td strong{color:#f30;}
.tickets table tbody tr:hover td{background:#000 url(../img/border_line.png) center bottom repeat-x;}
.cart tbody tr td strong{
	display:block;
	clear:both;
	font-size:14px;
	color:#fff;
}
.cart tbody tr td div{
	display:block;
	clear:both;
	width:380px;
	text-align:justify;
	padding:10px 0px;
}
.cart tbody tr td div img{
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	width:64px;
	height:64px;
}
.cart tbody tr td b{
	display:block;
	clear:both;
	width:210px;
	text-align:center;
	line-height:18px;
	font-size:13px;
	color:#f30;
}
.intro .unsubmit_btn{
	float:right!important;
	clear:both;
	margin:20px 0px;
}
.tickets_nvg{
	display:block;
	height:20px;
	clear:both;
	width:820px;
	padding:10px 0px;
	background:transparent url(../img/border_line.png) left bottom no-repeat;
}
.tickets_nvg p{
	display:block;
	float:left;
	width:400px;
}
.tickets_nvg div{
	display:block;
	float:right;
	text-align:right;
	width:400px;
}
.tickets_nvg div a, .tickets_nvg p a{
	font-size:13px;
	color:#fff;
	margin:0px 10px;
}
.tickets_nvg p a{margin:0px 5px!important;}
.tickets_nvg div a span{
	margin:0px 5px;
	font-size:14px;
}
.tickets_nvg div a:hover, .tickets_nvg p a:hover{color:#f30;}



.tick{
	display:block;
	float:left;
	clear:both;
	width:820px;
	margin:20px 0px;
	background:#111;
	border:#333 1px solid;
}
.tick_support{background:#0c1315;}
.tick_support .tick_top{background:#14292f!important;}

.tick_top{
	display:block;
	float:left;
	width:780px;
	clear:both;
	padding:10px 20px;
	background:#222;
}
.tick_top p{
	display:block;
	float:left;
	width:400px;
	font-size:14px;
}
.tick_top span{
	display:block;
	float:right;
	width:300px;
	text-align:right;
	color:#9CC;
	line-height:30px;
	font-size:16px;
}

.ticktext{
	display:block;
	float:left;
	clear:both;
	width:780px;
	padding:20px;
}

.ticktext p{
	display:block;
	clear:both;
	font-size:14px;
	width:780px;
}

.ticktext div{
	display:block;
	float:right;
	clear:both;
	padding-top:10px;
	text-align:right;
}

.center_title{
	width:820px;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:28px;
	background:transparent url(../img/border_line.png) center bottom no-repeat;
}

.install{
	background:none!important;
	padding:1px 0px!important;
}
.install_icon{
	display:block;
	float:left;
	clear:both;
	margin:20px 0px 40px;
	width:400px;
/*	height:130px; */	
	text-align:center;
}
.install_icon img{
	width:100px;
}


