@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:28px;
	margin:0 0 15px;
}
h2 {
	font-size:24px;
	margin:0 0 14px;
}
h3 {
	font-size:20px;
	margin:0 0 12px;
}
h4 {
	font-size:18px;
	margin:0 0 12px;
}
h5 {
	font-size:16px;
	margin:0 0 10px;
}
h6 {
	font-size:14px;
	margin:0 0 10px;
}
ul {
	margin-bottom:10px;
	padding-left:15px;
}
li {
	margin:0 0 10px;
	padding:0;
}
label, span, strong {
	display:inline-block;
}
a {
	text-decoration:none;
	border:none;
	outline:none;
	display:inline-block;
	color:#ff9518;
}
a:hover {
	color:#000;
}
a:focus {
	outline:none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	/*filter:chroma(color=#fff);*/
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:5px 0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin:0;
	padding:0;
	border:0;
	display: block;
}

form {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
	display:block;
}
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
}
.spacer, .clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	display:block;
}
p {
	padding-bottom:13px;
	line-height: 21px;
	font-size:14px;
	margin:0;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
}
table th, table td {
	padding:5px 12px;
	vertical-align:top;
	border:1px solid#ccc;
}
.align_center {text-align:center;}
.align_justify {text-align:justify;}
.align_right{text-align:right;}
input[type="submit"], input[type="button"]{border:none;}
input[type="text"],input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	height:35px;
	background:#fff;
	border:1px solid #ccc;
	color:#666;
	margin-bottom:13px;
	font-family: 'open_sansregular';
	font-size:14px;	
	vertical-align:middle;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
textarea {
	height:85px;
	resize:none;
	overflow:auto;
}
select{cursor:pointer;}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,textarea:focus, select:focus{
	background:#fffef3;
	/*-webkit-box-shadow: 0 0 5px 2px #ebebeb;
	-moz-box-shadow: 0 0 5px 2px #ebebeb;
	box-shadow: 0 0 5px 2px #ebebeb;*/
}

input[type="submit"], input[type="reset"], input[type="button"], a.btn {
	border:none;
	height:34px;
	line-height:29px;
	display:inline-block;
	padding:0 20px;
	font-size:18px;
	cursor:pointer;
	outline:none;
	vertical-align:top;		
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	font-family: 'open_sansregular';
}
input[type="submit"], input[type="button"], a.btn{	
	background:#007aff;
	color:#fff;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, a.btn:hover, a.btn:focus {
	background:#2c8ffb;	
}
input[type="reset"]{
	background:#ff9518;
	color:#fff;
}
input[type="reset"]:hover{
	background:#f2a141;
}

/*---- colored button ----*/
input[type="submit"].btn-green, input[type="button"].btn-green, a.btn.btn-green{	
	background:#3fad34;
}
input[type="submit"].btn-green:hover, input[type="button"].btn-green:hover, a.btn.btn-green:hover{	
	background:#40c332;
}
/*---- colored button ends ----*/
textarea,
input[type="text"],input[type="email"]
input[type="button"],
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
.container:after{content:""; display:block; clear:both;}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nillandregular';
    src: url('../fonts/nilland_0-webfont.eot');
    src: url('../fonts/nilland_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nilland_0-webfont.woff') format('woff'),
         url('../fonts/nilland_0-webfont.ttf') format('truetype'),
         url('../fonts/nilland_0-webfont.svg#nillandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'open_sansregular';
	font-size:14px;
	font-weight:normal;
	color:#6c6969;
	padding:0;
	margin:0;
	overflow-x:hidden;
	background:#f6f6f6;
}
	
/* defult css Styles
---------------------------------*/
.error {
    background: url(../images/error_icon.png) no-repeat scroll 7px 3px #ffd1d1;
    border: 1px solid #de7a7b;
    border-radius: 5px;
    color: #c00;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}
.success {
    background: url(../images/success-icon.png) no-repeat scroll 10px 5px #eaf7d9;
    border: 1px solid #6d9d03;
    border-radius: 5px;
    color: #425c05;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}

.error p, .success p{
	padding:0;
	font-size:12px;
}

.scrollup {
    background:url(../images/scroll-top.png) no-repeat center center;
    bottom: 52px;
    display: none;
    height: 49px;
    position: fixed;
    right: 0px;
    width: 49px;    
	z-index:999;
}

/*=============		container
=================================*/

.container {
	width:1180px;
	margin:0 auto;
	padding:0;
}
/*	header	*/
.top-band {
	background:#f6f6f6;
	padding:12px 0;
	border-bottom:1px solid #c5c5c5;
}
.top_account{
	float:left;
	margin:0 15px 0 0;
}

.top_account ul{
	padding:0;
	margin:0;
}
.top_account ul li{
	padding:0;
	margin:0 0 0 17px;
	float:left;
	list-style-type:none;
}
.top_account ul li a{
	font-size:11px;
	text-transform:uppercase;
	color:#666;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.top_account ul li a:hover{color:#000;}
.top_account ul li a span{
	position:relative;
	vertical-align:top;
	width:12px;
	height:12px;
	margin:2px 5px 0 0;
	background:url(../images/sprite.png) no-repeat;
}
.top_account ul li a.home_icon span{
	background-position:0 0;
}
.top_account ul li a.myaccount span{
	background-position:-30px 0;
	margin-right:3px;
}
.top_account ul li a.cart span{
	background-position:-52px 0;
	margin-top:2px;
}
.right_top{
	float:right;
}
.welcome_here{
	color:#666;
	font-size:12px;
}
.welcome_here a{
	color:#f18507;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.welcome_here a:hover{
	color:#000;
}


.header-top {
	padding:5px 0 10px;
}

.sticky .header-top{
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	width:100%;
	/*background:rgba(255,255,255,.9);*/
	background:url(../images/stickBg.png);
	-webkit-box-shadow:0 1px 4px 0 #444;
	box-shadow:0 1px 4px 0 #444;
}
.sticky .logo{width:176px; height:auto;}
.sticky .logo img{width:100%; height:auto;}
.sticky .nav{margin-top:7px;}
.sticky .nav ul li a{font-size:15px;}
.sticky .header_middle{margin-top:95px;}

.logo {
	float:left;
	width:408px;
	height:84px;
}
.logo img{width:408px;height:84px;}

.search-box {
	float:right;
	width:486px;
	height:34px;
	padding:1px;
	margin-top:7px;
	-webkit-border-radius:25px;
	border-radius:25px;
	background:#fff;
	position:relative;
}
.select-box {	
	float:left;
	width:182px;
	height:34px;
	-webkit-border-radius:25px 0 0 25px;
	border-radius:25px 0 0 25px;
	background: #1a80ff;
	font-family: 'open_sanssemibold';
	font-size:12px;
	text-transform:uppercase;
}
.search-box input[type="text"] {
	float:left;
	width:267px;
	display:block;
	border:0;
	outline:0;
	height:34px;
	font-size:16px;
	color:#b9baba;
	background:#fff;
	padding:4px 7px;
	font-style:italic;
	margin:0;
}
.search-box input[type="submit"] {
	width:25px;
	height:25px;
	display:block;
	position:absolute;
	right:8px;
	top:6px;
	border:0;
	padding:0;
	outline:0;
	background:url(../images/sprite.png) no-repeat -76px 5px;
	font-size:0;
	text-indent:-99999px;
}
.search-box input[type="text"]:focus{background:#fff;}

.shoping_cart{
	height:39px;
	background:#1a80ff;
	padding:0 63px;
	margin:4px 0 0 47px;
	position:relative;
	border:1px solid #fff;
	float:right;
}
.shoping_cart:hover{background:#338dfc;}
.shoping_cart span.sc{padding-top:5px; padding-bottom:2px;}
.shoping_cart span{display:block; text-transform:uppercase; font-size:11px; color:#fff; line-height:13px;}
.shop_icon{
	width:35px;
	height:24px;
	position:absolute;
	left:12px;
	top:8px;
	background:url(../images/sprite.png) no-repeat -114px 0;
}


.sbHolder{
	font-family: 'open_sanssemibold';
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 84%;
	margin:2px 0 0 19px;
	outline:0;
}
.sbHolder:focus .sbSelector{
	outline:0;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 134px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 0px no-repeat;
	display: block;
	height: 10px;
	outline: none;
	position: absolute;
	right: 0;
	top: 12px;
	width: 20px;
}
/*.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}*/
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.ie8 .sbOptions, .ie9 .sbOptions {
	background:#fbfbfb;
}
.sbOptions{
	border: solid 1px #cdcaca;
	list-style: none;
	left: -7px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px !important;
	width: 217px;
	z-index: 888;
	overflow-y: auto;
	background:#fff;
}
.sbOptions li{
	padding: 0 7px 0 12px;
	margin:0;
	border-bottom: solid 1px #cdcaca;
}
.sbOptions li:hover{background-color:#4b9bff;}
.sbOptions li:hover a{color:#fff;}
.sbOptions li:last-child {border-bottom:0}
.sbOptions a{
	
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #505050;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #505050;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.nav {
	float:right;
	margin-top:29px;
}
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul li {
	display:block;
	float:left;
	margin:0 5px;
	position:relative;
}
.nav ul li a {
	display:block;
	font-size:18px;
	color:#0e0e0e;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:1px solid transparent;
	padding:5px 11px;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}
.nav ul li:hover a, .nav ul li.active a {
	color:#f18507;
	border-color:#f18507;
}
.nav ul li:hover ul.sub-menu{	
	visibility:visible;
	opacity:1;
	/*filter:alpha(opacity=1);*/
}
.ie9 .nav ul li:hover ul.sub-menu, .ie8 .nav ul li:hover ul.sub-menu{
	display:block;
}
.ie9 .nav ul ul.sub-menu, .ie8 .nav ul ul.sub-menu{
	display:none;	
}
.ie9 .nav ul ul.sub-menu, .ie8 .nav ul ul.sub-menu{
	visibility:visible;
}
.ie9 .nav ul ul.sub-menu, .ie8 .nav ul ul.sub-menu {top:38px}
.nav ul ul.sub-menu{
	position:absolute;
	top:42px;
	left:0;
	background:url(../images/bg3.png) repeat;
	width:200px;
	z-index:120;	
	visibility:hidden;
	opacity:0;
	/*filter:alpha(opacity=0);	*/
	-webkit-transition:all 150ms ease-in-out 0s;
	transition:all 150ms ease-in-out 0s;
}

/*.ei8 .nav ul ul.sub-menu, .ei9 .nav ul ul.sub-menu {
	display:none;
	visibility:inherit;
}*/

.nav ul ul.sub-menu li {
	display:block;
	float:none;
	position:relative;
	margin:0;
}

.nav ul ul.sub-menu li a {
	display:block;
	line-height:36px;
	font-size:12px;
	padding:0 0 0 16px;
	color:#fff;
}

.nav ul ul.sub-menu li:first-child {border-top:0px;}
.nav ul ul.sub-menu li a:hover {
	color:#60cbef;
	background:#000;
}
.nav ul ul.sub-menu li:hover ul.seconSub {
	visibility:visible;
	/*filter:alpha(opacity=100);*/
	opacity:1;
}
.nav ul ul.sub-menu li ul.seconSub {
	position:absolute;
	top:0;
	right:-200px;
	
	background:url(../images/bg3.png) repeat;
	width:200px;
	z-index:120;	
	visibility:hidden;
	opacity:0;
	/*filter:alpha(opacity=0);*/
	-webkit-transition:all 150ms ease-in-out 0s;
	transition:all 150ms ease-in-out 0s;
}
.header_middle{
	height:50px;
	background:#0178fa url(../images/mid_repeat.png) repeat-x;
	position:relative;
	z-index:4;
}
.banner img{
	display: inline-block;
	vertical-align: top;
}
.banner {
	width:100%;
	//height:297px;
	height:auto;
	overflow:hidden;
	text-align: center;
}
/************slider css*************/
.slider_wrapper{
	height:472px;
	position:relative;
}
.slide_container{
	height:472px;
	width:100%;
	overflow:hidden;
}
.slide_container ul{
	padding:0;
	margin:0;
}
.slide_container ul li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
.slider_box{
	width:100%;
	position:relative;
}
.slider_box img{
	height:472px;
	width:100%;
}
.slider_box .container{
	height:472px;
	width:1170px;
	margin:0 0 0 -585px;
	position:absolute;
	z-index:3;
	left:50%;
	top:0;
}

.slide-text{
	margin:107px 0 0 100px;
	padding:17px;
	display:inline-block;
	width:535px;
}
.slide-text h2{
	color:#fff;
	font-size:48px;
	margin-bottom:20px;
	font-family: 'nillandregular';
}
.get_start{
	height:45px;
	line-height:45px;
	background:#ff9518;
	color:#fff;
	font-size:18px;
	padding:0 22px 0 53px;
	font-family: 'nillandregular';
	position:relative;
	margin-top:10px;
}
.get_start:hover{color:#fff; background-color:#ffa132;}
.get_start span{
	width:18px;
	height:18px;
	position:absolute;
	left:25px;
	top:15px;
	background:url(../images/sprite.png) no-repeat 0 -62px;
}
.slide-text p{
	color:#fff;
}
.slider_nav{position:absolute; top:0; width:100%;top:50%;margin-top:-25px; z-index:6;}
.slider_nav a{
	width:55px;
	height:55px;
	position:absolute;	
	background:url(../images/sprite.png) no-repeat;
	-webkit-transition:all 300ms ease-in-out 0s;
	transition:all 300ms ease-in-out 0s;
	opacity:0;
	filter:alpha(opacity=0);
}
.slider_nav a:hover{
	opacity:.7;
	filter:alpha(opacity=70);
}
.slider_nav #prev_slide{
	background-position:-32px -66px;
	left:0;
}
.slider_nav #next_slide{
	background-position:-90px -66px;
	right:0;
}
.slider_wrapper:hover .slider_nav #next_slide{
	right:30px;
	opacity:1;
	filter:alpha(opacity=100);
}

.slider_wrapper:hover .slider_nav #prev_slide{
	left:30px;
	opacity:1;
	filter:alpha(opacity=100);
}
/************slider css*************/
.link_block{padding-top:25px;}
.link_block ul{padding:0; margin:0 0 0 -19px;}

.link_block ul li{
	padding:0; 
	margin:0 0 0 19px; 
	float:left;
	width:378px;
	list-style-type:none;
	border:1px solid #d1d1d1;
	position:relative;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.link_block ul li:hover{
	background:#e1e1e1;
}

.link_block ul li a{display:block;}
.link_block ul li .link_box{
	height:125px;
	padding:7px 9px 7px 9px;
}

.link_block ul li .link_box figure{
	float:right;
	width:100px;
	text-align:right;
	height:125px;
	display:table;
}
.link_block ul li .link_box figure span{
	vertical-align:middle;
	display:table-cell;
}
.link_block ul li .link_box figure img{
	max-width:100px;
	max-height:125px;
	display:inline;
	vertical-align:middle;
}
.link_text{
	height:125px;
	width:258px;
	display:table;
	float:left;
}
.link_text span{
	height:125px;
	vertical-align:middle;
	display:table-cell;
}
.link_text span strong{
	vertical-align:middle;
	text-transform:uppercase;
	font-size:36px;
	color:#474747;
	line-height:35px;
	margin-bottom:10px;
}
.link_text span em{
	font-style:normal;
	font-size:12px;
	color:#005fd1;
	font-family: 'open_sanssemibold';
	text-transform:uppercase;
	line-height:14px;
	vertical-align:middle;
}






.body_container{padding:29px 0 0 0;}
.side_block{margin-bottom:25px; border:1px solid #d2d2d2; background:#fff;}
.sidebar {
	float:left;
	width:284px;
	position:relative;
}
.sidetitle {
	margin:0;
	padding:0 0 0 52px;
	font-size:18px;
	color:#fff;
	font-family: 'open_sanssemibold';
	background: #005aca;
	height:55px;
	line-height:55px;
	text-transform:uppercase;
	position:relative;
}
.sidetitle span{
	width:18px;
	height:18px;
	position:absolute;
	left:20px;
	top:21px;
	background:url(../images/sprite.png) no-repeat;
}
.sidetitle span.category_icon{
	background-position:0 -39px;
}
.sidetitle span.popular_icon{
	background-position:0 -62px;
}
.sidetitle em{
	position:absolute;
	top:19px;
	right:20px;
	width:16px;
	height:16px;
	background:url(../images/sprite.png) no-repeat -159px 0;
	display:inline-block;
}

/*		sidenav	*/
.sidenav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sidenav > ul > li{
	padding:0 20px;
	background:url(../images/li_bull.png) no-repeat 8px 16px;	
}
.sidenav > ul > li > a{border-top:1px dotted #c9c7c7;}
.sidenav > ul > li:first-child a{border:none;}
.sidenav ul li {
	display:block;
	margin:0;
	position:relative;
}
.sidenav > ul > li > a:hover{
	padding-left:6px;
}
.sidenav ul li h3 {
	margin:0;
	padding:0;
	font-size:16px;
}
.sidenav ul li a {
	display:block;
	color:#666;
	font-size:16px;
	padding:10px 0 9px;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}
.sidenav ul li a:hover, .sidenav ul li.active a {
	color:#ff9518;
}
.sidenav ul li.no_link:hover{
	background:url(../images/li_bull.png) no-repeat 8px 16px;
}
.sidenav ul li.no_link a{cursor:default;}
.sidenav ul li.no_link a:hover{
	padding-left:0;
	color:#666;
}
.sidenav > ul > li.active, .sidenav > ul > li:hover, .sidenav > ul > li.open{background:url(../images/li_bullHover.png) no-repeat 8px 16px;}
.sidenav > ul > li:hover a, .sidenav > ul > li.open a{color:#ff9518;}

.sidenav ul li span {
	display:block;
	position:absolute;
	right:16px;
	top:15px;
	width:8px;
	height:13px;
	background:url(../images/sprite.png) no-repeat -34px -39px;
}
.sidenav ul li:hover span {
	background-position:-50px -39px;
}
.sidenav ul li:hover ul.sub-menu{	
	visibility:visible;
	opacity:1;
	/*filter:alpha(opacity=1);*/
}
.ie9 .sidenav ul li:hover ul.sub-menu, .ie8 .sidenav ul li:hover ul.sub-menu{
	display:block;
}
.ie9 .sidenav ul ul.sub-menu, .ie8 .sidenav ul ul.sub-menu{
	display:none;	
}
.ie9 .sidenav ul ul.sub-menu, .ie8 .sidenav ul ul.sub-menu{
	visibility:visible;
}
.sidenav ul ul.sub-menu{
	position:absolute;
	top:-1px;
	right:-222px;
	border:1px solid #cdcaca;
	background:#fff;
	width:220px;
	z-index:120;	
	visibility:hidden;
	opacity:0;
	/*filter:alpha(opacity=0);	*/
	-webkit-transition:all 150ms ease-in-out 0s;
	transition:all 150ms ease-in-out 0s;
}

/*.ei8 .nav ul ul.sub-menu, .ei9 .nav ul ul.sub-menu {
	display:none;
	visibility:inherit;
}*/

.sidenav ul ul.sub-menu li {
	display:block;
	float:none;
	position:static;
	border-top:1px dotted #c9c7c7;
}
.sidenav ul ul.sub-menu li:first-child {border-top:0}
.sidenav ul ul.sub-menu li a {padding-left:10px; padding-right:10px; color:#666;}
.sidenav ul ul.sub-menu li a:hover{color:#ff9518;}
.sidenav .more {
	text-align:right;
	color:#5dbcfe;
	padding:5px 15px;
}
.sidenav .more:hover {
	color:#6c6969;
}
.rigthSide {
	float:right;
	width:880px;
	position:relative;
}
/*	nav	ends*/

.heading {
	margin-bottom:15px;
	padding:0 0 8px;
	font-size:30px;
	color:#565655;
	border-bottom:1px solid #d2d2d2;
	position:relative;	
}
.heading:after{
	content:"";
	display:block;
	height:5px;
	width:205px;
	position:absolute;
	bottom:0;
	background:#fe8503;	
}


/*		special-slider	*/
.special-slider {
	width:244px;
	margin:10px auto 0;
	position:relative;
}
.special-slider .panel {
	height:458px;
	overflow:hidden;
}
a.special-prv, a.special-nxt {
	display:block;
	background:url(../images/side_nav.png) no-repeat 3px 0;
	position:absolute;
	top:-43px;
	width:20px;
	height:20px;
}
a.special-nxt {
	right:0px;
	background-position:-32px 0;
}
a.special-prv {
	right:25px;
	background-position:0 0;
}
.special-slider ul {
	margin:0;
	padding:0;
	list-style:none;
}
.special-slider ul li {
	display:block;
	float:left;
}
.special-slider .pic {
	margin-bottom:4px;
	height:340px;
}
.special-slider .pic img{
	width:244px;
	height:340px;
	overflow:hidden;
}
.special-slider .cont {
	text-align:center;
}
.special-slider .cont span {
	display:block;
	font-size:18px;
	margin-bottom:6px;
	color:#2b2c1e;
}
.special-slider .cont .pr{
	display:block;
	font-size:14px;
	color:#6c6969;
	padding-bottom:2px;
	text-align:left;
	height:auto;
}
.special-slider .cont .price{
	font-size:33px;
	color:#a80615;
	padding-bottom:12px;
	line-height:29px;
}
.special-slider .cont .price em{
	font-size:14px;
	color:#6c6969;
	padding-left:5px;
	font-style:normal;
}
.special-slider .cont a.viewMore{float:none; display:inline-block;}


a.viewMore {
	display:block;
	float:right;
	font-size:14px;
	color:#293e47;
	background:#fff;
	width:105px;
	height:34px;
	border:1px solid #b2b2b2;
	text-align:center;
	line-height:36px;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}
a.viewMore:hover {
	color:#fff;
	background:#ff9518;
}
.captcha-request {
    float: left;
}
.captcha-request input[type="text"] {
    height: 32px;
    margin: 0;
    width: 110px;
	float:left;
}
.captcha-request img {
    border: 1px solid #ccc;
    float: left;
    margin-left: 10px;
}
.captcha-request a.refresh-btn {
	margin:7px 0 0 7px;
	float:left;
	width:19px;
	height:19px;
	background:url(../images/refresh_icon.png) no-repeat;
	-webkit-transition:all ease-in-out 200ms 0s;
	-moz-transition:all ease-in-out 200ms 0s;
	-ms-transition:all ease-in-out 200ms 0s;
	-o-transition:all ease-in-out 200ms 0s;
	transition:all ease-in-out 200ms 0s;
}
.captcha-request a.refresh-btn:hover {	
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.enquiry_side{
	background:#053f88;
	padding:5px 30px 10px;
}
.enquiry_side h3{
	font-size:36px;
	color:#fff;
	margin-bottom:8px;
	text-align:center;
}
.enquiry_side .ent{ font-size:18px; color:#67aafe; padding-bottom:15px;}
.enquiry_side input[type="text"]{
	margin-bottom:8px;
	border:none;
	height:32px;
}
.enquiry_side textarea{
	height:72px;
	border:none;
	margin-bottom:8px;
}
.enquiry_side .captcha-request input[type="text"]{width:110px;}
.enquiry_side input[type="submit"]{margin-left:8px;}

.enquiry_side .captcha-request{float:none;padding:0 0 8px;}


.sbmt_btn input[type="submit"]{
	margin-left: 26px;
}


/*	mainContent	*/
.mainContent {
	padding-bottom:10px;
}

.footer-top {
	background:#323a45;
	padding:16px 0 20px;
}
.footer-top h3.title {
	margin:0 0 13px;
	padding:0 0 4px;
	font-size:18px;
	color:#fff;
	position:relative;
}
.footer-top h3.title:after{
	position:absolute;
	content:"";
	display:block;
	height:2px;
	width:73px;
	background:#f4cc46;
	bottom:0;
}
.foot-map {
	float:left;
	width:364px;
	height:215px;
	margin-top:5px;
	position:relative;
}
.foot-map iframe{
	width: 100%;
    height: 100%;
    border: none;
	margin: 0;
}
.foot_map {
	width:100%;
	height:100%;
}
.foot_column {
    float: left;
}
.foot_column.aboutUs {
    width: 280px;
	position:relative;
}
.foot_column.aboutUs p{color:#b9b9b9; font-size:12px;}
.foot_column.quick {
    margin-left: 30px;
    width: 165px;
}
.foot_list{padding:0;margin:0;}
.foot_list li{
	padding:0 0 0 10px;
	margin:0 0 7px;
	list-style-type:none;
	background:url(../images/foot_bull.png) no-repeat 0 9px;
}
.foot_list li a{
	font-size:12px;
	color:#b9b9b9;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.foot_list li a:hover, .foot_list li.active a{
	color:#fff;
	padding-left:5px;
}
.foot_column.contact {
    margin-left: 30px;
	margin-right:10px;
    width: 264px;
}
.foot_contact_bl{font-size:12px; padding-bottom:10px;}
.foot_contact_bl label{color:#fff; padding-right:4px;}
.foot_contact_bl strong{color:#b9b9b9; font-weight:normal;}
.foot_contact_bl a{
	color:#b9b9b9;
	display:inline-block;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.foot_contact_bl a:hover{color:#fff;}

/*====================		footer-btm		*/
.footer-btm {
	padding:16px 0;
	background:#191d23;
	color:#b9b9b9;
	font-size:12px;
}

.footer-btm a {color:#b9b9b9;-webkit-transition:all ease-in-out 500ms 0s;transition:all ease-in-out 500ms 0s;}
.footer-btm a:hover {color:#f18507;}

.footer-btm .left {float:left; margin-top:2px;}

.footer-btm .right {float:right;}

.footer-btm .right ul {
	margin:2px 0 0;
	padding:0;
	list-style:none;
}

.footer-btm .right ul li {
	display:inline;
	line-height:12px;
}

.footer-btm .right ul li a {
	display:inline-block;
	border-left:1px solid #4d4e50;
	padding:0 5px;
}
.footer-btm .right ul li:first-child a {border-left:0px;}
.footer-btm .right ul li:last-child a {padding-right:0px;}
/*====================		footer-btm		*/


.productBlock ul {
	margin:0;
	padding:0;
}
.productBlock ul li {
	display:block;
	float:left;
	list-style-type:none;
	margin:0;
}
.shadow {
	margin-bottom:18px;
	width:272px;
}
.shadow .box {
	width:258px;
	padding:6px;
	border:1px solid #d2d2d2;
}
.shadow .pic {
	width:258px;
	height:366px;
	display:table;
	text-align:center;
	overflow:hidden;
	background:url(../images/loading.GIF) no-repeat center center;
}
.shadow .pic .picWrap {
	display:table-cell;
	vertical-align:middle;
}
.shadow .pic .picWrap img {
	display:inline;
	vertical-align:middle;
}
.shadow .cont {
	padding:10px 0 14px;
	text-align:center;
}
.shadow .cont h3 {
	margin:0;
	padding:0 0 3px;
	font-size:14px;
	color:#555656;
	line-height:15px;
}
.shadow .cont span {
	display:block;
	font-size:20px;
	color:#121212;
	font-family: 'open_sanssemibold';
}
.shadow .cont span em{
	color:#e33616;
	display:inline-block;
	font-style:normal;
}
.shadow input[type="submit"].addCart, .shadow a.addCart{float:left;}
input[type="submit"].addCart, a.addCart{
	display:block;
	width:126px;
	height:30px;
	font-size:14px;
	line-height:27px;
	font-family: 'open_sanssemibold';
	background:#999 url(../images/cart_white.png) no-repeat 10px 8px;
	color:#fff;
	padding:0 0 0 20px;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}
input[type="submit"].addCart:hover{
	background-color:#706e6e;
}
a.addCart:hover{background-color:#999;}
a.addCart{padding-left:38px; width:89px; line-height:29px;}
a.addCart.disable, a.btn.disable{opacity:.3; filter:alpha(opacity=30); cursor:not-allowed; background:#706e6e;}
a.viewDetail {
	display:block;
	float:right;
	font-size:14px;
	color:#fff;
	background:#ff9518;
	font-family: 'open_sanssemibold';
	width:105px;
	height:30px;
	text-align:center;
	line-height:30px;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}
a.viewDetail:hover {
	color:#fff;
	background:#ffa132;
}


.pslide_nav{
	position:absolute; top:-49px;
	right:0;
}
.pslide_nav a{
	width:25px;
	height:25px;	
	background:url(../images/pslide_nav.png) no-repeat;
}
.pslide_nav a:hover{
	opacity:.7;
	filter:alpha(opacity=70);
}
.pslide_nav #product-prv,.pslide_nav #best-prv,.pslide_nav #bestInner-prv {
	background-position:0 0;
}

.pslide_nav #product-nxt,.pslide_nav #best-nxt,.pslide_nav #bestInner-nxt {
	background-position:-29px 0;
	margin-left:7px;
}
.productBlock{
	height:481px;
	overflow:hidden;
}
.title_slide, .bestseller_slide{position:relative; padding-bottom:30px;}

.home_enq_wrap{
	height:270px;
	position:relative;
	background:url(../images/enq_bg.jpg) top center no-repeat;
	padding:0 37px 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.slide_bottom{position:relative;}
.enq_now{
	float:right;
	width:820px;
	padding:6px 0 0;
}

.enq_left{
	width:395px;
	float:left;
}
.enq_right{
	width:395px;
	float:right;
}
.enq_now h3{font-size:36px; color:#fff; margin-bottom:1px;}
.enq_now input[type="text"]{
	margin-bottom:10px;
	border:none;
	height:31px;
}
.enq_now textarea{
	margin-bottom:0;
	height:72px;
	border:none;
}
.enq_now .captcha-request{float:none;}
.enq_now form{
    padding-top: 45px;
    position: relative;
}
.enq_now form .conMsg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.enq_now .captcha-request input[type="text"]{width:166px; margin-bottom:0; height:auto;}
.en_btn{
	padding:10px 0 0;
}

.enq_now input[type="submit"]{margin-left:10px;}

.productList ul {
	margin:0 0 0 -30px;
	padding:0;
}
.productList ul li {
	display:block;
	float:left;
	list-style-type:none;
	margin:0 0 0 31px;
}

/**** product details page ****/

.product_image_block {
	width: 340px;
	float:left;
	margin:3px 14px 14px 0;
}
.zoomPic {
	border: 1px solid #d8d8d5;
	height: 456px;
	padding: 8px;
	width: 322px;
}
.details_left .box {
	background: none repeat scroll 0 0 #fff;
	height: 456px;
	left: 0;
	position: relative;
	top: 0;
	width: 322px;
}
.details_left .box img {
	display: inline-block;
}
.product_thumb_list {
	height: 125px;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 0;
	width: 297px;
}
.product_thumb_list ul:after {
	clear: both;
	content: "";
	display: block;
}
.product_thumb_list ul {
	margin: 0;
	padding: 0;
}
.product_thumb_list ul li {
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}
.product_thumb_list ul li a {
	border: 4px solid #d0d0d0;
	display: inline-block;
	height: 117px;
	margin: 0 4px !important;
	transition: all 250ms ease-in-out 0s;
	width: 83px;
}
.product_thumb_list ul li a img {
	height: 117px;
	width: 83px;
}
.thumb_list_nav {
	position: relative;
	width: 100%;
}
.thumb_list_nav a.prev, .thumb_list_nav a.next, .thumb_list_nav a.play, .thumb_list_nav a.pause {
	background: url(../images/featured-nav.png) 0 0 no-repeat transparent;
	width: 10px;
	height: 11px;
	display: block;
	position: absolute;
	z-index:10;
}

.thumb_list_nav a.prev, .thumb_list_nav a.next {
	bottom: 53px;
}
.thumb_list_nav a.next {
	right: 3px;	
}
.thumb_list_nav a.prev {
	left: 0px;
	background: url(../images/featured-nav.png) 0 0 no-repeat;
}
.thumb_list_nav a.prev:hover {			opacity:.7; }
.thumb_list_nav a.prev.disabled {		opacity:.5; cursor: default; }
.thumb_list_nav a.next {				background: url(../images/featured-nav.png) right 0 no-repeat; }
.thumb_list_nav a.next:hover {			opacity:.7; }
.thumb_list_nav a.next.disabled {		opacity:.5; cursor: default; }

/**** product details page ends****/

.product_title_p{
	margin-bottom:5px;
	color:#212121;
	/*font-size:18px;*/
	font-size:32px;
	font-family: 'open_sanssemibold';
}


.isbn {
	margin-bottom:10px;
	background:#e8ecec url(../images/right-arrow.gif) no-repeat right top;
	height:34px;
	line-height:34px;
	width:200px;
	padding-left:10px;
}
.isbn span {
	color:#005aca;
}

/*	price-block	*/
.price-block:after {
	content:"";
	display:block;
	clear:both;
}
.price-block .boxLeft {float:left;font-family:Tahoma, Geneva, sans-serif;}
.price-block .boxRight {float:right;width:369px;}
.price-block .boxLeft span {
	font-size:14px;
	color:#4b4a4a;
	vertical-align:top;
	vertical-align:top;
	padding-top:11px;
}
.price-block .boxLeft strong {
	font-size:30px;
	color:#9d0615;
	font-weight:normal;
	padding:0 1px 0 3px;
}
.price-block .boxLeft small {
	color: #908e8e;
    display: inline-block;
    font-size: 18px;
    padding-top: 6px;
    vertical-align: top;	
}
.price-block .boxRight label {
	display:block;
	float:left;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#4b4a4a;
	margin:6px 8px 0 0;
}
.price-block .boxRight input[type="text"] {
	display:block;
	float:left;
	width:52px;
	height:35px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #b2b2b2;
	background:#fff;
	outline:0;
	padding:0 10px;
	margin:2px 20px 0 0;
	font-size:14px;
	color:#6c6969;
	text-align:center;
}
.price-block input[type="submit"].addCart{display:inline-block; margin-top:4px;}
.price-block a.addCart{display:inline-block; margin-top:4px;}

.price-block.odd input[type="submit"]{ margin-top:2px;}
.price-block .boxRight a.viewDetail {margin-left:20px; margin-top:4px;}
.educationBlock.quickViewer {padding-bottom:22px}
.productBlock.inside h2 {
	margin:0;
	padding:0 0 8px;
	font-size:34px;
	color:#373a3f;
	font-family: 'open_sanslight';
}
.proCont {
	float:right;
	width:520px;
}
.proCont p {
	font-size:14px;
	line-height:24px;
}
.price-block.odd {
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	padding:10px 0;
}

/*.inner_bestseller{padding:20px 0 0;}*/





.inner_bestsellerOuter{padding-top:20px;}

.inner_bestseller{position:relative;}
.inner_bestseller .productBlock{height:390px;}
.inner_bestseller .shadow {
	margin-bottom:18px;
	width:207px;
}
.inner_bestseller .shadow .box {
	width:193px;
	padding:6px;
	border:1px solid #d2d2d2;
}
.inner_bestseller .shadow .pic {
	width:193px;
	height:274px;
	display:table;
	text-align:center;
	overflow:hidden;
	background:url(../images/loading.GIF) no-repeat center center;
}

.inner_bestseller .shadow .pic .picWrap img{
	width:193px;
	height:274px;
}
.inner_bestseller input.addCart[type="submit"]{
	font-size:12px;
	width:96px;
	background-position:5px 8px;
}
.inner_bestseller a.viewDetail{width:85px; font-size:12px;}

















































/*		contact-left		*/
.contact-left {
	padding-bottom:20px;
}
.cont-info {
	margin:0 0 30px;
	padding:0;
	list-style:none;
}
.cont-info li {
	display:block;
	overflow:hidden;
	margin:0 0 16px;
	font-size:16px;
	color:#373a3f;
	font-family: 'open_sanslight';
}
.cont-info li a {
	color:#373a3f;
	-webkit-transition:all ease-in-out 450ms 0s;
	-moz-transition:all ease-in-out 450ms 0s;
	-ms-transition:all ease-in-out 450ms 0s;
	-o-transition:all ease-in-out 450ms 0s;
	transition:all ease-in-out 450ms 0s;
}
.cont-info li a:hover {
	color:#f18507;
}
.cont-info li span {
	display:block;
	float:left;
	background:url(../images/sprite.png) no-repeat;
}
.cont-info li em {
	font-style:normal;
	display:block;
	float:left;
	width:180px;
}
.cont-info li.bg1 em {width:185px;margin-top:4px;}
.cont-info li.bg3 em {margin-top:10px}
.cont-info li.bg1 span {
	width:26px;
	height:26px;
	background-position:0 -133px;
	margin-right:15px;
}
.cont-info li.bg2 span {
	width:22px;
	height:25px;
	background-position:-61px -133px;
	margin-right:17px;
}
.cont-info li.bg4 span {
	width:26px;
	height:17px;	
	background-position:-179px -133px;
	margin-right:17px;
	margin-top:4px;
}
.cont-info li.bg3 span {
	width:36px;
	height:31px;
	background-position:-110px -133px;
	margin-right:5px;
	margin-top:8px;
}
.social-link {
	overflow:hidden;
}
.social-link a {
	display:block;
	float:left;
	width:26px;
	height:27px;
	margin-right:8px;
	background:url(../images/sprite.png) no-repeat;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}
.social-link a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
.social-link a.fb {
	background-position:-117px -324px;
}
.social-link a.gPlus {
	background-position:-151px -324px;
}
.social-link a.yt {
	background-position:-185px -324px;
}
.social-link a.tw {
	background-position:-219px -324px;
}
.social-link a.skp {
	background-position:-253px -324px;
}
.social-link h3 {
	margin:0;
	padding:0 0 14px;
	font-size:18px;
	color:#4d4c4c;
}
.contact-block {
	padding-bottom:14px;
	margin-bottom:18px;
}
/*------------------	requestForm	*/

.requestForm ul {
	margin:0;
	padding:0;
	list-style:none;
}
.requestForm ul li {
	display:block;
	padding-bottom:16px;
	margin:0;
}
.requestForm ul li:after {
	content:"";
	display:block;
	clear:both;
}
.requestForm input[type="text"], .requestForm input[type="email"], .requestForm textarea {
	margin:0;
	width:427px;
}
.foot_left {
    float: left;
}
.foot_right {
    float: right;
}
.requestForm input[type="submit"], .requestForm input[type="reset"] {
	display:block;
	float:left;	
	margin-left:15px;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}

.requestForm textarea {
	height:100px;
	width:100%;
	overflow:hidden;
}
.requestForm span {
	display:block;
	margin-bottom:20px;
	font-family: 'open_sansregular';
}
.requestForm ul li img {
	display:block;
	float:left;
}
.requestForm input[type="text"].security {
	display:block;
	width:157px;
	float:left;
}
/*	foot_map	*/
.cont_form {
	width:100%;
	height:540px;
	margin:0;
	border-radius:0;
}
.cont_form iframe{
	width: 100%;
    height: 100%;
    border: none;
	margin: 0;
}
.mapArea h2 {
	margin-bottom:18px;
}
.select-box {outline:0}
.select-box select {outline:0}
/*	--	educationBlock	--	*/
.educationBlock:after {
	content:"";
	display:block;
	clear:both;
}
.educationBlock {
	border-bottom:1px solid #b9b7b7;
	padding-bottom:6px;
	margin-bottom:22px;
}
.educationBlock:last-child {border-bottom:0;padding-bottom:0;margin-bottom:0}
.educationBlock .picOuter {
	float:left;
	width:160px;
	height:226px;
	background:#fff;
	padding:6px;
	box-shadow:0 0 4px #c0c0c0, 0 0 4px #c0c0c0;
	margin:10px 20px 20px 4px;
	border-radius:4px;
	display:table;
	text-align:center;
}
.educationBlock .pic {
	width:160px;
	height:226px;
	background:#fff;
	display:table-cell;
	vertical-align:middle;
}
.educationBlock .pic a{display:block;}
.educationBlock .pic img {display:block;}
.educationBlock .cont p {
	font-size:14px;
	line-height:24px;
	color:#6c6969;
	text-align:justify;
	padding-bottom:18px;
}
.educationBlock.quickViewer .cont p {
	padding-bottom:14px;
}
.educationBlock.quickViewer .cont {
	width:680px;
	float:right;
}
.educationBlock .cont h3 {
	margin:0;
	padding:0 0 10px;
	color:#6b6b6b;
	font-size:30px;
}
.contDetails h3 {
	margin:0;
	padding:0 0 6px;
	font-size:20px;
	color:#1f1f1f;
}
.contDetails p {
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
}
.contDetails span {display:block}
/*	--	faq	--	*/
.faq_wrapper .body_sidebar_heading .c_toggle {
	display:none;
}
.body_sidebar_heading {
	margin-bottom:16px;
}
.body_sidebar_heading > div {
	border:1px solid #d4d2d2;
	border-radius:3px;
	background-color:#efefee;
	position:relative;
	background-image:url(../images/b_sidebar_arrow_open1.png);
	background-position:5px 9px;
	background-repeat:no-repeat;
	padding:7px 0 8px 26px;
	cursor:pointer;
}
.body_sidebar_heading > div.closed {
	background:url(../images/b_sidebar_arrow_open2.png) 5px 9px no-repeat;
}
.body_sidebar_heading h4 {
	padding-left:16px;
	margin-bottom:0;
	color:#151414;
	font-size:15px;
}
.faq_wrapper .body_sidebar_heading .c_toggle {
	display:none;
	padding:10px 0 0;
}
.faq_wrapper .body_sidebar_heading .c_toggle p {padding:0;font-size:14px;color:#6c6969}

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


#lean_overlay {
    position: fixed;
    z-index:9999;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.modal_close {
    background: url(../images/close_modal.png) no-repeat;
    margin: 0;
    padding: 0;
	display:inline-block;
    position: absolute;
    right: -24px;
    top: -24px;
    width: 51px;
    height: 51px;
	z-index:1;
}
#signup {
  	background:#fff;
  	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  	height:344px;
  	width: 720px;
  	display:none;
	border:3px solid #c5c5c5;
}
#calculate {
  	background:#fff;
  	border-radius: 5px 5px 5px 5px;
  	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  	height:auto !important;
	top:24px !important;
  	width: 372px;
  	display:none;
}
#closeit {
  position: relative;
  width: 100%;
}
.width_text{width:240px;}
.customer_login{
	margin:1px;
	height:100%;
}

.pop_heading_block:after{content:""; display:block; clear:both;}
.customer_login h4.create_acc{width:300px; float:left; text-align:center;}

.customer_login h4.sign_in_head{width:369px; float:right; text-align:center;}
.customer_login div.sign_reg_block{float:none; clear:both;}
.customer_login .sign_reg_block .cl{width:300px;}
.customer_login:after, #closeit:after, .customer_login div.sign_reg_block:after{
	content:"";
	display:block;
	clear:both;
	
}
.customer_login div {
  	float: left;
  	font-size: 14px;
  	line-height: normal;
  	width:100%;
	margin-bottom:20px;
}
/*#closeit > div {
  	position: absolute;
}*/
.cl {
  	min-height: 290px;
}
a.refresh_btn {
	float:left;
	width:20px;
	height:19px;
	background:url(../images/refresh-btn2.png) no-repeat;
	margin:9px 6px 0 4px;
	outline:none 0;
	-webkit-transition:all ease-in-out 200ms 0s;
	-ms-transition:all ease-in-out 200ms 0s;
	-o-transition:all ease-in-out 200ms 0s;
	transition:all ease-in-out 200ms 0s;
}
a.refresh_btn:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.captcha:after {
	content:"";
	display:block;
	clear:both;
}
.captcha input[type="text"] {
	width:137px;
	float:left;
	margin:0 0;
	height:34px;
}
.captcha img {
	float:left;
}
.captcha input[type="submit"] {
	display:block;
	float:right;
	width:74px;
	border:0;
	outline:0;
	padding:0;
	margin:0;
	background:#5dbcfe;
	font-size:14px;
	color:#fff;
	font-family: 'open_sansregular';
	text-align:center;
	height:27px;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}
.captcha input[type="submit"]:hover {
	background:#078fee;
}
.customer_login h4 {	
  	color: #333/*FFCF36*/;
  	text-transform:uppercase;
    font-size: 22px;
    height: 31px;
  	line-height: 31px;
  	margin-bottom: 8px; 
	margin-top:10px;
	padding: 0 10px;
  	width:auto/*302px*/;
}
.customer_login h4.sign_in_head{text-align:center;}
.ie7 .customer_login h4{
	margin-top:0;
}
#forgot_password label{
	width:140px;
}
.customer_login h2{
	width:270px;
	margin-left:0;
}
.customer_login .lin p{
	text-align:left;
}
.customer_login .lin p{
	width:auto;
	margin-left:10px;
	margin-bottom:10px;
}
.customer_login .lin .yellow_btn{
	margin-right:0;
	padding:0 10px;
}
.yellow_btn {
	display:inline-block;
	padding:0;
	height:30px;
	padding:0 25px;
	line-height:30px;
	/*color:#fff;
	font-size:14px;
	font-family: 'open_sansregular';
	border:1px solid #ffba60;
	background:#ff9000;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;*/
}
.yellow_btn:hover {
	color:#fff;
}
.customer_login .lin .yellow_btn {margin-right:14px;}
.sign_reg_block .cl .yellow_btn {margin:6px 0 0 30px; line-height:33px; height:33px;}
#sgn{
	display:block;
	width:190px;
	margin-left:30px;
	margin-top:10px;
	overflow:hidden;	
	text-align:center;
}

#submit_login ul{
	margin-top:0;
	padding-left:0;
}
.customer_login h4 span{
	color:#333;
}
.customer_login h4 span{
	display:block;
	line-height:20px;
	padding-bottom:10px;
	border-bottom:1px solid #c5c5c5;
	position:relative;
	text-transform:uppercase;
	font-family: 'open_sanssemibold';
	font-size:20px;
}
.customer_login h4.reg_creat_acc{text-align:center;}
#return_login{margin-top:4px;}
.customer_login h4 span em{
	display:none;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-6px;
	border-bottom:7px solid #181b5c;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
}
.customer_login p {
	font-size:12px;
  	color: #333;
  	margin-left: 30px;
  	padding:0;
}
.sigup_text{text-indent: 29px;}
#forgot p{
	margin-left:10px;
	margin-bottom:10px;
}

#forgot_pass ,#return_login ,#return_login1 {
	line-height:32px;
	text-decoration:none;
	font-size:13px;
	float:left;
	color:#3C5118;
	-webkit-transition:all 250ms ease-in-out 0s;
	-ms-transition:all 250ms ease-in-out 0s;
	-o-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
/*#return_login, #return_login1 {
	color:#333;
}*/

#forgot_pass:hover, #forgot_pass:focus ,#return_login:hover ,#return_login:hover ,#return_login1:hover ,#return_login1:focus{
	color:#000;
	-webkit-text-shadow:none;
	-o-text-shadow:none;
	text-shadow:none;
}
#forgot_pass:hover, #forgot_pass:focus, #return_login1:hover{
	color:#000;
}
#closeit {
    position: relative;
    width: 100%;
}
#closeit > div:nth-child(2) {
  /*right: 30px;*/
  right:0;
}
.customer_login h2 {
    width: 270px !important;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'open_sanssemibold';
}
.customer_login ul {
  margin: 20px 0 0 0;
  padding:0;
}
.customer_login ul li {
  padding:0 0 0 15px;
  list-style-type:none;
  margin-bottom:0;
}
.customer_login ul li:after{
	content:"";
	display:block;
	clear:both;
}
.customer_login ul li label {
	color: #000;
	line-height:33px;
	display: block;
	float: left;
	width: 90px;
	font-size:13px;
	cursor:text;
}
.signinbtn{}
.customer_login ul li input[type="text"], .customer_login ul li input[type="password"], #signup_frm ul li input[type="text"], #signup_frm ul li input[type="password"]{

	width:258px;
	margin-bottom:15px;
	padding:5px 10px;
}


.customer_login ul:after{
	content:"";
	display:block;
	clear:both;
}

.account_wrapper{
	width:100% !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-right:15px !important;
	padding-left:15px !important;
	padding-top:10px !important;
	clear:both;
}
.account_wrapper input[type="submit"]{float:right;}


.customer_login li input[type="submit"]{	
	cursor:pointer;	
	float:right;
	overflow:hidden;
	text-align:center;
	/*width:112px;*/
	outline:none;
	margin-top:6px !important;
}
.ErrInqMsg{display:block;}
.ie7 .customer_login li input[type="submit"]{
	margin-right:13px !important;
}

.customer_login div.lin{
	width:376px;
	/*margin-right:10px;*/
	padding-left:30px;
	background:url(../images/signin_sep.png) no-repeat 11px 5px;
}
.common-form-wrapper .ErrInqMsg, .common-form-wrapper .forgotMsg{
	padding-left:0;
	padding-right:0;
}
#forgot_pass, #return_login1 {
	color:#666;
	margin-top:3px;
}
/*--------popup block ends ----------*/


.create_wrap ul {
	margin:0;
	padding:0;
	list-style:none;
}
.create_wrap ul li:after {
	content:"";
	display:block;
	clear:both;
}
.create_wrap ul li {
	margin:12px 0;
}
.create_wrap ul li label {
	display:block;
	float:left;
	width:250px;
	margin:10px 20px 0 0;
}
.create_wrap ul li input[type="text"], .create_wrap ul li input[type="password"] {
	display:block;
	float:left;
	width:300px;
	margin:0 15px 0 0;
}
.create_wrap ul li select {
	float:left;
	width:298px;
	height:39px;
	outline:0 none;
	padding:8px;margin-bottom:0;
}
.create_wrap ul li .captcha_number {
	color:#000;
	float:left;
	text-align:right;
	margin:10px 20px 0 0;
	width:241px;
}
.create_wrap ul li .captcha_number img {
	float:left;
	margin-top:0;
}
.create_wrap ul li .captcha_number a.refresh_btn {
	float:left;
	margin-top:9px;
}
.create_wrap ul li .captcha_number input[type="text"] {
	float:left;
}
.reg_creat_acc {
	margin:0;
	padding:0;
	font-size:40px;
	color:#1f1f1f;
}
.create_wrap h4 {
	margin:0;
	padding:16px 0 0 0;
	width:252px;
	font-size:24px;
}
.create_wrap ul li input[type="checkbox"] {
	margin-left: 201px;
    margin-top: 3px;
    vertical-align: top;
}
.create_wrap .account_wrapper input[type="submit"] {
	float:left;
	margin-left:256px;
}
.create_wrap .account_wrapper {
	padding-top:0 !important;
}
.create_wrap ul li a {
	color:#0581b5;
	transition:all ease-in-out 350ms 0s;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
}
.create_wrap ul li a:hover {
	color:#4d4e50;
}
.phone_eg  {font-size: 13px;  padding-top: 8px;}
.educational_email{font-size: 13px; padding-top: 12px;}
.pass_content{font-size: 13px; padding-top: 2px;}
.registration_wrapper .create_wrap ul li label {
    text-align: left;
    width: 180px;
}

.shopping-button input[type="submit"], .shopping-button .btn{
	height:40px;
	padding:0 13px;
}
 .shopping-button .btn {line-height:40px;}
 .shopping-button .shp-btn{margin-left:4px;}
.check_out_wrapper .chck-out.btn{line-height:34px;}
.cart_block {
    padding: 12px 0 10px;
}
.cart_block:after {
    clear: both;
    content: "";
    display: block;
}
.clear-shopping{margin-right:4px;}
.form-checkout .error p{padding-bottom:0;}
.personal_details{
	float:left;
	width:369px;
	background:#EBEBEA;
	-webkit-box-shadow:0 0 35px 0 #ccc inset;
	-o-box-shadow:0 0 35px 0 #ccc inset;
	box-shadow:0 0 35px 0 #ccc inset;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	padding:10px;
	color:#444;	
}
.shipping_address{
	float:right;
	width:423px;
	position:relative;
}
.personal_details h4{
	color:#000;
	font-size:18px;
	padding-bottom:8px;
	margin-bottom:13px;
	border-bottom:1px solid #aaa;	
}
.check_address input{vertical-align:top; margin-top:3px;}
.check_address span{ vertical-align:top; padding:0 0 0 6px;}
.personal_details .create_wrap ul li label{width:140px; float:none; text-align:left; margin-right:0; margin-top:7px; display:inline-block;}
.personal_details .create_wrap ul li span {
    width: 222px;
    word-wrap: break-word;
}
.personal_details .create_wrap ul li:first-child{background:none; padding-top:0;}
.personal_details .create_wrap ul li{margin:10px 0 0; padding-top:5px; background:url(../images/pd_bg.png) no-repeat left top;}
.shipping_address .create_wrap ul li label, .billing_address .create_wrap ul li label{width:122px; margin-right:7px; float:none; text-align:left; display:inline-block;}
.shipping_address .create_wrap ul li label{width:132px;}
.shipping_address .create_wrap ul li input[type="text"], .billing_address .create_wrap ul li input[type="text"]{
	float:none;
	margin-right:0;
	display:inline-block;
	width:278px;
}
.shipping_address .create_wrap ul li select, .billing_address .create_wrap ul li select {width:278px; float:none; color:#818181;}
.shipping_address .create_wrap .account_wrapper{text-align:right; padding:10px 2px 0 0 !important;}
.shipping_address .create_wrap .account_wrapper input[type="submit"]{float:none; margin-left:0; height:35px; padding:0 13px; }
.shipping_address .create_wrap #security_code{width:150px; height:34px; float:none;}
.shipping_wraper{padding:20px 0 0 0; clear:both;}
.shipping_wraper:after{content:""; display:block; clear:both;}
.confirm_shipping{text-align:right; padding:20px 0 0 0;}
.confirm_shipping .btn{height:35px; line-height:35px; vertical-align:middle;}
.customer_login div.or_class{padding:6px 0 0px 107px; margin:0; font-size:15px; text-transform:uppercase;}
input[type="submit"].signinbtn{height:33px;}
#forgot_pass{margin-top:6px;}
.billing_address{float:left; width:413px;}
.personal_details.shipping_checkout{float:right;}
#forgot .error p{color:#c00; margin-bottom:0; margin-left:0;}
#forgot .success{margin:0 15px;}
#forgot .success p{color:#425c05; margin:0;}
#forgot .error{padding:7px 9px 6px 36px; margin-left:10px; margin-right:10px;}
#forgot_frm input[type="submit"]{height:33px; margin-top:1px !important;padding:0 10px}
.customer_login .error p{color:#c00; margin-bottom:0; margin-left:0;}
.customer_login .error{padding:7px 9px 6px 36px; margin-left:10px;}
.registration_wrapper .create_wrap ul li .captcha_number{margin:10px 17px 0 201px; width:auto;}
.my_account{padding:15px 0 0 0;}
.form_wrapper{padding:10px; margin:0; background:#F8f8f8; border:1px solid #cdcaca; border-radius:3px;}
.form_wrapper li:first-child{margin-top:0; padding-top:0; border:none;}
.form_wrapper li{list-style-type:none; padding:10px 0 10px 10px; margin:0; border-top:1px solid #E4E4E4;}
.form_wrapper li label{width:160px; font-size:16px; padding-right:15px; color:#ff9000; position:relative; margin-right:15px;font-family: 'open_sanssemibold';}
.form_wrapper li label:after{content:":"; display:block; position:absolute; right:0; top:-1px; color:#4d4e50;}
.form_wrapper li:nth-child(2n){background:#f1f1f1;}
.registration_wrapper .create_wrap ul li label{text-align:left;width:180px;}
.registration_wrapper .create_wrap ul li{}
.registration_wrapper .create_wrap ul li input[type="text"].security{width:162px;}
.registration_wrapper .create_wrap .account_wrapper{/*text-align:center;*/}
.registration_wrapper .create_wrap .account_wrapper input[type="submit"]{float:none; margin:0 0 0 186px;padding:0 10px}
.create_wrap ul li select[disabled="disabled"]{opacity:.5; filter:alpha(opacity=50); cursor:not-allowed;}
.registration_wrapper .create_wrap h4{
	text-align:left;
	padding:0 0 8px;
	margin:25px 0 15px;
	font-size:23px;
	color:#6c6969;
	width:auto;
	border-bottom:1px solid #cdcaca;
}
.change_password{padding:15px 0 0;}
.change_password .create_wrap .account_wrapper{text-align:left; padding:0 !important;}
.change_password .create_wrap .account_wrapper input[type="submit"]{margin-left:324px;}
.commonWrapper .error p, .commonWrapper .success p{padding:0;}

.cart_main_wrapper .p_invoice{
	width:208px;
	text-align:left;
	text-indent:15px;
}
.cart_main_wrapper .p_date{
	width:122px;
	text-align:left;
	text-indent: 2px;
}
.cart_main_wrapper .p_ord_name{
	width:213px;
	text-align:left;
	margin-left:0;
	padding-left:0;
}
.cart_main_wrapper .p_ord_cat{
	width:104px;
	text-align:left;
}
.cart_main_wrapper .u_ord_price{
	width:69px;
	text-align:left;
}
.cart_main_wrapper .q_ord_heading{
	width:54px;
}
.cart_main_wrapper .price_amount{
	width:84px;
	text-align:right;
	margin-right:10px;
	float:right;
}
.cart_main_wrapper .cart_block:first-child{
	height:auto;
	border:none;
}
.cart_main_wrapper .cart_block:nth-child(2n){
	background:#F5F3F3;
}
.cart_main_wrapper .cart_block > div{
	margin-left:0;
}
.cart_main_wrapper .cart_left{
	width:295px;
	float:left;
	margin:0 10px 0 0;
}
.cart_main_wrapper .cart_right{
	width:552px;
	float:right;
	padding-right:20px;
}
.cart_main_wrapper .all_prod:after, .cart_main_wrapper .cart_right:after{
	content:"";
	display:block;
	clear:both;
}

.cart_main_wrapper .cart_right .all_prod{
	padding-top:8px;
	padding-bottom:8px;
}

.cart_main_wrapper.cart_right .all_prod:first-child{
	padding-top:0;
}
.cart_main_wrapper .cart_block{
	padding:21px 0 0;
	border-top:1px dashed #2D2E6E;
}

.cart_main_wrapper .cart_block:after{
	content:"";
	display:block;
	clear:both;
}
.cart_main_wrapper .pname_block {
    display: table;
    float: left;
    font-size: 14px;
    height: 100px;
    margin-left: 0;
	margin-right:20px;
    width: 221px;
	color: #f18507;
    height: auto;
	text-transform: uppercase;
}
.cart_main_wrapper .pcat_block {
    display: table;
    float: left;
    font-size: 14px;
    height: 100px;
    margin-left: 0;
	margin-right:10px;
    width: 119px;
	color: #f18507;
    height: auto;
	text-transform: uppercase;
}

.cart_main_wrapper .date_order{
	width:134px;
	margin-left:10px;
	vertical-align:top;
	text-align:center;
}
.cart_main_wrapper .invoice_order{
	width:143px;
	word-wrap:break-word;
	vertical-align:top;
	text-indent:20px;
}
.cart_main_wrapper .cart_right .all_prod:first-child {
    padding-top: 0;
}
.cart_main_wrapper .pname_block span {
    height: auto;
}
.cart_main_wrapper .pname_block span {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
}
.cart_main_wrapper .unit_order {
    float: left;
    margin-left: 13px;
    width: 44px;
	text-align:center;
	word-wrap:break-word;
}

.cart_main_wrapper .price_block_c {
    float: right;
    padding-top: 40px;
    text-align: center;
    width: 101px;
    word-wrap: break-word;
	padding-top: 0;
    text-align: right;
}

.cart_main_wrapper .all_products{padding-bottom:10px;}

.cart_main_wrapper .total_block_c {
    font-size: 16px;
    padding-top: 12px;
	text-align:right;
	padding-bottom:6px;
}
.cart_main_wrapper .total_block_c > div {
    padding-bottom: 6px;
}
.cart_main_wrapper{padding-bottom:20px;}


.cart_heading_wrapper span:first-child {
    margin-left: 0;
}
.cart_heading_wrapper {
    /*background:#2d2e6e;*/	
	border:1px solid #cdcaca;
	border-radius:3px 3px 0 0;
	font-family: 'open_sanssemibold';
	background: #fdfdfd;
background: -moz-linear-gradient(top,  #fdfdfd 0%, #fdfdff 5%, #fbfbfb 12%, #fafcfb 19%, #f6f6f8 37%, #f6f6f4 42%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(5%,#fdfdff), color-stop(12%,#fbfbfb), color-stop(19%,#fafcfb), color-stop(37%,#f6f6f8), color-stop(42%,#f6f6f4), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
background: -o-linear-gradient(top,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
background: linear-gradient(to bottom,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
}
.cart_outer_wrapper {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.cart_main_wrapper {
    padding-bottom: 20px;
}
.cart_main_wrapper .p_invoice {
    text-align: left;
    text-indent: 15px;
    width: 132px;
}
.cart_heading_wrapper span {
    /*background: none repeat scroll 0 0 #2d2e6e;*/
    color:#6c6969;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    padding: 12px 8px;
    text-align: center;
}
.conMsg {display:block}
.right form {float:left}
.top-box .right .box input[type="submit"] {
	height:32px;
	border-radius:0;
	margin-left:0px;
	padding:0 8px;
}
.shipping_address .create_wrap ul li .captcha_number{width:auto; margin-right:3px; float:right;}
.shipping_address .create_wrap ul li .captcha_number a.refresh_btn{vertical-align:top; margin-top:9px;float:none;}
.shipping_address .create_wrap ul li .captcha_number img{ vertical-align:top; margin-top:0; display:inline-block; float:none;}
.shopping-button input[type="submit"].clear-shopping{margin-left:0;}
.total_gst{font-size:13px; margin-top:-11px; float:left; color:#777;}
.total_gst strong{vertical-align:top}
.total_gst span{padding-right:10px; vertical-align:top;}
.total_gst strong span{font-weight:normal;padding:0 0 0 5px;}
.captcha_number input[type="submit"]{margin-left:27px; height:34px;}
.check_address{position:absolute; top:2px; right:0;}
.voucher{float:right; padding-bottom:17px; clear:both;}
.voucher input[type="text"]{ margin-right:5px; width:84px; border:1px solid #ddd; margin-left:7px; margin-bottom:0; color:#979ba0; padding:5px;}
.registration_wrapper .error{
	margin-top:20px;
}
.registration_wrapper .success{
	margin-top:20px;
}

.educationBlock .cont.cont_right{float:left; width:682px;}
.educationBlock a.download_file{clear:both;}
/*#forgot .success p{color:#fff; margin:0;}*/

.input-text{
	background:#fff;
	color:#818181;
	border:1px solid #ddd;
	outline:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:34px;
	width:205px;
	font-size:14px;
	color:#979ba0;
	padding:3px 5px;
}
.p-order{
	font-size:16px;
	color:#000;
	padding-bottom:9px;
	text-indent: 9px;
}
.btn_r{float:right;}
.captcha_number{float:left;}

.top-box:after {
	content:"";
	display:block;
	clear:both;
}
.top-box {
	border-bottom:1px solid #b9b7b7;
	padding-bottom:8px;
	margin-bottom:14px;
}
.top-box .heading {float:left;}
.top-box .right {
	float:right;
	margin-top:9px;
	font-size:16px;
	color:#6b6b6b;
}
.top-box .right .box {
	margin:0 0 0 13px;
}
.top-box .right .box span {
	display:block;
	float:left;
	margin-top:5px;
}
.top-box .right .box strong {
	display:block;
	font-weight:normal;
	margin-top:5px;
}
.top-box .right .box {
    margin: 0 0 0 13px;
}
.floatleft {
    float: left !important;
}
.select2 {
    float: left;
    margin-left: 10px;
    width: 150px;
}
/**-------*/

.select2 .sbSelector {
	width:150px;
}
.select2 .sbHolder, .select3 .sbHolder {
	margin:0;
	border:1px solid #b9b7b7;
	width:100%;
}
.select2 .sbOptions {
	top:30px !important;
	width:150px;
	left:-1px;
}
.select2 .sbOptions li {
	padding:0 7px 0 8px;
}
.commonWrapper .sbToggle {
	background:url(../images/select-icons2.png) no-repeat;	
}
.commonWrapper .sbToggleOpen {
	background:url(../images/select-icons2.png) 0 -16px no-repeat;	
}
.commonWrapper .sbSelector:link, .commonWrapper .sbSelector:visited, .commonWrapper .sbSelector:hover {
	color:#666;	
}
.select3 {
    float: left;
    margin-left: 10px;
    width: 60px;
}
.select3 .sbSelector {
	width:44px;
}
.select3 .sbOptions {
	width:44px;
	left:-1px;
	top:30px !important;
}
.select3 .sbToggle {
	width:22px;
}

.select3 .sbOptions li {
	padding:0 7px 0 7px;
}
.prev-btn:after {
	content:"";
	display:block;
	clear:both;
}
.prev-btn a {
	font-size:16px;
	-webkit-transition:all ease-in-out 350ms 0s;
	-moz-transition:all ease-in-out 350ms 0s;
	-ms-transition:all ease-in-out 350ms 0s;
	-o-transition:all ease-in-out 350ms 0s;
	transition:all ease-in-out 350ms 0s;
}

.floatright {
    float: right !important;
}
/* ------------------------------------cart block--------------------------------------------- */

.cart_block table {
	width:100%;
	margin-bottom:26px;
	text-transform:uppercase;
	border:1px solid #c5c5c5;
	-moz-border-radius:8px 8px;
	-ms-border-radius:8px 8px;
	-o-border-radius:8px 8px;
	-webkit-border-radius:8px 8px;
	border-radius:8px 8px;
}
.cart_block table th {
	font-size:14px;
	letter-spacing:.8px;
	color:#6c6969;
	text-transform:uppercase;
	font-weight:bold;
	background: #fdfdfd;
background: -moz-linear-gradient(top,  #fdfdfd 0%, #fdfdff 5%, #fbfbfb 12%, #fafcfb 19%, #f6f6f8 37%, #f6f6f4 42%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(5%,#fdfdff), color-stop(12%,#fbfbfb), color-stop(19%,#fafcfb), color-stop(37%,#f6f6f8), color-stop(42%,#f6f6f4), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
background: -o-linear-gradient(top,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
background: linear-gradient(to bottom,  #fdfdfd 0%,#fdfdff 5%,#fbfbfb 12%,#fafcfb 19%,#f6f6f8 37%,#f6f6f4 42%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
	height:29px;
	vertical-align:middle;
}

.cart_block table th.first {border-radius:4px 0 0 0;}
.cart_block table th.last {border-radius:0 4px 0 0;}

.cart_block table td.lftbrd {
	/*border-left:1px solid #adadad;*/
}

.cart_block table td.rghtbrd {
	/*border-right:1px solid #adadad;*/
}

.cart_block table tr.btmbrd {
	/*border-bottom:1px solid #adadad;*/
}

.cart_block table td {
	height:110px;
	vertical-align:middle;
	text-align:center;
	color:#333333;
	font-size:14px;
}
.cart_block table td span {display:block;}
.cart_block table td strong {
	font-size:18px;
	font-weight:bold;
}

.cart_block table td .pic-box {
	width:110px;
	height:80px;
	margin:0px 0 0 1px;
	display:block;
	padding:5px;
	display:table;
}

.cart_block table td .pic-box .pic-info {
	width:104px;
	height:80px;
	display:table-cell;
	vertical-align:middle;
}

.cart_block table td .pic-box img {/*height:80px;*/ vertical-align:middle;}

a.close-link {
	display:block;
	background:url(../images/close-icon.png) no-repeat;
	width:18px;
	height:18px;
	margin:0 auto;
}

.cart_block table tr.clr {background:#e9eaea;}


.cart_block table td input[type="checkbox"] {margin-top:0px;}

.cart_block table td input[type="text"] {
	display:block;
	border:1px solid #adadad;
	width:65px;
	height:33px;
	margin:0 auto;
	text-align:center;
	padding:0;
}

.cart_block table tr {}

.shopping-button {
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
}
.sub-total {
	float:right;
	margin-bottom:12px;
	margin-top:-71px;
	font-size:18px;
	color:#333;
	font-family: 'open_sansregular', sans-serif;
}

.sub-total ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sub-total ul li {
	display:block;
	margin-bottom:6px;
	text-align: right;
}

.sub-total ul li:after{
	content:"";
	clear:both;
	display:block;
}
.sub-total ul li span {
	width:233px;
	display:inline-block;
	float: left;
    text-align: left;
}

.sub-total ul li strong {
	display:inline-block;
	font-weight:bold;
	float:right;
}
.add_value{
	display:inline-block !important;
	width:25px;
	height:25px;
	background:url(../images/calculation_bg.png) no-repeat;
	cursor:pointer;
	margin-top:3px;
	font-size:0;
}
.minus_value{
	display:inline-block !important;
	width:25px;
	height:25px;
	background:url(../images/calculation_bg.png) no-repeat right 0;
	cursor:pointer;
	margin-top:3px;
	font-size:0;
}
.check_out_wrapper{	
	clear:both;
	text-align:right;
	padding-top:10px;
}
.check_out_wrapper .chck-out{
	float:none;
	margin-right:0;
}
.price-block a.btn{line-height:33px; margin-top:2px;}

.shipping_address .create_wrap ul li .captcha_number input[type="submit"]{margin-left:17px; padding:0 14px;}
p.purchase_order{line-height:32px;}
p.purchase_order input[type="text"].input-text{display:inline-block; margin:0 0 0 5px; width:205px; vertical-align:top;}

.res_block{
	position:absolute;
	top:8px;
	right:0;
	display:none;
}
.res_block strong{
	text-transform:uppercase;
	font-size:19px;
	padding:5px 5px 0 0;
	vertical-align:top;
	font-weight:normal;
	color:#333;
	display:inline-block;
}
.responsive_btn { 
	background:#000; 
	border:1px solid #000; 
	width:38px; 
	height:31px; 
	line-height:2px; 
	text-align:center; 
	cursor:pointer; 
	z-index:2; 
	display:inline-block;
}
.responsive_btn span {display:inline-block; width:28px; height:3px; background:#fff; margin-top:3px }
.responsive_btn span:first-child { margin-top:5px }
.responsive_btn:hover { border:1px solid #222; background:#444;}
.create_wrap ul li.rural_wrap input[type="checkbox"]{margin-left: 0; margin-right: 3px;cursor: pointer;}
.shipping_address .create_wrap ul li.rural_wrap label{width: auto; margin-right: 0; margin-top: 0; cursor: pointer;}
.enq-captcha > div {
    -webkit-transform: scale(0.73);
    transform: scale(0.73);
    margin: -10px -42px;
}
/* .home-captcha > div {
    -webkit-transform: scale(0.73);
    transform: scale(0.73);
    margin: -10px -38px;
} */
.create_wrap .captcha_number > div {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    margin: -10px -14px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}