body {
	background: url('/data/images/bg-home.png');
	background-repeat: repeat-x;
}

#home_box {
	
	height: 296px;
}

#home_box_items {
	position: relative;
	margin: auto;
	width: 800px;
	text-align: center;
	font-size: 15px;
	color: #000;
	padding-top: 25px;
}


#latest_items_title {
	position: relative;
	margin: auto;
	background: url('/data/images/bg-box-title.png');
	width: 962px;
	text-align: center;
	font-size: 14px;
	color: #000;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 9px;
	border: 1px solid #e7e7e7;
	margin-top: 17px;
}


#latest_items_box {
	position: relative;
	margin: auto;
	width: 944px;
	text-align: center;
	font-size: 14px;
	color: #000;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #FFF;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	font-size: 15px;
}


@media all and (max-width: 768px) {

body {
	
}

#latest {
	display: block;
	margin-bottom: 20px;
}

#home_box {
	
	height: auto;
	background: url('/data/images/bg-home.png');
	
	padding-bottom: 20px;
	margin-bottom: 11px;
}



#home_box img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    padding: 0px;
    height: 20%;
    width: 20%;
}



#home_box_items {
	position: relative;
	margin: auto;
	width: 90%;
	text-align: center;
	font-size: 15px;
	color: #000;
	padding-top: 25px;
	clear: both;
}


#latest_items_title {
	position: relative;
	margin: auto;
	background: url('/data/images/bg-box-title.png');
	width: 90%;
	text-align: center;
	font-size: 14px;
	color: #000;
	border: 1px solid #e7e7e7;
	margin-top: 17px;
	padding: 9px;
}

#latest_items_title a {
	display: none;
}

#latest_items_box {
	position: relative;
	margin: auto;
	width: 90%;
	text-align: center;
	font-size: 14px;
	color: #000;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #FFF;
	padding: 9px;
	font-size: 15px;
}

}




