/** Zoznam produktov */
#productList
{
	width: 536px;
}


#productList .column
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: left;
	background: url(../image/productlist-bg.png) repeat-y;
	height: 240px;		
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;		
	border: 1px solid white;
}

#productList .column img.productImage
{
	position: absolute;
	top: 10px;
	left: 25px;
	width: 120px;
	height: 120px;			
}

#productList .column .priceAction
{
	position: absolute;
	right: -1px;
	top: -1px;
}

#productList .column .productTitle
{
	position: absolute;
	right: 0px;
	top: 133px;
	width: 152px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#productList .column .productTitle a
{
	font-size: 13px;
	color: black;
}

#productList .column .productAction
{
	position: absolute;
	font-size: 10px;
	left: 10px;
	top: 170px;
	color: rgb(109,109,109);
}

#productList .column .productPrice1
{
	position: absolute;
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	left: 10px;
	top: 180px;
}

#productList .column .productPrice2
{
	position: absolute;
	font-size: 10px;
	left: 10px;
	top: 201px;
}

#productList .column .productModel
{
	position: absolute;
	font-size: 11px;
	color: rgb(109,109,109);
	right: 10px;
	bottom: 5px;
}

#productList .column .productControlls
{
	position: absolute;
	right: 5px;
	top: 170px;
	text-align: right;
	width: 50px;
}

#productList .column .productControlls input
{
	width: 20px;
}


#productList .column1
{	
}

#productList .column2
{
	margin-left: 10px;
	margin-right: 10px;
}

#productList .column3
{
}

#productList .productBgFooter
{
	position: absolute;
	width: 170px;
	height: 9px;
	bottom: -9px;
	left: 0px;		
	background: url(../image/bunka-tien-dole.png) no-repeat;	
	font-size: 1px;
}


/** Podkategorie */
#subCategories
{
	padding: 0px;
	width: 100%;
}

#subCategories td
{
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;	
	
}

#subCategories td.column1
{
	width: 33%;
}

#subCategories td.column2
{
	width: 34%;
}

#subCategories td.column3
{
	width: 33%;
}

#subCategories td a
{	
}


/** Navigacia - strankovanie a zoradovanie */
.productNavigation
{                       
	margin-bottom: 10px;
	margin-top: 10px;	
}

.productNavigation .pagination
{

	float: right;
}

.productNavigation .pagination .links a
{
	color: black;
	padding-left: 2px;
	padding-right: 2px;
}

.productNavigation .pagination .links b
{
	color: white;
	font-weight: bold;
	background-color: #3A3A3A;
	padding-left: 2px;
	padding-right: 2px;
}

.productNavigation .sort
{
	float: left;
}

.productNavigation .sort .div1, .productNavigation .sort .div2
{
	display: inline;
}
