#n-prod {width:100%;float:left;clear:both;margin-bottom:20px;}
#n-prod a:hover {color:#0047AF;text-decoration:underline}
#n-prod h4 {color:#444;font-size:13px;width:100%;border-bottom:1px dotted #666;padding-bottom:3px;margin-bottom:1px}
#n-prod h4 a {color:#444;font-size:13px}
#n-prod h5 {float:left;width:65%;margin-right:-100%;overflow:hidden;z-index:1;text-overflow:ellipsis;white-space:nowrap;}
#n-prod h5 a {font-size:12px;width:100%;font-weight:bold;float:left;margin-top:1px;overflow:hidden;z-index:1;text-overflow:ellipsis;white-space:nowrap;}
#n-prod .p-img {width:25%;height:auto;border:1px solid #ddd;padding:1px;float:left}
#n-prod .p-desc {width:72%;margin-left:3%;float:left;font-size:11px;color:#555;overflow:hidden;text-overflow:ellipsis;height:42px;margin-top:1px}
#n-prod .simple-prod {width:100%;float:left;clear:both;padding:6px 2%;box-shadow: 0 0px 5px #FFFFFF inset;-webkit-box-shadow: 0 0px 5px #FFFFFF inset;transition-duration: 0.2s;-moz-transition-duration: 0.2s;-webkit-transition-duration: 0.2s;-o-transition-duration: 0.2s;}
#n-prod .simple-prod:hover {background: #FFFFA1;transition-duration: 0.2s;-moz-transition-duration: 0.2s;-webkit-transition-duration: 0.2s;-o-transition-duration: 0.2s;}
#n-prod .simple-prod:hover a {color:#222}
#n-prod .simple-prod:hover .lnk_more {color:#D14300}
#n-prod .prod-del {width:100%;height:0;border-top:1px dotted #ddd;margin:1px 0;float:left;clear:both}
#n-prod .inside-del {float:left;clear:both;width:100%;margin-bottom:5px}
#n-prod .price {z-index:2;font-weight:bold;color:#fff;text-shadow:1px 1px 0px #00A213;float:right;padding: 1px 2%;padding-left: 4%;background:transparent url('../.././../img/bg_price_green.png') no-repeat top left;max-height:16px;-webkit-border-top-right-radius: 2px;-webkit-border-bottom-right-radius: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomright: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;}
#n-prod .odd {background:#f8f8f8}
#n-prod .even {background:#fdfdfd}
#n-prod .show_all {font-size:12px;color:#444;float:right;clear:both;margin-top:6px;font-weight:bold;width:100%;text-align: right;}
#n-prod .show_all a {float:right}

@media screen and (min-width: 481px) and (max-width: 970px) {
  #n-prod {width:101%;margin-right:-1%;}
  #n-prod h4 {width:99%;}
  #n-prod h5 a {font-size:13px;}
  #n-prod .simple-prod {width:49%;clear:none;margin: 2px 1% 2px 0;border:1px solid #ddd;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
  #n-prod .prod-del {display:none;float:left;clear:none;}
  #n-prod .odd, #n-prod .even {background:#f6f6f6;}
  #n-prod .price {font-size:13px;}
  #n-prod .p-desc {font-size:12px;line-height:15px;height:48px;margin-top: 3px;}
  #n-prod .p-img {max-width:56px;}
  #n-prod .show_all {width:99%;margin-right:1%;}
}

@media screen and (max-width: 480px) {
  #n-prod .p-img {max-width:60px;}
  #n-prod .p-desc {font-size:12px;line-height:16px;height:48px;margin-top:4px;}
  #n-prod h5 a {font-size:14px;color:#444;}
}