body{
    margin: 0;
    padding: 0;
    background: #ffffff;
}
html{
    /*overflow-y:none;*/
}
.clear{
    clear:both;
    font-size:1px;
}
form{
    margin:0px;
    padding:0px;
}
img{
    border:none;
}
a:focus, a:active{
    outline: none;
    -moz-outline-style: none;
}
object:active, div:active{
    outline: none;
}
object:focus, div:focus{
    -moz-outline-style: none;
}
#wrapper{
    font-family:Arial, Helvetica, sans-serif;
}
#main{
    /*width:845px;*/
    margin:auto;
    position:relative;
}

.cpic{
    margin: 3px auto 1px auto;
    width: 144px;
    height: 144px;
    overflow: hidden;
    border: 3px solid #DEDEDE;
    text-align: center;
}
.cpic a{
    display: block;
}


.maintitle{
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    background: #FC5C00;
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
    margin: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.maintitle a{
    border: none;
    background: transparent url(../images/default_btn.gif) repeat-x;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 1px 1px #6A6B6B;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    border-radius:4px;
    overflow: hidden;
    display: block;
    float: right;
    text-decoration: none;
    line-height: 25px;
    margin: 7px 10px 0 0;
}
.maintitle h1, .maintitle h2, .maintitle h3{
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #ffffff;
    letter-spacing: -1px;
}

td{
    border-collapse: collapse;
    vertical-align: top;
    padding: 2px 10px;
    font-size: 12px;
    color: #464646;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
}
th{
    border-collapse: collapse;
    margin: 0;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #480021;
    letter-spacing: -1px;
    text-align:left;
}

table{
    margin:5px;
    border-collapse: collapse;
}
.tot_left{
    width: 135px;
    border-left-color: #ffffff;
}
.product_name{
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    color: #9A20C2;
    letter-spacing: -1px;
}
.product_name a{
    color: #9A20C2;
    text-decoration: none;
}
.product_name a:hover{
    text-decoration: underline;
}
.price_line{
    text-decoration: line-through;
}
.price{
    font-weight: bold;
    color: #FC5C00;
    text-align: center;
    display: block;
}
.default_btn{
    border: none;
    background: transparent url(../images/default_btn.gif) repeat-x;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 1px 1px #6A6B6B;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    border-radius:4px;
    overflow: hidden;
    margin-left: 40px;
}
.default_btn:hover{
    background: transparent url(../images/default_btn_h.gif) repeat-x;
}
.default_btn a{
    display: block;
    width: 100%;
    height: 25px;
    color: #ffffff;
    text-decoration: none;
}

.td_title{
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #480021;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}
.empty{
    padding: 10px;
    color: #480021;
    font-size: 13px;
    font-weight: bold;
}
