
#site_content em {
   color: #CC0000;
   font-weight: bold;
   display: block;
}
                   
#news_left_box {
   width: 300px;
   float: left;
   padding: 10px;
}
#news_left_box input[type="text"] {
   display: block;
   width: 210px;
}
#news_left_box textarea {
   display: block;
   width: 300px;
   height: 100px;
}

#news_left_box ul {
   margin-left: 0px;
   padding-left: 10px;
}

#news_right_box {
   padding: 10px;
   width: 300px;
   float: left;
}

#news_right_box input {
   display: block;
   width: 210px;
}
#news_right_box img {
   border: 0px;
   display: block;
   margin-bottom: 15px;
}

#news_send {
   clear: both;
   float: none;
}

#news_extraHTML {
   margin-top: 20px;
   margin-bottom: 20px;
   clear: both;
}

#news_table {
   margin-top: 15px;
   clear: both;
}
#news_table td {
   padding: 3px;
}

/*
#news_left_box input {
   width: 350px;;
   display: block;
}

#news_left_box textarea {
   width: 350px;
   display: block;
}
*/

#NEWS_H1 {
   font-size: 16px;
   font-weight: bold;
}
#NEWS_H2 {
   font-size: 13px;
}

#change_pic {
   z-index: 530;
   position: fixed;
   top: 120px;
   left: 40%;
   width: 220px;
   padding: 10px;
   display: none;
   background-color: #FFFFFF;
   color: inherit;
   border: solid 2px black;
}

#change_pic input, #change_pic select, #change_pic label {
   display: block;
   margin-top: 15px;
}
#change_pic input[type="radio"] {
   display: inline;
}

#site_content .ProductID {
   font-weight: bold;
}

#site_content .OfferPrice {
   color: #CC0000;
   font-weight: bold;
   font-style: italic;
   font-size: 2em;
}

#site_content .ListPrice {
   
   
}

