﻿/* Tuotelista - elementit listan yläpuolella ----------- */
/*.product-list .category-image
{
	margin-bottom: 20px;
}

.product-list .category-title,
.product-listing .search-title
{
	font-size: 32px;
	font-family:Inder, Arial, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	color:#e0aa2a;
}

.product-list .category-desc
{
	font-size: 10px;
	color: #111;
	margin-bottom: 20px;
}

.product-list .category-product-shelf
{
	margin-bottom: 20px;
}*/

/* Tuotelista - elementit listassa ----------- */

.product-listing
{
}

.product-listing-ddlabel {
	color:#808080;
	margin-left:20px;
}

.product-listing-pager select
{
	height: 40px;
	border: 1px solid #d8d8d8;
	margin-right:20px;
}

.product-listing-pager select option {
}

.product-listing-no-items
{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	color: #656565;
}

.product-listing-item-wrapper
{
	padding: 20px;
	background: #fff;
	min-height: 150px;
	/*color: #444;
	background: #f3f3f3 url(../Pics/login-bg.png) 100% 100% no-repeat;
	-webkit-box-shadow: 0 15px 8px -11px rgba(0,0,0,0.05), inset 0 0 0 1px #eeeeee, inset 0 80px 80px -80px rgba(255,255,255,1);
	-moz-box-shadow: 0 15px 8px -11px rgba(0,0,0,0.05), inset 0 0 0 1px #eeeeee, inset 0 80px 80px -80px rgba(255,255,255,1);
	box-shadow: 0 15px 8px -11px rgba(0,0,0,0.05), inset 0 0 0 1px #eeeeee, inset 0 80px 80px -80px rgba(255,255,255,1);*/
	margin-bottom: 20px;
	position: relative;
}
.product-listing-item-wrapper.alt
{
	/*background: #eee;*/
}

.product-listing-item-wrapper .image-container
{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 150px;
	overflow: hidden;
	margin-right: 20px;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.35);*/
}

.product-listing-item-wrapper .image-container img
{
	width: 150px;
}

.product-listing-item-wrapper .text-container
{
	 margin-left: 165px;
}

.product-listing-item-wrapper .link-container
{
	 margin-left: 165px;
}
.product-listing-item-wrapper .link-container > a.bluelink
{
}
.product-listing-item-wrapper .link-container .add-to-cart-button
{
	display: block;
	margin-bottom: 5px;
}

.text-container .title,
.text-container .title a
{
}

.text-container .title .title-tag
{
	position: relative;
	top: -3px;
	margin-left: 5px;
	color: #ff6a00;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

.text-container .author
{
	color: #808080;
}

.text-container .desc
{
	color: #808080;
}

.text-container table
{
	margin-top: 20px; color: #656565;
}
.text-container table td 
{
	padding-right: 40px;
	color: #656565;
	vertical-align: top;
}

.product-listing-item-wrapper .price-col
{
	 float: right;
	 text-align: left;
	 width: 188px;
	 margin-right: 5px;
}

.price-container .offer
{
	font-size: 17px;
	color: #e53312;
	margin-bottom: 0px;
}
.price-container .price
{
	font-size: 22px;
	color: #00abcd;
	font-family:Inder, Arial, sans-serif;
	margin-bottom: 10px;
}
.price-container .price .vat-info
{
	font-size: 12px;
	color: #656565;
}
.price-container .normal-price
{
	font-size: 12px;
	color: #656565;
	margin-bottom: 10px;
	margin-top: -10px;
	text-decoration: line-through;
}

/*vain videohyllyille*/
#product_page_content_wrapper.product-type-is-video-shelf .price-container .price:before
{
	display: inline-block;
	margin-right: 5px;
	content: 'alkaen';
	font-size: 12px;
	color: #656565;
}

/*Hinnan tarkenne*/
.price-col .price-info
{
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #808080;
}


/* Haun muokatut tyylit (\Controls\ProductListing\ProductListing.ascx.cs:240 alkaen) */
.search-title {
	margin-bottom: 20px;
}
.product-listing-item-wrapper h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.searchResultSample {
	margin-top: 0px;
	margin-bottom: 20px;
}
.searchResultSample a {
	display: block;
	margin-top: 3px;
}
.searchResultSample span.hl {
	font-weight: bold;
}
.product-listing-item-wrapper.no-access a
{
	color: #666;
}
.search-results-tip {
	font-size: 0.9rem;
}
.search-from-balanssi-link {
	/* Balanssi-palvelu muutettu arkistoksi */
	display: none;
	/*display: inline-block;*/
	margin-top: 20px;
	margin-bottom: 5px;
	color: #fff;
	background: #aa067f;
	text-align: center;
	cursor: pointer;
	font-size: 1rem;
	height: 48px;
    line-height: 48px;
	padding: 0 25px;
	-webkit-appearance: none;
    border-radius: 0;
	box-sizing: border-box;	
}
.search-from-balanssi-link:hover {
	text-decoration: none;
}
.search-from-balanssi-link:after {
	content: 'Hae Balanssi Online -palvelusta';	
}