/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
a:focus {outline: 0;} /* Removing Dotted Border on Clicked Links */
/* End Reset */

* {
	font-family: Arial;
}

body {
	background: #BFE4EA;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#left {
	width: 240px;
	float: left;
}

#logo {
	width: 240px;
	height: 110px;
	float: left;
}

#menu-header {
	background: url(/images/menu-header.png) no-repeat;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	width: 220px;
	margin: 20px 0 0 10px;
	display: inline;
	float: left;
}

#menu-footer {
	background: url(/images/menu-footer.png) no-repeat;
	height: 57px;
	width: 230px;
	float: left;
}

#left h2, #left h2.categs {
	background: url(/images/h2-meniu.png) no-repeat;
	float: left;
	width: 225px;
	height: 51px;
	color: #610000;
	font-size: 18px;
	padding-left: 15px;
	line-height: 28px;
}

#left h2.categs {
	background: url(/images/h2-categs.png) no-repeat;
	color: #224e53;
}

.menu {
	float: left;
	width: 210px;
	margin: 0 10px;
	padding-left: 10px;
	background: #222;
	padding-bottom: 20px;
	display: inline;
}

.menu li {
	background: url(/images/menu-li-bg.jpg) no-repeat left bottom;
	float: left;
	width: 200px;
	height: 20px;
	padding:0 0 15px;
}

.menu a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	text-transform:uppercase;
	margin-left: 10px;
}

.menu a:hover {
	color: #fff;
}





#center {
	float: left;
	margin-left: 20px;
	width: 680px;
}

#adv-top {
	width: 660px;
	height: 92px;
	margin-left: 10px;
	background: url(/images/adv-bottom.png) no-repeat left bottom #333;
	float: left;
	display: inline;
}

#adv-top a {
	display: block;
	width: 640px;
	height: 72px;
	padding: 10px;
}

#adv-top img {
	width: 640px;
	height: 70px;
}

#content {
	float: left;
	width: 680px;
	margin-top: 10px;
}

.content-top {
	background: url(/images/content-top.png) no-repeat;
	float: left;
	width: 680px;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
}

.content-bottom {
	background: url(/images/content-bottom.png) no-repeat;
	float: left;
	width: 680px;
	height: 15px;
}

.content-middle {
	background: url(/images/content-middle.png) repeat-y;
	float: left;
	width: 680px;
	
}

h1 {
	background: url(/images/h1-bg.png) no-repeat;
	float: left;
	width: 680px;
	height: 51px;
	
}

h1 a {
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-top: 0;
	margin-left: 20px;
}

h1 a:hover {
	text-decoration: underline;
}

.category {
	float: left;
	width: 180px;
	height: 150px;
	padding: 10px 20px;
	text-align: center;
}

h2 {
	color:#454545;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
}

h2 a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	color:#454545;
	font-size: 12px;
	font-weight: normal;
}

h3 a{
	font-size: 12px;
	color: #454545;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

#footer {
	width: 940px;
	margin-top: 20px;
	float: left;
}

#footer-top {
	width: 920px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	float: left;
	margin-left: 10px;
	background: url(/images/footer-top.png) no-repeat #aaa;
}

#footer-bottom {
	width: 920px;
	float: left;
	margin-left: 10px;
	background: #333;
}

#footer-menu{
	float: left;
	width: 700px;
	height: 30px;
}

#footer-menu li {
	float: left;
}

#footer-menu li a {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	margin-left: 10px;
}

#footer-menu li a:hover {
	color: #fff;
}

#copy {
	color: #000;
	font-size: 12px;
	float: right;
	width: 200px;
}

#copy a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#copy a:hover {
	color: #fff;
}

.link {
	margin-left: 20px;
	float: left;
	font-size: 13px;
	color: #000;
}

.link a {
	color: #000;
}

#text {
	float: left;
	margin-left: 30px;
	color: #000;
	width: 620px;
	font-size: 13px;
	display: inline;
}

#addAnunt {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	color: #000;
	display: inline;
	font-size: 13px;
	margin-bottom: 30px;
}

.row, .row1 {
	float: left;
	width: 670px;
	margin-top: 5px;
}

.row1 {
	width: 640px;
}

.row span, .row1 span {
	font-weight: bold;
	float: left;
	width: 200px;
	text-align: right;
}

.row1 select, .row1 input, .row1 textarea {
	float: left;
	margin-left: 10px;
	border: 1px solid #999;
}

.row1 input {
	width: 200px;
}

.row1 textarea {
	width: 200px;
	height: 100px;
}

#publica {
	width: 150px;
	margin-left: 210px;
}

#securityCode {
	width: 50px;
}

.row1 img {
	float: left;
}

#text a {
	color: #000;
}

.separator {
	float: left;
	width: 650px;
	height: 30px;
}

.title, .price, .date, .view, .localitate {
	float: left;
	margin-left: 20px;
	color: #000;
	font-size: 13px;
	width: 250px;
	text-align: center;
	display: inline;
}

.localitate {
	text-align: center;
	width: 100px;
}

.title {
	text-align: left;
	display: inline;
}

.price, .date, .view {
	width: 80px;
}

.price, .date {
	text-align: right;
	width: 65px;
}

.price {
	
}

.view {
	text-align:center;
	display: inline;
}

.view a {
	color: #000;
	display: inline;
}

.row1 div {
	width: 300px;
	float: left;
	margin-left: 10px;
}

.number {
	color: #454545;
}

#cIMG {
	margin-left: 10px;
}

#buttonUploadContainer  {
	background-color:#C5D9FF;
	border:1px solid #7FAAFF;
	display:inline;
	width: 110px;
}

.row1 div.head {
	margin-left: 0px;
}

#thumbnails {
	width: 400px;
}
