/*
Copyright (c) 2008 - 2016 NEWPAGES NETWORK SDN BHD
Last Update: 2016-02-24

Theme : White
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800);

body {
	color: #333333;
	background-color:#ffffff;
	background-position:center top;									/*	background position	*/
	background-image: url(bg.jpg);									/*	background source	*/
	background-attachment:scroll;									/*	background image fix or scroll	*/								
	background-repeat: no-repeat;									/*	background image repeat or not	*/
	
	margin: 0;
	padding: 0;
	font-size:13px;
	line-height:1.3em;
	
	font-family: 'Open Sans','Microsoft YaHei', 'Microsoft JhengHei', sans-serif;
}
body.cn{
	font-size:13px;
}
textarea{
	resize:none;
}
input[type=text],textarea{
	font-family:inherit;
	padding:5px;
	font-size:inherit;
	color:#333;
}
a{
	color:#333333;
	text-decoration:none;
}
.button{
	width:80px;
}
.content {
	background: none;
	margin: 0 auto;
	padding: 0;
	border-left: 0px solid #fff;									/*	left side space	*/
	border-right: 0px solid #fff;									/*	right side space	*/
	position:relative;
}

.leftpanel {
	background: #D6DEC9;								/*	leftpanel bgcolor	*/
	background-position:bottom left;									/*	background position	*/
	background-image: url(bg.jpg);									/*	background source	*/
	background-repeat:no-repeat;

}

#search-box{
	border-color:#666;
}

#title {
  position: relative;
/*  z-index: 3;*/
  /*top: 5px;*/
/*  left: 130px;*/
	float: left;
  padding-top: 5px;
  padding-left: 35px;
/*  text-align: right;*/
}

#title h1
{
	font-weight:900;
	font-size:30px;
}

#top .topright { 
	float: right;
	padding: 20px 25px 0 0;
	font-size: 1em;
}

#top img { 
	border: none; 
}

#header { 
	margin: 0; 
	width: 800px; 
	height: 200px; 	 
}

#header .headings {	
	padding: 25px 0 0 30px; 
}

#header h1 {
	font-size:29px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0 130px;
}

#header h2 {
	font-size:18px;
	background-image: none;
	color: #333333;
	margin: 0;
	padding: 2px 0 0 180px;
}

#navlist
{
	border-bottom: 1px solid #E7D7BF; /*border-top: 1px solid #FFCC66;*/
	margin-bottom: 30px;
	margin: 0;
	padding-left: 20px;
	font-size:1.8em;
	padding-bottom: 2px;
	padding-top: 3px;
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	/*border: 1px solid #FF9900;*/
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border-top: 6px solid white;
	/*border-bottom: 5px solid white;*/
	padding: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.5em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active1 a {
	border-top: 5px solid white;
	background-color: transparent;
}

/*-----------------------------------------------------------------------			NO USE     	*/
#navleft {
	padding-bottom: 5px;
	padding-left: 5px;
}
ul#navlistleft
{
	width: 168px;
	\width: 170px;
	w\idth: 168px;
	padding: 0px;
	border-top: 0px;
	margin: 0px;
	font-size:12px;

}

ul#navlistleft li
{
list-style: none;
margin: 0px;
border: 0px;

}

ul#navlistleft li a
{
	display: block;
	width: 142px;
	\width: 168px;
	w\idth: 142px;
	padding: 4px 6px 4px 4px;
	border: 0px;
	border-left: 20px solid #7cc00a;                     /*                PRODUCTS BORDER COLOR                                                */
	background: #C9E59A;                                  /*                 PRODUCTS INSIDE COLOR                                                */
	text-decoration: none;
	text-align: right;
	color: #000000;										/*                 PRODUCTS FONT COLOR                                                */
}

ul#navlistleft li a:link {
	color: #000000;										/*                 PRODUCTS FONT COLOR                                                */
}
ul#navlistleft li a:hover
{
	border-color: #000000;								/*                 PRODUCTS BORDER COLOR (after mouse over)                                                */
	color: #000000;										/*                 PRODUCTS FONT COLOR (after mouse over)                                                */
	background: #7cc00a;								/*                 PRODUCTS INSIDE COLOR (after mouse over)                                                */
}
/*-----------------------------------------------------------------------			NO USE     	*/


#main { 
	background: #ffffff;
	margin: 0 auto;
	padding: 20px 0 20px 0; 
}  

#main .right {
	float: left;
	padding: 0px 10px 0 10px;
	margin: 0;
	width: 180px;
	background: none;								/*               Right CONTENT BACKGROUND COLOR                                               */
}

#main .right .hitems { 
	margin: 0; 	
	padding: 0; 
}

#main .right .hitems ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
}
	
#main .right .hitems li { 
	margin: 0 0 2px 10px;
	padding: 0 0 0 0px;
	color: #555;
}

#main .left {
	float: right;
	width: 575px;
	padding: 0px 10px 5px;
	min-height:400px;
}

.article {
padding-bottom: 5px;
	
}

#main .box  {	
	background: #efefef; 
	padding: 5px; 
	border: 1px solid #ccc;
}

#main .right ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
	list-style : none; 
	border-bottom: 0px solid #eee; 
	list-style-type: square;
	color: #050505;
}
	
#main .right li { 
	margin: 0 0 2px 2px;
	padding: 0 0 0 0px;
	color: #555555;
	list-style : none; 
}

#main .right  .text {
	margin: 0 0 20px 2px;
	padding: 0 0 0 0px;
}

.img_left {
	padding: 0 0px 0px 0;
	margin: 12px;
	float: left;
	border: 1px solid #3A3A3A;
}

.img_right {
	border: 1px solid #3A3A3A;
	padding: 0 0 0px 00px;
	float: right;
	margin: 12px;
}

#contact-form p{
	margin:5px 0;
}
#contact-form .textfield,
#contact-form .textarea{
	padding:5px;
}
#contact-form .textfield{
	width:50%;
}
#contact-form .textarea{
	width:80%;
}
#highlight {
	float: left;
	width: 250px;
	background-color: #F5DEC5;
	border: 1px solid #434343;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 8px;
}

#footer {
	clear: both;
	height: 80px;
	background: none;
	color: #333;											/*                Footer font color                                         */								
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size:13px;
	font-family: 'Open Sans','Microsoft YaHei', 'Microsoft JhengHei', sans-serif;
}

#footer .info { 
	padding: 20px 0px 0px 5px; 
}

.footer.full{
	background-color:#000 !important;
	color:#fff;
}
.footer.full .info{
	background-color:#000 !important;
}

#footer a {
	color: #fff;											/*                Footer font color  (link)                                       */
}

.poweredby a{
	
	color: #fff !important }


.footer.full .info {
	background-color: #000 !important;
	color: #fff;
}




/*
p { 
	margin: 0 0 5px 0; 
	padding: 0; 

}
*/
/*
p a {
	text-decoration:none;
	border-bottom: 1px dotted;
}
*/

a:hover { 
	text-decoration:underline; 
}

h2 {
	/*margin: 10px 0 5px 0px;*/
}

h2 a { 
   text-decoration:none;
	color: #185FA4; 
}

h2 a:hover { 
	text-decoration:none;

 }

h3.side {
	background: White url(side.gif) no-repeat;											/*                h3 side picture                                       */
	border-bottom:#CCCCCC 1px dotted;
	color: #000000;											/*                h3 side font color                                       */
	font-weight: normal;
	margin: 10px 0 5px 0px;
	padding: 0 0 0 20px;
	font-size:13px;
}

/*                h3 side (LINK)                                       */
a h3.side {
	background: White url(side.gif) no-repeat;
	border-bottom:#CCCCCC 1px dotted;
	color: #000000;
	font-weight: normal;
	margin: 10px 0 5px 0px;
	padding: 0 0 0 20px;
	font-size:13px;
}

a h3.side:hover { 
	text-decoration:none;
   	font-weight:normal;
	background-color:#EFEFEF;							/*                mouse over color sidebar                                         */
 }

blockquote {
	margin: 20px;
	padding: 8px;
	background: #F1E3D3;
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	border-left: 1px dotted #2E2E2E;
	border-right: 1px dotted #2E2E2E;
}

/* Google Translator */
#google_translate_element{
	position:absolute;
	right:0px; /* how many px from the right */
	top:10px; /* hoe many px from the top */
}
/* END Google Translator */

/* Language Bar CSS */
.language{
	background:url() center top; /* background image */
	background-color:#69F; /* background color */
	right:0px; /* 0px = stick to the right, any positive number will move the bar toward left */
	
	/* fixed */
	position:absolute;
	z-index: 100;
}
.language a{
	padding:5px 10px; /* padding : (top+bottom) (left+right) */
	color:#FFFFFF; /* text color */
	
	/* fixed */
	display:inline-block;
}
.language a:hover{
	color:#FF9900; /* rollover text color */
}

/* END Language Bar CSS */

/* CSS Navigation */
.nav{
	background-image:url(menu_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: transparent;
	}
ul.mainmenu{
	margin:0 auto;
}
ul.mainmenu > li{
	width:111px; /* 100% / total_menu */
	background-color: transparent; /* menu background */
	
	white-space:normal;
	vertical-align:middle;
}
ul.mainmenu > li > a{
font-family: 'Open Sans','Microsoft YaHei', 'Microsoft JhengHei', sans-serif;
	color:#000; /* menu text color */
	font-size:13px;
	text-align:center;
	width:100%;
	display:table;
	text-transform:uppercase;
}
ul.mainmenu > li > a > span{
	height:102px;
	display:table-cell;
}
ul.mainmenu > li.selected,
ul.mainmenu > li:hover{
	/* menu mouse over background */
	background-image:url(menu_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: transparent;
}
ul.mainmenu > li.selected > a,
ul.mainmenu > li:hover > a{
	color:#ccc; /* menu mouse over text color */
}
ul.sub > li{
	border-bottom:1px dotted #CCC;
}
ul.sub > li > a{
	color:#333; /* sub menu text color */
	padding:5px 10px;
}
ul.sub > li:hover > a{
	color:#fff; /* sub menu mouse over text color */
	background-color:transparent;
}
ul.sub > li:hover{
	background:#000; /* sub menu mouse over background */
}


ul.sub, ul.sub-extend {
	margin-top: -30px;
	position: absolute;
	display: none;
	z-index: 8001;
	box-shadow: 1px 1px 3px #666666;
	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
}









/* END CSS Navigation */

/* Latest News */
.news-row{
	float:left;
	padding:2px;
	margin:2px;
	border:1px solid #cccccc; 
}
/* END Latest News */

/* ws=category */
.category-album{
	border-color:#ddd;
	/*uncomment below CSS will activate album pattern */
	/*background:url(https://newpages2u.com/default_style/album_cover.png) no-repeat top center;*/
}
/* END ws=category*/

/*** ws=download ***/ 
#body_download h3{
	border-bottom:2px solid #999;
	padding-bottom:5px;
	margin-bottom:5px;
}
.download-list{
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
}
.download-list li{
	padding:10px 0 10px 40px;
	border-bottom:1px solid #ccc;
	font-size:10px;
	font-style:italic;
	color:#999;
	background:url(https://newpages2u.com/default_style/download_icon.png) left 50% no-repeat;
}
.download-list li:last-child{
	border-bottom:none;
}
.download-list li a{
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
	font-style:normal;
	font-size:12px;
}
/*** END ws=download ***/

/* ws=showproducts */
.productsbigimg{
	border-color:#333;
}
/*** ws=showproducts ***/

/* ws=productsbycat (product list) */
ul.product-list > li{
	background-color:#ffffff;
}
ul.product-list > li,
.product-img-sec{
	border:1px solid #ddd;
}
/*** END ws=productsbycat (product list) ***/

/* Product Item */
.product-row{
	padding:0;
	margin:0 0 20px 0;
	position:relative;
	overflow:auto;
	height:auto;
	float:left;
	clear:both;
}
.product-row li{
	list-style:none;
	width:140px;
	padding:10px 14px 50px 14px;
	float:left;
	height:100%;
	margin-right:10px;
	border:1px solid #CCC;
}
.product-row li:last-child{
	margin-right:0px;
}
.product-image{
	display:table-cell;
	width:140px;
	height:150px;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
	border-radius:10px;
}
.product-name, .product-summary, .product-view-more{
	color:#333;
}
.product-name{
	text-align:center;
}
.product-summary{
	text-align:center;
}
.product-actions{
	position:absolute;
	bottom:12px;
	width:140px;
	text-align:center;
}
.product-view-more{
	display:block;
	background-color:#eb7c13;
	padding:5px 0;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	border-radius:5px;
}
.product-view-more:hover{
	background-color:#cc6c10;
}
.products-listing .product-img{
	border:1px solid #CCC;
}
.products-listing .product-category{
	background-color:#ddd;
	padding:5px 10px;
	border-color:#999;
}
.products-listing .product-category a{
	font-size:14px;
	font-weight:bold;
}

.page-num a{
	display:inline-block;
	padding:2px 8px;
	border:1px solid #CCC;
	margin-right:5px;
	text-decoration:none;
}
.page-num a:hover{
	background-color:#CCC;
}

.page-num a.selected{
	font-weight:bold;
	background-color:#CCC;
}

/* END Product Item */

/* Latest News Box in Homepage */
.news{
	border:1px solid #ccc;
}
.news .news-title{
	font-size:14px;
	background:#333;
	color:#FFF;
	
	/* Do not modify below */
	margin:0;
	padding:5px;
}
.news ul{
	/* Do not modify below */
	margin:0;
	padding:0;
	overflow:scroll;
}
.news ul li{
	border-bottom-color:#333;	
	background-color:#FFF;
	
	/* Do not modify below */
	border-bottom-style:solid;
	border-bottom-width:1px;
	list-style:none;
	margin:0;
	padding:5px;
}
.news ul li a{
	color:#333;

	/* Do not modify below */
	text-decoration:none;
}
.news ul li span.news-date{
	color:#999;
	display:block;
	
	/* Do not modify below */
	font-size:10px;
	font-style:italic;
}
.news a.view-all{
	background:#CCC;
	color:#333;
	padding:2px 5px;
	text-align:right;
	
	/* Do not modify below */
	display:block;
	text-decoration:none;
}
/* END Latest News Box in Homepage */

/* Left Product Category List */
ul.left-maincat li, ul.left-subcat li{
	background-color:#666;
	border-bottom:1px solid #333;
}
ul.left-maincat li:hover,
ul.left-maincat li.selected{
	background-color:#000;
}
ul.left-maincat li a,
ul.left-subcat li a{
	color:#fff;
	padding:8px 15px 8px 10px;
}
/* New Expand Collapse - Sub Menu */
.expand-collapse ul.left-subcat li{
	background-color:#CCC;
}
.expand-collapse ul.left-subcat li a{
	color:#333;
}
.expand-collapse ul.left-subcat li a:hover{
	color:#fff;
}
/* END Left Product Category List */

/* Cart & Quotation */
.view-details-btn,
.add-cart{
	background-color:#F90;
	color:#fff;
	border-radius:5px;
}
.view-details-btn:hover,
.add-cart:hover{
	color:#fff;
	background-color:#F60;
}
/* END Cart & Quotation */



.main_font {
	
	line-height:normal;
	font-weight: normal;
}

.main_font1{
	
	line-height:2;
	font-weight: normal;
}

h1{
	
	font-weight: normal;
	line-height:normal;
max-height: 10000px; 
	
}

h2.page-title {
	
	font-size:22px;
	color:#000;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 0px 10px 10px;
	border-radius: 10px;
	font-weight: bold;
	text-transform:uppercase;

}




#header-slide {
    max-width: 100% !important;
}









.searchinput {
    width: 174px;
    padding: 6px 5px;
    border-radius: 5px 0px 0px 5px;
    float: left;
    margin: 0px;
    border: 1px solid rgb(204, 204, 204);
}	
	
	
	
	searchinput:hover {
    border: 1px solid rgb(204, 204, 204);
}

.searchbox {
	padding-right:20px;
   
    right: 0px;
    top: 95px;
    width: 250px;
    height: 30px;
}


.nivo-caption {
	position: absolute !important;
	left: 0px !important;
	bottom: 40px !important;
	background-color: rgba(0,0,0, 0.8) !important;
	color: #2b2976 !important;
	width: auto !important;
	z-index: 8;
	padding: 15px 80px 5px 80px !important;
	vertical-align:middle !important;
	text-align:left !important;
	opacity: 1 !important;
	
	max-width: 100% !important;
	overflow: visible !important;
	display: none;
	
	
	
	
	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	
	
	
}







.nivo-caption strong {
	
	font-size: 29px !important;
	color: #fff !important;
	font-weight: normal !important;
	line-height: 1 !important;
	margin: 0 auto;
	box-sizing: content-box;
	
	
	
	
	text-align:left;
	



}


.theme-default .nivo-caption {
	
	font-size:17px;
	line-height:normal;
	font-weight:lighter;
	text-align:center;
	left: 40px;
	
	
	color: #fff !important;

	
}


