/* *** Products module CSS *** */

/* S: Product categories list - left side */

div.main-category {
	padding-top: 5px;	
}

div.sub-category {
	padding-top: 5px;	
}

/* Kategoriju sadāļu saites */

a.main-category-link, a.main-category-link:visited {
	color: #CC0000;
	font-family: Tahoma, Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.main-category-link:hover, a.main-category-link:active {
	color: black;
}

a.sub-category-link, a.sub-category-link:visited {
	color: black;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.sub-category-link:hover, a.sub-category-link:active {
	color: red;
}



/* S: Product options - middle */

#products-items-options {
	width: 150px; 
	display: block; 
	float: left;
	padding-left: 5px;
}

.product-options-title {
	color: black;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.product-option {
	color: #184BA;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


/* B: Product options - middle */

/* Product items list - right side */

#products-items-list-loading {
	position: absolute;
	top: 300px;
	left: 300px;
	visibility: hidden;
}

#products-items-list {
	display: block;
	float: left;
	padding: 0 0px 5px 0px;
	width: 635px;
}



.table-product {
	border-collapse: collapse; 
}

.cell-product {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	background-color: white;
	width: 180px;
	padding: 5px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.cell-info {
	margin-left: 3px;
}

.cell-info a:link,  .cell-info a:visited {
	color: black;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	margin-left: 3px;
}

.cell-info a:hover,  .cell-info a:active {
	color: red;
}

.cell-code {
	color: silver;
	margin-left: 5px;
	text-align: left;
}




.cell-price {
	margin-left: 3px;
	text-align: left;
}



#footer {
	color: silver;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 7px;
	width: 100%;
}

#footer a:link, #footer a:visited {
	color: silver;	
}

#footer a:hover, #footer a:active {
	color: red;	
}