
#header{
	border-bottom:1px solid #d1d2d1;
}
.mainPic{
	width:601px;
	height:279px;
	border-right:1px solid #d1d2d1;
}

.recommend{
	width:256px;
	height:279px;
	background-color:#f3f3f3;
}

/*recommend*/
.recommend .out,.recommend .over{
	width:234px;
	margin:10px;
	height:60px;
	background-color:#ffffff;
	border:1px solid #d1d2d1;
}
.recommend .over{
	border:1px solid #333333;
	cursor:pointer;
}
.recommend .ttlRecommend{
	padding:10px 10px 0 10px;
}
.recommend .itemImg{
	width:60px;
	height:60px;
	float:left;
	text-align:center;	
}
.recommend .itemName{
	font-size:10px;
	clolor:#009900;
	padding:3px;
}
.recommend .itemText{
	padding:0 3px;
	font-size:10px;
	line-height:120%;
}
.recommend .itemPrice{
	padding:0 3px;
	font-size:10px;
	text-align:right;
}


.topNavi{
	width:220px;
	border-right:1px solid #d1d2d1;
}
ul.topIndex{
	margin:10px;
}
ul topIndex li{
	padding:0;
	margin:0;
}
.topIndex li a{
	text-decoration:none;
	color:#333333;
}
.topIndex li a:hover{
	text-decoration:underline;
}
/*topItem*/

.topItem{
	width:648px;
}
.topItem .pickUp{
	margin:10px 10px 0 10px;
}
.topItem table td{
	width:309px;
	height:180px;
}

.topItem .out,.topItem .over{
	height:180px;
	border:1px solid #d1d2d1;
}
.topItem .over{
	border:1px solid #333333;
	cursor:pointer;
}

.topItem .itemMaker {
	font-size:10px;
	height:10px;
	background-color: #EFF5E1;
	padding:0 3px;
	border-bottom:1px solid #d1d2d1;
}
.topItem .itemName{
	font-size:11px;
	font-weight:bold;
	margin:10px 0 5px 3px;
	padding:0 0 0 3px;
	border-left: 3px solid #ff0000;	
}
.topItem .itemImg {
	width:110px;
	height:110px;
	text-align:center;
	float:left;
	padding:3px;
}
.topItem .container{
}
.topItem .itemText {
	padding:3px 5px;
	font-size:11px;
	line-height:150%;
}

.topItem .itemPrice {
	padding:3px;
	font-weight:bold;
}
.topItem .itemBtn {
	padding:3px 5px;
	text-align:right;
}
