/* core */
BODY, HTML{
   font-family: tahoma;
   font-size:12px;
   line-height:1.4em;
}
body{
	margin:0;
	padding: 0;
	background:url(/themes/theme-01/img/body-bg.gif) repeat-x #F7F7EF;
}
A{
	text-decoration:none;
}
	A:hover{
		text-decoration:underline;
	}

P, DIV, TD, TEXTAREA{
}

BODY, TABLE, FORM, P, UL, OL, LI, DL, DT, DD {
 	padding: 0px;
	margin: 0px;
}

/* MENU
--------------------------------------------------------*/
#menu	{
	height:167px;
}
.logo{
	height:127px;
	background:url(/themes/theme-01/img/logo.png) left no-repeat;
}
.link-menu{
}
	.link-menu A{
		display:block;
		float: left;
		width: 126px;
		border-left: 1px solid #424242;
		margin-left: -1px;
		border-right: 1px solid #424242;
		text-align: center;
		text-decoration: none;
		height:40px;
		line-height: 3em;
	}
	.link-menu A:hover{
		display:block;
		float: left;
		width: 126px;
		border-left: 1px solid #424242;
		margin-left: -1px;
		border-right: 1px solid #424242;
		background: #1B1B1B;
		text-align: center;
		text-decoration: none;
		height:38px;
		line-height: 3em;
	}


/* STRUCTURE GENERALE + HEADER
--------------------------------------------------------*/
#global { 
	position:relative;
	width: 889px;
	margin:auto;
	padding: 0;
}
#header	{
	background:url(/themes/theme-01/img/header-bg.gif) top repeat-x #ebebe3;
	padding:30px 0;
	border-bottom:10px solid #CECEC8;
}
	#header .left {
		width:481px; 
		float: left
	}
	#header .right {
		width:338px;
		height:140px; 
		overflow: hidden;
		padding:20px;
		float: right;
		background:url(/themes/theme-01/img/box-bg.gif) top repeat-x;
	}
		#header .right ul{
			font-weight: bold;
			font-style: italic;
			list-style: square inside;
			margin-left: 10px;
		}
			#header .right LI{
				padding: 3px 0
			}
.wrapper {
	width: 889px;
	margin: auto;
}

#motor{ 
	background:#F19501;
	width: 378px;
	height:42px;
	position:absolute;
	right: 0;
	top:25px;
}
	H1{ 
		margin: 0;
		padding:0;
		font-weight: 100;
		font-size: 1.4em;
		
	}
	H1 > span{
		font-weight: 100;
		font-size: 0.8em;
		float: left;
		display: block;
		text-align:left;
		margin: 5px 0 0 0;
	}
#content{
	padding:0 0 0 481px;
}
#left {
	width:481px; 
	margin-left: -481px;
	float:left !important; 
	z-index:10000;
	text-align: left

}
#right{
	display:block;
	float:right;
	width:348px;
	border-left:1px solid #CECEC8;
	padding-left:30px

}
/*COMMON TAG
--------------------------------------------------------*/
H2 {
	margin:0;
	font-size:2em;
	font-weight: 100;
	margin:0 0 15px 0;
}
H3 {
	margin:0;
	font-size:1.2em;
	text-transform: uppercase;
	margin:0 0 10px 0;
}
#left H2 + P {
	margin:0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: italic;
	margin:0 0 10px 0;
}
.wrap{
	margin:0 15px;
}
.clear{
	clear:both;
	height:0px;
}
	.clear img{
		height:0px;
		border:0;
	}
.split{
	clear:both;
	height: 1px;
	margin: 20px 0;
	padding: 0;
  background: #CECEC8;
}
	.split img{
		height:1px;
		border:0;
	}
.prix {
	padding: 1px;
	width:100%;
}
	.prix td {
		padding: 3px 15px;
		text-align: center;
		background: #EBEBE3;
	}
	.prix td.prix {
		width:60px
	}
/* UL LI
 ------------------------------------------------------------------------------ */
UL {
	list-style-type: none;
}
OL {
	list-style-position: inside;
}

ul.style-a  {
	border-left: 1px dotted #B67D2A;
	padding: 0px 5px 0px 10px;
	margin-left: 10px;
}
	ul.style-a  li {
		color: #777777;
		padding-bottom: 5px;
	}
	
/* footer 
 ------------------------------------------------------------------------------ */
#footer{ 
	background:url(/themes/theme-01/img/footer-bg.gif) repeat-x;
	height:112px;
	margin-top: 30px;
}
	#footer P{ 
		line-height: 2em;
		padding-top: 20px;
	}
	#footer A{ 
		text-decoration:none;
		font-weight:bold
	}
	#footer A:hover{ 
		text-decoration:underline;
	}
	
	
/* Color
 ------------------------------------------------------------------------------ */
.color_1, P, UL, OL, #footer A, A, .table-text {
	color:#424141; /* classic */
}
.color_2, H3, .box-b .top a {
	color:#7AAD00; /* green */
}
.color_3, H2 {
	color:#343434; /* darker */
}
.color_4, A.but-det, .pages-navig span.selected_page {
	color:#D96B00; /* orange */
}
.color_5, H1, .link-menu A {
	color:#FFFFFF; /* white */
}
.color_6, #left H2 + P, .annonce-cc .texte h3 a {
	color:#959595;
}
.color_7, A.but-det:hover, .geo A:hover, .geo li{
	color:#F1CD00;
}
.bg{	
	background:#9F9F9F;
}
.bg-2{	
	background:#838383;
}


/* Top navigation
 ------------------------------------------------------------------------------ */
#top_navigation {
	width:889px; 
	height:20px; 
	background: #EBEBE3;
/*	border:1px solid #DEDEDE;*/
	padding:2px 0 0 0;
	margin:30px 0;
}
	#top_navigation UL {
		height:16px;
		list-style:none;
	}
	#top_navigation LI {
		min-height:16px;
		height:auto !important;
		padding:0px 20px 0px 10px;
		display: block;
		float:left;
		background: url(/themes/theme-01/img/bg-topnav-split.png) center right no-repeat;
	}
		#top_navigation LI.first{
			margin-left: 5px;
		}
		#top_navigation LI.last{
			margin-left: -10px;
		}
	#top_navigation A, #top_navigation U {
		display:block;
		font-family: Tahoma;
		color:#777777;
		white-space:nowrap;
	}
	#top_navigation A {
		margin:1px 0 0 0;
	}
	#top_navigation U {
		background: none;
		text-decoration: none;
		font-style: italic;
		margin:1px 0 0 5px;
	}
	#top-line-sub {
		background: #404040;
		z-index:1000;
		padding: 5px;
		margin: 2px 0 0 -5px;
	}
/* Catalogue / pages
 ------------------------------------------------------------------------------ */
.pages-navig {
height: 21px;
margin: 10px 0
}
	.pages-navig a, .pages-navig span {
/*		font-weight: bold;*/
		float: left;
		display: block;
		width: 20px;
		height: 17px;
		text-align: center;
/*		line-height: 16px;*/
		background: url(/themes/theme-01/img/bg-ronde-grey-20x20.png) no-repeat;
		padding: 3px 0px 3px 0px;
		margin-right: 2px;
	}
	.pages-navig span {
		background-image: url(/themes/theme-01/img/bg-ronde-wite-20x20.png);
	}
	
/* Catalogue / trie / view-mode
 ------------------------------------------------------------------------------ */
.order {
	float:left;
}
.view-mode {
	float:right;
}
	.order span.title, .view-mode span.title {
		float:left;
	}
	.order a, .view-mode a {
		display:block;
		float:left;
		height: 12px;		
	}
	.order a.selected, .view-mode a.selected {
		color: #000000;
	}
		.order a.selected span {
			padding-right: 10px;
		}
	.order .asc {
		background: url(/themes/theme-01/ico/uup.png) center right no-repeat;
	}
	.order .desc {
		background: url(/themes/theme-01/ico/ddn.png) center right no-repeat;
	}

/* Catalogue / pages
 ------------------------------------------------------------------------------ */
.pages-navig {
/*	text-align:right; */
}
	.pages-navig a, .pages-navig span {
/*		font-weight: bold;*/
		float: left;
		display: block;
		width: 20px;
		height: 17px;
		text-align: center;
/*		line-height: 16px;*/
		color: #777777;
		background: url(/themes/theme-01/img/bg-ronde-grey-20x20.png) no-repeat;
		padding: 3px 0px 3px 0px;
		margin-right: 2px;
	}
	.pages-navig span {
		background-image: url(/themes/theme-01/img/bg-ronde-wite-20x20.png);
	}

/* Annonces
 ------------------------------------------------------------------------------ */
.annonce-cc {
	clear: both;
	text-align:left;
	margin-bottom:20px;
}
	.annonce-cc .image {
		float:left; 
		width:284px; 
		padding:0;
	}
	.annonce-cc .texte {
		position: relative;
		float:left; 
		background: #EBEBE3;
		width:172px; 
		height:140px; 
		padding:5px 10px;
		overflow:hidden;
		margin:0 0 0 5px;
	}
		.annonce-cc .texte h3 {
			margin: 0px 0 5px 0;
			font-size: 1em;
			text-transform: capitalize;
		}
			.annonce-cc .texte h3 a{
			}

		.annonce-cc .texte p {
			clear: both;
			margin:7px 0 5px 0; 
			padding:0px;
			font-size: 0.9em;
			color: #777777;
			height: 70px;
			overflow: hidden;
		}
		.annonce-cc .texte div {
			clear: both;
			margin:10px 0; 
			padding:0px;
			height: 17px;
		}

/* Boxs
 ------------------------------------------------------------------------------ */

/* Box "b" - avec title */
.box-b .top a, .box-b .top a span {
	display: block;
/* 	background: url(/themes/theme-01/img/box-b-top.png) no-repeat; */
}
.box-b .bot a, .box-b .bot a span {
	display: block;
/* 	background: url(/themes/theme-01/img/box-b-bot.png) no-repeat; */
}
.box-b .top a {
	font-size: 1.5em;
	line-height: 1.7em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}
.box-b .top a, .box-b .bot a {
	position: relative;
	top: 0px;
	z-index: 2;
	margin:0px;
	padding: 0 10px 0 0;
}
.box-b .top a span, .box-b .bot a span {
	width:64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 24px; /* IE 6 treats height as min-height */
	min-height: 24px;
	padding: 6px 0 0 0;
}
.box-b .bot a span {
	height: 9px; /* IE 6 treats height as min-height */
	min-height: 9px;
	padding-top: 0;
}
*>.box-b .top a span, *>.box-b .bot a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.box-b .top span, .box-b .bot span{
	background-position: 0 0;
}
.box-b .top a {
	background-position: 100% -35px;
}
.box-b .bot a {
	background-position: 100% -15px;
}

.box-b .cnt {
/*   background:#7D623A; */
	padding: 10px 5px 1px 0px;
}

/* Box "a" - sans title */
.box-a .top a, .box-a .top a span {
	display: block;
	background: url(/themes/theme-01/img/box-a-top.png) no-repeat;
}
.box-a .bot a, .box-a .bot a span {
	display: block;
	background: url(/themes/theme-01/img/box-a-bot.png) no-repeat;
}
.box-a .top a {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap; /* required in IE 6 */
}
.box-a .top a, .box-a .bot a {
	position: relative;
	top: 0px;
	z-index: 2;
	margin:0px;
	padding: 0 10px 0 0;
}
.box-a .top a span, .box-a .bot a span {
	width:64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 8px; /* IE 6 treats height as min-height */
	min-height: 8px;
	padding: 0px 0 0 20px;
}
.box-a .bot a span {
	height: 8px; /* IE 6 treats height as min-height */
	min-height: 8px;
	padding-top: 0px;
}
*>.box-a .top a span, *>.box-a .bot a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.box-a .top span, .box-a .bot span{
	background-position: 0 0;
}
.box-a .top a, .box-a .bot a{
	background-position: 100% -15px;
}
.box-a .cnt {
	background-color:#404040;
	padding: 0px 5px 0px 5px;
}
.box-a.normal .cnt {
	padding: 2px 10px 2px 10px;
}

/* UI Autocomplete .ac_
 ------------------------------------------------------------------------------ */
.ui-autocomplete-results {
	padding: 0px;
	border: 1px solid black;
	background-color: Window;
	overflow: hidden;
	z-index: 99999;
}
.ui-autocomplete-results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ui-autocomplete-results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	text-align:left;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 99%;*/
	font: Tahoma;
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 12px;
	overflow: hidden;
}
.ui-autocomplete-loading {
	background : Window url(/themes/theme-01/img/indicator.gif) right center no-repeat;
}
.ui-autocomplete-over {
	background-color: #0099FF;
	color: #FFFFFF; /*HighlightText;*/
}
.ui-autocomplete-moreItems {
	text-align: center;
	background-color: InactiveCaption;
	color: InactiveCaptionText;
	margin: 0px;
	padding: 0px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: bold menu 12px;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* UI Slider
 ------------------------------------------------------------------------------ */
.ui-slider { 
	width: 200px; 
	height: 25px; 
	position: relative; 
	background-repeat: no-repeat; 
	background-position: center center; 
}
.ui-slider-handle { 
	position: absolute; 
	z-index: 1; 
	height: 18px; /*23*/
	width: 11px; /*12*/
	top: 10px; 
	left: 0px; 
	background-image: url(/themes/theme-01/ui/slider-handle-a.png);  
}
.ui-slider-handle-active { 
	border-bottom: 1px dotted black;  
}
.ui-slider-disabled .ui-slider-handle { 
	opacity: 0.5; 
	filter: alpha(opacity=50); 
}
.ui-slider-range { 
	position: absolute; 
	background: #4A3D1D; 
	/*opacity: 0.3; 
	filter: alpha(opacity=30); */
	width: 100%; 
	height: 4px; /*100%*/ 
	top: 19px; 
}

/* Default slider backgrounds */
.ui-slider, .ui-slider-a { 
	background-image: url(/themes/theme-01/ui/slider-bg-a.png); 
}
.ui-slider-b { 
	background-image: url(/themes/theme-01/ui/slider-bg-b.png); 
}
	.ui-slider-b .ui-slider-handle {
		top: 2px;
	}

/* Form elements
 ------------------------------------------------------------------------------ */

/* mise en page*/
.box-search {
	margin: -10px 0 0 -10px;
}
.box-search .cnt {
	font-family: Tahoma;
	font-size: 11px;
}
.box-search .line {
	clear:both;
	margin:0px;
	padding:0px 5px 0px 5px;
	width:284px;
}
	.box-search .line a{
		color: #000;
	}
.box-search .split-h {
		clear:both;
		display:block;
		height:1px;
		background:url(/themes/theme-01/img/splits-h.png);
		margin:5px 5px 7px 5px;
}
.box-search .split-v {
		float:left;
		display:block;
		width:1px;
		background:url(/themes/theme-01/img/splits-v.png);
		margin:0px 4px 0px 4px;
}
.box-search .clear {
	clear:both;
}
.box-search input.button {
	display: block;
	color:#7AAD00;
	font-size: 12px;
	height: 22px;
	width: 80px;
	background:url(/themes/theme-01/img/bg-button-search.png) no-repeat;
	border: none;
	margin-left: 202px;
}

/* select style input */
.suggest_box .result {
	clear:both;
	border:1px solid #FFFFFF; /*7F9DB9*/
	background-color:#EBEBE3;
	padding:1px;
	z-index:1000;
	position:absolute;
	visibility:hidden;
}	
	.suggest_box .result .selected {
		background:#F5F5F5;
	}
	.suggest_box .result .list {
		/*overflow:auto;
		height:100px;*/
		padding:3px 0px 3px 0px;
	}

img.suggest, input.suggest{
	float:left;
}
input.suggest, .input {
	height:15px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
}
input.suggest, .input {
	border: 1px solid #ACACAC;
	background:#EBEBE3;
}
input.geo_suggest_selected {
	background:url(/themes/theme-01/img/del.gif) right center no-repeat;
	color:red;
}
img.suggest {
	clear:right;
	border: 1px solid #ACACAC;
	border-left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1px;
}

.search-transaction .box_occurrence {
	float: left;
	margin: 0 10px 5px 0;
}

/* tab style */
.search-tab {
	font-family: Tahoma;
	font-size: 11px;
}

.search-tab span.label, .search-tab-open span.label, .box-search .line span.label { /**/
	float: left;
	width: 105px;
	padding: 3px 0 0 0;
}

.search-tab .top, .search-tab-open .top {
	position: relative;
	float: left;
	width: 168px;
	height: 17px;
	padding: 3px 5px 0 5px;
	background: url(/themes/theme-01/img/search-tab.png) no-repeat;
}
	.search-tab .top {
		background-position: 0 0;
	}
	.search-tab-open .top {
		background-position: 0 -25px;
	}
	.search-tab .top span.control, .search-tab-open .top span.control {
		position: absolute;
		/*display: block;*/
		right: 7px;
	}
	.search-tab .top a, .search-tab-open .top a {
		/* reset */
		display: inline; line-height: 1; background-image: none; margin: 0px; padding: 0px;
		color: #000000;
		font: 11px Tahoma;
		text-decoration: underline;
	}

.search-tab .cnt, .search-tab-open .cnt {
	clear: both;
	width: 273px;
	padding: 3px 5px 0 5px;
	background: #EBEBE3 url(/themes/theme-01/img/search-tab-conner.png) top left no-repeat;
}
	.search-tab .cnt label, .search-tab-open .cnt label {
		font-size: 10px;
	}
	.search-tab .cnt ul, .search-tab-open .cnt ul {
		margin: 3px;
	}

.search-tab .bot, .search-tab-open .bot {
	width: 284px;
	height: 4px;
	padding: 0px;
	background: url(/themes/theme-01/img/search-tab-bot.png) no-repeat;
}
.search-tab .cnt, .search-tab .bot {
	display: none;
} 
.search-tab-open .cnt, .search-tab-open .bot {
	display: block;
}

/* Buttons
 ------------------------------------------------------------------------------ */
a.button {
	float: right;
	display: block;
	height: 16px;
	font-size: 11px; 
	text-align: center;
	color: #777777;
	padding: 1px 0 0 0;
	margin: 0px 0px 0px 5px;
}
	a.button.request {
		width: 110px;
		background: url(/themes/theme-01/img/bg-button-annonce.png) no-repeat;
	}
	a.button.print {
		width: 110px;
		background: url(/themes/theme-01/img/bg-button-annonce.png) no-repeat;
	}
	a.button.details {
		width: 110px;
		background: url(/themes/theme-01/img/bg-button-annonce.png) no-repeat;
	}
	a.button.geo-nearby {
		width: 240px;
		background: url(/themes/theme-01/img/bg-button-nearby.png) no-repeat;
	}

button {
/*	float: right;*/
	display: block;
	height: 17px;
	font-size: 11px; 
	text-align: center;
	color: #777777;
	border: none;
	padding: 0px 0 0 0;
	margin: 0px 0px 0px 5px;
}	
	button.submit-nearby {
		width: 110px;
		background: url(/themes/theme-01/img/bg-button-annonce.png) no-repeat;
	}

/* Details
 ------------------------------------------------------------------------------ */	
#det_images {
	width: 100%;
}
	#det_images .image-cadre {
		margin: 0 0 10px 0;
	}
table.desc {
}
	table.desc td {
		padding: 3px 8px;
		width: 180px;
		background: #EBEBE3;
		color: #777777;
	}

/* TEXT
 ------------------------------------------------------------------------------ */	
 
.table-text {
}
	.table-text {
	}
/* ui.tabs */
@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0 0 0 -1px;
    padding: 0 0 0 0px; /*4*/
}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px; /* -1 !*/
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 15px;
    background: url(/themes/theme-02/img/tab-a.png) no-repeat;
}
.tabs-b .ui-tabs-nav a, .tabs-b .ui-tabs-nav a span {
		background-image: url(/themes/theme-02/img/tab-b.png);
}
.ui-tabs-nav H3 {
    margin: 0;
    padding: 0;
}
.ui-tabs-nav a {
  	position: relative;
  	top: 0px;
  	z-index: 2;
  	padding-left: 0; /*3 5 0*/
		margin:0px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
.tabs-b .ui-tabs-nav a {
		color: #404040;
}
.ui-tabs-nav .ui-tabs-selected a {
    color: #000000;
}
.tabs-b .ui-tabs-nav .ui-tabs-selected a, .tabs-b .ui-tabs-nav a:hover, .tabs-b .ui-tabs-nav a:focus, .tabs-b .ui-tabs-nav a:active {
    color: #777777;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 25px; /* IE 6 treats height as min-height */
    min-height: 25px;
    padding-right: 0;
		padding-top: 6px;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 6px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-container, .ui-tabs-panel {
    border: 1px solid #DEDEDE;
    padding: 10px 0 2px 9px;
    background: #FFFFFF; /* declare background color for container to avoid distorted fonts in IE while fading */
		margin-top:0px; /* -1px */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.tabs-b-bot {
	background: url(/themes/theme-02/img/tab-b-bot.png) no-repeat;
}
