body {font-family: Arial, sans-serif; font-size: 16px; text-align: left; color:#333333; line-height: normal;}		
html {overflow-x:auto}
.nobr {white-space: nowrap}
a.action { font-size: 14px;	color: #000; font-family: Helvetica, Arial, sans-serif; font-weight: 400; margin-right: 5px; padding: 5px;}
a.action img { width: 16px; height: 16px; margin-right: 5px; margin-top: -3px; }
a { font-family: Helvetica, Arial,sans-serif; font-size: 13px; color: #000; text-decoration: none	}
a:hover {  color: #FB5631; text-decoration:none	}
a.common { font-size: 14px; color: #0000ff;}
a.large { font-size: 16px !important;}

.store-wrap-cl { 
	float: left; width: 100%; margin-right: -1px;
}
.store-center {
	float: right; width: 100%; margin-left: -1px;	
}
.store-left {
	float: left; position: relative;
	width: 219px;  /* L */
	margin-left: -231px;  /* -L-P-3 */
	margin-right: 2px;
	padding-left:8px; /* P */	
}
.store-right {
	float: right; position: relative;
	width: 250px;  /* R */
	margin-right: -251px;  /* -R-1 */
	margin-left: 2px;	
}
.store_center_content {
	text-align:left; margin-right:130px; width:100%; min-width:150px;
}
/* common css */

a.small { font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #2A3B5E; 	text-decoration: none }
a.small:hover { color: #FF0000; text-decoration:none}
a.smallComment { font-family: Helvetica, Arial,sans-serif; font-size: 12px; color: #AAA; 	text-decoration: none }
a.smallComment:hover { color: #FF0000; text-decoration:none}

a.medium { font-family: Helvetica, Arial,sans-serif; font-size: 15px; color: #2A3B5E; 	text-decoration: none }
a.medium:hover { color: #FF0000; text-decoration:none}
a.smallName { font-family: Helvetica, Arial,sans-serif; font-size: 13px; color: #2A3B5E; 	text-decoration: none }
a.smallName:hover { color: #FF0000; text-decoration:none}
a.mediumName { font-family: Helvetica, Arial,sans-serif; font-size: 15px; color: #2A3B5E; 	text-decoration: none }
a.mediumName:hover { color: #FF0000; text-decoration:none}

a.authorName { font-family: Helvetica, Arial,sans-serif; font-size: 15px; font-weight: bold; color: #3B5998; 	text-decoration: none; }
a.authorName:hover { color: #FF0000; text-decoration:none}
.small { font-family: Helvetica, Arial,sans-serif; font-size: 12px;  	text-decoration: none }
.blue {color: #0047BC;}
a.small2 { font-family: Helvetica, Arial,sans-serif; font-size: 13px; color: #0047BC; 	text-decoration: none }
a.small2:hover { color: #FF0000; text-decoration:none}
a.menu { font-family: Helvetica, Arial,sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none;}
a.menu:hover { color: #FF0000; }
a.menu-h1 { font-family: Helvetica, Arial,sans-serif; font-size: 14px; color: #000000; text-decoration: none;}
a.menu-h1:hover { color: #FF0000; }


input, textarea { font-size: 12px; background-color: #fafad2; }
input[type="button"] { cursor: pointer; }



/* STORE DIV CSS */


.txtSectionHead {
	font-size:16px; font-weight:bold;
}
.txtName {	
	color:#3030AA;	
}
.txtMsg {	
	color:#0000FF;	
}

textarea.shoutBox {
	width:100%; height:25px; padding:3px; border-color:#AAAACC;font-family: Helvetica, Arial,sans-serif;font-size:12px; border:1px solid #CACACC; background-color:#F9F9FF;
}

/* zoom image css */
.zoomable {width:100%; overflow:hidden;} 
.zoomable a {position:relative;} 
.zoomable a span { display:none; background-image:url(/images/zoom.png); background-repeat:no-repeat; 
width:48px; height:48px; position:absolute; float:left; left:20px; top:-50px;} 
.zoomable img { border: 0px; padding:0px;}




.smallPaging {
	padding:2px;
	font-family: Helvetica, Arial,sans-serif;
	font-size:12px;
	color:#000000;
}
.smallPaging a{
	padding:2px 4px 2px 4px;	
	border:0px;
	color:#636363;
	text-decoration:none;
}
 
 
.smallPaging a:hover{
	border:0px;
	background:#FF5400;
	color:#FFFFFF;
	text-decoration:none;
}

/*new paging 2019*/
.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
 
  
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #000;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}



.modal-1 a {
  margin: 0 5px 5px 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFCC33;
  border: 1px solid #DAA32A;
}
.modal-1 a.prev {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
  width: 30px;
  
}
.modal-1 a.next {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
  width: 30px;
}
.modal-1 a:hover {
  background-color: #FFA500;
}
.modal-1 a.active {
  background-color: #BE3636;
  color: #fff;
  border: 1px solid #993636;
  
}



    .divContainerUp
    {
        background-color: #FFFFFF;
        border: solid 1px #CBCBCB;
		border-bottom:0px;
		border-left:0px;
		border-right:0px;
        /*position: relative;*/
        top: -1px;
		height:100%;
        padding: 10px;
		padding-bottom:0px;
		margin:0px;
    }
    .divSignature {
		background-color: #F6F6F6;
        border: solid 0px #CBCBCB;
		border-top:0px;
		border-bottom:0px;
		padding:15px;
		font-size:0.8em
	}

	.mr {
		margin-right: 5px;
	}
/* Verify box css */
.unverified_label {
	background-color: #FF9999; padding:2px; text-align:center; font-size: 13px; display: inline-block;
}
.unverified_link {
	border: 1px solid #FF9999; width:200px; padding:1px; text-align:center
}
.verified_label {
	width:180px; padding:2px; text-align:left
}
.verified_label a{
	color:#006600;
}

.dash_line {
	border-top: 1px dashed  #AAAAAA;
	margin-top: 15px;
}






.jqclock { text-align:left; }
.clockdate { font-size:13px; color:#000; display: inline;}
.clocktime { margin-left:10px;font-size:13px; color:#000; display: inline; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; overflow:visible; height:0px; padding: 0px; border:0px}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; height:25px; border-bottom: 4px solid #BBBBBB;	 }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #C3C3F3; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



input.txtEmail {
	width:160px;
}
input.txtPwd {
	width:80px;	
}

/* Full-width inputs */
.frmLogin .w3input {
    width: 100%;
    padding: 5px;    
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button.common {
    background-color: #B71F32;
    color: #fff;
    padding: 5px 12px;
    margin: 8px 0;
    border: none;
    cursor: pointer; 
	font-size: 15px;  
	
}

/* Add a hover effect for buttons */
button.common:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 5px 12px;
    background-color: #C45500;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}


/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}




/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
	
}

img.logo {
	display:inline;
	margin-top:6px;
}
img.logoMobile {
	display:none;
	margin-top:6px;
}


.row {
    margin: 8px -16px;
}


/* Create four equal columns that floats next to each other */
.postlist_grid {
	padding-top:4px;
	padding-bottom:4px;
	background-color: #f6f6f6;
	/*
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) 
	display: -ms-flexbox;      /* TWEENER - IE 10 
	display: -webkit-flex;     /* NEW - Chrome 
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	*/
}




.listrow_grid {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:6px; margin-bottom:0px; 
	box-sizing: border-box;
		
  }
  
  .listrow_figure_grid {
	background: #ffffff;
	margin: 0px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);

	border:1px solid #ddd;
	
  }
  .listProduct_grid {
	padding: 10px;
	border-top: 1px solid #eee;
  }
  
  .listImage_grid {
	max-width: 100%;
	height: auto;
	display: block;
	min-height: 210px;
	padding:10px;
	text-align:center;  position: relative; 
	
  }

  
  .listImageImg_grid {
	object-fit:contain;
	max-height: 150px;
	max-width: 100%;
  }
  .clearfix:after {
	content: "";
	display: table;
	clear: both;
  }
  li.listrow_grid{
	list-style-type: none;
	float: left;
	
	box-sizing: border-box;
  }
  @media screen and (max-width: 320px) {
	.listrow_grid {
	  width: 100%;
	}
	.listImage_grid {		
		min-height: 110px;				
		padding:10px;
	}
	.listImageImg_grid {
		object-fit:contain;
		max-height: 150px;
	}
	
  }
  @media screen and (min-width: 321px) {
	.listrow_grid {
		width: 50%;
	  }
	  .listImage_grid {		
		  min-height: 110px;				
		  padding:10px;
	  }
	  .listImageImg_grid {
		  object-fit:contain;
		  max-height: 150px;
	  }
	li:nth-of-type(2n+1) {
	  clear: left;
	}
  }
  
  @media screen and (min-width: 400px) {
	.listrow_grid {
	  width: 50%;
	}
	
	li:nth-of-type(2n+1) {
	  clear: left;
	}
  }
  
  @media screen and (min-width: 768px) {
	.listrow_grid {
	  width: 33.333%;
	}
	
	li:nth-of-type(2n+1) {
	  clear: none;
	}
	
	li:nth-of-type(3n+1) {
	  clear: left;
	}
  }
  
  @media screen and (min-width: 1024px) {
	.listrow_grid {
	  width: 25%;  
	}    
	
	li:nth-of-type(3n+1) {
	  clear: none;
	}
	
	li:nth-of-type(4n+1) {
		clear: left;
	}
  }


  


.listProductName_grid {
	color:#111;  	font-family: Helvetica, Arial,sans-serif; 
	font-size:16px;
	
	padding-right: 5px;
}



/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}





.listDevider {
	width: 100%; height: 1px; background: #FFFFFF; overflow: hidden; margin-top:0px; margin-bottom:0px; border-bottom: 1px dotted #DDDDDD;
}

.ad_leftpanel {
	display:block;
}



.listCatLeftNav {
	width:230px;
}
.listWithoutLeftNav {
	display:none !important;
}
.listWithoutLeftNavInline {
	display:none !important;
}
.listWithLeftNavInline {
	display:inline-block !important;
}	

.listCat {
	width: -webkit-calc(100% - 230px);
   	width: calc(100% - 230px);
}

@media only screen and (max-width: 900px) {
	.listCatLeftNav {
		width:200px;
	}
	.listCat {
		width: -webkit-calc(100% - 200px);
		   width: calc(100% - 200px);
	}
}
@media only screen and (max-width: 750px) {
	.listCatLeftNav {
		display:none;
	}
	#sideSubCategory {
		top: 0;
		bottom:0;
		position:fixed;
		overflow-y:scroll;
		overflow-x:hidden;
		z-index: 1000;
		width:100%;		
	}
	.listWithoutLeftNav {
		display:block !important;
	}	
	.listWithoutLeftNavInline {
		display:inline !important;
	}	
	.listWithLeftNavInline {
		display:none !important;
	}	
	.listCat {
		width: 100%;
	}
	
}

@media only screen and (min-width: 1280px) {
	
	
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:block;
	}	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}

}
@media only screen and (max-width: 1279px) {
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:block;
	}
	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
	
}
@media only screen and (max-width: 900px) {
	
	.pmbViewMedium {
		display:block;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	
	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
	
}
@media only screen and (max-width: 768px) {
	.pmbViewMedium {
		display:block;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
}
@media only screen and (max-width: 600px) {
	
	.ad_leftpanel {
		display: none;
	}
	
	
	a.title-post { font-family: Arial; font-size: 18px; font-weight: bold; color: #333333; text-decoration: none; }
	
	.pmbViewMedium {
		display:block;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	
}
@media only screen and (max-width: 550px) {	
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:block;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
}
@media only screen and (max-width: 481px) {
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:block;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	img.logo {
			display:none;
	}
	img.logoMobile {
			display:inline;
	}	
}

@media only screen and (max-width: 450px) {
	
	
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:block;
	}
	.pmbViewLarge {
		display:none;
	}
		
		
		input.txtEmail {
			width:100px;
		}
		input.txtPwd {
			width:60px;
		}
		font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
		
}
.storeInfo {
	font-size: 16px; font-weight: bold;
	margin:0px auto;  padding: 15px;  border-top: 1px solid #ccc; margin-bottom: 20px;
}
.storeInfo * {
	max-width: 100%;
}
.postContent, .postContentSimple  {
	padding: 5px; padding-left: 120px; font-size: 1.2em;
}
.postImagesContent {
	border-bottom:0px solid #CCCCCC; background-color:#fff; width:100%;
	padding: 0px; padding-left: 120px;
}
.postAvatar {
	width:105px; max-width:105px;
	float:left; vertical-align:top; text-align:center;
	padding:10px 5px;
}
.postAuthor {	
	padding:5px 0px; 
	vertical-align:top; float:left ;
	width: -webkit-calc(100% - 105px);
   	width: calc(100% - 105px);
	max-width: -webkit-calc(100% - 105px);
	max-width: calc(100% - 105px);		
}
.postSignature {
	padding-left: 110px;
}
.postSignature div {
	background-color:#F6F6F6; font-size:14px; color:#333333;  overflow-x:hidden; 
}
@media only screen and (max-width: 850px) { 	
	.postContent, .postContentSimple, .postImagesContent   {		
		padding: 10px;		
	}
	.postImagesContent   {		
		padding: 0px;		
	}
	.postSignature {
		padding: 5px;
	}
	.postAvatar {
		width:75px; max-width:75px;
	}
	.postAuthor {
		width: -webkit-calc(100% - 75px);
		width: calc(100% - 75px);
		max-width: -webkit-calc(100% - 75px);
		max-width: calc(100% - 75px);		
	}
}
@media only screen and (max-width: 450px) {
	.postContact {
		position: relative; left: -65px; width: 360px;		
	}
	.postAddress {
		min-height: 40px;
	}	
}
@media only screen and (max-width: 365px) { 		
	.postContact {
		position: relative; left: -80px; width: 340px;		
	}	
}
.postContent * {
	padding: 0px !important;
    margin-left: 0px !important;
    max-width: 100% !important;
    overflow: hidden !important;	
}
.postContent img {
	max-width:100% !important;
	margin-bottom: 8px !important;
	height:auto !important;
	
}
.postContent font {	
	font-size:17px !important;
}
.postContent span {	
	font-size:17px !important;	
}
.postContent b {	
	font-size:18px !important;
}
.postContent div {	
	font-size:17px !important;
	
}
.rcornerimg {
    border-radius: 8px;
}

/* 3 columns store page css, apply this style require some IE7,8 fix on header */
.minwidth {
	min-width: 1130px;
}




.select:before{
    content: "\25bc";
    
    color:#CCCCCC;
}
.select:after{
    content: "";
    margin:0 0.1em;
    display:inline-block;
}

/* Arrow symbols */
i.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* Navbar container in banner */
.navbar1 {
  overflow: hidden;
  background-color: #232F3E;
  font-family: Arial;
  
}
.fixedTop {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}



/* swiper slideshow of pictures*/
.swiper-container {
  width: 100%;
  
  margin-top:5px;
  margin-left: auto;
  margin-right: auto;
  max-width:800px
  
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  
}
.gallery-top {
  background-color:#FFFFDD;
  width: 100%;
  margin-bottom:5px;
}
.gallery-thumbs {
  
  box-sizing: border-box;
  padding: 0px;
}
.gallery-thumbs .swiper-slide {
  height: 100%; 
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}



/* Category list tree view */
/* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}



/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}





/* ########################################################################################## */
/* 2021 */

/* the common dropdown */
.dropdown {
	position: relative;
	display: inline;
}
.dropdownButton {  
	color: #000;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	border: 0px;
	
}

.dropdownContent {
	display: none;
	position: absolute;
	margin-top:2px;
	left:-130px;
	min-width: 220px;
	z-index:2;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	
}

/* my account dropdown */
.myAccountDropdown {
	position: relative;
	display: inline;
}
.myAccountDropdownButton {	
	cursor:pointer; 
}


.myAccountDropdownContent {
	background-color: #fff;
	display: none;
	position: absolute;
	margin-top:5px;
	left:-100px;
	min-width: 235px;
	z-index:2;
	padding:2px; border:2px solid #aaa; text-align: left;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.myAccountDropdownContent a {
	
	display: block;
	
}




  
/* screen size based visibility */
.showSmall {
	display: none ;
}
.showSmallInline {
	display: none ;
}
.showSmallFlex {
	display: none ;
}
/* less than Iphone 5 portrait */
@media only screen and (max-width: 320px) {
	.hideXXSmall {
		display:none;
	}
}
/* less than Iphone 6 portrait */
@media only screen and (max-width: 374px) { 
	.hideXSmall {
		display:none;
	}
}
/* >= Iphone 6 plus portrait*/
@media only screen and (max-width: 460px) { 
	.hideSmall {
		display:none;
	}
	.showSmall {
		display: block ;
	}
	.showSmallInline {
		display: inline ;
	}	
	.showSmallFlex {
		display: flex ;
	}
}


/* >= Iphone 6 plus portrait*/
@media only screen and (min-width: 351px) { 	
	.myAccountDropdown .myAccountDropdownContent {
		left:-130px;
	}
}


@media only screen and (max-width: 350px) { 
	
	.myAccountDropdown .myAccountDropdownContent {
		left:-155px;
	}
	
}

/* scroll navigation  */
.scroll-content {
	white-space: nowrap; /* [1] */	
	-webkit-overflow-scrolling: touch; /* [3] */
	-ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
	
}  
.scroll-nav {
	white-space: nowrap; /* [1] */
	overflow-x: auto; /* [2] */
	-webkit-overflow-scrolling: touch; /* [3] */
	-ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
	width:100%;
	display: flex;	
	vertical-align:top;	
}  
 .scroll-nav::-webkit-scrollbar {
	display: none;
 }
.scroll-nav-logo  {		
	vertical-align: middle;
	padding: 0px;
	
}
.scroll-nav-content {
	max-width: -webkit-calc(100% - 50px);
	max-width: calc(100% - 50px);
	display: flex;	
	vertical-align: middle;
	padding: 0px;
}
.scroll-nav-logo-item {	
  	padding: 8px 5px 5px 5px;
	margin:0px 8px 0px 23px;	
	color:#444;
	text-decoration: none;	
}
.scroll-nav-logo-item:hover {
	background-color: #EFE4B0;
	color:#333;	

} 
.scroll-nav-item {
	color:#333;	
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;  
  	padding: 10px 10px 5px 10px;
	text-decoration: none !important;	
	margin:0px;	
}
.scroll-nav-item-selected {		
	color:#333;	
	
}
.scroll-nav-item:hover {
	background-color: #f6f6f6;
	color:#333;	
} 

/* common link and button */




.linkLogin {	
    color:#333; display:none; margin-right:10px; font-weight:normal; font-size:15px;  text-decoration:none; padding:5px 8px; 
}
.linkHighlight {	
    color:#0000ff; font-size:14px;  text-decoration:none;
}
.iconLogin {
	font-size:18px; color:#B71F32; position: relative; top:2px;	
}
.iconAccount {
	position: relative;  top: 3px;font-size: 16px;	
}
.icon {
	margin-right:5px; color:#891C1F; vertical-align: top; font-size: 16px; position: relative; top:2px; /* #B0091E*/
}
.iconMenu {
	vertical-align: top; font-size: 16px; position: relative; top:2px;
	filter: invert(15%) sepia(0%) saturate(89%) hue-rotate(178deg) brightness(92%) contrast(83%);
}
.iconPost {
	position: relative;  top: 5px; font-size: 20px;color:#333;
}
.iconMain {		
	margin-right:5px; vertical-align: top; font-size: 16px; position: relative; top:2px;
	filter: invert(9%) sepia(67%) saturate(5013%) hue-rotate(349deg) brightness(101%) contrast(87%);		
}
.iconVIP {
	margin-right:5px; vertical-align: top; font-size: 18px; position: relative; top:2px; 
	filter: invert(81%) sepia(44%) saturate(3500%) hue-rotate(2deg) brightness(108%) contrast(101%);
}
.iconDate {
	filter: invert(57%) sepia(0%) saturate(0%) hue-rotate(181deg) brightness(95%) contrast(78%);
}

.iconSmall {
	font-size: 20px; vertical-align: top; margin-right: 5px;
}
.linkPagingNext {
	text-decoration:none;margin-right:5px; padding: 8px 8px 7px 9px; color:#000; display:inline-block; 
}
.linkPagingNext:hover {	    
	background-color: #FF5400;	color:#fff;
}


.linkPagingNextLock {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 8px 7px 9px; color:#666; display:inline-block; 
}
.linkPagingNextLock:hover {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px; color:#666; display:inline-block; 
}

.linkPagingItem {
	font-weight: bold; font-size: 13px;
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px;color:#004176; display:inline-block;  border:1px solid #C4C7C8;
	font-family: 'Times New Roman', Times, serif;
	
}
.linkPagingItem:hover {	
	background-color: #FF5400;    
    border: 1px solid #FF5400;
	color: #fff;
	text-decoration:none;margin-right:5px; display:inline-block;
}

.linkPagingItemSelected {
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px;color:#fff; background-color: #A34C0A; display:inline-block;border:1px solid #A34C0A;
}
.linkPagingItemSelected:hover {
	text-decoration:none;margin-right:5px; color:#fff; background-color: #FF5400; display:inline-block; 
}
.pageNumber {
	font-size: 13px;
	font-family: Merriweather, 'Times New Roman', Times, serif;
	display: inline-block;
	color: #666;
}
@media only screen and (max-width: 450px) {
	.linkPagingItem, .linkPagingItemSelected {		
		padding: 6px 12px 6px 12px;	margin-bottom: 10px;
	}
	.pageNumber {
		font-size: 13px;
		display: block;
		margin-bottom: 10px;
	}
}
.pageSimple {
	padding: 10px; width:100% ; max-width:400px; margin:0px auto; margin-bottom:20px;
}

.comment {
	color:#000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.commentLink {
	/* color:#AE6814; */
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.searchbox {
	background-color: #fafad2; border:1px solid #888C8C;  width: 120px; font-size:14px; max-width: 100%; padding: 4px 5px   
}

.pageHome {
	padding:10px;
}
.pageHome a {
	color:#000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.pageHome a:hover {
	color:#FB5631;	
}
.pageHome img {
	width: 42px; height: 42px; border:5px solid #ffffff; 	
}
.pageHome img:hover {
	transform: translateX(-1px) translateY(-1px); 
}
.pageHome .colums-right {
	margin-left: 52px;
}
.pageHome .box {
	margin-bottom:10px; padding:5px; outline:3px solid #fff; border-radius: 3px;
	padding-left: 10px; border:3px solid #C78C02; background-color: #fff;	
}
@media only screen and (max-width: 992px) {
	.pageHome {
		padding:0px; margin:5px; border:3px solid #C78C02; background-color: #fff; border-radius: 3px;
	}
	.pageHome .box {
		margin-bottom:10px; padding:5px;padding-left: 10px; box-shadow:none;border: 0px;
	}
}
@media only screen and (max-width: 750px) {
	.searchbox {
		font-size:16px; padding: 3px 5px;
	}
	.pageSimple {
		padding: 10px 19px; width:100% ; max-width:100%; margin:0px auto; margin-bottom:20px; border:0px;
	}
}
@media only screen and (max-width: 630px) {
	.pageHome img {
		margin-right: 5px;		
	}	
	.pageHome .colums-right {
		margin-left: 50px; margin-top: 5px; font-size: 13px;
	}
	.pageHome a {		
		font-size: 14px;		
	}
	
}
/*
    Colorbox 1.6.4 Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* list and grid toggle */
/*
 * Grid & list styles
 */
 .toggle {	
	text-align: right;
  }
  
  .toggle a {	
	color: #aaa;
	text-decoration: none;
	vertical-align: middle;		
	padding: 5px; 
	
  }
  .toggle a.on {
	color: #087cce;
	
  }
 
  .toggle a:hover {
	background-color: #f6f6f6;	
	
  }
  
  
 
  .toggle a span.material-icons-outlined {
	/* align icons */	
	color: #888;
  }  
  .toggle a.on span.material-icons-outlined {	
	color: #087cce;	
  }
  
  
  /*
   * Other pen styles
   */
 
  
  header {
	padding: 2px 5px;
	padding-left: 15px;	
  }
 
  header p {
	color: #CA9221;
	font-family: serif;
	font-weight: bold;
	font-weight: 700;
	font-style: italic;
  }
  
/* PRODUCT LISTING */
.accountName { font-size:13px; font-weight: normal; color: #333; font-family: Helvetica, Arial,sans-serif;}
.listAuthorName { font-size:13px; font-weight: bold; color: #2A3B5E; font-family: Helvetica, Arial,sans-serif; margin-right: 5px;}

.postImageWrapper { 	
	overflow: hidden;
	position: relative;	
}
.postList.listView .postImageWrapper {  
	text-align: center;
	width:100%;	
	margin-bottom: 5px;margin-top: 5px;
	/* min-height: 150px;	*/
	
}
.postImage {
	/*
	position: absolute;
	display: table-cell;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	max-height:150px;
	*/
	object-fit: cover; max-width: 100%; max-height: 150px;
}
.postList.gridView .postImageWrapper {   
	display: flex; justify-content: center;	align-items: center;
    border:0px; background-color: #f6f6f6;
}
.listDate { padding-right: 10px; }

/* GRID VIEW */
.postList.gridView { 	
	display: flex;	flex-flow: row wrap; flex-wrap: wrap;
	padding-left:5px; padding-right:5px; margin-top:5px;	
}
.postList.gridView::after {
	content: ""; flex: auto; background-color: #fff;
}
.postList.gridView .postItem {	
	padding:10px 5px; background-color: #fff; margin-top: 5px;
	border-bottom: 1px solid #ddd; margin-left: 0px; outline: 1px solid #fff;
	flex: 0 0 25%;
}
.postList.gridView .headingItem {
	display: none;
}

/*
.postList.gridView .postImageWrapper .postImage {   
	width:100%;	
}
*/

/* ============================================ */
.postList.gridView .postInfoWrapper { 
	padding-top: 12px; padding-left: 6px; 
	height: 100%;
}

.postList.gridView .productName {
	color:#000; font-family: Helvetica, Arial,sans-serif; 
	font-weight: 600; font-size:15px; /*line-height: 1.43;*/ overflow: hidden;
	display: -webkit-box;
 	 -webkit-line-clamp: 3;
 	 -webkit-box-orient: vertical;    	
}

/* ============================================ */
.postList.gridView .listAuthorInfo { 
	text-align:left; margin-top:15px; 
}
.postList.gridView  .listAuthorAvatar { 
	display:none; width:24px; height:24px; margin-right:5px;  border-radius: 50%; margin-top: 5px;margin-bottom: 20px;	
}

 /* LIST VIEW */
.postList.listView {
	display: block;
	background-color: #ffffff;
}
.postList.listView .headingItem {
	display: block;	font-family: Helvetica, Arial,sans-serif;
}
.postList.listView .postItem {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; flex-direction:row; flex-wrap:wrap; 
	margin:0px 0px 0px 0px; padding:10px 0px 10px 5px; border-bottom: 1px solid #ddd;
}
.postList.listView.account .postItem {		
	margin-bottom: 3px; border: 1px solid #ccc;
	flex-direction: row;
	padding: 0px !important ;
}
.postList.listView.account .postImage {
	max-height: 100px;
}
.postList.listView.account .productName {
	font-size: 14px; line-height: 1.2; color:#000;
}
.postList.listView.account .productName:hover {
	color:#FF5400;
}
.postList.listView.account .postImageWrapper { 
	max-width: 120px; margin-left: 10px;
} 
.postList.listView.account .postInfoWrapper {
	display: block !important;
	width: calc(100% - 140px) !important;
	max-width: calc(100% - 140px) !important;
	padding:10px;
}	
@media only screen and (min-width: 900px) {
	.postList.listView.account .productName {
		font-size: 15px; line-height: 1.2;
	}
	
}
@media only screen and (max-width: 413px) {
	.postList.listView.account .postItem {
		flex-direction: column;
	}
	.postList.listView.account .postImageWrapper { 
		max-width: 100% !important;
		width: 100% !important;
		margin-left: 0px; background-color: #f3f3f3; margin-top: 0px;
	} 
	.postList.listView.account .postInfoWrapper {		
		width: 100% !important;
		max-width: 100% !important;
		padding:0px 10px 10px 10px;
	}	
}




.postList.listView .postItem .postInfoWrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; flex-direction:row; flex-wrap:wrap; border-bottom: 0px solid #eee;	
	background-color: #fff;
}
.postList.listView .postInfoWrapper { padding:5px 0px 5px 5px;}
.postList.listView .listAuthorInfo { text-align:left; margin-top: 5px; max-width: 230px; min-width: 160px;}
.postList.listView .listProductName {
	width: 500px; 
}
.postList.listView .productName {
	color:#000; font-family: Helvetica, Arial,sans-serif; 
	font-weight: bold; font-size: 15px; line-height: 24px;
}
.postList a.productName:hover {
	color:#FB5631;
}
.postList.listView .listRateStar {
	width: 16px; height: 16px;
}
/* Number of item per row */
@media only screen and (min-width: 1180px) {
	.postListContainer { padding-left: 0px; }
	.postList.gridView .postItem { width: 25%; width: calc(100% / 4 - 10px); flex: 0 0 25%;}	
	.postList.listView .listAuthorName { font-size: 14px;}
}
@media only screen and (max-width: 1179px) {
	.postList.gridView .postItem { width: 33.333333333%; width: calc(100% / 3 - 10px); flex: 0 0 33.3333%;}
	
}
@media only screen and (min-width: 768px) {
	.postListContainer { padding-left: 0px; }	
	
}
@media only screen and (max-width: 575px) {	
	.postList.gridView .postItem .postImageWrapper { 
		width:100%; width: calc(100% - 10px);  background-color: #fff; border:0px;
	}	
	.postList.gridView .postItem {	
		width: 50% ; width: calc(100% / 2);	padding: 5px; flex: 0 0 50%;		
	}	
}
/* post list item */
@media only screen and (min-width: 1280px) {	
	.postList.listView .postImageWrapper {    		
		text-align: center;
		width:100%;
		max-width: 220px;
	}

	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 154px;	
	}

	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 220px);
   		width: calc(100% - 220px);
		max-width: -webkit-calc(100% - 220px);
		max-width: calc(100% - 220px);	
		padding-right: 0px;
	}
	.postList.listView .listProductName {
		width: -webkit-calc(100% - 300px);
   		width: calc(100% - 300px);
		max-width: -webkit-calc(100%  - 300px);
		max-width: calc(100% - 300px);	
	}
	.postList.listView .listAuthorInfo {		
   		max-width:300px;		
	}
	.listDate {
		margin-right: 25px;
	}	
	
	.listAuthorLine {
			display:none;
	}	
	

}


@media only screen and (max-width: 1279px) {
	
	.postList.listView .postImageWrapper {    		
		text-align: center;
		width:100%;
		max-width: 220px;
	}

	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 154px;
	}
	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 220px);
   		width: calc(100% - 220px);
		max-width: -webkit-calc(100% - 220px);
		max-width: calc(100% - 220px);	
		padding:5px 8px 5px 8px;
	}
	.postList.listView .listProductName {
		width: -webkit-calc(100% - 280px);
   		width: calc(100% - 280px);
		max-width: -webkit-calc(100%  - 280px);
		max-width: calc(100% - 280px);	
	}
	.postList.listView .listAuthorInfo {		
   		max-width:280px;	
	}
	
}
@media only screen and (max-width: 1218px) {	
	.postList.listView  .listAuthorAvatar { 
		width:32px; height:32px; margin-right:5px; border-radius: 50%; margin-top: 2px;
	}	
}
@media only screen and (max-width: 1150px) {
	.postList.listView .listProductName {
		width: -webkit-calc(100% - 220px);
   		width: calc(100% - 220px);
		max-width: -webkit-calc(100%  - 220px);
		max-width: calc(100% - 220px);	
	}
	.postList.listView .listAuthorInfo {		
   		max-width:220px;	
	}
}
@media only screen and (max-width: 1045px) {	
	.postList.listView .postInfoWrapper {		
		padding:5px 5px 5px 5px;
	}
	.postList.listView .listProductName {		
		width: 100%;
		max-width: 100%;
	}
	.postList.listView .listAuthorInfo {		
		max-width:500px; 
	}
	.postList.listView .listAuthorAvatar {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	
	.listAuthorColLarge {
		display:none;
	}
	.postList.listView .productName {		
		font-size: 16px;		
	}
	.postList.listView .postImageWrapper {    		
		text-align: center;
		width:100%;
		max-width: 200px;		
		
	}	
	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 154px; background-color: #fff;
		
	}	
	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 210px);
   		width: calc(100% - 210px);
		max-width: -webkit-calc(100% - 210px);
		max-width: calc(100% - 210px);	
		padding:5px 10px 5px 10px;
	}	

	
	
	.listRowInSide_1 {
		height:240px;
	}
	
	.listAuthorCol {
		display:none;
	}
	.listAuthorLine {
		display:inline;
	}
}
@media only screen and (max-width: 750px) {	
	.postList.listView .postImageWrapper { 
				
		padding: 5px;
		text-align: center;
		width:100%;
		max-width: 180px;		
		vertical-align: top;
	}

	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 154px;
	}

	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 180px);
   		width: calc(100% - 180px);
		max-width: -webkit-calc(100% - 180px);
		max-width: calc(100% - 180px);	
		padding:5px 2px 5px 10px;
	}

	.postList.listView  .listAuthorAvatar { 
		width:32px; height:32px; margin-right:5px; border-radius: 50%;
	}	
	
}

@media only screen and (max-width: 575px) {	
	.postList.listView  .listAuthorAvatar { 
		width:32px; height:32px; margin-right:5px; border-radius: 50%;
	}

}

@media only screen and (max-width: 450px) {
	.postList.listView .productName {		
		font-size: 15px;		
	}
	.postList.listView .postImageWrapper {    		
		text-align: center;
		width: 140px;		
	}
	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width: 120px;
		min-height: 154px;

	}
	
	.postList.listView .postInfoWrapper {			
		width: -webkit-calc(100% - 140px);
   		width: calc(100% - 140px);
		max-width: -webkit-calc(100% - 140px);
		max-width: calc(100% - 140px);	
	}
	
	.listCatLeft {
		background-color: #ffffc2;
	}
}
.outer {
	width: 100%; /* display: flex; justify-content: center; */
	min-width: 300px;
}
.inner {
	width:100%; /* max-width: 1140px; */
}
.catPageName {
	font-size: 14px; color: #0B2239;
}
.catPageNameHome {
	font-size: 15px; font-weight: 600; color: #0B2239;
}
.breadcrumb {
	background-color:#f3f3f3; padding:8px; padding-left: 27px; border-bottom: 1px solid #ddd;  
}
@media only screen and (max-width: 460px) {
	.breadcrumb { padding-left: 15px;}
}
.listAuthorAvatarMini { 
	object-fit: cover; width:36px; height:36px; margin-right:5px;  border-radius: 50%;
}
.listAuthorAvatar { 
	object-fit: cover; width:60px; height:60px; margin-right:10px;  border-radius: 50%; margin-bottom: 10px;	
}
.storeAvatar { 
	object-fit: cover;  width:100px; height:100px; margin-right:5px;  border-radius: 50%;	
}
.memberName { font-size:13px; font-weight: bold; color: #000; font-family: Helvetica, Arial,sans-serif; }
.listPrice {
	padding:2px 0px; font-size:15px; min-width:120px; font-weight: bold; margin-top: 5px;
	font-family: Helvetica, Arial,sans-serif; color: #B21B22;	
} 
.postList.listView .boxProductName {
 	padding-right: 5px;
}
.rateNumber {		
	font-size: 13px;
	color: #087cce;
}
.rate {font-family: Helvetica, Arial,sans-serif; font-size: 13px; color: #087cce;} 
.boxComment { font-size: 13px;  color:#008000; margin:3px 0px}
.boxDateAdded {font-size: 13px; position: relative; margin-top: 5px;}
.boxDateAdded .dateValue { 
	font-size: 12px;  color:#666; margin:3px 0px;	

}

.box_title { padding:8px 15px 5px 15px; }
.title { color: #000; line-height: 1.7; font-size: 18px; font-weight: bold; 
	font-family: Helvetica, Arial,sans-serif;
}


.colums-right {
     margin-left: 48px;
}
.colums-right-wrapper {
    float: left;
    width: 100%;
}
.colums-left {
    float: left;
    width: 48px;
    margin-left: -100%;
}

/* Banner logo */
.weblogo {
	width:160px;
	height:33px;	
}
.weblogo_m {
	display: none;
	width:119px; height: 27px;
}	

@media only screen and (max-width: 535px) {	
	.weblogo {
		display: none;
	}
	.weblogo_m {
		display: block;
	}
}

.boxLogo {
	float:left; margin:13px 0px 13px 20px; padding: 5px 5px 10px 5px; border: 1px solid #fff;
	
}
.boxLogo:hover {
	border: 1px solid #ccc;		
}
.boxMenuLogo {
	float:left;  padding:5px;
}
.boxMenuLogo a:hover {
	border: 1px solid #ccc;	
} 
.boxMenuLogo img {
	width: 16px; height: 16px;
}
#btnLogin {
	padding:4px 2px 4px 2px; position: relative; top:-1px; cursor: pointer; background-color:#eee; border:1px solid #4F4F4F;  color:#000000;
}
#btnLogin:hover {
	background-color:#ddd;
}
#hdrCategory {
	margin:0px;padding:0px; z-index:2;  text-align:left; display:none; 
}
.hdrCategoryInner {
	border:2px solid #aaa; margin:0px; background-color:#fff; padding:0px !important; max-width: 600px; 
}
.hdrCategoryHeader {
	background-color: #f3f1e6; padding:5px; padding-left: 10px; color: #A96B11;
}
.hdrCategoryItem { padding-bottom: 6px;padding-top: 6px;}
.hdrCategoryItem a {
	font-weight: bold;
}
.hdrCategoryItem img {
	width: 28px; height: 28px; margin-right:5px; 
}
.hdrCategoryHeader .closebtn {
	float:right; position:relative; font-size: 18px; color: #666; padding: 5px; top:-5px;
}
.hdrCategoryHeader .closebtn:hover {
	color: #F8820A;
}
.hdrLogin {
	margin:0px 0px 0px 20vw; width:auto; height: auto;
	padding:15px 15px 10px 15px; background-color: #f6f6f6;
}
.hdrLogin.w3-modal {
	position: relative!important;
}

.boxLoginLink {
	display: block;
}
#hdrTool {
	display:none; border-color:#EDECE8; padding:8px;
}
#hdrSubBanner {
	float:left;
	margin:0px 0px 0px 20vw; width:auto; height: auto;background-color: #f6f6f6;
}
.boxSubBannerInner {
	padding: 10px 10px 0px 10px;
}
.boxSubBannerInner a.menu {
	border: 1px solid #f6f6f6;
	padding: 5px 5px;
}
.boxSubBannerInner a.menu:hover {
	border: 1px solid #ccc;
	color:#FB5631;
}
.boxBannerMailbox {
	margin-right: 8px;
}
.mailboxLabel, .accountLabel {
	color:#2A3B5E;line-height: 2.2; font-weight: bold;
}
.mailboxIcon {
	width: 16px; height: 16px; margin-top: -5px;
}
.accountIcon {
	width: 16px; height: 16px; margin-top: -5px; margin-left: 10px;
}
.boxRegister {
	display: none;float:right;margin-bottom: 0px;margin-top:18px;
}
#email {
	width:150px; font-size:14px; padding:3px 2px; margin-right: 5px; outline: 0;border: 1px solid #000;
}
#password {
	width:120px; font-size:14px; padding:3px 2px; margin-right: 5px; outline: 0;border: 1px solid #000;
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
/* Notification bubble */
.notification {
	text-decoration: none;
  
	position: relative;
	display: inline-block;
	border-radius: 2px;
  }
  .notification .badge {
	position: absolute;
	top: -1px;
	right: -12px;
	padding: 0px 3px; padding-top:1px;
	min-width:15px;
	background: red;
	color: white;
	text-align:center;
	z-index: 2;  
  }
  
@media only screen and (max-width: 800px) {	
	#password {
		width:100px;
	}	
	
}
@media only screen and (max-width: 730px) {	
	#password {
		width:100px;
	}
	.hdrLogin {	
		margin-left: 40px; padding:15px 10px 5px 10px;
	}
	
}
@media only screen and (max-width: 615px) { 	
	#email {
		width:120px; 
	}
	#password {
		width:80px;
	}
	.hdrLogin {	
		margin-left: 20px; 
		padding:15px 10px 10px 10px;
	}
	#hdrSubBanner {			
		margin-left: -webkit-calc(100% - 410px);
		margin-left: calc(100% - 410px);
	}
	.title { font-size: 16px;}	
}
@media only screen and (max-width: 535px) { 	
	.boxLogo {
		margin:16px 0px 13px 20px;
	}
	.hdrLogin {		
		margin-left: 20px; 
		padding:15px 10px 5px 10px;		
	}
	#hdrSubBanner {			
		margin-left: -webkit-calc(100% - 370px);
		margin-left: calc(100% - 370px);
	}
}
@media only screen and (max-width: 490px) { 	
	#email {
		width:100px; 
	}
	#password {
		width:65px;
	}
	.boxLogo {
		margin:16px 0px 13px 20px;
	}
	#hdrSubBanner {			
		margin-left: -webkit-calc(100% - 370px);
		margin-left: calc(100% - 370px);
	}
	
}
@media only screen and (max-width: 460px) {
	.boxLogo {
		margin:10px 0px 14px 0px; 
	}
	.boxMenuLogo {
		margin:16px 0px 5px 17px;
	}
	.boxRegister {
		margin-top: 22px;
	}
	#btnLogin {
		padding:5px 2px 5px 2px; top:-2px;
	}
	#email {
		font-size:16px;
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
		min-width:170px; max-width: 180px;
	}
	#password {
		 font-size:16px; 
		 width: -webkit-calc(100% - 300px);
		 width: calc(100% - 300px);
		 min-width:100px; max-width: 110px;
	}
	
	.hdrLogin {		
		margin:0px;
		width: 100%;
		padding:10px 2px;		
		border-top: 1px solid #eee;
		margin-top: -15px;
	}
	#hdrSubBanner{
		margin:0px;			
		width: auto;			 
		margin-left: -webkit-calc(100% - 390px);
		margin-left: calc(100% - 390px);
	}
	.boxSubBannerInner {
		padding: 10px 10px 0px 10px; 
	}
	.boxLoginLink {
		display: none;
	}
	.boxRegister {
		display: block;
	}
}

@media only screen and (max-width: 399px) {		
	
	
	#hdrSubBanner {		
		display: block; margin: 0px 0px 0px 10px;
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);
	}
	#email {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 220px);
		min-width:140px;	
	}
	#password {
		width: -webkit-calc(100% - 310px);
		width: calc(100% - 310px);
		min-width:90px;
	}
	.hdrLogin {	
		margin: -8px 0px 0px 0px;		
		padding:10px 5px 10px 5px;
	}		
	
	.boxSubBannerInner {		
		padding: 5px 5px 5px 5px; 
	}	
	.boxSubBannerInner .mailboxIcon {
		margin-right: 0px;
	}
	.boxBannerMailbox {
		margin-right: 0px;
	}
	.boxLoginLink {
		display: none;
	}
	.boxLogo {
		margin:10px 0px 9px 0px; 
	}
	.boxMenuLogo {
		margin:16px 0px 5px 10px;
	}
	.boxRegister {
		margin-top: 22px;
	}
}

@media only screen and (max-width: 369px) {	
	.boxSubBannerInner .mailboxIcon {
		margin-right: 5px;
	}
	.boxSubBannerInner .mailboxLabel {
		display: none;
	}
	.boxSubBannerInner .accountIcon {
		margin-left: 15px;
	}	
}
@media only screen and (max-width: 325px) {	
	.boxSubBannerInner .accountLabel {
		display: none;
	}
}
	

.postBoxBar {
	background-image:url(/images/boxhead.gif); vertical-align:middle; border-bottom: 1px solid #FAE16D; 
	border: 1px solid #FAE16D;
	padding: 3px 10px 3px 5px;
	margin:5px 5px 0px 5px;	
	font-size: 12px;
	color:#666;
}

.listVIPBar, .listBar {
	background-image:url(/images/background/leather.gif);
	color:#fff; padding:5px 10px; margin:0spx 0px 5px 0px;
	font-size: 14px; font-weight: bold;
}
.listBar {
	background-image:none; background-color: #f6f6f6;	color:#333;
}

.postBoxAuthor {
	padding:10px;
	border: 1px solid #ddd;
	padding: 3px 10px;
	margin:0px 5px 5px 5px;
	background-color: #f6f6f6;
}

.double-border {
	background-color: #ccc;
	border: 4px solid #fff;
	box-shadow:
	  inset 0 0 0 4px #eee,
	  inset 0 0 0 8px #ddd;
	/* And so on and so forth, if you want border-ception */
	margin: 0 auto;
	padding: 2em !important;
	position: relative;
  }
  
.rates-container {
    white-space: nowrap; cursor: pointer;
}


.rates-yellow{
    filter: brightness(0) saturate(100%) invert(41%) sepia(75%) saturate(832%) hue-rotate(357deg) brightness(90%) contrast(99%);
}

.starRate {
	height:16px; position:relative;margin-top:-5px;
}

.pageAccount {
	background-color: #eee; max-width: 100%; padding:5px;
}
.pageAccountInner {
	margin-bottom:5px;margin-top:5px; margin:0px auto; background-image: url("/images/background/lined_paper.png");
}
.pageAccountInnerNoBg {
	margin-bottom:5px;margin-top:5px; margin:0px auto; background-color: #fff;
}
.pageName{ 
	background-color:#CCCCFF; padding:8px; padding-left: 8px; margin-bottom: 10px; color: #000; border-bottom: 1px solid #aaaadd; border-top: 1px solid #aaaadd;  
}
.pageName *{ 
	font-size: 16px;  
}

.w3-hide-small {
	display:block;
}
.w3-hide-medium {
	display:block;
}
.w3-hide-large {
	display:block;
}
.pageEditor {
	margin: 0px 5px;
}
/* All buttons */
.buttonSmall, .buttonSmallContact {
	font-size:8pt; background-color:#087cce; color:#fff; border: 1px solid #ddd; 
	cursor: pointer; padding: 5px 5px 5px 5px;
}
.buttonSmallSearch {
	background-color:#fff; color:#000; border: 1px solid #666; 
	cursor: pointer; padding: 5px 5px 5px 5px;
}
.buttonSmallLight {
	font-size:8pt; background-color:#b4c5da; color:#000; border: 1px solid #ddd; 
	cursor: pointer; padding: 5px 5px 5px 5px;
}
.buttonSmall:hover, .buttonSmallSearch:hover, .buttonSmallContact:hover {
	background-color:#F8820A;
	color:#ffffff;
}
.buttonSmallSearch {
	padding: 1px 5px 3px 5px;
}
.buttonSmallContact {
	padding: 6px 8px 6px 8px;
	font-size: 13px;
}

.buttonMedium {	
    border: 1px solid #ddd;         
	background-color:#087cce; color:#ffffff;
	font-family: Helvetica, Arial,sans-serif;
    font-size: 14px;   
    line-height: 17px;   
    text-align: center;
	margin-right:5px;		
	padding: 7px 10px 7px 10px;
	text-decoration: none;	
	cursor: pointer;
}
.buttonMedium:hover {
	background-color:#F8820A; color:#fff;
}

.buttonCommon:hover {  text-decoration: none; color: #FB5631;}
.buttonCommon:active { text-decoration: none; color: #FB5631;}
.buttonCommon:visited { color:#333;text-decoration:none;}
.buttonMenu { padding:0px; color:#333; border:1px solid #ccc; text-decoration:none !important;  }
.buttonMenu:hover {  text-decoration:underline; background-color: #fff; color:#000;}

.buttonEditor {
	padding:8px 12px; font-size: 14px; font-weight:bold; background-color:#087cce; color:#FFFFFF; margin: 0px 0px 20px 0px; cursor: pointer;
}
.buttonEditor:hover {
	background-color:#FB5631;
}
.buttonEditor1 {
	padding:8px 12px;  font-size: 14px; font-weight:bold;  background-color:#ffffcc; color:#333; margin: 0px 0px 20px 10px; cursor: pointer;
}
.buttonEditor1:hover {
	background-color:#ffcc00; color:#333;
}
.buttonCommonMedium {
	padding:5px 8px; cursor: pointer; background-color: #c46404; color: #fff; border: 1px solid #ccc;
}
.buttonCommonMedium:hover {
	background-color: #FB5631;
}
.buttonClassic {
	background-image: url('/images/menubg.gif'); color:#330003;
	 border-top: 0px;cursor: pointer;
	font-weight:normal; font-size:15px;  text-decoration:none; padding:5px 15px; 
	border:2px solid #F8EFAE;
}
.buttonClassic:hover {
	
	box-shadow: 0 1px 1px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),				
				  inset 0 -1px 1px 1px rgba(250,227,133,1);	
				  border:2px solid #F8EFAE;
  }
.buttonClassicSmall {
	background-image: url('/images/menubg.gif'); color:#330003;
	border: 1px solid #f1f1f1; border-top: 0px; cursor: pointer;
	font-weight:normal; font-size:13px;  text-decoration:none; padding:3px 10px; 
	
}

.buttonSimpleSmall{ padding: 1px 3px; border: 1px solid #aaa; cursor: pointer;  display: inline-block; font-size: 12px; }
.buttonSimpleSmall:hover {  text-decoration: none; background-color: #FB5631; color:#fff;}
.buttonSimple { padding:3px 5px; border: 1px solid #aaa; cursor: pointer;  display: inline-block; }
.buttonSimple:hover {  text-decoration: none; background-color: #FB5631; color:#fff;}
.buttonSimpleFill { padding: 1px 3px; border: 1px solid #aaa; background-color: #EDECE5; cursor: pointer;  display: inline-block; }
.buttonSimpleFill:hover {  text-decoration: none; background-color: #FB5631; color:#fff;}
.buttonClassicFlat { color:#333;  font-weight:normal; font-size:15px;  text-decoration:none; padding:5px 8px;  background-color:#F8EFAE; cursor: pointer;}

.buttonSubCat {
	display: inline-block;
	outline: none;
	font-family: Helvetica, Arial,sans-serif; 
	font-size: 13px;
	box-sizing: border-box;
	border: none;
	margin-top: 5px;   
	line-height: 2.1em;
	text-transform: uppercase;
	padding: 0 1em;	
	color: #333;	
	cursor: pointer;	
  }

.buttonContact {
	display: inline-block;
	font-size: 1em;
	box-sizing: border-box;
	border: none;
	border-radius: 2px;	
	line-height: 2.1em;	
	padding: 3px; margin-left: -3px;
	color: #77602f; font-weight: bold;  
	cursor: pointer;	
}
.buttonContact img {
	width: 16px; height: 16px; margin-top: -3px; margin-right: 5px;
}
.buttonPhone {
	margin-left: 10px;
}
.buttonPhone a {
	font-size: 15px;
}
.memberTitle {
	padding: 3px 5px; border-radius: 2px; font-size: 11px; color: #fff; background-color: #55627e;
}

.fileUploadLabel {
	padding: 5px; border: 1px solid #ccc; cursor: pointer;
	background-color: #eee;
	background-image: linear-gradient(to bottom,#eee 0,#ccc 100%);
    background-repeat: repeat-x;
}
.fileUploadLabel:hover {	
	background-color: #f6f6f6;
	background-image: linear-gradient(to bottom,#f6f6f6 0,#ddd 100%);
    background-repeat: repeat-x;
}
.fileUploadLabel input[type="file"] {
    display: none;
}
@media only screen and (min-width: 993px) {
	.w3-hide-large { /* overwrite w3 */
		display:none;
	}
}
@media only screen and (max-width: 992px) {
	.w3-hide-medium {
		display:none;
	}
}
@media only screen and (max-width: 600px) {
	.w3-hide-small {
		display:none;
	}
	.pageEditor {
		margin: 0px 2px;
	}
}

/* The sidepanel menu */
.sidepanel {
	height: 100%;
	width:0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */		
	background-color: #f8f5de;	
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 30px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
	border: 1px solid #ccc;
	border-left: 0px;
	padding-left: 0px;
	top:0;left:0;
}
  
  /* The sidepanel links */
.sidepanel a.menu-item {
	padding: 4px 4px 4px 16px;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
  
/* When you mouse over the navigation links, change their color */
.sidepanel a.menu-item:hover {
	color: #FF5400;
	background-color: #dfddc8;
}
  
/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
	position: absolute;	top: 0;	right: 15px; font-size: 24px; margin-left: 25px;	
}
  
/* Style the button that is used to open the sidepanel */
.openbtn {
	text-align: left; font-size: 16px; cursor: pointer; font-weight: normal;
	background-color: #CCCCFF;	color: #000;	padding: 8px; border: none;	width: 100%;
	border-bottom: 1px solid #aaaadd; border-top: 1px solid #aaaadd;  
}
.openbtn:hover {
	background-color: #CCCCFF;
}
/* end side panel */

/* Fixed top menu */
ul.fixedTopMenu {
    list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #FFFFFF;
    position: fixed; top: 0; right: 0px; float:right;
}

.ribbon {	
	
	z-index: 1;
	overflow: hidden;
	width: 55px; 
	text-align: left;
  }
  .ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	
	width: 50px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);	
	
  }
  .ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
  }
  .ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79A70A;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
  }

.listCatLeftHead {
	padding:5px; margin-top:10px; color: #333333; font-weight: bold; 
	font-family: Helvetica, Arial,sans-serif; 
	font-size: 15px;
}
.listCatLeftRow {
	padding:3px 5px; margin-left:10px ; margin-bottom:3px; 
}
.listCatLeftRow a {
	font-size:14px; padding:2px 0px; color:#000;
}
.listCatLeftRow a:hover {
	color:#FF5400;
}
.listCatMenu {
	display:flex; justify-content: space-between; padding:0px 10px; 
}
.listCatMenu .boxAction {
	margin-top:10px;
}
.successMsg {
	padding:5px 15px; background:#abf7b1; color:#008631; border: 1px solid #008631; margin: 5px 5px;
}
.warningMsg {
	padding:5px 15px; background:#ffdcd1; color:#900603; border: 1px solid #900603; margin: 5px 5px;
}
.normalMsg {
	padding:5px 15px; background:#ffffcc; color:#333; border: 1px solid #ccc; margin: 5px 5px;
}
.vip {
	padding:2px 3px; color:#000; font-size:11px; background-color:#ffcc00; margin-left: 5px; border-radius: 3px; 
}
.buttonRetro{
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    padding: 5px 10px;   
    line-height: 1.5;
    background: white;
    color: #000;
    font-size: 16px;    
    font-weight: 400;
    text-align: left;
    border: 1px solid #000!important;
    border-radius: 0;
    box-shadow: 2px 2px #666;   
}
.streetName {    
    background: #006E9F;
    color: #fff;   
}
.buttonRetroSmall {
	padding: 0px 5px; margin-bottom:5px;
	font-size: 14px;    
	border-radius: 2px;
}
.buttonBlue {
	background-color: #087cce;
	color: #fff;
}
.buttonGold {
	background-color: #e6e6cc;
	color: #000;	
}
.buttonGray {
	background-color: #eee;
	color: black;
}
.buttonBlue:hover, .buttonGold:hover{
    color: black;
    background: #ffffcc;
}
.buttonGray:hover{
    color: #000;
    background: #ffffcc;
}

.buttonRetro:active {
    background-color: white!important;
    color: black!important;
    box-shadow: 0px 0px white;
    transform: translateX(1px) translateY(1px); 
}



.retroPagingItem {
	display: inline-block;
    vertical-align: middle;
    user-select: none;
    padding: 5px 10px; margin-bottom: 10px;
    line-height: 1;
    background: white;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #666!important;
    border-radius: 2px;
	margin-right: 5px;
    box-shadow: 2px 2px #666;
	font-family: 'Times New Roman', Times, serif;
}
.retroPagingItem:hover {	
	background-color: #eee;
	color: #000;
	text-decoration:none;margin-right:5px; display:inline-block;
}
.retroPagingItem:active{
    background-color: white!important;
    color: black!important;
    box-shadow: 0px 0px white;
    transform: translateX(1px) translateY(1px);
}

.retroPagingItemSelected {
	background-color: #c1b982; color: #000;
}
.retroPagingItemSelected:hover {
	background-color: #eee;
}
.retroPagingNext {
	display: inline-block;
    vertical-align: middle;
    user-select: none;
    padding: 5px 10px; margin-bottom: 10px;
    line-height: 1;    
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;   
	margin-right: 5px; 
	font-family: 'Times New Roman', Times, serif;
	text-decoration:none; padding: 3px 5px; color:#000; display:inline-block;	
}
.retroPagingNext:hover {	    
	background-color: #aaa;
}
.retroPagingNext:active{    
    transform: translateX(1px) translateY(1px); 
}

.retroPagingNextLock {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 8px 7px 9px; color:#666; display:inline-block; 
}
.retroPagingNextLock:hover {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px; color:#666; display:inline-block; 
}
.tabinator {
	
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid #bbb;	
  }  
  .tabinator input {
	display: none;
  }
  .tabinator  a {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #888;
	margin-bottom: -1px;
	margin-left: -1px;	
	border-radius: 5px 5px 0 0;
  }
  .tabinator a.active {
	position: relative;
	color: #000;
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	border-radius: 5px 5px 0 0;
  }  
  .tabinator a:hover {
	color: #888;
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-radius: 5px 5px 0 0;
  }
  
 