﻿
.clear {
	clear: both;	
}
.height-0 {
	height:0px;
}
.height-1 {
	height:1px;
}
.height-5 {
	height:5px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.error {
	color:red;
}
.success {
	color:green;
}

.mt-5 {
	margin-top: 5px;	
}
.mt-10 {
	margin-top: 10px;	
}
.mt-15 {
	margin-top: 15px;	
}
.mt-20 {
	margin-top: 20px;	
}
.mt-30 {
	margin-top: 30px;	
}
.mt-m10 {
	margin-top: -10px;	
}
.mb-5 {
	margin-bottom: 5px;	
}
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.ml-5 {
	margin-left: 5px;	
}
.ml-10 {
	margin-left: 10px;	
}
.ml-20 {
	margin-left: 20px;	
}
.mr-5 {
	margin-right: 5px;	
}
.mr-10 {
	margin-right: 10px;	
}
.mr-20 {
	margin-right: 20px;	
}
.submitBtn, .submitBtn:focus{
	background:none;
	color:#434141;
	padding:8px 20px;
	border:none;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border:1px solid #603913;
}
.submitBtn:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
.submitBtn2, .submitBtn2:focus{
	background:#000;
	color:#ffffff;
	padding:5px 20px;
	border:none;
	text-decoration:none;
}
.submitBtn2:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
.submitBtn3, .submitBtn3:focus{
	background:#00bff3;
	color:#fff;
	font-size:12px;
	padding:10px 24px;
	border:none;
	text-decoration:none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}
.submitBtn3:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
.submitBtn4, .submitBtn4:focus{
	background:#fff;
	color:#000;
	font-size:14px;
	padding:10px 42px;
	border:none;
	text-decoration:none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}
.submitBtn4:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
#noticeDiv{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 0;
	display:none;
}
#noticeDiv2{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 0;
	display:none;
}
.notice_success {
	background:#81F79F; 
	border: 1px solid green;
}
.notice_error {
	background:pink; 
	border: 1px solid red;
}
.loadingDiv {
	display:none;	
}
.shadow-bottom {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.title1{
	color:#515151;
	font-size:20px;
}


/*------------------ login ------------------*/
.myloginDiv{
	padding:15px 0;
	background-color:#ffffff;
	color:#323232;
}
.myloginDiv .fieldDiv{
	width:100px;
	float:left;
}
.myloginDiv .fieldDiv2{
	width:10px;
	float:left;
}
.myloginDiv .fieldDiv3{
	width:200px;
	float:left;
}
.loginDiv {
	float:left;
	width:86%;
	padding:7%;
	background:#000;
	color:#646464;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.loginDiv h3{
	color:#fff;
}
.loginDiv2 {
	float:left;
	width:96%;
	padding:7% 2%;
}
.loginADiv{
	margin:20px 0;
}
@media screen and (max-width: 767px) {
	.loginDiv2{
		padding:0 2% 25px;
	}
	.loginADiv{
		margin:9px 0;
	}
	.submitBtn4, .submitBtn4:focus{
		padding:10px 65px;
	}
}

/*------------------ cart ------------------*/
.cartDiv {
	color:#555555;
	font-size:20px;
}
.cTDL{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}
.cTDR{
	float:left;
}
.cartDiv table{
	width:100%;
	position:relative;
	z-index:999;
}
.cartDiv table th{
	background-color:#999999;
	color:#fff;
	padding-left:10px;
	font-size:14px;
	font-weight:normal;
}
.cartDiv table td{
	font-weight:normal;
	padding:5px;
	border-bottom:1px solid #bcbcbc;
	background-color:#ffffff;
}
.cartDiv table td .supTitle{
	font-size:15px;
	color:#9b546b;
}
.cartDiv table td .subDisc{
	font-size:13px;
}
.cartDiv table td .subDisc span{
	color:#ff0000;
}
.cartDiv img.displayImg {
	width:75px;
}
.cartDiv .voucher {
	color:#000;
	padding:5px 20px;
	background-color:#fff;
	float:right;
	margin-top:10px;
	font-size:14px;
}
.cartDiv .voucher input[type="text"]{
	margin-top:10px;
}
.cartDiv .subtotal {
	color:#000;
	padding:5px 20px;
	float:right;
	margin-top:10px;
}
#sttotal{
	font-size:15px;
	color:#000;
	line-height:25px;
}
.cartDiv .discount {
	color:#000;
	background-color:#ebebeb;
	float:right;
	margin-top:10px;
	width:100%;
	text-align:right;
}
.cartDiv .discountcon{
	padding:5px 20px;
}
.cartDiv .tax {
	color:#000;
	padding:5px 20px;
	float:right;
	margin-top:10px;
	width:100%;
	text-align:right;
}
.cartDiv .ttotal {
	color:#fff;
	background-color:#000;
	float:right;
	margin-top:10px;
	line-height:25px;
	width:100%;
	text-align:right;
}
.cartDiv .ttotalcon{
	padding:5px 20px;
}
#sttotal2{
	font-size:15px;
	color:#787878;
	line-height:25px;
}
.cartDiv .attrDesc {
	font-size:14px;
}
.cartTerms {
	font-size:12px;
	color:#555555;
}
.cartTerms .pTitle {
	color:#555555;
	font-weight:bold;
}
/*------------------ checkout ------------------*/

.orderDiv {
	color:#555555;
}
.orderDiv table{
	width:100%;
	position:relative;
	z-index:999;
}
.orderDiv table th{
	background-color:#999999;
	color:#ffffff;
	padding-left:10px;
	font-size:15px;
	font-weight:normal;
}
.orderDiv table td{
	font-weight:normal;
	padding:5px;
	font-size:15px;
	border-bottom:1px solid #BCBCBC;
	background-color:#ffffff;
}
.whiteBg{
	background-color:#ffffff;
}
.cusDetail {
	color:#555555;
	font-size:15px;
}

/*------------------ header ------------------*/

.topDiv{
	margin-bottom:5px;
	float:right;
}
.top1Div, .top2Div{
	float:right;
	line-height: 30px;
}
#header .topDiv, #header .topDiv a {
	color:#000;
	font-size:14px;
	width:auto;
	text-align:right;
}
#linecut{
	color:#c8c8c8;
}
#logimg{
	margin-top:-3px;
}
.logoDiv{
	float:left;
	width:35%;
}
.hright{
	float:left;
	width:65%;
}
.cartInfoDiv{
	color:#000;
	font-size:14px;
	float:right;
	width: 190px;
}
.cartInfoTDiv{
	float:left;
	width:100%;
	text-align:center;
}
.cartInfoBDiv{
	float:left;
	width:100%;
	text-align:center;
}
.cartInfoTcDiv{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	padding: 7px 0;
}
.cartInfoTDiv a, .cartInfoTDiv a:hover{
	color:#000;
	font-size:14px;	
}
.cartInfoTDiv img{
	margin-right:5px;
}
.cartInfoBDiv{
	background:#ff9019;
	padding:2px 0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.cartInfoBDiv a, .cartInfoBDiv a:hover{
	color:#fff;
	font-size:14px;	
}
.cartInfoBDiv img{
	margin-left:5px;
}
.searchDiv{
	float:right;
}

/*------------------ search fiels ------------------*/
#search-form {
	margin-top:0px;
	margin-right:0px;
	float:right;
	width: 200px;
	height: 20px;
	border:1px solid #ababab;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 5px;
}
#search-form form{
	margin:0;
}
input#searchinput {
	padding: 3px 15px;
	height: 14px;
	box-shadow:none;
	background:none;
	border: none;
	font-size: 12px;
	font-style: italic;
	color: #7d7d7d;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top:-6px;
	width:148px;
	float: left;
	position: relative;
	top: 6px;
	margin-bottom:0;
}
input#searchsubmit {
	float:left;
	width:20px;
	height:20px;
	margin-top:0px;
	padding:0;
	background: url(../images/icon-search.png) no-repeat;
	border:none;
	cursor:pointer;
}

/*------------------ footer ------------------*/
.sitemap{
	border:1px solid #ebebeb;
}
.smcon{
	margin:0 25px;
}
.smtop{
	padding:25px 0;
}
.smt1{
	float:left;
	width:18%;
	margin-right:3%;
}
.smt2{
	float:left;
	width:20%;
	margin:0 3%;
}
.smt3{
	float:left;
	width:20%;
	margin:0 3%;
}
.smt4{
	float:left;
	width:24%;
	margin-left:3%;
}
.smtitle{
	padding-bottom:10px;
	border-bottom:1px solid #e2e0e0;
}
.smtitle h5{
	color:#fff;
	font-size:13px !important;
	font-weight:bold !important;
}
.smtitle2{
	padding-bottom:0px;
	border-bottom:1px solid #e2e0e0;
}
.smsubcon{
	padding:5px 0;
}
.smlist{
	width:100%;
	float:left;
}
.smlist a, .smlist a:hover, .smlist a:focus{
	font-size:13px;
	line-height:30px;
	color:#fff;
}
.smlist2{
	margin-top:5px;
	color:#fefefe;
	line-height:18px;
}
.smlist3{
	margin-top:10px;
}
.smlist3c{

}
.smlist3cl{
	float:left;
	color:#000;
	font-weight: bold;
}
.smlist3cr{
	float:left;
	color:#fefefe;
}
.smlist3cr a, .smlist3cr a:hover, .smlist3cr a:focus{
	color:#fefefe;
}
.smbtm{
	border-top:1px solid #ebebeb;
	font-size:13px;
	color:#000;
	line-height:30px;
	padding:10px 0;
}
.smbtml{
	float:left;
	width:50%;
}
.smbtmr{
	float:left;
	width:50%;
}
.smbtmlc img{
	margin:-2px 0 0 7px;
}
.smbtmrc{
	float:right;
}
.footer .credit {
	margin: 10px 0;
	color: #fefefe;
	font-size:12px;
	float:left;
}
.footer .credit2 {
	margin: 10px 0;
	color: #fefefe;
	font-size:12px;
	float:right;
}
.footer .credit3 {
	margin: 10px 0 20px;
	color: #fefefe;
	font-size:12px;
	text-align:center;
}
.footer .credit a, .footer .credit a:hover, .footer .credit a:focus, .footer .credit3 a, .footer .credit3 a:hover, .footer .credit3 a:focus {
	color: #fefefe;
	font-size:12px;
	text-decoration:underline;
}
/*------------------ home ------------------*/
.slideshowDiv{
	margin-top:0px;
}
.slideshow1{
	float:left;
	width:56%;
	margin-right:1.5%;
}
.slideshow2{
	float:left;
	width:42.5%;
}
.slideshow2 .div1{
	margin-top:1.2%;
	float:left;
	width:49%;
	margin-right:2%;
}
.slideshow2 .div2{
	margin-top:1.2%;
	float:left;
	width:49%;
}
.linkDiv{
	margin-top:2%;
}
.s1linkDiv{
	float:left;
	width:46%;
	margin:0 2%;
	text-align:center;
}
.s2linkDiv{
	float:left;
	width:46%;
	margin:0 2%;
	text-align:center;
}
.s3linkDiv{
	float:left;
	width:32%;
	text-align:center;
}
.s1linkDiv img, .s2linkDiv img, .s3linkDiv img{
	max-height:320px;
}
.subinfoDiv{
	background:#eae0dc;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.sinfoDiv{
	float:left;
	width:33.3%;
	text-align:center;
}
.sinfoCont{
	
	margin:30px 0;
}
.sinfoCont2{
	margin:30px 0;
	border-left:1px solid #fff;
}
.sinfoImg{
	max-width:85%;
	margin:0 auto;
}
.sinfoDiv img{
	max-height:70px;
}

/*------------------ product ------------------*/
.breadcrumbsDiv3{
	padding:5px 0;
}
.breadcrumbsDiv2{
	display:none;
}
.breadcrumbsDiv{
	padding:5px 0;
	margin-left: 8px;
}
.breadcrumbsDiv a, .breadcrumbsDiv a:hover{
	color:#646464;
	font-size:13px;
	line-height:20px;
}
.breadcrumbsDiv a:last-child{
	color:#000;
	font-weight:bold;
}
.breadcrumbsDiv3 a, .breadcrumbsDiv3 a:hover{
	color:#646464;
	font-size:13px;
	line-height:20px;
}
.breadcrumbsDiv3 a:last-child{
	color:#000;
	font-weight:bold;
}
.curCatDiv{
	color:#000;
	margin-left: 8px;
}
.catNavDiv {
	border:0px solid #000;
	margin-bottom:20px;
}
.catNavDiv .catTitle {
	background-color:#7dc4ff;
	color:#fff;
	font-size:12px;
	line-height:20px;
	padding:10px;
	border-bottom:1px solid #fff;
	text-align:left;
}
.catTitle img{
	margin: -3px 9px 0 0;
}
.catNavDiv .sub {
	font-size:13px;
}
.productGridDiv {
}
.productGridDiv .gridBox {
	width:33.3%;
	float:left;
	margin: 4px 0;
}
.productGridDiv .gridBoxcon {
	position:relative;
	border:1px solid #fff;
	width: 220px;
	padding: 9px;
	float: right;
	background:#fff;
}
.productGridDiv .pImage {
	height:270px;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.productGridDiv .gridBox .pImage img {
    transition: all 0.5s ease 0s;
}
.productGridDiv .gridBoxcon:hover img {
    transform: scale(1.15);
}
.platestDiv, .photDiv, .discountDiv{
	position:absolute;
	top:9px;
	left:9px;
}
.discountDiv{
	font-size:12px;
	color:#fff;
	background:#000;
	padding:4px 8px;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.productGridDiv .gridBox .pTitle {
	color:#434141;
	font-size:15px !important;
	height:20px;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
}
.productGridDiv .gridBox .pSku {
	color:#898989;
	height:20px;
	overflow:hidden;
}
.productGridDiv .gridBox .pPrice {
	margin-top:5px;
	color:#434141;
	font-size:14px;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.productGridDiv .gridBox .discount {
	color:#ff3600;
	font-size:14px;
}
.productGridDiv .gridBox .discount span {
	color:#ff0000;
}
.productGridDiv .gridBox .viewBtn{
	display:none;
	background:none;
	position:absolute;
	top:5px;
	right:5px;
}
.productGridDiv .gridBox .viewBtn a, .productGridDiv .gridBox .viewBtn a:hover{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	padding:5px 6px;
	display:block;
}
.productGridDiv .gridBoxcon:hover .viewBtn{
	display:block;
}
.productGridDiv .gridBoxcon:hover{
	
}
.noFound {
	margin:10px;	
}

.productGridDiv2 .gridBox {
	width:25%;
	float:left;
	margin: 4px 0;
}
.productGridDiv2 .gridBoxcon {
	position:relative;
	border:1px solid #fff;
	width: 220px;
	padding: 9px;
	margin:0 auto;
	background:#fff;
}
.productGridDiv2 .pImage {
	height:270px;
	width:100%;
	text-align:center;
	overflow:hidden;
	background:#f9f9f9;
}
.productGridDiv2 .gridBox .pImage img {
    transition: all 0.5s ease 0s;
}
.productGridDiv2 .gridBoxcon:hover img {
    transform: scale(1.15);
}
.productGridDiv2 .gridBox .pTitle {
	color:#434141;
	font-size:15px !important;
	height:20px;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
}
.productGridDiv2 .gridBox .pSku {
	color:#898989;
	height:20px;
	overflow:hidden;
}
.productGridDiv2 .gridBox .pPrice {
	margin-top:5px;
	color:#434141;
	font-size:14px;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.productGridDiv2 .gridBox .discount {
	color:#ff3600;
	font-size:14px;
}
.productGridDiv2 .gridBox .discount span {
	color:#ff0000;
}
.productGridDiv2 .gridBox .viewBtn{
	display:none;
	background:none;
	position:absolute;
	top:5px;
	right:5px;
}
.productGridDiv2 .gridBox .viewBtn a, .productGridDiv2 .gridBox .viewBtn a:hover{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	padding:5px 6px;
	display:block;
}
.productGridDiv2 .gridBoxcon:hover .viewBtn{
	display:block;
}
.productGridDiv2 .gridBoxcon:hover{
	background:none;
}
/*------------------ product detail ------------------*/
.prodPrice{
	color:#ff0b0b;
	font-size:25px;
}
.backbuttonDiv{
	margin:15px 0 20px;
}
.prodTitle {
	margin-bottom:30px;
}
.prodTitle h3{
	color:#000;
}
.prodTitle h4{
	color:#000;
}
.prodTitle{
	
}
.productDetailDiv {
	width:100%;
}
.productDetailDiv .imageContainer {
	width:250px;
	float:left;
	margin-right:30px;
}
.productDetailDiv .imageContainer .feaImage {
	border:1px solid #f0e9ec;
	position:relative;
}
.productDetailDiv .imageContainer .feaImage img{
	
}
.productDetailDiv .imageContainer .subImage {

}
.productDetailDiv .imageContainer .subImage img {
	width:59px;
	margin:3px 0 0 0;
}
.productDetailDiv .prodInfoContainer {
	text-align:left;
	position:relative;
	overflow:hidden;
	border-left:1px solid #ebebeb;
	padding-left:30px;
}
.productDetailDiv .prodInfoContainer .qtyText input{
	width: 43px;
	height: 22px;
	background-color: #ebebeb !important;
	border: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 0;
	text-align:center;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv1{
	float: left;
	width: 184px;
	background-color: #f7f7f7;
	color: #000;
	font-size: 11px;
	padding: 0 13px;
	border-radius: 20px;
	margin: 7px 0;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv2{
	float:left;
	width:15px;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3{
	float:left;
	width:auto;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3 select{
	width:auto;
	max-width:250px;
	background-color: #f5f0e9 !important;
	border: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3 .salebox{
	color:#fff;
	background:#000;
	padding: 2px 9px;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3 span .discount{
	color:#000;
	font-size: 13px;
	line-height:20px;
}
.productDetailDiv .prodInfoContainer .prodOpt {
	color:#787878;
	font-size:15px;
}
.productDetailDiv .prodInfoContainer .reviewDiv {
	border:1px solid #dddddd;
	padding:10px;
	min-height:15px;
	width:90%;
}
.Ofstock{
	font-size:17px;
	line-height:20px;
	color: #CA0202;
	padding:10px 0;
}
.deliveredDiv {
	margin-top: 30px;
}
.dlvd1 {
	color: #000;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
}
.dlvd2 {
	color: #646464;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
}
.prodDescTitle{
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	background: #000;
	padding:2px 25px;
	margin-top: 30px;
	text-align: center;
	float:left;
}
.prodDescCon{
	border-top:1px solid #000;
	padding:20px 0;
}
.detailGridDiv .gridBox{
	float:left;
	margin:2px;
}
.detailGridDiv .gridBox .pImage{
	width:40px;
	max-height:60px;
	border:2px solid #f7f7f7;
	border-radius:2px;
}
.reviewDiv {
	width:94%;
}
.reviewDiv2 .revContentDiv {
	font-size:12px;
	border-bottom:1px solid #dddddd;
	padding:10px 0;
	min-height:50px;
}
.myReviewDiv{
	border:1px solid #dddddd;
	width:96%;
	padding:2%;
}
.blueDiv{
	background:#7dc4ff;
	color:#fff;
	padding:10px 12px;	
}
/*------------------ contact us ------------------*/
.contactLeft{
	float:left;
	width:48%;
	margin-right:4%;
}
.contactRight{
	float:left;
	width:48%;
}
.contactLeftcon{
	border-right:1px solid #000;
	width:90%;
	padding-right:10%;
	padding-bottom: 5%;
}
.contactTitle{
	margin-bottom:20px;
}
.contactTitle h5{
	color:#000;
	font-weight:bold !important;
}
.contactCon form{
	margin:0;
}
.contactCon1{
	color: #646464;
	line-height: 18px;
}
.contactCon2l{
	float: left;
	color: #000;
	font-weight: bold;
}
.contactCon2r{
	float: left;
	color: #646464;
}
.formText {
	width:40%;
	float:left;
	color:#646464;
	font-size:14px;
	line-height:30px;
}
.formField {
	width:60%;
	float:left;
}
.formField input[type="text"], .formField textarea{
	width:94%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #e1e1e1;
}
.formField textarea{
	min-height:140px;
}
.enquiryListDiv {
	width:100%;	
	margin:0 0 20px 0;
	border:1px solid #ccc;
}
.enquiryListDiv .enquiryRow {
	padding:2%;
	width:96%;
	min-height:50px;
	border-bottom:1px solid #ddd;
}
.enquiryListDiv .enquiryRow2 {
	padding:1% 2%;
	width:96%;
	min-height:20px;
	font-weight:bold;
	background-color:#0046a0;
	color:#fff;
}
.enquiryListDiv .row1{
	background-color:#eee;
}
.enquiryListDiv .enqImg {
	text-align:center;
	width:20%;
	float:left;
	margin-right:10px;
}
.enquiryListDiv .enqImg img {
	width:50px;
}
.enquiryListDiv .enqName {
	float:left;
	width:55%;
	margin-right:10px;
}
.enquiryListDiv .enqRemove {
	float:left;
	width:16%;
	text-align:right;
}

.captchaRight {
	text-align:right;	
}

/*------------------ pagination ------------------*/
.myPagination {
	color:#000;
	margin:10px 0;
	text-align:right;
}
.myPagination a {
	color:#9c9c9c;
	border:1px solid rgb(201, 45, 33);
	font-size:13px;
	padding:6px 12px;
	background:none;
	text-decoration:none;
}
.myPagination a:hover {
	color:#fff;
	background:rgb(201, 45, 33);
	text-decoration:none;
	border:1px solid rgb(201, 45, 33);
}
.myPagination strong{
	border:1px solid rgb(201, 45, 33);
	font-size:13px;
	padding:6px 12px;
	background:rgb(201, 45, 33);
	font-weight:normal;
	color:#fff;
}
.myPagination img{
	margin-top:-3px;
}
.myPagination .pagimg{
	background:none;
	border:none;
}
/*------------------ others ------------------*/
.pageTitle {
	color:#000;
	font-size:14px;
	line-height:20px;
	padding:10px;
	border-bottom:4px solid #000;
	font-weight:bold;
}
.productDiv h1{
	color:#3c3c3c;
	font-size:30px;
}

.brandDiv {
	padding-top:30px;
	text-align:center;
}
.brandDiv p {
	margin:10px 0;
	color:#313131;
	font-size:18px;
}
.homeTitleDiv{
	text-align:center;
	color:#434141;
	font-size:21px;
	padding:10px;
	width:auto;
	border-bottom:1px solid #808080;
}
.divBottomLine{
	border-bottom:0px solid #ccc;
}
.stepDiv1{
	font-size:13px;
	float:left;
	width:33%;
	border:1px solid #999;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.stepDiv2{
	font-size:13px;
	float:left;
	width:33%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
}
.stepDiv3{
	font-size:13px;
	float:left;
	width:33%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.stepActive{
	background:#ff9019;
	color:#fff;	
}
.returnStepDiv1{
	color:#000;
	font-size:13px;
	float:left;
	width:25%;
	border:1px solid #999;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.returnStepDiv2{
	color:#000;
	font-size:13px;
	float:left;
	width:24%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
}
.returnStepDiv3{
	color:#000;
	font-size:13px;
	float:left;
	width:25%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.orderStepDiv1{
	color:#000;
	font-size:13px;
	float:left;
	width:20%;
	border:1px solid #999;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.orderStepDiv2{
	color:#000;
	font-size:13px;
	float:left;
	width:19%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
}
.orderStepDiv3{
	color:#000;
	font-size:13px;
	float:left;
	width:20%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.orderStepDiv4{
	color:#000;
	font-size:13px;
	float:left;
	width:20%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.orderStepActive{
	background:#5bb75b;
	color:#fff;
	border:1px solid #ccc;	
}
.orderStepActive2{
	background:#d96359;
	color:#fff;	
}
#revsubmitBtn a{
	color:#fff !important;	
}

/*------------------ some part of responsive ------------------*/
@media screen and (max-width: 1200px) {
	.slideshow2 .div1, .slideshow2 .div2{
		margin-top:3%;
	}
	.breadcrumbsDiv {
		margin-left: 13px;
	}
	.productGridDiv .gridBox{
		margin:6px 0;
	}
	.productGridDiv2 .gridBox{
		margin:6px 0;
	}
	.productGridDiv .gridBoxcon{
		width:200px;
	}
	.curCatDiv{
		margin-left: 13px;
	}
	.productGridDiv .pImage {
		
	}
}

@media screen and (max-width: 979px) {
	.formField input[type="text"], .formField textarea {
		width: 95%;
	}
	.contactLeft, .contactRight{
		width:100%;
		margin-right:0;
		margin-top:15px;
	}
	.contactLeftcon{
		width:100%;
		border-right:0px solid #000;
		padding-right:0;
		border-bottom:1px solid #000;
	}
	.contactTitle {
		margin-bottom: 10px;
	}
	.curCatDiv{
		margin-left: 7px;
	}
	.smt1{
		width:30%;
		margin-right:2.5%;
	}
	.smt2{
		width:30%;
		margin:0 2.5%;
	}
	.smt3{
		width:30%;
		margin:0;
		margin-left:2.5%;
	}
	.smt4{
		width:100%;
		margin:20px 0 0 0;
	}

	#search-form{
		width:220px;
	}
	input#searchinput{
		width:147px;
	}
	.productGridDiv .gridBox {
		margin: 4px 0;
		width:50%;
	}
	.productGridDiv2 .gridBox{
		margin: 4px 0;
		width:33.3%;
	}
	.productGridDiv .gridBoxcon{
		width:240px;
		padding: 9px;
	}
	.breadcrumbsDiv {
		margin-left: 7px;
	}
	.footer .credit, .footer .credit2 {
		float:none;
		text-align:center;
	}
}

@media screen and (max-width: 767px) {
	.stepDiv1, .stepDiv2 ,.stepDiv3, .returnStepDiv1, .returnStepDiv2, .returnStepDiv3, .orderStepDiv1, .orderStepDiv2 ,.orderStepDiv3{
		width:100%;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom:5px;
	}
	.curCatDiv{
		margin-left: 0px;
	}
	.productDetailDiv .prodInfoContainer .prodInfoDiv1{
		width:144px;
	}
	#submitBtn img{
		width:170px;
	}
	.backbuttonDiv {
		margin: 10px 0 15px;
	}
	.catNavDiv{
		margin-bottom:10px;
	}
	.prodTitle {
		margin-bottom: 15px;
	}
	.deliveredDiv {
		margin-top: 15px;
	}
	.myPagination {
		text-align:center;
	}
	.catNavDiv{
		-moz-box-shadow: 0px 3px 0px #000;
		-webkit-box-shadow: 0px 3px 0px #000;
		box-shadow: 0px 3px 0px #000;
	}
	.breadcrumbsDiv {
		margin-left: 0px;
	}
	.productGridDiv2 .gridBox{
		margin: 4px 0;
		width:50%;
	}
	.productGridDiv .gridBoxcon{
		float:none;
		margin:0 auto;
	}
	.footer .credit {
		font-size:12px;
	}
	.footer .credit a, .footer .credit a:hover, .footer .credit a:focus {
		font-size: 12px;
	}
	.smt1 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smt2 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smt3 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smt4 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smtop {
		padding: 25px 0 0;
	}
	.smbtml, .smbtmr {
		width: 100%;
	}
	.smbtmr{
		padding-top:10px;
	}
	.smbtmrc {
		float: left;
	}
	.EbE{
		text-align:center;
		width: 100%;
		float: left;
	}
	html, body{
		background:none;
	}
	#search-form{
		margin-right:12px;
	}
	.logoDiv{
		width:100%;
		text-align:center;
		margin-bottom: 20px;
	}
	.hright{
		width:100%;
	}
	.productGridDiv .gridBox {
	
	}
	.productDetailDiv {
		margin:0;
	}
	.productDetailDiv .imageContainer, .productDetailDiv .imageContainer .feaImage {
		float:none;
		margin:0 auto;
		text-align:center;
		width:100%;
	}
	.productDetailDiv .prodInfoContainer {
		width:100%;
		float:none;
		margin:20px 0 0 0;
		border-left: 0px solid #ebebeb;
		padding-left: 0px;
	}
	#noticeDiv2 {
		margin:0 0 10px 0;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:12px;
	}
	.captchaRight {
		text-align:left;
	}
}
@media screen and (max-width: 597px) {
	#sttotal{
		font-size:12px;
		color:#000;
		line-height:25px;
	}
	.cartDiv {
		color:#555555;
		font-size:15px;
	}
	.sinfoDiv{
		width:100%;
	}
	.sinfoCont{
		margin:0;
		padding:10px 0;
	}
	.sinfoCont2{
		border-left:0px solid #fff;
		border-top:1px solid #fff;
		margin:0;
		padding:10px 0;
	}
}
@media screen and (max-width: 595px) {
	.productGridDiv .gridBox,.productGridDiv2 .gridBox {
		width: 100%;
	}
	.productGridDiv .gridBoxcon, .productGridDiv2 .gridBoxcon {
		width: 240px;
		padding: 10px;
	}
}
@media screen and (max-width: 550px) {
	.smt1, .smt2, .smt3, .smt4 {
		width: 100%;
		margin: 0 0 15px;
	}
	.smcon {
		margin: 0 15px;
	}
	.smtop {
		padding: 15px 0 0;
	}
	.smlist a, .smlist a:hover, .smlist a:focus {
		font-size: 13px;
		line-height: 22px;
	}
	.smtitle {
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 500px) {
	.top1Div{
		width:100%;
	}.top2Div{
		width:100%;
	}
	.llcut{
		display:none;
	}
}
@media screen and (max-width: 480px) {
	.slideshow1, .slideshow2{
		width:100%;
		float:none;
		margin:10px 0;
	}
	.cartInfoDiv, .searchDiv{
		float:none;
		margin:0 auto;
	}
	.cartInfoDiv{
		width:263px;
	}
	#search-form{
		margin-top:0;
	}
	.footer .credit {
		font-size:10px;
	}
	.footer .credit a, .footer .credit a:hover, .footer .credit a:focus {
		font-size: 10px;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:10px;
	}
}
@media screen and (max-width: 400px) {
	.formText{
		width:100%;
	}
	.formField{
		width:100%;
	}
}
@media screen and (max-width: 350px) {
	.productGridDiv .gridBoxcon, .productGridDiv2 .gridBoxcon{
		width:220px;
	}
	.productGridDiv .pImage, .productGridDiv2 .pImage {
		height:270px;
	}
}