@charset "utf-8";
/* CSS Document */
*,*::before,*::after{
    outline:none;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
}
body{
	font-family:'Cantarell', sans-serif;
	font-size:12px;
	margin:0px;
	background-color:#ffffff;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	background-position:left top;
	background-size:auto auto;
}
.noBg{
	background-image:none !important;
}
ul, li{
	padding:0px;
	list-style-type:none;
}
a, a:visited{
	text-decoration:none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.help{
	color:#666666;
	cursor:pointer;
	display:inline-block;
	line-height:50px;
	margin-left:5px;
	position:relative;
	vertical-align:bottom;
	width:15px;
}
.toolTip{
	background:url("../images/toolTip.png") no-repeat scroll 0px -15px transparent;
	display:block;
	height:9px;
	position:absolute;
	bottom:-9px;
	width:15px;
	z-index:999;
	left:24%;
	margin-left:-6.5px;
}
.hinfo{
	position:absolute;
	bottom:30px;
	left:-142px;
	width:280px;
	height:60px;
	padding:10px;
	z-index:999;
	display:none;
	background:#ffffff;
	border:1px solid #999999;
}
.hinfo ul{
	text-align:center;
	width:100%;
}
.hinfo li{
	display:inline-block;
	vertical-align:text-top;
	text-decoration:none;
	font-size:14px;
	height:20px;
	line-height:20px;
	color:#666666;
	text-align:left;
}
.hinfo li:nth-of-type(3n-2){
	width:32%;
}
.hinfo li:nth-of-type(3n-1){
	width:20%;
}
.hinfo li:nth-of-type(3n){
	width:48%;
}
.hinfo li:nth-of-type(1), .hinfo li:nth-of-type(2), .hinfo li:nth-of-type(3){
	text-decoration:underline;
}
#wait{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	background:rgba(0,0,0,0.7);
	z-index:9999;
	display:none;
}
.show{
	display:block !important;
}
#wait div{
	width:248px;
	height:53px;
	margin:300px auto 0px;
	display:block;
	box-shadow:0px 0px 5px #000000;
	background-color:#ffffff;
	background-image:url("../images/ll.gif");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto auto;
}
.pageTitle{
	color:#728B37;
	font-weight:400;
	text-align:left;
	font-size:1.2em;
	line-height:30px;
}
.pageTitle > span{
	color:#F98812;
}
.bannerProduct{
	background-image:url("../images/product-bg.jpg");
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto auto;
}
label, input{
	display:block;
}
input.text{
	margin-bottom:12px;
	width:95%;
	padding:.4em;
}
input.qty{
	width:45px;
	background:#ffffff;
}
fieldset{
	padding:0;
	border:0;
	margin-top:10px;
}
h1{
	font-size:1.2em;
	margin:.6em 0;
}
div#users-contain{
	width:450px;
	margin:5px 0;
}
div#users-contain table{
	margin:1em 0;
	border-collapse:collapse;
	width:100%;
}
div#users-contain table td, div#users-contain table th{
	border:1px solid #eee;
	padding:.6em 10px;
	text-align:left;
}
.ui-dialog .ui-state-error{
	padding:.3em;
}
.validateTips{
	border:1px solid transparent;
	padding:0.1em;
	color:#f6931f;
}
.banner7{
	background-image:url("../images/banner7.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto auto;
	width:901px;
	height:205px;
	display:block;
	border-radius:10px 10px 0px 0px;
}

/*catalog*/
.catalog{
	
}
.catalog > ul{
	
}
.catalog > ul > li{
	
}

/*container*/
.container{
	font-size:10px;
	color:#D9ABAB;
	width:100%;
	background:#F1F5d0;
	height:auto;
	display:table;
	padding:15px;
}
.container > ul{
	text-align:center;
	width:100%;
	margin:0px auto;}
.noMargin{	margin-top:25px !important;
}
.record{
	display:inline-block;
	position:relative;
	width:265px;
	padding:15px;
	background:#ffffff;
	margin-left:5px;
	transition:0.2s linear 0s;
	height:490px;
}
.record:hover{
	
}
.record > ul{
	text-align:left;
}
.third{
	margin-right:5px;
}
.row{
	display:block;
	position:relative;
}
.one{
	height:360px;
}
.first .one{
	background-image:url("../images/hip.png");
	background-position:center 0px;
	background-repeat:no-repeat;
}
.second .one{
	background-image:url("../images/genkii.png");
	background-position:center 0px;
	background-repeat:no-repeat;
}
.third .one{
	background-image:url("../images/red.png");
	background-position:center 0px;
	background-repeat:no-repeat;
}
.zoom{
	position:absolute;
	top:10px;
	left:30px;
	width:205px;
	height:205px;
	outline:none;
}
.zoom:hover{
	background-image:url("../images/zoom.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.two{
	color:#000000;
	font-size:2em;
	font-weight:600;
	line-height:64px;
	text-align:center;
	cursor:default;
	margin-bottom:5px;
	background-image:url("../images/cup.png");
	background-position:82px center;
	background-repeat:no-repeat;
}
.two:before{
	content:url("../images/r.png");
	margin-right:2px;
}
.three{
	padding:10px;
	text-align:center;
}
.three a{
	font-size:2.4em;
	line-height:1.2em;
	padding:2px 8px;
	color:#479E00;
	font-weight:400;
	transition:0.1s linear 0s;
	display:inline-block;
	box-shadow:none;
	cursor:pointer;
}
.three a:hover{
	background:#479E00 !important;
	color:#FFFFFF;
	font-weight:700;
	box-shadow:0px 0px 2px 0px #444444;
}
.three a:active{
	background:#479E00 !important;
	color:#FFFFFF;
	font-weight:700;
	box-shadow:none !important;
}
.record:hover .three a{
	background:#58af11;
	color:#FFFFFF;
	font-weight:700;
	box-shadow:0px 0px 2px 0px #444444;
}
.name{
	height:110px;
	position:absolute;
	left:0px;
	bottom:10px;
	width:100%;
	cursor:default;
}
h4{
	font-size:1em;
	color:#000000;
	margin:0px;
	text-align:center;
	cursor:default;
	font-weight:400;
}
.detail{
	color:#444444;
	font-size:1.2em;
	line-height:1.4em;
	display:block;
	font-weight:400;
	margin-top:10px;
	text-align:justify;
	cursor:default;
}
/*container*/
.extra{
	height:8px;
	position:absolute;
	left:45px;
	top:-5px;
	width:8px;
	cursor:default;
}
/*step1*/

.step{
	display:block;
	width:100%;
	margin:0px auto;
	position:relative;
	transition:0.1s linear 0s;
}
.stepHeader{
	background:none;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:normal;
	width:100%;
	text-align:center;
	flex-wrap:wrap;
	margin:0px;
}
.stepHeader > li{
	text-align:center;
	font-weight:400;
	font-size:1.6em;
	line-height:1em;
	cursor:default;
	padding:1%;
	width:25%;
	color:#789C46;
	border:1px solid #789C46;
	word-wrap:break-word;
}
.stepHeader > li.now{
	background:#789c46;
	color:#ffffff;
}
.stepBody{
	display:block;
}
.stepBody > li{
	display:block;
	margin:5px 0px;
	padding:10px 0px;
}
.stepBody > li:nth-of-type(odd){
	background-color:#fdfdfd;
	border-bottom:1px dashed #cccccc;
	border-top:1px dashed #cccccc;
}
#step1 .stepBody{
	width:100% !important;
	margin:60px 0px 140px;
}
#step1{

}
#step2{

}
#step3{

}
#step4{

}
.row2{
	width:100%;
	text-align:center;
	height:40px;
}
.row2 > li{
	display:inline-block;
	vertical-align:top;
	margin:0px !important;
}
.row2 > li:nth-of-type(1){
	text-align:left;
}
.row2 > li:nth-of-type(2){
	text-align:right;
}
/*.row3{
	width:100%;
	text-align:center;
	height:40px;
}
.row3 > li{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0px !important;
}
.row3 > li:nth-of-type(1){
	
}
.row3 > li:nth-of-type(2){
}*/
.label{
	width:190px;
	color:#666666;
	font-size:1.6em;
	height:40px;
	line-height:40px;
}
.input{
	width:240px;
	border:1px solid #dedede;
	height:34px;
	line-height:34px;
	padding:2px 4px;
}
.input input{
	font-size:1.8em;
	height:34px;
	line-height:34px;
	width:390px;
	border:none;
	color:#666666;
}
.authInput{
	width:360px;
	border:1px solid #dedede;
	height:34px;
	line-height:34px;
	padding:2px 10px;
}
.authInput input{
	font-size:18px;
	height:34px;
	line-height:34px;
	width:360px;
	border:none;
	color:#444444;
	font-family:'Cantarell', sans-serif;
}
#plus91{
	display:inline;
	float:right;
	padding-right:5px;
}
.stepFooter{
	display:flex;
	width:100%;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding:15px 0px 0px;
}
.stepFooter a{
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
	padding:1%;
	cursor:pointer;
}
.back{
/*	padding-left:35px !important;
	background-image:url("../images/b.png");
	background-position:12px center;
	background-size:12px auto;
	background-repeat:no-repeat;*/
    border:1px dotted #999;
    color:#444444;
}
.back:hover{
	box-shadow:0px 0px 2px #666666;
}
.buy{
	color:#fff;
	background:#fc8332;
/*	padding-right:35px !important;
	background-image:url("../images/f.png");
	background-position:115px center;
	background-size:12px auto;
	background-repeat:no-repeat;*/
}
.buy:hover,.buy:active{
	box-shadow:0px 0px 2px #666666;
}
.pay{
	float:right;
	color:#fff;
	background:#fc8332;
	border:1px solid #e26b00;
	background:-moz-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-webkit-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-o-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-ms-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:linear-gradient(to bottom,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	text-align:center;
	font-size:20px !important;
	line-height:38px !important;
	padding:0px 20px !important;
}
.safe{
	color:#aaa;
	display:inline-block;
	font-size:20px;
	font-weight:400 !important;
	line-height:40px;
	text-shadow:1px 1px 1px #fff;
	cursor:default;
}
.pay:hover{
	box-shadow:0px 0px 2px #000000;
}
.pay:active{
	box-shadow:0px 0px 0px #000000;
}
/**/

/*Delivery Address*/

.addLeft{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:flex-end;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	background:#F9F9F9;
	border:1px solid #eeeeee;
	color:#444444;
	position:relative;
}
.addLeft h1{
	color:#444444;
	font-size:16px;
	font-weight:400;
	height:25px;
	line-height:25px;
	margin:12px 0px;
	text-align:center;
}
.addLeft h1 span{
	color:#000000;
}
.addOld{
	width:343px;
	max-width:100%;
	padding:2%;
	border:1px dotted #ccc;
	margin:1%;
}
.addOld > ul{
	display:flex;
	flex-direction:column;
}
.addOld > ul li{
	padding:1% 0%;
	width:343px;
	max-width:100%;
	font-size:14px;
	line-height:25px;
	border-bottom:1px solid #eeeeee;
}
.addOld > ul li:last-child{
	border-bottom:0px solid #eeeeee;
}
.addAdd{
	height:100px !important;
}
.addNew{
	
}
.addNew li{
	border-bottom:0px solid #eeeeee;
}
.noAdd{
	font-size:14px;
	line-height:40px;
	width:300px;
	padding:10px;
	margin:50px auto;
	display:block;
	border:5px solid #ffffff;
	color:#666666;
	text-align:center;
	max-width:100%;
}
.addNote{
	
}
.addNew input{
	border:1px solid #444;
	border-width:0px 0px 1px 0px;
	background:rgba(255,255,255,0);
	color:#222;
	font-size:1em;
	line-height:2em;
	width:100%;
	max-width:100%;
	letter-spacing:2px;
}
.addNew input:focus{
	border:1px solid #789C46;
}
/*.addNav{
	position:absolute;
	top:160px;
	width:30px;
	height:30px;
	display:block;
	z-index:99;
	cursor:default;
	opacity:0.2;
}
.addNav.good{
	cursor:pointer !important;
	opacity:0.7 !important;
}
#addNav1{
	left:0px;
	background-image:url("../images/p.png");
	background-position:center center;
	background-repeat:no-repeat;
}
#addNav2{
	right:0px;
	background-image:url("../images/n.png");
	background-position:center center;
	background-repeat:no-repeat;
}*/
.india{
	text-align:center;
	color:#222222;
	margin-bottom:8px;
}
.india span{
	font-weight:700;
}
.deliverHere{
	text-align:center;
	color:#333333;
	background:#f2f2f2;
	border:1px solid #c9c9c9;
	background:-moz-linear-gradient(top,#fff 0,#fff 3%,#f2f2f2 3%,#f2f2f2 100%);
	background:-webkit-linear-gradient(top,#fff 0,#fff 3%,#f2f2f2 3%,#f2f2f2 100%);
	background:-o-linear-gradient(top,#fff 0,#fff 3%,#f2f2f2 3%,#f2f2f2 100%);
	background:-ms-linear-gradient(top,#fff 0,#fff 3%,#f2f2f2 3%,#f2f2f2 100%);
	background:linear-gradient(to bottom,#fff 0,#fff 3%,#f2f2f2 3%,#f2f2f2 100%);
	display:block;
	line-height:3em;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
}
.deliverHere:hover, .deliverHere:focus{
	color:#fff;
	background:#fc8332;
	border:1px solid #e26b00;
	background:-moz-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-webkit-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-o-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-ms-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:linear-gradient(to bottom,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	box-shadow:0px 0px 2px #666666;
}
.deliverHere:active{
	color:#fff;
	background:#fc8332;
	border:1px solid #e26b00;
	background:-moz-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-webkit-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-o-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:-ms-linear-gradient(top,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	background:linear-gradient(to bottom,#fdcdad 0,#fdcdad 3%,#fc8332 3%,#fc8332 100%);
	box-shadow:0px 0px 2px #666666;
}
/*Delivery Address*/
/**/
.table1{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	align-content:space-between;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0px;
}
.summary{
	width:100%;
	display:flex;
	flex-direction:column;
	margin:0px;
	justify-content:normal;
	flex-wrap:wrap;
	padding:0px;
	color:#666666;
	font-size:1.6em;
	line-height:40px;
}
.summary > li{
	margin:10px 0px;
	padding:10px;
	background-color:#fff;
}
.summary > li ul{
	display:flex;
	flex-direction:row;
	margin:0px;
	justify-content:space-between;
}
.summary > li ul li{
	padding:0px;
}
.summary > li ul li:nth-of-type(1){
	width:4%;
	min-width:30px;
	text-align:left;
}
.summary > li ul li:nth-of-type(2){
	width:30%;
	text-align:left;
}
.summary > li ul li:nth-of-type(3){
	width:22%;
	text-align:right;
}
.summary > li ul li:nth-of-type(4){
	width:22%;
	text-align:right;
}
.summary > li ul li:nth-of-type(5){
	width:22%;
	text-align:right;
}
.summary h4{
	font-size:1em;
	color:#000000;
	margin:0px;
	text-align:left;
	cursor:default;
	font-weight:400;
}
.table2{
	width:250px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #e7e7d9;
	background:#f9f9f9 !important;
	margin-left:20px;
}
.table3{
	width:600px;
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
}
.table1 > li, .table3 > li, .table2 > li{
	width:100%;
	padding:1% 0%;
}
.table1 > li:first-child, .table3 > li:first-child, .table2 > li:first-child{
	border-top:0px dashed #CCCCCC;
	font-weight:bold;
}
.table1 > li:nth-of-type(2n), .table2 > li:nth-of-type(2n){
	background:rgba(255,255,255,0.5);
}
.product,#cr,.row1, .row4, .row5, .rowx{
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.product > span,#cr > span,.row1 > li{
	color:#111;
	font-size:1.6em;
	line-height:50px;
	width:25%;
	text-align:right;
}
.product > span:nth-of-type(1),#cr > span:nth-of-type(1),.row1 > li:nth-of-type(1){
	text-align:left;
}
.row4 > li{
	color:#666666;
	display:inline-block;
	font-size:1.6em;
	height:30px;
	line-height:30px;
	padding:12px 5px;
	width:95px;
	vertical-align:top;
	text-align:right;
}
.row4 > li:nth-of-type(1){
	text-align:left;
	width:30px !important;
}
.row4 > li:nth-of-type(2){
	text-align:left;
	width:230px !important;
}
/**/
/*.rowx > li{
	color:#111;
	font-size:1.6em;
	line-height:50px;
	width:25%;
	text-align:right;
}
.rowx > li:nth-of-type(1){
	text-align:left;
}*/
.grams{
	font-size:0.9em;
	color:#999999;
	margin-left:10px;
}
.pincode{
	display:block;
}
.fullname, .emailid, .phoneno{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	color:#111;
	font-size:1.6em;
	line-height:50px;
	text-align:left;
	padding:1% 0%;
}
.fullname span, .emailid span, .phoneno span{
	width:30%;
}
.yes{
	background-image:url("../images/yes.png");
	background-position:center right;
	background-size:auto auto;
	background-repeat:no-repeat;
}
.no{
	background-image:url("../images/no.png");
	background-position:center right;
	background-size:auto auto;
	background-repeat:no-repeat;
}
#inputPincode, #fullName, #emailId, #phoneNo{
	display:inline-block;
	border:1px solid #444;
	color:#222;
	font-size:1em;
	line-height:2em;
	padding:1%;
	border-width:0px 0px 1px 0px;
	background-color:rgba(255,255,255,0);
	text-align:right;
	max-width:100%;
	letter-spacing:2px;
}
#fullName, #emailId, #phoneNo{
	width:70%;
}
#correct{
	display:block;
	width:100%;
	height:20px;
	margin:0px auto;
}
/**/
.row5 > li{
	color:#666666;
	display:inline-block;
	font-size:1.4em;
	height:18px;
	line-height:1.4em;
	padding:9px 2px;
	width:70px;
	vertical-align:top;
	text-align:left;
}
.row5 > li:nth-of-type(2){
	width:145px;
	text-align:right;
}
.address_box > li{
	height:100px !important;
}
/**/
.hd{
	width:180px !important;
	text-align:center !important;
}
#total{
	color:#000000 !important;
	/*background-image:url("../images/r1.png");
	background-position:35px center;
	background-size:auto auto;
	background-repeat:no-repeat;*/
}
.value, .price{
	display:inline;
	color:inherit;
	font-size:inherit;
}
.crrate, .crinc{
	display:none;
}
.qcount{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
}
.upDown{
	display:flex;
	width:60px;
	margin-left:5px;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	align-content:center;
}
.count{

}
.up{
	font-size:x-small;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	background-color:rgba(0,0,0,0.1);
	padding:10% 0%;
	border-radius:20%;
	width:22px;
}
.up:hover{
	background-color:rgba(255,255,255,0.5);
}
.down{
	font-size:x-small;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	background-color:rgba(0,0,0,0.1);
	padding:10% 0%;
	border-radius:20%;
	width:22px;
}
.down:hover{
	background-color:rgba(255,255,255,0.5);
}
.up::selection, .down::selection{
	background-color:rgba(255,255,255,0.0) !important;
}
/**/
/**/
/*step1*/
.white{
/*    color:#1C94C4;*/
    border:solid 1px #b7b7b7;
    background:#fff;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background:-moz-linear-gradient(top,  #fff,  #ededed);
}
.white:hover{
    background:#ededed;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background:-moz-linear-gradient(top,  #fff,  #dcdcdc);
}
.white:active{
/*    color:#999;*/
    background:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background:-moz-linear-gradient(top,  #ededed,  #fff);
}
.button{
    display:inline-block;
/*    zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
    display:inline;
    vertical-align:baseline;
    margin:0 2px;
    outline:none;
    cursor:pointer;
    text-align:center;
    text-decoration:none;
    font:16px/100% Arial, Helvetica, sans-serif;
    padding:0.5em;
    text-shadow:0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius:.5em;
    border-radius:.5em;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
    box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.button:hover{
    text-decoration:none;
}
.button:active{
    position:relative;
    top:1px;
}
.addbar{
	width:94%;
	float:right;
/*	margin-left:auto;
	margin-right:auto;
	height:20px;*/}
.addbar a{  color:#0099CC;
    text-decoration:none;}
button{ float:right;}
BODY{
	BORDER-TOP-WIDTH:0px;
	PADDING-RIGHT:0px;
	PADDING-LEFT:0px;
	BORDER-LEFT-WIDTH:0px;
	BORDER-BOTTOM-WIDTH:0px;
	PADDING-BOTTOM:0px;
	LINE-HEIGHT:16px;
	PADDING-TOP:0px;
	BORDER-RIGHT-WIDTH:0px;
}
TABLE{
	BORDER-TOP-WIDTH:0px;
	PADDING-RIGHT:0px;
	PADDING-LEFT:0px;
	BORDER-LEFT-WIDTH:0px;
	BORDER-BOTTOM-WIDTH:0px;
	PADDING-BOTTOM:0px;
	LINE-HEIGHT:18px;
	PADDING-TOP:0px;
	BORDER-RIGHT-WIDTH:0px;
}
.genericTable-Color{
	BORDER-RIGHT:#B1C9E3 1px solid;
	PADDING-RIGHT:0px;
	BORDER-TOP:#B1C9E3 1px solid;
	PADDING-LEFT:0px;
	PADDING-BOTTOM:0px;
	MARGIN:0px;
	BORDER-LEFT:#B1C9E3 1px solid;
	WIDTH:100%;
	PADDING-TOP:0px;
	BORDER-BOTTOM:#B1C9E3 1px solid;
	BORDER-COLLAPSE:collapse;
	BACKGROUND-COLOR:#ffffff;
	TEXT-ALIGN:left;
}
.content{
	FONT-SIZE:12px;
	COLOR:#434343;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.6em;
	text-align:justify;
	text-decoration:none;
}
.title-gray{
	FONT-SIZE:16px;
	COLOR:#434343;
	FONT-WEIGHT:BOLD;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:none;
}
.SEO-Content{
	FONT-SIZE:14px;
	COLOR:#434343;
	FONT-WEIGHT:BOLD;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:none;
}
.College-Title{
	FONT-SIZE:13px;
	COLOR:#0D5F84;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:none;
}
.College-Title:hover{
	FONT-SIZE:13px;
	COLOR:#35AF74;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:none;
}
.website{
	FONT-SIZE:11px;
	COLOR:#0D5F84;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:none;
}
.website:hover{
	FONT-SIZE:11px;
	COLOR:#0D5F84;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:underline;
}
.ATOZ{
	FONT-SIZE:13px;
	COLOR:#0D5F84;
	FONT-WEIGHT:BOLD;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:none;
}
.ATOZ:hover{
	FONT-SIZE:13px;
	COLOR:#ff9900;
	FONT-WEIGHT:BOLD;
	TEXT-INDENT:0em;
	LINE-HEIGHT:1.5em;
	text-align:justify;
	text-decoration:none;
}
.lightBlueBG{
	FONT-WEIGHT:normal; FONT-SIZE:12px; COLOR:#333333; LINE-HEIGHT:normal; BACKGROUND-COLOR:#eef7f5; TEXT-DECORATION:none
}
.lightYellowBG{
	FONT-WEIGHT:normal; FONT-SIZE:12px; COLOR:#990000; LINE-HEIGHT:normal; BACKGROUND-COLOR:#FFF4D1; TEXT-DECORATION:none
}
.lightGreenBG{
	FONT-WEIGHT:normal; FONT-SIZE:12px; COLOR:#333333; LINE-HEIGHT:normal; BACKGROUND-COLOR:#F1FBF2; TEXT-DECORATION:none
}
.right{
	FLOAT:right; MARGIN-BOTTOM:5px; MARGIN-LEFT:5px; margin-top:0px; margin-right:5px
}
.NewsBar{
	BORDER-RIGHT:#B1C9E3 1px solid; PADDING-RIGHT:0px; BORDER-TOP:#B1C9E3 1px solid; PADDING-LEFT:0px; PADDING-BOTTOM:0px; MARGIN:0px; BORDER-LEFT:#B1C9E3 1px solid; WIDTH:100%; PADDING-TOP:0px; BORDER-BOTTOM:#B1C9E3 1px solid; BORDER-COLLAPSE:collapse; BACKGROUND-COLOR:#D8EEFC; TEXT-ALIGN:left
}
.boldbluelink{
	text-transform:none;
	color:#6BB7DF;
	font-size:11px;
	font-style:normal;
	line-height:18px;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.Nav{
	text-transform:none;
	color:#3C3C3C;
	font-size:11px;
	font-style:normal;
	line-height:16px;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.Nav:hover{
	text-transform:none;
	color:#1A8F57;
	font-size:11px;
	font-style:normal;
	line-height:16px;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.navigation{
	FONT-WEIGHT:bold; 
	FONT-SIZE:12px; 
	COLOR:#ffffff; 
	FONT-STYLE:normal; 
	Text-decoration:none;
}
.navigation:hover{
	FONT-WEIGHT:bold; 
	FONT-SIZE:12px; 
	COLOR:#ffffff; 
	FONT-STYLE:normal; 
	Text-decoration:Underline
}
.copyrights{
	FONT-SIZE:11px; 
	COLOR:#ffffff; 
	TEXT-INDENT:0em; 
	LINE-HEIGHT:1.6em; 
	text-decoration:none;
}
.copyrights:hover{
	FONT-SIZE:11px; 
	COLOR:#ffffff; 
	TEXT-INDENT:0em; 
	LINE-HEIGHT:1.6em; 
	text-decoration:underline;
}
.title-blue{
	FONT-WEIGHT:bold; 
	FONT-SIZE:16px; 
	COLOR:#3272B3; 
	FONT-STYLE:normal; 
	Text-decoration:none
}
.title-orange{
	FONT-WEIGHT:bold; 
	FONT-SIZE:16px; 
	COLOR:#FC7116; 
	FONT-STYLE:normal; 
	Text-decoration:none
}
.title-white{
	FONT-SIZE:20px; 
	COLOR:#ffffff; 
	FONT-STYLE:normal; 
	Text-decoration:none
}
.title-whitemini{
	FONT-SIZE:10px; 
	COLOR:#ffffff; 
	FONT-STYLE:normal; 
	Text-decoration:none
}
.news{
	text-transform:none;
	color:#333333;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.News-title{
	text-transform:none;
	color:#0D5F84;
	font-size:11px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-decoration:underline;
}
.News-title:hover{
	text-transform:none;
	color:#0D5F84;
	font-size:11px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.location{
	text-transform:none;
	color:#333333;
	font-size:9px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-decoration:underline;
}
.location:hover{
	text-transform:none;
	color:#333333;
	font-size:9px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.minilink{
	text-transform:none;
	color:#0D5F84;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-decoration:underline;
}
.minilink:hover{
	text-transform:none;
	color:#0D5F84;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.biglink{
	text-transform:none;
	color:#0D5F84;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-decoration:underline;
}
.biglink:hover{
	text-transform:none;
	color:#0D5F84;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-decoration:none;
}
.content-green{
	text-transform:none;
	color:#227606;
	font-size:11px;
	font-style:normal;
	line-height:18px;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}
.title{
	font-size:14px;
	color:#0D5F84;
	text-decoration:none;
	font-weight:bold;
}
.tabletitle{
	font-size:11px;
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}
.tfield{
	color:#000000;
	text-decoration:none;
	background:#F4F4F4;
}
.tarea{
	color:#000000;
	text-decoration:none;
	background:#F4F4F4;
}
.slist1{ 
	color:#000000; background:#F4F4F4; border-color:#5C4C00; border-style:inset; border-width:1px; font-size:10px; margin:0px;
}
.slist{
	position:relative;
	left:3pt;
	width:322px;
	font-size:7pt;
	background:#F4F4F4;
	border:1px solid #333366;
	color:#111111;
	height:16px;
}
HR{
	COLOR:#eee; HEIGHT:1px
}


IMG{
	BORDER-TOP-WIDTH:0px; BORDER-LEFT-WIDTH:0px; BORDER-BOTTOM-WIDTH:0px; BORDER-RIGHT-WIDTH:0px
}
form{
	display:inline;
}
.sbButtonLarge{
	FONT-SIZE:8pt
}
.button{
	FONT-SIZE:8pt
}
.button-large{
	FONT-SIZE:150%
}
.CheckBoxSmall{
	WIDTH:15px; HEIGHT:15px
}
.TextField{
	BORDER-RIGHT:#aaa 1px solid; BORDER-TOP:#aaa 1px solid; FONT-SIZE:8pt; BORDER-LEFT:#aaa 1px solid; WIDTH:200px; BORDER-BOTTOM:#aaa 1px solid
}
.TextField-noborder{
	BORDER-RIGHT:#aaa 0px solid; BORDER-TOP:#aaa 0px solid; FONT-SIZE:8pt; BORDER-LEFT:#aaa 0px solid; WIDTH:100%; BORDER-BOTTOM:#aaa 0px solid; TEXT-ALIGN:right
}
.TextFieldSmall{
	BORDER-RIGHT:#aaa 1px solid; BORDER-TOP:#aaa 1px solid; FONT-SIZE:8pt; BORDER-LEFT:#aaa 1px solid; WIDTH:100px; BORDER-BOTTOM:#aaa 1px solid
}
.TextFieldMedium{
	BORDER-RIGHT:#aaa 1px solid; BORDER-TOP:#aaa 1px solid; FONT-SIZE:8pt; BORDER-LEFT:#aaa 1px solid; WIDTH:150px; BORDER-BOTTOM:#aaa 1px solid
}
.DropDown{
	BORDER-RIGHT:#aaa 1px solid; BORDER-TOP:#aaa 1px solid; FONT-SIZE:8pt; BORDER-LEFT:#aaa 1px solid; WIDTH:200px; BORDER-BOTTOM:#aaa 1px solid
}
.DropDownSmall{
	BORDER-RIGHT:#aaa 1px solid; BORDER-TOP:#aaa 1px solid; FONT-SIZE:8pt; BORDER-LEFT:#aaa 1px solid; BORDER-BOTTOM:#aaa 1px solid
}
INPUT{
	FONT-SIZE:8pt
}
TEXTAREA{
	BORDER-RIGHT:#ddd 1px solid; BORDER-TOP:#ddd 1px solid; FONT-SIZE:1.1em !important; line-height:1.4em; OVERFLOW:auto; BORDER-LEFT:#ddd 1px solid; WIDTH:440px; BORDER-BOTTOM:#ddd 1px solid; HEIGHT:80px
}
.TextAreaSmall{
	BORDER-RIGHT:#aaa 1px solid; BORDER-TOP:#aaa 1px solid; FONT-SIZE:8pt; OVERFLOW:auto; BORDER-LEFT:#aaa 1px solid; WIDTH:200px; BORDER-BOTTOM:#aaa 1px solid; HEIGHT:100px
}
.TextAreaLarge{
	BORDER-RIGHT:#aaa 1px solid; BORDER-TOP:#aaa 1px solid; FONT-SIZE:8pt; OVERFLOW:auto; BORDER-LEFT:#aaa 1px solid; WIDTH:500px; BORDER-BOTTOM:#aaa 1px solid; HEIGHT:200px
}
.frame{
	BORDER-RIGHT:#b6b6b6 1px solid; BORDER-TOP:#b6b6b6 1px solid; FONT-SIZE:10px; BORDER-LEFT:#b6b6b6 1px solid; COLOR:#353535; BORDER-BOTTOM:#b6b6b6 1px solid;
}
.text1{
	FONT-WEIGHT:normal; FONT-SIZE:10pt; COLOR:#003366; LINE-HEIGHT:normal; TEXT-DECORATION:none
}
.text2{
	FONT-WEIGHT:bold; FONT-SIZE:12px; COLOR:#006699;
}
.text3{
	FONT-WEIGHT:bold; FONT-SIZE:15px; COLOR:#006699; FONT-STYLE:normal;
}
.text4{
	FONT-WEIGHT:bold; FONT-SIZE:10px; COLOR:#666666;
}
.text5{
	FONT-WEIGHT:bold; FONT-SIZE:10px; COLOR:#92ce3a;
}
.text6{
	FONT-WEIGHT:bold; FONT-SIZE:12px; COLOR:#990000;
}
.text7{
	FONT-WEIGHT:bold; FONT-SIZE:10px; COLOR:#ffffff;
}
.text1bigitalics{
	FONT-WEIGHT:bold; FONT-SIZE:8pt; COLOR:#666666; LINE-HEIGHT:12pt; TEXT-DECORATION:none
}
.text1orange{
	FONT-WEIGHT:normal; FONT-SIZE:8pt; COLOR:#ff6600; LINE-HEIGHT:12pt; TEXT-DECORATION:none
}
.text1grey{
	FONT-WEIGHT:normal; FONT-SIZE:12px; COLOR:#333333; LINE-HEIGHT:normal; TEXT-DECORATION:none
}
.text2grey{
	FONT-WEIGHT:bold; FONT-SIZE:10px; COLOR:#333333;
}
.text2big{
	FONT-WEIGHT:bold; FONT-SIZE:11px; COLOR:#711d00;
}
.text1small{
	FONT-WEIGHT:normal; FONT-SIZE:8pt; COLOR:#666666; LINE-HEIGHT:normal; TEXT-DECORATION:none
}
.text1greymedium{
	FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#333333; LINE-HEIGHT:normal; TEXT-DECORATION:none
}
.readmore{
	FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#006699; LINE-HEIGHT:normal; TEXT-DECORATION:none
}
.readmore:hover{
	FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#FF6600; LINE-HEIGHT:normal; TEXT-DECORATION:underline
}
.news{
	FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#006699; LINE-HEIGHT:normal; TEXT-DECORATION:none
}
.news:hover{
	FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#FF6600; LINE-HEIGHT:normal; TEXT-DECORATION:underline
}
.text2blue{
	FONT-WEIGHT:bold; FONT-SIZE:14px; COLOR:#000033;
}
.text2RED{
	FONT-WEIGHT:bold; FONT-SIZE:14px; COLOR:#ff6600;
}
.textenglishblue{
	FONT-SIZE:13px; COLOR:#287480; text-decoration:none;
}
.textenglishblue:hover{
	FONT-SIZE:13px; text-decoration:underline;
}
.text2Green{
	FONT-WEIGHT:bold; FONT-SIZE:14px; COLOR:#3272B3;
}
.text2REDdark{
	FONT-WEIGHT:bold; FONT-SIZE:14px; COLOR:#ff0000;
}
.text2blueBig{
	FONT-WEIGHT:bold; FONT-SIZE:16px; COLOR:#003366;
}
.text2bluemedium{
	FONT-WEIGHT:bold; FONT-SIZE:12px; COLOR:#006699;
}
.text2orangemedium{
	FONT-WEIGHT:bold; FONT-SIZE:12px; COLOR:#ff6600;
}
/*footer*/
.footer{
	font-size:12px;
	line-height:25px;
	background-color:#789c46;
	width:100%;
	height:25px;
	color:#f1f5d0;
	margin-top:20px;
}
.footer a, .footer a:visited{
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover{
	color:#f1f5d0
}
.footer span:nth-of-type(1){
	float:left;
	margin-left:10px;
}
.footer span:nth-of-type(2){
	float:right;
	margin-right:10px;
}
#policy{
	height:40px;
	width:100%;
	display:block;
	line-height:40px;
	text-align:center;
	padding:0px;
	margin:0px 0px 40px;
}
#policy li{
	display:inline-block;
	list-style:none;
	padding:0px;
	margin:0px;
}
#policy li:after{
	content:"|";
	color:#ccc;
}
#policy li:last-child:after{
	content:"";
}
#policy li a, #policy ul li a:visited{
	color:#000;
	font-size:12px;
	padding:0px 10px;
	text-decoration:none;
}
#policy li a:hover{
	color:#555;
	text-decoration:underline;
}
.policy_text{
	font-size:12px;
	line-height:20px;
	text-align:justify;
}
/*footer*/
/*thanks*/
.thanks{
	background:#ffffff;
	text-align:left;
	width:100%;
	max-width:905px;
	height:auto;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	margin:20px 0px 0px;
	padding:0px;
	background-image:url("../images/thanks.jpg");
	background-repeat:no-repeat;
	background-position:center 50%;
	background-size:auto auto;
}
.thanks h1{
	color:#728b37;
	font-size:40px;
	line-height:70px;
	margin:0px;
	font-weight:400 !important;
}
.thanks h2{
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin:0px;
	font-weight:400 !important;
}
.thanks h2 span{
	color:#222222;
}
#thanks1{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	padding:0px;
	margin:0px;
	justify-content:space-between;
}
#thanks1 > li{

}
#thanks1 > li:nth-of-type(1){
	padding:2%;
	width:26.66%;
}
#thanks1 > li:nth-of-type(2){
	padding:2%;
	width:40%;
	border:1px solid #EDEECF;
	background:#ffffff;
}
#thanks1 > li:nth-of-type(3){
	padding:2%;
	width:33.33%;
}
#thanksO{
	display:flex;
	flex-direction:column;
}
#thanksO > li{
	line-height:30px;
	border-bottom:1px solid #edeecf;
}
#thanksO > li:nth-of-type(odd){
	text-align:left;
	color:#999999;
	border-bottom:0px solid #edeecf;
}
#thanksO > li:nth-of-type(even){
	text-align:left;
	padding-left:14px;
	color:#000000;
	font-size:16px;
}
#thanksD{
	display:flex;
	flex-direction:column;
}
#thanksD > li{
	border-bottom:1px solid #edeecf;
	line-height:30px;
	font-size:16px;
	color:#000000;
}
#thanksD > li:nth-of-type(4){
	font-size:12px !important;
	line-height:26px !important;
	border-bottom:0px solid #edeecf !important;
}
#orderId{
	color:#000000 !important;
}
#orderDate{
	font-size:12px !important;
}
#orderTotal{
	color:#000000 !important;
}
#orderPayment{
	line-height:26px !important;
	border-bottom:0px solid #edeecf !important;
}
#orderPayment > span{
	display:block;
	width:100%;
}
#orderPayment > span:nth-of-type(1){
	height:30px;
	color:#4b9100;
	background-image:url("../images/ok.png");
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto auto;
	padding-left:24px;
}
#orderPayment > span:nth-of-type(2){
	color:#999999;
	text-align:left;
	font-size:12px;
	line-height:20px;
}
#orderPayment > span:nth-of-type(3){
	text-align:left;
	font-size:12px;
	line-height:20px;
}
#paymentData{
	display:block !important;
	width:254px !important;
	font-size:12px !important;
	width:100% !important;
	line-height:14px !important;
	height:50px !important;
}
#thanks2{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	padding:25px;
	margin:0px;
}
#thanks2 > li{
	width:100%;
	border-top:1px dashed #CCCCCC;
}
#thanks2 > li:first-child{
	border-top:0px dashed #CCCCCC;
}
#thanks2 > li:last-child{

}
.thanksP{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.thanksP > li{
	color:#333333;
	font-size:16px;
	height:50px;
	line-height:50px;
	width:15%;
	text-align:right;
}
.thanksP > li:nth-of-type(1){
	text-align:left;
	width:5% !important;
}
.thanksP > li:nth-of-type(2){
	text-align:left;
	width:50% !important;
}
.products{
	padding-left:50px !important;
	background-size:auto auto;
	background-repeat:no-repeat;
	background-position:left center;
}
.hiptea{
	background-image:url("../images/th/hiptea.png");
}
.genkiitea{
	background-image:url("../images/th/genkiitea.png");
}
.redtea{
	background-image:url("../images/th/redtea.png");
}
#oLink, #oLink:visited, #oLink:active{
	color:#4b9100;
	text-decoration:underline !important;
}
#oLink:hover{
	color:#3b7100;
}
#moreInfo{
	color:#000000;
	background-color:#f5f5f5;
	padding:5%;
	font-size:14px;
}
.toolTip2{
	background:url("../images/toolTip.png") no-repeat scroll 0px 0px transparent !important;
	display:block;
	height:9px !important;
	position:absolute;
	top:-9px;
	width:15px !important;
	z-index:999;
	left:99px;
}
/*thanks*/
/*Store Locator*/
#stores{
	background:#F1F1E3;
	display:table;
	width:100%;
	height:auto;
	border-radius:7px;
}
.storeSelect{
	border:1px solid #dbdbdb;
	padding:3px 5px;
	font-size:1em;
	line-height:1em;
	font-family:inherit;
	width:390px;
	margin:10px 5px;
	outline:none;
}
#selectList{
	margin-top:20px;
	text-align:center;
	width:100%;
}
#selectList li{
	display:inline-block;
	vertical-align:baseline;
}
#storeList{
	width:890px;
	margin-left:10px;
	text-align:left;
}
.store{
	background-image:url("../images/store.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto auto;
	padding-left:60px;
	display:inline-block;
	vertical-align:top;
	margin:20px 10px;
	width:360px;
	text-align:left;
	transition:all 0.1s linear 0s;
}
.store h1{
	font-size:14px;
	margin:0px;
}
.store p{
	font-size:14px;
	margin:7px 0px;
}
.store h2{
	font-size:14px;
	margin:0px;
	font-weight:normal;
}
/*Store Locator*/