body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

fieldset, img {
	border: 0
}

input, select, img {
	vertical-align: middle
}

input, select, textarea {
	outline: 0 none
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal
}

ol, ul, li {
	list-style: none
}

h2, h3 {
	font-size: 12px
}

h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

q:before, q:after {
	content: " "
}

abbr, acronym {
	border: 0
}

body {
	font-size: 12px;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.sys_spec_text li {
	float: left;
	position: relative;
	outline: 0;
	margin-left: 1px;
	margin-bottom: 1px;
}

.sys_spec_text li a {
	height: 19px;
	padding: 4px 12px;
	display: inline-block;
	line-height: 19px;
	font-size: 12px;
	text-decoation: none
}

.slideControlContainer {
	height: 10px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef),
		color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #efefef 0, #fff 100%);
	background: -o-linear-gradient(top, #efefef 0, #fff 100%);
	background: -ms-linear-gradient(top, #efefef 0, #fff 100%);
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 0 #fff;
	border-radius: 7px;
	cursor: pointer;
	width: 300px;
	float: left;
	margin: 8px 5px 0 0;
	position: relative;
}

.slideControlFill {
	background: #F5675D;
	display: block;
	height: 100%;
	border-radius: 7px;
	position: relative;
	z-index: 1;
	overflow: visible !important;
	min-width: 5px
}

.slideControlHandle, .slideControlHandleMax, .slideControlHandleMin {
	display: block;
	background: #F5675D;
	border-radius: 15px;
	border: 5px solid #fff;
	width: 10px;
	height: 10px;
	box-shadow: 0 0 1px #555;
	position: absolute;
	z-index: 5;
	top: -5px;
	cursor: pointer
}

.slideControlHandle {
	right: -10px
}

.slideControlHandleMax {
	right: -10px
}

.slideControlHandleMin {
	left: -10px
}

.slidersubscript{
	display: inline-block;
	position:absolute;
    top: 12px;
    font-size: 12px;
   	width: 100%;
}
.applyAttr {
	width: 100%;
	padding-bottom: 10px;
}

.applyAttr .title {
	width: 15%;
	padding-left: 30px;
	font-size: 16px;
	float: left;
}

.applyAttr .desc {
	width: 80%;
	float: left;
	 display:inline-block; 
}

.applyAttrHalf {
	width: 50%;
	padding-bottom: 10px;
	float: left;
}

.applyAttrHalf .title {
	width: 25%;
	padding-left: 30px;
	font-size: 16px;
	float: left;
}

.applyAttrHalf .desc {
	width: 60%;
	float: left;
}

.applyAttrSpec {
	width: 100%;
	padding-bottom: 10px;
	float: left;
}

.applyAttrSpec .title {
	width: 12.5%;
	padding-left: 30px;
	font-size: 16px;
	float: left;
}

.applyAttrSpec .desc {
	width: 82.5%;
	float: left;
}

.ekc-box {
	float: none;
	width: 282px;
	height: 18px;
	line-height: 18px;
	padding: 4px 3px 4px 3px;
	font-size: 18px
}

.applycontantlabel {
	font-size: 14px
}

.adddatadisk ,.addgateways{
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.deletediskimg {
	cursor: pointer;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 6px 20px;
	background: url(../images/deletedisk.png) no-repeat
}

.deletediskimg.on {
	background: url(../images/deletedisk_on.png) no-repeat
}
.deletegatewayimg {
	cursor: pointer;
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/deletedisk.png) no-repeat;
	position:relative;
	top:4px;
	left:20px;
}

.deletegatewayimg:hover {
	background: url(../images/deletedisk_on.png) no-repeat
}
.deletelbrimg:hover {
	background: url(../images/deletedisk_on.png) no-repeat
}
.deletenrimg:hover {
	background: url(../images/deletedisk_on.png) no-repeat
}
.deletenrimg,.deletelbrimg {
	cursor: pointer;
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/deletedisk.png) no-repeat;
	position:absolute;
	top:8px;
	right:20px;
}

.totalmoneycontainer {
	width: 230px;
	height: 100px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	text-align: center
}

.totalmoney {
	border-radius: 3px;
	width: 230px;
	opacity: 1
}

#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	display: none
}

.userdealform {
	width: 560px;
	height: 420px;
	border: 1px;
	border-style: solid;
	border-color: #cccdcf;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 200px;
	border-radius: 3px;
	background-color: #fbfaf8
}

.logintitle {
	margin: 0 auto;
	width: 90%;
	height: 70px;
	line-height: 90px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #cccdcf;
	text-align: left
}

.loginlabel {
	color: #767676;
	font-size: 22px
}

.refinebutton {
	width: 290px;
	border: medium none;
	height: 40px;
	cursor: pointer;
	border-radius: 3px;
	font-size: 16px;
	font-family:"Microsoft Yahei", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Segoe UI",
		 Tahoma, Arial, STHeiti, sans-serif !important
}

.tinput {
	border-radius: 5px;
}

body {
	overflow: auto;
}

/*Μα½»ΙκΗλ*/
.submit_panel {
	position: fixed;
	right: 60px;
	bottom: 0;
	padding: 20px;
	border-radius: 4px 4px 0 0;
}

.submit_txt {
	padding-bottom: 5px;
	font-size: 14px;
	cursor:default;
}

.submit_txt:hover{
	color : #FFF;
}

.submit_txt span {
	font-size: 18px;
}

.submit_btn {
	width: 180px;
	display: block;
	padding: 5px 0;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
}

.submit_btn em {
	display: block;
	font-size: 10px;
}

#summitabtn {
	margin-left: auto;
	margin-right: auto;
	width: 182px;
}

.offeringSelectContainer {
	width: 1000px;
	height: 152px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left: 1px solid #DDD;
	overflow: hidden;
}

.offeringDetailContainer {
	width: 1100px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
}
.offeringDetailContainerNew {
	width: 98%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #ddd;
	background: #fff;
	padding-left: 15px;
	text-align: center;
}
#tabs {
	list-style: none;
}

#tabs li {    
	margin-bottom: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 8px;
	margin-left: 4px;
	font-weight: bold;
	cursor: pointer;
}

#tabs li a {
	font-size: 12px;
	text-decoration: none;
}

#tabs li.current a {
	font-size: 12px;
	text-decoration: none;
}

#tabs li a.remove {
	margin-left: 6px
}
#tabs li a.remove:hover {
	color:#F5675D;
}
#addtabli {
	padding: 2px 10px !important;
	border-radius: 5px !important;
	margin-left: 10px !important;
	cursor: pointer !important;
}

.paneltitle {
	width: 100%;
	height: 54px;
	margin-bottom: 20px;
}

.paneltitle span {
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	top: 12px;
	font-weight: bold;
	display: block;
	padding-left: 4px;
}
.paneltitleNew {
	width: 100%;
	height: 54px;
	margin-bottom: 20px;
}
.paneltitleNew span {
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	top: 12px;
	font-weight: bold;
	display: block;
	padding-left: 4px;
}


.inneraboldlabel {
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
	text-decoration: underline
}

/* color config */
body {
	color: #666;
	background: #fafafa;
}
a {
	color: #333
}
a:hover {
	color: #333
}
.ekc-box {
	border: 1px solid #CCC;
}
.ekc-box:focus{
	border-color: #F7A09A ;
	box-shadow: 0 0 5px #F7A09A ;
	-moz-box-shadow: 0 0 5px #F7A09A ;
	-webkit-box-shadow: 0 0 5px #F7A09A ;
}
.textbox-focused{
	border-color: #F7A09A ;
	box-shadow: 0 0 5px #F7A09A ;
	-moz-box-shadow: 0 0 5px #F7A09A ;
	-webkit-box-shadow: 0 0 5px #F7A09A ;
}
.applycontantlabel {
	color: #767676;
}

.paneltitle {
	border-bottom: 1px solid #43CD80;
}

.paneltitle span {
	color: #2E8B57;
	border-left: 4px solid #2E8B57;
}
.paneltitleNew {
	border-bottom: 1px solid #43CD80;
}

.paneltitleNew span {
	color: #2E8B57;
	border-left: 4px solid #2E8B57;
}
#tabs {
	border-bottom:1px solid #F5675D;
}

#tabs li {
	background: #e6e6e6;
}

#tabs li a {
	color: #767676;
}

#tabs li.current {
	background: #e6e6e6;
}

#tabs li.current a {
	color: #ac5353;
}

#tabs li a.remove {
	color: #a9a9aa;
}

#tabs li:hover {
	background-color: #ccc;
}

.sys_spec_text li a {
	border: 1px solid #ccc;
	background: #fff;
}

.sys_spec_text li a:hover {
	border: 1px solid #F5675D;
}

.sys_spec_text li.selected a {
	background: #F5675D !important;
	border: 1px solid #F5675D;
	color: #FFF;
}

.totalmoney {
	background-color: #f84b4d;
}

.adddatadisk,.addgateways {
	background-color: #f84b4d;
}

.adddatadisk:hover {
	background-color: #DC4143;
}
.addgateways:hover {
	background-color: #DC4143;
}
.inneraboldlabel {
	color: #ac5353;
}
.inneraboldlabel:hover {
	color: #804040;
}
.submit_panel {
	background: #F5675D;
}

.submit_txt {
	color: #fff;
}

.submit_txt span {
	color: #ffe220;
}

.submit_btn {
	border: 1px solid #fff;
	color: #fff;
	background: #F7A09A;
}

.submit_btn:hover {
	color: #fff;
	background: #F98E87;
}
.refinebutton {
	background-color: #F5675D;
	color: #FFF;
}
.switchbutton-on {
    background: #F5675D;
    color: #fff;
}
.downloadHref:hover{
	color:#F5675D;
}
.tooltip{
    border: 1px solid #F7A09A;
	box-shadow: 0 0 5px #F7A09A;
    -moz-box-shadow: 0 0 5px #F7A09A;
    -webkit-box-shadow: 0 0 5px #F7A09A;
}
.tooltip-top .tooltip-arrow {
/*     bottom: 3px; */
}
.tooltip-top .tooltip-arrow-outer {
/*     bottom: 2px; */
}
.calendar-other-month {
    color: rgb(0, 126, 255) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
}
.calendar-disabled {
    opacity: 0.3 !important;
}
.calendar-selected {
    background-color: #F5675D;
    border: 1px solid #de403f;
}
.calendar-sunday {
    color: #CC2222 !important;
}
.calendar-saturday {
    color: #00ee00 !important;
}