@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-size: 12px;
}



.clear{
	clear: both;
}


	
	
	
				
				
				
				#payment{
					margin-top: 30px;
				}
				
					#payment span.titl{
						background: url(../images/titl_payment.gif) no-repeat;
						margin-bottom: 10px;
					}
					
					#payment ul{
						width: 236px;
					}
					
					#payment ul li{
						display: block;
						float: left;
						width: 110px;
						margin-right: 8px;
						margin-bottom: 16px;
					}
					
				#recommend{
					margin-top: 21px;
				}
					
					#recommend span.titl{
						background: url(../images/titl_recommend.gif) no-repeat;
						margin-bottom: 10px;
					}
					
					#recommend div.recommendgoods{
						border: #cccccc solid 1px;
						padding: 9px 10px 9px 10px;
						+padding: 9px 10px 5px 10px;
						-padding: 9px 10px 7px 10px;
						position: relative;
						margin-bottom: 12px;
					}
					
					#recommend div.recommendgoods span{
						color: #b373af;
						font-weight: bold;
						width: 125px;
					}
					
					#recommend div.recommendgoods p{
						width: 125px;
						color: #999;
						line-height: 1.4em;
						margin-top: 12px;
					}
					
					#recommend div.recommendgoods img.recommendgoods_pic{
						width: 60px;
						height: 70px;
						display: block;
						position: absolute;
						top: 12px;
						right: 12px;
					}
					
					#recommend div.recommendgoods a img{
						position: relative;
						border: none;
						left: 8px;
						top: 4px;
					}
					
				#goods{
					position: relative;
					width:655px;
				}
				
					#goods h1{
						margin-top: 18px; 
						margin-bottom:18px; 
						text-align:center; 
						color:#d61f92;
						font-size:16px;
					}

					#goods_info{
						margin-top:0px;
						width:1148px;
						height:400px;
						border:#CCC solid 1px;
					}
					#goods_jiesuan{
						margin-top:0px;
						width:1148px;
						height:20px;
						border-left:#CCC solid 1px;
						border-right:#CCC solid 1px;
					}
					
					#goods_images{
						float: left;
						width:240px;
						height:360px;
						margin-top:10px;
						margin-bottom:10px;
						margin-left:50px;
					}
					
					#goods_images img{
						width:240px;
						height:320px;
						cursor:pointer;
						border:#000000 solid 1px;
					}
					
					#goods_images input{
						margin-top:15px;
						margin-left:60px;
					}
					
					#goods_intro{
						float: left;
						height:300px;
					    width:240px;
						margin-top:15px;
						margin-left:50px;
					}
					
					#goods_intro ul{
						margin-top:18px;
						margin-left:11px;
						list-style:none;
					}
					
						#goods_intro ul li{
							text-indent:24px;
							text-decoration:none;
							line-height:3em;
							border-bottom:1px dashed #CCC;
						}
						
						#goods_intro ul li span{
							color: #df2399;
							margin-right: 25px;
							
						}
						
						#goods_intro input{
							margin-top:15px;
							margin-left:75px;
						}
					
					#goods_describe {

					}
					
					#goods_describe fieldset {
						border: #CCC solid 1px;
						width:620px;
						height:825px;
						margin-left:15px;
						margin-top:15px;
						padding:10px;
					} 
					#goods_describe legend {
						color:#d61f92;
						font-weight:700;
						font-size:20px; 
						font-family: Verdana, Arial, Helvetica, sans-serif;
					}
<!--µ¯³ö¹ºÎïÊýÁ¿¿ò-->
	#dark_bg {
		background: #111;
		filter: alpha(opacity = 0);
		opacity: 0.20;
	}
	#new_dialogue {
		margin: -250px 0 0 -250px;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	#infoDIV {
		padding-top: 8px;
		padding-left: 30px;
		background: transparent url(../image/cart_info_bg.png) no-repeat scroll 0 0;
		width: 322px;
		height: 95px;
		position: absolute;
		margin-top:500px;
		margin-left:300px;
	}
					
