html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    /*    border: 0;*/
    /*    outline: 0;	*/
    /*    vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ul {
    list-style: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


.handshape{
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    /*    text-align:center;*/
    color:#22749f;
    text-decoration: none;
}

.text{
    font-size: 12px;
    font-weight: normal;
}

.pro_content {
    width:285px;
    height:160px;
    border:1px solid #e0e0e0;
    float:left;
    background-color:#fff;
    margin:0 0 0 0;
}

.heading {
    font-size:12px;
    font-weight:bold;
    color:#f9f9f9;   
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: 256B27;
}

.heading:hover {
    color:#FF0000;
}

.text_wrap {
    width:282px;
    height:auto;
    margin:0;
    padding-left: 5px;
    padding-top: 5px;
}

.pro_text {
    font-size:11px;
    color:#636363;
    text-decoration:none;
    float:left;
}

.img {
    padding-left:10px;
    padding-top:5px;
    float:left;
}

span{
    color: #c3122e;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: bold;
}
p{
    text-align: justify;
}

.button{
    width: 80px;
    font-weight: bold;
    font-size: 12px;

}

.overflow{
    width: 690px;
    height: 600px;
    overflow: auto;
}

.message{
    background-color:#EEE;
    border :1px solid #CCC;
    color:#444;
    font-size:14px;
    font-weight:bold;
    padding:5px 11px;
    width:650px;
}

.message .readyToBuy{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: darkgreen;
}
.message .failed{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: maroon;
}