* {
	font-family: Arial;
	/*font: Arial;*/

}
img { 
	border:0;
}
/*PARTEA DIN STANGA*/
div.left_side{
	position: absolute;
	margin: 0px;
	Width: 200px;
	
	
}

div.intro1{
	background: rgb(230,230,230);
	
	width: 200px;
	height: 40px;
	display: none;
}



div.navigation {
	/*background: cyan;*/
	/*background:rgb(179,204,179);*/
	width: 99%;
	/*height: 600px;*/
	font-weight: bold;
}

div.left_boxes{
	/*background: gray;*/
	width: 99%;
	height:400px;
	display: none;
}


div.about1{
	background: rgb(230,230,230);
	position: absolute;
	margin: 200px 0px 0px 0px;
	width: 300px;
	height: 40px;
	display: none;
}
div.navigation  span{
	font-weight: bold;
	font-size: large;
}

div.navigation ul{
	line-height: 1.5;
	
}


/*PARTEA CENTRALA*/
div.right_side_and_center_side{
	/*background: yellow;*/
	position: absolute;
	margin: 0px 0px 0px 200px;
	
	/*height: 400px;*/
	width: 75%;
	
	/*width:900px;*/
}
div.center_side{
	position: absolute;
	/*background:rgb(213,233,209);*/
	margin: 0px;
	/*background: orange;*/
	width: 75%;
	/*height: 400px;*/
	/*font-size: 18;*/
}

div.intro2{
	background: rgb(230,230,230);
	width: 100%;
	height: 40px;
	display: none;
}
div.photo {
	/*background: magenta;*/
	width: 100%;
	margin: 20px 0px 0px 0px;
	height: 100px;	
}

div.breadcrumbs{
	text-align: right;
	font-size: small;
	font-weight: bold;
	margin: 10px;
}

div.about2{
	/*background: rgb(230,230,230);*/
	position: relative;
	/*margin: 857px 0px 0px 0px;*/
	width: 100%;
	/*height: 30px;*/
	/*font-size: smaller;*/
	/*line-height: 1.5;*/
	text-align: center;
	clear: both;
	/*display: none;*/

}


div.descriere_cort *{
line-height: 1.2;
}




div.center_side ul{
	line-height: 1.8;
}
div.center_side p{
	padding: 0px 5px 0px 10px;
}

div.trafic
{
	position:absolute;

}

/*PARTEA DIN DREAPTA*/


div.right_side{
	/*background: red;*/
	position: absolute;
	margin: 0px 0px 0px 76%;
	width: 23%;
	height: 400px;
	padding: 0px 0px 0px 5px;
}



div.right_boxes{
	width: 99%;
	height:400px;
	/*background: rgb(140,205,140);*/
	/*display: none;*/
	
}

div.right_side ul{
	font-weight: bold;
	line-height: 1.7;
}


/*BLOCURILE SECUNDARE*/
div.left_box1{
	/*background: green;*/
	position: absolute;
	margin: 10px 0px 0px 2%;
	width: 95%;
	height: 110px;
}

div.left_box2{
	/*background: green;*/
	position: absolute;
	margin:130px 0px 0px 2%;
	width: 95%;
	height: 110px;
}

div.left_box3{
	/*background: green;*/
	position: absolute;
	margin:250px 0px 0px 2%;
	width: 95%;
	height: 110px;
}

div.right_box{
	/*background: green;*/
	position: relative;
	margin: 10px 0px 0px 2%;
	width: 95%;
	/*height: 110px;*/
}
div.right_box a{
	font-weight: bold;
	
}

div.right_box span{

	font-size:small;
}

div.right_box1{
	/*background: green;*/
	position: absolute;
	margin: 10px 0px 0px 2%;
	width: 95%;
	height: 110px;
}

div.right_box2{
	/*background: green;*/
	position: absolute;
	margin:130px 0px 0px 2%;
	width: 95%;
	height: 110px;
}

div.right_box3{
	/*background: green;*/
	position: absolute;
	margin:250px 0px 0px 2%;
	width: 95%;
	height: 110px;
}




/*PROPRIETATI ALE CASETELOR*/

.dotted_rl{
	border-left: 1px dotted;
	border-right:  1px dotted;
}
.dotted_tb{
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}
.dotted_l{
	border-left: 1px dotted;
}
.dotted_r{
	border-right: 1px dotted;
}
.dotted_b{
	border-bottom: 1px dotted;
}

.dotted_t{
	border-top: 1px dotted;
}

.dotted_all{
	border:  1px dotted;
}


/*PROPRIETATI ALE TEXTULUI*/
h1{
	font-size: 20pt;
	font-weight: bold;
}

h2{
	font-size: 16pt;
	font-weight: bold;
}

h3{
	font-size: 14pt;
	font-weight: bold;
}

h4{
	font-size: 12pt;
	font-weight: bold;
}


/*pentru magazin*/
div.inregistrare{
	width: 102%;
	margin-top: 10px;
	padding-bottom: 0px
}
div.inregistrare img{
float: left;
border:0;
width: 200px;
height: 130px;
border: 1px solid black;
margin-left: 5px;
margin-top: 10px
}

div.inregistrare span{
	font-size: 9pt;
	margin-left: 10px;
	
}

div.prezentare-model span{
margin-left: 10px;
}


div.titlu-inregistrare a{
	font-size:18pt;
	font-weight:bold;
	margin-left: 10px;
}

sup.nou {
	color:red;
}