/* ===============
 * 重新定义Html元素
 * =============== */
 *{ padding:0; margin:0;}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td { font-size: 1em; font-style: normal; font-weight: normal;}
strong { font-weight: bold;}
ul, ol { list-style: none outside none;}
button,fieldset, img { border: medium none; vertical-align: middle;}
caption, th {  text-align: left;}
table { border-collapse: collapse; border-spacing: 0;}
body { font: 12px/20px "微软雅黑","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif; color: #666; background: #FFF none repeat scroll 0 0; min-width: 1200px;}
input, select, textarea { font: 12px/20px Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
i, cite, em { font-style: normal;}
input,button,select,textarea{outline:none; background:none;}
html {min-height:101%; }
.clearfix:after{ content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;}
.clearfix{zoom:1;}

/* 链接 */
a { color: #333; text-decoration: none; outline: medium none; -webkit-transition-property:color; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease; }
a:link, a:visited, a:active { text-decoration: none;}
a:hover { color: #06b5ac; text-decoration: underline;}
.orange{color:#fe9c0d;}
.orange a{color:#fe9c0d;}
.blue{ color:#00a29a;}
a.blue{color:#00a29a;}

.red{ color:#FF0000;}

.hide{ display:none;}
.show{ display:block;}
.line{ border-bottom:dashed 1px #e2e2e2;}
/* 超出隐藏（需要再设置宽高） */
.over_hidden{ display: block; overflow-x: hidden; overflow-y: hidden; text-overflow: ellipsis; white-space: nowrap;}
.tr{ text-align:right;}

#loginBar{ line-height:36px; height:36px;    z-index: 10000;
    width: 100%;
    background: #faf9f9;
    border-bottom: 1px solid #EEE;}

#loginBar .login-info{ float:left; font-size:12px; color:#ccc;}
#loginBar .login-info a{ color:#222;}
#loginBar .login-info a:hover,#loginBar .quick-menu a:hover{ color:#06b5ad;}	
#loginBar	.quick-menu{ float:right;}
#loginBar	.quick-menu li{ float:left;width:100px;}
#loginBar	.quick-menu li a{ color:#222;padding:14px 20px 15px 20px; position:relative;}

#loginBar	.quick-menu li ul{opacity:0;visibility:hidden;display:none ! important/9;}
#loginBar	.quick-menu li:hover>ul{opacity:1;visibility:visible;display:block ! important/9}
#loginBar	.quick-menu li ul{ border:1px solid #eeeeee; border-top:none; background:#faf9f9; margin-top:-1px; width:100px; display:block; padding-top:7px; padding-bottom:8px;}
#loginBar	.quick-menu li ul li{ display:block; line-height:24px; height:24px; padding:0; text-align:center;}

#loginBar .quick-menu li b{
	 -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    border-color: #737373 #fff #fff;
    border-style: solid;
    border-width: 4px;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 19px;}
#loginBar .quick-menu li:hover b{ border-color: #fff  #fff #737373 !important;-moz-transform:rotate(360deg); top:17px;}

.wrap{ width:1000px; margin: 0 auto;}
.header{ padding:20px 0; width:1000px; margin:0 auto;}
.header .logo{ display:inline-block;*display:inline;*zoom:1;
}
.header h1{ display:inline-block; height:61px; width:179px;*display:inline;*zoom:1;}
.header h2{ display:inline-block;  width:220px;height:61px; line-height:61px; font-size:22px; font-weight:400; color:#333333;*display:inline;*zoom:1;}



.steps {
    height: 46px;
    border-bottom: 2px solid #e6e6e6;
    position: relative;
}
.steps ol{ width:700px; margin:0 auto;   
	 display: block;
    list-style-type: decimal;
}

.steps ol li {
    display: inline;
    float: left;
    width: 140px;
    padding-left: 30px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    font-family: "微软雅黑","\534E\6587\7EC6\9ED1","\9ED1\4F53",arial;
}

.steps ol li i{ 
font-family: "\5FAE\8F6F\96C5\9ED1","\534E\6587\7EC6\9ED1","\9ED1\4F53",arial;
	display:inline-block;
    zoom: 1;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-style: normal;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;background:url(../images/icon_circle2.png) no-repeat center;}
.steps ol li.active {
    color: #3e3e3e;
    border-bottom: 2px solid #06b5ac;
}
.steps ol li.active i{background:url(../images/icon_circle1.png) no-repeat center;}
.steps:after{ clear:both;}	
.alert {
    color: #C09853;
    background-color: #FCF8E3;
    padding: 8px 35px 8px 14px;
    margin: 0px auto;
    border: 1px solid #FBEED5;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); margin-top:40px;
}
.alert h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 2px;
}
.content{width:780px; margin:30px auto;}
.content form h3{ font-size:18px; font-weight:400; color:#222; line-height:40px;}
.content .form_list{ margin-left:60px; margin-bottom:30px;}
.form_list .warning{ border:1px solid #ffe57d; background:#fff6d2; height:18px; line-height:18px;_line_hegight:18px; width:245px; padding:5px 10px 5px 40px;}
.form_list .warning i{ background:url(../images/pwd_icons.png) no-repeat -98px -11px;width:18px; height:18px; position:absolute; left:20px;}
.form_list .error_warn{border:1px solid #fe7474; background:#ffebeb; height:18px; line-height:18px;_line_hegight:18px; width:245px; padding:5px 10px 5px 40px; color:#fe7474;}

.form_list .error_warn i{ background:url(../images/pwd_icons.png) no-repeat -98px -48px;width:18px; height:18px; position:absolute; left:20px;}
.form_list .from_item{margin:10px 0; padding:5px 0;}
.form_list .form-item:after{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.form_list .form_lable{
	display: inline;
    float: left;
    margin-left: -190px;
    width: 240px;
   margin-right: 1em;line-height: 35px;
    text-align: right; font-size:14px}
.form_list .name_id{display: table-cell;float: none;vertical-align: top;width: auto;}
.form_list	.frm_input,.form_list .frm_textarea {outline: 0 none;border: 1px solid #C5C5C5;line-height: 35px;vertical-align: middle;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset;padding: 0 10px;}
.form_list	.frm_input{height: 35px;}
.form_list .frm_tips {color: #C1C2C3;padding-top: 4px;width: 320px;}
.form_list .verifyCod .frm_input {width: 90px;}
.verifycode img {height: 35px;vertical-align: middle;}
.form_list .changeVerifyCode {color: #4677BD;margin-left: 3px;}
.form_list input[type="checkbox"]{ padding:0; width:20px; height:20px;border:0px solid #dedede;height: 17px; align:middle; vertical-align:middle;}
/* .form_list select.frm_input{ appearance:none; -moz-appearance:none;  -webkit-appearance:none;
  background: url("../images/arrow.png") no-repeat scroll right center transparent;
  padding-right: 17px;text-align:center;
   }
.form_list select.frm_input::-ms-expand { display: none; }
.form_list select.frm_input + select.frm_input{ border-left:none;}
*/
.btn-select { 
position: relative; border: 1px solid #C5C5C5;
display: inline-block; 
width: 130px; 
height: 30px; 
background-color: #fff; 
font: 14px/20px "Microsoft YaHei"; 
color: #00a29a; 
} 
a.btn-select + a.btn-select{ border-left:none;}
.btn-select .cur-select { 
position: absolute; 
display: block; 
 padding: 4px 10px;
background:url("../images/arrow.png") no-repeat scroll right center transparent;
 
} 
.btn-select:hover .cur-select { 
background-color: #fff; 
} 
.btn-select select { 
position: absolute; 
top: 0; 
left: 0; 
 padding: 4px 10px;
opacity: 0; 
filter: alpha(opacity: 0); 
font: 14px/20px "Microsoft YaHei"; 
color: #f80; 
} 
.btn-select select option { 
text-indent: 0px; 
} 
.btn-select select option:hover { 
background-color: #ff0; 
color: #fff; 
} 


.form_list .upfile{ line-height:35px; height:35px;border: 1px solid #ddd;position: relative;overflow: hidden;display: inline-block;   *display: inline;    *zoom: 1;border-radius: 4px; text-align:center; padding:0 8px; background:#EEEEEE;}
.form_list .upfile:hover{ background:#e2e3e3; text-decoration:none;}
.form_list .upfile input[type="file"]{ position: absolute; 
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;}
.w200{ width:200px;}
.w240{ width:240px;}
.w300{ width:300px;}
.ml20{ margin-left:20px;}
.form_list .btn{
	display: inline-block;
    zoom: 1;  height: 36px;    line-height: 36px;
    padding: 0 20px;    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: #06b5ac;
    border: 0;
    border-radius: 3px;
	-moz-border-radius: 3px;-webkit-border-radius: 3px;   
    cursor: pointer;}
.form_list .btn:hover{background:#029f97;}
.btn-large{ width:180px;}

.form_list .from_item label{color: #C1C2C3;padding-top: 4px;width: 320px; display:block;}

.form_list label.login_label{ width:35px; height:35px; background-color:#e7e7e7;border-top: 1px solid #C5C5C5;border-left: 1px solid #C5C5C5;border-bottom: 1px solid #C5C5C5; float:left; padding:0;}
.suser{ background-image:url(../images/pwd_icons.png); background-repeat:no-repeat; background-position:-2px -1px;}
.s_pwd{background-image:url(../images/pwd_icons.png); background-repeat:no-repeat; background-position:-44px -2px ;}
.frgot_pw{ float:right;}
.frgot_pw a{ color:#666;}
/*Tooltips*/
.for_fix_ie6_bug{}
.tooltips_main{position:absolute;margin:0px 0 0 330px;z-index:999;line-height:35px;}
.tooltips_box,.tooltips,.msg{display:inline-block;*display:inline;*zoom:1;position:relative;border-style:solid;border-color:#49b1f8;}
.tooltips,.msg{border-width:0 0px;*left:-2px;}
.tooltips_box{border-width:0px;line-height:1.5;color:#0ba29b;}
.tooltips{margin:0 -2px;margin-left:10px;}
.msg{margin:1px -2px;padding:0 6px;text-shadow:0 1px 0 #FFFFFF;font-size:12px;color:#0ba29b; padding-left:20px;}
.tooltips .err{background:url(../images/err01.png) no-repeat left #fff;}
.tooltips .succeed{background:url(../images/ok01.png) no-repeat left #fff;}

/*regist*/
.register{padding:0px 50px;}
.register .form_submit{border-bottom:1px solid #bfbfbf;}
.register .form_submit .fieldset{}
.register .form_submit .fieldset .field-group{height:70px; display:block; clear:both;}
.register .form_submit .fieldset .field-group:after{ clear:both; content:""; height:0;}
.register .form_submit .fieldset .field-group .title{ float:left;width:80px; display:inline;text-align:left;font-size:16px; line-height:35px;}
.register .form_submit .fieldset .field-group .control-group{float:left;margin:0 10px; display:block;}
.register .form_submit .fieldset .field-group .tips{color:#bfbfbf; display:block; line-height:30px;}
.register .div_submit{margin:10px 5px; text-align:center;}
.register .div_submit .div_submit_button button{display: inline-block;
    zoom: 1;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: #06b5ac;
    border: 0;
    border-radius: 3px;
	-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer; margin:0 auto; }

.register .div_submit .div_submit_button button:hover{background:#029f97;}

.fieldset input.register_input{outline: 0 none;border: 1px solid #C5C5C5;height: 35px;line-height: 35px;vertical-align: middle;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset;padding: 0 10px;}


/*Popup*/ 
.Popup {width: 770px;height: 500px;position: absolute;left: 50%;top: 50%;margin-left: -400px;padding: 0 15px;margin-top: -250px;background-color: #FFF;border: 1px solid #06b5ac;z-index: 999;} 
.Popup_top {height: 40px;line-height: 40px;border-bottom: 1px solid #cccccc;} 
.Popup_top h1 {font-size: 17px; text-align:center; font-weight:400; color:#029f97;} 
.Close {float: right;font-family: Arial, Helvetica, sans-serif;margin-right: 10px;margin-top: 10px;} 
.Popup_cen {padding-top: 10px;width: 100%;height: 440px;overflow: auto;} 
.Popup_audit {padding-top: 10px;width: 100%;height: 440px;} 
.overlay {position: fixed;z-index: 990;width: 100%;height: 100%;top: 0;left: 0;filter: alpha(opacity = 60);opacity: 0.6;overflow: hidden;background-color: #000;} 
/*BD_tab*/ 
.BD_tab {width: 500px;margin: 0 auto;} 
.BD_tab td {padding-top: 12px;} 
.input220,.input220L,.input220Lg {width: 220px;height: 28px;border: 1px solid #d3d3d3;padding-left: 5px;line-height: 28px;font-family: "微软雅黑";color: #000;} 
.input220L {border: 1px solid #377bcb;background-color: #d5e8ff;} 
.input220Lg {border: 1px solid #7fb1eb;background-color: #d8e6f7;} 
.input220 {border: 1px solid #d3d3d3;} 
/*waitcheck page css*/
.waitcheck{ line-height:32px; width:580px; margin:80px auto; font-size:14px; background:url(../images/smile01.jpg) no-repeat left -5px; padding:40px 0;}
.waitcheck h2{ text-align:right; font-size:16px; font-weight:bold; color:#06b5ac; padding-right:48px;}
/*mailfail*/
.mailfail{ line-height:32px; width:580px; margin:80px auto; font-size:14px; background:url(../images/cry.jpg) no-repeat left -5px; padding:40px 0;}
.mailfail h2{ text-align:right; font-size:16px; font-weight:bold; color:#06b5ac; padding-right:48px;}
.mailfail a{ padding:0 8px;}
.mailfail a:hover{color:#FF9900; text-decoration:none}


/*download page css*/

.download{ line-height:32px; width:580px; margin:80px auto; font-size:14px; background:url(../images/smile.jpg) no-repeat left 20px; padding:40px 0;}
.download h2{ text-align:right; font-size:16px; font-weight:bold; color:#06b5ac; padding-right:48px;}
.download .down_file{ height: 36px; line-height: 36px;font-weight: 700;  font-size: 16px; float:right;  background:#ffb007; border:0; border-radius: 3px;
	-moz-border-radius: 3px;-webkit-border-radius: 3px; color:#fff; width:220px; margin-top:30px; margin-right:50px;}
.download .down_file:hover{background:#f77705;}

#footer{ margin-top:20px; border-top:1px solid #f8f8f8; text-align:center;}
#footer p{ text-align:center;    color: #666;
    word-spacing: 5px;
    padding: 10px 0;}
	
	
/*login page css*/
.head_layout {
    width: 99%;
    height: 80px;
    border-bottom: solid 2px #F5F5F5;
    margin: 5px auto 0 auto;
}
.head_layout:after{ clear:both; content:""; height:0; display:block;}
.head_layout .site-logo {
    margin: 10px 0 0 0;
}
.head_layout .site-logo {
    width: 360px;
    height: 60px;
    float: left;
    margin: 15px 10px auto 0;
}
.head_layout .site-logo span{font-size:22px; font-weight:400; color:#333333;}

.head_layout .nc-regist-now {
    font-size: 14px;
    color: #AAA;
    line-height: 20px;
    float: right;
    height: 40px;
    margin-top: 30px;
}
.head_layout .nc-regist-now .avatar {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 100%;
}
.head_layout .nc-regist-now span {
    vertical-align: top;
    display: inline-block;
}
.head_layout .nc-regist-now .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.seller_content{ width:100%; background-color: #fdfcfc; margin:0px auto; padding:20px 0; }
.seller_content .seller_lpic{ width: 450px;    height: 350px;
    float: left;
    margin: 30px 0;
    position: relative;
    z-index: 1;}
.seller_content .seller_rlogin{ background-color: #FFF;
    width: 320px;
    padding: 19px 19px 0px 29px;
    border: solid 1px #E6E6E6;
    border-radius: 5px;
    float: right;
    position: relative;
    z-index: 1;}
.seller_content .seller_rlogin .arrow {
    background: url(../images/login_pic.png) no-repeat -280px 0;
    width: 17px;
    height: 9px;
    position: absolute;
    z-index: 1;
    top: -9px;
    left: 160px;
}
.tabs-nav {
    font-size: 0;
    word-spacing: -1em;
    border-bottom: solid 1px #E6E6E6; position:relative;
}
.tabs-nav:after{ clear:both; content:""; height:0;}
.tabs-nav li {
    vertical-align: bottom;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    display: inline-block;
    width: 50%;
    height: 40px;
    margin-bottom: -1px;
}
.tabs-nav li a.tabulous_active {
    color: #06b5ac;
    display: block;
    border-bottom: 3px solid #06b5ac;
}
.tabs-nav li a {
    font-size: 18px;
    color: #999;
    line-height: 24px;
    padding-bottom: 13px;
    position: relative;
    z-index: 1;
}
.tabulousclear {
    display: block;
    clear: both;
}
.tabs-nav li a i {
    font-size: 0;
    line-height: 0;
    border-color: #F32613 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 7px;
    display: none;
    width: 0;
    height: 0;
    margin-left: -4px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -17px;
}
i, cite, em {
    font-style: normal;
}
.nc-login-mode {position: relative;}
.nc-login-mode .tabs-container {
    margin-top: 20px;
    padding: 0 0px 20px 10px;
	position: relative;
    z-index: 1;
}

.uploadpic{border-width: 1px 1px 2px;
border-style: solid;
border-color: #ccc #ccc #ddd;
background-color: #fbfbfb; padding:8px;}
.uploadpic h2{ border-bottom:1px solid #ccc; font-size:14px; line-height:28px; font-weight:bold;}
.uploadpic .convent_choice{float: left; width:35%; margin-top:8px; height:200px; display:table-cell;position:relative;}
.uploadpic .upload_drag_area{ float:right; width:63%;height:160px; margin-left:.5em; border:1px dashed #ddd; background:#fff no-repeat 20px center; color:#999; text-align:center; display:table; margin-top:8px;  _position:relative;
  overflow:hidden;}
.uploadpic .upload_drag_area span{color:#ec7f2c;}
.uploadpic .subarea {
  vertical-align:middle;
  display:table-cell;
  _position:absolute;
  _top:50%;
 }
.uploadpic .subcontent{ _position:relative;
  _top:-50%;}
.uploadpic .andArea{
	background: url("../images/add_img.png") no-repeat scroll center 25px;
    border: 1px dashed #E6E6E6;
    color: #CCCCCC;
    font-size: 18px;
    text-align: center;
    padding:8px;
   position:relative;
   height:145px;
}
.ImgPr{ display:block;margin:0 auto;}
.up{ width:68px; overflow:hidden; outline:none; margin:0 auto; display:block;position:absolute;top:140px;left:60px;}
.uploadpic .andArea .oky{position:absolute;right:50px; border:0;}

    
/* .uploadpic input[type="file"]{ border:0;position: absolute; 
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;} */
.uploadpic .filePicker{
	border:none;
	display:block;
	background: none repeat scroll 0 0 #00a29a;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    text-align:center;
    line-height: 40px;
    width:130px;
    margin: 0 auto;
    overflow: hidden;
    transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}
.uploadpic .filePicker:hover{
	background: none repeat scroll 0 0 #8ec31e;
	text-decoration:none;
}
.uploadpic img{ border:none;}
.status_bar{
	border-top: 1px solid #DADADA;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    background-color: #FFFFFF;
	text-align:right;
}
.upload_btn{
    background: none repeat scroll 0 0 #8ec31e;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	 border:none;
    padding: 0 18px;

    text-align: center;
    line-height: 34px;
    transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}
.upload_btn:hover{
	background: none repeat scroll 0 0 #00a29a;
}
.easyui-progressbar{ float:left; margin-top:8px;}

    .fileInputContainer{
        height:20px;
        line-height:20px;
        background:#eee;
        position:relative;
        width: 60px; margin:0 auto; font-size:12px; text-align:center;
    }
    .fileInput{
        height:20px;
        position:absolute;
        right:0;
        top:0;
        opacity: 0;
        filter:alpha(opacity=0);
        cursor:pointer;
    }
.preview{ margin:0 auto; display:block; border:1px solid #e9e9e9;}
.andArea div{ text-align:center; width:130px; margin:0 auto;}
.upload_btns { 
display: inline-block; 
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ 
*display: inline; 
vertical-align: baseline; 
outline: none; 
cursor: pointer; 
text-align: center; 
text-decoration: none; 
font-size: 12px; 
color: #e9e9e9; 
border: solid 0px #b0b0b0; 
width:60px; height:30px; line-height:30px; margin:0 auto;
background: #cbcbcb; 
background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#cbcbcb)); 
background: -moz-linear-gradient(top, #888, #cbcbcb); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#cbcbcb');  
} 
.upload_btns:hover { 
text-decoration: none; 
background: #cbcbcb; 
background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#cbcbcb)); 
background: -moz-linear-gradient(top, #757575, #cbcbcb); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#cbcbcb'); 
} 
.upload_btns:active { 
position: relative; 
top: 1px; 
color: #cbcbcb; 
background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#cbcbcb)); 
background: -moz-linear-gradient(top, #cbcbcb, #888); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#cbcbcb'); 

}
	div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

