.container_filtre{
    color: #556E73;
    float:left;
    font-size:11px;
    width:186px;
    border: solid 1px #E9E7E7;
    border-top: none;
    padding:0px;
    margin:2px;
    margin-left:5px;
    background-color:#fff;
}

.filter_head{
    width:186px;
    height:22px;
    border-top:solid 1px #E9E7E7;
}
.container_filtre h3{
    color: #536F70;
    font-weight:bold;
    height:20px;
    line-height:20px;
    margin:0px;
    margin-top: 1px;
    margin-right: 1px;
    border-bottom:1px dotted #CCCCCC;
    font-size:13px;
    padding-left:15px;
    background:url("../images/aw2011/bg_categorie.jpg") repeat-x scroll left center #FFFFFF;
    display:block;
}
.container_filtre ul{    
    margin-left:10px;
    padding-bottom:10px;
    padding-top:10px;
}
.container_filtre ul ul{
	padding-top:0px;
    padding-bottom:10px;
}
.container_filtre li{
    padding:4px;
    padding-top:2px;
    padding-bottom:2px;
    list-style-type: none;
}
.container_filtre li:hover{
    text-decoration:underline;
    cursor:pointer;
}
.container_filtre li:hover a{
    text-decoration:underline;
    color:#F00075;
    font-weight:bold;
}
.container_filtre a{
    color:#556E73;
    text-decoration:none;
    font-weight: normal;
}
.container_filtre a:hover{
    color:#F00075;
    text-decoration:underline;
    font-weight: bold;
}
.container_filtre .filtru_selectat{
    color:#F00075;
    font-weight: bold;
}

.container_filtre .selected_filter{
    color: #556E73;
    float:left;
    font-size:11px;
    width:184px;
    border: 1px solid #69AA2D;
    padding:0px 0px;
    margin:0px;
    margin-bottom:10px;
}
.selected_filter h3{
    color: #fff;
    font-weight:bold;
    height:17px;
    margin:0px;
    border-bottom:1px dotted #CCCCCC;
    font-size:11px;
    padding-left:15px;
    line-height:14px;
    background:url("../images/aw2011/selectedFilter.png") repeat-x scroll left center #FFFFFF;
    display:block;
    height: 16px;
}
.clear{width:100%;height:1px;clear:both;}
.filtru_categorie{
    float:left;
}

.container_products{
    width:773px;
    margin:2px;
    margin-left:5px;
    float:left;
    background-color:#fff;
    border: solid 1px #E9E7E7;
}

.count_produse{
    margin:15px 0px;
    color:#F00075;
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    float:left;
    width:100px;
    line-height:30px;
}

.numarPagini{
    width:242px;
    float:right;
    margin:15px 0px;
    margin-right:10px;
    padding-top:5px;
}
.pageSelector{
    color:#536F70;
    margin:15px 0px;
    width:160px;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    float:left;
    line-height:30px;
}
.pageSelector select, .newSelectClass{
    width:50px;border-color:#8F8F8F #CECECE #CECECE #8F8F8F;
    border-style:solid;
    border-width:1px;
    color:#536F70;
    font-size:10px;
    font-weight:bold;
}
.produs_promotie{
    width: 390px;
    height:379px;
    background:url("../images/aw2011/bk_promotie.jpg") repeat-x scroll left center #FFFFFF;
    float: left;
}

.btn_preview{
	behavior: url("/iepngfix/iepngfix.htc"); 
	display:none;
	cursor:pointer;
	float:left;
	background: url(../images/produs/btn_detalii.png) no-repeat;
	width:104px;
	height:32px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	z-index:101;
	margin-left:10px;
	margin-top:10px;
	color:#556E73;
	font-family:arial;
	text-align:center;
	line-height:30px;
}

.btn_preview:hover{
	background: url(../images/produs/btn_detalii.png) no-repeat 0px -32px;
	color:white;
}

#previewProdus{
	display:none;
	overflow:hidden;
	position:fixed;
	left:50%;
	margin-left:-390px;
	top:10px;
	height:auto;
	width:780px;
	background:#fff;
	border:1px solid black;
	z-index:10020;
}

#previewProdus .closeButton{
	display:block;
	position:absolute;
	right:5px;
	top:5px;
	z-index:1100; 
	cursor:pointer;
	behavior: url("/iepngfix/iepngfix.htc"); 
	background: url(../../views/images/produs/layer_close.gif) no-repeat center right;
	height:22px;
	line-height:22px;
	font-size:11px;
	color:#556E73;
	width:75px;
	font-weight:bold;
}

#previewProdus .closeButton:hover{
	text-decoration: underline;
	color:#F00075;
}