﻿@font-face {
	font-family: 'Myriad';
	src: url('../fonts/myriad_regular.eot');
	src: local("?"),
  	url("../fonts/myriad_regular.woff") format("woff"),
  	url("../fonts/myriad_regular.ttf") format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: 'Myriad Semibold';
	src: url('../fonts/myriad_semibold.eot');
	src: local("?"),
  	url("../fonts/myriad_semibold.woff") format("woff"),
  	url("../fonts/myriad_semibold.ttf") format("truetype");
	font-weight: 400;
}
/*	------------------------ General -------------------------- */
html,
body {
	height: 100%;
	font-family: 'Myriad';
	color: #515151;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background: #fff;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img {
	border: 0; 
}
a { 
	color: #da3b3c;
	font-size: 14px;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #000;
	font-size: 25px;
	margin:30px 0 10px;
	font-weight:bold;
}
h2 {
	font-size: 13px;
	line-height:20px;
	margin:0px;
	font-weight:normal;
}
h3 {
	font-size: 18px;
	line-height:25px;
	margin:0px;
	font-weight:normal;
}
h4 {
	font-size: 10px;
	line-height:15px;
	margin:0px;
	font-weight:normal;
}
h5 {
	font-size: 15px;
	line-height:20px;
	margin:0px;
	font-weight:normal;
}
h6 {
	color:#ff3600;
	font-size: 25px;
	line-height:35px;
	margin:0px;
	font-weight:normal;
}
p {
	color: #646464;
	font-size: 14px;
	text-align:justify;
}
ul li{
	color:#646464;
	font-size:14px;
	font-family: 'Myriad';
	font-weight:normal;
}
#map_wrapper{height:400px;}
#map_canvas{height:100%; width:100%;}
.clear {
	clear: both;	
}
.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-20 {
	margin-top: 20px;	
}
.mt-30 {
	margin-top: 30px;	
}
.mt-150 {
	margin-top: 150px;	
}

.mt-40 {
	margin-top: 40px;	
}

.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;	
}
.mb-50 {
	margin-bottom: 50px;	
}
.mb-70 {
	margin-bottom: 70px;	
}
.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:#000;
	color:#ffffff;
	padding:5px 18px;
	border:none;
	text-decoration:none;
	font-size:12px;
}
.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-color: transparent;
    border: 1px solid #a40046;
    border-radius: 5px;
    color: #a51a4a;
    font-size: 15px !important;
    font-weight: normal;
    padding: 5px 20px;
	
}
.submitBtn3:hover{
	background:#a40046;
	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:#cfaa7a;
	color:#fff;
	text-decoration:none;
}
.submitBtn5, .submitBtn5:focus{
	background:#ff9019;
	color:#fff;
	font-size:12px;
	padding:10px 24px;
	border:none;
	text-decoration:none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}
.submitBtn5:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
.submitBtn6{
	background-color: transparent;
	border:1px solid #a40046;
	border-radius: 5px;
	color: #a51a4a;
	font-size: 15px;
	font-weight: normal;
	padding:5px 40px;
}

.submitBtn6:hover{
	background-color: #a40046;
	border:1px solid #a40046;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
#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;
}

.test{
	float:left;
	width:35%;
	margin-right:5%;
}

.test1{
	float:right;
	width: 60%;
}
.test1 a {
	color:#000;
	font-size:20px;
	margin-bottom:15px;
}

.searchbar{
	width: 100%;
}

.searchbar input[type="radio"] {
    display:none;
}
.searchbar input[type="radio"] + label {
    color: #747474;
    font-family:'Myriad';
    font-size:14px;
}
.searchbar input[type="radio"] + label span {
    display:inline-block;
    width:14px;
    height:14px;
    margin:-1px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  30%;
    border-radius:  30%;
    border:1px solid #747474;
    line-height: 20px;
}

.searchbar input[type="radio"] + label span {
     background-color:#fff;
}

.searchbar input[type="radio"]:checked + label span{
     background-color:#000;
}

.searchbar input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.sideTitle1{
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 3%;
	margin-bottom: 10px;
}

.sideTitle2{
	width: 100%;
	background-color: #e5e5e5;
	color: #000;
	padding: 3%;
	margin-bottom: 20px;
	font-weight:bold;
}

select.down{
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.searchB{
	background:#a40046;
	color:#fff;
	font-size:12px;
	padding:5px 10px;
	border:none;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}




/*------------------ sticky footer ------------------*/
/* Wrapper for page content to push down footer */
#wrap {
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: auto;
	background-color: #f2f2f2;
}

/*------------------ menu ------------------*/
.myMenu {
	margin-top:0px;
	position:relative;
	z-index:99999;
}
.myMenu .myNavDiv {
	position:relative;
	margin:0px;
	background: #fff;
}
.navmenu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 10px 10px;
	border:1px solid #fff;
	margin:5px 5px 0 0;
}
a.navmenu-link, a.navmenu-link:focus {
	color:#fff;
	text-decoration:none;
}
a.navmenu-link:hover {
	color:#000;
	background:#fff;
	text-decoration:none;
}
.navmenu {
	max-width: 100%;
}
.navmenu .menuplus {
	width:30px;
	border-left:1px solid #808080;
	color:#808080;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	display:none;
	float:right;
}
.navmenu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
.navmenu > li > ul.sub-navmenu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navmenu ul:after {
	content: ""; clear: both; display: block;
}
.navmenu ul li {
	text-transform:uppercase;
	padding: 0px;
}
.navmenu > ul > li { 
	font-weight:normal;
	display: inline-block;
}
.navmenu ul li a {
	font-size:15px;
	display: block;
	text-decoration: none;
	color: #000;
}
.navmenu ul li img {
	margin-top:-5px;	
}
.navmenu ul li > a { 
	height:30px;
	line-height: 150%;
	padding: 3px 10px;	
	border-bottom:0px solid transparent;
	border-radius: 5px;
}
.navmenu ul li a:hover {
	color:#cfab79;
	background:#a40046;
}
.navmenu ul li a.activeLink { 
	color: #cfab79;
	background:#a40046;
}
.navmenu ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.navmenu ul li:hover > ul {
	display: block;
}
.navmenu ul ul > li {
	margin-left:0px;
	position: relative;
}
.navmenu ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	color:#000;
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	-webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.navmenu ul ul > li a:hover {
	color: #cfab79;
	background:#a40046;
}
.navmenu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}
.subNavLink, .subNavLink a{
	text-transform:uppercase;
	line-height:220%;
	font-size:12px;
	color:#feffff;
}
.subNavLink a:hover{
	color:#fefb00;
	text-decoration:none;
}

@media screen and (max-width: 979px) {
    
    a.navmenu-link {
		text-decoration:none;
		display: block;
		color: #fff;
		background-color: #a40046;
		padding:5px;
		margin:4px;
	}
	a.navmenu-link:hover{
		text-decoration:none;
	}
	.navmenu {
		position:relative;
		z-index:99999;
		clear: both;
		min-width: inherit;
		float: none;
		max-width: 100%;
	}
	.navmenu .menuplus {
		display:block;	
	}
	.navmenu .grandchild {
		color:#808080;
	}
	.has-subnavmenu a.child1 {
		padding-left:25px;	
	}
	.has-subnavmenu a.child2 {
		padding-left:30px;	
	}
	.has-subnavmenu a.child3 {
		padding-left:45px;	
	}
	.navmenu, .navmenu > ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #f4f4f4;
	}
	.navmenu > li > ul.sub-navmenu {
		padding: 0px;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	.navmenu.active, .navmenu > ul ul.active {
		max-height: 55em;
	}
	.navmenu ul {
		display: inline;
	}
	.navmenu > ul {
		border-top: 1px solid #808080;
	}
	.navmenu li, .navmenu > ul > li {
		display: block;
	}
	.navmenu ul li {
		padding: 0px;
		margin-left:0px;
	}
	.navmenu ul li a {
		font-size:14px;
		-webkit-border-radius: 0 0 0 0;
     	-moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;	
	}
	.navmenu li a {
		color: #000;
		display: block;
		padding: 0.8em;
		border-bottom: 1px solid #808080;
		position: relative;
	}
	.navmenu ul li > a { 
		height:33px;
		line-height: 25px;
		padding: 5px 8px 4px;	
		color:#000;
		background-color: #fff;
		border-bottom:none;
	}
	.navmenu ul ul > li a {
		background-color: #fff;
		height:32px;
		line-height: 25px;
		color:#000;
		padding: 5px 8px 4px;	
	}
	.navmenu ul li a.activeLink, .navmenu ul li a:hover, .navmenu ul ul > li a:hover {
		background-color: #a40046;
		color: #cfab79;
		border-bottom:none;
	}
	.navmenu ul ul, .navmenu ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}
}
@media screen and (max-width: 480px) {
	.navmenu ul li a {
		font-size:13px;
	}	
}
/*------------------ region menu ------------------*/
/*Toggle Area*/
 #menu1 .toggle {position:absolute; top:0; right:0;width:5%; padding:10px 5px; cursor:pointer; border:0px solid #E0E0E0; color:#999;}
 #menu1 ul.navmenu1 li:first-child .toggle{border-width:0 0 0 0px;}
 
 /*Menu Setup*/
 #menu1 ul{padding:0; margin:0; width:100%;}
 #menu1 ul ul{border:none;}
 #menu1 ul li {font-weight:normal;}
 #menu1 ul.navmenu1 li .submenu li{margin-left:20px;}
 #menu1 ul.navmenu1 li:last-child {  }
 #menu1 ul.navmenu1 li .submenu li:last-child { border:none; }
 #menu1 ul.navmenu1 li {margin:0px; list-style:none; border-bottom:0px solid #fff; position:relative; border-bottom:1px solid #e3e3e3;}
 /*Links*/
 #menu1 ul.navmenu1 li a, #menu1 ul.navmenu1 li a:visited {text-decoration:none; padding:10px 5%; display:block; color:#747474; font-size:15px; text-transform:uppercase;}
 #menu1 ul.navmenu1 li li a, #menu1 ul.navmenu1 li li a:visited {text-decoration:none; padding:10px 5%; display:block; color:#747474; text-transform:capitalize; font-size:15px;}
 #menu1 ul.navmenu1 ul.submenu a:hover, #menu1 ul.navmenu1 ul.submenu a.activeLink{background:#ebebeb;}
 
 /*Heading Outer div*/
 #menu1 ul.navmenu1 .menutop{ overflow:hidden; width:100%; background:none;}
 /*Header Links*/
 #menu1 ul.navmenu1 .menutop a{width:90%;float:left;}
 /*Header Link Hover*/
 #menu1 ul.navmenu1 .menutop a:hover, #menu1 ul.navmenu1 .menutop a.activeLink{background:#ebebeb;}
 /*Removes white border for the first header*/
 #menu1 ul.navmenu1 li:first-child .menutop a {}

 /*Single Menu Width Fix*/
 #menu1 ul.navmenu1 .menusingle a{width:140px;}
 #menu1 ul.navmenu1 li ul{display:none;}
 #menu1 ul.navmenu1 li ul.active {max-height: 55em; display:block;}
 

  /*Page Menu Setup*/
 #menu2 ul{padding:0; margin:0; width:100%;}
 #menu2 ul ul{border:none;}
 #menu2 ul li {font-weight:normal;}
 #menu2 ul.navmenu1 li:last-child { border:none; }
 #menu2 ul.navmenu1 li {margin:0px; list-style:none; border-bottom:0px solid #fff; position:relative; }
 /*Links*/
 #menu2 ul.navmenu1 li a, #menu2 ul.navmenu1 li a:visited {text-decoration:none; padding:10px 0 10px 30px; display:block; color:#747474; font-size:16px; text-transform:uppercase; background:url(../images/page_pin.png) no-repeat 15px 12px;}
 
 /*Heading Outer div*/
 #menu2 ul.navmenu1 .menutop{ overflow:hidden; width:100%; background:none;}
 /*Header Links*/
 #menu2 ul.navmenu1 .menutop a{width:100%;float:left; border-bottom:1px solid #e1e1e1;}
 /*Header Link Hover*/
 #menu2 ul.navmenu1 .menutop a:hover, #menu2 ul.navmenu1 .menutop a.activeLink{background-color:#ebebeb;font-weight:bold;}

/*------------------ category menu ------------------*/

 #menu5 .toggle {position:absolute; top:0; right:0;width:5%; padding:10px 5px; cursor:pointer; border:0px solid #E0E0E0; color:#999;}
 #menu5 ul.navmenu5 li:first-child .toggle{border-width:0 0 0 0px;}
 
 /*Menu Setup*/
 #menu5 ul{padding:0; margin:0; width:100%;}
 #menu5 ul ul{border:none;}
 #menu5 ul li {font-weight:normal;}
 #menu5 ul.navmenu5 li .submenu li{margin-left:15px;}
 #menu5 ul.navmenu5 li:last-child { border:none; }
 #menu5 ul.navmenu5 li .submenu li:last-child { border:none; }
 #menu5 ul.navmenu5 li {margin:0px; list-style:none; border-bottom:0px solid #fff; position:relative; }
 /*Links*/

 
 /*Heading Outer div*/
 #menu5 ul.navmenu5 .menutop{ overflow:hidden; width:100%; min-height:150px; background:none;}
 /*Header Links*/
 #menu5 ul.navmenu5 .menutop a{width:100%;height:100%;float:left;}
 /*Header Link Hover*/
 /*Removes white border for the first header*/
 #menu5 ul.navmenu5 li:first-child .menutop a {}

 /*Single Menu Width Fix*/
 #menu5 ul.navmenu5 .menusingle a{width:140px;}
 #menu5 ul.navmenu5 li ul{display:none;}
 #menu5 ul.navmenu5 li ul.active {max-height: 55em; display:block;}

 /*----------------- popup ------------------*/

.fontDiv{
	color: #a40046;
	margin-top: 30px;
}
.fontDiv h2 {
	color: #a40046;
	font-weight:bold;
	text-align:center;
}

.popupB{
	margin-top: 40px;
	margin-bottom: 40px;
	width:100%;
	text-align:center;
}

.popupB button{
	border:none;
	background-color:#a40046;
	color: #fff; 
	font-size: 12px;
	padding:1%; 
	width: 130px;
}


.modalDialog {
    font-family: 'Myriad';
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    z-index:100;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.close {
    background: #000;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.close:hover {
    background: #000;
}

/*------------------ 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:#a40046;
	color:#fff;
	-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: 38px;
	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;
}

/*------------------ main slider ------------------*/
.flexslider, .flexslider2{
	border:0 !important;
	border-radius:0 !important;
	margin:0 !important;
}
.Slidercontainer{
	max-width:1920px;
	width:100%;
	height:auto;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.mainSlider{
	max-width:1920px;
	margin:0 auto;
}

ul.slides li{

}
.sliderDiv{
	max-height:700px;
}
.mainSlider img {
	position:relative;
	width: 100%;
	height: auto;
	top: 0;
	left:0;
}
.flexslider .slides img{
	max-height:700px !important;
}
.flexslider2 .slides img{
	max-height:450px !important;
}
/*------------------ fixed icon ------------------*/
#back-top {
	position:fixed;
	bottom:50px;
	right:90px;
	z-index:999999;
	cursor:pointer;
	display:none;
}
.fixSideNavi{
	position:fixed;
	top:150px;
	right:0;
	width:40px;
	z-index:999999;
}
@media screen and (max-width: 1100px) {
	.fixSideNavi{
		display:block;
	}
	#back-top{
		right:50px;
	}
}

/*------------------ container ------------------*/
.containerWraper{
	max-width: 1150px;
	background:#fff;	
	margin:0 auto;
}
.container {
	position:relative;
	z-index:1;
	width: auto;
	max-width: 100%;
	padding:0;
}

.containz{
	z-index: 99999;
	position: relative;
}

.bcontainer {
	position:relative;
	z-index:1;
	width: auto;
	margin: 0 auto;
}
/*------------------ header ------------------*/
#header {
	position:relative;
	top:0;
	z-index:2;
}
.topDiv{
	float:left;
	width:70% !important;
}
.top2Div{
	float: right;
	padding: 0 30px;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}
.top2Div a{
	font-size:18px;
	color:#646464;
	line-height:98px;	
	height:98px;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}

.top1Div{
	float:right;
	line-height: 55px;

}

.top3Div{
	float: right;
	padding: 0 30px;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	border-right: 1px solid #EEE;
}
.top3Div a{
	font-size:18px;
	line-height:100px;	
	height:100px;
	color:#646464;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}
#header .topDiv, #header .topDiv a {
	color:#000;
	font-size:13px;
	width:auto;
	text-align:right;
}
#linecut{
	color:#c8c8c8;
}
#logimg{
	margin-top:-3px;
}
.logoDiv{
	margin-top:45px;
	width:30%;
	float:left;
}
.hright{
	float:right;
	width:60%;
}
.hright1 {
    float: right;
	padding: 0 30px;
}
.hright1 a {
    float: none;
	line-height:100px;
	height:100px;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}
.cartInfoDiv{
	color:#000;
	font-size:14px;
	float:right;
	max-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;
	background-color:#fff;
}
.cartInfoTDiv a, .cartInfoTDiv a:hover{
	color:#000;
	font-size:14px;	
}
.cartInfoTDiv img{
	margin-right:5px;
}
.cartInfoBDiv{
	background:#000;
	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:15px;
	margin-right:15px;
	float:right;
	width: 278px;
	height: 44px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


#search-form form{
	margin:0;
}
input#searchinput {
	padding: 10px;
	height: 10px;
	box-shadow:none;
	background:none;
	border: 1px solid;
	font-size: 12px;
	font-style: italic;
	color: #7d7d7d;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top:-6px;
	width:205px;
	float: left;
	position: relative;
	margin-bottom:0;
}
input#searchsubmit {
	float:left;
	width:53px;
	height:45px;
	margin-top:0px;
	padding:0;
	border:none;
	cursor:pointer;
}
*/

#custom-search-form {
        margin:0;
        padding: 0;
    }
 
#custom-search-form .search-query {
	padding-right: 3px;
	padding-left: 10px; 
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height:30px;
	width:87%;
}

#custom-search-form button {
	border: 0;
	background: none;
		/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 15px;
	position: relative;
	left: -28px;
		/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.search-query:focus + button {
	z-index: 3;   
}

.language{
	width: 100px;
	margin-top: 10px;
}

/*------------------ footer ------------------*/
.sitemap{
	background-color:#f2f2f2;
}
.smcon{
	margin:0;
}
.smtop{
	padding:25px 0;
}
.smt1{
	float:left;
	width:25%;
	margin-right:3%;
}
.smt2{
	float:left;
	width:12%;
	margin:0 3%;
}
.smt3{
	float:left;
	width:16%;
	margin:0 1.5%;
}
.smt4{
	float:left;
	width:32%;
	margin-left:3%;
}
.smtitle{
	padding-bottom:10px;
}
.smtitle h5{
	color:#a51a4a;
	font-weight: bolder;
}
.smsubcon{
	padding:5px 0;
}
.smlist{
	width:100%;
	float:left;
}
.smlist a, .smlist a:hover, .smlist a:focus{
	font-size:15px;
	line-height:150%;
	color:#515151;
	text-transform:capitalize;
}
.smlist a:hover {
	color:#a51a4a;
}
.smlist2{
	color:#515151;
	line-height:18px;
}
.smlist3{
	margin-top:10px;
}
.smlist3c{

}
.smlist3cl{
	float:left;
	color:#000;
	font-weight: bold;
}
.smlist3cr{
	float:left;
	color:#646464;
}
.smlist3cr a, .smlist3cr a:hover, .smlist3cr a:focus{
	
}
.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: 15px 0;
	color: #000;
	font-size:12px;
	float:left;
}
.footer .credit2 {
	margin: 15px 0;
	color: #000;
	font-size:12px;
	float:right;
}
.footer .credit4 {
	margin: 10px 0 20px;
	color: #505050;
	font-size:14px;
	width:50%;
	float:left;
	text-align:right;
}
.footer .credit3 {
	margin: 10px 0 20px;
	color: #505050;
	font-size:14px;
	width:50%;
	float:left;
}
.footer .credit a, .footer .credit a:hover, .footer .credit a:focus, .footer .credit3 a, .footer .credit3 a:hover, .footer .credit3 a:focus {
	color: #000;
	font-size:12px;
	text-decoration:underline;
}
/*------------------ home ------------------*/
.slideshowDiv{
}
.slideshow1{
	float:left;
	width:60%;
	margin-right:2.5%;
}
.slideshow2{
	float:left;
	width:37.5%;
}
.linkDiv{
	margin-top:2%;
}
.s1linkDiv{
	float:left;
	width:32%;
	margin-right:2%;
	text-align:center;
}
.s2linkDiv{
	float:left;
	width:32%;
	margin-right: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;
}
.sinfoDiv2{
	float:left;
	width:33.4%;
	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, .sinfoDiv2 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 {
	
}
.catNavDiv .catTitle {
	color:#a40046;
	font-size:20px;
	line-height:20px;
	padding:10px 0;
	font-weight:bold;
	border-bottom:1px solid #e3e3e3;
}
.catTitle img{
	margin: -3px 9px 0 0;
}
.catNavDiv .sub {
	font-size:13px;
}
.productGridDiv {
}
.productGridDiv .gridBox {
	width:29.33%;
	float:left;
	margin:0 2%;
}
.productGridDiv .gridBoxcon {
	position:relative;
	background:#fff;
}
.productGridDiv .pImage {
	height:220px;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.platestDiv, .photDiv, .discountDiv{
	position:absolute;
	top:0;
	right:0;
}
.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:#a51a4a;
	height:20px;
	overflow:hidden;
	margin-top:10px;
}
.productGridDiv .gridBox .pSku {
	color:#898989;
	height:20px;
	overflow:hidden;
}
.productGridDiv .gridBox .pDesc {
	margin-top:20px;
	color:#000;
	height:80px;
	overflow:hidden;
}
.productGridDiv .gridBox .discount {
	color:#ff3600;
}
.productGridDiv .gridBox .discount span {
	color:#ff0000;
}
.productGridDiv .gridBox .viewBtn{
	/*
	background:#ffdfd4;
	position:absolute;*/
	margin-top:30px;
	bottom:0;
	left:0;
}

.productGridDiv .gridBox .viewBtn button{
	border:1px solid #e1e1e1;
	border-radius: 3px;
	color: #a51a4a;
	font-size: 12px;
	font-weight: normal;
	background:#fff;
	padding:5px 20px;
}

.productGridDiv .gridBox .viewBtn button:hover{
	border:1px solid #a30046;
	color: #fff;
	background:#a30046;
}

.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;
}
.productGridDiv2 .gridBox .pTitle {
	color:#090909;
	font-family: 'Myriad Semibold';
	font-size:12px !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:#090909;
	font-size:13px;
	font-family: 'Myriad Semibold';
	height:20px;
	overflow:hidden;
	text-align:center;
}
.productGridDiv2 .gridBox .discount {
	color:#ff3600;
	font-size:13px;
	font-family: 'Myriad Semibold';
}
.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:#fdd9c0;
}


.productGridDiv3 {
}

.productGridDiv3 .gridBox3 {
	width:100%;
	float:left;
	/*border-bottom: 1px solid #a1a1a1;*/
	margin-bottom: 10px;
	margin-top: 10px;
}
.productGridDiv3 .gridBoxcon3 {
	position:relative;
	width: 85%;
	float: right;
	background:#fff;
	border-bottom: 1px solid #a1a1a1;
}

.productGridDiv3 .gridBoxcon3 .gridBoxcon7 {
	position:relative;
	width: 47%;
	float: left;
	padding: 9px;
	background:#fff;
}

.productGridDiv3 .gridBoxcon4 {
	position:relative;
	width: 6%;
	padding: 9px;
	float: left;
	background:#fff;
}
.productGridDiv3 .pImage {
	height:280px;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.productGridDiv3 .pImage img {
	max-height:280px;
	max-width:100%;
}
.platestDiv, .photDiv, .discountDiv{
	position:absolute;
	top:0;
	right:0;
}
.discountDiv{
	font-size:12px;
	color:#fff;
	background:#000;
	padding:4px 8px;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.productGridDiv3 .gridBox3 .pTitle {
	color:#000;
	height:30px;
	overflow:hidden;
	font-family: 'Myriad';
	font-size:20px;
}
.productGridDiv3 .gridBox3 .pLocate {
	color:#747474;
	height:20px;
	font-size: 16px;
	overflow:hidden;
	font-family: 'Myriad';
}
.productGridDiv3 .gridBox3 .pTime {
	color:#747474;
	height:20px;
	font-size: 16px;
	overflow:hidden;
	font-family: 'Myriad';
}
.productGridDiv3 .gridBox3 .pSku {
	color:#898989;
	height:20px;
	overflow:hidden;
}
.productGridDiv3 .gridBox3 .pDesc {
	margin-top:20px;
	color:#747474;
	height:80px;
	font-size: 16px;
	overflow:hidden;
	font-family: 'Myriad';
}
.productGridDiv3 .gridBox3 .discount {
	color:#ff3600;
}
.productGridDiv3 .gridBox3 .discount span {
	color:#ff0000;
}
.productGridDiv3 .gridBox3 .viewBtn{
	/*
	background:#ffdfd4;
	position:absolute;*/
	margin-top:30px;
}
.productGridDiv3 .gridBox3 .viewBtn button{
	background-color: transparent;
	border:1px solid #a40046;
	border-radius: 5px;
	color: #a51a4a;
	font-size: 15px !important;
	font-weight: normal;
	padding:5px 20px;
}
.productGridDiv3 .gridBox3 .viewBtn button:hover{
	background-color: #a40046;
	border:1px solid #a40046;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.productGridDiv4 {
}
.productGridDiv4 .gridBox4 {
	width:33.33%;
	float:left;
	margin-bottom:30px;
}
.productGridDiv4 .gridBoxcon4 {
	position:relative;
	padding: 9px;
	background:#fff;
}
.productGridDiv4 .pImage {
	height:220px;
	width:100%;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.productGridDiv4 .pImage .play {
	position:absolute;
	width:100%;
	text-align:center;
}
.platestDiv, .photDiv, .discountDiv{
	position:absolute;
	top:0;
	right:0;
}
.discountDiv{
	font-size:12px;
	color:#fff;
	background:#000;
	padding:4px 8px;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.productGridDiv4 .gridBox4 .pTitle {
	color:#171717;
	height:20px;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
	font-size:16px;
}
.productGridDiv4 .gridBox4 .pSku {
	color:#898989;
	height:20px;
	overflow:hidden;
}
.productGridDiv4 .gridBox4 .pDesc {
	margin-top:20px;
	color:#000;
	height:80px;
	overflow:hidden;
}
.productGridDiv4 .gridBox4 .discount {
	color:#ff3600;
}
.productGridDiv4 .gridBox4 .discount span {
	color:#ff0000;
}
.productGridDiv4 .gridBox4 .viewBtn{
	/*
	background:#ffdfd4;
	position:absolute;*/
	margin-top:30px;
	bottom:0;
	left:0;
}

.productGridDiv4 .gridBox4 .viewBtn button{
	background-color: transparent;
	border:1px solid #898989;
	color: #a51a4a;
	font-size: 10px;
	font-weight: bold;
}


.noFound {
	margin:10px;	
}


.downloadGridDiv {
    font-size: 12px;
    margin-bottom: 20px;
    position: relative;
}

.downloadGridDiv .gridBox {
    border: 0 solid #eeeeee;
    float: left;
    margin: 30px 0 30px;
    position: relative;
    text-align: center;
    width: 31%;
}

.rack {
    position: absolute;
    width: 1000px;
	height:103px;
	background:url(../images/rack.png) no-repeat top center;
    z-index: 1;
	bottom:90px;
	left:-30px;
}

.downloadGridDiv .gridBox .downloadImage {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 180px;
    margin: 0 auto;
    padding: 3px;
    position: relative;
    width: 142px;
    z-index: 9;
}

.downloadGridDiv .gridBox .pTitle {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin-top:40px;
    text-transform: capitalize;
	position:relative;
	z-index:2;
}

.downloadGridDiv .gridBox .pDesc {
    color: #747474;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
	padding:0 10px;
	position:relative;
	z-index:2;
}
.downloadGridDiv .gridBox .pDesc p {
    color: #747474;
    font-size: 16px;
}

.downloadGridDiv .gridBox .pButton {
    height: 30px;
    width: 100%;
}

.downloadGridDiv .gridBox .pButton button {
    color: #fff;
    font-size: 13px;
    border:none;
    border-radius: 5px;
	background:none;
}



/*------------------ highlight -----------------------*/


.highlightPrice{
	color:#ff0b0b;
	font-size:25px;
}
.backbuttonDiv{
	margin:15px 0 20px;
}
.highlightTitle {
	margin-bottom:30px;
}
.highlightDesc {
	margin-bottom:30px;
}

.highlightPerform {
	margin-bottom:30px;
}

.highlightButton {
	margin-bottom:30px;
}

.highlightButton button{
	background-color: #a40046;
    border: 1px solid #a40046;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.highlightTitle h3{
	color:#000;
}
.highlightTitle h4{
	color:#000;
}
.highlightTitle{
	
}
.highlightDetailDiv {
	width:100%;
}

.leftSB {
	width:100%;
	margin-top: 10px;
	min-height: 200px;
	border-right: 1px solid #a40046;
}

.leftSB .pTitle {
	width:100%;
	color: #000;
	font-size:21px;
	font-weight:bold;
	line-height:150%;
}

.leftSB .pDate {
	width:100%;
	font-size:16px;
	color:#747474;
	margin-top:10px;
}

.leftSB .pTime {
	width:100%;
	font-size:16px;
	color:#747474;
}

.leftSB .pLoc {
	width:100%;
	font-size:16px;
	color:#747474;
}

.rightSB {
	width:100%;
	margin-top: 10px;
}

.highlightDetailDiv .imageContainer {
	margin:0 auto;
	max-width:1000px;
	text-align:center;
}
.highlightDetailDiv .imageContainer .feaImage {
	height:300px;
	max-width:1000px;
	width:100%;
	position:relative;
}
.highlightDetailDiv .imageContainer .feaImage img{
	max-width:100%;
	max-height:250px;
}
.highlightDetailDiv .imageContainer .subImage {

}
.highlightDetailDiv .imageContainer .subImage img {
	width:59px;
	margin:3px 0 0 0;
}
.highlightDetailDiv .highlightInfoContainer {
	text-align:left;
	position:relative;
	overflow:hidden;
	border-left:1px solid #ebebeb;
	padding-left:30px;
	min-height:390px; 
}
.highlightDetailDiv .highlightInfoContainer .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;
}
.highlightDetailDiv .highlightInfoContainer .highlightInfoDiv1{
	float: left;
	width: 184px;
	background-color: #f7f7f7;
	color: #000;
	font-size: 11px;
	padding: 0 13px;
	border-radius: 20px;
	margin: 7px 0;
}
.highlightDetailDiv .highlightInfoContainer .highlightInfoDiv2{
	float:left;
	width:15px;
}
.highlightDetailDiv .highlightInfoContainer .highlightInfoDiv3{
	float:left;
	width:auto;
}
.highlightDetailDiv .highlightInfoContainer .highlightInfoDiv3 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;
}
.highlightDetailDiv .highlightInfoContainer .highlightInfoDiv3 .salebox{
	color:#fff;
	background:#000;
	padding: 2px 9px;
}
.highlightDetailDiv .highlightInfoContainer .highlightInfoDiv3 span .discount{
	color:#000;
	font-size: 13px;
	line-height:20px;
}
.highlightDetailDiv .highlightInfoContainer .highlightOpt {
	color:#787878;
	font-size:15px;
}
.highlightDetailDiv .highlightInfoContainer .reviewDiv {
	border:1px solid #dddddd;
	padding:10px;
	min-height:15px;
	width:90%;
}


/*------------------ product detail ------------------*/
.prodPrice{
	color:#ff0b0b;
	font-size:25px;
}
.backbuttonDiv{
	margin:15px 0 20px;
}
.prodTitle {
	margin-bottom:30px;
}
.prodTitle h1 {
	margin-top:0;
}
.prodDesc {
	margin-bottom:30px;
	color:#747474;
	font-size:16px;
}
.prodDesc p {
	color:#747474;
	font-size:16px;
}

.prodPerform {
	
}
.prodPerform img {
	max-height:55px;
	max-width:55px;
	margin-bottom:15px;
}

.button_container {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding-left:30px;
}

.button_container .prodButton {
	float:left;
}

.button_container .prodButton button{
	background-color: transparent;
    border: 1px solid #a40046;
    border-radius: 5px;
    color: #a51a4a;
    font-size: 15px !important;
    font-weight: normal;
    padding: 5px 20px;
}

.button_container .prodButton button:hover {
	background-color: #a40046;
    color:#fff;
}

.button_container .prodButton2 {
	float:right;
}

.prodTitle h3{
	color:#000;
}
.prodTitle h4{
	color:#000;
}
.prodTitle{
	
}
.productDetailDiv {
	width:100%;
}
.productDetailDiv .imageContainer {
	width:300px;
	height: 300px;
	float:left;
	margin-right:30px;
	border:1px solid #d7d7d7;
}
.productDetailDiv .imageContainer .feaImage {
	text-align:center;
	position:relative;
	height:300px;
}
.productDetailDiv .imageContainer .feaImage img{
	max-width:100%;
	max-height:250px;
}
.productDetailDiv .imageContainer .subImage {

}
.productDetailDiv .imageContainer .subImage img {
	width:59px;
	margin:3px 0 0 0;
}
.productDetailDiv .prodInfoContainer {
	text-align:left;
	position:relative;
	overflow:hidden;
	padding-left:30px;
	min-height:350px; 
}
.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%;
}
/*------------------ contact us ------------------*/
.contactLeft{
	float:left;
	width:48%;
	margin-right:4%;
}

.contactLeft9{
	float:left;
	width:100%;
}

.contactRight{
	float:left;
	width:48%;
}
.contactLeftcon{
	width:100%;
	padding-bottom: 5%;
}
.contactLeftconbusiness{
	width:70%;
	padding-bottom: 5%;
}
.contactRightcon{
	width:100%;
	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:38%;
	float:left;
	color:#808080;
	font-size:16px;
	line-height:30px;
}
.formText2 {
	width:2%;
	float:left;
	color:#808080;
	font-size:16px;
	line-height:30px;
}

.formText1 {
	width:100%;
	float:left;
	color:#808080;
	font-size:16px;
	line-height:30px;
}
.formField {
	width:60%;
	float:left;
	position:relative;
}
.formField input[type="text"], .formField textarea{
	width:100%;
	min-height:30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #e1e1e1;
}
.formField textarea{
	min-height:140px;
	resize: none;
}
.enquiryListDiv {
	width:100%;	
	margin:0 0 20px 0;
	border:1px solid #ccc;
}
.enquiryListDiv .enquiryRow {
	padding:2%;
	width:100%;
	min-height:100px;
	border-bottom:1px solid #ddd;
}
.enquiryListDiv .enquiryRow2 {
	padding:1% 2%;
	width:100%;
	min-height:20px;
	font-weight:bold;
	background-color:#a51a4a;
	color:#fff;
	height:40px;
}
.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;	
}

.contactDetLeft{
	float:left;
	width:35%;
	min-height:100px;
}
.contactDetRight{
	float:left;
	width:60%;
	padding-left:5%;
	border-left:1px solid #e3e3e3;
	-webkit-box-shadow: -10px 0px 10px -6px #e3e3e3;
    -moz-box-shadow: -10px 0px 10px -6px #e3e3e3;
	box-shadow: -10px 0px 10px -6px #e3e3e3;
}

.contactDetRightcon{
	width:50%;
	float: left;
	margin:0 0 5%;
	font-family: 'Myriad';	
}
.contactDetRightcon.horizontal_border {
	background:url(../images/border_hori.jpg) no-repeat bottom center;
}
.contactDetRightcon .vertical_border {
	background:url(../images/border_vert.jpg) no-repeat center left;
}
.contactDetRightcon .contact_padding{
	padding:0 9%;
}
.contactDetLeftcon{
	width:90%;
	padding-top:1%;
	padding-bottom: 1%;
	font-family: 'Myriad';
	color:#787878;
	font-size:16px;
}
.contactDetLeftcon.address{
	color:#787878;
	font-size:16px;
	line-height:120%;
	height:100px;
}
.contactDetLeftcon.contact{
	color:#787878;
	font-size:14px;
	line-height:180%;
	height:110px;
	margin-bottom:15px;
}
.contactDetLeftcon.contact img{
	margin-right:5px;
}
.contactDetLeftcon.company{
	width:90%;
	padding-top:1%;
	padding-bottom: 1%;
	font-family: 'Myriad';
	color:#000;
	font-weight:bold;
	font-size:16px;
	margin-bottom:15px;
	height:40px;
}
.contactDetLeftconhq{
	font-size:21px;
	color:#a40046;
	margin-bottom:10px;
}

.contactDetLeftconoh{
	margin-top: 20px;
	font-size:20px;
	margin-bottom:10px;
	color: #a40046;
}
.contactDetLeftconoh img {
	margin-right:5px;
}

.prodContent{
	float:left;
	width:150px;
	border:1px solid #e7e0e0;
	height:150px;
	text-align:center;
}

.prodContent img {
	max-width:125px;
	max-height:125px;
}

.prodContent1{
	width:74%;
	min-height:149px; 
	float:left;
	margin-left:5%;
}


.prodContent1 button{
	background-color: transparent;
	border:1px solid #a40046;
	border-radius: 5px;
	color: #a51a4a;
	font-size: 15px;
	font-weight: normal;
	padding:5px 20px;
}

.prodContent1 button:hover{
	background-color: #a40046;
	border:1px solid #a40046;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

.prodDetRightcon{
	width:100%;
	float: left;
	padding-top:1%;
	padding-bottom: 1%;
	font-family: 'Myriad';
}

.prodDetLeftcon{
	width:95%;
	padding-top:1%;
	padding-bottom: 1%;
	color:#a40046;
	font-size:18px;
}

.prodDetLeftcon1{
	width:100%;
	overflow: hidden;
	padding-top:1%;
	padding-bottom: 1%;
	margin-bottom: 10px;
	color:#646464;
	font-size:15px;
	margin-top:10px;
	height:60px;
}
.prodDetLeftcon1 p {
	color:#646464;
	font-size:16px;
}

.netDetRightcon{
	width:100%;
	float: left;
	padding-top:1%;
	padding-bottom: 1%;
	font-family: 'Myriad';
}
.netDetRightcon.border_div{
	border-bottom: 1px solid #e7e0e0;
	margin-bottom:15px;
}

.netDetLeftcon{
	width:90%;
	padding-top:1%;
	padding-bottom: 1%;
	font-family: 'Myriad';
}
.netDetLeftcon h3 {
	color:#a40046;
	font-size:25px;
	font-weight:bold;
}
.netDetLeftcon.description {
	color:#747474;
	font-size:16px;
	float:left;
	width:49%;
	margin-right:1%;
}
.netDetLeftcon.address {
	line-height:180%;
	font-size:16px;
	color:#747474;
	float:left;
	width:49%;
	margin-left:1%;
}
.netDetLeftcon img {
	margin-right:5px;
}

/*------------------ pagination ------------------*/
.myPagination {
	color:#000;
	margin:10px 0;
	text-align:right;
}
.myPagination a {
	color:#9c9c9c;
	border:1px solid #d7d7d7;
	font-size:13px;
	padding:2px 5px;
	background:#ebebeb;
	text-decoration:none;
}
.myPagination a:hover {
	color:#000;
	text-decoration:none;
}
.myPagination strong{
	border:1px solid #d7d7d7;
	font-size:13px;
	padding:2px 5px;
	font-weight:normal;
}
.myPagination img{
	margin-top:-3px;
}
.myPagination .pagimg{
	background:none;
	border:none;
}
/*------------------ others ------------------*/
.homehighlightDiv h1{
	margin:50px 0 40px;
	letter-spacing: 3px;
    font-size: 22px;
	color:#646464;
}
.titleBanner{
	max-width: 100%;
	min-height: 45px;
	bottom: 0;
	background:url(../images/breadcrumb.jpg) no-repeat bottom left;
	padding-bottom:10px;

}

.titleBanner .titleAbout{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top:10px;
	letter-spacing:3px;
	text-transform: uppercase;
}

.titleBanner .titleAbout h1{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:20px;
	line-height:120%;
}

.titleBanner .titleBreadcrumb{
	color: #fff;
	padding-top: 20px;
	padding-left:10px;
	display:none;
}

.bannerTitle2{
	background: url('../images/banner1.png');
	min-height: 150px;
	margin-bottom: 20px;
}

.transbox {
	min-height: 150px;
    background-color: #a51a4a;
    opacity: 0.9;
}

.childtitle {
	padding-top: 80px;
	padding-left: 20px;
}

.childtitle h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 40px !important; 
}

.bannerTitle3{
	background: url('../images/banner15.png');
	min-height: 70px;

}

.bannerTitle4{
	background: url('../images/banner16.png');
	min-height: 70px;

}
.bannerTitle5{
	background: url('../images/banner17.png');
	min-height: 70px;

}
.bannerTitle6{
	background: url('../images/banner18.png');
	min-height: 70px;

}
.bannerTitle7{
	background: url('../images/banner19.png');
	min-height: 70px;

}


.childtitle3 {
	text-transform: uppercase;
	color: #fff;
	margin-top: -100px;
	margin-left: 20px;
}

.childtitle3 h3 {
	
	text-transform: uppercase;
	color: #fff;
	font-size: 14px !important;
	font-style: italic; 
}

.childtitle4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px !important; 
	margin-top: -10px;
	margin-left: 20px;

}

.childtitle4 h3 {
	
	text-transform: uppercase;
	color: #fff;
	font-size: 12px !important;
	font-style: italic; 
}

.bannerTitle{
	background-color: #a51a4a;
}
.pageTitle {
	color:#a40046;
	font-size:21px;
	padding:10px;
	font-weight:normal;
	margin-bottom:15px;
}
.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:#0f0f0f;
	font-size:21px;
	padding:10px;
	font-family: ''Myriad'';
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
}
.divBottomLine{
	border-bottom:1px 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;	
}



.bannercontain1{
	max-width: 440px;
	min-height: 150px;
	overflow: hidden;
}

.bannercontain2{
	max-width: 200px;
	min-height: 679px;
	float:right;
	margin-left: 10px;
}

.bannercontain3{
	width:22%;
	float: left;
	text-align:center;
	margin-right:5%;
}
.banner_info {
	width:73%;
	float:left;
}
.banner_info p {
	line-height:150%;
}

.titlecontain1{
	min-height: 30px;
	border-bottom: 1px solid #a40046;
}

.titlecontain2_left{
	width: 48%;
	margin-right: 2%;
	border-bottom: 1px dashed #a40046;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom:10px;
}
.titlecontain2_left .pin {
	float:left;
	width:10%;
}
.titlecontain2_left .phil_info {
	float:left;
	width:90%;
}
.titlecontain2_left .phil_info h4 {
	color:#a40046;
	font-size:25px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.titlecontain2_right{
	width: 48%;
	margin-left: 2%;
	border-bottom: 1px dashed #a40046;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom:10px;
}
.titlecontain2_right .pin {
	float:left;
	width:10%;
}
.titlecontain2_right .phil_info {
	float:left;
	width:90%;
}
.titlecontain2_right .phil_info h4 {
	color:#a40046;
	font-size:25px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.titlecontain3{

	min-height: 30px;
	width: 45%;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;

}

.titlecontain4{
	min-height: 30px;
}

.titlecontain5{

	min-height: 30px;
	width: 16%;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;

}

.titlecontain6{

	min-height: 30px;
	width: 20%;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;

}

.gallerycontain1{
	height: 200px;
	width: 40%;
	margin:0 5% 30px;
	float: left;
	text-align:center;
}
.gallerycontain1 img {
	max-width:100%;
	max-height:200px;
}

/*------------------ some part of responsive ------------------*/
@media screen and (max-width: 1600px) {
	#primary-menu ul li a{
		padding:0 10px;
		font-size:16px;
	}
	#header.full-header #primary-menu > ul {
		padding-right: 10px;
	}
	.hright1{
		padding: 0 15px;
	}
	.top3Div {
		padding: 0 15px;
	}
	.top2Div {
		padding: 0 15px;
	}
	.top3Div a {
		font-size: 16px;
	}
	.top2Div a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	.slideshow2 .div1, .slideshow2 .div2{
		margin-top:3%;
	}
	.breadcrumbsDiv {
		margin-left: 13px;
	}
	.curCatDiv{
		margin-left: 13px;
	}
	.productGridDiv .pImage {
		
	}
}
@media screen and (max-width: 991px) {
	.hright1, .top3Div, .top2Div {
		border-right: 0px solid #EEE;
	}
	.hright1{
		display:block;
	}
}
@media screen and (max-width: 979px) {
	.productGridDiv .pImage {
		
	}
	.formField input[type="text"], .formField textarea {
		width: 100%;
	}
	.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;
	}
	.myMenu .fbBtn {
		left:0px;
	}
	.myMenu .myNavDiv {
		background:#a40046;
		margin-top:0px;
		position:static;
		bottom:0;
	}
	.productGridDiv .gridBox {
		margin: 4px 0;
		width:33.3%;
	}
	.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;
	}
	.contactDetRightcon{
		width:100%;
		padding-top:1%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
		margin:0 1% 5%;
	    position: relative;
	    text-align: center;
	    width: 31%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}
}

@media screen and (max-width: 767px) {
	.titlecontain2_left, .titlecontain2_right {
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
	}
	.navmenu li.myblock{
		display:none;	
	}
	.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;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.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%;
	}

	.hright1 {
	    width: 100%;
	}

	.language{
    	width: 80%;
    }

    

    #header .topDiv, #header .topDiv a {
		color:#000;
		font-size:13px;
		width:auto;
		text-align:center;
	}
 

	#custom-search-form button {

	}

	#footer {
	  	padding-left: 20px;
	  	padding-right: 20px;
	}
	.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;
	}
	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
		padding:0;
		border:none;
		-webkit-box-shadow: 0px 0px 0px 0px #e3e3e3;
		-moz-box-shadow: 0px 0px 0px 0px #e3e3e3;
		box-shadow: 0px 0px 0px 0px #e3e3e3;
	}

	.contactDetRightcon{
		width:100%;
		padding-top:1%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.productGridDiv3 {
	}

	.productGridDiv3 .gridBox3 {
		width:100%;
		float:left;
		/*border-bottom: 1px solid #a1a1a1;*/
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.productGridDiv3 .gridBoxcon3 {
		position:relative;
		width: 100%;
		padding: 9px;
		background:#fff;
		border-bottom: 0px solid #a1a1a1;
	}

	.productGridDiv3 .gridBoxcon3 .gridBoxcon7 {
		position:relative;
		width: 100%;
		float: left;
		padding: 9px;
		background:#fff;
	}

	.productGridDiv3 .gridBoxcon4 {
		position:relative;
		width: 100%;
		padding: 9px;
		float: left;
		background:#fff;
	}
	.productGridDiv3 .pImage {
		width:100%;
		height: auto;
		text-align:center;
		overflow:hidden;
	}

	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    width: 48%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}
}
@media screen and (max-width: 597px) {
	.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;
	}

	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
	}

	.contactDetRightcon{
		width:100%;
		padding-top:8%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}


	.productGridDiv3 {
	}

	.productGridDiv3 .gridBox3 {
		width:100%;
		float:left;
		/*border-bottom: 1px solid #a1a1a1;*/
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.productGridDiv3 .gridBoxcon3 {
		position:relative;
		width: 100%;
		padding: 9px;
		background:#fff;
		border-bottom: 0px solid #a1a1a1;
	}

	.productGridDiv3 .gridBoxcon3 .gridBoxcon7 {
		position:relative;
		width: 100%;
		float: left;
		padding: 9px;
		background:#fff;
	}

	.productGridDiv3 .gridBoxcon4 {
		position:relative;
		width: 100%;
		padding: 9px;
		float: left;
		background:#fff;
	}
	.productGridDiv3 .pImage {
		width:100%;
		height: auto;
		text-align:center;
		overflow:hidden;
	}

	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
	    float: left;
	    margin: 30px 0 10px 0;
	    max-height: 350px;
	    padding: 5px;
	    position: relative;
	    text-align: center;
	    width: 45%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	    height: 40px;
	}
}
@media screen and (max-width: 595px) {
	.productGridDiv .gridBox {
		width: 100%;
	}
	.productGridDiv .gridBoxcon {
		width: 240px;
		padding: 10px;
	}
	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
	}

	.contactDetRightcon{
		width:100%;
		padding-top:8%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.productGridDiv .gridBoxcon {
	    padding: 10px;
	    width: 100%;
	}

	.productGridDiv3 {
	}

	.productGridDiv3 .gridBox3 {
		width:100%;
		float:left;
		/*border-bottom: 1px solid #a1a1a1;*/
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.productGridDiv3 .gridBoxcon3 {
		position:relative;
		width: 100%;
		padding: 9px;
		background:#fff;
		border-bottom: 0px solid #a1a1a1;
	}

	.productGridDiv3 .gridBoxcon3 .gridBoxcon7 {
		position:relative;
		width: 100%;
		float: left;
		padding: 9px;
		background:#fff;
	}

	.productGridDiv3 .gridBoxcon4 {
		position:relative;
		width: 100%;
		padding: 9px;
		float: left;
		background:#fff;
	}
	.productGridDiv3 .pImage {
		width:100%;
		height: auto;
		text-align:center;
		overflow:hidden;
	}

	.bannercontain1 {
	    max-width: 100%;
	    min-height: auto;
	    overflow: hidden;
	}
	
	.bannercontain2 {
	    float: left;
	    max-width: 100%;
	    min-height: auto;
	    margin-left: 0px;

	}

	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
	    float: left;
	    margin: 30px 0 10px 0;
	    max-height: 350px;
	    padding: 5px;
	    position: relative;
	    text-align: center;
	    width: 45%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}

}
@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;
	}
	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
	}

	.contactDetRightcon{
		width:100%;
		padding-top:8%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.productGridDiv .gridBoxcon {
	    padding: 10px;
	    width: 100%;
	}

	.bannercontain1 {
	    max-width: 100%;
	    min-height: auto;
	    overflow: hidden;
	}
	
	.bannercontain2 {
	    float: left;
	    max-width: 100%;
	    min-height: auto;
	    margin-left: 0px;

	}

	.gallerycontain1 {
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0px;
	    margin-top: 5px;
	    min-height: 200px;
	    width: 100%;
	}

	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
	    float: none;
	    margin: 0 0 5%;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}

}

@media screen and (max-width: 500px) {
	.top1Div{
		width:100%;
	}
	.top2Div{
		width:100%;
	}
	.top3Div {
    	width:100%;
	}
	.llcut{
		display:none;
	}
	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
	}

	.contactDetRightcon{
		width:100%;
		padding-top:8%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.bannercontain1 {
	    max-width: 100%;
	    min-height: auto;
	    overflow: hidden;
	}
	
	.bannercontain2 {
	    float: left;
	    max-width: 100%;
	    min-height: auto;
	    margin-left: 0px;

	}

	.titlecontain2 {
	    border-bottom: 1px dotted #a40046;
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0px;
	    margin-top: 10px;
	    min-height: 30px;
	    width: 100%;
	}

	.gallerycontain1 {
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0px;
	    margin-top: 5px;
	    min-height: 200px;
	    width: 100%;
	}

	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
	    float: left;
	    margin: 30px 0 10px 0;
	    max-height: 350px;
	    padding: 5px;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}

}
@media screen and (max-width: 480px) {
	.slideshow1, .slideshow2{
		width:100%;
		float:none;
		margin:10px 0;
	}
	.cartInfoDiv, .searchDiv{
		float:none;
		margin:0 auto;
	}
	.searchDiv{
		margin-top:15px;
	}
	.myMenu{
		margin-top:15px;
	}
	.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;
	}

	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
	}


	.contactDetRightcon{
		width:100%;
		padding-top:8%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.bannercontain1 {
	    max-width: 100%;
	    min-height: auto;
	    overflow: hidden;
	}
	
	.bannercontain2 {
	    float: left;
	    max-width: 100%;
	    min-height: auto;
	    margin-left: 0px;

	}

	.titlecontain2 {
	    border-bottom: 1px dotted #a40046;
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0px;
	    margin-top: 10px;
	    min-height: 30px;
	    width: 100%;
	}

	.gallerycontain1 {
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0px;
	    margin-top: 5px;
	    min-height: 200px;
	    width: 100%;
	}


	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
	    float: left;
	    margin: 30px 0 10px 0;
	    max-height: 350px;
	    padding: 5px;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}

}
@media screen and (max-width: 400px) {
	.formText{
		width:100%;
	}
	.formField{
		width:100%;
	}

	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
	}


	.contactDetRightcon{
		width:100%;
		padding-top:8%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.bannercontain1 {
	    max-width: 100%;
	    min-height: auto;
	    overflow: hidden;
	}
	
	.bannercontain2 {
	    float: left;
	    max-width: 100%;
	    min-height: auto;
	    margin-left: 0px;

	}

	.titlecontain2 {
	    border-bottom: 1px dotted #a40046;
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0px;
	    margin-top: 10px;
	    min-height: 30px;
	    width: 100%;
	}

	.gallerycontain1 {
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0px;
	    margin-top: 5px;
	    min-height: 200px;
	    width: 100%;
	}

	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
	    float: left;
	    margin: 30px 0 10px 0;
	    max-height: 350px;
	    padding: 5px;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}

}
@media screen and (max-width: 350px) {
	.productGridDiv .gridBoxcon, .productGridDiv2 .gridBoxcon{
		width:220px;
	}
	.productGridDiv .pImage, .productGridDiv2 .pImage {
		height:270px;
	}

	.titlecontain1{
		min-height: 30px;
		border-bottom: 1px solid #a40046;
	}

	.titlecontain2{
		width: 100%;
		border-bottom: 1px dotted #a40046;
		margin-left: 0px;
	}



	.titlecontain3{

		min-height: 30px;
		width: 100%;
		margin-left: 0px;

	}

	.titlecontain4{
		min-height: 30px;
	}

	.titlecontain5{

		min-height: 30px;
		width: 100%;
		margin-left: 0px;

	}

	.titlecontain6{

		min-height: 30px;
		width: 100%;
		margin-left: 0px;

	}

	.childtitle h1 {
	    color: #fff;
	    font-size: 24px !important;
	    text-transform: uppercase;
	}

	.gallerycontain1{
		width: 100%;
		margin-left: 0px;

	}

	.contactDetLeft{
		float:left;
		width:100%;
		border-right: 0px !important;
	}
	.contactDetRight{
		float:left;
		width:100%;
	}

	.contactDetRightcon{
		width:100%;
		padding-top:8%;
		padding-bottom: 1%;
		font-family: 'Myriad';
	}

	.productGridDiv3 {
	}

	.productGridDiv3 .gridBox3 {
		width:100%;
		float:left;
		/*border-bottom: 1px solid #a1a1a1;*/
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.productGridDiv3 .gridBoxcon3 {
		position:relative;
		width: 100%;
		padding: 9px;
		background:#fff;
		border-bottom: 0px solid #a1a1a1;
	}

	.productGridDiv3 .gridBoxcon3 .gridBoxcon7 {
		position:relative;
		width: 100%;
		float: left;
		padding: 9px;
		background:#fff;
	}

	.productGridDiv3 .gridBoxcon4 {
		position:relative;
		width: 100%;
		padding: 9px;
		float: left;
		background:#fff;
	}
	.productGridDiv3 .pImage {
		width:100%;
		height: auto;
		text-align:center;
		overflow:hidden;
	}

	.bannercontain1 {
	    max-width: 100%;
	    min-height: auto;
	    overflow: hidden;
	}
	
	.bannercontain2 {
	    float: left;
	    max-width: 100%;
	    min-height: auto;
	    margin-left: 0px;

	}
	
	.downloadGridDiv {
	    font-size: 12px;
	    margin-bottom: 20px;
	    position: relative;
	}

	.downloadGridDiv .gridBox {
	    border: 0 solid #eeeeee;
	    float: left;
	    margin: 30px 0 10px 0;
	    max-height: 350px;
	    padding: 5px;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}

	.rack {
	    display: none;
	}

	.downloadGridDiv .gridBox .downloadImage {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #ebebeb;
	    height: 180px;
	    margin: 0 auto;
	    padding: 3px;
	    position: relative;
	    width: 142px;
	    z-index: 9;
	}

	.downloadGridDiv .gridBox .pTitle {
	    color: #646464;
	    font-size: 15px;
	    font-weight: normal;
	    height: 30px;
	    margin-top:40px;
	    text-transform: capitalize;
	}

	.downloadGridDiv .gridBox .pDesc {
	    color: #646464;
	    font-size: 16px;
	    font-weight: normal;
	    height: 60px;
	}

	.downloadGridDiv .gridBox button {
		background-color: #a40046;
	    color: #fff;
	    font-size: 13px;
	    border:none;
	    border-radius: 5px;
	}

}