.left{
	padding-top:30px;
}

.left h1{
	float:left;
	font-size:19px;
	letter-spacing:-1px;
	color:#3a3a3a;
	padding-top:2px;
}

.menuGallery{
	float:right;
	height:30px;
	width:315px;
	background:url('../img/bg-menu-gallery.png') top right no-repeat;
	margin-bottom:10px;
	padding-top:6px;
	padding-right:10px;
	text-align:right;
}

.underline{
	border-top:3px solid #e76800;
	padding-top:10px;
}

.menuGallery a{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding-top:7px;
	padding-left:6px;
	padding-right:10px;
	text-transform:uppercase;
	color:#3a3a3a;
	background:url('../img/bg-sep-menu-anunturi.png') right 6px no-repeat;
}

.menuGallery a#last{
	background:none;
}

.menuGallery a:hover{
	color:#e76800;
}

.menuGallery a.selected{
	color:#e76800;
}

.photoGallery ul.categories{
	height:117px;
}

.photoGallery ul.categories li{
	display:block;
	float:left;
	width:33%;
	padding-bottom:8px;
}

.photoGallery ul.categories li a{
	text-decoration:none;
	color:#3a3a3a;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

.photoGallery ul.categories li a:hover{
	color:#e76800;
	text-decoration:underline;
}

.photoGallery ul.photos{
	margin-top:20px;
}


.photoGallery ul.photos li{
	display:block;
	float:left;
	width:33%;
	height:250px;	
	font-size:11px;
}

.photoGallery ul.photos li img{
	margin-bottom:5px;
}

.photoGallery ul.photos li .extraInfo{
	font-size:11px;
	color:#a7a7a7;
	margin-bottom:20px;
	margin-top:5px;
}

.photoGallery ul.photos li .extraInfo a{
	display:block;
	font-size:11px;
	color:#e76800;
	text-decoration:underline;
	margin-top:5px;
}

.photoGallery ul.photos li .extraInfo a:hover{
	text-decoration:none;
	color:#9e4700;
}




/* adaugarea de poza */
.addphoto  h4{
	font-size:14px;
	margin-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	width:96%;
	padding-bottom:5px;
	color:#000;
}

.addphoto  label{
	font-size:13px;
	font-weight:italic;
	display:block;
	margin-bottom:3px;
}

.addphoto .txt{
	margin-bottom:10px;
	border-top:1px solid #828383;
	border-left:1px solid #828383;
	border-right:1px solid #b5b6b6;
	border-bottom:1px solid #b5b6b6;
	height:21px;
	width:270px;
	padding-top:4px;	
	padding-left:4px;
	color:#e76800;	
}


.addphoto .upld{
	margin-bottom:10px;
	border-top:1px solid #828383;
	border-left:1px solid #828383;
	border-right:1px solid #b5b6b6;
	border-bottom:1px solid #b5b6b6;
	height:26px;
	width:270px;
	padding-top:4px;	
	padding-left:4px;
	color:#e76800;	
	float:left;
}


.addphoto textarea{
	width:270px;
	height:58px;
	margin-bottom:10px;
	padding:5px;
	font-size:11px;
	color:#545454;
}

.addphoto .box{
	width:49%;
	float:left;
	padding-right:5px;
}

.addphoto select option{
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	height:17px;
}

.addphoto select{
	width:280px;
	padding:2px;
	margin-bottom:10px;
}




.detail{
	font-size:11px;
}

.detail .bigPicture{
	margin-top:20px;
	margin-bottom:20px;
}

.detail img{
	display:block;
}

.detail .extraInfo{
	font-size:11px;
	color:#a7a7a7;
	margin-bottom:20px;
	margin-top:5px;
}

.detail .extraInfo a{
	font-size:11px;
	color:#e76800;
	text-decoration:underline;
}

.detail .extraInfo a:hover{
	text-decoration:none;
	color:#9e4700;
}

.detail .image{
	float:left;
	width:500px;
}

.detail .thumbs{
	float:left;
	width:90px;
	height:auto;
	text-align:center;
}
.detail .thumbs ul li{
	display:block;
	padding:0;
	margin:0 auto;
	padding-top:6px;
	padding-bottom:6px;
	width:70%;
}

.detail .thumbs ul li img{
	margin:0 auto;
	border:0;
}


.detail .thumbs ul li.current{
	border:1px solid #c90000;
}