﻿.photos {
padding:45px 17px 0 0;
width:227px;
}

.productList .product{
height:109px;
margin:0 0 15px 0;
position:relative;
border-top:2px ridge #8c8c8c;
}

.productList .product .producImage
{
	position:absolute;
	left:0px;
	top:8px;
	padding-left:20px;
	z-index:0;
}
.productList .product .producImage img
{
	z-index:0;
}

.productList .product .productTitle
{
	position:absolute;
	left:150px;
	top:21px;
}

.productList .product .productTitle a
{	
	font-size:14px;
	color:#606060;
}

.productList .product .productPrice
{
	position:absolute;
	left:410px;
	top:50px;
	width:160px;
	text-align:right;
	font-size:12px;
}

.productList .product .productText
{
	position:absolute;
	left:150px;
	top:50px;
	width:260px;
	color:#757575;
	font-size:12px;
}
.productList .product .productText p
{
	margin:0;
	text-align:left;
}


.productList .product .buttons
{
	position:absolute;
	left:590px;
	top:59px;
}

/* related products     */
.relatedProducts
{
	border-bottom:2px ridge #8c8c8c;
}
.relatedProducts .product {
height:109px;
margin:0 0 15px 0;
position:relative;
float:left;
border-top:2px ridge #8c8c8c;
width:244px;
}

.relatedProducts .product .producImage
{
	position:absolute;
	left:0px;
	top:30px;
}

.relatedProducts .product .productTitle
{
	position:absolute;
	right:14px;
	top:10px;

}

.relatedProducts .product .productTitle a
{	
	font-size:12px;
	color:#606060;
		text-align:right;
}

.relatedProducts .product .productPrice
{
	position:absolute;
	left:90px;
	top:50px;
	width:140px;
	text-align:right;
	font-size:11px;
}
.relatedProducts .product .productText
{
	display:none;
}

.relatedProducts .product .buttons
{
	display:none;
	position:absolute;
	left:590px;
	top:59px;
}
.relatedProducts div#relatedProductsFoot
{
	clear:both;
}


/**********   Product Details   ************************/

div#product 
{
	position:relative;
	border-top:2px ridge #8c8c8c;
	
}
div#product div#productName
{
	position:absolute;
	font-size:14px;
	font-weight:bold;
	top:25px;
}

div#product div.description
{
	width:560px;
}
div#product div.description ul
{
	padding-left:15px;
}

div#product .productPrice
{
	position:absolute;
	text-align:right;
	right:0;
	top:30px;
}

div#product div#buttons
{
	position:absolute;
	bottom:0;
	right:0;
	clear:both;
}

/*****     Reduced products     ********/
div#reducedProducts div.reducedProduct
{
	float:left;
		
}
div#reducedProducts div.reducedProduct
{
	float:left;
	margin:2px 1px;		
}

div#reducedProducts div.reducedProduct .head
{
	background-image:url(Images/ugodno-bg-top.png);
	background-position:top center;
	background-repeat: no-repeat;
	width:231px;
	height:44px;
}

div#reducedProducts div.reducedProduct .content
{
	background-image:url(Images/ugodno-bg.png);
	background-position:top center;
	background-repeat: repeat-y;
	padding:10px 15px 5px 15px;
	width:201px;
}

div#reducedProducts div.reducedProduct .foot
{
	background-image:url(Images/ugodno-bg-bottom.png);
	background-position:top center;
	background-repeat: no-repeat;
	width:231px;
	height:9px; 
}

div#reducedProducts div.reducedProduct .productPrice
{
	text-align:right;
}
div#reducedProducts div.reducedProduct .productName a
{	
	color:#757575;
	font-weight:bold;
	font-size:14;
}
div#reducedProducts div.reducedProduct .productName
{
	height:30px;
	
}
div#reducedProducts div.reducedProduct .productName, 
div#reducedProducts div.reducedProduct .productImage
{
	text-align:center;
	padding-bottom:10px;
	

}
div#reducedProducts div.reducedProduct .productImage
{
	width:201px;
	height:70px;
	overflow: hidden;
	
}


