/*====================================== Project info here ========================================*/
/* 
Project Name : katerelos
Version : 3.0
Date : 04-12-2013
*/
/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn,  var {
	font-style:normal;
	font-weight:400;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:700;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

.clear_0 {
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
}
.clr, .clear {
	clear: both;
}
.last {
	margin:0 !important;
}
.pad_last {
	padding:0 !important;
}
.no_bg {
	background:none !important;
}
/**************************************************************************************/
a {
	color:#000;
	text-decoration:none;
	outline:0 none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
/*----------------------------------------------------------------------------------*/
html {
}
body {
	color:#b1b1b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background:#f8f8f8;
}
body.index {
	/*background:#f8f8f8!important;*/
}
.flt_Lt {
	float:left;
	display:inline;
}
.flt_Rt {
	float:right;
	display:inline;
}
/*---------------------------------------------------------------------------------
	LAOUT
---------------------------------------------------------------------------------*/
.wrapper {
	margin:0 auto;
}
.innerWrap {
	width: 1200px;
	/*overflow: hidden;*/
	background:#fff;
	margin: 0 auto;
	
	padding: 0 0px 45px;
}
body.index .innerWrap {
	background: none;
	padding:0;
}
.whiteWrap {
	background: #fff!important;
}

.padd_wrapper {
	padding: 0 0;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 width:100%;
} 
#header .padd_wrapper {
	padding: 0 15px;
}
.innerWrap.iApp {
	width:320px;
	padding:0;
}
.container {
	width:1200px;
	margin:0 auto;
}
.container-fluid {
	width:98%;
	margin: 0 auto;
}
.main_content {
}
#header {
	display:inline-block;
	vertical-align: top;
	width:100%;
}
/*---------------------------------------------------------------------------------
	HEADER HERE
---------------------------------------------------------------------------------*/
.header_top {
	margin: 0 0 6px;
}
.topSection {
	display: inline-block;
	width: 100%;
	/*min-height: 65px;*/
	padding: 0;
}
.toplinks {
	float: right;
}
.socialMedia {
	float: right;
	padding: 9px 0 0;
}
.socialMedia li {
	float: left;
	margin-left: 3px;
}
.socialMedia li a {
	display: block;
	background:#333;
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	font-size: 14px;
}
.socialMedia li a:hover {
	opacity: 0.8;
}
.socialMedia li.list1 a {
	background: url(../imagestemplate/sprite.png) no-repeat left top;
}
.socialMedia li.list1 a:hover {
	background: url(../imagestemplate/sprite.png) no-repeat left -26px;
}
.socialMedia li.list2 a {
	background: url(../imagestemplate/sprite.png) no-repeat -31px top;
}
.socialMedia li.list2 a:hover {
	background: url(../imagestemplate/sprite.png) no-repeat -31px -26px;
}
.socialMedia li.list3 a {
	background: url(../imagestemplate/sprite.png) no-repeat -62px top;
}
.socialMedia li.list3 a:hover {
	background: url(../imagestemplate/sprite.png) no-repeat -62px -26px;
}
.socialMedia li.list4 a {
	background: url(../imagestemplate/sprite.png) no-repeat -93px top;
}
.socialMedia li.list4 a:hover {
	background: url(../imagestemplate/sprite.png) no-repeat -93px -26px;
}
.phone {
	float: left;
	font: 400 23px/28px Arial, Helvetica, sans-serif;
	color: #161616;
	background: url(../imagestemplate/phone.png) no-repeat left center;
	padding: 0 27px 0 34px;
	margin-top: 9px;
}
/*.support {
	float: right;
	font: 400 11px/29px Tahoma, Geneva, sans-serif;
	color: #323232;
	background: url(../imagestemplate/support.png) no-repeat left center;
	padding: 0 32px 0 51px;
	margin-top: 9px;
}*/
.support em {
	color: #52926c;
}
.support img {
	display:block;
}
.topSection strong {
	float: right;
	font: 400 11px/12px Tahoma, Geneva, sans-serif;
	color: #323232;
	text-transform: uppercase;
	padding: 0 0px 0 0;
	margin: 10px 0 0;

	text-align: left;
}
.topSection strong > a {
	float: none;
	display: inline-block;
	color: #323232;
	padding: 0 0 0 18px;
	line-height: 40px;
	vertical-align:top;
}
.topSection .support {
	padding: 0 0px 0 0px;
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align:top;

	
}
.topSection strong a:hover {
	color: #f00;
}
.headSection {
	clear: both;

	padding: 0;
}
.logo {
	float: left;
	padding: 35px 0 0;
}
.header_right {
	float: right;
}
#logo {
	
	width: 302px;
	height: 97px;
	padding-left: 3px;
}
.headRight {
	float: right;

	padding: 0;
}
.search_cont {
	float: right;
	margin: 10px 0 0;
}

.search {
	height: 50px;
	background: url(../imagestemplate/search-bg.gif) no-repeat left top;
	padding: 0 0 0 15px;
	float:left;
	position: relative;
}

.input1 {
	float: left;
	width: 225px;
	height: 50px;
	font: 400 14px/50px Tahoma, Geneva, sans-serif;
	color: #565656;
	*text-transform: uppercase;
	background: none;
	border: none;
	outline: none;
}
.searchBtn {
	float: right;
	width: 75px;
	height: 54px;
	margin: -2px -2px 0 0;
	background: url(../imagestemplate/search-btn-bg.png) no-repeat left top;
	border: none;
	outline: none;
	cursor: pointer;
}
.searchBtn:hover {
	background: url(../imagestemplate/search-btn-hr.png) no-repeat left top;
}
.topMenu {
	float: right;
	*width: 500px;
	padding: 20px 0 0;
	position: relative;
}
.topMenu span.welcome {
	
	padding:0px 0px 0px 0px;
	display: inline-block;
}
.topMenu span.welcome strong {
	position: relative;
	top:4px;
	font-size:9pt;
	color:#ff0000;
	font-weight:normal;
}
.topMenu span.welcome a {
	background: url(../imagestemplate/logoff.png) no-repeat left top;
	width:24px;
	height:24px;
	display:inline-block;
	float:right;
	margin:0px 0px 0px 8px;
}
.topMenu span.welcome a:hover {
	background-position:right top;
}
.topMenu ul {
	float: right;
}
.topMenu ul li {
	float: left;
	margin: 0 0 0 2px;
	padding:0;
}
.topMenu ul li.list1 > a {
	background: url(../imagestemplate/user.gif) no-repeat right center;
	
}
.topMenu ul li.list2 > a {
	background: url(../imagestemplate/cart.gif) no-repeat right center;
}
.topMenu ul li.list3 > a {
	background: url(../imagestemplate/fund.gif) no-repeat right center;
}


.topMenu ul li > a {
	display: block;
	font: 400 12px/25px Arial, Helvetica, sans-serif;
	color: #565656;
	*text-transform: uppercase;
	padding: 0 10px 0 0;
}
.topMenu ul li > a .logged_name {
	display: inline-block;
	vertical-align: top;
	height: 25px;
	max-width: 100px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight:bold;
}
.topMenu ul li > a.logoff {
	padding: 0px 0 0 6px;
	font-size:20px;
	
}
.topMenu ul li > a:hover {
	color: #F00;
}

.topMenu ul li.popup {

}

.contentsboxpopup {
	display: none;
	background: #cf1212;
	padding: 15px 10px;
	width:400px;
	position: absolute;
	border-radius:0px 0px 0px 8px;
	top:100%;
	color:#fff;
	font-size:8pt;
	z-index:199;
	right:0;

}
.contentsboxpopup p {
	padding:0px 0px 4px 0px;
	margin:0;
	word-wrap:no-wrap;
	width:100%;
	*height: 16px;
	overflow:hidden;
}
.contentsboxpopup p a, .contentsboxpopup p a:hover {

	color:#fff!important;
	background:none;

}
.contentsboxpopup p span.price {
	*float:right;
	display:inline-block;
	padding:0px 0px 0px 4px;
	color:#fff;
}
.contentsboxpopup p.last {
	margin-top:6px;
	
}
.contentsboxpopup p.last a {
	color:#fff;
}

.topMenu ul li.popup:hover .contentsboxpopup
{
	display:block;
}
/*---------------------------------------------------------------------------------
	NAVIGATION HERE
---------------------------------------------------------------------------------*/
#nav {
	float: left;
	position: relative;
	width: 100%;
	height: 49px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #ccc 0px -1px 3px;
	-moz-box-shadow: #ccc 0px -1px 3px;
	box-shadow: #ccc 0px -1px 3px;
	background: #DD2500;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DD2500), to(#a71c00));
	background: -webkit-linear-gradient(#DD2500, #a71c00);
	background: -moz-linear-gradient(#DD2500, #a71c00);
	background: -ms-linear-gradient(#DD2500, #a71c00);
	background: -o-linear-gradient(#DD2500, #a71c00);
	background: linear-gradient(#DD2500, #a71c00);
	-pie-background: linear-gradient(#DD2500, #a71c00);
	behavior: url(js/css3-pie.htc);
}
#nav > ul {
	padding: 0;
	margin: 0;
}
#nav > ul > li {
	float: left;
	background: url(../imagestemplate/divider.gif) no-repeat left center;
	padding: 0 0 0 1px;
	margin: 0;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
#nav ul li.home {
	background: none;
	padding-left: 0;
}
#nav ul > li > a {
	position: relative;
	display: block;
	font: 700 14px/49px Tahoma, Geneva, sans-serif;
	color: #fff;

	padding: 0;
	behavior: url(js/css3-pie.htc);
}
#nav ul li a strong {
	display: block;
	margin: 0;	
	padding: 0 11px;
	font-style:normal;
	font-weight:400;
}
#nav ul li.has_subcats a strong i {
	visibility: hidden;
	display: inline-block;
}
#nav ul li.has_subcats a:hover strong i {
	visibility: visible;
}
#nav ul li.home a {
	padding: 0;
}
#nav ul li.home a span {
	display: block;
	width: 64px;
	height: 49px;
	background: url(../imagestemplate/home.png) no-repeat center center;
	padding: 0;
	cursor: pointer;
}
#nav ul li.home a:hover span, #nav ul li.home a.active span {
	background: url(../imagestemplate/home-hr.png) no-repeat center center;
}
#nav ul > li > a:hover, #nav ul li.home a.active, #nav ul > li > a.active {
	color: #f00;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(#ffffff, #cccccc);
	background: -moz-linear-gradient(#ffffff, #cccccc);
	background: -ms-linear-gradient(#ffffff, #cccccc);
	background: -o-linear-gradient(#ffffff, #cccccc);
	background: linear-gradient(#ffffff, #cccccc);
	-pie-background: linear-gradient(#ffffff, #cccccc);
}
/*#nav ul li.has_subcats a strong::after {
	content:'\2193';
	float: right;
	margin: -2px 0 0 5px;
	opacity:0;
}
#nav ul li.has_subcats a.active strong::after, #nav ul li.has_subcats a:hover strong::after {
	opacity:1;
}*/
#nav ul li.has_subcats a:hover strong,#nav ul li a.active strong {
	/*background: url(../imagestemplate/dwnArrow.png) no-repeat right center;*/
}
#nav ul li.home a:hover, #nav ul li.home a.active,#nav ul li.home a.active span {
	border-radius: 3px 0 0 3px;
}

#nav ul li.has_subcats {
	
}
#nav > ul > li.has_subcats:hover .subcats_container {
	display: block;
	
}
#nav ul li.has_subcats .subcats_container {
	display:none;
	top:100%;
	left:0;
	position:absolute;
	background:#fff;
	padding:10px;
	z-index:99999;
	width:100%;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 
	border-radius:0px 0px 0px 0px;
	
	-webkit-box-shadow: #ccc 5px 8px 13px;
	-moz-box-shadow: #ccc 5px 8px 13px;
	box-shadow: #ccc 5px 8px 13px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

#nav ul li.has_subcats .subcats_container div.subcat {
	display:inline-block;
	vertical-align: top;
	width:19%;
	margin:0px 0 20px 0;
	padding:0 20px 0 0;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
#nav ul li.has_subcats .subcats_container div.subcat h4 {
	padding:0;
	margin:0px 0px 5px 0px;
	font-size:14px;
	font-weight: normal;
	color:#fff;
	background:#d50000;
	text-align: center;
	border-radius:2px 2px 2px 2px;
}
#nav ul li.has_subcats .subcats_container div.subcat h4 a {
	color:#fff;
	display: block;
	padding:8px 6px;
}
#nav ul li.has_subcats .subcats_container div.subcat ul {
	margin:0;
	padding:0;
	width:100%;
}
#nav ul li.has_subcats .subcats_container div.subcat ul li {
	padding: 0;
	margin:0;
	width:100%;
		line-height: 1;
}
#nav ul li.has_subcats .subcats_container div.subcat ul li a {
	display:block;
	color:#333;
	padding:4px;
	font-weight:normal;
	font-size:12px;
	text-transform: none;
	line-height: 1;
}
#nav ul li.has_subcats .subcats_container div.subcat ul li a:hover {
	color:#f84c27;
	background: none;
	
}
.nopadding {
	padding: 0!important;
}
/*---------------------------------------------------------------------------------
	MAIN CONTENT HERE
---------------------------------------------------------------------------------*/
.contentBlock {
	/*float: left;*/
	width: 100%;
	padding: 0px 0 0;
	margin: 16px 0 0;
}
.leftContent {
	float: left;
	width: 910px;
	padding: 0;
}
.leftContent.apart {
	float: none;
	width:100%;
	display: block;
}

/*new slider*/
#startsliderctr{
    width: 100%;
    /*min-height: 374px;*/
    position: relative;
	 z-index:0;
	 margin: 0;
}
#startsliderctr ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#startsliderctr ul li img {
	width:100%;
	height: auto;
}
.slider_btn {
	margin:0;
	padding:0;
	position:absolute;
	bottom:5px;
	left:0;
	z-index:999;
}
.slider_btn a {
	display: block;
	background: #fff;
	margin: 0 0px 0 5px;
	text-indent: -9999px;
}
.slider_btn .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	width:18px;
	height: 16px;
}
.slider_btn a.active, .slider_btn a:hover {
	background: #ac0000;
}
.slider_btn ul {
	margin:0;
	padding:0;
	display:inline-block;
}
.slider_btn ul li {
	margin:0 5px 0 0;
	padding:0;
	display:inline-block;
	float:left;
}
/* new slider end */

.banner {
	display: block;
	width: 100%;
	min-height: 374px;
	background: url(../imagestemplate/shadow-1.png) no-repeat center bottom;
	background-size:100% 65px;
	padding: 0 0 24px 0;

}
.banner img {
	width:100%;
	height: auto;
}
.middleMenu {
	display: inline-block;
	width: 100%;
	padding: 0px 0 0;
		-webkit-box-shadow: #ccc 0px -1px 2px;
	-moz-box-shadow: #ccc 0px -1px 2px;
	box-shadow: #ccc 0px -1px 2px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#e0e0e0));
	background: -webkit-linear-gradient(#FFFFFF, #e0e0e0);
	background: -moz-linear-gradient(#FFFFFF, #e0e0e0);
	background: -ms-linear-gradient(#FFFFFF, #e0e0e0);
	background: -o-linear-gradient(#FFFFFF, #e0e0e0);
	background: linear-gradient(#FFFFFF, #e0e0e0);
	-pie-background: linear-gradient(#FFFFFF, #e0e0e0);
	behavior: url(js/css3-pie.htc);
}
.middleMenu li {
	float: left;
	border-right:1px solid #ccc;

}
.middleMenu li:last-child {
	border-right:none;
}
.middleMenu li a {
	position: relative;
	display: block;
	min-width: 232px;
	color: #5e5e5e;
	font: 700 12px/52px Tahoma, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	
}
.middleMenu li a:hover, .middleMenu li.active a {
	color: #fff;
	background: #DD2500;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DD2500), to(#a71c00));
	background: -webkit-linear-gradient(#DD2500, #a71c00);
	background: -moz-linear-gradient(#DD2500, #a71c00);
	background: -ms-linear-gradient(#DD2500, #a71c00);
	background: -o-linear-gradient(#DD2500, #a71c00);
	background: linear-gradient(#DD2500, #a71c00);
	-pie-background: linear-gradient(#DD2500, #a71c00);
}
.productColumn {
	float: right;
	position: relative;
	width: 271px;
	min-height: 456px;
	padding: 0;
	background: #fff;
	-moz-box-shadow: inset 0 0 10px #f4f4f4;
	-webkit-box-shadow: inset 0 0 10px #f4f4f4;
	box-shadow: inset 0 0 10px #f4f4f4;
	behavior: url(js/css3-pie.htc);
}
.productColumn.apart {
	width: 100%;
		min-height: inherit;
		float: none;
		display:inline-block;
		margin: 10px 0 0;
		-moz-box-shadow: inset 10px 10px 10px #f4f4f4;
	-webkit-box-shadow: inset 10px 10px 10px #f4f4f4;
	box-shadow: inset 10px 10px 10px #f4f4f4;
}
.index_module .productColumn.apart {
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width:100%;
	padding: 0;
	background: none;
	
}
.index_module.index_categories .productColumn.apart {
	display: flex;
	align-items: stretch; 
	flex-wrap: wrap; 
	  gap: 1rem; 
	  -webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.productColumn.apart .ribbon {
	right: 0;
}
.productColumn .ribbon {
	position: absolute;
	right: -3px;
	top: -3px;
	z-index: 20;
	width: 65px;
	height: 66px;
}
.productBox {
	float: left;
	width: 200px;
	padding: 20px 0 10px 30px;
}
.productColumn.apart .productBox {
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:15.8%;
	padding: 5px;
	margin: 0 1% 0 0;
	background:#fff;
	border-radius:3px;
}
.productColumn.apart .productBox.last {
	margin: 0;
}
.index_sections .productColumn.apart .productBox {
	width: 32.66%;
	margin-bottom:20px;
}
.index_sections.index_categories .productColumn.apart .productBox {
	width: auto;
	float: none;
	margin-left:auto;
	margin-right:auto;
	
	  flex: 1;
  
  padding-top:10px;
  padding-bottom:10px;
  display: flex;
  align-items: center;   
  justify-content: center;
	
}
.index_sections.index_categories .productColumn.apart .productBox:hover {
	opacity: 0.8;
}
.productBox img {
	width:100%;
	height: auto;
}

.productBox span {
	display: block;
}
.productBox p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    /* font-family: Tahoma, Geneva, sans-serif; */
    line-height: 20px;
    text-align: center;
    padding: 0px 8px;
    margin: 4px 0 0;
	
}
.index_sections .productBox p {
	text-align: left;
}
.index_sections.index_categories .productBox p {
	width: calc(100% - 120px);
}
.productBox p > a {
	color: #2f2f2f;
	height: 40px;
	overflow: hidden;
	display: block;
	
}
.index_sections .productBox p > a {
	line-height:40px;
	text-align: left;
}
.index_sections.index_categories .productBox p > a {
	line-height:20px;
	overflow:visible;
}
.productBox p small {
	display: block;
	font-size: 14px;
	color: #ae1d00;
}
.index_sections .productBox p small {
	font-size:12px;
	height: 45px;
	line-height:15px;
	overflow: hidden;
	text-overflow:ellipsis;
}
.productBox p small a {
	color: inherit;
}
.productBox p small i {
	font-style: normal;
	color: #2f2f2f;
	text-decoration: line-through;
}
.buttons {
	display: inline-block;
	width: 100%;
	padding: 10px 0 0;
	text-align: center;
}
.buttons a.link1 {
	display:inline-block;
	vertical-align: top;
	position: relative;
	width: 65px;
	height: 23px;
	background: url(../imagestemplate/btn-buy-listing.png) no-repeat left top;
	
/*	
	font: 700 12px/21px Tahoma, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #4FC07E;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4FC07E), to(#3ea469));
	background: -webkit-linear-gradient(#4FC07E, #3ea469);
	background: -moz-linear-gradient(#4FC07E, #3ea469);
	background: -ms-linear-gradient(#4FC07E, #3ea469);
	background: -o-linear-gradient(#4FC07E, #3ea469);
	background: linear-gradient(#4FC07E, #3ea469);
	-pie-background: linear-gradient(#4FC07E, #3ea469);
	behavior: url(js/css3-pie.htc);*/
	margin-left: 4px;
}

.buttons a.link2 {
	display:inline-block;
	vertical-align: top;
	position: relative;
	width: 65px;
	height: 21px;
	font: 700 12px/21px Tahoma, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #484848;
	border: 1px solid #dadada;
	background: #f0f0f0;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(#ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	-pie-background: linear-gradient(#ffffff, #eaeaea);
	behavior: url(js/css3-pie.htc);*/
	margin-left: 4px;
}

.fullbanner {
	margin: 30px 0;
	display: block;
}
.fullbanner.lastbanner {
	margin: 30px 0 0;
}

.fullbanner img {
	width:100%;
	height: auto;
}
.tabBlock {
	display: inline-block;
	width: 100%;
	background: #fff;
	-moz-box-shadow: inset 0 0 8px 10px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 10px #f4f4f4;
	box-shadow: inset 0 0 8px 10px #f4f4f4;
	behavior: url(js/css3-pie.htc);
	margin-top: 18px;
}
.tabBlock2 {
	margin-top: 29px;
}
.tabMenu {
	float: left;
	width: 100%;
	min-height: 59px;
	padding: 11px 0 0;
	background: #f1f1f1;
}
.tabMenu li {
	float: left;
}
.tabMenu li:first-child {
	padding-left: 20px;
}
.tabMenu li a {
	display: block;
	position: relative;
	font: 700 12px/48px Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	background: #000000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#444444));
	background: -webkit-linear-gradient(#000000, #444444);
	background: -moz-linear-gradient(#000000, #444444);
	background: -ms-linear-gradient(#000000, #444444);
	background: -o-linear-gradient(#000000, #444444);
	background: linear-gradient(#000000, #444444);
	-pie-background: linear-gradient(#000000, #444444);
	behavior: url(js/css3-pie.htc);
	padding: 0 35px;
	margin-left: 9px;
}
.tabMenu li a:hover, .tabMenu li.active a {
	padding-bottom: 11px;
	color: #000;
	-webkit-box-shadow: #fff 0px 0px 3px;
	-moz-box-shadow: #fff 0px 0px 3px;
	box-shadow: #fff 0px 0px 3px;
	background: #fefefe;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#ffffff));
	background: -webkit-linear-gradient(#fefefe, #ffffff);
	background: -moz-linear-gradient(#fefefe, #ffffff);
	background: -ms-linear-gradient(#fefefe, #ffffff);
	background: -o-linear-gradient(#fefefe, #ffffff);
	background: linear-gradient(#fefefe, #ffffff);
	-pie-background: linear-gradient(#fefefe, #ffffff);
}
.tabContent {
	float: left;
	width: 100%;
	padding: 0;

}
.tabContent.productColumn.apart {
	display: none;
	margin: 0;
}

.tabContent.productColumn.apart.active {
	display: inline-block;
}
.tabSlider {
	float: left;
	padding: 18px 0 55px 10px;
}
.tabSlider li {
	float: left;
	margin: 0 20px;
	padding:0;
	*border-right: 1px solid #c6d9ce;
	width:170px;
	height:280px;
	
}
.tabSlider li:first-child {
	border-left: none;
}
.tabSlider li span.img {
	display: block;
	width:100%;
	*padding-top: 20px;
	
}
.tabSlider li span.img img {
	width:100%;
	height: auto;
}
.tabSlider li div.title {
	display: inline-block;
	font: 400 12px/13px Arial, Helvetica, sans-serif;
	color: #5b5a5a;
	text-align: center;
	margin:13px 0px 6px 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
.tabSlider li div.title a {
	color: #5b5a5a;
}

.tabSlider li div.priceinfo {
	display: block;
}
.tabSlider li div.priceinfo span.price.oldprice {
	text-decoration: line-through;
	font-size: 9pt;
	padding:0px 0px 6px 0px;
	color:#333333;
	font-weight:normal;

}
.tabSlider li div.priceinfo span.price {

	font: 700 24px/25px Tahoma, Geneva, sans-serif;
	color: #e00c21;
	*background: url(../imagestemplate/cart2.png) no-repeat right center;
	*padding: 0 38px 0 10px;
}
.tabSlider li div.priceinfo span.newprice {
	font: 700 20px/21px Tahoma, Geneva, sans-serif;
}
.tabSlider li div.priceinfo span.price:hover {
	*background: url(../imagestemplate/cart-hr.png) no-repeat right center;	
}

.tabSlider li div.priceinfo a {
	display: inline-block;
	float:right;
	width:32px;
	height:24px;
	background: url(../imagestemplate/cart2.png) no-repeat left top;
}
.tabSlider li div.priceinfo a:hover {
	background-position:right top;
}

.tabSlider li b {
	text-decoration:line-through;
	display: inline-block;
	font-size:9pt;
	float:left;
	
}

.leftArrow {
	float: left;
	width: 38px;
	height: 52px;
	margin: 114px 0 0 20px;
}
.rightArrow {
	float: right;
	width: 38px;
	height: 52px;
	margin: 114px 29px 0 0;
}
.bottomContent {
	clear: both;
	overflow: hidden;
	position: relative;
	background: url(../imagestemplate/watermark.png) no-repeat center top;
	-moz-box-shadow: inset 0 0 8px 10px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 10px #f4f4f4;
	box-shadow: inset 0 0 8px 10px #f4f4f4;
	behavior: url(js/css3-pie.htc);
	margin-top: 25px;
	padding: 18px 26px 35px 23px;
}
.leftColumn {
	float: left;
	width: 546px;
	padding: 0;
}
.rightColumn {
	float: right;
}
.leftColumn h3 {
	position: relative;
	width: 250px;
	font: 700 12px/48px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	background: #000000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#444444));
	background: -webkit-linear-gradient(#000000, #444444);
	background: -moz-linear-gradient(#000000, #444444);
	background: -ms-linear-gradient(#000000, #444444);
	background: -o-linear-gradient(#000000, #444444);
	background: linear-gradient(#000000, #444444);
	-pie-background: linear-gradient(#000000, #444444);
	behavior: url(js/css3-pie.htc);
}
.leftColumn h3 a {
	color:#fff;
}
.leftColumn h4 {
	font: 400 18px/20px Tahoma, Geneva, sans-serif;
	color: #000;
	padding: 33px 0 12px 0;
}
.leftColumn h4 a {
	color:#000;
}
.leftColumn div.short {
	width: 340px;
	font: 400 12px/22px Tahoma, Geneva, sans-serif;
	color: #404040;
	padding: 0 0 20px 0;
}
.leftColumn span {
	position: relative;
	float: right;

	padding: 8px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	behavior: url(js/css3-pie.htc);
}
.more {
	position: relative;
	float: left;
	font: 700 11px/29px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 128px;
	height: 29px;
	background: #DD2500;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DD2500), to(#a71c00));
	background: -webkit-linear-gradient(#DD2500, #a71c00);
	background: -moz-linear-gradient(#DD2500, #a71c00);
	background: -ms-linear-gradient(#DD2500, #a71c00);
	background: -o-linear-gradient(#DD2500, #a71c00);
	background: linear-gradient(#DD2500, #a71c00);
	-pie-background: linear-gradient(#DD2500, #a71c00);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior: url(js/css3-pie.htc);
}
.more:hover {
	color: #fff;
	background: #FC051D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FC051D), to(#8f000e));
	background: -webkit-linear-gradient(#FC051D, #8f000e);
	background: -moz-linear-gradient(#FC051D, #8f000e);
	background: -ms-linear-gradient(#FC051D, #8f000e);
	background: -o-linear-gradient(#FC051D, #8f000e);
	background: linear-gradient(#FC051D, #8f000e);
	-pie-background: linear-gradient(#FC051D, #8f000e);
}
/*---------------------------------------------------------------------------------
	FOOTER HERE
---------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	display: block;
	min-height: 253px;
	background:#222222;
}
.footerLogo {
	float: left;
	margin: 30px 60px 0 8px;
}
.footerInfo {
	float:left;
	width:560px;
	margin:60px 0px 0px 10px;
}
.footerInfo a {
	color:#B1B1B1;
}
.footerList1 {
	width: 126px;
	float: left;
	padding: 50px 0 0;
}
.footerList1 h4 {
	color: #fff;
	font: 700 11px/15px Tahoma, Geneva, sans-serif;
}
.footerList1 ul {
	clear: both;
	overflow: hidden;
	padding: 6px 0 0;
}
.footerList1 ul li {
	width: 100%;
	float: left;
	padding: 5px 0 0;
}
.footerList1 ul li a {
	float: left;
	color: #ababab;
	font: 11px/14px Tahoma, Geneva, sans-serif;
}
.footerList1 ul li a:hover {
	color: #fff;
}
.footerListlast {
	width: 26px;
}
.footerList1.canon_partner {
	float: right;
	

}
.canon_partner img {
	max-width: 100%;
	height: auto;
}
.footerList3 {
	width: 115px;
}
.footerList4 {
	width: 112px;
}
.footerList5 {
	width: 133px;
}
.footerList6 {
	width: 120px;
}
.footerBottom {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 14px 0 14px;
	background:#000;
}
.copy {
	float: left;
	color: #d8d8d8;
	font: 11px/18px Tahoma, Geneva, sans-serif;
}
.menuList {
	float: left;
	padding: 3px 0 0 10px;
}
.menuList li {
	padding: 0 10px;
	float: left;
	background: url(../imagestemplate/footer-navdvdr.gif) no-repeat left center;
}
.menuList li:first-child {
	background:none;
}
.menuList li a {
	color: #d8d8d8;
	font: 11px/15px Tahoma, Geneva, sans-serif;
}
.menuList li a:hover {
	color: #fff;
}
.paymentCards {
	float: left;
	padding: 10px 0 0 10px;
}
.paymentCards li {
	float: left;
	padding: 0 0 0 2px;
}
/*---------------------------------------------------------------------------------
	INNER PAGE 1 HERE
---------------------------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 246px;
	min-height: 884px;
	padding: 13px 11px 13px 14px;
	-moz-box-shadow: inset 0 0 8px 10px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 10px #f4f4f4;
	box-shadow: inset 0 0 8px 10px #f4f4f4;
	behavior: url(js/css3-pie.htc);
}
.sideBox {
	float: left;
	padding: 0 0 10px 0;
}
.sideBox h3 {
	position: relative;
	width: 246px;
	font: 700 12px/48px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	background: #000000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#444444));
	background: -webkit-linear-gradient(#000000, #444444);
	background: -moz-linear-gradient(#000000, #444444);
	background: -ms-linear-gradient(#000000, #444444);
	background: -o-linear-gradient(#000000, #444444);
	background: linear-gradient(#000000, #444444);
	-pie-background: linear-gradient(#000000, #444444);
	behavior: url(js/css3-pie.htc);
	
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0 20px;
}
.sideBox h3 a {
	color:#fff;
}
.sideBox strong {
	display: block;
	font: 400 14px/14px Tahoma, Geneva, sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 20px 0 0 10px;
}
.sideBox ul {
	display: inline-block;
	width: 219px;
	padding: 5px 0 0 10px;
}
.sideBox ul li {
	float: left;
	width: 100%;
}
.sideBox ul li.hiddenfilter {
	display: none;
}
.sideBox ul li.hiddenfilter.showfilter {
	display: block;
}
.sideBox ul li a {
	display: block;
	font: 400 12px/27px Tahoma, Geneva, sans-serif;
	color: #000;

}
.sideBox ul li.topcat a {
	padding-left:0px;
}
.sideBox ul li.secondcat a {
	padding-left:26px;
}
.sideBox ul li.thirdcat a {
	padding-left:40px;
}
.sideBox ul li a:hover, .sideBox ul li a.active {
	color: #000;
	background: #f0f0f0;
}
/* new filter functions */
.sideBox.filter_box {
	
}

.sideBox.filter_box h3 {
	cursor: pointer;
}
.sideBox.filter_box h3::after {
	content:'\25bc';
	float: right;
}
.sideBox.filter_box.active h3::after {
	content:'\25b2';
	float: right;
}
.sideBox.filter_box h3 i, .sideBox h3 a.removefilter i {
	font-size: 12px;
	color: #ff0000;
	margin-left: 4px;
}
.sideBox.filter_box ul {
	display: none;
	position: relative;
	max-height: 150px;
	overflow: auto;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 width:100%;
	
}

.sideBox.filter_box.active ul {
	display: inline-block;
}
.sideBox.filter_box ul li a {
	line-height: 25px;
}
.sideBox.filter_box ul li a i {
	color: #eee;
	font-size:14px;
}
.sideBox.filter_box ul li a.active i {
	color: #a71c00;
}
.sideBox.filter_box ul li a.active {
	background: none;
}

.category_banner {
	width:900px;
	float: right;
	margin:0 0 10px;
}
.category_banner img {
	max-width:100%;
	display:block;
	margin: 0px auto;
	height: auto;
}
.productList {
	float: right;
	width: 830px;
	min-height: 910px;
	padding: 20px 35px 20px 35px;
	color:#000;
	-moz-box-shadow: inset 0 0 8px 10px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 10px #f4f4f4;
	box-shadow: inset 0 0 8px 10px #f4f4f4;
	behavior: url(js/css3-pie.htc);
}

.listing_subcat{
	display: block;
	cursor:pointer;
	padding: 10px 3px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 width:100%;
}

.listing_subcat.style
{
background-color:#fff; 
    position: relative;
    text-align: left;

    z-index: 1;

	float:left;
	cursor:pointer;
}

.listing_subcat.style2
{
    background-color: #EEEEEE;
    float: left;
	
    position: relative;
    text-align: left;
    z-index: 1;
	cursor:pointer;
}
.listing_subcat img {
	float:left;
}
.listing_subcat div {
	float:left;
	padding: 0px 0px 0px 10px;
}

/*product info */
.style-pr
{
	background-color:#fff; 
    position: relative;
    text-align: left;

    z-index: 1;
	padding: 3px;
	width:100%;
	cursor:pointer;
	float: left;
}

.style2-pr
{
    background-color: #EEEEEE;

	float:left;
    padding: 3px;
    position: relative;
    text-align: left;
    z-index: 1;
	cursor:pointer;
	width:100%;
}

.style2:hover, .style2-pr:hover {

	background-color:#DDDDDD;

}
.style:hover, .style-pr:hover {

	background-color:#DDDDDD;

}
.pr_apostoles {
	width:100%;
	height:300px;
	overflow:auto;
	padding:0px 10px 10px 0px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

.prdTop {
	float: left;
	width: 100%;
	padding: 0;
}
.prdMenu {
	float: left;
	padding: 29px 0 0;
}
.prdMenu li {
	float: left;
	background: url(../imagestemplate/divider2.gif) no-repeat left center;
}
.prdMenu li:first-child {
	background: none;
}
.prdMenu li:first-child a {
	padding-left: 0;
}
.prdMenu li a {
	display: block;
	font: 400 14px/16px Tahoma, Geneva, sans-serif;
	color: #ad1d00;
	padding: 0 6px;
}
.prdMenu li a:hover {
	color: #333;
}

.listing-filters {
	float:left;
	
}

.listing-filters .filter-title {

}
.listing-filters .filter-values-container {
	background:#fff;
	padding:4px 3px;
	text-align:left;
	margin-bottom: 5px;
	width:100%;
	font-size:9pt;

}

.listing-filters .filter-values-container  a:link{ color:#c00000;}
.listing-filters .filter-values-container  a:active{ color:#c00000;}
.listing-filters .filter-values-container  a:hover{ color:#c00000;}
.listing-filters .filter-values-container  a:visited{ color:#c00000;}
.listing-filters .filter-values-container  .activefilter{ font-weight:bold;}

.selectBox {
	float: right;
	*width: 114px;
	font: 400 12px/20px Tahoma, Geneva, sans-serif;
	color: #4d4d4d;
	margin: 0px 2px 0 0;
	display: inline-block;
}
.products {
	float: left;
	width: 100%;
	padding: 0;
}
.products li {
	position: relative;
	float: left;
	border: 1px solid #f2f2f2;
	padding: 0 0 10px;
	margin: 21px 0 0;
	width:100%;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

.products li .ribbon2 {
	height: 66px;
	position: absolute;
	left: -3px;
	top: -3px;
	width: 65px;
	z-index: 22;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
.listing_boxes .productBox {
	position: relative;
}
.listing_boxes .img a .ribbon2-left, .products li .ribbon2-left, .productBigimg .ribbon2-left {
	background: url(../imagestemplate/ribbon3-left.png) no-repeat left top;
	height: 60px;
	width: 60px;
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 22;
} 
.listing_boxes .img a .ribbon2-right, .products li .ribbon2-right, .productBigimg .ribbon2-right {
	background: #e23b30;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 22;
	padding: 5px;
	font-size:11px;
	color: #fff;
	border-radius:0 0 0 3px;
} 
.productBigimg .ribbon2-right {
	font-size: 14px;
}
.products li .ribbon2-right {
	display:none;
}
.leftPrdImg {
	float: left;
	padding: 12px 0 24px 27px;
	position: relative;
	width:25%;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.leftPrdImg .img {
	display:block;
	height: 200px;
	overflow: hidden;
}

.leftPrdImg table {
	width: 100%;
	height:inherit;
	table-layout: fixed;
}
.leftPrdImg .img.orientation_vertical img {
	height:auto;
	max-height: 160px;
	width:auto;
	max-width: 100%;
}
.leftPrdImg .img.orientation_horizontal img {
	max-width:100%;
	width: auto;
	height: auto;
}



.leftPrdImg .zoom {
	position: absolute;
	left: 76px;
	bottom: 0;
	z-index: 50;
	width: 16px;
	height: 16px;
}
.leftPrdImg .add {
	position: absolute;
	left: 96px;
	bottom: 0;
	z-index: 51;
	width: 16px;
	height: 16px;
}
.textbox {
	float: right;
	width: 70%;
	padding: 20px 0 0;
}
.textbox_in {
	display: table;
	table-layout: fixed;
	width:100%;
}
.textbox p {
	width: 360px;
	color: #212121;
	font: 400 13px/20px Tahoma, Geneva, sans-serif;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}
.textbox p a {
	color: #212121;
}
.textbox p em {
	display: block;
	color: #9d9d9d;
	padding-top: 10px;
}
.textbox .prices {
	display:table-cell;
	vertical-align: top;
	width:170px;
	text-align: center;
}
.textbox .prices b {
	display:block;
	font: 400 24px/24px Tahoma, Geneva, sans-serif;
	color: #111;
	
}
.textbox .prices b.cost {
	color: #f00;
}
.textbox .prices b.kerdos {
	text-align: center;
	font-size:16px;
}
.textbox .prices b.cost i {
	color: #848484;
	font-size: 14px;
	font-style: normal;
	text-decoration: line-through;
	padding-right: 5px;
}

.product_image_popup {
	background:#ffffff;
	padding:10px;
	display:none;
	position:absolute;
	z-index: 20px;
	margin:-120px 0px 0px 130px;
	float:right;
	z-index:1;

}

.product_image_popup_content {
	border:1px solid #c0c0c0;
	padding:10px;

} 

.apply_compare {
	padding:5px 6px;
	text-align:center;
}
span.compare {
	cursor:pointer;
	background:url(../imagestemplate/add.png) no-repeat left top;
	width:16px;
	height:16px;
	display:inline-block;
}
span.compare.active {
	background-position:right top;
}
.listing_compare {
	display: none;
}

.buttons2 {
	
	
	padding-top: 19px;
}
.products_message {
	display:block;
	margin:0 0 20px 0;
	background: url(../imagestemplate/products_message.png) no-repeat left top;
	width: 170px;
	height:54px;
}
.products_message.main_product_message {
	position:absolute;
	right:0px;
	top:-20px;
}
.products_message.products_kerdos {
	background: url(../imagestemplate/products_kerdos.png) no-repeat left top;
	
	
}
.buy .products_message.products_kerdos {
	margin: 0 0 0 10px;
	vertical-align: top;
	display: inline-block;
	background-size: 200px 50px;
	width:auto;
	height:auto;
}
.leftbox1 .products_message {
	display: inline-block;
	margin:0;
	float: left;
}
.products_message table {

	width: 110px;
	height:36px;
	overflow:hidden;
	display: inline-block;
	
	margin: 8px 20px 10px 50px;
	padding:0;
	table-layout: fixed;
	
	
}
.products_message.main_product_message table {
	margin-right:0;
}
.products_message table td {
	width: 100px;
	height:36px;
	overflow:hidden;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height: 12px;
	padding:0;
	margin:0;
	
}
.pagination {
	display: inline-block;
	width: 100%;
	padding: 27px 0 0;
	font: 700 12px/29px Arial, Helvetica, sans-serif;
	color: #010101;
}
.prev {
	float: left;
	margin-left: -5px;
	padding-left: 28px;
	background: url(../imagestemplate/left-arrow2.png) no-repeat left center;
}
.next {
	float: right;
	padding-right: 28px;
	background: url(../imagestemplate/right-arrow2.png) no-repeat right center;
}
.pagination a:hover {
	color: #f00;	
}
.pagination em {
	float: left;
	line-height: 25px;
	padding: 0 15px;
}
.pagination span {
	float: left;
}
.selectBox2 {
	width: 45px;
}

.breadcrumbs {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 30px;
	font-size: 11pt;
	color: #010101;
	margin: 0px 0px 10px 0px;
	-moz-box-shadow: inset 0 0 8px 5px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 5px #f4f4f4;
	box-shadow: inset 0 0 8px 5px #f4f4f4;
	behavior: url(js/css3-pie.htc);
	
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.breadcrumbs a {
	color:#010101;
}
/*---------------------------------------------------------------------------------
	INNER PAGE 2 HERE
---------------------------------------------------------------------------------*/
.innerProduct {
	clear: both;
	/*overflow: hidden;*/
	float:left;
	position: relative;
	padding: 0 0 28px 0;
	-moz-box-shadow: inset 0 0 8px 5px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 5px #f4f4f4;
	box-shadow: inset 0 0 8px 5px #f4f4f4;
	behavior: url(js/css3-pie.htc);
	background: #fff;
}
.innerProduct.fullPage {
	padding:20px;
	width:100%;
	color:#000;
	min-height:700px;
	float:none;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	
}
.innerProduct.fullPage.iApp {
	width:320px;
	min-height: inherit;
	padding:0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

}
.innerProduct.fullPage .inpagecontent p {
	padding: 0px 0px 20px 0px;
}
.innerProduct.fullPage h1.heading, .innerProduct.fullPage .pageHeading {
	padding:0px 0px 10px 0px;
}
.innerProduct h5 {
	position: relative;
	float: left;
	width: 923px;
	padding: 25px 30px 20px 30px;
	font: 400 29px/30px Tahoma, Geneva, sans-serif;
	color: #010101;
	text-align: left;
	-moz-box-shadow: inset 0 0 8px 5px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 5px #f4f4f4;
	box-shadow: inset 0 0 8px 5px #f4f4f4;
	behavior: url(js/css3-pie.htc);
}
.breadcrumbs h5 {
	position: relative;
	float: left;
	padding: 0px 0px 20px 0px;
	font: 400 29px/30px Tahoma, Geneva, sans-serif;
	color: #010101;
	text-align: left;
}
.innerProduct h5 em, .breadcrumbs h5 em {
	display: block;
	color: #848484;
	font-size: 14px;
	text-align: left;
	*padding-left: 13px;
	
}
.breadcrumbs_listing {
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 width:100%;
	 padding: 10px 30px;
}
.breadcrumbs h5 {
		padding:0;
		margin:0px 0px 10px 0px;
}
.breadcrumbs h5 em {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px;

}

.innerProduct h5 em a, .breadcrumbs h5 em a {
		color: #848484;
}
.productPreview {
	float: left;
	width: 364px;
	padding: 35px 0 0 36px;
}
.productBigimg {
	display: block;
	width: 364px;
	min-height: 356px;
	text-align:center;
	position: relative;
}
.productBigimg img {
	max-height: 400px;
	max-width: 100%;
	width: auto;
	height:auto;

}
.thumbNails {
	display: inline-block;
	width: 100%;
	padding: 20px 0 0;
}
.thumbNails li {
	float: left;
	width: 71px;
	padding: 14px 0 0 20px;
	border:1px solid transparent;
}
.thumbNails li img {
	width:100%;
	max-height: 130px;
	object-fit: contain;
}
.thumbNails li.first {
	padding-left: 10px;
}
.thumbNails li a {
	display: block;
}
.productDetails {
	float: right;
	width: 692px;
	padding: 35px 41px 0 0;
}
.productDetails.has_main_product_message {
	
}
.productDetails .leftbox1 {
	float: left;
	width: 280px;
}
.socialMedia2 {
	float: left;
	margin-left: -5px;
	padding: 9px 0 0;
}
.socialMedia2 li {
	float: left;
	margin-right: 4px;
}
.socialMedia2 li a {
	display: block;
	width: 32px;
	height: 32px;
}
.socialMedia2 li.list1 a {
	background: url(../imagestemplate/sprite.png) no-repeat left -54px;
}
.socialMedia2 li.list2 a {
	background: url(../imagestemplate/sprite.png) no-repeat -38px -54px;
}
.socialMedia2 li.list3 a {
	background: url(../imagestemplate/sprite.png) no-repeat -76px -54px;
}
.socialMedia2 li.list4 a {
	background: url(../imagestemplate/sprite.png) no-repeat left -87px;
}
.socialMedia2 li.list5 a {
	background: url(../imagestemplate/sprite.png) no-repeat -38px -87px;
}
.selectMain {
	float: left;
	width: 114px;
	padding: 24px 0 0;
}
.selectMain.hasmessage {
	width:auto;
	padding:35px 0 0;
}
.selectMain.hasmessage img {
	width:95px;
	
}
.selectMain .selectBox {
	margin-top: 4px;
}

.buy {
	/*float: right;*/
	float: none;
	/*width: 190px;*/
	padding: 0;
	text-align: center;
}
.buy strong {
	display: block;
	font: 700 36px/37px Tahoma, Geneva, sans-serif;
	color: #e00c21;
	text-align: center;
	padding: 0;
}
.buy strong s {
	font-size: 14px;
	font-weight: normal;
	color:#aaa;
}
.buy strong img {
	display: inline-block;
	vertical-align:top;
	height:40px;
	width:auto;
	margin:0 0 0 20px;
}
.buy strong small {
	display: block;
	font-size: 12px;
	color: #439966;
	line-height: 14px;
	padding-top: 10px;
}
.buyBtn {
	border:0;
	cursor:pointer;
	display: inline-block;
	position: relative;
	width: 189px;
	height: 48px;
	margin: 15px auto 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
	background: #DD2500;
	/*
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DD2500), to(#a71c00));
	background: -webkit-linear-gradient(#DD2500, #a71c00);
	background: -moz-linear-gradient(#DD2500, #a71c00);
	background: -ms-linear-gradient(#DD2500, #a71c00);
	background: -o-linear-gradient(#DD2500, #a71c00);
	background: linear-gradient(#DD2500, #a71c00);
	-pie-background: linear-gradient(#DD2500, #a71c00);
	behavior: url(js/css3-pie.htc);
	*/
}
#paralavi_toggle.buyBtn {
	width: auto;
	height: auto;
	padding: 10px;
	display: block;
} 
.buyBtn span {
	display: block;
	font: 700 14px/48px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: url(../imagestemplate/cart3.png) no-repeat left center;
	padding: 0 0 0 43px;
	margin-left: 12px;
}
#paralavi_toggle.buyBtn span {
	background: none;
	text-transform: none;
	font-size: 13px;
	font-weight:bold;
	padding: 0;
	text-align: center;
	display: block;
	line-height: 1;	
	
}

.prdTabBlock {
	float: left;
	position: relative;
	width: 100%;
	padding: 15px 0 28px 0;
	margin-top: 32px;
	-moz-box-shadow: inset 0 0 8px 5px #f4f4f4;
	-webkit-box-shadow: inset 0 0 8px 5px #f4f4f4;
	box-shadow: inset 0 0 8px 5px #f4f4f4;
	behavior: url(js/css3-pie.htc);
}
.tabMenu2 {
	min-height: 25px;
	padding: 0px 0px 0px 0px;
}
.tabMenu2 li {
	margin:0px 0px 10px 0px;
}
.tabMenu2 li:first-child {
	padding-left: 0px;
}
.tabMenu2 li a {
	line-height: 35px;
	margin-left: 8px;
	padding: 0 14px;
	background: #717171;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#717171), to(#282828));
	background: -webkit-linear-gradient(#717171, #282828);
	background: -moz-linear-gradient(#717171, #282828);
	background: -ms-linear-gradient(#717171, #282828);
	background: -o-linear-gradient(#717171, #282828);
	background: linear-gradient(#717171, #282828);
	-pie-background: linear-gradient(#717171, #282828);
}
.tabMenu2 li a:hover, .prodtabs li.active a {
	padding-bottom: 0;
	color: #fff;
	background: #DD2500;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DD2500), to(#a71c00));
	background: -webkit-linear-gradient(#DD2500, #a71c00);
	background: -moz-linear-gradient(#DD2500, #a71c00);
	background: -ms-linear-gradient(#DD2500, #a71c00);
	background: -o-linear-gradient(#DD2500, #a71c00);
	background: linear-gradient(#DD2500, #a71c00);
	-pie-background: linear-gradient(#DD2500, #a71c00);
}
.tab_content {
	display: none;
	color:#2B2B2B;
	*padding:10px;
}
.tab_content p {
	padding:24px 0px 0px;
}
.prdTabContent {
	
	padding: 10px 20px;
	display:inline-block;
	width:100%;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.prdTabContent p {
	padding: 24px 0 0;
	font: 400 13px/22px Tahoma, Geneva, sans-serif;
	color: #2b2b2b;
}
.prdTabContent ul {
	display: inline-block;
	width: 100%;
	padding-top: 21px;
}
.prdTabContent ul li {
	float: left;
	width: 100%;
	font: 400 13px/22px Tahoma, Geneva, sans-serif;
	color: #2b2b2b;
	background: url(../imagestemplate/bullet2.gif) no-repeat left 10px;
	padding: 0 0 0 10px;
}
.bottomArrows {
	float: left;
	width: 100%;
	padding: 56px 0 0;
}
.bottomArrows a {
	color: #010101;
	font: 700 12px/29px Arial, Helvetica, sans-serif;
}
.bottomArrows .prev {
	margin-left: 40px;
	padding-left: 30px;
}
.bottomArrows .next {
	margin-right: 41px;
	padding-right: 30px;
}
.bottomArrows a:hover {
	color: #f00;	
}
/* ------------------------------------------------------------------------------*/


/* 		engine stuff 		*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #ffffff;
  font-weight : bold;*/
}



TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ffffff;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
}


.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0px;
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}



TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}


.productListing-heading {
    background-color: #727272;
    color: #FFFFFF;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.productListing-heading input
{
	margin-left: 12px;
}
.productListing-heading a
{
	color:#fff;
	text-decoration: none;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;

  padding: 5px 0;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading, h1.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
.iApp .pageHeading {
	font-size:12px;
}
.iApp select[name="country"] {
	max-width:145px;
}
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


TD.mainmid, P.mainmid {
  font-size: 13px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 8px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif;  }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; background-color: #ffb3b5;padding:10px; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif;  background-color: #99ff00;padding:10px; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

TD.compareListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #E3E3E3;
}


td.productListing-checkbox {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px 1px 0;
    font-family: Verdana,Arial;
    font-size: 13px;
    font-weight: bold;
}

.desktop_hide {
	display:none;
}
.mobile_hide {
	display: block;
}
.mobile_cats {
	display:none;
}
.mobile_nav_cats {
	display: none;
}
.mobile_nav {
	display: none;
}
.bottom_info {
	padding: 6px 0 0;
	width:100%;
}
.bottom_info img {
	display: inline-block;
	vertical-align:top;
}
.bottom_info p {
	padding: 0 0 0 10px;
	margin: 0;
	color: #fff;
	line-height: 56px;
	float: right;
}
.bottom_info p a {
	color: #fff;
}
.footerLinks {
		background: #222222;
		width:100%;
		display: inline-block;
		clear: both;
		padding:10px 0;
}

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: #cb3d3d;
	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: #cb3d3d;
}
table.basket tr td.price {
	font-size: 25px;
	color: #cb3d3d;
	text-align: right;
	vertical-align: top;
}
table.basket tr .quantity {
	width: 130px;
	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: 12px;
	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 .cartproduct {
	margin: 0px;
	padding: 0px;
	min-height: 160px;
}
table.basket tr td .cartproduct h4 small {
	display:block;
	padding:2px 0 0;
}
table.basket tr td .cartproduct p.photo, #main table.basket tr td .cartproduct p.photo {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	min-height: 160px;
	width: 160px;
	display: block;
}
table.basket tr td .cartproduct h3 {
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
	color: #83a250;
	display: block;
	margin: 0px 0px 5px;
	padding: 20px 0px 0px;
}
table.basket tr td .cartproduct p, #main table.basket tr td .cartproduct p {
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

.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"] {


}
.scart_buttons .scart_button.padr {
	padding:0px 10px;
}
.scart_button.checkout {
	float:right;
}

.xsell {
	margin: 40px 10px 0!important;
	
	padding: 0 36px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.xsell > h4 {
	


}
.xsell ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
}
.xsell ul li {
	width:24%;
	margin: 0 1% 10px 0;
	padding: 0;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 display: inline-block;
	 vertical-align: top;
}
.xsell ul li.last {
	margin: 0 0 10px 0;
}
.xsell ul li a.img {
	display: block;
	overflow: hidden;
	margin: 0 0 6px;
	max-height: 200px;
}
.xsell ul li a.img img {
	width:100%;
	height:auto;
	display: block;
	margin: 0px auto;
}
.xsell ul li a.title {
	font-size: 14px;
	color:#111;
	display: block;
	margin: 0 0 6px;
	font-weight:300;
	text-align:center;
}
.xsell ul li .price {
	display: block;
	text-align: center;
	font-size:18px;
	color: #111;
	font-weight:400;
	
}
.xsell ul li .price s {
	color: #999;
	font-size:12px;
	padding: 0 4px 0 0;
}
.xsell ul li .price em {
	font-style: normal;
	font-weight: 400;
	color: #ac0000;
}
.xsell .clear2 {
	display: none;
}

.accept_cookie {
	position: fixed;
	bottom: -46px;
	left:0;
	width: 100%;
	background: #262626;
	padding: 10px 0;
	color: #fff;
	font-size:14px;
	text-align: center;
	z-index:999999;
}

.accept_cookie a {
	background: #004fcc;
	border-radius:3px;
	padding: 5px;
	color:#fff;
	display:inline-block;
	margin: 0 0 0 10px;
}
.accept_cookie a:hover {
	background: #005BEC;
}
.new_srch
{

	 position: relative;
}
.searchresults {
	display:none;
	position: absolute;
	width:100%;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 border: 1px solid #e9e9e9;
	padding: 0;
	max-height:500px;
	overflow: auto;
	background: #fff;
	border-radius:0px 0px 5px 5px;
	z-index:99999;
	color:#000;
	font-size:11px;
	top:100%;
	left:0;
}
.searchresults .searchpart {
	margin: 0px 0px 10px;

}
.searchresults .searchtable {
	table-layout: fixed;
	display: table;
	width:100%;
}
.searchresults .searchproducts {
	width: 100%;
	display: block;
	vertical-align: top;
	border-bottom:1px solid #e9e9e9;
}
.searchproducts .searchproduct {
		width:100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
	}
.searchproducts .searchproduct.lastproduct {
	border-bottom:none;
}
.searchproducts .searchproduct.noborbtm {
	border-bottom: none;
}
.searchproducts .searchproduct .result em {
	word-wrap: break-word;
}
.searchproducts .searchproduct .result em span.sr_title {
	line-height:15px;
	height:30px;
	overflow:hidden;
	display: block;
	text-overflow: ellipsis;
}
.searchproducts .searchproduct .result em .cart {
	display:block;
}
.searchproducts .searchproduct .result em .price {
	text-align: center;
	font-size:13px;
	display:block;
}
.searchresults .searchcategories {
	width:100%;
	display: block;
	vertical-align: top;
}
.searchresults span.close {
	background: url(/img/delete-icon.png) no-repeat left top;
	width:20px;
	height:20px;
	float:right;
	right:5px;
	top:5px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	position: absolute;
}
.searchresults h3 {
	display:block;
	font-size:14px;
	font-weight: 400;
	margin:0px 0px 4px 0px;
	padding: 0px 0px 0 0;
	

}
.searchresults h3 span {
	display:block;
	background: #e9e9e9;
	padding: 10px 5px 10px;
	line-height: 1;
	
}
.searchresults .searchproducts h3 span {
	position: relative;
	left:-1px;
	
}
.searchresults h3 span i {
	text-decoration: normal;
}
.searchresults h3 span em {
	float: right;
	font-size: 13px;
	padding: 0 0px 0 0;
	font-weight:300;
	line-height: 14px;
}
.searchresults .result {
	display: block;
	margin:0px 0px;
	padding: 5px;
	font-size:13px;
	
	
}
.searchresults .result.noimg {
	
}
.searchresults .result:hover {
	background: #e9e9e9;
}
.searchresults .result span.img {
	float: left;
	padding:0px 10px 0px 0;
	width:35%;
	max-width:80px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;	
	 box-sizing: border-box;
	max-height:80px;
	overflow: hidden;
}
.searchresults .result span.img img {
	max-width:100%;
	height: auto;
	display: block;
	margin: 0px auto;
}
.searchresults .result em {
	width:65%;
	float:left;
}
.searchresults .searchcategories .result em {
	width:100%;
	float: none;
}
.searchresults .searchmanufacturers {
	width:100%;
	display: block;
	vertical-align: top;
}
.searchresults .searchmanufacturers .result em {
	width:100%;
	float: none;
}
.searchresults .result em i {
	display: block;
	color:#DD2500;
	font-size:12px;
	margin: 4px 0 0;
}
.searchresults .result em.noinfo {
	width:100%;
	max-width:100%;
}
.searchresults .result em img {
	display:inline-block;
	float: left;
	padding:0 6px 6px 0;
}
.searchresults .result em u {
	color:#dc5300;

}
.searchresults .productsnum {
	font-style: italic;
}

.searchresults .allresults {
	display:block;
	background: #f8f8f8;
	font-size: 15px;
	font-weight: 400;
	padding:12px 0;
	text-align: center;
}
.searchresults .allresults:hover {
	background-color: #fff;
}

#searchproducts.loading {
	background:url(../img/load-indicator.gif) no-repeat right center;

}

.paralavi_container {
	display:none;
	position: absolute;
	width:400px;
	top: 0;

	color:#000;
	z-index:100;
	background: #fff;
	border: 5px solid #ccc;
	border-radius:5px;
	padding: 20px;
	box-shadow: 0 10px 5px 4px rgba(0, 0, 0, 0.1);
	
}
#paralavi_form.inner_form .inline_field {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0px 0;
}
#paralavi_form.inner_form .inline_field .field1 {
	
	width:125px;
	margin-bottom:6px;

}
#paralavi_form.inner_form .inline_field textarea.field1 {
	
}
#paralavi_form.input-one textarea.email {
	margin-bottom: 6px!important;
	padding: 5px!important;
}
#paralavi_form.inner_form .inline_field .field1.flt_rt {
	margin: 0 0 12px;
}
#paralavi_form .paralavi_loader {
	display: none;
	background:url(../img/load-indicator.gif) no-repeat right center;
}
.inner_form {
	margin: 10px 0px 0px;
}


.inner_form .field1 {
	*background:url(../img/fieldBg.png) no-repeat left top;
	width:225px;
	height:12px;
	line-height:15px;
	padding:6px 6px;
	border:1px solid #dddddd;
	display:block;
	font-size:11px;
	color:#202020;
	outline:0px;
	margin-bottom:12px;
}
#paralavi_form.inner_form {
	width:300px;
}
#paralavi_form.inner_form .field1 {
	width:288px;
}
#paralavi_form.inner_form .inline_field {
	display: inline-block;
	margin: 0 10px 12px 0;
}
#paralavi_form.inner_form .inline_field .field1 {
	
	width:125px;

}
#paralavi_form.inner_form .inline_field .field1.flt_rt {
	margin: 0 0 12px;
}
#paralavi_form.inner_form label {
	font-size:11px;
	color:#202020;
}
#paralavi_form .cart_quantity_change {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 15px;
}
#paralavi_form .cart_quantity_change a {
	clear: both;
	color: #666;
	display: block;
	font-size: 16px;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 15px;
}

.inner_form .field1select{

	width:225px;

	line-height:15px;
	padding:6px 6px;
	border:1px solid #dddddd;
	display:block;
	font-size:11px;
	color:#202020;
	outline:0px;
	margin-bottom:12px;
}
#paralavi_form.inner_form .field1select {
	width:300px;
}

.inner_form .textArea{
	*background:url(../img/textAreaBg.png) no-repeat left top;
	width:225px;
	height:37px;
	padding:6px 6px;
	border:1px solid #dddddd;
	outline:0px;

	overflow:hidden;
	margin-bottom:15px;
}

.inner_form button{
	*background:url(../img/submitBt.png) no-repeat left top;
	
	background:#fff;
	border:1px solid #ccc;
	border-radius:4px 4px 4px 4px;
	font-weight:bold;
	outline:0px;
	text-align:center;
	padding:10px;
	cursor:pointer;
	font-size:12px;
	color:#000;
}

.inner_form button {
	display: inline-block;
	vertical-align: top;
}
.inner_form button:hover {
	background: #f0f0f0;
}
.inner_form .field1.error, .inner_form .field1select.error, .inner_form .textArea.error {
	border-color:#f00;
}
.inner_form .disabled {
	color:#444444;
}
.listing_boxes .clear3 {
	display: none;
}
.listing_boxes .img {
	display:block;
	height: 200px;
	overflow: hidden;
}

.listing_boxes .img table {
	width: 100%;
	height:inherit;
	table-layout: fixed;
}
.listing_boxes .img.orientation_vertical img {
	height:auto;
	max-height: 160px;
	width:auto;
	max-width: 100%;
}
.listing_boxes .img.orientation_horizontal img {
	width:100%;
	height: auto;
}
.index_sections .listing_boxes .img {
	height: 400px;
	border-bottom: 1px solid #ccc;
}
.index_sections.index_categories .listing_boxes .img {
	height: auto;
	border-bottom:0;
	width:80px;
}
.index_sections .listing_boxes .img.orientation_vertical img {
	max-height: 400px;
}
.index_sections.index_categories .listing_boxes .img.orientation_vertical img {
	max-height: 60px;
}
.index_sections.subcats_listing .listing_boxes .img {
	height: 250px;
}
.index_sections.subcats_listing .listing_boxes .img.orientation_vertical img {
	max-height: 250px;
}

.index_module {
    margin: 25px 0 25px;
    background: #e6e6e6;
    padding: 25px 0 30px 0;
}
.index_module.newsletter {
	padding: 25px 0;
	margin: 25px 0 0;
}
.index .index_module.newsletter {
	margin: 25px 0 0
}
.index .index_module {
	margin: 0;
}
.index_module.xsell {
	background: #fff;
}

.index_module.index_sections {
	/*background: #f0f0f0;*/
}
.index_module.index_sections.subcats_listing {
	background: #fff;
	padding: 0;
}

.index_module  h4 {
	font-size: 22px;
	font-weight:400;
	/*padding:0 0 4px;
	border-bottom: 1px solid #ccc;*/
	margin: 0 0 10px;
	color: #111111;
	text-align: left;
	background: url(../img/bgline.png) repeat-x left center;
}


.index_module h4 span {
	display:inline-block;
	vertical-align: middle;
	background: none;
	background: #e6e6e6;
	padding: 0 20px 0 0;
}
.index_module.xsell h4 span {
	background: #fff;
}

.index_module.index_sections h4, .index_module.xsell h4 {

}
.index_sections .clear2 {
	display: none;
}
.index_module.xsell h4 {
	margin: 0 10px 10px;
}
.index_module  h4 a {
	display: block;
	color: inherit;
}
.nice_fields input[type="text"], .nice_fields input[type="password"], .nice_fields textarea, .nice_fields select {
	width:95%;
	border:1px solid #ccc;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
select {
	cursor: pointer;
}
.create_account .customer_extra_fields_row {
	display: none;
}
.create_account .customer_extra_fields_row.active {
	display: table-row;
}

.custom_btn {
	/*background:url(../img/button_bg.png) repeat-x left top;*/
	background: #d70000;
	border-radius:3px 3px 3px 3px;
	line-height: 1;
	text-align: center;
	padding:9px 15px;
	color: #fff;
	font-size:12px;
	border: 0;
	display:inline-block;
	vertical-align: top;
	cursor: pointer;
	
}
.custom_btn:hover, .custom_btn.active {
	opacity:0.7;
	color: #fff;
	text-decoration:none!important;
}
.custom_btn.green, .greenbtn .custom_btn {
	background:#00bd02;
	color: #fff;
}
.custom_btn.notrans {
	text-transform: inherit;
}
.smallbtns .custom_btn {
	font-size:12px;
	
	padding:4px;

}
.bigbtn .custom_btn {
	display: block;
	padding: 24px 40px;
	font-size:17px;
}
label {
	cursor: pointer;
}
.mobshow {
	display: none;
}
.paging_table {
	margin:30px 0 0;
}
.paging_table td {
	display:block;
	width:100%;
	text-align:center;
}
.paging {

}
.paging a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 1px;
	padding: 5px 10px;
	background: #cc2200;
	color:#fff;
	font-weight:400;
	font-size:13px;
	border:1px solid #fff;
	border-radius:2px;
}
.paging a.active, .paging a:hover {
	background:#575757;
}
.index-carousel-pager, .index-carousel-nav {
	display: none;
}

.login_box_outer {
	background: #fff;
	padding:10px;
	border: 1px solid #ccc;
	
}
.login_box {
	background: #f7f7f7;
	padding:10px;
}
.login_already {
	float:right;
	width:49%;
}
.login_already.company_only {
	float: none;
	margin:0px auto;
}
.login_register {
	float: left;
	width: 49%;
}
.login_already a, .login_register a {
	color: #648189;
}
#customer_extra_fields_payment {
	display: none;
	margin: 0 15px;
}
#customer_extra_fields_payment.active {
	display: block;
}
#customer_extra_fields_payment input {
	border: 1px solid #ccc;
	padding: 5px;
}
#customer_extra_fields_payment .extra_req.error {
	border: 1px solid #ac0000;
}
.listing_filters select {
	padding:5px 10px;
}
.mylivechat_buttonround{
	background:#DD2500!important;
}

.newsletter h3 {
	font-size:22px;
	line-height: 37px;
	font-weight:300;
	padding: 0;
	margin: 0 5px 0 0;
	display: inline-block;
	color: #000;
	
}
.newsletter form {
	float:right;

}
.newsletter input {
	padding: 10px;
	font-size:15px;
	line-height:15px;
	border: 1px solid #ccc;
	color:#000;
	background: #fff;
	width:300px;
	display: inline-block;
	vertical-align: top;
	
}
.newsletter button {
	padding: 10px 10px;
	background: #666666;
	color: #fff;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:pointer;
	display: inline-block;
	vertical-align: top;
	font-size:14px;
	line-height: 14px;
}
.newsletter button:hover {
	opacity:0.8;
}
.partly_payment_value {
	padding: 5px;
	border: 1px solid #ccc;
	font-size:14px;
	background: #efefef;
	color: #000;
	width: 250px;
}
.partly_payment_value:focus {
	background: #fff;
}

.pm_fields {
	display: none;
}
.pm_fields select {
	width:auto;
}
#partly_instalments_container select {
	margin: 0 0 0 4px;
}

.products .clear2 {
	display: none;
}
.listing_boxes .clear2 {
	display: none!important;
}
.become_member_row {
	display: none;
}
.become_member_row.active {
	display: table-row;
}
.become_member_heading i {
	display: block;
	margin: 3px 0 0;
}
.become_member_heading.active i {
	display:none;
}
.become_member_heading label {
	padding-left: 5px;
	font-size:18px;
	margin: 0;
}
a.inherit {
	color: inherit;
}
.become_member_check label {
	cursor: pointer;
	display: block;
	margin: 0 0 4px;
}
.noemail {
	display: none;
}
#filters_form {
	padding: 20px 0px;
}
.range-slider	{
	margin:0 0px;
	position:relative;
}
.range_bar {
	width:210px;
	margin:0 auto;
	
}

#apply_filters_btn {
	width:200px;
	padding: 10px 15px;
	color:#fff;
	border: 0;
	background:#000;
	border-radius:3px 3px 3px 3px;
	display:none;
	cursor:pointer;
	margin: 0 auto;
}
#apply_filters_btn.active {
	display: block;
}

#nicknamecheckresult {
	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;
}
#nicknamecheckresult.good {
	background-position: left top;
}
#nicknamecheckresult.bad {
	background-position: right top;
}
#nicknamecheckmessage {
	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;
}

#nicknamecheckloader, #overallcheckloader {
	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;
}
.nickname_field {
	position: relative;
	display: inline-block;
}
.nickname_field #nicknamecheckresult, .nickname_field #nicknamecheckloader {
	position: absolute;
	right: 6px;
	top: 6px;
}
.nickname_field input[type="text"] {
	padding-right: 24px;
}
.product_banner {
	margin: 0 0 20px;
	
}
.product_banner img {
	width: 100%;
	height: auto;
}
.whitebg {
	background: #fff!important;
}
.contest_entry img {
	max-width: 98%;
	height: auto;
	max-height:300px;
	object-fit: contain;
}

.inshop .content_top {
	margin: 0;
}
.inshop .cont-top {
	margin: 0 auto;
}
.inshop .topsearch {
	display: block;
	background: #d0d1d0;
	padding: 0;
	margin:10px 0;
	position: relative;
}
.inshop .topsearch .textfeld {
	background: #d0d1d0;
	margin:0;
	width:100%;
	border: 0;
	float:left;
	padding:8px 150px 8px 10px;
	color:#999999;
	font-size:24px;
	box-shadow:none;
	transition:none;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.inshop .topsearch .search_icon {

	position:absolute;
	right:10px;

}


.inshop .loader {
	background: url(../img/loadingAnimation.gif) no-repeat left top;
	width:208px;
	height:13px;
	display:block;
	visibility:hidden;
	vertical-align: middle;
	margin:10px auto 0;
	
}

.inshop .choose_size {
	display:inline-block;
	vertical-align:top;
	margin:0 10px 10px 0;
	font-size:15px;
	cursor: pointer;
}
.inshop .choose_size.nostock {
	color:#ff0000;
}


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

.combos_outer {
	width:100%;
	 margin:0 0 30px;
}
.combos {
 	background: #f0f0f0;
	padding: 0;
	margin: 10px 0 10px;
	border:1px solid #ccc;
	display: inline-block;
 }
 .combos > h3 {
 	font-size: 14px;
	margin: 0 0 10px;
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
	display: block;
	background: #f01616;
	color: #fff;
 }
 .combos .combo {
 	padding:10px;
	border-bottom: 1px solid #ccc;
	
 	
 }
 .combos .combo.last {
 	border-bottom: 0;
 }
 .combos .combo h3 {
 	font-size: 14px;
	font-weight:400;
	margin: 0;
	padding: 0;
	color:#000;
	text-align:left;
	
 }
 .combos .combo select {
 	margin: 10px 0 0;
 }
.giftcard_details li { 
	margin:4px 0 0;
}
.giftcard_details span {
	width: 60px;
	font-size:13px;
	display: inline-block;
	vertical-align:middle;
	text-align:right;
	margin:0 4px 0 0;
}

.giftcard_details input[type="text"] {
	padding:5px 10px;
	border:1px solid #ccc;
	display: inline-block;
	vertical-align:middle;
	width:200px;
	max-width:100%;
}

.contact_us {
	width:45%;
	padding: 0 5% 0 0;
	float: left;
	
}
.contact_us.info {
	padding: 0 0 0 5%;
	text-align: left;
	float: right;
}
.contact_us input[type="text"], .contact_us input[type="password"], .contact_us textarea {
	width:100%;
	margin: 0 0 6px;
	border:1px solid #ccc;
	padding: 5px;
}