

.pro,.relPos{
    position: relative;
}
.relPos{
    position: relative;
	width: 46%;
	float: left;
	margin-left: 3%;
    border-style:dashed !important;
    border-color:#666666 !important;
    border-width:thin !important;
	border-radius: 8px;
	margin-bottom: 6px;
	padding: 10px;

}





.selected{
    border-style:dashed !important;
    border-color:#324ea1 !important;
    border-width: 2px !important;
	 background-color:#F9F9F9 ;
    
}

.closebtn {
    text-decoration: none;
    float: right;
	margin-right: 10px;
    font-size: 34px;
    font-weight: bold;
    color: inherit;
    cursor: pointer;
}

.selectProduct{
    padding: 0px;
}
.selectProduct  img{
	width: 100%;
}
.ptitle{
	line-height: 14px;
	margin: 0;
}

.rotateBtn{

}
.comparePanle{
    position: fixed;
    bottom: 0px;



  /*  display: none;*/
    z-index: 3;
    background: #FAFAFA;
	text-align: center;

filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
-moz-opacity:0.9; /*Firefox私有，透明度50%*/
opacity:0.9;/*其他，透明度50%*/
	 box-shadow: 2px 2px 5px #000;
}


