﻿.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 {
    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:9999;
}

.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;
    width: 100px;
    margin: 4px;
    text-align: center;
    border:none;
    cursor:pointer;
}

.template_div_mini_active {
    float:left;
    width: 100px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    border:none;
    border:3px solid #FF8A3C;
    color:#fff;
}

.template_div_mini_selected {
    width: 112px;
    margin: 4px;
    text-align: center;
    cursor:pointer;
    border:3px solid #FF8A3C;
}


.template_img_mini {
    max-width:80px;
    max-height:80px;
    margin:auto;
    border:1px solid #DDDDDD;
    cursor:pointer;
    z-index:1000;    
}

.template_img_mini_selected {
    max-width:80px;
    max-height:80px;
    margin:auto;
    border:1px solid #FF8A3C;
    z-index:1000;    
}

.template_img_mini_noborder {
    max-width:110px;
    max-height:100px;
    border:none;
    cursor:pointer;
    z-index:1000;    
}

.template_img_mini:hover {
    max-width:80px;
    max-height:80px;
    border:1px solid #F89B37;
    cursor:pointer;
}

.add_text_container 
{
    display:table;
    width:150px;
    height:80px;
    text-align:center; 
    border:1px dotted #767676; 
    margin:5px auto;
    cursor:pointer;    
}

.editor_font_button {
    float:left;
    width:28px;
    height:28px;
    line-height:28px;
    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:26px;
    height:26px;
    line-height:26px;
    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:26px;
    height:26px;
    line-height:26px;
    margin-top:1px;
    margin-bottom:2px;
    margin-left:1px;
    margin-right:1px;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    border:1px solid #808080;
}
