﻿.list {
    border: 0px solid #D1D1D1;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 10px 10px;
    background: url('../../images/themes/bottom.png') repeat-x scroll left bottom / 2px auto #FFF;
    margin: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}
.center {margin:2px auto;
}
.show_name {float:left;font-size:20px;width:100%;
}
.show_picture {width:100%;text-align:center;margin-top:10px;
}
   .show_picture img {
        text-align: center;
    }
.show_picturetext {width:100%;
}
.show_picturetext input{margin:2px auto;
}
.show_text {text-align:center;
}
.B_50precent {width:100%;
background-color:#b98f67;
background-image: -moz-linear-gradient(center top , #b98f67,#815534);
border-width: 1px;
border-style: solid;
border-color: #b98f67 #b98f67 #815534;
border-radius: 20px;
box-shadow: 0px 1px 0px 0px #815534 inset;
padding: 8px 0px;
text-align: center;
text-shadow: 0px -1px 1px #64799E;
text-transform: uppercase;
}
.show_left {float:left;width:49%;
}
.show_right {float:right;width:49%;
}
.border {border-bottom:1px solid #D1D1D1;
}
.l {width:100%;text-align:left;
}
.blue {color:#64799E;
}