.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
}
.last {
	margin:0 !important;
}
.pad_last {
	padding:0 !important;
}
.no_bg {
	background:none !important;
}
.marg_last {
	margin-right:0px !important;
}
.pad_last {
	padding-right:0px !important;
}
.no_border {
	border:none !important;
}
img {
	border:0;
}
input {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius:0;*/
}
/**************************************************************************************/
html {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	-webkit-text-size-adjust:100%;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#000;
	-webkit-text-size-adjust:100%;
}
a {
	color: #c74719;
	text-decoration: none;
}
a:hover {
	color:#000;
}
.flt_lt {
	float:left;
	display:inline;
}
.flt_rt {
	float:right;
	display:inline;
}
/* ---------------------------------------------------------------------------------*/

/* ----------------------- layout ----------*/
.wrapper {
	margin:0 auto;
}
.container {
	width:1160px;
	margin:0 auto;
}
.main_content {
}


/* ------------------ HEADER HERE -------------------*/
.header-section {
	padding:0;
	margin:0;
	width:100%;
	background:#e1e4e7;
}
.header-top {
	padding:0;
	margin:0;
	position:relative;
}
.header-social {
	padding:0;
	margin:0;
	display:inline-block;
	float:right;
	width:107px;
}
.header-social ul {
	padding:4px 5px 0 0;
	margin:0;
	float:right;
	display:inline-block;
}
.header-social ul li {
	padding:0;
	margin:0 0 0 2px;
	float:left;
	display:inline-block;
	list-style-type:none;
}
.header-social ul li a {
	padding:0;
	margin:0;
	display:inline-block;
}
.header-social ul li a img {
	padding:0;
	margin:0;
	display:block;
}
.header-social ul li a:hover img {
	opacity:0.7;
}
.header-lnks ul li:nth-last-child(1) {
	border:none;
}
.header-lnks {
	padding:0;
	margin:0;
	float:right;
	display:inline-block;
}
.header-lnks ul {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
}
.header-lnks ul li {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
	list-style-type:none;
	border-right:solid 1px #ced3d8;
	height: 26px;
}
.header-lnks ul li > a {
	padding:9px 16px 6px 16px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#353f47;
	font-weight:bold;
	text-decoration:none;
}
.header-lnks ul li > a span {
	color:#d86135;
}
.header-lnks ul li > a:hover {
	background:#CED3D8;
}
.header-lnks ul li h4 {
	padding:0 15px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	line-height:26px;
	color:#353f47;
	font-weight:bold;
}
.header-lnks ul li h4 a {
	color:#353f47;
}
.header-lnks ul li.cart {
	position: relative;
}
.header-lnks ul li.cart:hover .cart_container_div {
	display: block;
}
.cart_container_div {
	display: none;
	left: 0;
	top:100%;
	width:265px;
	position: absolute;
	z-index: 100;
	background:#e1e4e7;
	padding:10px;
	border-radius:0 0 5px 5px;
	
}
.cart_container_div p.item {
	margin: 0 0 2px;
	padding:0;
	font-size:12px;
}
.cart_container_div p.item.totals {
	margin: 6px 0 0;
}
.cart_container_div p.item span.title {
	float: left;
	max-width:200px;
}
.cart_container_div p.item span.price {
	float: right;
}
.header-bg {
	padding:17px 0 12px 0;
	margin:0;
	background:url(../imagestemplate/header-bg.png) repeat-x;
}
.header {
	padding:0;
	margin:0;
}
#logo {
	float:left;
}
#logo a {
	display:inline-block;
}
#logo a	img {
	display:block;
}
.search-section {
	padding:0 50px 0 0px;
	margin:30px 0 0 0;
	width:235px;
	float:right;
	position:relative;
	background:url(../imagestemplate/transparent-bg1.png) repeat;
}
.search-section input {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:10.6px;
	line-height:36px;
	color:#ffffff;
	font-weight:normal;
	height:36px;
	border:none;
	background:none;
	outline:none;
	display:inline-block;
	width:90%;
	padding: 0 5%;
}
.search-section .search-icon {
	display:inline-block;
	background:url(../imagestemplate/search-icon.png) no-repeat;
	width:25px;
	height:24px;
	position:absolute;
	right:13px;
	top:5px;
	cursor:pointer;
	outline:none;
}
.search-section .search-icon:hover {
	opacity:0.7;
}
/* ---------------------------------------------------------*/

/* ------------------------- NAVIGATION HERE ---------------*/
#nav-bg {
	padding:0;
	margin:0;
	width:100%;
	background:url(../imagestemplate/nav-bg.png) repeat;
}
#nav {
	padding:0;
	margin:0;
	position: relative;
}
#nav > ul {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	display:table;
	border-left:solid 1px #d45121;
}
#nav > ul > li {
	padding:0;
	margin:0;
	display:table-cell;
	list-style-type:none;
	text-align:center;
	border-right:solid 1px #d45121;
}
#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;
}
#nav > ul > li > a:hover,#nav > ul > li > a.active {
	background:#d75221;
}
#nav ul li:hover .submenu {
	display: block;
}
#nav ul li .submenu {
	display: none;
	left: 0;
	width:100%;
	top:100%;
	z-index:999999;
	position: absolute;
	background: #e15f2f;
	border-radius:0 0 5px 5px;
	padding:20px 0;
}
#nav ul li .submenu ul {
	list-style: none;
	margin:0;
	padding: 0 20px;
	text-align: left;
}
#nav ul li .submenu ul li {
	display:inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	padding: 0;
	width:200px;
}
#nav ul li .submenu ul li a {
	color: #fff;
	padding: 10px;
	background: #f0612c;
	font-size:14px;
	display: block;
	
}
#nav ul li .submenu ul li a:hover, #nav ul li .submenu ul li a.active {
	background: #f8652f;
}
.sub {
	display:none;
}
#mobile_menu {
	display:none;
}
/* ---------------------------------------------------------*/

/* ------------------------- NAVIGATION HERE ---------------*/
.banner-bg {
	padding:34px 0 41px 0;
	margin:0;
	width:100%;
	background:#f0f0f0;
	box-shadow:inset 0 12px 8px -8px #c9c9c9;
}
.banner-bg.newbanner {
	padding: 0 0 40px;
	box-shadow:none;
}
.newbanner .bx-wrapper .bx-pager {
	display: block;
	bottom: -27px;
}
.banner {
	padding:0;
	margin:0;
	position:relative;
	box-shadow:0 0 6px 1px #c9c9c9;
}
.banner-bg.newbanner .banner {
	box-shadow:none;
}
.banner .bxslider {
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	list-style: none;
}
.bxslider li {
	margin: 0;
	padding:0;
}
.bxslider li img {
	width:100%;
	height:auto;
}
.bx-wrapper .bx-pager {
	display: none;
}
.banner-content {
	padding:0;
	margin:0;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
}
.banner-headings {
	padding:15px 0 14px 54px;
	margin:0;
	position:absolute;
	top:143px;
	right:0;
	width:690px;
	background:url(../imagestemplate/transparent-bg2.png) repeat;
	border-bottom:solid 5px #f0612c;
}
.banner-headings h1 {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	line-height:30px;
	color:#ffffff;
	font-weight:normal;
}
.banner-headings h1 span {
	padding:0 0 6px 0;
	margin:0;
	font-size:33px;
	line-height:33px;
	font-weight:lighter;
	display:block;
}
.ban-product {
	padding:0 40px;
	margin:0;
	display:table;
	width:220px;
	position:absolute;
	top:-1.5%;
	right:88px;
	background:#ffffff;
	text-align:center;
	height:103%;
	box-shadow: inset 0 10px 10px -5px #F0F0F0, inset 0 -10px 10px -5px #F0F0F0;
}
.ban-productin {
	display:table-cell;
	vertical-align:middle;
}
.ban-productin .cycle-slideshow-cont {
	min-height:330px;
}
.ban-productin .cycle-slideshow-cont > div {
	text-align: center;
	width:100%;
}
.ban-productin .img {
	padding:0;
	margin:0 0 14px 0;
	width:auto;
}
.ban-product h4 {
	padding:0 0 5px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#000000;
	font-weight:normal;
}
.ban-product h4 a {
	color:#000;
}
.ban-product span {
	padding:0 0 11px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:24px;
	color:#ee602d;
	font-weight:normal;
	width:100%;
	display:inline-block;
}
.ban-product span s {
	font-size:13px;
	color: #666;
	line-height: 13px;
}
.ban-product ul {
	padding:0;
	margin:0;
	display:inline-block;
}
.ban-product ul	li {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
	list-style-type:none;
}
.ban-product ul	li a {
	padding:0 22px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:23px;
	height:23px;
	color:#ffffff;
	font-weight:normal;
	background:#e35f2f;
	text-decoration:none;
	display:inline-block;
}
.ban-product ul	li a:hover {
	background:#b64117;
}
.ban-product ul	li:nth-last-child(1) a {
	background:#4b555d;
	padding:0 28px 0 20px;
}
.ban-product ul	li:nth-last-child(1):hover a {
	background:#202d37;
}
.ban-product .lft-arrow {
	position:absolute;
	left:14px;
	top:50%;
	margin:-22px 0 0 0;
}
.ban-product .lft-arrow:hover {
	opacity:0.7;
}	
.ban-product .rgt-arrow {
	position:absolute;
	right:14px;
	top:50%;
	margin:-22px 0 0 0;
}
.ban-product .rgt-arrow:hover {
	opacity:0.7;
}	
/* ------------------------ MIAN CONTENT HERE --------------*/
.main-content {
	padding:0 0 0 0;
	margin:0;
	width:100%;
}
.product-bg {
	padding:35px 0 43px 0;
	margin:0;
	width:100%;
	background:url(../imagestemplate/nature-image.jpg) no-repeat;
	background-size:cover;
}
.product-section {
	padding:0 0 0 0;
	margin:0;
	background:#ffffff;
}
.white_space {
	/*background:#fff;
	display: block;
	height:20px;*/
}
.product-nav {
	padding:0 0 0 0;
	margin:0;
	background:url(../imagestemplate/product-nav-bg.png) repeat;
}
.product-nav ul {
	padding:0 0 0 0;
	margin:0;
	float:left;
}
.product-nav ul li {
	padding:0 0 0 0;
	margin:0;
	float:left;
	display:inline-block;
	border-right:solid 1px #424c56;
	list-style-type:none;
}
.product-nav ul li a {
	padding:0 41px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:41px;
	height:41px;
	color:#ffffff;
	font-weight:normal;
	display:inline-block;
	text-decoration:none;
}
.product-nav ul li a:hover,.product-nav ul li.active a {
	background:#3c4759;
}
.product-main {
	padding:15px 70px 15px 34px;
	margin:0;
	position:relative;
}
.product-main.menutab {
	display: none;
}
.product-main.menutab.active {
	display: block;
}
.product-main .lft-arrow {
	position:absolute;
	left:25px;
	top:50%;
	margin:-13px 0 0 0;
}
.product-main .lft-arrow:hover {
	opacity:0.7;
}	
.product-main .rgt-arrow {
	position:absolute;
	right:25px;
	top:50%;
	margin:-13px 0 0 0;
}
.product-main .rgt-arrow:hover {
	opacity:0.7;
}
.product-block-outer {
	width:100%;
	float: left;
}	
.product-block {
	padding:0 0 0 0;
	margin:0;
	float:left;
	width:20%;
	text-align:center;
}
.listing .product-block .product-align {
	padding-top:10px;
	padding-bottom: 20px;
	min-height: 200px;
}
.listing .clear5 {
	clear: both;
	display: block;
}
.product-align {
	padding:0 6%;
	margin:0 0 0 0;
	border-right:solid 1px #e1e4e7;
}
.product-block > img {
	padding:0;
	margin:34px 0 14px 0;
}
.product-block h4 {
	padding:8px 0 5px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#000000;
	font-weight:normal;
}
.product-block h4 a {
	color:#000;
}
.product-block span {
	padding:0 0 7px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:18px;
	color:#ee602d;
	font-weight:normal;
	width:100%;
	display:inline-block;
}
.product-block span s {
	font-size:13px;
	color: #666;
	line-height: 13px;
}
.product-block ul {
	padding:0;
	margin:0;
	display:inline-block;
}
.product-block ul li {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
	list-style-type:none;
}
.product-block ul li a {
	padding:0 17px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	line-height:18px;
	height:18px;
	color:#ffffff;
	font-weight:normal;
	background:#e35f2f;
	text-decoration:none;
	display:inline-block;
}
.product-block ul li a:hover {
	background:#b64117;
}
.product-block ul li:nth-last-child(1) a {
	background:#4b555d;
	padding:0 23px 0 18px;
}
.product-block ul li:nth-last-child(1):hover a {
	background:#202d37;
}
.cycle-slideshow-cont .product-block:nth-child(5) .product-align, .product-block.noborder .product-align {
	border-right:none;
}
.information-section {
	padding:39px 0 45px 0;
	margin:0;
}
.wholepage {
	width:100%;
}
.wholepage .incontent {
	padding: 20px 2.5%;
	background: #fff;

}
.side-menu {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
	width:24.4%;
}
.side-menu ul {
	padding:0 0 0 0;
	margin:0;
}
.side-menu ul li {
	padding:0;
	margin:0 0 1px 0;
	list-style-type:none;
}
.side-menu ul li a {
	padding:0 20px;
	margin:0;
	background:#f4f4f4;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:35px;
	color:#474747;
	font-weight:500;
	display:block;
	text-decoration:none;
}
.side-menu ul li a:hover, .side-menu ul li a.active {
	background:#E5E4E4;
}
.side-menu ul li:nth-child(1) a {
	padding-top:5px;
}	
.side-menu h2 {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:42px;
	color:#ffffff;
	font-weight:normal;
	background:#e35f2f;
	display:inline-block;
	width:100%;
	text-align:center;
}

ul.breadcrumbs {
	list-style: none;
	margin:0;
	padding:0 10px;
	background:#e9602e;
	
}
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;
}
.information-block {
	padding:20px 2.6% 26px 3%;
	margin:0;
	float:right;
	background:#f4f4f4;
	display:inline-block;
	width:68%;
}
.information-block h2 {
	padding:7px 0 18px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:25px;
	color:#424c56;
	font-weight:500;
}
.information-block h2 a {
	color:#424c56;
}
.information-block h2 a:hover {
	color:#c85226;
}
.information-block .sdesc {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:25px;
	color:#000000;
	font-weight:300;
}
.information-block .sdesc a {
	color:#c74719;
	text-decoration:none;
}
.information-block .sdesc a:hover {
	text-decoration:underline;
}
.information-pic {
	padding:10px;
	margin:0 0 5px 3%;
	float:right;
	display:inline-block;
	width:43.3%;
	background:#ffffff;
}
.information-pic a {
	display:inline-block;
}
.information-pic a img {
	display:block;
	width:100%;
	height:auto;
}
.information-pic a:hover img {
	opacity:.7;
}

/* ---------------------------------------------------------*/

/* ------------------ FOOTER HERE --------------------------*/
.footer-section {
	padding:0;
	margin:0;
	width:100%;
	background:#333c43;
}
.footer {
	padding:29px 0 30px 4px;
	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 ul {
	padding:10px 0 0 0;
	margin:0;
	float:right;
	display:inline-block;
}
.footer ul li {
	padding:0;
	margin:0 13px 0 0;
	float:left;
	display:inline-block;
	list-style-type:none;
}
.footer ul li a {
	padding:0 22px;
	margin:0;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:38px;
	color:#ffffff;
	font-weight:300;
	background:#3b444b;
	text-decoration:none;
}
.footer ul li a:hover {
	background:#242D34;
}
.footer p {
	padding:19px 0 0 12px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	font-weight:normal;
}
.footer .cards {
	float: right;
}
.copy-bg {
	padding:0;
	margin:0;
	background:#242d34;
	width:100%;
}
.copy {
	padding:0;
	margin:0;
}
.copy p {
	padding:19px 0 16px 12px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:20px;
	color:#ebebeb;
	font-weight:normal;
}
.copy p a {
	color:#ebebeb;
	text-decoration:none;
}
.copy p a:hover {
	text-decoration:underline;
}
/* ---------------------------------------------------------*/

/*engine stuff*/
.boxText {  font-size: 12px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; color:#000000 }
.stockWarning { font-size : 10px; color: #fff600; }
.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: #424f61;
  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:#e9602e;

}
.pageHeading {
	font-weight: 400;
	font-size:22px;
	margin: 0 0 8px;
	padding:0;
	color:#000;
}
h1.heading {
	margin: 0;
	padding:0;
	font-weight: 400;
	font-size:22px;
}

TD.main, P.main {
  
  font-size: 12px;
  line-height: 1.5;

}
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: 10px; background-color: #ffb3b5; color: #000000;}
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }
.inputRequirement {  font-size: 10px; color: #ff0000; }

.checkradio, .checkradio_pre {
	cursor:pointer;
}
.checkedrow {
	color:#e9602e;
}

/*engine eof*/

.custom_btn {
	background: #e9602e;
	padding: 5px 10px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-radius:3px;
	cursor: pointer;
	border:0;
}
.custom_btn:hover{
	background:#d75221; 
}
.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 {
	width:200px;

	border:1px solid #ccc;
	padding: 5px;
}

/*old*/
.inner_con{
  position: relative;

  float: left;
  width:100%;

}
.inner_con.nopad
{
	padding:0px;

}

.imggrp {
	 width: 27.5%;
   padding:0px 0 0px 0px;
	margin:0 2.5% 0 0;
	position:relative;
	float: left;
}
.imggrp a {
	
}
.imggrp .cycle-slideshow-cont {
	width:100%;
	margin: 0px auto;
}
.imggrp a img {
	width:100%;
	height: auto;
		
	
}

.product-images-arrows em {
	position:absolute;
	top:45%;
	z-index:99;
	cursor: pointer;
}

.product-images-arrows em.arrow-left {
	background:url(../imagestemplate/arrow-left.png) no-repeat;
	width:24px;
	height:24px;
	left:0px;
}
.product-images-arrows em.arrow-right {
	background:url(../imagestemplate/arrow-right.png) no-repeat;
	width:24px;
	height:24px;
	right:0;
}
.product-images-arrows em.arrow-left:hover {
	background:url(../imagestemplate/arrow-left-hover.png) no-repeat;
}
.product-images-arrows em.arrow-right:hover {
	background:url(../imagestemplate/arrow-right-hover.png) no-repeat;
}

.product_details_right {
	float:right;
	width:70%;
}
.product_details_right .details {
	width:100%;
}

.product_details_right .details .rating {
	margin: 10px 0;
	display: block;
}
.product_details_right .price_block {
	/*width:322px;*/
	float: right;
	padding:0px 0px;
	width:30%;


	margin: 0 0 20px;
}
.price_block .product_price {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin:0 0 10px;

}
.price_block .product_price sub {
	font-size: 20px;
	line-height:1;
	top:-10px;
	position: relative;
}
.price_block .product_price .old {
	font-size: 24px;
	text-decoration: line-through;
}
.price_block .product_price .old sub {
	font-size:14px;
}
.price_block .product_price .euro {
	font-weight: 300;
}
.product_shares {
	float:right; 
	margin:0px 0 0;
	padding: 0px 0px 0px 0px;
}

.option-select {
	padding: 0 0px;

}
.option-select ul {
	list-style: none;
	margin: 0;
	padding: 10px 0px;
}
.option-select ul li {
	margin: 0 0 5px;
	padding: 0;
	width:100%;
	float: left;
	line-height:30px;
}
.option-select ul li label {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
  width:50%;
  float:left;
}
.option-select ul li .input-box {
	
	float: left;
	width:100%;
}
.option-select ul li .input-box select {
	width:100%;
	
	background:#fff;
	border:1px solid #ccc;
	line-height:30px;
	height:auto;
	padding: 6px;
}
.main-content-in {
	padding:0;
	margin:0 5% 0 0;
	float: left;
	width:65%;
}
.right_tit {
	text-align: center;
	display: block;
	font-size:13px;
}


.main-content-in.tab_content {
	display:none;
}
.main-content-in.tab_content.active {
	display: block;
}
.fullstory {
	font-size:14px;
}
.main-content-in ul.products {
	display:inline-block;
	padding:0;
	margin:0;
}
.main-content-in ul.products > li {
	display:inline-block;
	float:left;
	padding:14px 0 7px 0;
	margin:0 8px 20px 0;
	background:#f6f6f6;
	width:387px;
	list-style-type:none;
}
.main-content-in > ul.products > li {
	/*min-height: 300px;*/
}
.main-content-in ul.products li h5 {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:14px;
	color:#000000;
	padding:0 0 9px 0;
	margin:0;
	text-align:center;
}
.main-content-in ul.products li h5 a {
	color:#000;
	display: block;
}

.tab_menu {
	background:url(../imagestemplate/nav-bg.png) repeat left top;
	padding:0;
	margin:0px 0 0 0;
	display:inline-block;
	width:100%;
}
.tab_menu.review_tabs {
	margin:30px 0 0;
}
.tab_menu ul {
	list-style: none;
	margin:0;
	padding:0;
}
.tab_menu ul li {
	float: left;
	margin:0;
	padding:0;
	border-right:1px solid #d45121;
}
.tab_menu ul li a {
	display: block;
	font-size:13px;
	font-weight:700;
	line-height:13px;
	color:#fff;
	padding:14px 20px 14px 12px;
}
.tab_menu ul li.active a {
	background: #fff;
	color:#333;
}
.tab_menu ul li a:hover {
	opacity:0.7;
}
.tab_menu ul li.active a:hover {
	opacity:1;
}
.tab_menu span.left{
  color: #5f5e5e;
  font-size: 12px;
  line-height: 19px;
}

.prod_tab_content{
		display:none;
		width:375px;
		word-wrap:break-word;
}
.tab_txt.athlete .prod_tab_content {
	width:575px;
}
.prod_tab_content table {
	display:inline-block;
	max-width:370px;
	
}
.prod_tab_content.product_tab, .prod_tab_content.review_tab {
	width:100%;
	padding: 20px 0 0;
}

.reviewslisting {
	max-height: 400px;
	overflow: auto;
}
#product-reviews-list {
	list-style: none;
	margin:0;
	padding:0;
	border-top: 4px solid #eeeeef;
}
#product-reviews-list li {
  background: #ccc none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0 0 15px;
  padding: 20px 20px 1px;
}
#product-reviews-list li .review-title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#product-reviews-list li .productRating img {
	display: inline-block;
	vertical-align: top;
}
.tab_txt.athlete .prod_tab_content table {
	max-width:570px;
}
.prod_tab_content p {
	display:inline-block;
}
.prod_tab_content.active{
		display:block;
}

.product_bottom_right_col {
	width:350px;
	float: right;
}
.works-well-with {
  background: #ecf0f2 none repeat scroll 0 0;
  margin: 10px 0 20px;
  padding: 0 0 10px;
}
.works-well-with h2 {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ebebec 0%, #eaeaeb 51%, #d3d3d4 100%) repeat scroll 0 0;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 0 18px;
  margin:0 0 10px;
  text-transform: uppercase;
  line-height:40px;
}
.works-well-with ul {
	margin: 0 10px 20px 10px;
	padding: 0;
	list-style: none;
	width:330px;
}
.works-well-with ul li {
	padding: 0;
	margin:0 0 20px;
	width:100%;
}
.works-well-with ul li .img {
	float:left;
	width:150px;
}
.works-well-with ul li .info {
	float: right;
	width:160px;
}
.works-well-with ul li .info .title {
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 0;
}
.works-well-with ul li .info .title a {
	color:#0154a4;
}
.works-well-with ul li .info .reviews_rating {
	line-height: 20px;
	display: block;
	margin:5px 0;
}
.works-well-with ul li .info .price {
	display: block;
	font-weight:700;
	font-size:23px;
	margin:10px 0 10px;
	line-height: 1;
}
.works-well-with ul li .info .price sub {
	font-size:14px;
	position: relative;
	top:-6px;
}
.works-well-with ul li .info .price .euro {
	font-weight: 300;
}
.works-well-with ul li .info .more {
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(188, 188, 188, 0.5);
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding: 6px 32px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1174d0 0%, #0559a9 100%) repeat scroll 0 0;
	color: #fff;
	text-shadow: -1px -1px #000;
}

.shopping_cart input[type="text"] {
	min-width:30px;
	width:30px;
}
.shopping_cart td img {
	display: inline-block;
	float: left;
	padding: 0px 3px 3px 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"] {
	width:235px;
	display: none!important;
}
.scart_buttons .scart_button.padr {
	padding:0px 10px;
}
.scart_button.checkout {
	float:right;
}
.mobile_only {
	display: none;
}
.desktop_only {
	display:inline-block;
}

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 {
	width: 80px;
	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;
}

.star-active {
	width:23px;
	height:21px;
	display: inline-block;
	vertical-align: top;
	background:url(../images/star-active.png);
}
.star-empty {
	width:23px;
	height:21px;
	display: inline-block;
	vertical-align: top;
	background:url(../images/star-empty.png);
}

.articles_listing {
	margin:0;
	padding: 0;
	list-style:none;
}
.articles_listing li {
	display: inline-block;
	vertical-align: top;
	width:270px;
	margin: 0 20px 20px 0;
}
.articles_listing li.last {
	margin:0 0 20px 0;
}
.articles_listing li span {
	display: block;
	text-align: center;
	padding: 6px 0 0;
}

.btncart{
  
  border-radius:5px;
  color:#fff;

  border:0;
  color: #ffffff;
  
  cursor: pointer;
  margin:0 0 10px 0;
  width:100%;
  
}
.btncart.tocart {
	background:#424f61;
	
	float:left;
}

.btncart span {
	/*background:url(../imagestemplate/cart_icon.png) no-repeat 0px 10px;*/
	display:block;
	padding:14px 0px 14px 0px;
	cursor: pointer;
	
	font-weight:400;
	font-size:12px;
	
}


.btncart img{
  vertical-align: middle;
  margin-right: 7px;
}
.btncart a{
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.btncart:hover{
  opacity:0.7;

}
.product_title {
	margin:0 0 20px;
}
.product_title h1 {
	float: left;
	margin: 0;
	padding: 0;
}

.wholepage input[type="text"], .wholepage input[type="password"], .wholepage textarea, .wholepage select {
	border: 1px solid #ccc;
}
.navbar-fixed {
	top: 0;
	z-index: 99999;
	position: fixed;
	width: 100%;
}

.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:33.3%;
	float: left;
	padding: 0 5px 5px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 border-right: 1px solid #ccc;
	 border-bottom: 1px solid #ccc;
}
.searchproducts .searchproduct.lastproduct {
	border-right: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(/imagestemplate/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:120px;
	overflow: hidden;
}
.searchresults .result span.img img {
	max-width:100%;
	height: 80px;
	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:#dc5300;
	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(../imagestemplate/load-indicator.gif) no-repeat right center;

}
.article_images {
	-moz-column-count: 4;
	  -webkit-column-count: 4;
	  column-count: 4;
	  margin: 0 0 20px;
	  
}
.article_images a {
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
}
.article_images img {
	max-width: 100%;
	height: auto;
}