<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">g#featured_bg {
	overflow:hidden;
}
#featured_bg_content {
	margin:0px auto 10px auto;
	width:1170px;
	min-height:200px;
	position:relative;
	overflow:hidden;

}
#featured_bg_content_box_product li
{ 
	padding:10px 20px 20px 20px;
	width:155px;
}
#featured_bg_content img{
	border:0;
}
#featured_bg_content a:link {
	text-decoration: none;
}
#featured_bg_content a:visited {
	text-decoration: none;
}
#featured_bg_content a:hover {
	text-decoration: none;
}
#featured_bg_content a:active {
	text-decoration: none;
}
#featured_bg_content .last{
	float:right;	
	padding:10px 0px 10px 0px;
}
#featured_bg_content_title{
	margin:3px 0px;
	padding:0;
	width:155px;
	height:20px;
	line-height:1.5;
	font-size:16px;
	overflow:hidden;
	font-weight:bold;

}
#featured_bg_content_price{
	margin:3px 0px;
	padding:0;
	line-height:1.3;
	font-size:18px;
}
#featured_bg_content_price_discount{

	text-decoration: line-through;
}
#featured_bg_content .add_cart{
	padding:10px;
  background: url(../images/button1.png);
  border-radius:3px;
  background-size:140px;
  background-size:cover;
  color: #fff;
  font-size: 16px;
	width:140px;
}
#featured_bg_content .add_cart img{
	float:right;
	}
	
#featured_bg_content .prev{
	background:url(../images/icon1.png) center center no-repeat;
	height:27px;
	width:28px;
	border:0;
	margin:0px 0px 0 20px;
	float:left;
	left:290px;
		position:relative;
			top:5px;
	}
#featured_bg_content .next{
	border:0;
	height:27px;
	width:28px;
	background:url(../images/icon2.png) center center no-repeat;
	float: right;
	margin:0px 20px 0 0;
	right:290px;
	position:relative;
	top:5px;
	}</pre></body></html>