/*Header Edit*/

.l-content > h1.mainvs {
	width: 950px;
	height: 350px;
	background-image: url('../images/mainvs.png');
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
}

.l-content .m-h3--function {
	height: 50px;
	background-color: #f2f2f2;
	font-size: 16px;
	color: #333333;
}

.l-content .m-h3--function img {
	margin-left: 20px;
	vertical-align: middle;
}
.l-content .subText{
	color: #333333;
}
.l-content .m-h3--function font {
	vertical-align: middle;
	padding: 17px 20px;
}

.l-content .border-style {
    border: 1px solid #dedede;
    box-sizing: border-box;
}

/*WHAT NEW*/
.l-content .u-pt12{
	padding-top: 12px;
}
.l-content .block-content{
	display: block;
	width: 800px;
	height: 270px;
}
.l-content .block-content-s{
	display: block;
	width: 800px;
}
.l-content .float-l {
	float: left;
}
.l-content .block-size-s{
	width: 200px;
	padding: 10px 20px;
	height: 50px;
}

.l-content .block-size-m{
	width: 500px;
	padding: 10px 20px;
	height: 50px;
}

.l-content .border-dashed{
	border: 2px dashed #cccccc;
}
.l-content .bg_highlight-darkgreen {
	padding: 10px 20px;
	background-color: #1f8484;
	color: #ffffff;
}

.l-content .bg_highlight-green {
	padding: 10px 20px;
	background-color: #b6edbd;

}
/*Product List Style*/

.l-content .hover-style {
	border: 1px solid #dedede;
	box-sizing: border-box;
}

.l-content .background-gray {
	background-color: #f2f2f2;
}

.l-content .product {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

.l-content .product.product_name {
	font-size: 14px;
	font-weight: bold;
}


.l-content .product.product_brand {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.l-content .product.product_brand a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.l-content .product.product_part {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.l-content .product.product_price {
	font-size: 18px;
	font-weight: bold;
	color: #ee0000;
}

.l-content .product_pcs {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.l-content .product.product_stock {
	font-size: 14px;
	font-weight: bold;
	color: #9f4f00;
}

.l-content .product.product_stock .stock_img {
	vertical-align: middle;
	margin-right: 10px;
}

.l-content .product.product_truck {
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
}

.l-content img.truck_img {
	vertical-align: middle;
	margin-right: 7px;
}

/*Hover*/

.l-content a.product.product_name:hover {
	text-decoration: none;
}

.l-content .hover-style:hover .product_name a {
	color: #ff730a;
	text-decoration: underline;
}

.l-content .hover-style:hover img.product_img {
	opacity: 0.7;
}

