div.home #main {
	float: right;
	width: 590px;
	padding-top: 10px;
}
#mainimage {
	height: 270px;
	/*padding-left: 10px;*/
}
.jquery-slider {
	overflow: hidden;
	position: relative;
}
.jquery-slider-element {
	overflow: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 590px;
	height: 270px;
}
.jquery-slider-control {
	display: none;
}
.jquery-slider-pages {
	overflow: visible;
	height: 10px;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
.jquery-slider-page {
	overflow: hidden;
	position: relative;
	display: block;
	float: right;
	width: 56px;
	height: 6px;
	cursor: pointer;
	background-image: url(../../xml/img/mainimage_gray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right:10px;
}
.jquery-slider-page:hover {
	background-image: url(../../xml/img/mainimage_red.gif);
}
.jquery-slider-page-current {
	background-image: url(../../xml/img/mainimage_red.gif);
}
#banner {
	margin: 20px 0 10px;
    width: 600px;
}
#banner ul {
	list-style-type: none;
}
#banner li {
	display: inline;
}
#banner a {
	display: inline;
	float: left;
    margin-right: 10px;
	padding-bottom: 10px;
}
/*
information
*/
#information {
}
#information #infoTitle {
    margin: 0 0 25px;
}
#information #news {
    margin: 0 0 0 12px;
    width: 578px;
    height: 230px;
}
#information #news dl {
	padding-right: 10px;
}
#information #news dt {
	font-weight: bold;
    background: url(../../img/usr/category_arrow_b.jpg) no-repeat left 2px;
    padding-left: 15px;
    line-height: 140%;
}
#information #news dd {
    padding-left: 15px;
    margin-bottom: 20px;
}
#information #news dd strong {
    color: #0063CC;
    font-weight: bold;
    text-decoration: underline;
}

/*scroll*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0px;
	right: 0;
	width: 10px;
	height: 100%;
}
.jspVerticalBar * {
	margin: 0;
	padding: 0;
}
.jspTrack {
	position: relative;
	background-color: #F2F2F2;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #333333;
}
#list {
}
#list .product_Line_ {
    width: 604px;
    margin-bottom: 15px;
}
.productBox {
		float: left;
		display: inline;
		width: 288px;
		margin-right: 14px;
		padding-bottom: 40px;
}
.productBox p {
	padding-top: 15px;
}
.productBox .ctg {
}
.productBox .custommade {
	background-color: #FF9C00;
}
.productBox .homecare {
	background-color: #33CC33;
}
.productBox .healthcare {
	background-color: #669ACC;
}
.productBox .office {
	background-color: #FFCC00;
}
.productBox .oapc {
	/*background-color: #CDEBF3;*/
}
.productBox .safety {
	background-color: #3398CC;
}
.productBox .carcare {
	background-color: #536DB7;
}
.productBox .corporate {
	background-color: #B5AB92;
} 
.productBox .proImage {
	float: left;
	margin-top: 10px;
}
.productBox .proImage a {
	width: 120px;
	height: 120px;
	text-align: center;
	display: block;
	vertical-align: middle;
}
.productBox table {
	width: 155px;
	margin-top: 10px;
	float: right;
}
.productBox .proPriceTitle {
	font-size: 80%;
    padding-top: 5px;
}
.productBox .proPriceTitle .campaign {
	font-size: 100%;
	color: #F00;
}
.productBox .proPrice {
	font-size: 180%;
	color: #F00;
	text-align: right;
	font-weight: bold;
	line-height: 1;
	padding-top: 5px;
}
.productBox .proTax {
	font-size: 45%;
	color: #F00;
	line-height: 1;
    font-weight: normal;
    white-space: nowrap;
}
html .productBox .proLink a {
	color: #0033FF;
	text-decoration: underline;
	clear: both;
}
.productBox .proSale {
	padding-top: 5px;
}
.productBox .proText {
	padding-top: 10px;
}

.productBox .false {
	display: none;
}