.sub_mnu_box {
	background: transparent;
	margin-left: 5%;
	margin-right: 5%;
}

#my_content {
	background: rgba(255, 255, 255, 0.5);
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	background-image: url("../img/produse_bg_left.png");
	background-repeat: no-repeat;
	background-position: top left;
	max-height: 400px;
	overflow-y:auto;
}
	
	#my_content .title_box {
		position: fixed;
		width: 100%;
		background-image: url("../img/produse_bg_title.png");
		background-repeat: no-repeat;
		background-position: top left;
		margin-top: -68px;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
	}
	
	#my_content h1 {
		font-family: 'champagne__limousinesbold', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		margin-top: 6px;
		margin-left: 5px;
	}
	
	#my_content h2 {
		font-family: 'champagne__limousinesbold', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		margin-left: 10px;
	}
			
	#my_content p {
		font-family: 'champagne__limousinesregular', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		margin-left: 10px;
	}
			
	#my_content img {
		padding-bottom: 20px;
		margin-left: 10px;
	}
			
	#my_content .ul_label {
		font-family: 'champagne__limousinesBdIt', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		padding-bottom: 2px;
		margin-left: 10px;
	}
			
	#my_content ul, ol {
		font-family: 'champagne__limousinesregular', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		padding-bottom: 20px;
		margin-left: 10px;
	}
	
	.my_price_box {
		margin-left: auto; 
		margin-right: auto;  
		text-align: center;
		vertical-align: middle;
		display: table;
		float: none;
	}
		.box_image {
			float: left;
			white-space: nowrap;
		}
	
	.my_box {
		text-align: center;
	}
	
	.pret_box {
		width: 104px;
		height: 37px;
		background-image: url("../img/bg_pret.png");
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-family: 'champagne__limousinesregular', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 15px;
		border: 0;
	}
	
	#my_content table td {
		font-family: 'champagne__limousinesregular', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		margin-left: 10px;
	}
	

		
	


.nav_pills {
	border-bottom: transparent;
	min-height:30px !important ;
}

.nav-pills > li > a {
	font-family: 'champagne__limousinesregular', Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: #404040; 
	border-color: transparent;
	border-radius: 0;
	color:#fff;
	height: 28px;
}

.nav-pills > li {
	padding-right: 5px;
	padding-bottom: 1px;
	vertical-align: middle;
	line-height: 5px;
}

.nav-pills > li:first-child {
	padding-left: 20px;
}

/* active tab color */
.nav-pills > li.active > a, .nav-tabs > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #aeaeae;
	border-color: transparent;
	border-radius: 0;
}

/* hover tab color */
.nav-pills > li > a:hover {
	border-color: transparent;
	background-color: #aeaeae;
	border-radius: 0;
}

@media only screen and (max-device-width: 480px) {
	.nav-pills > li {
		float: none;
		display: block;
		width: 200px;
		max-width: 250px;
	}
	
	.nav-pills > li:first-child {
		padding-left: 0px;
		margin-left: 0px;
	}
}		