/* CSS Document */
/*=================商品显示页面的主CSS开始================*/
#show_product_top{float:right;width:730px;margin-top:20px;}
	#show_product_top .left{width:300px;height:100%;text-align:center;float:left;}
	#show_product_top .left li{list-style:none;margin:0;padding:0}
	#show_product_top .left li.propic{width:300px;border:#cc9 1px dotted;}
	#show_product_top .left li.propic img{margin:50px 0px;}
	#show_product_top .left li.toolpic img{margin:10px;}
	#show_product_top .left li b.cuxiao{margin:15px; font-weight:bold;font-size:14px;color:#F00;line-height:18px;}
	
	#show_product_top .right{width:410px;height:100%;float:right;}
	#show_product_top .right a{color:#00f;}
	#show_product_top .right a:hover{color:#f60;}	
	#show_product_top .right .title{height:20px;color:#660; font-weight:bold;font-size:14px;letter-spacing:1px;}
	#show_product_top .right .introduce{height:100%;background:url(../images/content_bg_01.gif);border-top:2px #660 solid;border-bottom:#cc9 2px solid;}
	#show_product_top .right .introduce ul{margin-left:20px;line-height:30px;}
	#show_product_top .right .introduce .market_prcie {color: #000; text-decoration:none;}
	#show_product_top .right .introduce .market_prcie span{color: #00f; text-decoration: line-through;}
	#show_product_top .right .introduce .now_price {color: #f00;width:200px;background:url(../images/bg_now_price_show.gif) no-repeat left 2px;padding-left:30px;font-family: Arial, Helvetica, sans-serif;}
	#show_product_top .right .introduce .now_price span{color: #f00;font-size:18px;font-weight:bold; font-style:italic;}
	#show_product_top .right .tips{height:30px;border:#f60 1px solid; text-align:center;margin-top:10px;}
	#show_product_top .right .tips span{line-height:30px;}

	#show_product_top .right .last ul{}
	#show_product_top .right .last ul li{line-height:30px;border-bottom:#cc9 1px dotted;padding-bottom:2px;padding-top:2px;}
	#show_product_top .right .last ul li.img{height:42px;line-height:30px;float:right;}
#show_product_content{clear: both;width:730px;float:right; margin-top:10px;text-decoration:none;background:url(../images/content_bg_01.gif) repeat-x left 100%;}
	#show_product_content .top_guide ul li{float: left;height:32px;width:102px;margin-right:1px;text-align:center;background: #8DC70A url(../images/greentab00.gif) no-repeat;cursor:hand;color:#999;font-size: 14px;font-weight: bold;line-height:32px;}
	#show_product_content .top_guide li.hover{float: left;height:32px;width:102px;margin-right:1px;text-align: center;background: #8DC70A url(../images/greentab01.gif) no-repeat;cursor:hand;color:#fff;}
	#show_product_content .top_guide li:hover{float: left;height:32px;width:102px;margin-right:1px;text-align: center;background: #8DC70A url(../images/greentab01.gif) no-repeat;cursor:hand;color:#fff;}
	
	#show_product_content .box{clear:both;background: #fff; border:#8DC70A 2px solid;border-top:#8DC70A 6px solid;height:100%;padding:10px;overflow:auto;}
	#show_product_content .box .pcontent{padding:10px;}
	#show_product_content .box .pcontent p{padding:10px; font-size:12px;letter-spacing:0.5mm;}
	#show_product_content .box .pcontent p.img{text-align:center;padding-left:0;padding-right:0;}
	#show_product_content .box .pcontent table{margin-left:10px;;border-collapse:collapse;}
	#show_product_content .box .pcontent table tr{background:#fff;}
	#show_product_content .box .pcontent table tr.title{background:#ECA235;}
	#show_product_content .box .pcontent table td{border:1px solid #C6C3BA; text-align:center;height:24px;padding:0 2px;}
	
	#show_product_content .content_bottom{background:url(../images/content_bg_01.gif) repeat-x left 60%; text-align:right; border-bottom:#cc9 2px solid;margin-top:10px;height:60px;width:100%;}
	#show_product_content .content_bottom img{padding:10px;}

#show_product_bottom{clear:both;background: #fff; border:#cc9 2px solid;border-top:#cc9 4px solid;height:100%;margin-top:10px; overflow:auto;}
	#show_product_bottom h2{font-size:14px;line-height:30px;margin-left:20px;margin-top:2px;margin-bottom:2px;margin-right:500px;background:#fff;padding-left:20px;}
	* html #show_product_bottom h2 img{padding-top:7px;}
	
	#show_product_bottom .list{padding-left:20px;padding-right:20px;}
	#show_product_bottom .list table{width:100%;border-collapse:collapse;}
	#show_product_bottom .list table th{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;background:url(../images/content_bg_01.gif) repeat-x left 60%;text-align:left;padding-left:4px; font-weight:normal;}
	#show_product_bottom .list table tr{height:26px; }
	#show_product_bottom .list table tr:hover{background:#F6FFDD;color:#000;}
	#show_product_bottom .list table td{padding-left:4px;border-bottom:1px dotted #e6e6e6;height:30px;}
	#show_product_bottom .list table td.more{text-align:right;}
	#show_product_bottom .list table td.more a{color:#00f;}	
	#show_product_bottom form{width:100%;height:84px;padding-top:10px;padding-bottom:10px;background:url(../images/pro_book_formbg.gif) no-repeat;}
	#show_product_bottom form textarea{width:595px;height:60px;border:1px #cc9 solid; COLOR: #5e5d5d;}
	#show_product_bottom form input{margin-top:30px;}
	#show_product_bottom form ul{}
	#show_product_bottom form ul li{float:left;padding-left:10px;}
/*=================商品显示页面的主CSS结束================*/