.catalog {
	font-size: 13px;
}

.catalog_detail {
	margin: 10px auto;
	overflow: hidden;
}

.catalog_ph{
	float:left;
	width: 260px;
	text-align:center;
}

.catalog_tx{
	float:left;
	width: 400px;
	height: 150px;
	text-align:left;
	padding-top: 50px;
}

.catalog h2 {
	background: #fcfcff;
	background: -moz-linear-gradient(top,  #fcfcff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #fcfcff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #fcfcff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #fcfcff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #fcfcff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcff', endColorstr='#e5e5e5',GradientType=0 );
	color: #333;
	border: 1px solid #ccc;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 10px;
}

.catalog .catalog_pagetop {
	float: right;
	height: 15px;
	margin: 10px auto;
	width: 64px;
}