﻿@charset "utf-8";
/* Prod1 CSS Document */


#prod-list-wrap{width:500px; margin:10px 0 15px 0; float:left; overflow:auto;}
#prod-list-inner-wrap{width:500px; margin:0 auto;  float:left; overflow:auto;}
.prod-list-item-wrap{width:230px; height:175px; float:left; margin: 0 10px 10px 0; padding:0; border:#f93 solid 5px; background-color:#d3b997; }
.prod-list-item-pic{float:left; width:100px; margin: 0 0 0 0; border:1px #ccc solid;}
.prod-list-item-pic img{width:100px;}
.prod-list-item-text{float:right; width:120px; height:147px; margin: 0; overflow:auto;}
.prod-list-item-text h4{margin:0; padding: 0 0 4px 0; font-size:13px; font-weight:bold; color:#F90; border-bottom:2px #c3a987 solid;}
.prod-list-item-text a{color:#fff; text-decoration:none;}
.prod-list-item-text a:hover{color:#900; text-decoration:none;}

.prod-list-detail-wrap{height:175px;background:url(../img/bk-prod-grad.png) bottom left no-repeat;}
.prod-list-detail-wrapi{height:175px;background:url(../img/bk-prod-grad2.png) bottom left no-repeat;}

.prod-list-item-price-was{float:left; width:100px; margin:5px 0 0 0 ;font-size:13px; font-weight:normal; color: #000;}
.prod-list-item-price-was-strike{float:left; width:100px; margin:5px 0 0 0 ;font-size:13px; font-weight:normal; text-decoration:line-through; color: #000;}
.prod-list-item-price-now{float:left; margin:0;font-size:17px; font-weight:bold; color:#fff;}
.prod-list-item-more{float:left; margin: 10px 0 0 0;}

#prod-offer-wrap{width:140px; margin:10px 0 15px 0; float:right; overflow:auto;}
#prod-offer-title{width:130px; height:88px; margin:0 0 15px 9px; background:#900 url(../img/sprite.png) -35px -238px no-repeat; }

.prod-offer-item-wrap{width:210px; margin:0 0 10px 0; padding:10px; background:#000;}
.prod-offer-pic{float:left; width:130px; margin: 0 0 0 0; border:1px #ccc solid; text-align:center;}
.prod-offer-pic img{width:130px;}
.prod-offer-text{width:210px; margin: 0 0 0 0;}
.prod-offer-text h4{margin:0 0 8px 0; padding: 0 0 4px 0; font-size:12px; font-weight:bold; color:#F90; border-bottom:2px  #ccc dotted;}
.prod-offer-text a{color:#F90; text-decoration:none;}
.prod-offer-text a:hover{color:#FFF; text-decoration:none;}
.prod-offer-price-was{width:200px; margin:10px 0 0 0 ;font-size:14px; font-weight:normal; color: #F90; text-decoration:line-through;}
.prod-offer-price-now{margin:0;font-size:18px; font-weight:bold; color:#F90;}



