﻿/* Productlist start */

.pm
{
	visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width:0;
}
.ContentAdviceBottom
{
	padding-left: 2.5%;
}
.productListValutaDescription
{
	font-family:Arial, Verdana;
	font-size: 0.7em;	
	font-weight:bold;
	padding-left:25px;
	margin-top:5px;
	height: 15px;
}

.productListTitle, .productListProduct, .plindex
{
	width: 520px;
	border: solid 1px;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0;
	font-size: 1.0em;	
}
.productListTitle
{
	margin-top: 15px;
	/*font-family: Eurostile, Arial, Impact;*/
	font-family: Verdana, Arial;
	height:93px;
	padding-bottom: 5px;	
	background-color: #faea9e;	
}
.productListTitleHeader
{				
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight:bold;
	color: #F0631E;	
	height:36px;
	margin:0 0 0 0;
	text-decoration:none;
}
.productListTitleDescription
{
	padding-top: 7px;
    font-size: 0.8em;    
    font-weight:bold;
    color: #333333;
    height:57px;
}
*html .productListTitleDescription
{
	height: 50px;
}

.productListProduct
{		
	height: 150px;
	font-family: Arial;
	border-left: solid 8px #FF6600;
	padding-right:0;
	border-top-width:0;		
	background: url("../../images/78/list.jpg") no-repeat scroll right top;
}
.productListProduct:hover
{
	/*background: #F7B80C url("../../images/78/list.jpg") no-repeat scroll right top;*/
	border-left: solid 8px #CD0F0F !important;
}

.productListProductTitle, .productListProductDescription, .productListPrice
{
	width: 360px;	
}

.productListProductTitle
{	
	position:relative;	
	font-size: 0.8em;
	font-weight:bold;
	height: 33px;		
	/*background-color:Lime;*/
}
.productListProductDescription
{		
	padding-top: 4px;	
	height: 55px;	
	font-size: 0.8em; 	
	border-bottom: solid 1px;
	line-height:14px;
	/*background-color:Olive;*/
}
.productListProductLink
{	
	color: #333333;	
	text-decoration:none;
	padding:0;
}
.productListProductLink:hover
{		
	/*background-color: #F7B80C;*/
	cursor:pointer;		
}
*html a.productListProductLink:hover .productListProduct
{
	border-left: solid 8px #CD0F0F !important;	
}
	/* Productlist Price start */
	.productListPrice
	{
		font-size: 0.8em;    	
		text-align: center;
		height: 19px;
		/*background-color:Maroon;				*/
	}
	.productListProductRecommendedPrice
	{		
	}
	.productListProductPrice
	{		
		font-size: 0.9em;
		font-weight:bold;	
		background-color:#F7B80C;	
		text-decoration: underline;		
	}	
	.productListProductSave
	{		
	}	
	/* Productlist Price End */
/* Productlist End */

/* index  */
.plindex
{
	position: relative;
	background-color: #faea9e;	
	padding-bottom: 15px;	
	padding-top: 30px;	
	margin-top:10px;
	/*height:175px;	*/
}
.plindexhead, a.plindexlink, a.plindexlink:visited
{
	/*color:#0066CC;		*/
	color: Black;
	font-family:Arial, Verdana;
	font-size:0.8em;
	text-decoration:none;	
}
a.plindexlink, a.plindexlink:visited
{			
	/*border-left: solid 5px #FF6600;	
	padding-left: 6px;			*/
}
a.plindexlink:hover
{
	/*border-left: solid 5px #CD0F0F;*/
	/*text-decoration:underline;*/
	color:#FF6600;
}
.plindexhead
{
	font-size:0.9em;
	color:#FF6600;	
	font-weight:bold;	
	/*margin-top: 15px;*/
	margin-bottom: 5px;
	background-color:#f8e279;
	padding:3px 0 2px 5px;
	height:18px;
	position:absolute;
	border-bottom:solid 1px #FFF;
	top:0;
	left:0;
	width: 529px;
}
/* index end */
