/* ADS */
.bg_ads {
	background-image: url(../images/bg_ads.png);
	background-repeat: repeat-x;
	height: 306px;
	}
#ads {
	
	background-image: url(../images/bg_ads.png);
	background-repeat: repeat-x;
	height: 306px;
}

#ads_container {
	height:272px;
	position:relative;
	overflow:hidden;
}
#ads_place {
	position:absolute;
	height:272px;
	
}
#ads_place .item
{
	width:948px;
	height:272px;
	float:left;
	background-image: url(../images/bg_item.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.item .item_content {
	width:796px;
	height:200px;
	background-color:#1b1b1b;
	margin-top: 27px;
	margin-right: auto;
	margin-left: auto;
}
.item .img_pachet {
	width:319px;
	height:200px;
	margin-left:7px;
	background-color:#FFF;
	float:left;
	}
.info {
	
	height:200px;
	float:left;
	width:460px;
	}
.info .general {
	float:left;
	height:196px;
	width:236px;
	text-align: center;
	padding-top: 4px;
}
.general span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	display: block;
	height: 100px;
	margin-top: 25px;
	padding-right: 6px;
	padding-left: 16px;
	margin-bottom: 5px;
	}
.general .price {
	background-image: url(../images/price.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 49px;
	padding-left: 49px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 49px;
	font-weight: bold;
	color: #f68500;
	margin-left: -24px;
	}
.info .technical {
	background-image: url(../images/colt_rotund.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 221px;
	height:144px;
	float:left;
	background-color: #807E7E;
	padding-top: 4px;
	text-align: center;
	}	
.technical span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	display: block;
	padding-top: 34px;
	padding-left: 32px;
	text-align: left;
} 
.item .item_content .info a {
	background-image: url(../images/bt_more.png);
	display: block;
	float: left;
	height: 34px;
	width: 138px;
	margin-top: 12px;
	margin-left: 46px;
	outline:none;
}

#slider {
	background-image: url(../images/bg_slider.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	width: 811px;
	position: relative;
	}
#slide_button {
	background-image: url(../images/slide_buton.png);
	height: 27px;
	width: 60px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;

	}


#umbra_stanga {
	background-image: url(../images/umbra_stanga.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	height: 272px;
	width: 18px;
}
#umbra_dreapta {
	background-image: url(../images/umbra_dreapta.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 50;
	left: 932px;
	top: 0px;
	height: 272px;
	width: 18px;
}
/* END ADS */