.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
}
img {
	border:0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius:0;
}
input[type="radio"] {

	-webkit-appearance: radio;
	-moz-appearance: radio;
	-ms-appearance: radio;
	-o-appearance: radio;
	appearance: radio;
	border-radius:0;

}
input[type="checkbox"] {

	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;
	-o-appearance: checkbox;
	appearance: checkbox;
	border-radius:0;

}
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a {
	text-decoration: none;
	color:#10436d;
}
/**************************************************************************************/
html  {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	-webkit-text-size-adjust:100%;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#000;
	-webkit-text-size-adjust:100%;
}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper {
	margin:0 auto;
}
.container {
	width:1177px;
	margin:0 auto;
}
/* ------------------ HEADER HERE -------------------*/
.header-section {
	padding:12px 0 0 0;
	margin:0;
	background:url(../img/header-bg.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
}
.header {
	padding:0;
	margin:0;
}
.logo {
	padding:0px 0 15px 0;
	margin:0;
	float:left;
	display:inline-block;
}
#logo a {
	display:inline-block;
}
#logo a	img {
	display:block;
}
.header-info {
	float:right;
	width:487px;
	display:inline-block;
}
.header-top {
	padding:0 0 34px 0;
	margin:0;
}
.header-social {
	padding:0 28px 0 3px;
	margin:0;
	float:left;
	display:inline-block;
}
.header-social ul {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
}
.header-social ul li {
	padding:0;
	margin:0 2px 0 0;
	float:left;
	display:inline-block;
}
.header-social ul li a {
	display:inline-block;
	background:url(../img/social-icons.png) no-repeat;
	width:18px;
	height:17px;
	transition:all ease-in-out .5s;
	-moz-transition:all ease-in-out .5s;
	-ms-transition:all ease-in-out .5s;
	-o-transition:all ease-in-out .5s;
	-webkit-transition:all ease-in-out .5s;
}
.header-social ul li a:hover {
	opacitY:0.8;
	transition:all ease-in-out .5s;
	-moz-transition:all ease-in-out .5s;
	-ms-transition:all ease-in-out .5s;
	-o-transition:all ease-in-out .5s;
	-webkit-transition:all ease-in-out .5s;
}
.header-social ul li a.fb {
	background-position:0px 0;
}
.header-social ul li a.gp {
	background-position:-20px 0;
}

.header-social ul li a.ct {
	background-position:-39px 0;
}

.header-links {
	padding:3px 0 0 0;
	margin:0;
	float:left;
}
.header-links ul {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
}
.header-links ul li {
	padding:0;
	margin:0 20px 0 0;
	float:left;
	display:inline-block;
}
.header-links ul li a {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
.header-links ul li a:hover {
	color:#fff601;
}
.header-links ul li a span {
	color:#fff601;
}
.header-links ul li a:hover span {
	color:#ffffff;
}
.header-links ul li:nth-last-child(1) {
	margin:0;
}
.search-section {
	padding:0;
	margin:0;
	width:460px;
	position:relative;
}
.search-section input {
	padding:0 50px 0 21px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:10.6px;
	line-height:36px;
	color:#ffffff;
	font-weight:normal;
	height:36px;
	border:none;
	background:#2f587c;
	outline:none;
	display:inline-block;
	width:100%;
}
.search-section .search-icon {
	padding:0;
	display:inline-block;
	background:url(../img/search-icon.png) no-repeat;
	width:32px;
	height:32px;
	position:absolute;
	right:13px;
	top:1px;
	cursor:pointer;
	outline:none;
}
.search-section .search-icon:hover {
	opacity:.7;
}
.search-section span.advanced {
	display: block;
	margin: 5px 0;
	padding:0;
	font-size:12px;
	
}
.search-section span.advanced a {
	color:#333;
}
/* ------------------------- NAVIGATION HERE ---------------*/
#nav-bg {
	padding:0;
	margin:0;
	width:100%;
	background:url(../img/nav-bg.png) repeat;
	position:relative;
}
#nav-bg.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#nav {
	padding:0;
	margin:0;
	position: relative;
}
#nav > ul {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	display:table;
}
#nav > ul > li {
	padding:0;
	margin:0;
	display:table-cell;
	list-style-type:none;
	text-align:center;
	border-right:solid 1px #dedede;
	vertical-align:middle;
}
#nav > ul > li > a {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:32px;
	color:#424242;
	font-weight:500;
	display:block;
	text-decoration:none;
}
#nav > ul > li > a.active {
	background:url(../img/nav-over.png) repeat;
}
#nav ul li a span  {
	background:none;
	width:100%;
	line-height: 40px;
	padding:1px 0 0 0;
}
#nav ul li span::before {
	background:url(../img/nav-over.png) repeat;
	color:#424242;
	font-size:0;
}
#nav ul li a:hover span, .product-nav ul li a:focus span {
	background: url(../img/nav-over.png) repeat;
	color:#424242;
}
#nav ul li:hover a span::before,#nav ul li:focus a span::before {
	font-size:13px;
	line-height: 42px;
}


#nav > ul > li:first-child a {
	padding:3px;
}

#nav ul li:hover > ul {
	display:block;
}

#nav ul li > ul {
	displaY:none;
	list-style: none;
	margin:0;
	padding: 10px 2%;
	left: 0;
	top: 100%;
	width:100%;
	background:#10436d;
	z-index:9999;
	position: absolute;
	-webkit-box-shadow: 3px 7px 8px -3px rgba(59,54,59,1);
	-moz-box-shadow: 3px 7px 8px -3px rgba(59,54,59,1);
	box-shadow: 3px 7px 8px -3px rgba(59,54,59,1);
}
#nav ul li > ul > li {
	display: inline-block;
	vertical-align: top;
	margin:0 2% 6px 0;
	padding:0;
	width:23%;
	float:left;

}
#nav ul li > ul > li:last-child {
	border-bottom: none;
}
#nav ul li ul li a {
	font-size:14px;
	color:#fff;
	padding: 0px 0 2px;
	display: block;
	border-bottom: 1px solid transparent;
	font-weight:400;
	text-align: left;
}
#nav ul  li > ul > li:hover a, #nav ul li > ul > li a.active {
	border-bottom:1px solid #fff ;
}
.sub {
	display:none;
}
#mobile_menu {
	display:none;
}
#nav ul li a img {
	margin:0 7px 0 0;
	vertical-align:middle;
	display:inline-block;
	text-align:left;
}
/* ------------------------ BANNER CONTENT HERE --------------*/
.banner-bg {
	padding:38px 0 36px 0;
	margin:0;
	width:100%;
	background:#e8e8e8;
	box-shadow:inset 0 12px 8px -8px #c9c9c9;
}
.banner  {
	padding:0;
	margin:0;
	position:relative;
}
.banner > a > img {
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	display:block;
}
.banner-secction {
	padding:0;
	margin:0;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.banner-block {
	padding:0;
	margin:88px 16.5% 0 0;
	width:370px;
	float:right;
}
.banner-block h1 {
	padding:0 0 16px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:29px;
	line-height:29px;
	color:#ffffff;
	font-weight:500;
}
.banner-block p {
	padding:0 0 0 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:23px;
	color:#ffffff;
	font-weight:bold;
}
.banner-block p	span {
	color:#f5fe00;
}	
/* ------------------------ MIAN CONTENT HERE --------------*/
.main-content {
	padding:0 0 0 0;
	margin:0;
	width:100%;
	background: #e8e8e8;
}
/*** Product-section ***/
/*** Product-Navigation ***/
.product-section {
	padding:0;
	margin:0;
	float: left;
	width:100%;
	background: none;
}
.product-nav-bg {
	padding:0;
	/* margin:0 0 37px 0;
	*/ width:100%;
	background:#10436d;
	position:relative;
}
.product-nav {
	padding:0;
	margin:0;
}
.product-nav ul {
	padding:0;
	margin:0;
	display:inline-block;
	float:left;
	border-left:solid 1px #435d73;
}
.product-nav ul.noborder {
	border-left:none;
}
.product-nav ul li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	display:inline-block;
	border-right:solid 1px #435d73;
}
.product-nav ul li.noborder {
	border-right: none;
}
.product-nav ul li a {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:40px;
	color:#ffffff;
	font-weight:500;
	display:block;
	text-decoration:none;
	height:40px;
	text-align:center;
}
.product-nav-bg ul li a:hover, .product-nav-bg ul li.active a {
	background:#0f3a5e;
}
.product-nav ul li a span {
	padding:0 14px;
	background: #10436d;
}
.product-nav ul li span::before {
	background:#0f3a5e;
}
.product-nav ul li a:focus span, .product-nav ul li a:focus span, .product-nav-bg ul li.active a span {
	background: #0f3a5e;
	color:#ffffff;
}
/*** Products ***/
.product-bg {
	padding:25px 0 23px 0;
	margin:0;
	width:100%;
	background:#ececec;
	box-shadow: inset 0 12px 8px -8px #c9c9c9,inset 0 -8px 8px -8px #c9c9c9;
}
.product-block {
	padding:0;
	margin:0;
	text-align:center;
}
.product-block_inner {
	position: relative;
	padding:0;
	margin:0;

	width:100%;
}
.product-block.menutab {
	display:none;
}
.product-block.menutab.active {
	display: block;
}
.product-block ul {
	padding:0;
	margin:0 0 0 50px;
	width: calc(100% - 100px);
	-moz-width: calc(100% - 100px);
	-ms-width: calc(100% - 100px);
	-o-width: calc(100% - 100px);
	-webkit-width: calc(100% - 100px);
	display:inline-block;
}
.listing .product-block ul {
	width: 100%;
	margin: 0;
}
.product-block ul li {
	padding:0 5px 0 5px;
	margin:0;
	display:inline-block;
	float:left;
	width:20%;
}
.listing .product-block ul li {
	width:20%;
}
.product-block ul li .con {
	padding:24px 28px 14px 28px;
	margin:0;
	background:#ffffff;
}
.product-block ul li small {
	padding:0 0 5px 0;
	margin:0;
	display:inline-block;
	width:100%;
	
}
.free_shipping_cnt {
	position: relative;
	display: block;
}
.free_shipping_cnt .free_shipping {
	position: absolute;
	z-index:100;
	left:0;
	top:0;
	background: rgba(16,67,109,0.7);
	color: #fff;
	font-size:13px;
	padding:5px;
	text-align: center;
	width:100%;
	
}
.product-block ul li small img {
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	display:block;
}
.product-block ul li .con:hover small img {
	opacity:0.7;
}
.product-block ul li h4 {
	padding:8px 0 5px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000;
	font-weight:normal;
}
.product-block ul li h5 {
	padding: 4px 0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333;
	font-weight:normal;
	margin: 0 0 5px;
	
}
.product-block.menutab ul li h4 {
	height: 39px;
	overflow: hidden;
	display: block;
}
.product-block ul li span {
	padding:0 0 0 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:15px;
	color:#10436d;
	font-weight:normal;
	width:100%;
	display:inline-block;
}
.product-block	.lft-arrow {
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:30px;
	background:url(../img/lft-arrow.png) no-repeat center #f7f7f7;
}
.product-block	.lft-arrow:hover,.product-block	.rgt-arrow:hover {
	opacity:.7;
}
.product-block	.rgt-arrow {
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:30px;
	background:url(../img/rgt-arrow.png) no-repeat center #f7f7f7;
}
.product-block .more {
	text-align: center;
	margin:4px 0 0;
	display: block;
}
.notice_outer {
	background: #fff;
	width:100%;
	display: inline-block;
	margin: 0 0 35px;
	
}
.notice_outer.in {
	margin: 0px 0 20px;
}
.notice_outer h6 {
	padding:18px 0 14px 4px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
/*About-Section*/
.information-bg {
	padding:0;
	margin:0;
	width:100%;
	background:#e8e8e8;
	box-shadow:inset 0 8px 8px -8px #c9c9c9;
}
.information-section {
	padding:38px 0 41px 0;
	margin:0;
	display:table;
	width:100%;
}
.information-section h2 {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:42px;
	color:#ffffff;
	font-weight:normal;
	background:#10436d;
	display:inline-block;
	width:100%;
	text-align:center;
	height:39px;
}
.information-section h2 a {
	color:#ffffff;
}
.side-menu {
	padding:0;
	margin:0;
	display:table-cell;
	width:19.8%;
	background: #ffffff;
	vertical-align:top;
}
.side-menu ul {
	padding:16px 0 11px 0;
	margin:0;
	box-shadow: inset 0 12px 8px -8px #c9c9c9;
}
.side-menu ul li {
	padding:0;
	margin:0;
	list-style-type:none;
	border-bottom:solid 1px #e8e8e8;
}
.side-menu ul li:nth-last-child(1) {
	border:none;
}
.side-menu ul li a {
	padding:8px 0 7px 20px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#2b2a29;
	font-weight:500;
	display:block;
	text-decoration:none;
}
.side-menu ul li a:hover, .side-menu ul li a.active {
	background:#f3faff;
}	
.banner_request {
	float: left;
	width: 356px;
	max-width:356px;
}
.banner_request img {
	width:100%;
	height: auto;
}
.information-block.map {
	width: 65%; /* fallback if needed */
	width:calc(100% - 356px - 30px);
}

.information-block {
	padding:0;
	margin:0;
	float:right;
	background:#ffffff;
	display:inline-block;
	width:98.5%;
}
.information-block.wholepage {
	width: 100%;
	text-align:left;
}
.information-block > h2 {
	text-align:left;
	padding:0 0 0 26px;
}
.information-con {
	padding:41px 55px 41px 30px;
	margin:0;
	box-shadow: inset 0 12px 8px -8px #c9c9c9;
}
.information-con > a > img {
	margin:0 21px 0 0;
	float:left;
	display:inline-block;
}
.information-con > h3 {
	padding:0;
	margin:7px 0 18px 0;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:24px;
	color:#2b2a29;
	font-weight:normal;
	display:inline-block;
}
.information-con > h3 a {
	color:#2b2a29;
}
.information-con > h3:hover a {
	color:blue;
}
.information-block .sdesc {
	padding:0 0 28px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#2b2a29;
	font-weight:300;
}
.information-block .sdesc a {
	padding:0;
	display:inline-block;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:15px;
	color:#10436d;
	font-weight:normal;
	text-decoration:none;
}
.information-block .sdesc a:hover {
	color:black;
}

ul.breadcrumbs {
	list-style: none;
	margin:0;
	padding:0 10px;
	background:#10436d ;
	
}
ul.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	padding:0 2px;
	margin:0;
	font-size:14px;
	line-height:42px;
	color:#ffffff;
	font-weight:normal;
	display:inline-block;
}
ul.breadcrumbs li a {
	color:#fff;
	display: block;
	padding:0;
}

/* ------------------ FOOTER HERE --------------------------*/
.footer-section {
	padding:0;
	margin:0;
	width:100%;
	background:#10436d;
}
.footer {
	padding:29px 25px 20px 26px;
	margin:0;
}
.f_logo {
	padding:0;
	margin:0;
	display:inline-block;
	float:left;
}
.f_logo a {
	padding:0;
	margin:0;
	display:inline-block;
}
.f_logo a img {
	padding:0;
	margin:0;
	display:block;
}
.footer-info {
	padding:10px 0 0 0;
	float:right;
	display:inline-block;
	width:67.3%;
}
.footer ul {
	padding:0 0 0 0;
	margin:0;
	float:left;
	display:inline-block;
}
.footer ul li {
	padding:0;
	margin:0 30px 0 0;
	float:left;
	display:inline-block;
	list-style-type:none;
}
.footer ul li:nth-last-child(1) {
	margin:0;
}
.footer ul li a {
	padding:0 11px;
	margin:0;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:32px;
	color:#ffffff;
	font-weight:300;
	text-decoration:none;
}
.footer ul li a:hover {
	background:#154f7f;
}
.footer p {
	padding:9px 0 0 10px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	color:#ffffff;
	font-weight:normal;
}
.footer p a {
	color:#ffffff;
	text-decoration:none;
}
.footer p a:hover {
	text-decoration:underline;
}
.copy-bg {
	padding:0;
	margin:0;
	background:#08365c;
	width:100%;
}
.copy {
	padding:0;
	margin:0;
}
.copy p {
	padding:11px 0 11px 22px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#8b9dac;
	font-weight:normal;
}
.copy p a {
	color:#8b9dac;
	text-decoration:none;
}
.copy p a:hover {
	text-decoration:underline;
}
/* ---------------------------------------------------------*/


/******* Effect 20: 3D side *******/
.cl-effect-20 > li > a {
	webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}
.cl-effect-20 > li > a span {
	background: #facb46;
	position: relative;
	display: inline-block;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	-ms-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.cl-effect-20 > li > a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #9cbb80;
	*/ color: #fff;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	-ms-transform: rotateX(270deg);
	transform: rotateX(g);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-moz-transition: -ms-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
	text-align:center;
}
.cl-effect-20 > li:hover > a span, .cl-effect-20 > li:focus > a span {
	/*background: #facb46;
	*/
}
.cl-effect-20 > li:hover > a span::before, .cl-effect-20 > li:focus > a span::before {
	-webkit-transform: rotateX(10deg);
	-moz-transform: rotateX(10deg);
	-ms-transform: rotateX(10deg);
	transform: rotateX(10deg);
}

/* ---------------------------------------------------------*/
.nav-icon {
	display:none;
}
/* Menu-Icon */
.nav-icon {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
	top: 0px;
}
.nav-icon span:nth-child(2) {
	top: 10px;
}
.nav-icon span:nth-child(3) {
	top: 20px;
}
.nav-icon.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav-icon.open span:nth-child(2) {
	opacity: 0;
	right: -60px;
}
.nav-icon.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* ---------------------------------------------------------*/
.wholepage {
	width:100%;
}
.wholepage .incontent {
	padding: 20px 2.5%;
	background: #fff;

}
.wholepage input[type="text"], .wholepage input[type="password"], .wholepage textarea, .wholepage select {
	border: 1px solid #ccc;
}

/*engine stuff*/
.boxText {  font-size: 12px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; color:#000000 }
.stockWarning { font-size : 14px; color: #ac0000; }
.productsNotifications { 
*background: #815754; 
}
.orderEdit { font-size : 10px; color: #000; text-decoration: underline; }

TR.header {
}
TR.headerNavigation {
}


TR.headerError {
  background: #ff0000;
}
TD.headerError {
  
  font-size: 10px;
  color: #f3f3f3;
  font-weight : bold;
  text-align : center;
}
TR.headerInfo {
  background: #00ff00;
}
TD.headerInfo {
  
  font-size: 10px;
  background: #00ff00;
  color: #f3f3f3;
  font-weight: bold;
  text-align: center;
}
.infoBoxContents {
  
  font-size: 12px;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 12px;
}
TD.infoBoxHeading {
  
  font-size: 0px;
  color: #2c2c2c;
}
TD.infoBox, SPAN.infoBox {
  
  font-size: 12px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}
TABLE.productListing {
  border: 0px;
}
.productListing-heading {
  
  font-size: 12px;
  background: #ededed;
  color: #000000;
  font-weight: bold;
}
TD.productListing-data {
  
  font-size: 10px;
  font-weight: bold;
}

A.pageResults {
  color: #fff;
  background: #10436d ;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 3px;
  padding:3px 6px;
  text-align:center;
  font-size:14px;
}
A.pageResults:hover, A.pageResults.active {
  background:#fff;
  color:#000;

}
.pageHeading {
	font-weight: 400;
	font-size:22px;
	margin: 0 0 8px;
	padding:0;
	color:#000;
}
.pageHeading small {
	display:block;
	font-size:14px;
	padding: 5px 0 0;
	margin: 0;
}
h1.heading {
	margin: 0;
	padding:0;
	font-weight: 400;
	font-size:22px;
}

TD.main, P.main {
  


}
TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 10px;
  font-weight: bold;
}
TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}
TD.fieldValue {
  
  font-size: 12px;
}
TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}
SPAN.newItemInCart {
  
  font-size: 10px;
  color: #fff000;
  font-weight: bold;
}
SPAN.markProductOutOfStock {
  
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  
  color: #ff0000;
}
SPAN.errorText {
  
  color: #ff0000;
}
.moduleRow { background-color: #ffffff; border: 0px solid #787878;}
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f0f0f0; }
.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }
/* message box */
.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 14px; background-color: #ffb3b5; color: #000000;}
.messageStackSuccess {  font-size: 14px; background-color: #99ff00; }
.inputRequirement {  font-size: 10px; color: #ff0000; }

.checkradio, .checkradio_pre {
	cursor:pointer;
}
.checkedrow {
	color:#e9602e;
}

/*engine eof*/
.custom_btn {
	background: #10436d;
	padding: 5px 10px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-radius:3px;
	cursor: pointer;
	border:0;
}
.custom_btn:hover{
	background:#08365c; 
}
.custom_btn.subcat {
	width:24%;
	margin:0 1% 10px 0;
	padding: 15px 10px;
	display:inline-block;
	vertical-align: top;
}

.price_block .custom_btn {
	
	

	margin: 10px 0 0;
	border-radius:5px;
}
.price_block .custom_btn.cart {
	background:url(../img/short_cart3.gif) no-repeat 5px center #08365c;
	padding: 5px 5px 5px 20px;
}
.price_block .custom_btn.wishlist {
	background:url(../img/short_wishlist3.png) no-repeat 5px center #08365c;
	padding: 5px 5px 5px 22px;
}

.contact_us {
	width:45%;
	padding: 0 5% 0 0;
	
}
.contact_us.info {
	padding: 0 0 0 5%;
	text-align: left;
}
.contact_us input[type="text"], .contact_us input[type="password"], .contact_us textarea {
	width:350px;
	margin: 0 0 6px;
	border:1px solid #ccc;
	padding: 5px;
}
.register input[type="text"], .register input[type="password"], .register textarea, .register select {
	 background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
  width: 190px;
  padding: 5px;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}

.listing .clear5 {
	clear: both;
	display: block;
}

.product_left {
	width:20%;
	float: left;
	margin: 0 2% 0 0;
}
.product_left > a> img {
	width:100%;
	height: auto;
}
.product_right {
	width:78%;
	float: right;
}
.thumbs {
	margin: 10px 0 0;
	list-style: none;
	padding:0;
	display:inline-block;
	width:100%;
}
.thumbs li {
	display: inline-block;
	vertical-align: top;
	width:24%;
	margin: 0 1% 10px 0;
}
.price_block_outer {
	float: right;
	display:table;
	margin: 0 0 20px 20px;
}
.pinfo_share {
	margin: 0 0 10px;
	text-align: center;
}
.price_block {
	
	
	padding: 10px;
	background: #10436d;
	border-radius:3px;
	font-size:14px;
	color:#fff;
}
.price_block strong {
	margin:0 0 10px;
	display: block;
}
.pdesc p {
	padding: 0 0 20px;
	margin:0;
}

.shopping_cart input[type="text"] {
	min-width:30px;
	width:30px;
}
.shopping_cart td img {
	display: inline-block;
	float: left;
	padding: 0px 3px 3px 0px;
	width:100px;
	height:auto;
}

.scart_buttons {
	float: left;
	width:100%;
}
.scart_buttons:after {
	clear: both;
}
.scart_buttons .scart_button {
	display: inline-block;
}
.scart_buttons .scart_button input[type="submit"] {
	width:235px;
	display: none!important;
}
.scart_buttons .scart_button.padr {
	padding:0px 10px;
}
.scart_button.checkout {
	float:right;
}
table.basket {
	border-top: 1px solid #989dab;
	border-left: 1px solid #989dab;
	clear: both;
}
table.basket tr th, table.basket tr td {
	border-right: 1px solid #989dab;
	border-bottom: 1px solid #989dab;
	margin: 0px;
	padding: 20px;
}
table.basket tr td:first-child {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.basket tr th {
	background: #f2f2f2;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 40px;
}
table.basket tr .price {
	width: 90px;
}
table.basket tr.total td {
	background: #f2f2f2;
	text-align: right;
	font-size: 25px;
	line-height: 60px;
	padding: 0px 20px;
	color: #000;
}
table.basket tr td.price {
	font-size: 25px;
	color: #000;
	text-align: right;
	vertical-align: top;
}
table.basket tr .quantity {
	
	text-align: left;
	vertical-align: top;
}
table.basket tr .quantity p, #main table.basket tr .quantity p {
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
table.basket tr .quantity input {
	height: 30px;
	width: 50px;
	border: 1px solid #989dab;
	text-align: center;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
table.basket tr .quantity input + span {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 15px;
}
table.basket tr .quantity input + span a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 15px;
	width: 15px;
	font-size: 16px;
	line-height: 15px;
	color: #666;
}
table.basket tr .quantity p a {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	display: block;
}
table.basket tr .quantity p a:hover {
	text-decoration: underline;
}
table.basket tr .quantity p + p, #main table.basket tr .quantity p + p {
	margin: 0px;
}
table.basket tr td .products {
	margin: 0px;
	padding: 0px;
	min-height: 160px;
}
table.basket tr td .products p.photo, #main table.basket tr td .products p.photo {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	min-height: 160px;
	width: 160px;
	display: block;
}
table.basket tr td .products h3 {
	font-size: 18px;
	
	font-weight: normal;
	
	display: inline-block;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px;
}
table.basket tr td .products h3 span {
	display:block;
	padding:4px 0 0;
	margin:0;
	font-size:13px;
	color:#131313;
}
table.basket tr td .products p, #main table.basket tr td .products p {
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.listing form {
	display: inline-block;
	
}
.big_map iframe {
	width:100%;
}

.searchresults {
	display:none;
	position: absolute;
	width:100%;
	padding: 10px;
	background: #f1f1f1;
	border-radius:0px 0px 5px 5px;
	z-index:999999;
	color:#000;
	font-size:11px;
	top:36px;
	left:0;
}
.searchresults .searchpart {
	margin: 0px 0px 10px;

}
.searchresults span.close {
	background: url(/img/delete-icon.png) no-repeat left top;
	width:20px;
	height:20px;
	float:right;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.searchresults h3 {
	display:block;
	font-size:12px;
	font-weight: bold;
	margin:0px 0px 4px 0px;

}
.searchresults .result {
	display: block;
	margin:4px 0px;
	font-size:11px;
}
.searchresults .result em {
	width:370px;
	display: inline-block;
}
.searchresults .result em img {
	display:inline-block;
	float: left;
	padding:0 6px 6px 0;
}
.searchresults .result em u {
	color:#000;
}
.searchresults .result span {
	float: right;
	padding:0px 0px 0px 4px;
}

.book_request_link {
	display: block;
	margin:0px auto;
	font-size:16px;
}
.nice_fields input[type="text"], .nice_fields input[type="password"], .nice_fields textarea, .nice_fields select {
	width:400px;
	max-width:100%;
	border:1px solid #ccc;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}
.manufacturers_letters {
	margin:10px 0 20px;
	padding: 10px 5px;
	background:#ebebeb;
	display: block;
	
}

.manufacturers_letters a {
	margin: 0px 5px ;
	color:#000;
	font-size:14px;
	display:inline-block;
}
.manufacturers_letters a.active {
	font-weight: bold;
}
.letteranchor {
	display:none;
	
}
.manufacturers_listing {
	/*  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;*/
  
}
.manufacturers {
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	width:20%;
	text-align: center;

	word-wrap: break-word;
}
.manufacturers h5 {
	margin: 0;
	padding: 0;
	font-size:14px;
}
.manufacturers h5 small {
	display: block;
	padding: 3px 0 0;
	text-align: center;
}


.login_register .customer_extra_fields_row {
	display: none;
}
.login_register .customer_extra_fields_row.active {
	display: table-row;
}

#customer_extra_fields_toggle {
	cursor: pointer;
}

.register_col input[type="text"], .register_col input[type="password"], .register_col select, .register_col textarea {
	width: 200px;
	max-width:90%;
	border:1px solid #ccc;
	border-radius:4px;
	padding: 5px;
	font-size:13px;
	 -webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

.login_box {
	width:49%;
	float: left;
}
.login_box.member {
	
	float: right;
}
#emailcheckresult {
	background:url(../img/tick_yes_no.png) no-repeat left top;
	display: inline-block;
	visibility:hidden;
	margin:0px 0px 0px 6px;
	width:16px;
	height:16px;
	vertical-align: middle;
}
#emailcheckresult.good {
	background-position: left top;
}
#emailcheckresult.bad {
	background-position: right top;
}
#emailcheckmessage {
	display: inline-block;
	visibility: hidden;
	position:absolute;
	z-index:1;
	background:#e0e0e0;
	padding:5px;
	border-radius:5px;
	color: #000;
	max-width: 300px;
	margin:0px 0px 0px 6px;
}

#emailcheckloader {
	background:url(../img/load-indicator.gif) no-repeat left top;
	display: inline-block;
	visibility:hidden;
	margin:0px 0px 0px 6px;
	width:16px;
	height:16px;
	vertical-align: middle;
}
select {
	cursor: pointer;
}
.custom_btn.green {
	background: #4ca90a;
}
.login_register .custom_btn {
	padding: 15px 20px;
}
.login_register .custom_btn:hover{
	opacity: 0.8;
}