

				@charset "utf-8";
				/* CSS Document */

				/*   H  E  B  R  E  W   */

				/*///////////////////   G R I D   ///////////////////*/
					
					
								/*----- DIRECTION -----*/

										.dir {
					/* eng */				/*direction:ltr;*/
					/* heb */				direction:rtl;
										}
										
								/*----- FLOATING -----*/
																				
										.fl_right {
					/* eng */				/*float:right;*/					
					/* heb */				float:left;
										}
										.fl_left {
					/* eng */				/*float:left;*/					
					/* heb */				float:right;			
										}
					
				/********************** MAIN PANEL **********************/
										
										div.main_panel {
											width:1000px;
											margin:0 auto;
										}
					
				/********************** HEADER PANEL **********************/
										
										div.header_panel {
											width:940px;
											height:170px;
											padding:0 30px 0 30px;
											background:#FFFFFF url(../gfx/header_back.jpg) no-repeat;
										}
										
										/* logo */
										
										a.logo {
											display:block;
					/* eng */				/*float:left;*/					
					/* heb */				float:right;
											width:226px;
											height:125px;
											/*margin:auto;*/
											background:url(../gfx/logo-excellent.png) no-repeat;
										}
										a.logo span {
											display:none;
										}
										
								/*----- NAVIGATION -----*/
					
										div.navigation_panel {
					/* eng */				/*float:right;*/					
					/* heb */				float:left;
											width:690px;
											height:30px;
											padding:60px 0 0 0;
										}
										
										/* admin */
					
										div.menu_admin {
											
										}
					
										/* main */
										
										div.menu_main {
											width:940px;
											height:45px;
											background-image:url(../gfx/menu_main_bullet.gif);
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
											background-repeat:repeat-y;
											font-weight:bold;
										}
										div.menu_main ul {
											display:inline;
											padding:0px;
											margin:0;
											list-style:none;
										}
										div.menu_main ul li {
											display:inline;
											list-style:none;
										}
										div.menu_main ul li a {
											display:block;
					/* eng */				/*float:left;*/					
					/* heb */				float:right;
											width:112px;
											padding:15px 0 0 0;
											height:30px;
											background-image:url(../gfx/menu_main_bullet.gif);
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left top;
											background-repeat:repeat-y;
											text-align:center;
											text-decoration:none;
											color:#dbdbdb;
										}
										div.menu_main ul li a:hover {
											background:url(../gfx/menu_main_bullet_hover.gif) repeat-x;
										}
					
										/* sub */

										div.menu_sub {
											width:160px;
											color:#CCCCCC;
											font-weight:bold;
										}
										div.menu_sub ul {
											padding:0px;
											margin:0;
											list-style:none;
											cursor:default;
										}
										div.menu_sub ul li {
											margin:0 0 4px 0;
											list-style:none;
										}
										div.menu_sub li a {
											display:block;
											width:140px;
					/* eng */				/*padding:1px 0 4px 20px;*/
					/* heb */				padding:1px 20px 4px 0;
					/* eng */				/*background:#e8dbbf url(../gfx/menu_sub_bullet.gif) no-repeat left 7px;*/
					/* heb */				background:#e8dbbf url(../gfx/menu_sub_bullet.gif) no-repeat right 7px;
											color:#333333;
											text-decoration:none;
										}
										div.menu_sub li a:hover {
					/* eng */				/*background:#bb2b2b url(../gfx/menu_sub_bullet_hover.gif) no-repeat left 7px;*/
					/* heb */				background:#bb2b2b url(../gfx/menu_sub_bullet_hover.gif) no-repeat right 7px;
											color:#FFFFFF;
										}

										/* language */
					
										div.language {
					/* eng */				/*float:right;*/					
					/* heb */				float:left;
											width:289px;	/*width:357px;*/
											height:69px;
					/* eng */				/*padding:56px 68px 0 0;*/
					/* heb */				padding:56px 0 0 68px;
											color:#b2b2b2;
										}
										div.language ul {
											display:inline;
												/*temporary!*/ display:none;
											padding:0px;
											margin:0;
											list-style:none;
										}
										div.language ul li {
											display:block;
					/* eng */				/*float:right;*/					
					/* heb */				float:left;
					/* eng */				/*padding:0 0 0 16px;*/
					/* heb */				padding:0 16px 0 0;
											/*height:31px;*/
											background-image:url(../gfx/language_bullet.gif);
					/* eng */				/*background-position:left 2px;*/
					/* heb */				background-position:right 2px;
											background-repeat:no-repeat;
											list-style:none;
											/*cursor:pointer;*/
										}
										div.language ul li.last {
											background:none;
										}
										div.language ul li:hover {
											/*background:url(images/menu_arrow.gif) no-repeat center bottom;*/
											color:#b2b2b2;
										}
										div.language li a {
											color:#dbdbdb;
											text-decoration:none;
										}
										div.language li:hover a,
										div.language li a:hover /*IE6*/ {
											color:#b2b2b2;
										}
										div.language ul li.nolink,
										div.language ul li.nolink:hover {
											color:#b2b2b2;
											/*cursor:default;*/
										}
					
										/* quick search */
										
										div.quick_search {
					/* eng */				/*float:left;*/					
					/* heb */				float:right;
											width:284px;	/*width:357px;*/
											height:69px;
					/* eng */				/*padding:56px 0 0 73px;*/
					/* heb */				padding:56px 73px 0 0;
										}
										div.quick_search input.field {
											width:185px;
											height:21px;
											border:0;
											background:none;
											color:#dbdbdb;
											vertical-align:middle;
										}
										div.quick_search button {
											width:28px;
											height:23px;
											border:0;
											background:none;
											vertical-align:middle;
										}

				/********************** INNER PANELS **********************/
										
								/*----- TOP PANEL INDEX -----*/
										
										div.top_panel_index {
											width:1000px;
											height:450px;
											background:url(../gfx/top_panel_index.png) no-repeat;
										}

										/* flash */
					
										div.flash_panel {
											width:940px;
											height:260px;
											padding:15px 30px 0 30px;
										}
										div.flash_panel img,
										div.flash_panel object,
										div.flash_panel embed {
											display:block;
											width:940px;
											height:250px;
										}
										
								/*----- TOP PANEL INNER -----*/
										
										div.top_panel_inner {
											width:1000px;
											height:175px;
											padding:15px 0 0 0;
											background:url(../gfx/top_panel_inner.png) no-repeat;
										}
										
								/*----- LEFT PANEL -----*/
										
										div.left_panel {
											width:160px;
					/* eng */				/*padding:0 0 0 30px;*/
					/* heb */				padding:0 30px 0 0;
										}

										/* phone */
										
										div.left_panel div.phone {
											width:160px;
											height:60px;
										}
										div.left_panel div.phone img {
											display:block;
											width:160px;
											height:60px;
										}
					
								/*----- CENTER PANEL -----*/
										
										div.center_panel {
					
										}
										
								/*----- RIGHT PANEL -----*/
										
										div.right_panel {
											width:750px;
											padding:0 30px 40px 30px;
										}

										/* currency */

										div.currency {
											direction:ltr;
											font-weight:bold;
											margin:0 0 20px 0;
										}
										div.currency span {
											padding:0 10px 0 10px;
											color:#CCCCCC;
										}
										div.currency img {
											margin:0 5px 2px 5px;
										}

										/* right-left */

										div.right_panel div.left {
					/* eng */				/*float:left;*/					
					/* heb */				float:right;
											width:357px;
										}
										div.right_panel div.right {
					/* eng */				/*float:right;*/					
					/* heb */				float:left;
											width:357px;
										}

				/********************** CONTENT PANEL **********************/
										
										div.content_panel {
											width:1000px;
										}
					
				/********************** FOOTER PANEL **********************/
					
										div.footer_panel {
											background:#8b8b8b url(../gfx/footer_panel_back.gif) repeat-x;
										}
					
								/*----- LINKS -----*/
										
										div.menu_footer {
											width:940px;
											margin:auto;
											padding:0 30px 0 30px;
											text-align:center;
										}
										div.menu_footer div.links {
											padding:20px 0 20px 0;
										}
										div.menu_footer div.menu {
											width:940px;
											height:40px;
											background:url(../gfx/menu_footer_menu_back.gif) repeat-x;
											padding:14px 0 0 0;
										}
										div.menu_footer div.links ul,
										div.menu_footer div.menu ul {
											display:inline;
											padding:0px;
											list-style:none;
											color:#ACACAC;
											font-size:9pt;
											line-height:20px;
										}
										div.menu_footer div.menu ul {
											color:#999999;
										}
										div.menu_footer div.links ul li,
										div.menu_footer div.menu ul li {
											display:inline;
										}
										div.menu_footer div.links ul a,
										div.menu_footer div.menu ul a {
											padding:0 6px 0 6px;
											color:#DDDDDD;
											text-decoration:none;
										}
										div.menu_footer div.menu ul a {
											color:#333333;
										}
										div.menu_footer div.links ul li a:hover,
										div.menu_footer div.menu ul li a:hover {
											text-decoration:underline;
										}
					
								/*----- FOOTER -----*/
										
										div.footer {
											width:940px;
											margin:auto;
											padding:5px 30px 30px 30px;
										}
										div.footer div.address {
					/* eng */				/*float:left;*/					
					/* heb */				float:right;
											color:#DDDDDD;
										}
										div.footer div.address p {
											padding:0;
											margin:0;
											display:inline;
										}
										div.footer div.address a {
					
										}
										div.footer div.copyright {
					/* eng */				/*float:right;*/					
					/* heb */				float:left;
											color:#DDDDDD;
										}
										div.footer div.copyright img {
											vertical-align:middle;
											margin:1px 5px 2px 0;
										}
										div.footer div.copyright a {
											color:#DDDDDD;
										}
					
				/********************** OTHER **********************/
										
										/* Break */
										
										.clear {
											clear:both;
										}
					
										/* OnClick */
										
										a.click {
											text-decoration:underline;
											cursor:pointer;
										}
										a.click:hover {
											text-decoration:none;
										}
					
				/*///////////////////   G L O B A L  ///////////////////*/
										
										body { 
											margin:0;
											padding:0;
											background:#f7f2e7 url(../gfx/body_back.gif) repeat-x;
											font-family:Arial, Helvetica, sans-serif;
											font-size:10pt;
											color:#333333;
										}
										table {
											font-size:10pt;
										}
										a {
											color:#03619e;
											outline:none;
										}
										a:hover {
											text-decoration:none;
										}
										img {
											border:0;
										}
										h1, h2, h3, h4, h5 {
											/*color:#000000;*/
										}
										h1 {
											margin:0 0 20px 0;
											font-size:21px;
											font-weight:normal;
										}
										h2 {
											font-size:19px; 
										}
										h3 {
											font-size:17px;
										}
										h4 {
											font-size:15px;
										}
										h5 {
											font-size:13px;
										}
										hr {
											 border:none; /* Firefox */
											 color:#CCCCCC; /* Internet Explorer */
											 background:#CCCCCC; /* Firefox & Opera */
											 height:1px;
										}
										form {
											margin:0;
										}
										fieldset {
											padding:0 10px 10px 10px;
											border:1px solid #CCCCCC;
										}
										legend  {
											margin-bottom:0 0 5px 0;
											padding:0 5px 0 5px;
											font-weight:bold;
											color:#0080C0;
										}
										input, textarea, select {
											background:#FFFFFF;
											font-family: Arial, Helvetica, sans-serif;
											font-size:10pt;
											color:#000000;
										}
										button {
											background:#638dc9 url(../gfx/button_back.gif) repeat-x;
											padding:0 2px 0 2px;
											border:1px solid;
											border-color:#4991bf #1c304c #1c304c #4991bf;
											font-family:Arial, Helvetica, sans-serif;
											font-size:10pt;
											color:#FFFFFF;
											cursor:pointer;
										}
													table.form_heb button,
													table.form_eng button {
							/* lang */					margin-left:10px;
													}
													input.check {
														background:none;
														border:0;
													}
					
				/*///////////////////   P R I V A T E  ///////////////////*/
					
								/*----- SELECTED CITY PROPERTIES -----*/
										
										div.city_property_selected {
											width:357px;
											margin:0 0 30px 0;
											font-size:9pt;
										}
										div.city_property_selected div.title {
											width:337px;
											height:25px;
											margin:0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/city_property_selected_title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
										}
										div.city_property_selected div.title h2 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:18px;
											color:#f7f2e7;
										}
										div.city_property_selected div.title h2 span {
											font-weight:normal;
										}
										div.city_property_selected div.title a {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											display:block;
					/* eng */				/*padding:3px 12px 0 0;*/
					/* heb */				padding:3px 0 0 12px;
											background-image:url(../gfx/city_property_link_arrow.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left 8px;
											color:#f7f2e7;
											font-weight:bold;
										}

										/* property */
										
										div.city_property_selected div.property {
											width:357px;
											padding:20px 0 20px 0;
											background:url(../gfx/city_property_line_back.gif) repeat-x bottom;
										}
										div.city_property_selected div.last {
											background:none;
										}

										/* image */

										div.city_property_selected div.property div.image {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											width:158px;	/*width:160px;*/
											height:118px;	/*height:120px;*/
					/* end */				/*padding:10px 0 0 10px;*/
					/* heb */				padding:10px 10px 0 0;
					/* end */				/*margin:-4px 16px -4px -4px;*/
					/* heb */				margin:-4px -4px -4px 16px;
											background-image:url(../gfx/property_image_back.png);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
										}
										div.city_property_selected div.property div.image img {
											display:block;
												width:148px;
												height:108px;
										}

										/* summary */
										
										div.city_property_selected div.property div.summary {
											width:177px;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
										}
										div.city_property_selected div.property div.summary div.content {
											height:31px;
											overflow:hidden;
										}
										
										/* title */
										
										div.city_property_selected div.property h3 {
											width:177px;
											margin:0;
											padding:0;
											font-size:10pt;
											color:#333333;
										}
										div.city_property_selected div.property h3 a {
											color:#333333;
										}
										
										/* status */

										div.city_property_selected div.property div.status {
											width:177px;
											font-weight:bold;
											font-size:15pt;
										}
										
										/* price */

										div.city_property_selected div.property div.price {
											width:177px;
											margin:0 0 5px 0;
											color:#c02020;
											font-weight:bold;
											font-size:12pt;
										}
										div.city_property_selected div.property div.price span {
											font-weight:normal;
											font-size:10pt;
										}

										/* link */

										div.city_property_selected div.property a.link {
											display:block;
											width:92px;
											height:21px;
					/* eng */				/*margin:0 0 0 -1px;*/
					/* heb */				margin:0 -1px 0 0;
											padding:4px 0 0 0;
											background:url(../gfx/city_property_link_back.png) no-repeat;
											text-align:center;
											color:#f7f2e7;
											font-weight:bold;
											text-decoration:none;
										}

								/*----- SELECTED PROPERTIES -----*/
										
										div.property_selected {
											width:750px;
											/*margin:0 0 40px 0;*/
											font-size:9pt;
										}
										div.property_selected h2 {
											width:730px;
											height:25px;
											margin:0 0 20px 0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/property_selected_title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
											font-size:18px;
											color:#f7f2e7;
										}
										div.property_selected h2 span {
											font-weight:normal;
										}
										
										/* property */
										
										div.property_selected div.property {
											width:194px;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											background-image:url(../gfx/property_selected_line_back.gif);
											background-repeat:repeat-y;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left top;
										}
										div.property_selected div.last {
											width:168px;
											background:none;
										}

										/* image */

										div.property_selected div.property div.image {
											width:158px;	/*width:160px;*/
											height:118px;	/*height:120px;*/
					/* end */				/*padding:10px 0 0 10px;*/
					/* heb */				padding:10px 10px 0 0;
					/* end */				/*margin:-4px 0 -4px -4px;*/
					/* heb */				margin:-4px -4px -4px 0;
											background-image:url(../gfx/property_image_back.png);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
										}
										div.property_selected div.property div.image img {
											display:block;
												width:148px;
												height:108px;
										}

										/* summary */
										
										div.property_selected div.property div.summary {
											width:160px;
										}
										div.property_selected div.property div.summary div.content {
											height:45px;
											overflow:hidden;
										}

										/* title */
										
										div.property_selected div.property h3 {
											width:160px;
											margin:0;
											padding:9px 0 0 0;
											font-size:10pt;
											color:#333333;
										}
										div.property_selected div.property h3 a {
											color:#333333;
										}
										
										/* status */

										div.property_selected div.property div.status {
											width:160px;
											padding:0 0 5px 0;
											font-weight:bold;
											font-size:13pt;
										}
										
										/* price */

										div.property_selected div.property div.price {
											width:160px;
											margin:0 0 5px 0;
											color:#c02020;
											font-weight:bold;
											font-size:12pt;
										}
										div.property_selected div.property div.price span {
											font-weight:normal;
											font-size:10pt;
										}

										/* link */

										div.property_selected div.property a.link {
											display:block;
											width:92px;
											height:21px;
					/* eng */				/*margin:0 0 0 -1px;*/
					/* heb */				margin:0 -1px 0 0;
											padding:4px 0 0 0;
											background:url(../gfx/property_link_back.png) no-repeat;
											text-align:center;
											color:#f7f2e7;
											font-weight:bold;
											text-decoration:none;
										}
								
								/*----- HOT PROPERTIES -----*/
										
										div.property_hot {
											width:750px;
											margin:0 0 30px 0;
											font-size:9pt;
										}
										div.property_hot div.title {
											width:730px;
											height:25px;
											margin:0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/property_hot_title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left top;
										}
										div.property_hot div.title h2 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:18px;
											color:#f7f2e7;
										}
										div.property_hot div.title h2 span {
											font-weight:normal;
										}
										div.property_hot div.title a {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											/*display:block;*/
												display:none;
					/* eng */				/*padding:3px 12px 0 0;*/
					/* heb */				padding:3px 0 0 12px;
											background-image:url(../gfx/city_property_link_arrow.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left 8px;
											color:#f7f2e7;
											font-weight:bold;
										}

										/* property */
										
										div.property_hot div.property {
											width:750px;
											padding:20px 0 20px 0;
											background:url(../gfx/city_property_line_back.gif) repeat-x bottom;
										}
										div.property_hot div.last {
											width:750px;
											padding:20px 0 20px 0;
											background:none;
										}

										/* image */

										div.property_hot div.property div.image {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											width:158px;	/*width:160px;*/
											height:118px;	/*height:120px;*/
					/* end */				/*padding:10px 0 0 10px;*/
					/* heb */				padding:10px 10px 0 0;
					/* end */				/*margin:-4px -4px -4px 16px;*/
					/* heb */				margin:-4px 16px -4px -4px;
											background-image:url(../gfx/property_image_back.png);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
										}
										div.property_hot div.property div.image img {
											display:block;
												width:148px;
												height:108px;
										}

										/* summary */
										
										div.property_hot div.property div.summary {
											/*width:177px;*/
											width:390px;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
										}
										div.property_hot div.property div.summary div.content {

										}
										
										/* title */
										
										div.property_hot div.property h3 {
											width:177px;
											margin:0;
											padding:0;
											font-size:10pt;
											color:#333333;
										}
										div.property_hot div.property h3 a {
											color:#333333;
										}
										
										/* status */

										div.property_hot div.property div.status {
											width:177px;
											font-weight:bold;
											font-size:15pt;
										}
										
										/* price */

										div.property_hot div.property div.price {
											width:177px;
											margin:0 0 5px 0;
											color:#c02020;
											font-weight:bold;
											font-size:12pt;
										}
										div.property_hot div.property div.price span {
											font-weight:normal;
											font-size:10pt;
										}

										/* link */

										div.property_hot div.property a.link {
											display:block;
											width:92px;
											height:21px;
					/* eng */				/*margin:0 0 0 -1px;*/
					/* heb */				margin:0 -1px 0 0;
											padding:4px 0 0 0;
											background:url(../gfx/city_property_link_back.png) no-repeat;
											text-align:center;
											color:#f7f2e7;
											font-weight:bold;
											text-decoration:none;
										}

								/*----- REGULAR PROPERTIES -----*/
										
										div.property_regular {
											width:750px;
											margin:0 0 30px 0;
											font-size:9pt;
										}
										div.property_regular div.title {
											width:730px;
											height:25px;
											margin:0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left top;
										}
										div.property_regular div.title h2 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:18px;
											color:#f7f2e7;
										}
										div.property_regular div.title h2 span {
											font-weight:normal;
										}
										div.property_regular div.title a {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											/*display:block;*/
												display:none;
					/* eng */				/*padding:3px 12px 0 0;*/
					/* heb */				padding:3px 0 0 12px;
											background-image:url(../gfx/city_property_link_arrow.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left 8px;
											color:#f7f2e7;
											font-weight:bold;
										}

										/* property */
										
										div.property_regular div.property {
											width:750px;
											padding:20px 0 20px 0;
											background:url(../gfx/city_property_line_back.gif) repeat-x bottom;
										}
										div.property_regular div.last {
											width:750px;
											padding:20px 0 20px 0;
											background:none;
										}
										div.property_regular div.property div.deal {
											width:60px;
											height:19px;
											position:relative;
											left:-88px;
											top:-20px;
											margin:20px 0 -40px 0;
											padding:1px 0 0 0;
											color:#FFFFFF;
											text-align:center;
											font-weight:bold;
											cursor:pointer;
										}
										div.property_regular div.property div.sold {
											background:url(../gfx/status_sold.png) repeat-x bottom;
										}
										div.property_regular div.property div.rented {
											background:url(../gfx/status_rented.png) repeat-x bottom;
										}
										div.property_regular div.property div.none {
											display:none;
										}
										
										/* image */

										div.property_regular div.property div.image {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											width:158px;	/*width:160px;*/
											height:118px;	/*height:120px;*/
					/* end */				/*padding:10px 0 0 10px;*/
					/* heb */				padding:10px 10px 0 0;
					/* end */				/*margin:-4px -4px -4px 16px;*/
					/* heb */				margin:-4px 16px -4px -4px;
											background-image:url(../gfx/property_image_back.png);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
										}
										div.property_regular div.property div.image img {
											display:block;
												width:148px;
												height:108px;
										}

										/* summary */
										
										div.property_regular div.property div.summary {
											/*width:177px;*/
											width:390px;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
										}
										div.property_regular div.property div.summary div.content {

										}
										
										/* title */
										
										div.property_regular div.property h3 {
											width:177px;
											margin:0;
											padding:0;
											font-size:10pt;
											color:#333333;
										}
										div.property_regular div.property h3 a {
											color:#333333;
										}
										
										/* status */

										div.property_regular div.property div.status {
											width:177px;
											font-weight:bold;
											font-size:15pt;
										}
										
										/* price */

										div.property_regular div.property div.price {
											width:177px;
											margin:0 0 5px 0;
											color:#c02020;
											font-weight:bold;
											font-size:12pt;
										}
										div.property_regular div.property div.price span {
											font-weight:normal;
											font-size:10pt;
										}

										/* link */

										div.property_regular div.property a.link {
											display:block;
											width:92px;
											height:21px;
					/* eng */				/*margin:0 0 0 -1px;*/
					/* heb */				margin:0 -1px 0 0;
											padding:4px 0 0 0;
											background:url(../gfx/property_link_back.png) no-repeat;
											text-align:center;
											color:#f7f2e7;
											font-weight:bold;
											text-decoration:none;
										}

								/*----- PROPERTY DETAILS -----*/
										
										div.property_details {
											width:750px;
											margin:0 0 30px 0;
											font-size:9pt;
										}
										
										/* title */
										
										div.property_details div.title {
											width:730px;
											height:25px;
											margin:0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left top;
										}
										div.property_details div.title h2 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:18px;
											color:#f7f2e7;
										}
										div.property_details div.title h2 span {
											font-weight:normal;
										}
										div.property_details div.title a {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											/*display:block;*/
												display:none;
					/* eng */				/*padding:3px 12px 0 0;*/
					/* heb */				padding:3px 0 0 12px;
											background-image:url(../gfx/city_property_link_arrow.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left 8px;
											color:#f7f2e7;
											font-weight:bold;
										}
										
										/* columns */
										
										div.property_details div.agent_area {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											width:160px;
											padding:20px 0 0 0;
										}
										div.property_details div.property {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											width:560px;
											padding:20px 0 0 0;
										}
										
										/* AGENT */
										
										div.agent {
											width:160px;
											margin:0 0 20px 0;
											background:#f0e7d3 url(../gfx/agent_footer_back.gif) no-repeat left bottom;
										}
					
										/* title */
										
										div.agent h2 {
											width:130px;
											margin:0;
											padding:10px 15px 0 15px;
											font-size:15px;
											background:url(../gfx/agent_title_back.gif) no-repeat;
											color:#03619e;
										}
					
										/* content */
										
										div.agent div.box_content {
											width:130px;
											padding:10px 15px 15px 15px;
										}
										div.agent div.box_content {
											font-size:9pt;
										}
										div.agent div.box_content div.image {
											/*margin:0 0 5px 0;*/
											margin:0 0 10px 0;
											text-align:center;
										}
										div.agent div.box_content div.image img {
											width:94px;
											border:3px solid #fefbf3;
										}
										div.agent div.box_content div.data {
											/*margin:0 0 5px 0;*/
											margin:0 0 15px 0;
											line-height:18px;
											font-size:9pt;
										}
										div.agent div.box_content div.contact {
											clear:both;
											margin:0 0 5px 0;
										}
										div.agent div.box_content div.contact a.phone,
										div.agent div.box_content div.contact a.email,
										div.agent div.box_content a.property {
											display:block;
											width:115px;
					/* eng */				/*padding:0 0 5px 15px;*/
					/* heb */				padding:0 15px 5px 0;
											background-image:url(../gfx/icons/box_icon_small_phone.gif);
					/* eng */				/*background-position:left 1px;*/
					/* heb */				background-position:right 1px;
											background-repeat:no-repeat;
											cursor:pointer;
										}
										div.agent div.box_content div.contact a.email {
											background-image:url(../gfx/icons/box_icon_small_email.gif);
										}
										div.agent div.box_content a.property {
											background-image:url(../gfx/icons/box_icon_small_property.gif);
											font-weight:bold;
										}
										div.agent div.box_content div.contact div {
											font-weight:bold;
					/* eng */				/*padding:0 0 5px 15px;*/
					/* heb */				padding:0 15px 5px 0;
										}
										div.agent div.box_content div.form div.field {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											width:55px;
											margin:0 0 5px 0;
											font-size:9pt;
										}
										div.agent div.box_content div.form input.field {
											display:block;
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											/*width:70px;*/
											width:68px;
											margin:0 0 5px 0;
											font-size:9pt;
										}
										div.agent div.box_content div.form div.textarea {
											width:130px;
											margin:0 0 5px 0;
										}
										div.agent div.box_content div.form textarea.textarea {
											width:125px;
											height:50px;
											margin:0 0 10px 0;
										}
										div.agent div.box_content div.form button {
											width:130px;
											height:23px;
											padding:0;
											margin:0 0 10px 0;
											border:0;
											background:url(../gfx/agent_button_back.png) no-repeat;
										}
										
										/* USEFULL */
										
										div.usefull {
											width:160px;
											background:#fefbf3 url(../gfx/usefull_title_back.gif) no-repeat;
										}
										div.usefull div.box_content {
											width:130px;
											padding:15px;
											background:url(../gfx/usefull_footer_back.gif) no-repeat left bottom;
										}
										div.usefull div.box_content ul {
											padding:0px;
											margin:0;
											list-style:none;
										}
										div.usefull div.box_content ul li {
					/* eng */				/*padding:1px 0 7px 25px;*/
					/* heb */				padding:1px 25px 7px 0;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
											background-repeat:no-repeat;
											list-style:none;
											/*cursor:pointer;*/
										}
										div.usefull div.box_content ul li.icon_01 {
											background-image:url(../gfx/icons/box_icon_agent.gif);
											font-weight:bold;
										}
										div.usefull div.box_content ul li.icon_02 {
											background-image:url(../gfx/icons/box_icon_properties.gif);
											font-weight:bold;
										}
										div.usefull div.box_content ul li.icon_03 {
											background-image:url(../gfx/icons/box_icon_alert.gif);
										}
										div.usefull div.box_content ul li.icon_04 {
											background-image:url(../gfx/icons/box_icon_question.gif);
										}
										div.usefull div.box_content ul li.icon_05 {
											background-image:url(../gfx/icons/box_icon_print.gif);
										}
										div.usefull div.box_content ul li.icon_06 {
											background-image:url(../gfx/icons/box_icon_favorites.gif);
										}
										div.usefull div.box_content ul li.icon_07 {
											background-image:url(../gfx/icons/box_icon_send.gif);
										}
										div.usefull div.box_content ul li.icon_08 {
											background-image:url(../gfx/icons/box_icon_facebook.gif);
										}
					/* option */		/*div.usefull div.box_content ul li:hover {
											background-image:url(../gfx/icons/box_icon_hover.gif);
										}*/
										div.usefull div.box_content li a {
											text-decoration:none;
											cursor:pointer;
										}
										div.usefull div.box_content li a:hover {
											text-decoration:underline;
										}
										
										/* PROPERTY */

										/* tabs */

										div.property_details div.property div.tabs {
											width:560px;
											background:#063;
											margin:0 0 10px 0;
										}
										
										/* image */
										
										div.property_details div.property div.image {
											width:558px;	/*width:560px;*/
											height:421px;	/*height:423px;*/
					/* end */				/*padding:10px 0 0 10px;*/
					/* heb */				padding:10px 10px 0 0;
											margin:-4px -4px 16px -4px;
											background:url(../gfx/property_image_big_back.png) no-repeat;
										}
										div.property_details div.property div.image img {
											display:block;
												width:548px;
												height:411px;
										}
										
										/* thumbs */
										
										div.property_details div.property div.thumbs {
											width:560px;
											margin:0 0 20px 0;
										}
										div.property_details div.property div.thumbs img {
											display:block;
											width:117px;
											height:88px;
										}
										div.property_details div.property div.thumbs a {
											display:block;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											width:117px;
											height:88px;
					/* eng */				/*margin:0 20px 0 0;*/
					/* heb */				margin:0 0 0 20px;
											border:4px solid #e8dbbf;
											cursor:pointer;
										}
										div.property_details div.property div.thumbs a:hover,
										div.property_details div.property div.thumbs a.selected {
											border:4px solid #b4b4b4;
										}
										div.property_details div.property div.thumbs a.last {
											margin:0;
										}
										
										/* title */
										
										div.property_details div.property div.property_title {
											width:560px;
											margin:0 0 20px 0;
											padding:0 0 5px 0;
											border-bottom:2px solid #e8dbbf;
										}
										div.property_details div.property div.property_title h3 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:11pt;
										}
										div.property_details div.property div.property_title div.important {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											font-size:11pt;
										}
										div.property_details div.property div.property_title div.important span.price {
											color:#bb2b2b;
										}
										
										/* Specification */

										div.property_details div.property table.Specification {
											width:560px;
											margin:0 0 20px 0;
										}
										div.property_details div.property table.margin {
											width:560px;
											margin:-20px 0 20px 0;
										}
										div.property_details div.property table.Specification tr.line_1 td,
										div.property_details div.property table.Specification tr.line_1 th {
											background:#f0e7d3;
										}
										div.property_details div.property table.Specification tr.line_2 td,
										div.property_details div.property table.Specification tr.line_2 th {
											
										}
										div.property_details div.property table.Specification th {
											width:240px;
						/* eng */			/*padding:2px 0 2px 5px;*/
						/* heb */			padding:2px 5px 2px 0;
											font-weight:normal;
						/* eng */			/*text-align:left;*/
						/* heb */			text-align:right;
										}
										div.property_details div.property table.Specification td {
											width:15px;
						/* eng */			/*padding:2px 0 2px 5px;*/
						/* heb */			padding:2px 5px 2px 0;
											font-weight:bold;
										}
										div.property_details div.property table.Specification td.separator {
											border-left:20px solid #f7f2e7;
										}
										div.property_details div.property table.Specification th.width {
											white-space:nowrap;
										}
										div.property_details div.property table.Specification td.width {
											
										}
										div.property_details div.property table.Specification td.text {
											width:100px;
											text-align:left;
											padding:0 0 0 8px;
										}
										/* description */
										
										div.property_details div.property div.description {
											margin:0 0 20px 0;
											padding:0 0 20px 0;
											border-bottom:2px solid #e8dbbf;
										}
										
										/* summary */
										
										div.property_details div.property div.summary {
											/*width:177px;*/
											width:390px;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
										}
										div.property_details div.property div.summary div.content {

										}
										
										/* title */
										
										div.property_details div.property h3 {
											width:177px;
											margin:0;
											padding:0;
											font-size:10pt;
											color:#333333;
										}
										div.property_details div.property h3 a {
											color:#333333;
										}
										
										/* status */

										div.property_details div.property div.status {
											width:177px;
											font-weight:bold;
											font-size:15pt;
										}
										
										/* price */

										div.property_details div.property div.price {
											width:177px;
											margin:0 0 5px 0;
											color:#c02020;
											font-weight:bold;
											font-size:12pt;
										}
										div.property_details div.property div.price span {
											font-weight:normal;
											font-size:10pt;
										}

										/* link */

										div.property_details div.property a.link {
											display:block;
											width:92px;
											height:21px;
					/* eng */				/*margin:0 0 0 -1px;*/
					/* heb */				margin:0 -1px 0 0;
											padding:4px 0 0 0;
											background:url(../gfx/property_link_back.png) no-repeat;
											text-align:center;
											color:#f7f2e7;
											font-weight:bold;
											text-decoration:none;
										}
										
										/* PROPERTY PRINT */

										/* title */
										
										body.print div.title {
											width:auto;
											height:auto;
											margin:0;
											padding:0;
											background:none;
										}
										body.print div.title h2 {
											margin:0;
											padding:0;
											font-size:18px;
											color:#000000;
											font-weight:normal;
										}
										body.print div.title h2 span {
											font-weight:bold;
										}
										body.print div.title a {
											display:none;
										}
										
										/* tabs */

										body.print div.property div.tabs {
											display:none;
										}
										
										/* image */
										
										body.print div.property div.image {
											width:auto;
											height:auto;
					/* heb */				padding:0;
											margin:0 0 20px 0;
											background:none;
											text-align:center;
										}
										body.print div.property div.image img {
											width:auto;
											height:auto;
										}
										
										/* thumbs */
										
										body.print div.property div.thumbs {
											margin:0 0 20px 0;
										}
										body.print div.property div.thumbs img {
											display:block;
											width:117px;
											height:auto;
										}
										body.print div.property div.thumbs a {
											display:block;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											width:117px;
											height:auto;
					/* eng */				/*margin:0 26px 0 0;*/
					/* heb */				margin:0 0 0 26px;
											border:1px solid #000000;
											cursor:pointer;
										}
										body.print div.property div.thumbs a.last {
											margin:0;
										}
										
										/* title */
										
										body.print div.property div.property_title {
											width:547px;
											margin:0;
											padding:0;
											border-bottom:2px solid #000000;
										}
										body.print div.property div.property_title h3 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:11pt;
											color:#000000;
										}
										body.print div.property div.property_title div.important {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											font-size:11pt;
										}
										body.print div.property div.property_title div.important span.price {
											color:#bb2b2b;
										}
										
										/* Specification */

										body.print div.property table.Specification {
											width:548px;
											margin:0 0 20px 0;
										}
										body.print div.property table.Specification tr.line_1 td,
										body.print div.property table.Specification tr.line_1 th {
											border-bottom:1px solid #000000;
										}
										body.print div.property table.Specification tr.line_2 td,
										body.print div.property table.Specification tr.line_2 th {
											border-bottom:1px solid #000000;											
										}
										body.print div.property table.Specification th {
											width:240px;
						/* eng */			/*padding:2px 0 2px 5px;*/
						/* heb */			padding:2px 5px 2px 0;
											font-weight:normal;
						/* eng */			/*text-align:left;*/
						/* heb */			text-align:right;
										}
										body.print div.property table.Specification td {
											width:15px;
						/* eng */			/*padding:2px 0 2px 5px;*/
						/* heb */			padding:2px 5px 2px 0;
											font-weight:bold;
										}
										body.print div.property table.Specification td.separator {
											border-left:0;
										}
										body.print div.property table.Specification th.width {
											white-space:nowrap;
										}
										body.print div.property table.Specification td.width {
											
										}
										
										/* description */
										
										body.print div.property div.description {
											width:548px;
											margin:0 0 20px 0;
											padding:0 0 20px 0;
											border-bottom:2px solid #000000;
										}
										
										/* summary */
										
										body.print div.property div.summary {
											/*width:177px;*/
											width:390px;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
										}
										body.print div.property div.summary div.content {

										}
										
										/* title */
										
										body.print div.property h3 {
											width:177px;
											margin:0;
											padding:0;
											font-size:10pt;
											color:#000000;
										}
										body.print div.property h3 a {
											color:#000000;
										}
										
										/* status */

										body.print div.property div.status {
											width:177px;
											font-weight:bold;
											font-size:15pt;
										}
										
										/* price */

										body.print div.property div.price {
											width:177px;
											margin:0 0 5px 0;
											color:#c02020;
											font-weight:bold;
											font-size:12pt;
										}
										body.print div.property div.price span {
											font-weight:normal;
											font-size:10pt;
										}

										/* link */

										body.print div.property a.link {
											display:none;
										}

										/* AGENT PRINT */
										
										body.print div.agent {
											width:auto;
											margin:0 0 20px 0;
											background:none;
										}
					
										/* title */
										
										body.print div.agent h2 {
											margin:0;
											padding:0;
											font-size:15px;
											background:none;
											color:#000000;
										}

										/* data */
										
										body.print div.agent div.box_content {
											width:548px;
										}
										body.print div.agent div.box_content div.data {
											width:548px;
											font-size:11pt;
											line-height:20px;
										}
										body.print div.agent div.box_content div.data div {
											display:inline;
											padding:0 10px 0 10px;
										}
										body.print div.agent div.box_content div.data a {
											text-decoration:none;
											color:#000000;
										}
										
										/* content */
										
										body.print div.agent div.box_content {
											width:130px;
											padding:0;
										}
										body.print div.agent div.box_content div.image {
											padding:10px 0 0 0;
											text-align:right;
										}
										body.print div.agent div.box_content div.image img {
											border:1px solid #000000;
										}
										body.print div.agent div.box_content a.property {
											display:none;
										}
										body.print div.agent div.box_content div.form {
											display:none;
										}
										body.print div.agent div.box_content div.form {
											display:none;
										}
										body.print a.totop {
											display:none;
										}
										
										/* USEFULL PRINT */
										
										body.print div.usefull {
											display:none;
										}


								/*----- AREA -----*/
										
										/* LIST */
										
										div.area_list {
											width:750px;
											margin:0 0 30px 0;
										}
										div.area_list div.title {
											width:730px;
											height:25px;
											margin:0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left top;
										}
										div.area_list div.title h1 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:18px;
											color:#f7f2e7;
										}
										div.area_list div.title h1 span {
											font-weight:normal;
										}
										div.area_list div.title a {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											/*display:block;*/
												display:none;
					/* eng */				/*padding:3px 12px 0 0;*/
					/* heb */				padding:3px 0 0 12px;
											background-image:url(../gfx/city_property_link_arrow.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left 8px;
											color:#f7f2e7;
											font-weight:bold;
											font-size:9pt;
										}

										/* property */
										
										div.area_list div.property {
											width:750px;
											padding:20px 0 10px 0;
											background:url(../gfx/city_property_line_back.gif) repeat-x bottom;
										}
										div.area_list div.last {
											width:750px;
											padding:20px 0 20px 0;
											background:none;
										}

										/* image */

										div.area_list div.property div.graphics {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											padding:15px 0 0 0;
										}
										div.area_list div.property div.image {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											width:158px;	/*width:160px;*/
											height:118px;	/*height:120px;*/
					/* end */				/*padding:10px 0 0 10px;*/
					/* heb */				padding:10px 10px 30px 0;
					/* end */				/*margin:-4px -4px -4px 16px;*/
					/* heb */				margin:-4px 16px -4px -4px;
											background-image:url(../gfx/property_image_back.png);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
										}
										div.area_list div.property div.image img {
											display:block;
												width:148px;
												height:108px;
										}
										div.area_list div.property div.blazon,
										div.area_list div.property div.google_maps {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											width:110px;
											height:108px;	/*height:120px;*/
					/* end */				/*padding:20px 0 0 10px;*/
					/* heb */				padding:20px 0 30px 0;
											text-align:center;
											font-size:9pt;
											font-weight:bold;
										}
										div.area_list div.property div.google_maps img {
											width:67px;
											height:59px;
										}
										div.area_list div.property div.blazon img {
											margin:0 0 5px 0;
										}

										/* summary */
										
										div.area_list div.property div.summary {
											width:448px;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											padding:0 0 30px 0;
										}
										div.area_list div.property div.summary div.content {
											
										}
										
										/* title */
										
										div.area_list div.property h3 {
											width:177px;
											margin:0 0 15px 0;
											padding:0;
											font-size:11pt;
										}
																				
								/*----- ROLLING NEWS -----*/
										
										div.news_roll {
											width:160px;
											height:240px;
											margin:0 0 20px 0;
											font-size:9pt;
										}
										div.news_roll h2 {
											width:140px;
											height:25px;
											margin:0;
											padding:0 10px 0 10px;
											background:url(../gfx/news_roll_title_back.gif) no-repeat;
											font-size:18px;
											color:#f7f2e7;
										}
										div.news_roll div.block_outer {
											width:158px;
											height:208px;
											border:1px solid #acacac;
											border-top:0;
										}
										div.news_roll div.block {
											width:140px;
											height:150px;
											padding:10px;
											overflow:hidden;
										}
										div.news_roll h2 span {
											font-weight:normal;
										}
										div.news_roll div.title {
											padding:0 0 5px 0;
											font-weight:bold;
											color:#426db4;
										}
										div.news_roll div.title a {
											color:#333333;
										}
										div.news_roll div.date {
											padding:0 0 5px 0;							
										}
										div.news_roll div.summary {
											padding:0 0 5px 0;
										}
										div.news_roll div.link {
											padding:10px 10px 0 0;
										}
										div.news_roll div.link a {
											color:#c02020;
											font-weight:bold;
										}
										div.news_roll div.link img {
											width:7px;
											height:7px;
					/* eng */				/*margin:0 0 0 5px;*/
					/* heb */				margin:0 5px 0 0;
										}
										
								/*----- FILTER -----*/
																				
										div.filter {
											width:903px;
					/* eng */				/*padding:0 47px 0 50px;*/
					/* heb */				padding:10px 50px 0 47px;
											font-size:9pt;
										}

										/* data */
										
										div.filter div.data {
											width:820px;
											font-weight:bold;
										}
										
										/* buttons */
										
										div.filter button {
											border:0;
											padding:0;
										}
										div.filter button.big {
											display:block;
											width:71px;
											height:61px;
											margin:8px 0 0 0;
											background:url(../gfx/button_big_back.png) no-repeat;
										}
										div.filter button.small {
											width:61px;
											height:30px;
											margin:0 0 7px 0;
											background:url(../gfx/button_small_back.png) no-repeat;
											vertical-align:middle;
										}
										
										/* labels */
										
										div.filter label {
											display:block;
					/* eng */				/*float:left;*/
					/* heb */				float:right;
					/* eng */				/*padding:0 5px 0 0*/
					/* heb */				padding:0 0 0 5px;
										}
										div.filter label.fl_right {
											float:left;
					/* eng */				margin:0 -2px 0 0;
					/* heb */				margin:0 0 0 -2px;
										}
										div.filter label.last {
											padding:0;
										}
										div.filter label.duplex {
					/* eng */				/*padding:10px 20px 0 0*/
					/* heb */				padding:0 0 0 20px;
										}
										div.filter label.duplex2 {
					/* eng */				/*padding:10px 2px 0 0*/
					/* heb */				padding:0 0 0 2px;
										}
										
										/* single field */
										
										form.id {
											margin:0 0 20px 0;
										}
										form.id input.field {
											width:140px;
					/* eng */				/*margin:0 5px 0 0;*/
					/* heb */				margin:0 0 0 5px;
											vertical-align:middle;
										}
										
										/* field */
										
										div.filter div.data label.free {
											float:left;
										}
										div.filter div.data label.free input.type {
											width:140px;
										}
										div.filter div.data label.field input.type {
											display:block;
										}
										div.filter div.data label.small input.type {
											width:65px;
										}
										
										/* select */
										
										div.filter label select {
											display:block;
											margin:0 0 6px 0;
										}
										div.filter div.data label.select select.type {
											width:106px;
										}
										div.filter div.data label.small select.type {
											width:50px;
										}
										div.filter div.data label.action select.type {
											width:120px;
										}
										
										/* check */
										
										div.filter div.data label.check {
											padding:4px 0 0 10px;
										}
										div.filter div.data label.check input.type {
											background:none;
											margin:0;
											vertical-align:middle;
										}

								/*----- NEWSLETTER -----*/
										
										/* box */
										
										div.newsletter {
											width:160px;
											margin:0 0 20px 0;
										}
					
										/* title */
										
										div.newsletter h2 {
											width:145px;
											height:25px;
											margin:0;
											padding:10px 15px 0 0;
											background-image:url(../gfx/newsletter_title_back.gif);
											background-repeat:no-repeat;
											font-size:15px;
											/*color:#234771;*/
											color:#03619e;
										}
					
										/* content */
										
										div.newsletter div.box_content {
											width:126px;
											padding:0 15px 15px 15px;
											background:#dbdbdb;
											border:2px solid #b4b4b4;
											border-top:0;
											border-bottom:0;
										}
										div.newsletter div.box_content input.field {
											display:block;
											width:122px;
											margin:0 0 5px 0;
										}
										div.newsletter div.box_content button {
											width:46px;
											height:23px;
					/* eng */				/*margin:0 5px 0 -1px;*/
					/* heb */				margin:0 -1px 0 5px;
											padding:0;
											vertical-align:middle;
											background:url(../gfx/newsletter_button_back.png) no-repeat;
											border:0;
											font-weight:bold;
										}
										div.newsletter div.box_content a {
											width:46px;
											font-weight:bold;
											font-size:9pt;
										}
										
										/* footer */
										
										div.newsletter img.box_footer {
											display:block;
											width:160px;
											height:10px;
										}

								/*----- FLOAT PAGE -----*/
										
										div.page_details {
											width:750px;
										}
										
										/* page title */
										
										div.page_details h1 {
											font-size:17pt;
											margin:0;
											padding:0;
										}
										
										/* title */
										
										div.page_details h1 {
											width:730px;
											height:25px;
											margin:0 0 20px 0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
											font-size:18px;
											color:#f7f2e7;
										}
										
										/* pattern */
										
										div.page_details div.pattern {
											
										}
										div.page_details div.pattern td {
											line-height:22px;
											font-size:11pt;
										}

								/*----- CONTACT -----*/
								
										div.contact {
											width:750px;
										}
										
										/* page title */
										
										div.contact div.title h1 {
											width:730px;
											height:25px;
											margin:0 0 20px 0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
											font-size:18px;
											color:#f7f2e7;
										}
										div.contact table.form_grid td {
											padding:0 0 10px 10px;
										}
										div.contact table.form_grid textarea {
											width:400px;
											height:150px;
										}
										div.contact table.form_grid button {
											width:70px;
											padding:0 0 2px 0;
										}
										
								/*----- NEWS -----*/
										
										/* LIST */
										
										div.news_list {
											width:750px;
										}
										
										/* page title */
										
										div.news_list div.title h1 {
											width:730px;
											height:25px;
											margin:0 0 20px 0;
											padding:0 10px 0 10px;
											background-image:url(../gfx/title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
											font-size:18px;
											color:#f7f2e7;
										}
										
										/* summary */
										
										div.news_list div.summary {
											width:750px;
											margin:0 0 20px 0;
											padding:0 0 30px 0;
											background:url(../gfx/line_back.gif) repeat-x left bottom;
										}
										
										/* title */
										
										div.news_list div.summary h2 {
											margin:0 0 5px 0;
											padding:0;
											font-size:11pt;
										}
										
										/* date */
										
										div.news_list div.date {
											margin:0 0 10px 0;
											font-size:9pt;
										}
										
										/* descriptions */
										
										div.news_list div.descriptions {

										}
										
										/* DETAILS */
										
										div.news_details {
											width:750px;
										}
										
										/* page title */
										
										div.news_details h1 {
											font-size:17pt;
											margin:0;
											padding:0;
										}
										
										/* title */
										
										div.news_details div.title {
											width:730px;
											height:25px;
											margin:0;
											padding:0 10px 20px 10px;
											background-image:url(../gfx/title_back.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:left top;*/
					/* heb */				background-position:right top;
										}
										div.news_details div.title h2 {
					/* eng */				/*float:left;*/
					/* heb */				float:right;
											margin:0;
											padding:0;
											font-size:18px;
											color:#f7f2e7;
											font-weight:normal;
										}
										div.news_details div.title h2 span {
											font-weight:normal;
										}
										div.news_details div.title a {
					/* eng */				/*float:right;*/
					/* heb */				float:left;
											display:block;
					/* eng */				/*padding:3px 12px 0 0;*/
					/* heb */				padding:3px 0 0 12px;
											background-image:url(../gfx/link_panel_arrow.gif);
											background-repeat:no-repeat;
					/* eng */				/*background-position:right top;*/
					/* heb */				background-position:left 8px;
											color:#f7f2e7;
											font-weight:bold;
										}
										
										/* links */
										
										div.news_details div.links {
											padding:10px 0 10px 0;
											color:#b4b4b4;
										}
										div.news_details div.links img {
											vertical-align:middle;
											margin:0 0 2px 0;
										}
										div.news_details div.links a {
											font-weight:bold;
											cursor:pointer;
											text-decoration:underline;
										}
										div.news_details div.links a:hover {
											text-decoration:none;
										}
										
										/* pattern */
										
										div.news_details div.pattern {
											padding:10px 0 10px 0;
										}
										div.news_details div.pattern td {
											line-height:22px;
											font-size:11pt;
										}
										
								/*----- PAGING (my) -----*/

										/*div.paging {
											text-align:left;
											cursor:default;
										}
										div.paging a,
										div.paging span.selected,
										div.paging span.next,
										div.paging span.prev {
											display:block;
											float:left;
											width:22px;
											height:19px;
											margin:0 4px 0 0;
											padding:3px 0 0 0;
											background:#e8dbbf;
											font-weight:bold;
											text-align:center;
											text-decoration:none;
										}										
										div.paging a:hover {
											background:#03619e;
											color:#f7f2e7;
										}										
										div.paging span.selected {
											background:#8b8b8b;
											color:#f7f2e7;
										}										
										div.paging a.next,
										div.paging a.prev,
										div.paging span.next,
										div.paging span.prev {
											height:21px;
											padding:1px 0 0 0;
											font-size:13pt;
											font-weight:normal;
										}										
										div.paging a.next,
										div.paging span.next {
											margin:0 20px 0 0;
										}										
										div.paging a.prev,
										div.paging span.prev {
											margin:0 0 0 20px;
										}										
										div.paging span.next,
										div.paging span.prev {
											color:#f9f6ed;
										}										
										div.paging a.next span,
										div.paging a.prev span,
										div.paging span.next span,
										div.paging span.prev span {
											font-size:9pt;
											vertical-align:middle;
										}*/										

								/*----- PAGING -----*/

										div.paging {
											width:750px;
											margin:30px 0 0 0;
										}
										div.paging li,
										div.paging li.selected,
										div.paging li.next,
										div.paging li.prev,
										div.paging li.first,
										div.paging li.last {
											float:left;
											direction:ltr;
											width:22px;
											height:19px;
					/* lang */				margin:0 4px 0 0;
											padding:3px 0 0 0;
											background:#e8dbbf;
											color:#333333;
											font-weight:bold;
											text-align:center;
											list-style:none;
											cursor:pointer;
										}										
										div.paging li.first,
										div.paging li.prev,
										div.paging li.next,
										div.paging li.last {
											font-size:12pt;
											font-weight:normal;
											padding:0 0 3px 0;
											margin:0 10px 0 10px;
										}										
										div.paging li.selected {
											background:#8b8b8b;
											color:#f7f2e7;
										}
										div.paging li:hover {
											background:#03619e;
											color:#f7f2e7;
										}										

								/*----- NEWS, ARTICLES ... PRINT -----*/
								
										body.print div.printable {
											display:none;
										} 
										body.print div.links {
											display:none;
										} 
										body.print hr {
											display:none;
										} 
										body.print div.pattern td {
											line-height:18px;
										}
										
								/*----- PRINT -----*/

										body.print {
											width:567px;
											margin:0 auto;
											padding:0;
											color:#000000;
											background:#FFFFFF;
											direction:rtl;
										}
										body.print div.header {
											width:548px;
											margin:0 0 20px 0;
											padding:10px 0 10px 0;
											border-bottom:2px solid #000000;
											text-align:center;
										}
										body.print div.header img {
											margin:0 0 0 10px;
											vertical-align:middle;
										}
