﻿html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
#menu ul,#menu li,
fieldset,form,label,legend,caption { margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit; }
*:focus { outline:0; }
table { border-collapse:separate; }
caption,th,td { font-weight:normal; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; }
html, body {
	height:100%;
	border:none;
}
body {
	background:#FFF;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
a {
   outline: none;
}
a img {
	border:none;
}
a div {
	text-decoration:none;
}
#body_container {
	height:100%;
}
#menu li {
	margin:0;padding:0;
}
#sub_menu {
	width:100%; 
	height:42px; 
	background:#eee url(../img/menu_top.png) repeat-x 0 2px;
	padding:0;
	margin:0;
	position:fixed;
	z-index:9999;
}
#sub_menu_items {
	padding-left:20px;
	line-height:38px;
}
#sub_menu_items a {
	margin-right:15px;
	text-decoration:none;
	color:#005FEC;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
}
#sub_menu_items a:active {
	position:relative;
	top:1px;
}

#sub_menu_items a {
	padding:3px 5px 3px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	color:#000;
	text-shadow:1px 1px 0px rgba(255, 255, 255, 40);
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
}
#sub_menu_items a#control_edit {
	color:#FFF;
	padding-left:7px;
	margin-left:10px;
	background: #a0a0a0;
	background: -moz-linear-gradient(top, #a0a0a0 0%, #565656 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#565656));
	background: -webkit-linear-gradient(top, #a0a0a0 0%,#565656 100%);
	background: -o-linear-gradient(top, #a0a0a0 0%,#565656 100%);
	background: -ms-linear-gradient(top, #a0a0a0 0%,#565656 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#565656',GradientType=0 );
	background: linear-gradient(top, #a0a0a0 0%,#565656 100%);
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
}
#sub_menu_items a:hover, #sub_menu_items a#control_edit:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	background: #9c50c0;
	background: -moz-linear-gradient(top, #c995dd 0%, #9c50c0 53%, #853ba8 87%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c995dd), color-stop(53%,#9c50c0), color-stop(87%,#853ba8));
	background: -webkit-linear-gradient(top, #c995dd 0%,#9c50c0 53%,#853ba8 87%);
	background: -o-linear-gradient(top, #c995dd 0%,#9c50c0 53%,#853ba8 87%);
	background: -ms-linear-gradient(top, #c995dd 0%,#9c50c0 53%,#853ba8 87%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c995dd', endColorstr='#853ba8',GradientType=0 );
	background: linear-gradient(top, #c995dd 0%,#9c50c0 53%,#853ba8 87%);
	color:#fff;
	text-shadow:none;
}
span.icons, a.icons {
	line-height:18px;
	height:18px;
	display:inline-block;
	padding-left:23px;
	background:url(../img/icons.png) no-repeat;
}
.icons.stats {
	background-position:3px -243px;
}
.icons.settings {
	background-position:2px -262px;
}
.icons.site {
	background-position:0 -504px;
}
.icons.homepage {
	background-position:2px -628px;
}
/*#manage_container {
	width:100%; 
	height:42px; 
	background:#eee url(../admin/img/menu_top.png) repeat-x 0 2px;
	padding:0;
	margin:0;

	height:50px;
	line-height:50px;
	background:url(../img/admin_bg.png) 50% 50% repeat-x;
	
	position:fixed;
	z-index:9999;
}
#manage {
	width:965px;
	margin:0 auto;
}
#manage a {
	text-decoration:none;
}
#manage a span {
	color:#FFF;
	font-size:14px;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#manage a span:hover {
	color:#FF9;
	text-decoration:none;
}
#manage a span {
	padding:5px 0 5px 30px;
	margin-right:30px;
}
#manage .help {
	background:url(../img/admin_icons.png) 0 -2px no-repeat;
}
#manage .tree {
	background:url(../img/admin_icons.png) 0 -33px no-repeat;
	font-size:16px;
	font-weight:bold;
	padding-left:35px;
}
#manage .menu_admin {
	background:url(../img/admin_icons.png) 0 -66px no-repeat;
}
#manage .quit {
	background:url(../img/admin_icons.png) 0 -67px no-repeat;
}
#manage .settings {
	background:url(../img/admin_icons.png) -2px -99px no-repeat;
}*/
#sub_menu .version {
	color:#000;
	padding-right:20px;
	display:inline-block;
}
.res_tbl {
	border:2px solid #e8e8e8;
	background:#FFF;
}
li .res_tbl {
	margin:0;
	margin-bottom:5px;
}
.value {
	font-weight:bold;
	color:#006699;
}
.res_tbl h2 {
	font-weight:bold;
	font-size:9pt;
	max-width:260px;
}
.res_tbl h2 a {
	color:#000;
	text-decoration:none;
}
.res_tbl .details {
	line-height:18px;
	width:166px;
}
.res_div {
	width:320px;
	padding-bottom:0px;
	padding-right:20px;
	float:left;
}
.res_div_sel {
	width:150px;
	padding-bottom:0px;
	padding-right:20px;
	float:left;
}
.res_div1 {
	width:342px;
	border-right:1px dotted #ccc;
	padding-top:2px;
	padding-bottom:18px;
	float:left;
	position:relative;
}
.res_div2 {
	width:342px;
	padding-top:2px;
	padding-bottom:18px;
	float:left;
	position:relative;
}
.err_text {
	font-weight:bold;
}
#tools {
	margin-bottom:30px;
}
#control {
	float:right;
	margin-top:3px;
	text-align:right;
}
#nav a:link, #nav a:visited, #nav a:active {
	text-decoration:none;
	color:#666666;
}
#nav a:hover {
	text-decoration:underline;
	color:#cc3300;
}
.focus {
	background-color:#FFF;
	border:1px solid #F60;
	margin:0;
	padding-left:4px;
	outline:none;
	font-size:10pt;
}
.nofocus {
	background-color:#FFF;
	border:1px solid #0099CC;
	margin:0;
	padding-left:4px;
	font-size:10pt;
}
.tbl .l1 {
	background-color:#f1f1f1;
	padding-left:5px;
	text-align:right;
	color:#555;
}
.tbl .l2 {
	background-color:#FFF;
	padding-left:5px;
	text-align:right;
	color:#555;
}
.tbl .r1 {
	background-color:#f1f1f1;
	padding-left:5px;
	text-align:left;
}
.tbl .r2 {
	background-color:#FFF;
	padding-left:5px;
	text-align:left;
}
.prod_request .tbl .l1, .prod_request .tbl .r1 {
	background:#FFF;
}
#page_title {
	overflow:hidden;
}
#page_title h1 {
	margin:0;
}
.bgcolor1 {
	background-color:#EDEDED;
}
.bgcolor2 {
	background-color:#FFF;
}
#prod_list {
	clear:both;
}
#prod_list td {
	border-bottom:#CCCCCC dashed 1px;
}
#heart {
	text-align:center;
	color:red;
	font-weight:bold;
	margin:15px 0 15px 0;
}
#rss {
	width:165px;
	float:right;
	background:url(../img/rss.png) no-repeat;
	padding-left:25px;
}
#value_prod	{
	text-align:center;
	margin-top:20px;
}
#value_detail {
	margin:25px 0;
	color:#555;
}
.more_info {
	color:gray;
	font-weight:normal;
}
.more_info_small {
	color:gray;
	font-weight:normal;
	font-size:0.8em;
}
.more_info_smaller {
	color:gray;
	font-weight:normal;
	font-size:0.7em;
}
.more_info_smallest {
	color:gray;
	font-weight:normal;
	font-size:13px;
}
.slideshow_exclusif {
	font-size:12px;
	color:#666;
}
.active .slideshow_exclusif {
	color:#fff;
}
#viager {
	margin-top:15px;
	margin-bottom:15px;
	font-size:12pt;
	font-weight:bold;
	color:#F60;
	text-align:center;
}
.prod_controls {
	margin-bottom:10px;
	text-align:center;
	line-height:22px;
}
.prod_img {
	text-align:center;
	width:130px;
	height:97px;
	overflow:hidden;
}
.prod_no_img {
	text-align:center;
	width:130px;
	height:67px;
	padding-top:30px;
	border:1px solid #e3e3e3;
	background:#f4f4f4;
	color:gray;
}
.prod_no_img.h40 {
	text-align:center;
	width:48px;
	height:40px;
	background:#333;
	padding-top:10px;
	font-size:12px;
	border:1px solid gray;
	color:gray;
}
.msg_ok {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#418b00;
	font-size:12pt;
	font-weight:bold;
}
.msg_ok_info {
	color:#555;
	font-size:10pt;
	margin-top:15px;
}
#no_photo {
	width: 270px;
	height: 120px;
	border:2px #CCC dashed;
	text-align:center;
	padding:30px;
	padding-top:120px;
	font-size:12pt;
	font-weight:bold;
	color:#999;
	background:#f4f4f4;
}
#links_right {
	width:190px;
	float:right;
	margin:0 0 10px 20px;
	padding:7px 7px 7px 12px;
	line-height:24px;
}
#links_right a {
	font-weight:bold;
}
#links_top {
	margin-bottom:25px;
	padding:7px;
	line-height:24px;
}
#page_content {
	width:100%;
}
#links_bottom {
	width:96%;
	margin-top:30px;
	line-height:24px;
	background-color:#ebebeb;
	padding:7px 13px;
}
#links_right, #links_bottom, #links_top, .city_filter {
	border:1px #ccc solid;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #F6F6F6 0%, #EBEBEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(100%,#EBEBEB));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#EBEBEB',GradientType=0 );
}
input.btn_ok, input.btn_no, .btn_ok, .btn_no {
	width: 110px;
	height: 28px;
	border:2px solid #FFF;
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding:0;
	cursor:pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25); 
	-moz-border-radius: 15px;
	border-radius: 15px;
}
input.btn_ok, .btn_ok {
	background: #b2cd68;
	background: -moz-linear-gradient(top, #b2cd68 0%, #91af3d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2cd68), color-stop(100%,#91af3d));
	background: -webkit-linear-gradient(top, #b2cd68 0%,#91af3d 100%);
	background: -o-linear-gradient(top, #b2cd68 0%,#91af3d 100%);
	/*background: -ms-linear-gradient(top, #b2cd68 0%,#91af3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2CD68', endColorstr='#91AF3D',GradientType=0 );
	background: linear-gradient(top, #b2cd68 0%,#91af3d 100%);*/
	overflow:hidden;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
input.btn_no, .btn_no {
	width: 80px;
	background: #b2b2b2;
	background: -moz-linear-gradient(top, #b2b2b2 0%, #939393 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#939393));
	background: -webkit-linear-gradient(top, #b2b2b2 0%,#939393 100%);
	background: -o-linear-gradient(top, #b2b2b2 0%,#939393 100%);
	color:#fff;
	/*background: -ms-linear-gradient(top, #b2b2b2 0%,#939393 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2B2B2', endColorstr='#939393',GradientType=0 );
	background: linear-gradient(top, #b2b2b2 0%,#939393 100%);*/
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
input.btn_ok:hover, input.btn_no:hover {
	border:2px solid #fff;
	background: #c995dd;
	background: -moz-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c995dd), color-stop(68%,#9c50c0));
	background: -webkit-linear-gradient(top, #c995dd 0%,#9c50c0 68%);
	background: -o-linear-gradient(top, #c995dd 0%,#9c50c0 68%);
	background: -ms-linear-gradient(top, #c995dd 0%,#9c50c0 68%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c995dd', endColorstr='#9c50c0',GradientType=0 );
	background: linear-gradient(top, #c995dd 0%,#9c50c0 68%);
	/*background: -ms-linear-gradient(top, #ffcc51 0%,#e59824 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc51', endColorstr='#E59824',GradientType=0 );
	background: linear-gradient(top, #ffcc51 0%,#e59824 100%);*/
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
input.btn_ok:active, input.btn_no:active {
	position:relative;
	top:1px;
}

/* G-Maps CSS */
#gmOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index: 8;
}
#gmCenter, #gmBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9;
}
#gmMap {
	width: 450px;
	height: 380px;
	border: 10px solid #fff;
}
#gmBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	text-align: left;
	font-weight:bold;
	border: 10px solid #fff;
	border-bottom: 4px solid #fff;
	border-top-style: none;
}
#gmCloseLink {
	display: block;
	float: right;
	width: 90px;
	height: 22px;
	background: transparent url(../img/closelabel.png) no-repeat;
	cursor:pointer;
	margin-bottom:7px;
}
#gmCloseLink:hover {
	display: block;
	float: right;
	width: 90px;
	height: 22px;
	background: transparent url(../img/closelabel.png) 0px -22px no-repeat;
}
#gmCaption {
	margin-right: 71px;
	padding-top:4px;
}

/* SlideShow */
.slideshow {
	border: 1px solid #CCCCCC;
	width: 330px;
	height: 247px;
}
.slideshow div {
	cursor:pointer;
}
.slideshowThumbnail {
	outline: none;
}
.small_thumb {
    width: 106px; 
    height: 90px;
	overflow:hidden;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
.slideshowThumbnail img {
	border: 1px solid white;
}
a:hover.slideshowThumbnail img {
	border: 1px solid #CCCCCC;
}
.current img {
	border: 1px solid red;
}
.outline {
	border: 2px solid orange;
	z-index: 0;
	width: 102px; 
    height: 88px;
	position: absolute;
}
#sold {
	color:red;
	font-size:14pt;
	margin:15px 0 25px 0;
	font-weight:bold;
	text-align:center;
}
#compromis {
	color:#F60;
	font-size:12pt;
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
}
#sold_small {
	color:red;
	font-weight:bold;
}
#compromis_small {
	color:#F60;
	font-weight:bold;
	font-size:9pt;
}
.compar_l {
	width:18px;
	float:right;
	margin-top:7px;
	padding-left:2px;
}
.compar_r {
	width:17px;
	float:left;
	text-align:right;
	margin-top:7px;
	padding-right:3px;
}
.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	font-weight:normal;
	font-style:normal;
}
.price_down {
	color:green; font-size:9pt; font-weight:normal; padding-left:17px; position:relative; top:-2px; background:url(../img/arrow_lower.png) -1px -1px no-repeat;
}
.no_fees {
	color:green; font-size:13px; font-weight:normal; text-align:center
}
.price_down.big {
	font-size:10pt;
	width:85px;
	background-position:0 0;
	margin:0 auto;
}
.sign {
	background:url(../img/signs.png) no-repeat;
	width:88px;
	height:26px;
	padding-top:15px;
	padding-left:5px;
	margin:20px auto 30px auto;
}
.sign2, .sign8 {
	background-position:0 -46px;
	width:114px;
}
.sign1, .sign3, .sign5 {
	background-position:0 -90px;
	width:136px;
}
.promo {
	width:83px;
	height:21px;
	background:url(../img/signs_colors.png);
	font-size:13px;
	color:#FFF;
	text-align:center;
	line-height:21px;
}
.promo.color1 {
	background-position:0 -132px;
	width:126px;
}
.promo.color2 {
	background-position:0 -66px;
	width:104px;
}
.promo.color3 {
	background-position:0 -154px;
	width:126px;
}
.promo.color4 {
	background-position:0 -22px;
}
.promo.color5 {
	background-position:0 -110px;
	width:126px;
}
.promo.color6 {
	background-position:0 0;
}
.promo.color7 {
	background-position:0 -44px;
}
.promo.color8 {
	background-position:0 -88px;
	width:104px;
}
.res_promo {
	font-weight:bold;
	font-size:9pt;
}
.res_promo.color1 {
	color:#B36E0C;
}
.res_promo.color2 {
	color:#FB7B00;
}
.res_promo.color3 {
	color:#0092C6;
}
.res_promo.color4 {
	color:#AF247B;
}
.res_promo.color5 {
	color:#2A72AB;
}
.res_promo.color6 {
	color:#709C00;
}
.res_promo.color7, .res_promo.color8 { 
	color:#f02817;
}

/* NIVO SLIDER */
#slider {
	position:relative;
	width: 330px;
	min-height: 240px;
	*min-height: 250px;
	text-align:left;
	font-weight:normal;
	font-style:normal; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	zoom:1;
}
#slider a {
	display:block;
	border:0;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	border: 1px solid #fff;
	zoom:1;
}
.prod_slideshow.nivoSlider {
	border: 0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;

}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	bottom:-23px;
	background:url(../img/admin_bg.png) center repeat-x;
	color:#fff;
	width:100%;
	border-top:2px solid #FFF;
	overflow:hidden;
	z-index:89;
}
/*.prod_slideshow_container .nivoSlider .nivo-caption {
	display:none;
	background:none;
}*/
.nivo-caption p {
	padding:5px 10px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	*top:110px;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav {
	width:336px;
	position:relative;
	left:0;
	z-index:100;
}
.prod_slideshow .nivo-controlNav {
	position:absolute;
	width:360px;
	background:url(../img/slider_bg2.png) repeat-y left;
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a div.slider_nav {
	position:relative;
	border:2px #FFF solid;
    width: 105px; 
	display:block;
    height: 90px;
	overflow:hidden;
	float:left;
	margin:5px 3px 2px 0px;
}
.prod_slideshow .nivo-controlNav a div.slider_nav {
	position:relative;
	border:0;
	border-bottom:1px solid #FFF;
    width:354px;
    height:39px;
	display:block;
	overflow:hidden;
	float:none;
	padding:7px 0 7px 6px;
	margin:0;
	color:#000;
}
.prod_slideshow .nivo-controlNav a:hover {
	color:#000;
	text-decoration:none;
}
.prod_slideshow .nivo-controlNav a div.slider_nav:hover {
	background:#FFF8D0;
}
.prod_slideshow .nivo-controlNav a div.slider_nav.last {
	border-bottom:0;
    height:40px;
}
.prod_slideshow .nivo-controlNav a.active div.slider_nav.last {
	border-bottom:0;
}
.nivo-controlNav a img {
	border:0;
	cursor:pointer;
}
.nivo-controlNav a.active div.slider_nav {
	border:2px orange solid;
}
.prod_slideshow .nivo-controlNav a.active div.slider_nav {
	border:0;
	margin:0;
	border-bottom:1px solid #FFF;
	color:#FFF;
	background:url(../img/admin_bg.png) 50% 50% repeat-x;
	-webkit-box-shadow: 1px 1px 2px #bcbcbc;
	-moz-box-shadow: 1px 1px 5px #bcbcbc;
	box-shadow: 1px 1px 2px #bcbcbc; 
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.slider_expic {
	text-align:center;
	font-size:9pt;
	color:#666;
	margin:4px 0;
	clear:both;
	position:absolute;
	top:253px;
	width:330px;
}

.slider_img { width:50px; overflow:hidden; float:left; margin-right:10px; margin-left:8px; }
.slider_tech { width:173px; height:31px; overflow:hidden; padding:3px 0; float:left; margin-right:10px; line-height:17px; }
.slider_value { width:75px; float:left; padding-top:12px; }
.slider_value.up { padding-top:5px; }
.slider_details { width:16px; float:left; padding-top:12px; }

.mini_img { width:50px; overflow:hidden; float:left; margin-right:8px; }
.mini_tech { width:139px; min-height:45px; overflow:hidden; float:left; font-size:12px; cursor:pointer; }
.mini_value { color:red }



/*** FancyBox ***/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox.png');
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}
* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../img/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	height:35px;
	/*margin-bottom:-17px;*/
}
.fancybox-title-over {
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancy_title_over.png');
	display: block;
}
#fancybox-title-wrap {
	display: inline-block;
}
#fancybox-title-wrap span {
	height: 32px;
	float: left;
}
#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}
#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../img/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}
#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../img/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox-x.png');
}
#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -162px;
}
#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox-y.png');
	background-position: -20px 0px;
}
#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -182px; 
}
#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox-x.png');
	background-position: 0px -20px;
}
#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -142px;
}
#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox-y.png');
}
#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -122px;
}

.simple_title { text-align:center; margin-bottom:20px; font-size:14pt; font-style:; color:#390; }

.slider_nav { display:none; }
.slider_container { position:relative; width:692px; height:270px; background:#FFF; }

.nobr { white-space:nowrap; }

#content_home_container { min-width:990px; }


/*** jCarousel ***/
.jcarousel-skin-front { clear:both; }
.jcarousel-skin-front .jcarousel-container {
	margin:0;
}
.jcarousel-skin-front .jcarousel-container-horizontal {
    width: 627px;
    padding: 30px 26px 10px 26px;
}
#content_home_container .jcarousel-skin-front .jcarousel-container-horizontal {
    width: 805px;
	margin-left:50px;
}
.jcarousel-skin-front .jcarousel-container-vertical {
	width: 197px;
    height: 300px;
	margin:0;
    padding: 30px 0px;
}
.jcarousel-skin-front .jcarousel-clip-horizontal {
    width:  627px;
}
#content_home_container .jcarousel-skin-front .jcarousel-clip-horizontal {
    width:  795px;
	margin-left:5px;
}
.jcarousel-skin-front .jcarousel-clip-vertical {
    width:  197px;
    height: 300px;
}
.jcarousel-skin-front .jcarousel-item {
    width: 145px;
}
#column_left .jcarousel-skin-front .jcarousel-item {
    width: 197px;
}
.jcarousel-skin-front .jcarousel-item-horizontal {
    margin-right: 17px;
}
.jcarousel-skin-front .jcarousel-item-vertical {
    margin-bottom: 15px;
}
.jcarousel-skin-front .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/*** jcarousel-search-results ****/

.jcarousel-skin-search-results .jcarousel-container {
	margin:0;
}
.jcarousel-skin-search-results .jcarousel-container-horizontal {
    width: 685px;
    padding:0;
}
.jcarousel-skin-search-results .jcarousel-clip-horizontal {
    width: 685px;
    height: ;
}
.jcarousel-skin-search-results .jcarousel-item {
    width: 685px;
    height: ;
}
.jcarousel-skin-search-results .jcarousel-item-horizontal {
    margin-right: 25px;
}
.jcarousel-skin-search-results .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/*** Horizontal Buttons ***/

.jcarousel-skin-front .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 15px;
    height: 117px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat -52px 0;
}
.jcarousel-skin-front .jcarousel-next-horizontal:hover {
    background-position: -35px 0;
}
.jcarousel-skin-front .jcarousel-next-horizontal:active {
    background-position: -52px 0;
}
.jcarousel-skin-front .jcarousel-next-disabled-horizontal,
.jcarousel-skin-front .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-front .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-front .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 15px;
    height: 117px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat 0 0;
}
.jcarousel-skin-front .jcarousel-prev-horizontal:hover {
    background-position: -17px 0;
}
.jcarousel-skin-front .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}
.jcarousel-skin-front .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-front .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-front .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/*** Vertical Buttons ***/

.jcarousel-skin-front .jcarousel-next-vertical {
    position: absolute;
    bottom: 2px;
    left: 13px;
    width: 117px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat -69px -53px;
}
.jcarousel-skin-front .jcarousel-next-vertical:hover {
    background-position: -69px -36px;
}
.jcarousel-skin-front .jcarousel-next-vertical:active {
    background-position: -69px -53px;
}
.jcarousel-skin-front .jcarousel-next-disabled-vertical,
.jcarousel-skin-front .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-front .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-skin-front .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 13px;
    width: 117px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat -69px 0;
}
.jcarousel-skin-front .jcarousel-prev-vertical:hover {
    background-position: -69px -17px;
}
.jcarousel-skin-front .jcarousel-prev-vertical:active {
    background-position: -69 0px;
}
.jcarousel-skin-front .jcarousel-prev-disabled-vertical,
.jcarousel-skin-front .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-front .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
#carousel_horizontal .value {
	font-weight:normal;
}
.pub {
	width:210px;
	overflow:hidden;
	border-top:5px solid #E0E0E0;
	font-size:12px;
	padding:15px 5px;
}
.pub_title {
	font-weight:bold;
	margin-top:5px;
}
.msg_err_box {
	margin-top:40px;
	margin-bottom:80px;
}
.msg_err_back {
	/*border:2px solid #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	padding:15px 8px;
	background:#FFF;
}
input.input_text, .textarea {
	border:1px solid #bbb;
	padding:2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #dadada;
	-moz-box-shadow: 1px 1px 2px #dadada;
	box-shadow: 1px 1px 2px #dadada; 
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(70%,#ffffff));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 70%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 70%);
	/*background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #f4f4f4 0%,#ffffff 70%);*/
	color:#555;
}
input.input_text {
	height:16px;
	font-weight:bold;
}
.textarea {
	padding:5px 7px;
}
input.input_text:focus, .textarea:focus {
	height:16px;
	border:1px solid #F7B850;
	color:#1c94c4;
	background:#FFF;
	outline:none;
}
.search_block_container {
	width:192px;
	margin:0 auto;
	z-index:2;
	overflow:visible;
}
.search_block {
	margin-bottom:8px;
 }
.search_block_last { padding-top:5px; text-align:center; }
.search_title { width:50px; float:left; height:22px; line-height:22px; }
input.input_budget { width:47px; font-size:9pt; padding:2px 5px; }

div.info_win { font-family:Arial, Helvetica, sans-serif; font-size:9pt; line-height:140%; }
div.info_win.img { width:250px; }
img.info_img { width:90px; height:90px; margin-right:10px; float:left; }

#mini_map_container {
	margin-top:30px;
	color:#555;
	text-align:center;
	position:relative;
}
#mini_map {
	width:100%;
	height:180px;
	border:1px solid #ccc;
	margin-top:3px;
}
#mini_pano {
	width:100%;
	height:220px;
	border:1px solid #ccc;
	margin-top:10px;
}
#mini_map div div div span {
	display:none;
}
.geoloc_zoom {
	position:absolute;
	right:-10px;
	top:-22px;
	z-index:99;
	border:10px #FFF solid;
	background:#fff;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.explore_form {
	float:left;
	width:300px;
	height:33px;
	position:relative;
	top:16px;
	margin-right:20px;
	border:2px solid #CCC;
	border-bottom:0;
	background:#ebebeb;
	padding:9px 0 0 9px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#map {
	width:682px;
	height:470px;
	border:3px solid #ccc;
}
#map.explore {
	margin-top:15px;
	width:684px;
	border:2px solid #ccc;
}
.explore_map_container {
	width:690px;
}
#map_busy {
	display:none;
	position:absolute;
	top:45px;
	left:100px;
	padding:5px;
	padding-left:27px;
	background:#FFF url(../img/busy.gif) 7px 4px no-repeat;
	color:#666;
	font-size:9pt;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 2px 2px 2px  #8c8c8c;
	-moz-box-shadow: 2px 2px 2px #8c8c8c;
	box-shadow: 2px 2px 2px #8c8c8c; 
}
#map_busy.explore {
	top:-440px;
}
.map_caterogy { height:34px; padding-top:9px; padding-left:50px; }
.map_caterogy.explore { float:left; margin-right:18px; padding-left:45px; }
.map_caterogy.explore label.ui-button { width:110px; }
.map_caterogy.explore label.ui-button span { padding:5px 8px; }
.map_category_title { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; font-size:13pt; color:#999; margin-bottom:5px; }
.map_caterogy.supermarkets { background:url(../img/map_icons.png) 0 1px no-repeat; }
.map_caterogy.restaurants { background:url(../img/map_icons.png) 0 -43px no-repeat; }
.map_caterogy.restaurants.explore label.ui-button { width:95px; }
.map_caterogy.pubs-cafes { background:url(../img/map_icons.png) 0 -89px no-repeat; }
.map_caterogy.pubs-cafes.explore label.ui-button { width:90px; }
.map_caterogy.newsagents-tobacconists { background:url(../img/map_icons.png) 0 -132px no-repeat; }
.map_caterogy.newsagents-tobacconists.explore label.ui-button { width:135px; }
.map_caterogy.bakeries { background:url(../img/map_icons.png) 2px -173px no-repeat; }
.map_caterogy.pharmacies { background:url(../img/map_icons.png) 0 -218px no-repeat; }
.map_caterogy.pharmacies.explore label.ui-button { width:95px; }
.map_caterogy.bank { background:url(../img/map_icons.png) 0 -261px no-repeat; }
.map_caterogy.bank.explore label.ui-button { width:90px; }
.map_caterogy.post-offices { background:url(../img/map_icons.png) 0 -300px no-repeat; }
.map_caterogy.post-offices.explore label.ui-button { width:135px; }
.map_caterogy.parkings { background:url(../img/map_icons.png) 0 -340px no-repeat; }
.map_caterogy.parkings.explore label.ui-button { width:90px; }
.map_caterogy.petrol-stations { background:url(../img/map_icons.png) 0 -380px no-repeat; }
.map_caterogy.petrol-stations.explore label.ui-button { width:135px; }
.dismoiou { text-align:right; font-size:11px; color:#999; line-height:25px; }
.dismoiou img { float:right; margin-left:8px; }

.prod_actions { clear:both; padding-top:25px; }
.prod_action { padding-left:40px; padding-top:5px; margin-bottom:0px; height:35px; width:100%; text-align:left; }
.prod_action.prod_map { background:url(../img/prod_action_icons.png) no-repeat; }
.prod_action.prod_question { background:url(../img/prod_action_icons.png) no-repeat 0 -44px; }
.prod_action.prod_question a.btn { width:160px; padding-right:0; }
.prod_action.prod_selection_add { background:url(../img/prod_action_icons.png) no-repeat 0 -87px; }
.prod_action.prod_send { background:url(../img/prod_action_icons.png) no-repeat 0 -138px; }
.prod_action.prod_call_me { background:url(../img/prod_action_icons.png) no-repeat 0 -228px; }

.title_big {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:11pt;
	color:#555;
}
.btn, a.btn, #tabs a.btn {
	display:inline-block;
	border:1px solid #ddd;
	background:#f6f6f6 url(../js/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#1c94c4;
	padding:1px 10px;
	font-size:10pt;
	line-height:20px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;
	text-decoration:none;
	/*position:relative;
	behavior: url(inc/pie.htc);*/
}
.btn.search {
	padding:4px 7px 4px 27px;
	background:url(../img/btn_search_bg.png) no-repeat 0px -7px;
}
.btn.search:hover {
	background:url(../img/btn_search_bg.png) no-repeat 0px -47px;
}
.btn.ok {
	padding:4px 7px 4px 27px;
	background:url(../img/btn_ok_bg.png) no-repeat 0px -7px;
}
.btn.ok:hover {
	background:url(../img/btn_ok_bg.png) no-repeat 0px -47px;
}
.btn:hover, a.btn:hover, #tabs a.btn:hover {
	border:1px solid #edd5af;
	background:#fdf5ce url(../js/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#ff9000;
	text-decoration:none;
	cursor:pointer;
}
#tree_menu a.btn:hover {
	color:#b232ee;
}
.btn:focus, .btn:active, a.btn:active, a.btn:focus {
	outline:none;
}
.btn.active, a.btn.active  {
	background:url(../js/themes/ui-lightness/images/ui-bg_glass_orange.png) 50% 50% repeat-x;
	color:#FFF;
}
.btn.active:hover, a.btn.active:hover  {
	color:#FFF;
}
.btn:active, .btn.search:active, a.btn:active, #tabs a.btn:active  {
	font-weight:bold;
}
.btn:active, .btn.search:active, a.btn:active, #tabs a.btn:active  {
	position:relative;
	top:1px;
}

a.btn.page_nb { margin:3px; padding:3px 8px; }
.btn.small, a.btn.small { padding:0px 6px; font-size:9pt; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.btn.w145 { width:145px; }
.btn.w150 { width:150px; }
.btn.w135 { width:135px; }
.btn.w120 { width:120px;}
.btn.w100 { width:100px; }
.btn.w75 { width:75px; }
.btn.w95 { width:95px; }

.margin10 { margin:10px; }
.margin25 { margin:25px; }
.center { text-align:center; }
.clear { clear:both; }
.bold { font-weight:bold; }
.relative { position:relative; }

.btn_next { padding-right:20px; line-height:24px; height:24px; background:url(../img/arrows_next_prev.png) no-repeat right -30px; }
.btn_next.inactive { background-position: right -94px; color:gray; }
.btn_prev { padding-left:20px; line-height:24px; height:24px; background:url(../img/arrows_next_prev.png) no-repeat 0px 2px; }
.btn_prev.inactive { background-position: 0px -62px; color:gray; }

.btn .icon { padding-left:22px; height:20px; line-height:20px; }
.btn .icon.view { background:url(../img/view.png) no-repeat left center; }
.btn .icon.del { background:url(../img/del.png) no-repeat left center; }
.btn .icon.add { background:url(../img/add.png) no-repeat left center; }
.btn .icon.rename { background:url(../img/rename.png) no-repeat left center; }
.btn .icon.edit { background:url(../img/edit.png) no-repeat left center; }
.btn .icon.online { background:url(../img/page.png) no-repeat left center; }
.btn .icon.offline { background:url(../img/page_gray.png) no-repeat left center; }
.btn .icon.help { background:url(../img/bulb.png) no-repeat left center; }
.btn .icon.alert { background:url(../img/alert.png) no-repeat left center; }
.btn .icon.back { background:url(../img/arrow_l.png) no-repeat left center; }


.msg_ok_close { margin-top:20px; }

.tooltip, .info_content {
	display:none;
	position: absolute;
	top:0;
	z-index:99;
	width:250px;
	padding:7px;
	border:2px #FFF solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 15px #737373;
	-moz-box-shadow: 3px 2px 15px #737373;
	box-shadow: 2px 2px 10px #737373;
	color:#FFF;
	background:#333;
	background: -moz-linear-gradient(top, rgba(102,102,102,0.95) 0%, rgba(14,14,14,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.95)), color-stop(100%,rgba(14,14,14,0.95)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.95) 0%,rgba(14,14,14,0.95) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,0.95) 0%,rgba(14,14,14,0.95) 100%);
	/*background: -ms-linear-gradient(top, #5e5e5e 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, #5e5e5e 0%,#0e0e0e 100%);*/
}

#search_results { visibility:hidden; }


/*** Validation ***/

.inputContainer{ position:relative; float:left; }
.formError {
		position:absolute;
		top:300px; left:300px;
		padding-bottom:13px;
		display:block;
		z-index:5000;
		cursor:pointer;
	}
		#debugMode{
			background:#000;
			position:fixed;
			width:100%; height:200px;
			top:0; left:0;
			overflow:scroll;
			opacity:0.8;
			display:block;
			padding:10px;
			color:#fff;
			font-size:14px;
			z-index:100000;
		}
	
		.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
		.formError .formErrorContent {
			width:100%; 
			background:#ee0101;
			color:#fff;
			width:102px;
			padding:2px 6px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			border:2px solid #FFF;
			box-shadow: 0px 0px 5px #999;
			-moz-box-shadow: 0px 0px 7px #999;
			-webkit-box-shadow: 0px 0px 5px #999;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		.greenPopup .formErrorContent {background:#33be40;}
		
		.blackPopup .formErrorContent {background:#393939;color:#FFF;}
		
		.formError .formErrorArrow{
			width:15px;
			margin:-2px 0 0 13px;
			z-index:5001;
		}
		.formError .formErrorArrowBottom{top:0;margin:-6px;}
		
			.formError .formErrorArrow div{
				border-left:2px solid #ddd;
				border-right:2px solid #ddd;
				box-shadow: 0px 2px 3px #444;
				-moz-box-shadow: 0px 2px 3px #444;
				-webkit-box-shadow: 0px 2px 3px #444;
				font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
			}
				.formError .formErrorArrowBottom div{
					box-shadow: none;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
				}
				
			.greenPopup .formErrorArrow div{background:#33be40;}
			.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}
	
.processing {
	position:relative;
	background:url(../img/busy.gif) no-repeat center left;
	padding-left:20px;
	height:26px;
	line-height:26px;
	width:120px;
	margin:0 auto;
}
.shadow {
	-webkit-box-shadow: 1px 1px 2px #dadada;
	-moz-box-shadow: 1px 1px 2px #dadada;
	box-shadow: 1px 1px 2px #dadada; 
}
.nicEdit-instanceSelect { outline:none; }

.addthis_toolbox { float:right; width:102px; margin-top:5px; }
.addthis_toolbox_title { font-size:12px; color:#666; }

.control_edit { padding-left:25px; height:23px; line-height:23px; background:url(../img/edit.png) 2px 0 no-repeat; }

.download_box { clear:both; margin-top:40px; border:1px solid #ccc; background:#ededed url(../js/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) top repeat-x; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; text-align:left; padding:10px; padding-top:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
.download_box .download_title { font-weight:bold; color:#555; padding-left:40px; margin-bottom:0; height:37px; margin-top:-20px; background:url(../img/download.png) no-repeat 0px 5px; font-size:10pt; }
.download_box li { list-style:none; margin:7px; }

.mention { margin-top:25px; color:#555; }
.sia_mention { padding-left:50px; background:url(../img/sia.png) no-repeat top left; font-size:9pt; }
.btn_group { margin-top:20px; text-align:center; }

#tabs.ui-tabs-hide { display: none; }
#tabs .ui-widget-content { padding:0; }
#tabs .ui-tabs-nav { padding:0; }
#tabs .tab_content, #tabs .tab_content_simple, #tabs1 .tab_content_simple, #tabs2 .tab_content_simple, #tabs3 .tab_content_simple {
	padding:20px 10px;
	border:1px #ccc solid;
	border-top:2px #FF9E00 solid;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#tabs .tab_content_simple {
	border:0;
	border-top:2px #FF9E00 solid;
	padding:0;
}

.layout { height:25px; line-height:25px; padding-left:25px; margin-right:20px; display:inline-block; }
.layout_none { background:url(../img/layouts.png) no-repeat; }
.layout_right { background:url(../img/layouts.png) 0 -58px no-repeat; }
.layout_btm { background:url(../img/layouts.png) 0 -29px no-repeat; }

#tree { width:450px; }
#tree_column { width:213px; float:right; }
#tree_menu {
	padding:6px;
	width:675px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #939393;
	background: -moz-linear-gradient(top, #939393 0%, #303030 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(100%,#303030));
	background: -webkit-linear-gradient(top, #939393 0%,#303030 100%);
	background: -o-linear-gradient(top, #939393 0%,#303030 100%);
	background: -ms-linear-gradient(top, #939393 0%,#303030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#303030',GradientType=0 );
	background: linear-gradient(top, #939393 0%,#303030 100%);
}
#tree_menu li { list-style:none; margin-right:8px; display:inline; }
#tree_help { margin-top:0; }
#tree_help_accordion { display:none; }
#tree_help_title { color:#666; background:#FFF; font-size:11pt; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom:6px; }

.ui-effects-transfer { border: 2px solid #ffa500; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; z-index:99999; }
.big_link { font-size:12pt; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:10px 0; color:#1c94c4; }

.ui-accordion { width: 100%; height:200px; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 2px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding:4px 8px; }
.ui-accordion .ui-accordion-header .ui-icon { display:none; /*position: absolute; left: 3px; top: 50%; margin-top: -8px;*/ }
.ui-accordion .ui-accordion-content { padding:2px 10px; border-top: 0; overflow: auto; display: none; zoom: 1; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; }
.ui-accordion .ui-accordion-content-active { display: block; padding:7px 6px; }
.aide_nb { font-weight:bold; }

.rub_name { font-weight:bold; padding:20px 0 3px 0px; }

input.input_info { border:none; padding:0; margin-left:10px; font-size:10pt; width:30px; color:#666; }
input.city_autocomplete { width:171px; z-index:3; position:relative; }

.search_advanced {
	margin-top:10px;
}
.search_advanced a, #result_count {
	color:#FFF;
	/*text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
}

#popup_container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	min-width: 250px;
	max-width: 500px;
	background: #595D63;
	background: -moz-linear-gradient(top, #595D63 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595D63), color-stop(100%,#000000));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595D63', endColorstr='#000000',GradientType=0 );
	color: #FFF;
	text-align:center;
	border: solid 3px #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 20px #474747;
	-moz-box-shadow: 5px 5px 20px #474747;
	box-shadow: 5px 5px 20px #474747;
}
#popup_title {
	display:none;
}
#popup_content {
	background: 16px 16px no-repeat url(../img/guy_error.png);
	padding: 1em 1.75em;
	padding-left:45px;
	margin: 0em;
}
#popup_content.confirm {
	background-image: url(../img/guy_question.png);
}
/*#popup_content.alert {
	background-image: url(images/info.gif);
}
#popup_content.prompt {
	background-image: url(images/help.gif);
}*/
#popup_message {
	padding-left: 50px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	padding-left:35px;
}
#popup_prompt {
	margin: .5em 0em;
}

#result_count {
	margin-top:9px;
	height:16px;
}
#prod_similar {
	text-align:center;
	margin-bottom:5px;
	font-weight:bold;
}
.exclusivite {
	width:83px;
	height:83px;
	background:url(../img/exclusivite.png);
	position:absolute;
	top:-2px;
	left:-2px;
	z-index:99;
}
.exclusivite_small {
	width:63px;
	height:63px;
	background:url(../img/exclusivite_small.png);
	position:absolute;
	top:-2px;
	left:-3px;
	z-index:9;
}
.prod_slideshow_container {
	width:336px;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.half {
	width:50%;
	float:left;
}
.dpe_container {
	width:250px;
	height:225px;
	float:left;
	margin:35px 95px 0 5px;
	position:relative;
}
.dpe {
	background:url(../img/energy_bg.png) no-repeat 0 4px;
	width:150px;
	height:174px;
	z-index:2;
	position:absolute;
	top:35px;
}
.dpe.nc {
	background:url(../img/energy_bg_nc.png) no-repeat 0 4px;
}
.dpe_title1, .dpe_title2 {
	font-size:9pt;
	color:#666;
	line-height:22px;
}
.dpe_title2 {
	position:absolute;
	top:202px;
	width:90%;
}
.dpe.conso {
}
.dpe.gaz {
	background-position:-153px 4px; 
}
.dpe_indic {
	background:url(../img/energy_indic.png);
	width:160px;
	height:19px;
	font-weight:bold;
	position:absolute;
	left:38px;
	z-index:1;
	text-align:right;
	padding:2px 10px 0 0;
	color:#FFF;
}
.dpe_indic.nc {
	background:url(../img/energy_indic_nc.png);
}
.dpe_mesure {
	width:80px;
	float:right;
}
sub { font-size:8pt; }
.last { margin-right:0; }

#perso {
	width:627px;
	height:33px;
	float:right;
	margin-top:20px;
}
#perso .perso_btn {
	background:url(../img/btn_header.png) no-repeat 10px 3px;
	height:32px;
	float:left;
	margin-right:12px;
	text-align:right;
	color:#555;
}
#perso .perso_btn:hover {
	background-position:11px -29px;
	color:#FFF;
	cursor:pointer;
}
#perso .perso_btn.explore {
	width:175px;
	background-position:-110px 3px;
}
#perso .perso_btn.explore:hover {
	background-position:-110px -29px;
}
#perso .perso_btn.request {
	width:162px;
	background-position:-122px 3px;
}
#perso .perso_btn.request:hover {
	background-position:-122px -29px;
}
#perso .perso_btn.call_me {
	width:128px;
}
#perso .perso_btn.selection {
	width:125px;
	margin-right:0;
}
#perso .perso_icon {
	width:32px;
	height:30px;
	background:url(../../../img/header_icons.png) no-repeat;
	z-index:2;
	float:left;
}
#perso .perso_icon.explore {
	background-position:-36px -1px;
}
#perso .perso_icon.selection {
	background-position:-75px -1px;
}
#perso .perso_icon.request {
	background-position:-108px 0px;
}
#perso .perso_icon.rss {
	background:url(../../../img/rss24.png) no-repeat;
	background-position:0 6px;
}
#perso .perso_btn span {
	display:block;
	margin-top:8px;
	margin-right:17px;
}
#print_title {
	font-size:14pt;
	margin:0 0 10px 2px;
}
#netty_signature {
	float:right;
	width:200px;
	height:20px;
	line-height:20px;
	margin-right:20px;
	text-align:right;
}
.netty_signature_text a {
	line-height:20px;
	color:#999;
	font-size:12px;
	vertical-align:top;
}
.demo_txt {
	color:#666;
	text-shadow:1px 2px 0 #000;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../img/netty-immo.png) no-repeat center;
	height:50px;
}
.demo_txt .btn {
	text-shadow:none;
}
.demo_txt_tmpl {
	float:right;
	margin-left:10px;
}
.gmap_infowindow {
	height:65px;
}
.alert_title {
	text-align:center;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
	margin:20px 0 7px 0;
}
#slider_budget {
	width:180px;
	margin-top:8px;
}
#langs { float:right; margin:17px 20px 0 0; }
#langs .flags { width:16px; height:16px; margin:0 1px; }
#langs .flags.active { background:#fff; border:2px solid #fff; border-bottom:0px; border-top-width:1px; -moz-border-radius:3px; border-radius:3px; }
.tech_detail table td { line-height:18px; }
#prod_back { margin-bottom:15px; }
.video, .flash_container {
	clear:both;
	margin:20px 0;
}
.res_tbl_ref { float:right; font-size:12px; margin-right:5px; color:#777; }
.city_filter { margin-bottom:20px; padding:5px 10px; line-height:150%; }
.search_ref { padding-top:15px; margin-top:8px; border-top:2px solid #BFA582; }

.help_arrows_cms {
	width:100%;
	height:100px;
	background:url(../img/help_arrows_cms.png) no-repeat;
	position:relative;
	font-family: 'Reenie Beanie', cursive;
	font-size:20px;
	color:#444;
	margin:15px 0;
	margin-left:15px;
}
.help_cms1 {
	position:absolute;
	top:12px;
	left:67px;
}
.help_cms2 {
	position:absolute;
	top:15px;
	left:567px;
}
.violet {
	color:#b232ee;
	font-size:24px;
}
#prod_agence {
	margin-bottom:30px;
	padding:5px 10px;
	background:#F1F1F1;
}
