﻿.template_div {
    text-align: center;
    margin:3px auto;
    border:none;
    z-index:1000;
}

.template_img,.template_img_decorate {
    max-width:110px;
    max-height:110px;
    border:1px solid #DDDDDD;
    z-index:1000;    
}

.template_img:hover,.template_img_decorate:hover {
    max-width:110px;
    max-height:110px;
    border:1px solid #F89B37;
    cursor:pointer;
    z-index:1000;    
}

.template_img_newpath {
    max-width:110px;
    max-height:110px;
    border:1px solid #DDDDDD;
    cursor:pointer;
    z-index:10000;    
}

.template_img_selected,template_img_decorate_selected {
    max-width:110px;
    max-height:110px;
    border:2px solid #FF8A3C;
    z-index:1000;    
}

.template_span {
    float:left;
    display:inline-block;
    width: 100%;
    text-align: center;
    font-family:'Microsoft YaHei';
    font-size:small;
    color:#808080;
}

.divX
{
    position:relative;
    top:-45px;
    left:100px;
    width:16px;
    height:16px;
    z-index:1000;
    border-style:none;
    background-image:url(/images/design/deleteimage.png);
    text-align:center;
    cursor:pointer;
    clear:both;
}

.divUseCount {
    position:relative;
    top:-25px;
    left:45px;
    width:17px;
    height:16px; 
    text-align:center;
    background-position-x:1px; 
    background-image:url(/images/home/shopcart_count.png);
    background-repeat:no-repeat; 
    font-size:11px;
    display:none;
    z-index:9;
}

.spanUseCount {
    position:absolute;
    left:6px;
    top:0px;
    color:white;
}

.upload_progress_container
{
    width:130px;
    height:12px;
    margin:0 auto;
    z-index:1001;
    background-color:transparent;
    border:1px solid #F89B37;
}

.upload_progress
{
    position:relative;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    width:0px;
    height:12px;
    z-index:1001;
    background-color: #317EE7;
    border-style:none;
}

.template_div_mini {
    float:left;
    display:block;
    position:relative;
    overflow: hidden;
    width: 118px;
    margin: 4px;
    padding:0;
    text-align: center;
    cursor:pointer;
}

.template_div_mini_active {
    width: 112px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    border:none;
    background-color:#F89B37;
    border-style:solid;
    color:#fff;
}

.template_div_mini_selected {
    width: 112px;
    margin: 4px;
    text-align: center;
    cursor:pointer;
    border:1px solid #FF8A3C;
}


.template_img_mini {
    max-width:110px;
    max-height:100px;
    border:1px solid #DDDDDD;
    cursor:pointer;
    z-index:1000;    
}

.template_img_mini_selected {
    max-width:110px;
    max-height:100px;
    border:3px solid #FF8A3C;
    z-index:1000;    
}

.template_img_mini_noborder {
    max-width:110px;
    max-height:100px;
    border:none;
    cursor:pointer;
    z-index:1000;    
}


.add_text_container 
{
    float:left;
    width:150px;
    height:80px;
    text-align:center; 
    border:1px dotted #767676; 
    margin:5px auto;
    cursor:pointer;    
}

.editor_font_button {
    float:left;
    width:22px;
    height:22px;
    line-height:22px;
    margin-top:1px;
    margin-bottom:2px;
    margin-left:1px;
    margin-right:1px;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    border:1px solid #F07C03;
}

.editor_font_button_selected {
    float:left;
    width:22px;
    height:22px;
    line-height:22px;
    margin-top:1px;
    margin-bottom:2px;
    margin-left:1px;
    margin-right:1px;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    border:1px solid #808080;
}

.editor_font_button:hover {
    float:left;
    width:22px;
    height:22px;
    line-height:22px;
    margin-top:1px;
    margin-bottom:2px;
    margin-left:1px;
    margin-right:1px;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    border:1px solid #808080;
}

.inputstyle{
    width: 90px;
    height: 28px;
    cursor: pointer;
    font-size: 30px;
    outline: medium none;
    position: absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0; 
    left:0px;
    top: 0px;
}

.inputstyle_menu{
    width: 150px;
    height: 28px;
    cursor: pointer;
    font-size: 20px;
    outline: medium none;
    position: relative;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    left:0px;
    top: -30px;
}

.thumber_tools {
  display:none;
  position:absolute;
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  bottom: -8px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color:white;
}


