h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}


#header {
	margin: 10px auto;
}
#header #logo {
	background-position: 0 10px;
}
#header #logo:before {
	height: 0 !important;
}
#header #logo a {
	display: block;
	height: 82px;
	text-indent: -99999px;
}

#search-form {
	margin: 15px 0 0 0;
}
#search-form input {
	background: #ddd;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 8px 10px;
	width: 215px;
height: 15px;
float:left;
}

#search-form input#submit {
	background: #fff url('../images/search.png') no-repeat 50% 50%;
	border: 1px solid #ddd;
	text-indent: -99999px;
	width: 33px;
	height: 33px;
	position: relative;
}

#search-form a {
	color: #747474;
	font-size: 10px;
	text-decoration: underline;
	font-family: sans-serif;
	font-style: italic;

}



#register-cart {
	position: relative;
	top: -7px;
}

#cart {
	background: #000;
	color: #fff;
	width: 234px;
	height: 56px;
}
#cart a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding: 10px;
}
#cart #cart-title {
	display: block;
	background: url('../images/cart-icon.png') no-repeat 0 50%;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
#cart #cart-price {
	float: right;
}


.tab {
	display: none;
}
.tab.active {
	display: block;
}


#main-wrapper {
	width: 980px;
	-moz-box-shadow: 1px 1px 5px #d3d1d2;
	-webkit-shadow: 1px 1px 5px #d3d1d2;
	-ms-box-shadow: 1px 1px 5px #d3d1d2;
	-o-box-shadow: 1px 1px 5px #d3d1d2;
	box-shadow: 1px 1px 5px #d3d1d2;
}
#main-wrapper #product-categories h2 {
	padding: 5px 0 5px 38px;
	margin: 0;
	background: #d92819;
	color: #fff;
}
#main-wrapper #product-categories ul, #main-wrapper #product-categories li {
	margin: 0; padding: 0;
	position: relative;
}
#main-wrapper #content {
	width: 770px !important;
	margin: 0;
	float: right;
}
#main-wrapper #product-categories ul li ul#sub-category ul {
  margin-left:15px;
  border: 0px none;
}
#main-wrapper #product-categories ul li.active > a, #main-wrapper #product-categories > ul > li.active-parent > a {
	color: #d71821 !important;
}






#breadcrumb {
	margin: 10px 10px 10px 0;
	padding: 0;
	font-size: 11px;
}
#breadcrumb a {
	color: #000;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb .current {
	color: #d71821;
}
















#slider-wrapper {
	position: relative;
	margin-bottom: 7px;
}
#slider {
	width: 770px;
}
.nivo-controlNav {
	position: absolute;
	float: right;
	top: 0; right: 0;
	z-index: 10;
	margin: 0;
	padding: 10px;
}
a.nivo-control {
	display: block;
	width: 14px;
	height: 15px;
	background: url('../images/slider-dot.png') no-repeat;
	text-indent: -99999px;
	float: left;
	margin-left: 3px;
}
a.nivo-control.active {
	background: url('../images/slider-dot-active.png') no-repeat;
}

#slider a {
	width: 100%;
	display: block;
}







#klarna-bar {
	margin-bottom: 10px;
	float:left;
	width: 100%;
	clear: both;
}
#klarna-bar img {
	width: 100%;
}



#frontpage {
	width: 560px;
	float: left;
}
#frontpage h2 {
	font-family: OpenSans, Helvetica, arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-top: 0;
}




.tx-dscarousel-pi1 {
}
ul.carousel {
	position: relative;
	left: 25px;
	list-style: none;
	padding: 0;
	margin: 0 0 0px 70px;
	height: 240px;
}
ul.carousel.discounts {
	height: 240px;
}
ul.carousel.loading {
	overflow: visible;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url('../images/ajax-loader.gif') no-repeat 50% 50%;
}
ul.carousel.loading li {
	display: none;
}


ul.carousel li {
	background: #fff;
	border: 0px solid #c2b6b6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	padding-top: 30px !important;

}


ul.carousel li.discount {
	background: #fff url('../images/discount-badge.png') no-repeat 100% 0;
	padding-top: 30px !important;
}


ul.carousel .hidden {
	visibility: hidden !important;
}

ul.carousel a {
	color: #000;
	text-decoration: none;
}

ul.carousel .carousel-product {
	height: 210px;
}

.carousel li.roundabout-in-focus {
	cursor: default;
}
.roundabout-holder {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 280px /*230px */;
    width: 400px;
}
.roundabout-moveable-item {
    background-color: #fff;
    border: 1px solid #c2b6b6;
}
.roundabout-in-focus {
    cursor: auto;
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
}


.carousel .name {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	height: 20px;
	margin-bottom: 8px;
	overflow: hidden;
}
.carousel .image {
	border: 1px solid rgb(226,226,226);
	border: 0;
	height: 120px;
	width: 158px;
	margin-left: 10px;
}
.carousel .image td {
	vertical-align: middle;
	text-align: center;
	height: 120px;
}
.carousel .description {
	font-size: 11px;
	text-align: left;
	padding: 10px;
	height: 53px;
	overflow: hidden;
	word-wrap: break-word;
}
.carousel .price {
	font-size: 17px;
	font-weight: bold;
	color: #d71820;
	text-align: left;
	padding: 0 10px;
}
.carousel .price del {
	color: #000;
	font-size: 11px;
	margin-left: 5px;
	font-weight: normal;
}


.carousel-controls {
	text-align: center;
	margin-bottom: 30px;
}
.carousel-controls .view-all {
	float: right;
	font-size: 11px;
	display: block;
	background: #dadada;
	color: #000;
	text-decoration: none;
	text-align: center;
	width: 80px;
	padding: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-left: -80px;
}




#sidebar {
	width: 180px;
	float: right;
}
#sidebar h3 {
	background: url('../images/sidebar-title-bg.png') no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-top: 0;
	font-family: OpenSans, Helvetica, arial, sans-serif;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
}
#sidebar h3.top10 {
	background: url('../images/sidebar-title-top10-bg.png') no-repeat top right;
	height: 40px;
	padding-right: 60px;
	padding-top: 14px;
	line-height: 14px;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
}
#sidebar h3.poistotuotteet {
	background: url('../images/sidebar-title-top10-bg.png') no-repeat top right;
	height: 40px;
	padding-right: 60px;
	padding-top: 14px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
}


#sideimages img {
	margin-bottom: 10px;
}
#sidebar ol {
	font-size: 11px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#sidebar ol li {
	margin-bottom: 5px;
}
#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}














.filter-results {
	font-size: 11px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.filter-results fieldset {
	border: 1px solid #c6c6c6;
	padding: 0 0 10px 0;
}
.filter-results legend {
	margin: 0 0 0 15px;
	font-size: 11px;
	padding: 0 7px;
}
.filter-results .filter {
	padding: 0px 25px 0 25px;
	overflow: auto;
}
.filter-results .filter label {
	font-weight: bold;
	padding: 5px 0;
	display: block;
}
.filter-results .options {

}
.filter-results .options span {
	background: #dadada;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.filter-results .options span a {
	display: block;
	padding: 3px 4px;
	color: #000;
	text-decoration: none;
}
.filter-results .options span.current { background: #d71821; }
.filter-results .options span.current a { color: #fff; }
.filter-results .wide {
	width: auto;
	float: none;
}


.order {
margin-bottom: 15px;
overflow: auto;
margin-right: 10px;
border-top: 1px solid rgba(0,0,0,0.2);
padding: 15px 5px 0 5px;
margin-top: -10;
}
.order .left {
	float: left;
	width: 33%;
}
.order .right {
	float: right;
	width: 33%;
	text-align: right;
}



#products {
	list-style: none;
	font-size: 11px;
	border-top: 1px solid #ccc;
	margin: 0 10px 30px 0;
}
#products li {
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
}
#products li li {
	border: 0; padding: 0 0 3px 0;
	margin-left: 15px;
}
#products table {
	/*width: 100%;*/
}
#products th, #products td {
	padding: 0 5px 10px 0;
	vertical-align: top;
	font-size: 11px;
}
#products th {
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	font-size: 12px;
}
#products .productnumber {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 11px;
}
#products .image {
	width: 100px !important;
	padding: 0;
}
#products .description {
	width: 255px;
}
#products .description p {
	margin: 0 0 5px 0;
}
#products .description .name { font-weight: bold; font-size: 12px; }
#products .description a {
	color: #000; text-decoration: none;
}
#products .description a:hover {
	color: blue;
	text-decoration: underline;
}
#products .availability {
	width: 90px;
	text-align: center;
}
#products .delivery {
	width: 90px;
}
#products .price {
	width: 140px;
	padding-bottom: 0;
}
#products .price span {
	color: #d71821;
	font-weight: bold;
	font-size: 16px;
}
#product .price span del {
	color: #eb8c90;
	font-size: 14px;
}
#products .price img {
	margin: 5px 0;
}
#products .price span small {
	color: #b3b3b3;
font-size: 11px;
font-weight: normal;
display: block;
}
#products .price p {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 11px;
}
#products .price p.plan-category {
	margin: 0 65px 10px 0;
}
#products .addtocart {
	width: 50px;
	text-align: right;
}
#products th a {
	color: #000;
	text-decoration: none;
}
#products th a:hover {
	text-decoration: underline;
	color: blue;
}




#product .add-button {
	font-size: 11px;
	display: block;
	width: 137px;
	height: 33px;
	line-height: 33px;
	background: url('../images/add-button.png') no-repeat bottom left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border:none;
}
#product .add-button:hover {
	background-position: top left;
}


#products .add-button {
	display: block;
	width: 41px;
	height: 33px;
	background: url('../images/add-button-small.png') no-repeat bottom left;
	text-indent: -99999px;
}
#products .add-button:hover {
	background-position: top left;
}


#pager {
	text-align: center;
	font-size: 12px;
	_min-height: 0;
	margin-bottom: 30px;
}
#pager ul {
	display: inline-block;
	margin: 0; padding: 0;
	list-style: none;
}
#pager li {
	float: left;
	border: 1px solid #ddd;
	border-right: 0;
	margin: 0; padding: 0;
}
#pager a {
	display: block;
	color: #a0a0a0;
	text-decoration: none;
	width: 30px;
	text-align: center;
	padding: 5px 0;
}
#pager span {
	display: block;
	width: 30px;
	text-align: center;
	padding: 5px 0;
	color: #d8d8d8;
}
#pager a:hover, #pager .active a {
	color: #000;
	background: #f5f5f5;
}
#pager #prev {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#pager #next {
	border-right: 1px solid #ddd;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}





#tabs-navi {
	border-bottom: 1px solid #b2b2b2;
	font-size: 11px;
	height: 28px;
	margin: 20px 10px 20px 0;
}

#tabs-navi ul {
	float: left;
	list-style: none;
	display: block;
	height: 28px;
}
#tabs-navi ul li {
	float: left;
	border: 1px solid #b2b2b2;
	border-left: 0;
	position: relative;
	top: 1px;
	height: 26px;
	background: #dadada;
}
#tabs-navi ul li:first-child {
	border: 1px solid #b2b2b2;
}
#tabs-navi ul li a {
	padding: 0 10px;
	line-height: 26px;
	height: 26px;
	text-decoration: none;
	color: #000;
	outline: none;
}
#tabs-navi ul li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
#tabs-navi #results {
	float: right;
	line-height: 26px;
}
#tabs-navi #results span {
	font-weight: bold;
	color: #d92819;
}



h1 a.view-all {
	float: right;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	margin: 5px 30px 0 0;
	padding: 0 10px 0 0;
	background: url('../images/arrow.gif') no-repeat 100% 50%;
}
h1 a.view-all:hover {
	text-decoration: underline;
}



.product-row {
	margin: 0 10px 15px 0; padding: 0 0 10px 0;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #b2b2b2;
	/* height: 240px; */
}

.product-row ul {
	list-style: none;
	margin: 0; padding: 0;
}

.product-row li {
	width: 170px;
	float: left;
	margin-right: 20px;
	display: block;
	margin-right: 10px;
	padding-right: 9px;
	border-right: 1px solid #c2b6b6;
	height: 220px;
}
.product-row li:last-child {
	border-right: 0;
	margin-right: 0;
}
.product-row li.no-margin {
	margin-right: 0;
}
.product-row .product-image {
	border: 1px solid #c2b6b6;
	border: 0;
	text-align: center;
	display: table-cell;
	width: 168px;
	height: 140px;
	vertical-align: middle;
	margin: 0 0 10px 0;
}
.product-row .product-details {
	margin: 10px 0 0 0;
	padding: 0 5px;
}
.product-row .product-details p {
	margin: 0 0 5px 0;
	display: block;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-row .name {
	font-weight: bold;
}
.product-row .name a {
	color: #000;
	text-decoration: none;
}
.product-row .name a:hover {
	color: blue;
	text-decoration: underline;
}
.product-row .price {
	color: #d71821;
	font-weight: bold;
}
.product-row .price small {
		color: #b3b3b3;
font-size: 11px;
font-weight: normal;
display: block;
}
.product-row .price del {
	color: #eb8c90;
}






#product-images {
	height: auto !important;
}

#product-images #image-holder {
	display: table-cell;
	width: 300px;
	height: 300px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#product-images #image-holder img {
/*	width: auto;
	height: auto;
	max-height: 300px;
	max-width: 300px; */
}
#images-text #thumbnails .thumbnail {
display: table-cell;
border: 1px solid #e3e3e3;
height: 99px;
float: left;
vertical-align: middle;
margin: 9px 9px 0 0;
text-align: center;
width: 99px;
line-height: 99px;
}
#images-text #thumbnails img {
	max-width: 90px;
	max-height: 90px;
	cursor: pointer;
	/* border: 1px solid #e3e3e3;
	margin: 9px 9px 0 0;*/
	height: auto;
	width: auto;
	padding: 3px;
}
#images-text #thumbnails{
	clear:both;
}
#product #price #price-title {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
#product #price #product-price small {
	color: #b3b3b3;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}
#product #price #payment-plan {
	font-size: 11px;
	color: #666;
	margin: 10px 0 10px 0;
}
#product #price #product-cart-add .add-button {
	float: right;
	margin-top: -6px;
	*margin-top: -30px;
}
#product #price #product-cart-add {
	float: right;
	width: 200px;
}

#product #price #product-check-availability {
	float: right;
width: 151px;
margin-top: 10px;
text-align: right;
}
#product #price #product-check-availability .add-button {
	float: right;
}

#tab-description {
	font-size: 12px;
}
#tab-description * {
	font-size: 12px !important;
}
#tab-description table {
	width: 100%;
	margin-bottom: 20px;
}
#tab-description td {
	padding: 0 20px 10px 0;
	vertical-align: top;
}



#footer #logo {
	width: 190px;
}
.footer-text {
	width: 150px;
	height: 150px;
	float: left;
	border-left: 1px solid #d8d8d8;
	padding: 0 20px;
	font-size: 11px;
}





/* SEARCH PAGE */

#searchForm {
	margin-bottom: 30px;
	margin-right: 10px;

	border: 1px solid #c4c4c4;
	padding: 5px 20px 20px 20px;
	background: #f5f5f5;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;


}
#searchForm #search-container {
	margin-bottom: 5px;
}

#searchForm #left, #searchForm #right {
	width: 340px;
}

#searchForm #left {
	float: left;
}
#searchForm #right {
	float: right;
	margin-right: 20px;
}


#searchForm p {
	clear: both;
}
#searchForm label {
	display: block;
	padding: 4px 0;
}


#searchForm select {
	/* float: right; */
	width: 250px;
	margin-bottom: 5px;
	height: 30px;
}

#searchForm input {
	padding: 5px;
	border: 1px solid #b2b2b2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#searchForm input#terms {
	width: 250px;
}

#searchForm input.price {
	width: 60px;
}

#searchForm button {
	clear: left;
	padding: 3px 7px;
}



#searchresults {
	margin: 0 0 0 30px;
}



#main-wrapper #product-categories ul li a {
	word-wrap: break-word !important;
}


h2 small {
	margin: 5px 10px 0 0;
	float: right;
}

h2 #amount {
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: 10px;
}
h2 #amount strong {
	color: #d92819;
	font-weight: bold;
}


#fbrecommend {
	padding: 10px;
}
#fbrecommend .fb {
	width: 49%;
	float: left;
}


p.original-price{
	color: #999;
	font-size: 11px;
	margin-top: 0px;
}




.carousel-navi {
	position: relative;
}
.carousel-navi a {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 600;
	text-indent: -99999px;
	outline: none;
	top: -145px;
}
.carousel-prev {
	left: 8px;
	background: url('../images/carousel-prev2.png') no-repeat;
}
.carousel-next {
	right: -28px;
	background: url('../images/carousel-next2.png') no-repeat;
}

#tab-description ul {
	margin-left: 15px;
}

.carousel-controls {
	position: relative;
	width: 27px;
	height: 30px;
	margin: 20px auto 20px auto;
	padding-left: 20px;
}

.carousel-controls .startAutoPlay {
	display: block;
	width: 27px;
	height: 27px;
	background: url('../images/start.png') no-repeat;
	text-indent: -99999px;
	float: left;
	outline: none;
}
.carousel-controls .stopAutoPlay {
	display: block;
	width: 27px;
	height: 27px;
	background: url('../images/stop.png') no-repeat;
	text-indent: -99999px;
	float: right;
	outline: none;
}
.carousel-view-all {
	font-size: 11px;
	text-align: center;
	padding-left: 25px;
	margin-bottom: 20px;
}
.carousel-view-all a {
	color: #000;
	text-decoration: none;
}
.carousel-view-all a:hover {
	text-decoration: underline;
}





#main-wrapper #product-categories  ul li #sub-category {

}
#main-wrapper #product-categories ul li #sub-category ul {
	margin: 0 0 0 10px;
}
#main-wrapper #product-categories #sub-category .active > a.parent,
#main-wrapper #product-categories #sub-category li.active-parent > a.parent {
	background: url('../images/cat-arrow-open.png') no-repeat 8px 50% !important;
	text-decoration: underline;

}
#main-wrapper #product-categories #sub-category a.parent {
	background: url('../images/cat-arrow-closed.png') no-repeat 8px 50% !important;
}

#main-wrapper #product-categories #sub-category li.active-parent {
	border-bottom: 0;
}


#palautelomake {
	margin: 0 10px 0 0;
}
#palautelomake legend {
	font-size: 13px;
}
#palautelomake textarea {
	height: 150px;
}
#palautelomake fieldset label {
	padding: 5px 0 5px 0;
	font-weight: normal;
}
#palautelomake fieldset div {
	padding: 0 0 10px 0;
}
#palautelomake input {
	padding: 5px;
}
#palautelomake input.powermail_submit {
	margin-left: 210px;
}


#specs td {
	padding: 0 20px 10px 0;
	font-size: 12px;
}

ul#documents {
	margin-left: 25px;
	font-size: 12px;
}


#shipping-info{
	display: none;
	position: absolute;
	background:#fff;
	width:270px;
	border:solid 1px #ccc;
	padding:10px;
	margin-top: 5px;
}

#shipping-info dt{
	margin: 0 0 2px;
	font-size:12px;

}
#shipping-info dl{
	margin:0;
}

#shipping-info dd{
	margin:0 0 10px 0;
	font-size:11px;
}
#shipping-info span.price{
	float:right;
}
#shipping-info .shipping-info-arrow{
	width:0px;
	height:0px;
	border-top:solid 8px transparent;
	border-right:solid 8px transparent;
	border-bottom:solid 8px #ccc;
	border-left:solid 8px transparent;
	margin-top:-26px;
	margin-bottom: 7px;
}

a.check-availability{
	float: right;
	clear: both;
	display: block;
	padding: 5px;
	background: #eceded;
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
	width: 127px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#vatToggle {
float: left;
width: 33%;
text-align: center;
}

#vatToggle a {
	color: #000;
	text-decoration: none;
}
#vatToggle a:hover {
	text-decoration: underline;
}




#cartState {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#cartState table {
	width: 100%;
}
#cartState table td {
	width: 25%;
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 7px 0;
}
#cartState table td:last-child {
	border-right: 0;
}
#cartState table td.cart_current {
	background: #f5f5f5;
}

.tx-dsshopcart-pi1 h2 {
	margin-bottom: 0;
}

#shopping-cart .product-quantity input {
	margin-top: -4px;
	text-align: center;
}



h2.category-title {
	margin-top: 27px !important;
}










/*
 * Omat tiedot Datatables */

#allOrders_wrapper {
	margin-right: 10px;
	margin-bottom: 10px;
}
#allOrders_length {
 	width: 50%;
 	float: left;
 	margin-bottom: 10px;
}
#allOrders_filter {
 	float: right;
 	text-align: right;
}
table#allOrders {
 	clear: both;
 	width: 100%;
 	font-size: 12px;
 	margin-bottom: 10px;
 	border: 1px solid #cfcdcd;
}
table#allOrders thead {
	border-bottom: 1px solid #cfcdcd;
}
table#allOrders th {
	text-align: left;
	padding: 5px 6px;
	cursor: pointer;
}
#allOrders_info {
	margin-bottom: 10px;
}

#main-wrapper #product-categories {
    margin-bottom: 40px;
}


input[name=fetch] {
	margin: 20px 0;
	width: 200px;
	padding: 4px;
}

.allnews {
	clear:both;
	margin-top: 40px;
}
.allnews ul {
	margin-left: 20px;
}
.allnews a {
	color: #000;
	text-decoration: none;
}
.allnews a:hover {
	color: blue;
	text-decoration: underline;
}


#category-banners {
	position: relative;
}

#category-banners .nivo-controlNav {

right: 10px;

}

.clear-properties-row{
	clear:both;
	float:none;
	height:5px;
}

#klarna-bar ul {
	list-style: none;
}
#klarna-bar ul li {
	display: none;
}
#klarna-bar ul li:first-child {
	display: block;
}

.csc-default {
	margin-right:20px;
}




h3.carousel-title {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 25px;
}

.csc-default table {
    width:100%;
}
.csc-default thead {
    background:#ccc;
}
.csc-default thead th {
    padding: 5px;
}
.csc-default thead > tr {
    text-align: left;
}
.csc-default tbody > tr:nth-child(even) {
    background: #eceded;
}
.csc-default tbody td {
    padding: 5px;
}

td.align-right {
	text-align:right;
}


/*


            SLIDER MODIFIERS



 */

#slider {
    height: 225px;
}
#slider .bxslider-wrapper:nth-child(1) {
    float: left;
    width: 600px;
    height: 225px;
}
#slider .bxslider-wrapper:nth-child(2) {
    float: right;
    height: 225px;
    width: 160px;
}
ul.bxslider {
	padding:0;
	margin:0;
}
