﻿.detailPanel
{
    width: 654px;
    height: 494px;
    float: left;
    /*padding:20px 20px 10px;*/
    margin: 30px 17px;
    /*filter:Alpha(opacity=85);
    opacity:0.85;
    background-color:#e9e7d7;*/
    position:relative;
    display: none;
}
.detailDiv
{
    margin: 0;
    width: 654px;
    height: 494px;
    filter:Alpha(opacity=85);
    opacity:0.85;
    background-color:#e9e7d7;
    position:relative;
}
.closePanel
{
    float: right;
    width:22px;
    height:22px;
    background:url(/Includes/images/bg.png) no-repeat;
	background-position:-35px -219px;
	cursor:pointer;
	position:absolute;
	right:6px;
	top:6px;
}
.closePanel:hover
{
    background-position:-60px -219px;
    width:22px;
    height:22px;
}
.prvArrow
{
    width: 21px;
    height: 494px;
    background: url(/Includes/images/arrow_left.png) no-repeat 50% 50%;
    top: 0px;
    left: 15px;
    position: absolute;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}
.nextArrow
{
    width: 21px;
    height: 494px;
    background: url(/Includes/images/arrow_right.png) no-repeat 50% 50%;
    top: 0px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    position: absolute;
    z-index: 10;
 }
.productDetailContent
{   
   width: 654px;
   height:464px;
   float:left; 
}
.productloading
{
   background:url(/Includes/images/loading.gif) no-repeat 50% 50%;
}
 .scrollProduct_inner
{
    width:254px;
	padding:0 20px;
	height:464px;
	position:relative;
}
.productPoint {
    color: #373737;
    font-size: 18px;
    line-height: 180%;
    padding: 0;
    word-wrap: break-word;
    background:url(/Includes/images/bg.png) no-repeat;
	background-position:-212px -96px;
}
.productPointFirstLine
{
    width:90px; 
    padding-left:30px;
}
.productPointSecondLine
{
    width:200px; 
    padding-left:50px;
}
.productDescription
{
    line-height:180%;
	font-size:12px;
	color:#373737;
	padding:10px 0;
	text-indent:25px;
	word-wrap: break-word;
	height:100px;
	overflow:hidden;
	display:none;
}
.productSmallImg
{
    width:254px;
	height:164px;
	text-align:center;
	position:absolute;
	left:20px;
	bottom:20px;
}
.productSmallImg img
{
    width:254px;
	height:164px;
	overflow:hidden;
	text-align:center;
}
.buyNow
{
    float:right;
    width:624px;
    padding:5px 15px;
    text-align:left;
    z-index:100;
    position:absolute;
    bottom:0px;
    right:0;
    background:#bebbbb;
    opacity:0.8;
    filter:Alpha(opacity=80);
    display:block;
}
.buy_button
{
    background: url(/Includes/images/bg.png) no-repeat;
    background-position:-214px -78px; 
    border:none;
    width:66px;
    height:18px; 
    cursor:pointer;
    float:left;
}
.shop_button
{
    background: url(/Includes/images/bg.png) no-repeat;
    background-position:-214px -26px; 
    border:none;
    width:79px;
    height:18px; 
    cursor:pointer;
    margin-left:15px;
    float:left;
}


/* 产品搜索 */

.productSearchCon
{
    width: 187px;
    position:absolute;
    top:4px;
    left:17px;
    z-index:10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.productSearchTop
{
    width:187px;
    height: 21px;
    background:url(/Includes/images/proSearchTop.png) no-repeat;
    text-align: center;
    text-indent: -9px;
    display:block;
    overflow:hidden;
    color:#555454;
    cursor:pointer;
}
.productSearchDrop
{
    width:187px;
    float:left;
    border-top:1px solid #a3a3a3;
    background:url(/Includes/images/proSearchDown.png) no-repeat left bottom #e4e2d0;
    display:none;
}
.productSearchDropInner
{
    width:157px;
    padding:15px 15px;
    float:left;
}
.productCategoryArea
{
    padding-bottom:10px;
    float:left;
}
.productCategoryTitle
{
    color:#B80000;
    padding-left:4px;
}
.productCategoryContent
{
    padding:10px 0 0;
    float:left;
}
.productCategoryContent ul
{
    padding:0;
    margin:0;
}
.productCategoryContent li
{
    list-style:none;
    float:left;
}
.proCheckbox
{
    width:20px;
    float:left;
}
.proRightName
{
    width:127px;
    float:left;
    text-align:left;
    padding-left:10px;
}
.wineAdd
{
    overflow:hidden;
    zoom:1;
    width:600px;
    padding-bottom:0px;
}
.wineLeft
{
    display: block;
    float: left;
    overflow: hidden;
    /*text-indent: 25px;*/
    width: 475px;
    color: #000;
}
.wineLeft p
{
    line-height: 15px;
}
.wineRight
{
    width:111px;
    padding:0 7px;
    float:right;
}
.wineRight img
{
    width:111px;
    margin:0 auto;
}
.absolutepotion
{
    position:absolute;
    bottom:202px;
    left:0;
}
.abstructPosition
{
    position:absolute;
    bottom:250px;
    left:7px;
}