@charset "utf-8";
/* CSS Document */
#right_container{
	float:left;
	width:550px;
}
#right_container .cell{
	width:255px;
}
.cell{
	margin-bottom:0;
}

#index_top{
	float:right;
	width:204px;
}

#index_top .cell{
	width:180px;
	text-align:center;
}
#index_top .cell_img{
	float:none;
	text-align:center;
	margin:2px auto;
}

#index_top .cell_retail_price,
#index_top .cell_no{

	display:none;
}

.more{
	text-align:right;
	padding-bottom:15px;
}

.title_txt{
	float:left;
	color:#FCDD49;
	font-weight:bold;
}
.title_text a{
	color:#000;
	font-weight:normal;
}

.products_title .more{
	padding-bottom:0;
	float:right;
}
.products_title .more a{
	color:#fff;
}
.products .more{
	padding-bottom:10px;
}