* { font-family:Verdana, Arial, Helvetica, sans-serif; }
form { margin:0px; padding:0px; }
img { border:0px; }

body {
	width:100%;/*ie7*/
	height:100%;
	font-size:13px;
	padding:0px;
	margin:0 auto;
	direction:rtl;
	text-align:center;
}

#wrapper
{
	width:985px;/*ie7*/
	margin:0 auto;
	padding:0;
}

#bodyy {
	margin:0px;
	width:985px;
	direction:rtl;
}

/* Header */
#header
{ height:120px; clear:both; margin-top:10px; }
#header .right {
	float:left;
	width:300px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#808080;
	_margin-left:7px;
}
#header .right a {
	color:#808080;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	clear:both;
}
#header .lang {
	width:30px;
	height:30px;
	text-align:center;
	color:#FA842A;
	font-weight:bold;
	float: left;
	margin-left:5px;
}
#header .lang a {
	color:#01A5FC;
	text-decoration:none;
	font-weight:bold;
	clear:both;
}

/* Top menu */
#top_menu {
	display: block;
	background:url(../images/layout/menu_background.gif) repeat-x;
	height:32px;
	text-align:center;
	padding-top:8px;
	font-size:11px;
	color:#FFFFFF;
	margin-bottom:-8px;
}
#top_menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin:0px 5px 0px 5px;
}
#top_menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold
}

/* Left side */
#left_side {
	float:right;
	width:195px;
	background:url(../images/layout/margins.png) repeat-x #FB8629;
}

/* Middle */
#middle {
	width:610px;
	float:right;
	padding:0px 5px 0px 5px;
}

/* Banners */
#top_banner {
	height:75px;
	background:#efefef;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	clear:both;
}
#bottom_banner {
	height:75px;
	background:#efefef;
	border:1px solid #CCCCCC;
	margin-top:10px;
	text-align:center;
	vertical-align:middle;
	clear:both;
}
#square_banner {
	height:124px;
	width:124px;
	text-align:center;
	vertical-align:middle;
	float:right;
	background:#efefef;
	border:1px solid #CCCCCC;
}
#left_banner {
	height:610px;
	width:180px;
	text-align:center;
	vertical-align:middle;
	background:#efefef;
	border:1px solid #CCCCCC;
	margin:10px 5px 10px 6px;
}
#login_img {
	background:url(/images/layout/login_img.jpg) no-repeat;
	width:194px;
	height:54px;
	text-align:center;
	font-size:18px;
	color:white;
	font-weight:bold;
	padding-top:30px;
	cursor:pointer;
	display:block
}
#login_box {
	color:white;
	background:url(/images/layout/login_box.jpg) no-repeat;
	padding:5px 0px 0px 10px;
}
#login_box a {
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none
}

/* ADMIN STUFF */
.admin {
	text-decoration:underline;
	color:#0561B4
}
.table {
	width:565px;
	border:1px solid #9FC5D8;
	padding:2px;
}
.table .titles {
	line-height:20px;
	height:20px;
	width:563px;
	font-size:11px;
	clear:both;
	border:1px solid #9FC5D8;
	color:#333333;
	font-weight:bold;
	background:#FFFFFF;
	margin-bottom:2px;
}
.title {
	color:#104E8D;
	font-size:11px;
	font-weight:bold;
	margin-left:10px;
}
.table .row {
	height:20px;
	line-height:20px;
	clear:both;
	font-size:11px;
	width:100%;
	margin-bottom:2px;
}
.table .row_over {
	height:20px;
	line-height:20px;
	background:#8ADCF4;
	clear:both;
	font-size:11px;
	width:100%;
	margin-bottom:2px;
}
.table .column_left {
	float:right;
	width:auto;
	height:20px;
	padding:0px 0px 2px 5px;
}
.table .column_right {
	float:left;
	width:80px;
	height:20px;
	padding:0px 0px 2px 5px;
	text-align:right
}
.edit_en {
/*	float:left; */
	margin:0px;
	height:17px;
	background:url(/includes/lang/en.gif) top left no-repeat #ffffff;
	width:200px;
	border:1px solid #C2CED4;
	padding-left:30px;
	float:right;
}
.edit_fr {
/*	float:left; */
	margin:0px;
	height:17px;
	background:url(/includes/lang/fr.gif) top left no-repeat #ffffff;
	width:200px;
	border:1px solid #C2CED4;
	padding-left:30px;
	float:right;
}
.edit
{	float:right;
	margin-right:0px;
	width:119px;
	margin-bottom:5px;
	border:1px solid #C2CED4
}
.text
{ 	float:right;
	width:85px;
	text-align:right;
	height:15px;
	vertical-align:middle;
	margin-left:0px; }
.edit_he {
	/*float:left; */
	direction:rtl;
	margin:0px;
	height:17px;
	background:url(/includes/lang/he.gif) top left no-repeat #ffffff;
	width:200px;
	border:1px solid #C2CED4;
	padding-left:30px;
	float:right;
}
.edit_na {
	/*float:left; */
	margin:0px;
	height:20px;
	background:#ffffff;
	width:200px;
	border:1px solid #C2CED4;
	float:right;
}

/* Search box from main page */
#search_box {
	width: 230px;
	height: 280px;
	background: url(../images/layout/search_box.gif) repeat-x #BDE1F1;
	float:right;
	color:#17446B;
	font-weight:bold;
	font-size:11px;
	line-height:25px;
}
#search_box h1 {
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	color: #656364;
	font-size:24px;
	font-weight:400;
	text-align:center;
}
#search_box select {
	width:120px;
	margin:0px 10px -3px 0px;
	float:right;
}
#search_box .button, #prop_search .button{
	border-left:none;
	border-top:none;
	border-right:1px solid #97BACD;
	border-bottom:1px solid #97BACD;
	background:url(../images/layout/mainsite.gif) -6px -155px;
	height:30px;
	width:50px;
	color:#737276;
	font-size:14px;
	font-weight:bold;
	float:right;
	cursor:pointer;
	margin:4px 10px 0px 0px
}
#search_box a {
	color:#17446B;
	text-decoration:underline;
	font-size:11px;
}

/* Promo box from main page */
#promo_box {
	height: 280px;
	background: #BDE1F1;
	float:left;
	width:365px;
	overflow:hidden;
	display:block;
}
#promo_box img {
	z-index:1;
	border:0px;
	width:366px;
	height:279px;
}
#promo_box .bottom  {
	position:relative;/*ie7*/ /*styleie6he*/
	z-index:100;
	background:url(../images/layout/blue_box.png);
	height:62px;
	width:366px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	margin-top:-62px;
	float:right;
}

#promo_box .label {
	padding:10px 0px 0px 10px;
	width:350px;
	color:white;
	text-align:right;
}
#promo_box .btn {
	background-color:#FB8629;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	float:left;
	margin: 0px 0px 10px 10px;
	padding:5px 5px 10px 10px;
	cursor:pointer;
	direction:rtl
}

.latest {
	clear:both;
	background:#DFF0F7;
	height:110px;
	margin-top:10px;
	padding:5px 5px 0px 5px;
}
#latest {
	clear:both;
	background:#DFF0F7;
	margin-top:10px;
	padding:5px 5px 0px 5px;
}
#latest h1 {
	font-size:15px;
	color:#284863;
	margin:0px 5px 0px 0px;
	padding:3px;
	width:90px;
	float:right;
	background:url(../images/layout/main_tab.jpg) center no-repeat;
	text-align:center;
	cursor:pointer;
}
#latest .active {
	font-size:15px;
	color:#F48B37;
	margin:0px;
	margin:0px 5px 0px 0px;
	padding:3px;
	width:90px;
	float:right;
	background:url(../images/layout/main_tab_over.jpg) center no-repeat;
	text-align:center;
	cursor:pointer;
}
#latest h2 {
	color:#C67036;
	font-size:10px;
}
#latest span {
	color:#284863;
	font-size:10px;
}
.elem {
	width:115px;
	text-align:center;
	float:right;
	padding:0px;
	color:#284863;
	font-size:10px;
}
.elem a {
	color:#C67036;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#latest img {
	max-height:95px;
	border:0px;
}
#latest a {
	color:#C67036;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#latest_1 {
	clear:both;
	background:white;
	height:125px;
	margin-top:5px;
}

#orange_box {
	background:url(../images/layout/box_orange.png) repeat-x;
	height:124px;
	float:left;
	width:480px;
	color:#284863;
	font-size:10px;
	font-weight:bold;
	overflow:hidden
}
#orange_arrow_left {
	background:url(../images/layout/mainsite.gif) -1px -42px;
	width:25px;
	height:110px;
	float:left;
	margin-right:5px;
	cursor:pointer
}
#orange_arrow_left .bottoml {
	background:url(../images/layout/mainsite.gif) -3px -12px;
	width:9px;
	height:7px;
	margin:117px 16px 0px 0px;
	overflow:hidden
}
#orange_arrow_right {
	background:url(../images/layout/mainsite.gif) -34px -42px;
	width:26px;
	height:110px;
	float:right;
	cursor:pointer
}
#orange_arrow_right .bottomr {
	background:url(../images/layout/mainsite.gif) -17px -12px;
	width:8px;
	height:7px;
	margin:117px 0px 0px 18px;
	float:right;
	overflow:hidden
}
#orange_box .box {
	margin:14px 5px 0px 1px;
	background:url(../images/layout/mainsite.gif) -66px -42px;
	width:95px;
	height:108px;
	float:left;
	overflow:hidden;
	text-align:center;
	max-width:95px;
	padding-top:14px;
}
#orange_box img {
	height:71px;
	width:75px;
	border:0px;
	clear:both;
	margin-bottom:5px;
}

/* Right side */
#right_side {
	float:left;
	height:100%;
	width:167px;  
	background:#FB8629;
	text-align:center;
	margin:0;
	padding:0;
}

#right_banner
{
	height:610px;
	width:160px;
	text-align:center;
	vertical-align:middle;
	/* background:#efefef; border:1px solid #CCCCCC; */
	margin:10px 0px 10px 3px;
}

/* Footer */
#footer {
	display: block;
	height:118px;
	background-image: url(../images/layout/footer_background.gif);
	background-repeat: repeat-x;
	padding-top:8px;
	text-align:center;
	font-size:11px;
	color:#D6E6F3;
}
#footer p {
	margin:4px;
	padding:0px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin:0px 5px 0px 5px;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold
}
#footer .asd {
	color:#D6E6F3;
	font-weight:normal
}

#curency {
	background:url(../images/layout/box_small.png) repeat-x center;
	color:#737276;
	font-size:11px;
	width:159px;
	height:97px;
	margin:10px 0px 0px 4px;
}
#curency .ctop {
	background:url(../images/layout/mainsite.gif) -6px -200px;
	width:159px;
	height:4px;
	overflow:hidden
}
#curency .cbottom {
	background:url(../images/layout/mainsite.gif) -6px -207px;
	width:159px;
	height:4px;
	margin:-1px 0px 0px -10px;
	overflow:hidden
}
#curency .cvalue {
	color:#0561B4;
	float:left;

}
#curency ul {
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	height:68px;
}
#curency li {
	border-bottom:1px dashed #B6D6E4;
	width:130px;
	clear:both;
	line-height:16px;
}

#partners {
	background:url(../images/layout/box_tall.png) repeat-x #E5E5E6;
	color:#737276;
	font-size:11px;
	width:159px;
	min-height:275px;
	margin:10px 0px 0px 4px;
	overflow:visible;
}
#partners .list {
	padding-left:10px;
	text-align:right;
	min-height:270px;
	_height:260px;
}
#partners .ptop {
	background:url(../images/layout/mainsite.gif) -6px -216px;
	width:159px;
	height:4px;
	overflow:hidden
}
#partners .pbottom {
	background:url(../images/layout/mainsite.gif) -6px -224px;
	width:159px;
	height:8px;
	margin-top:-1px;
	overflow:hidden
}
#partners ul {
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	clear:both
}
#partners li {
	border-bottom:1px dashed #B6D6E4;
	width:130px;
	clear:both;
	line-height:16px;
}
#partners a {
	color:#0561B4;
	text-decoration:none;
}

#white_page {
    background: #FFFFFF;
    color: #333333;
    width: 608px;
    border-left:1px solid #9FC5D8;
    border-right:1px solid #9FC5D8;
}

#white_page .top {
    background:url(../images/layout/white_page_top.jpg) no-repeat top;
    height:6px;
    width:610px;
    margin-left:-1px;
}
#white_page_bottom {
    background:url(../images/layout/white_page_bottom.jpg) no-repeat bottom;
    height:7px;
    width:610px;
    margin-left:-1px;
}

#blue_page {
	background:url(../images/layout/blue_page_bkg.jpg) repeat-x #89DBF5;
	color:#333333;
	width:608px;
	border-left:1px solid #9FC5D8;
	border-right:1px solid #9FC5D8;
}
#blue_page .top {
	background:url(../images/layout/blue_page_top.jpg) no-repeat top;
	height:6px;
	width:610px;
	margin-left:-1px;
}
#blue_page .bottom {
	background:url(../images/layout/blue_page_bottom.jpg) no-repeat bottom;
	height:7px;
	width:610px;
	margin-left:-1px;
}

#orange_page {
	background:url(../images/layout/orange_box_bkg.jpg) repeat-x #FCA93F;
	color:#333333;
	width:606px;
	border-left:1px solid #EEB063;
	border-right:1px solid #EEB063;
	margin-left:0px;
}
#orange_page_top {
	background:url(../images/layout/orange_page_top.jpg) no-repeat top;
	height:12px;
    overflow:hidden;
	width:608px;
}
#orange_page_bottom {
	background:url(../images/layout/orange_page_bottom.jpg) no-repeat top;
	height:12px;
    overflow:hidden;
	width:608px;
}

.mini_projects {
	text-align:center;
	color:#09366A;
	font-size:8px;
	margin:2px 0px 10px 0px;
	background:url(../images/layout/mini_proj.gif) no-repeat;
	width:121px;
	padding-top:2px;
}
.mini_projects img {
	margin:3px;
	width:111px;
	height:75px;
}
.mini_projects a {
	color:#09366A;
	font-size:9px;
	text-decoration:none
}

.mini_rentsales {
	text-align:center;
	color:#09366A;
	font-size:9px;
	background:url(../images/layout/mini_rentsale.gif) no-repeat;
	width:119px;
	margin:5px 0px 10px 0px;
	padding-top:2px;
}
.mini_rentsales img {
	margin:3px;
	width:111px;
	height:73px;
}
.mini_rentsales a {
	color:#C37135;
	font-size:9px;
	text-decoration:none
}

.project {
	width:33%;
	text-align:center;
	color:#09366A;
	font-size:10px;
	float:left;
	background:url(../images/layout/projects_bkg.gif) no-repeat;
	width:146px;
	margin:20px 0px 10px 0px;
	padding-top:3px;
}
.project img {
	margin:3px;
	width:132px;
	height:91px;
}
.project a {
	color:#09366A;
	font-size:10px;
	text-decoration:none
}

#about_us  {
	padding:10px;
	margin:0px 5px 0px 5px;
	width:570px;
}
#about_us p {
	font-size:13px;
	line-height:20px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
#about_us h1 {
	color:#656565;
	padding:0px;
	margin:10px 0px 0px 0px;
	font-size: 16px;
}

.icon_arrow {
	background:url(../images/layout/mainsite.gif) -29px -1px no-repeat;
	width:14px;
	height:14px;
	float:right;
}

#contact .edit {
	border:1px solid #C2CED4;
	font-size:11px;
	height:14px;
	float:left;
	height:17px;
	line-height:17px;
	margin:3px 0px 0px 300px;
}
#contact .edit_error {
	border:1px solid #CC0000;
	font-size:11px;
	height:14px;
	margin:3px 0px 0px 300px;
	float:right;
	background:#FDC1BB
}
#contact span {
	float:right;
}
#contact .textarea {
	border:1px solid #C2CED4;
	font-size:11px;
	height:100px;
	width:50%;
	clear:both
}

.submit {
	background-position: right;
	background:url(../images/layout/minisite.gif) -51px -133px;
	width:80px;
	height:30px;
	color:white;
	font-size:14px;
	font-weight:bold;
	border:0px;
	margin:0px;
	padding:0px 2px 0px 0px;
	cursor:pointer;
}
.left {
	background:url(../images/layout/minisite.gif) -7px -133px no-repeat;
	width:7px;
	height:30px;
	padding-right:7px;
	overflow:visible;
	float:left;
	margin:10px 80px 10px 0px;
	clear:both;
}

.right
{
    background:url(../images/layout/minisite.gif) -7px -133px no-repeat;
    width:7px;
    height:30px;
    padding-left:7px;
    overflow:visible;
    float:right;
    margin:10px 80px 10px 0px;
    clear:both;
}

.orange_submit {
	background:url(../images/layout/orange_button.gif) no-repeat;
	width:93px;
	height:30px;
	color:white;
	cursor:pointer;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border:none
}
.small_radios input {
	font-size:10px;
	border:none;
	padding:0px;
	margin-left:5px;
}
.label {
	width:90px;
	clear:left;
	text-align:right;
	margin-right:20px;
	color:#17446B;
}
.thumb_admin {
	float:left;
	width:80px;
	padding:5px;
	margin:5px;
	text-align:center;
	border:1px solid #8FB9D1
}
.thumb_admin img {
	width:60px;
	border:2px solid white;
	height:60px;
}

.orange_tab {
	float:right;
	background:url(../images/layout/orangetab.jpg) no-repeat;
	width:80px;
	height:17px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-family:arial;
	padding-top:5px;
	cursor:pointer;
}
.blue_tab {
	float:right;
	background:url(../images/layout/bluetab.jpg) no-repeat;
	width:80px;
	height:17px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-family:arial;
	padding-top:5px;
	margin-right:10px;
	cursor:pointer;
}
.search_h1 {
	font-weight:normal;
	margin:5px 0px 0px 5px;
	padding:0px;
	color:#656565;
	font-family:Arial;
	font-size:24px;
	width:200px
}

.search_adv {
	font-weight:bold;
	margin:5px 0px 0px 5px;
	padding:0px;
	margin-top:0px;
	margin-left:5px;
	color:#17446B;
	float:left;
}
.search_title {
	color:#17446B;
	width:80px;
	text-align:right;
	float:right;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}
.search_title_currency{
	color:#17446B;
	width:80px;
	text-align:left;
	float:right;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}
.search_chk {
	color:#17446B;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}
.abutton {
	border:none;
	background:url(../images/layout/orange_button.gif);
	height:30px;
	width:93px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	float:right;

}

.cell_city {
	width:113px;
	float:right;
	margin-left:5px;
	text-align:center;
	color:#1B2E6A;
	font-weight:bold
}
.cell_area {
	width:118px;
	float:right;
	text-align:center;
	color:#1B2E6A;
}
.cell_price {
	width:75px;
	float:right;
	text-align:center;
	color:#1B2E6A;
}
.cell_rooms {
	width:60px;
	float:right;
	text-align:center;
	color:#1B2E6A;
}
.cell_floor {
	width:48px;
	float:right;
	text-align:center;
	color:#1B2E6A;
}
.cell_photo {
	width:52px;
	float:right;
	text-align:center;
	color:#1B2E6A;
}
.cell_date {
	width:68px;
	float:right;
	text-align:center;
	color:#1B2E6A;
}
.cell_details {
	width:49px;
	float:right;
	text-align:center;
	color:#1B2E6A;
}
.rsale_row	{
	color:#1B2E6A !important;
	font-weight:normal;
	height:65px;
	background:url(../images/layout/p_list_item.jpg) repeat-x;
	padding-top:1px;
	font-size:12px;
}
.rsale_row a	{
	color:#F28D40 !important;
	font-weight:bold;
}

#pagination {
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#3669A0;
}
#pagination a {
	text-decoration:none;
	font-size:11px;
	color:#3669A0;
}
#pagination .active {
	text-decoration:underline;
	font-size:11px;
	color:#F38E3E;
}

.rsale_det {
	color:#34669B;
	font-size:11px;
	border-left:1px solid #99C9D7;
	border-right:1px solid #99C9D7;
	background-color:#EEFAFE;
	width:608px;
}
.rsale_det .pic {
	width:296px;
	float:left;
	background:url(../images/layout/prop_box_bkg.jpg) repeat-x #EEFAFE;
	padding-left:5px;
}
.rsale_det .pic img {
	border:3px solid white;
	margin:5px;
}
.rsale_det .detalis {
	width:300px;
	float:right;
	background:url(../images/layout/prop_box_bkg.jpg) repeat-x #EEFAFE;
	border-bottom:1px solid #99C9D7;
	border-left:1px solid #99C9D7;
	padding-right:5px;
}
.rsale_det .ameneties {
	width:300px;
	float:right;
	background:url(../images/layout/prop_box_bkg.jpg) repeat-x #EEFAFE;
	border-bottom:1px solid #99C9D7;
	border-left:1px solid #99C9D7;
	padding:0px 5px 10px 0px;
}
.rsale_det .ameneties .elem {
	width:50%;
	float:right;
	text-align:left;
	margin-bottom:3px;
}
.rsale_det .ameneties .elem img {
	float:right;
	margin:-12px 5px 0px 0px;
}
.rsale_det .price {
	width:300px;
	float:right;
	background:url(../images/layout/prop_box_bkg.jpg) repeat-x #EEFAFE;
	border-left:1px solid #99C9D7;
	padding-right:5px;
}
.rsale_det .more {
	width:602px;
	border-top:1px solid #99C9D7;
	background:url(../images/layout/prop_box_bkg.jpg) repeat-x #EEFAFE;
	clear:both;
    height:34px;
    overflow:hidden;
	padding:3px;
}
.rsale_details {
	float:left;
	color:#010101;
	font-weight:bold;
	text-align:right;
	width:160px;
	background:none;
	padding:0px;
	
}

# {}
# .images {
	width:287px;
	float:right;
}
# .p {
	text-align:justify;
	float:right;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	width:250px;
	padding-right:10px;
}
# .thumbset {
	width:270px;
	background:#FFFFFF;
	margin:10px 0px 0px 18px;
	padding:2px;
}
# .thumb {
	width:63px;
	height:50px;
	margin:1.9px;
	float:right;
}
# .elem {
	width:110px;
	float:right;
	margin-left:2px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	padding-bottom:2px;
}
# .elem * {
	float:right;
	font-weight:normal;
}
# .elem img {
	margin:2px 3px 0px 0px;
	float:left;
}


#asearch {
	width:90%;
	margin-left:10px;
}
#asearch h1 {
	color:#656565;
	padding:0px;
	margin:10px 0px 0px 0px;
	font-size: 16px;
}
#asearch #left {
	float:left;
	width:45%;
}
#asearch #right {
	float:left;
	width:30%;
	margin-left:100px;
}
#asearch .button {
	border:none;
	background:url(../images/layout/orange_button.gif);
	height:30px;
	width:93px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	margin-right:200px;
}
#asearch .edit {
	border:1px solid #cccccc;
	font-size:10px;
	height:15px
}
#asearch .txt {
	float:right;
	width:70px;
	text-align:right;
	height:15px;
	vertical-align:middle;
	padding-top:2px;
}
#asearch .chk {
	height:15px;
	vertical-align:middle;
	padding-bottom:10px;
}
#asearch select {
	width:100px;
}
#asearch a {
	color:#17446B;
	text-decoration:none;
	font-size:11px;
}
#asearch img {
	width:100px;
	height:70px;
	border:4px solid white
}
#asearch .elem {
	width:33%;
	text-align:center;
	float:left;
	font-size:11px;
}

.highslide
{cursor: url(js/highslide/graphics/zoomin.cur), pointer; outline: none; direction:ltr;}
.highslide-html
{ background-color: white; direction:ltr; }
.highslide-html-blur
{}
.highslide-html-content
{ position: absolute; display: none; direction:ltr; }
.highslide-loading
{ display: none; color: black; font-size: 8pt; font-family: sans-serif; font-weight: bold; text-decoration: none;
  padding: 2px;	border: 1px solid black; background-color: white; padding-left: 22px; background-image: url(js/highslide/graphics/loader.white.gif);
  background-repeat: no-repeat; background-position: 3px 1px; direction:ltr; }
a.highslide-credits,
a.highslide-credits i
{ padding: 2px;color: silver;text-decoration: none;font-size: 10px; direction:ltr;}
a.highslide-credits:hover,
a.highslide-credits:hover i
{ color: white;background-color: gray; direction:ltr;}
.highslide-wrapper
{ background-color: white; direction:ltr; }
.highslide-wrapper .highslide-html-content
{width: 400px; padding: 5px; direction:ltr;}
.highslide-wrapper .highslide-header div
{}
.highslide-wrapper .highslide-header ul
{ margin: 0;padding: 0; text-align: right; direction:ltr; }
.highslide-wrapper .highslide-header ul li
{ display: inline; padding-left: 1em; direction:ltr;}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next
{ display: none; direction:ltr;}
.highslide-wrapper .highslide-header a
{font-weight: bold;color: gray;text-transform: uppercase;text-decoration: none; direction:ltr;}
.highslide-wrapper .highslide-header a:hover
{color: black; direction:ltr;}
.highslide-wrapper .highslide-header .highslide-move a
{cursor: move; direction:ltr;}
.highslide-wrapper .highslide-footer
{height: 11px; direction:ltr;}
.highslide-wrapper .highslide-footer .highslide-resize
{float: right;height: 11px;width: 11px;background: url(js/highslide/graphics/resize.gif); direction:ltr;}
.highslide-wrapper .highslide-body
{ direction:ltr;}
.highslide-overlay
{display: none; direction:ltr;}
.highslide-move
{cursor: move; direction:ltr;}
.highslide-resize
{cursor: nw-resize; direction:ltr;}
.highslide-display-block
{display: block; direction:ltr;}
.highslide-display-none
{display: none; direction:ltr;}
a.highslide-full-expand
{background: url(js/highslide/graphics/fullexpand.gif) no-repeat;display: block;margin: 0 10px 10px 0;	width: 34px;height: 34px; direction:ltr;}
.controlbar
{ background: url(js/highslide/graphics/controlbar4.gif);width: 167px;	height: 34px; direction:ltr;}
.controlbar a
{display: block;float: left;height: 27px; direction:ltr;}
.controlbar a:hover
{background-image: url(js/highslide/graphics/controlbar4-hover.gif); direction:ltr;}
.controlbar .previous
{width: 50px; direction:ltr;}
.controlbar .next
{width: 40px;background-position: -50px 0; direction:ltr;}
.controlbar .highslide-move
{width: 40px;background-position: -90px 0; direction:ltr;}
.controlbar .close
{width: 36px;background-position: -130px 0; direction:ltr;}
.prices
{ height:25px;margin-right:0px; float:right; width:592px;}
