/* CSS Document */
#design_left{ float:left; width:300px; border-right:1px solid #c2bdae;}
.clearLeft{ clear:left;}
#design_area,#design_list{ margin: auto 5em;}
#design_right { position:relative; height:550px;}

/*定义菜单方框的样式1*/ 
.skin0 { 
position:absolute; 
padding-top:4px; 
text-align:left; 
width:100px; /*宽度，可以根据实际的菜单项目名称的长度进行适当地调整*/ 
border:2px solid black; 
background-color:menu; /*菜单的背景颜色方案，这里选择了系统默认的菜单颜色*/ 
line-height:20px; 
cursor:default; 
visibility:hidden; /*初始时，设置为不可见*/ 
} 
/*定义菜单条的显示样式*/ 
.menuitems { 
padding:2px 1px 2px 10px; }
#choose,#choose,#design_tool,#design_content,#set_team,#add_cart,#save_project_warp{ margin:0.8em 1.5em; line-height:120%;}
#tabs11 {
float:left;
width:100%;
font-size:1em;
line-height:normal;
border-bottom:1px solid #C2BDAE;
font-weight:bold;
}
#tabs11 ul {
margin:0 0.5em;
padding:0px 0px 10px 0px;
list-style:none;
}
label.inputLabelX{float:left;width:7em; color:red;}
#tabs11 li {
display:inline;
margin:0;
padding:0;
}
#tabs11 a {
float:left;
background:url(../images/tableft11.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
cursor:pointer;
}
#tabs11 a span {
float:left;
display:block;
background:url(../images/tabright11.gif) no-repeat right top;
padding:5px 15px 4px 6px;
color:#9F9584;
} /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs11 a span {float:none;}/* End IE5-Mac hack */
#tabs11 a:hover span{color:#FFF;}
#tabs11 #current a {background-position:0% -42px;}
#tabs11 #current a span{background-position:100% -42px;color:#FFF;}
#tabs11 a:hover {background-position:0% -42px;}
#tabs11 a:hover span {background-position:100% -42px;}
.add_area_front_h4{ border-top:1px solid #c2bdae; background:#ececec;width:100%; margin:0.8em 0em;font-size:1em; font-weight:bold;}
.add_area_front_h4_note{ height:25px; padding-left:23px;}
.design_tools_header_style { vertical-align:middle;}
.display_title_h1{border:1px solid  #666666; background-color:#FF9900; padding:0.3em 0.8em; color:#FFFFFF; font-weight:bold; font-size:1em; margin:0.3em 0em; width:250px;}
#bottonRow_desgin { width:400px; text-align:right;}
#bottonRow_desgin span{ margin:0em 0.5em;}
#xajax_loading { position:absolute;display:none; left:50%; top:200px; padding:0.5em; background-color:#FFFF99; border:1px solid #CCCCCC; width:150px; height:12px; font-weight:bold;}