﻿@charset "UTF-8";
/* CSS Document */

.content{
	width:480px;
	background:#ffffff;
	
}
.content_sub{
	padding:10px;
}

.content_item{
	margin-top:10px;
	float:left;
	margin-right:5px;
	height:
}
.list_title{
	font-size:16px;
}

.content_pic{
	width:300px;
	height:320px;
	
}
.tiptip{
	width:300px;
}

.content_content{
	width:300px;
	margin-left:10px;
}
.cart_btn_width{
	width:190px;	
}
.content_pic , .content_content{
	float:left;
}

.content_item, .content_pic, .content_content{
	
}


.content_detail{
	margin-top:10px;
}

.content_detail_pic{
	width:460px;
	margin-right:20px;
	background:#cccccc;
}

.content_detail_content{
	/*width:430px;	*/
}

.content_detail_pic, .content_detail_content{
	float:left;
	min-height:340px;
}

.relate_item{
	width:170px;
	float:left;
	margin-right:10px;
	background:black;
}

.relate_item .pic{
	height:100px;
	background:black;
	text-align:center;
}

.relate_item .text{
	height:20px;	
	background:#333;
	text-align:center;
}