﻿/* 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
{
	width: 100%;
}

.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
{
	width: 100%;
	padding: 20px;
	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: 38px;
	position:relative;
}
.product-listing-item-wrapper.alt
{
	/*background: #eee;*/
}

.product-listing-item-wrapper .image-container
{
	float: left;
	min-width: 60px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;

	box-shadow:0px 0px 10px rgba(0,0,0,0.35);
}

.product-listing-item-wrapper .text-container
{
	 float: left;
	 width: 500px;
}

.product-listing-item-wrapper .link-container
{
	 float: right;
	 width: 100px;
}
.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
{
	font-size:20px;
	font-family:Inder, Arial, sans-serif;
	margin-bottom: 4px;
	/*font-size: 16px;
	line-height: 20px;*/
}

.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;
	margin-top: 20px;
}

.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; /* eBook+ */
	 width: 188px;
	 margin-right: 5px;
}

.price-container .offer
{
	font-size: 17px;
	color: #df1717;
	margin-bottom: 0px;
}
.price-container .price
{
	font-size: 22px;
	color: #2695b7;
	font-family:Inder, Arial, sans-serif;
	margin-bottom: 10px;
}
.price-container .normal-price
{
	font-size: 12px;
	color: #656565;
	margin-bottom: 10px;
	margin-top: -10px;
	text-decoration: line-through;
}

/*Hinnan tarkenne*/
.price-col .price-info
{
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #808080;
}