img.produs-nou {
	position:					absolute;
	right:						0;
	bottom:						0;
}

#category, #seasonImage {
	float:						left;
}
#category {
	font-size:					1.2em;
	font-weight:				100;
	height:						100%;
}
#category span {
	display:					block;
	height:						100%;
	position:					relative;
	top:						90%;
	left:						10px;
}
#products {
	padding-top:				10px;
	width:						90%;
	min-height:       768px;
	font-size:					0.6em;
	padding-bottom:				30px;
}

#products h1 {
  text-indent: 15px;
} 

.product {
  	-moz-border-radius-topleft:           	15px;
  	-moz-border-radius-topright:          	15px;
  	-moz-border-radius-bottomleft:        	15px;
  	-webkit-border-top-left-radius:       	15px;
  	-webkit-border-top-right-radius:      	15px;
  	-webkit-border-bottom-left-radius:    	15px;
	width:						          	260px;
	height:						          	360px;
	float:						          	left;
	margin-right:			              	10px;
	margin-top:				              	10px;
	margin-bottom: 							20px;
	padding-top:			                25px;
	position:					            relative;
}

.product a span.cod {
  border-bottom: 0;
  -moz-border-radius-topleft:           15px;
  -moz-border-radius-topright:          15px;
  -webkit-border-top-left-radius:       15px;
  -webkit-border-top-right-radius:      15px;
  padding-top: 5px;
  font-size: 16px;
  display: block;
  width: 100%;
}

.product span.price, .product span.name {
  display: block;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
}

.product img.product_image {
/*  width: 170px;*/
}

.product div.product_image {
  width: 100%;
  height: 260px;
  background: transparent url('../images/loading.gif') no-repeat center center;
}

.productTop {
	height:						240px;
}

.product a:hover {
	font-weight:				bold;
}

.price {
	font-size:					1.3em;
}
.rebate {
	text-decoration:			line-through;
	color: black;
}
#left_pane {
	display:					  block;
}

.inactiv {
	background-color:		red; 
	color:						  white;
}
.activ {
	background-color:	  #99cc33; 
	color:						  black;
}

.product a span.name {
  text-decoration: underline;
  font-size: 16px;
}

.product span.price {
  color: #000;
  line-height: 20px;
  overflow: hidden;
}

.product a span.name {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	display: block;
}

.hproduct.admin .recomandat {
	display: block;
	position: absolute;
	background: url('../images/recomandat-on.png') no-repeat 0 0;
	width: 36px;
	height: 36px;
	bottom: 36px;
	left: 0;
}

.hproduct.admin .recomandat.nu {
	background: url('../images/recomandat-off.png') no-repeat 0 0;
}