*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Microsoft YaHei';
}
body,div,a,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,tbodt,theader,tfooter{
    font-size: 12px;
}

em {
    font-style: normal;
}

body {
    background-color: #ececec;
    position: relative;
    min-width: 800px;
}

a {
	color: #005ea7;
    cursor: pointer;
    text-decoration: none;
}

/* a:link {
    color: #005ea7;
} */


a:active {
    border: none;
    color: #000;
}

/* a:visited {
    color: #000;
    border: none;
} */
a:hover {
	color:#f60;
}

b {
    font-weight: normal;
}

input {
    border: 1px solid #adafb0;
}

input[type=checkbox]{
	border: none;
}

.loading-img{
	width: 15px;
	height: 15px;
	display: block;
	background: url(images/loading.gif) no-repeat;
	margin: 0 auto;
}

.must-write{
	color: red;
	margin-left: 10px;
}

.btn-buy {
	margin-left:10px;
    padding: 2px 7px;
    background-color: #eb6100;
    border-radius: 3px;
    color: #fff;
}
.btn-disabled {
    background-color: #ccc !important;;
    color: #fff !important;
}

.common-btn-wrap {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.btn-default {
    border-radius: 3px;
    color: #fff !important;
    margin: 0 12px;
    padding: 2px 7px;
    background-color: #eb6100;
    display: inline-block;
}
.btn-default:hover {
    color: #fff;
}

.highlight {
    color: #EB6100;
}

.initialize-none {
    background: none !important;
    border: none !important;
}

.default-color {
    color: #000;
}

.orange-color {
    color: #eb6100;
}

.orange-color>b{
	color: #eb6100 !important;
}

/*group expand collapse*/
.group-content-expand {
    background-position: -23px -21px !important;
}

.group-content-expand-active {
    background-position: -23px 7px !important;
}

.group-content-collapse {
    background-position: -39px -23px;
}

.group-content-collapse,.group-content-expand,.group-content-expand-active {
    background-image: url(images/icon.png);
    background-repeat: no-repeat;
}

/*upload*/
.upload-list .uploadOrder{
	width:76px;
	height:20px;
	position:absolute;
}
.upload-list .uploadify{
	margin: 10px 0 0 -18px;
	*margin: 0px 0 0 -105px; 
	position: absolute;
}

@-moz-document url-prefix()
{.upload-list .uploadify { margin: 10px 0 0 -105px; }}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.upload-list .uploadify { margin: 10px 0 0 -105px;width: 4px !important;display: inline-block;}
} 

.uploadify-queue {
    display: none;
}

.decoration{
	text-decoration: underline !important;
}

.disabled-text{
	color: #ccc !important;
	cursor: default !important;
}

/*jquery block ui*/
.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-titlebar, .ui-widget-header{
	padding: 0 !important;
	border: none !important;
}

.ui-dialog .ui-dialog-content{
	overflow: visible !important;
}



/* autocomplete list */
.autocomplate-container {position:absolute;z-index:8000;margin:0;padding:0;background:#fff;border:1px solid #555;}
.autocomplete-list-item {padding:0 5px;line-height:24px;list-style:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.autocomplate-container .current {background-color:#4d7b9b;color:#fff;}
