
.product_list {
 width:314px;
}

.product_list .code {
 padding:1px 20px 2px 20px;
 margin-top:10px;
 background:#6FA4D7;
 color:white;
}

.product_list .row {
 margin:7px 20px 20px;
}

.product_list .row .title a {
 font-weight:bold;
 color:black;
}

.product_list .row .title a:hover {
 color:#e50037;
}

.product_list .image {
 float:left;
 margin-right:10px;
 width:60px;
 overflow:hidden;
}

.product_list .title {
 margin-left:70px;
}

.product_list .description {
 margin-left:70px;
}

.product_list .back {
 margin:10px 20px 5px;
 padding-left:15px;
}



.product {
 width:365px;
 padding-bottom:20px;
}

.product .title {
 font-weight:bold;
 padding:5px 20px;
}

.product .code {
 margin:0 20px;
 color:#7c756f;
}

.product .image {
 float:left;
 margin:0 15px 20px 10px;
}

.product .download {
 float:right;
 right:20px;
 bottom:5px;
 font-size:8px;
 display:block;
 padding-right:15px;
 color:black;
}

.product .downloadk:hover {
 background-image:url('/images/download_over.gif');
 color:#e50037;
}

.product_option_table {
 margin:0 20px 20px 20px;
}

.product_option_table TD {
 padding-right:10px;
}

.product_code_table {
 margin:5px 0 5px 15px;
 width:320px;
}

.product_code_table THEAD {
 color:#666666;
 font-size:9px;
 font-weight:bold;
}

.product_code_table TD {
 padding:2px 5px;
}

.product_code_table .on {
 background:#C0C0C0;
}
