
html {
  margin-bottom:0px;
  padding-bottom:0px;
}
body {
	padding-top: 0px;
	font-style: normal; 
	font-family: 'Lato',sans-serif; 
	font-weight: 400;
	font-size: 11px;
	color:#333333;
}
a:link, a:focus, a:active, a:visited {
	color:#333333;
	text-decoration:none;
	outline: none;
	}
a:hover {
	color:#333333;
	text-decoration:none;
	}

.btn {
	font-family: 'Lato',sans-serif; 
	font-weight: 700;
	font-size:13px;
	padding:4px 10px;
	text-shadow:none;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
.btn-primary {
	background-image: linear-gradient(to bottom, #ff822f 0px, #ff6401 100%);
	background-repeat: repeat-x;
	border-color: #fd6404;
	background-color:#ff6401;
	}
.btn-primary:hover, .btn-primary:focus  {
	background-color:#ff6401;
	border-color: #fd6404;
	}

.btn-info {
	background-image: linear-gradient(to bottom, #3c5998 0px, #3c5998 100%);
	background-repeat: repeat-x;
	border-color: #3c5998;
	background-color:#3c5998;
	}
.btn-info:hover,.btn-info:focus  {
	background-color:#3c5998;
	border-color: #3c5998;
	}
.btn-danger {
	background-image: linear-gradient(to bottom, #cd2742 0px, #cd2742 100%);
	background-repeat: repeat-x;
	background-color:#cd2742;
	border-color: #cd2742;
	}
.btn-danger:hover,.btn-danger:focus  {
	background-color:#cd2742;
	border-color: #cd2742;
	}

.well {
	background-image: linear-gradient(to bottom, #eeedeb 0px, #eeedeb 100%);
	background-repeat: repeat-x;
	min-height: 20px;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #eeedeb;
	border: 1px solid #eeedeb;
	border-radius: 0px;
	box-shadow: none;
	}
#groupcard .well {
	background-image: linear-gradient(to bottom, #f5efea 0px, #f5efea 100%);	
	}
.text-warning {
	color:#ff6301;
	}
.text-primary {
	color:#0e0e0f;
	}
.text-info {
	color:#3c5998;
	}
.text-danger {
	color:#cd2742;
	}
.badge {
	background-color:#000;
	border-radius:7px;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	}

.navbar-toggle {
	position: relative;
	float: left;
	padding: 6px 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	/*border: 1px solid transparent;*/
	border:none;
	}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 4px;
  background-color: transparent;
  border-radius: 0px;
}

#prodcard .form-control {
	display: block;
	width: 100%;
	height: 28px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857;
	color: #333;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #000;
	border-radius: 0px;
	box-shadow: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* bootstrap hacks */


/*content broughtfrom old site uses*/
#mainContentArea .sisaltoraamit .fa {
	float: left;
	margin-right:8px;
	
}
#mainContentArea .sisaltoraamit .tekstiotsikko {
	vertical-align: middle;
	background-color: #ff822f;
	border: 1px solid #ff822f;
	font-weight: bold;
	padding: 6px 8px;
	margin-bottom: 12px;
	font-size: 13px;
	position: inherit;
	color:#FFF;
	border-radius:4px;
	}
#mainContentArea .sisaltoraamit .tekstisisalto {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 13px;
	padding-bottom: 12px;
	}
#mainContentArea .sisaltoraamit .tekstisisalto a { 
	color: #ff822f;
	}

/**/

.page-path a {
	color:#FFF;
	}
#page-path-holder {
	margin-top:28px; 
	color:#FFF; 
	margin-left:-24px; 
	padding-left:0px; 
	font-size:13px; 
	font-weight:700;
	}

.btn-jumbo {
	padding:12px;
	border-radius:0px;	
	}
.btn-solid {
	background-image: none;
	background-repeat: no-repeat;
	box-shadow:none;
	}
.btn-gray {
	background-color:#eeedeb;
	color:#333;
	border-radius:0px;
	border:none;
	}
.btn-gray:hover {
	background-color:#eeedeb;
	}
h1,h2,h3,h4,h5,h6 {
	font-family:'Oswald', sans-serif;
	}
#prodcard h1,#prodcard h2,#prodcard h3,#prodcard h4,#prodcard h5,#prodcard h6 {
	font-family:'Lato', sans-serif;
	}
#shopping-cart h1,#shopping-cart h2,#shopping-cart h3,#shopping-cart h4,#shopping-cart h5,#shopping-cart h6 {
	font-family:'Lato', sans-serif;
	}
#product-comments h4 {
	font-family:'Oswald', sans-serif;
	}
h1 {}
h2 {}
h3 {}
h4 {
	font-size:16px;
	}
h5 {
	font-size:13px;
	}
h6 {
	font-size:11px;
	}


.well .content {
	padding:10px 19px 0px 19px;
	font-size:13px;
	}
.well .content a {
	color:#ff6504;
	font-weight:700;
	}
.footer .row {
	color:#999;
	background-color:#FFF;
	padding:20px;
	padding-bottom:40px;
	font-size:13px;
	}
.footer .row a {
	color:#ff6401;
	}
.row.bg-orange, .bg-orange {
	color:#FFF;
	background-color:#F60;
	}
.row.bg-dark, .bg-dark {
	color:#FFF;
	background-color:#000; 
	}
.row.bg-dark a {
	color:#FFF;
	}
.footer .row .nav-horizontal li {
	border-top:solid 1px #222;
	border-bottom:solid 1px #222;
	margin-top:-1px;
	}
.footer .row .nav-horizontal a:hover {
	background-color:#222;
	cursor:pointer;
	}
.footer .row .nav-vertical {
	display: inline-block;
    float: none;
	}
.footer .row .nav-vertical a:hover {
	background-color:transparent;
	cursor:pointer;
	}
.footer .row hr {
	}
.footer .row .paymenttypes img {
	margin:10px;
	}
.footer #newsletter-order-quickform {
	margin-top:20px;
	}
.footer #newsletter-order-quickform #newsletterEmailField {
	border-radius:0px; 
	height:45px; 
	padding-left:24px; 
	padding-right:24px; 
	font-size:13px; 
	box-shadow:none; 
	border:none;
	}
.footer #newsletter-order-quickform .input-group-addon {
	border-radius:0px; 
	box-shadow:none; 
	border:none; 
	background-color:#572300; 
	color:#FFF; 
	padding-left:16px; 
	padding-right:16px; 
	font-size:13px;
	}
	
#left-menu-heading {
	color:#FFF;
	margin-top:18px;
	}

#frontpage-comments ul, #product-comments ul {
	padding-left:15px;
	}
#frontpage-comments li, #product-comments li {
	list-style:none;
	padding-top:6px;
	}
#frontpage-comments li:before, #product-comments li:before {    
	font-family: 'FontAwesome';
	content: '\f0e5';
	margin:0 5px 0 -22px;
	}

#main-content {
	background-color:#FFF; 
	padding-bottom:20px; 
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	}
.navbar {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	border-radius:0px;
	border:none;
	margin-bottom:0px;
	}
#bannerspot { 
	height:130px; 
	border-radius:3px; 
	}
#brand-logo { 
	height:67px; 
	background-color:#FFF; 
	width:240px; 
	padding:14px 25px 11px 5px; 
	border-radius:0px 0px 68px 0px;
	}
#shop-topnavi.navbar {
	background-image:url('/ip/general/__70____menubg.jpg');
	background-color:transparent;
	border-radius:3px 3px 0px 0px;	
	box-shadow: 0 18px 2px -2px rgba(0, 0, 0, 0.4); 
	z-index:999;
}

#shop-topnavi .navbar-collapse {
	padding-left:0px;
	padding-right:15px;
	}
#shop-topnavi .btn {
	margin-top:-3px;
	margin-bottom:-4px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
	}
#shop-topnavi .cart-button {
	margin-top:-3px; 
	margin-left:8px;
	}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #FFF;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	background-image: linear-gradient(to bottom, #ff822f 0px, #ff6401 100%);
	background-repeat: repeat-x;
	border-color: #fd6404;
	background-color:#ff6401;
	}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
	border-color: #fff;
	background-color:#fff;
	}
@media (max-width:368px) {
	.nav-tabs > li a {
		padding-left:8px;
		padding-right:8px;
		}
	}
#middle-menu {
	height:64px; 
	background:url('/ip/general/__70____menubggap.jpg') top center no-repeat; 
	border-radius:0px 0px 3px 3px; 
	}
#middle-menu #frontpage-tabs {
	margin-top:24px; 
	border:none; 
	padding-left:0px;
	}
#middle-menu .benefits {
	margin-top:28px;
	}


/**/
.navbar-inverse {
	background-color:#0c0d35;
	background-image:none;
}
.navbar-inverse .navbar-nav > li > a {
	color:#FFF;
	font-weight:700;
}
.thumbnail {
	border:0px; 
	box-shadow:none; 
	padding:0px;
	margin-bottom:0px;
	}
.thumbnail .caption {
	border:0px;
	padding-top:0px;
	text-align:left;
	padding-left:0px;
	}
.thumbnail .caption > .prodname {
	margin-top:12px;
	font-weight:bold;
	height:34px; 
	overflow:hidden;
	margin-bottom:2px;
	}
.thumbnail .caption > .product-price {
	font-weight:bold;
	color:#ff6301;
	margin-bottom:4px;
	font-size:14px;
	}
.thumbnail .caption > .product-price .regprice {
	color:#333;
	font-weight:normal;
	font-size:11px;
	}
.thumbnail .caption > .product-price .reducedprice {
	color:#0196ff;
	/*font-size:16px;*/
	}
.thumbnail .caption > .product-ingress {
	height:48px;
	overflow:hidden;
	}
@media (min-width:767px) {
.thumbnail .caption {
	font-size:13px;
	}
.thumbnail .caption > .prodname {
	height:40px;
	}
.thumbnail .caption > .product-price {}
.thumbnail .caption > .product-ingress {
	height:54px;
	}
}
	
#shop-topnavi #navbar .mainmenu li {
	border-left: 1px solid rgb(51, 51, 51); 
	border-left: 1px solid rgba(255, 255, 255, .2); 
	border-right: 1px solid rgb(27, 17, 6);
	border-right: 1px solid rgba(134, 85, 30, .2);
	-webkit-background-clip: padding-box; 
    background-clip: padding-box; 
	}
#shop-topnavi #navbar .mainmenu li.first {
	border-left: none; 
	}
#shop-topnavi #navbar .mainmenu li.searchlink .search-icon {
	margin-top:-3px; 
	margin-left:8px;
	}

.modal-content {
	border-radius:0px;
	border-bottom:none;
	padding-bottom:5px;
	}
/* /bootstrap hacks */


@media (min-width:1200px){
	#admintools .container{width:1170px}
	}
@media (min-width:1400px){
	#admintools .container{width:1370px}
	}
@media (min-width:1600px){
	#admintools .container{width:1570px}
	}
#admintools .ob-report.table td, #admintools .ob-report.table th {
	white-space:nowrap;
	}


/* custom classes MASTER & FRONTPAGE */

/* /custom classes MASTER & FRONTPAGE */


#groupsleft {
	font-size:13px;
	font-weight:bold;
	}
#groupsleft .nav a {
	color:#333333;
	}
#groupsleft .nav li.headline a {
	background-color:rgba(133,39,0, 0.1);
	color:#a97e67;
	}
#groupsleft .nav li.headline i {
	color:transparent;
	}
#groupsleft .nav li {
	border-bottom:solid 1px;
	border-bottom-color:rgba(133,39,0, 0.1);
	}
#groupsleft .nav li i {
	margin-right:4px;
	margin-left:-12px;
	color:rgba(133,39,0, 0.4);
	font-weight:bold;
	}
#groupsleft .nav li a {
	padding:8px 15px;
	}
/* custom classes PRODUCT PAGE */

#prodcard .row.productlist .product-name {
	font-size:24px;
	}
#prodcard .row.productlist .like-button {
	min-height:24px; 
	margin-top:8px; 
	}
#prodcard .product-image {
	margin-top:16px; 
	margin-bottom:30px;
	}
#prodcard #priceOptions .regprice {
	font-size:18px;
	margin-top:-4px;
	margin-bottom:18px;
	}
#prodcard #buyOptions, #prodcard #optionSelect {
	margin-bottom:12px;
	}
#prodcard #deliveryInfo {
	margin-bottom:24px;
	} 
#prodcard #productTexts {
	font-family:'Lato', sans-serif; 
	font-weight:400; 
	font-size:13px;
	}
#prodcard #productTexts .product-specs {
	margin-top:24px;
	}
#prodcard #productTexts .product-specs ul {
	margin-left:0px;
	padding-left:0px;
	}
#prodcard #productTexts .product-specs li {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	border-bottom:solid 1px #CCC;
	padding:8px 0px 8px 0px;
	}
#prodcard input.product-amount {
	width:40px;
	text-align:center;
	margin-right:8px;
	margin-left:8px;
	}
#prodcard .action-buttons {
	margin-top:15px;
	}
#prodcard .comment-area {
	margin-top:15px;
	}

/* /custom classes PRODUCT PAGE */

/* custom classes PRODUCT GROUP PAGE */


/* /custom classes CART PAGES */

#cart-rows {
	font-size:13px;
	}
#cart-rows tr.mainrow {
	font-weight:700;	
	}
#cart-rows tr.subrow > td {
	border-top:none; 
	padding-top:0px;
	}

.tooltip {
	position:fixed;
	z-index:999;
	}

/* helper classes */
.line-through {
	text-decoration:line-through;
	}
.text-underline {
	text-decoration:underline;
	}
.cursor {
	cursor:pointer;
	}
.strong {
	font-weight:bold;
	}
	
.fixtop {
	position:fixed;
	top:60px;
	}
.nowrap {
	white-space:nowrap;
	}	
@media (max-width:768px){
	#shop-topnavi.navbar {
		border-radius:0px;
		padding:10px 15px 10px 10px; 
		margin:0px;
		box-shadow: none; 
		z-index:999;
		background-image: linear-gradient(to bottom, #ff822f 0px, #fc6200 20px);
		
		}
	.row {
		margin-left:-15px;
		margin-right:-15px;
		}
	#page-path-holder {
		margin-left:0px;
		}
	#main-content {
		}
	body {
		background-image:none;
		background-color:#FFF;
		overflow-x: hidden;
		}
	.container {
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
		}
	#master-content {
		background-image:none;
		}

	#middle-menu {
		height:64px; 
		background:url('/ip/general/__70____menubggap.jpg') top center no-repeat; 
		border-radius:0px; 
		}
	}
@media (min-width:768px){
	#left-content {
		margin-right:-40px;
		}
	#main-content {
		margin-right:-40px;
		border-left:solid 1px;
		border-left-color:rgba(133,39,0, 0.1);
		}
	#middle-menu #frontpage-tabs {
		margin-left:-40px; 
		}
	body {
		background:url('/ip/general/______bgsplash.png') top center no-repeat,url('/ip/general/__70____htmlbg.jpg') top left 0px repeat;
		}
	#master-content {
		background:url('/ip/general/______menubgsplash.png') top 380px left -159px no-repeat,url('/ip/general/__70____leftmenubg.jpg') top left repeat;
		}
	}
@media (min-width:1200px){
	.container{width:980px}
	}
@media (min-width:1400px){
	.container{width:980px}
	}
@media (min-width:1600px){
	.container{width:980px}
	}
.navbar-toggle.collapsed,.navbar-toggle.collapsed:hover, .navbar-toggle.highlight, .navbar-toggle.highlight:hover, button.navbar-toggle.active {
  background-color: transparent; 
}
#navbar_mobile_groups li.subline a {
	font-size:13px;
	font-weight:700;
	font-family:'Lato', sans-serif;
	}
#navbar_mobile_groups li a:hover,
#navbar_mobile_groups li a:focus   {
	background-color:transparent;
	background-image:none;
	}14503