@charset "utf-8";
/*CLEAR*/

.l-content .m-thumbnailList,
.l-content .m-thumbnailList > li {
	margin: 0;
	padding: 0;
	font-size: 0;
}

/*Header Edit*/

.l-content .imageReplace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .m-btnSize--xxxl {
    width: 390px !important;
}

.l-content .m-h2--custom {
  padding: 11.5px 0 11.5px 10px;
  background-color:	#f2f2f2;
  font-size: 16px;
	color: #333333;
	border: 1px solid #dedede;
}

.l-content .m-h2--custom span {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}

.l-content .m-h2--custom img {
	display: inline-block;
	vertical-align: middle;
}
.l-content .m-h3--custom {
  padding: 10px 0 10px 10px;
  background-color:	#f2f2f2;
  font-size: 16px;
	color: #333333;
	border: 1px solid #dedede;
}

.l-content .m-h3--custom span {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}

.l-content .m-h3--custom img {
	display: inline-block;
	vertical-align: middle;
}

/*Button Center*/

.l-content .m-btnList--center > li {
	padding-left: 50px;
}

.l-content .m-btnList--center > li:first-child {
	padding-left: 0;
}

/*Product List Style*/

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

.l-content .product_name {
	font-size: 14px;
	font-weight: bold;
	height: 80px;
	padding: 10px 5px 0;
	color: #004bb1;
	display: block;
}
.l-content .col_2of4 .product_name {
	height: 60px;
}

.l-content .product_img {
	margin: 20px auto;
	display: block;
}

.l-content .product > .product_part {
	font-size: 12px;
	margin: 0;
	padding: 20px 5px 0;
	height: 50px;
	display: block;
}

.l-content .product > .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0 5px;
	height: 60px;
	display: block;
}
.l-content .product > .product_uprice {
    font-size: 14px;
    font-weight: bold;
    color: #a0a0a0;
    padding: 0 5px;
    height: 30px;
    display: block;
    text-decoration: line-through;
}
.l-content .product_uprice {
	color: #a0a0a0;
	text-decoration: line-through;
}

.l-content .product > .product_stock {
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
	padding: 10px 5px 0;
	height: 35px;
	display: block;
}

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

.l-content .m-btnSize--edit {
	width: 165px;
	padding-left: 10px;
}

/*Hover*/

.l-content .m-thumbnailList [data-clickable="area"]:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/*Border Style*/

.l-content .m-thumbnailList > .border_style {
	border: 1px solid #dedede;
	border-width: 0 0 1px 1px;
	padding: 10px 0 20px;
	box-sizing: border-box;
}

.l-content .m-thumbnailList > .border_style--last {
	border: 1px solid #dedede;
	border-width: 0 1px 1px 1px;
	padding: 10px 0 20px;
	box-sizing: border-box;
}

/*Fix Height Element +1 (Ex - Element Height 558 Fix Height 558+1 = 559)*/

.l-content .m-thumbnailList > .border_style.col_1of4,
.l-content .m-thumbnailList > .border_style--last.col_1of4,
.l-content .m-thumbnailList > .border_style.col_2of4,
.l-content .m-thumbnailList > .border_style--last.col_2of4{
	width: 25%; 
	height: 500px;
}
.l-content .m-thumbnailList > .border_style.col_1of4.prod_long, .l-content .m-thumbnailList > .border_style--last.col_1of4.prod_long , .l-content .m-thumbnailList > .border_style.col_2of4.prod_long, .l-content .m-thumbnailList > .border_style--last.col_2of4.prod_long {
	height: 560px; 
}
.l-content .m-thumbnailList > .border_style.col_2of4,
.l-content .m-thumbnailList > .border_style--last.col_2of4 {
	width: 50%;
}
.l-content .m-thumbnailList > .short_prod.col_1of4,.l-content .m-thumbnailList > .short_prod.col_2of4{
	height: 460px;
}
.l-content .m-thumbnailList > .border_style.col_4of4,
.l-content .m-thumbnailList > .border_style--last.col_4of4 {
	width: 100%;
	height: 430px;
}
.l-content .product > .product_brand {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.l-content .txt-des {
	color: #777;
}
.l-content .m-thumbnailList .m-table {
    width: 90%;
    margin: auto;
        margin-top: auto;
}
.l-content .m-thumbnailList > li > .m-thumbnailList > .col_1of2 {
    width: 60%;
    padding: 0 10px;
}
.l-content .m-thumbnailList > li > .m-thumbnailList > .prodimg {
	width: 130px;
	padding-right: 20px;
	padding-left: 10px;
}
.l-content .m-thumbnailList > li > .m-thumbnailList > .col_1of4 {
    width: 25%;
	padding: 0 10px;
}
.l-content .m-thumbnailList > li > .m-thumbnailList > .features {
    width: 30%;
	padding: 0 10px;
}
.l-content .m-thumbnailList > li > .m-thumbnailList > .table {
    width: 45%;
	padding: 0 10px;
}
.l-content .u-italic {
	font-style: italic;
}
.l-content .m-table > thead > tr > th.bg-bulkbuy {
	background: #d00;
}
.l-content .m-thumbnailList > li > .m-thumbnailList > .table > .m-table {
	width: 98%;
}
.l-content .col_4of4 .product_name {
	height: 50px;
}
.l-content .box_title {
    padding: 10px 20px;
    background-color: #0098d8;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}