/* width: 950px */

body {
	font-size: 13px;
	color: #444;
	text-align: center;
	font-family: Arial;
	line-height: 1.5;
	letter-spacing: 1px;
}


.mainContent{
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}

/* siderFrame */
.siderFrame{
	width: 220px;
	float: left;
}
.siderFrame a{
	text-decoration: none;
	color: #555;
}
.siderFrame a:hover{
	text-decoration: underline;
}

/* contentFrame */
.contentFrame{
	width: 720px;
	float: right;
}

/* contentFrame purchase_newProducts */
.contentFramePP{
	width: 100%;	
}


/* footer*/
.footer{
	color: #999;
	width: 850px;
	padding: 20px 50px 10px;
	margin: 30px auto 5px;
	text-align: left;
	border-top: 1px solid #CCC;
}
.footer a{
	color: #999;
}
.footer a:hover{
	color: #666;
}

/* other */
.clean1 {
	clear: both;
}
.clean2 {
	clear: right;
}
.mustIn {
	font-weight: bold; font-size: 14px; margin: 0px 2px; color: #F00;
}