body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}


.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    //background: url("../img/job-express-logo.gif") no-repeat ; //scroll 0 10px transparent;
    margin-left: 0;
    //padding: 10px 20px 10px 40px;
}

.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
} 

.carte_lu {
	background-image:url('/images/transparent.png');background:url('/images/luxembourg.png') no-repeat;width:210px;height:293px;
}


.regions td a {
//color:#556627;
font-weight:bold;
}


div.container a.brand {
    background: url("/img/luxpages-logo.png") no-repeat scroll 0 2px transparent;
    margin-left: 0;

    padding: 8px 20px 12px 40px;
}



.jblogo {
	background: url("/images/job_express_logo.gif") no-repeat scroll 0 0 transparent;
	//width: 171px;
	//max-width: 75%;
	height: 75px;
	//padding: 0px 0px 0px 10px;
	margin:0px;
	
}

.jblogo_header {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	text-align:center;
}

.well-yellow{min-height:20px;padding:19px;margin-bottom:20px;background-color:#EDF100;border:1px solid #c3c3c3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.well-green{min-height:20px;padding:19px;margin-bottom:20px;background-color:#AEEE00;border:1px solid #78A419;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.yellow-grad{background-color:#f9d12e;background-image:-moz-linear-gradient(top, #fde430, #f9d12e);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fde430), to(#f9d12e));background-image:-webkit-linear-gradient(top, #fde430, #f9d12e);background-image:-o-linear-gradient(top, #fde430, #f9d12e);background-image:linear-gradient(to bottom, #fde430, #f9d12e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffde430', endColorstr = '#fff9d12e', GradientType = 0)}
.well-0{min-height:20px;padding:0px;margin-bottom:20px;background-color:#EDF100;border:1px solid #c3c3c3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}

//.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
//.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
//.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}

#loginform label {float:left;width:120px;padding-top:5px;text-align:right;}

.foot_links {
	margin-top:10px;
}
.foot_links li {
     background:url(/images/fleche.gif) no-repeat left center; 
     padding-left: 20px; /* the width of your image + some space */
     margin: 5px 0;
}


.module_cont {
	margin-bottom:40px!important;
}
.module_cont:after {
	content:'';
	clear:both;
	display:block;	
}
.module_cont.margin0 {
	margin-bottom:0px!important;
}
.module_cont.margin10 {
	margin-bottom:10px!important;
}

/*-- IconBox --*/
	.module_iconboxes .iconbox_wrapper {
		border:#e6e6e6 1px solid;
		padding:9px;
		color:#2c2c2c;
		min-height:70px!important;
		transition: border-color 300ms, color 300ms, background-color 300ms;
		-webkit-transition: border-color 300ms, color 300ms, background-color 300ms;
		-moz-transition: border-color 300ms, color 300ms, background-color 300ms;
		-o-transition: border-color 300ms, color 300ms, background-color 300ms;						
	}
	.module_iconboxes .iconbox_wrapper .ico { 
		width:50px;
		padding:0 0 0 20px;
		height:70px;
		line-height:70px;
		text-align:left;
		font-size:30px;
		display:inline-block;
		float:left;
		margin:0 11px 11px 0;
		background:#c7c7c7;
		color:#ffffff;
		transition: color 300ms, background-color 300ms;
		-webkit-transition: color 300ms, background-color 300ms;
		-moz-transition: color 300ms, background-color 300ms;
		-o-transition: color 300ms, background-color 300ms;
	}
	.module_iconboxes .iconbox_wrapper:hover {
		background:#2c2c2c;
		border-color:#2c2c2c;
		color:#e6e6e6;
		
	}
	.module_iconboxes .iconbox_wrapper h5 {
		margin:0 0 6px 0!important;
		color:#2c2c2c;
	}
	.module_iconboxes .iconbox_wrapper:hover h5 {
		color:#e6e6e6;	
	}
	.module_iconboxes .iconbox_wrapper:hover .ico {
		color:#ffffff;
	}	

.shortcode_iconbox .ico {
    font-family: 'CoreIconsRegular';
}

/*-- IconBox --*/
	.shortcode_iconbox { 
		display:block; 
		position:relative; 
		cursor:default;
		padding:31px 20px 30px 20px;
		color:#5a5a5a;
		min-height:53px!important;
		background:#ececec;
		border-bottom:6px solid;
		transition: background-color 300ms;
		-webkit-transition:background-color 300ms;
		-moz-transition:background-color 300ms;
		-o-transition:background-color 300ms;		
	}
	.shortcode_iconbox .ico { 
		width:100%;
		height:72px;
		display:block;
		color:#3d3d3d;
		text-align:center;
		line-height:56px;
		font-size:54px;
		margin-left:-12px;
		transition: color 300ms;
		-webkit-transition: color 300ms;
		-moz-transition: color 300ms;
		-o-transition: color 300ms;		
	}
	.shortcode_iconbox .ico.fix2 {
		margin-left:-18px;
	}
	.shortcode_iconbox h4 { 
		text-align:center;
		transition: color 300ms;
		-webkit-transition:color 300ms;
		-moz-transition:color 300ms;
		-o-transition:color 300ms;		
	}
	.shortcode_iconbox p {
		text-align:center;
		margin-top:-3px;
		margin-bottom:5px;
		transition: color 300ms;
		-webkit-transition:color 300ms;
		-moz-transition:color 300ms;
		-o-transition:color 300ms;		
	}
	.shortcode_iconbox:hover {
		background-color:#3d3d3d;
	}
	.shortcode_promoblock {
		background:#ececec;
		border-left:6px solid;
		padding:35px 10px 38px 30px;
		display:block;
	}
	.shortcode_promoblock .promo_text_block {
		text-align:right;
	}
	.shortcode_promoblock .promo_button_block {
		text-align:left;
	}
	.shortcode_promoblock .promo_button {
		padding:0px 35px;
		font-size:20px;
		line-height:48px;
		color:#ececec;
		font-weight:bold;
		display:inline-block;
		text-align:center;
		background:#3d3d3d;
		margin-top:7px;
		transition: all 400ms;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
		-o-transition: all 400ms;
	}
	.shortcode_promoblock .promo_button:hover {
		color:#3d3d3d;
	}
	.shortcode_promoblock h4 {
		text-align:right;
		font-size:24px;
		line-height:26px;
		color:#3d3d3d;
		margin:0 0 -2px 0;
		font-weight:300;
	}
	.shortcode_promoblock h1 {
		margin:0px 0 0px 0;
		text-align:right;
		font-size:31px;
		line-height:33px;
		color:#3d3d3d;
	}
	
	
.recmarker  {
	background: url("/images/recmarker.png") no-repeat scroll 0 0 transparent;
	color: #000000;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	
	line-height: 32px;
	position: absolute;
	text-align: center;
	
	width: 32px; 
}	
	
	
	
.shortcode_promoblock .promo_button:hover,
.nivo-directionNav a:hover,
#commentform #submit:hover,
.feedback_form .feedback_go:hover,
.portfolio_block .filter_img .post_type,
.portfolio_block .filter_img hr,
.btn_load_more:hover {
	background-color:#ffd600!important;
}
	
.tipsy-inner,
.footer_search .field_search,
#footer_bar .sidebar_header,
#footer_bar .sidepanel a,
.shortcode_iconbox:hover p,
.shortcode_iconbox:hover h4,
.shortcode_iconbox:hover .ico,
ul.list_type0 li:before,
.carouselslider ul li .item:hover .carousel_title h4,
.carouselslider ul li .item:hover .carousel_title h4 a,
.carouselslider ul li .item:hover .exc,
.widget_nav_menu ul li a:hover,
.dropcap.colored,
.shortcode_accordion_item_title:hover, 
.shortcode_toggles_item_title:hover,
.module_highlighter .highlighter_item a:hover,
.feedback_form .field-name:focus,
.feedback_form .field-email:focus,
.feedback_form .field-subject:focus,
.feedback_form .field-message:focus,
#commentform .form_field:focus,
.shortcode_tab_item_title:hover,
.module_price_table .price_item:hover .price_item_cost h1,
.module_price_table .price_item:hover .price_item_cost h1 span,
.price_item.most_popular .price_item_cost h1,
.price_item.most_popular .price_item_cost h1 span,
.filter_navigation ul li ul li a:hover,
.columns2 .filter_img .portfolio_dscr .wrap_padding,
.columns3 .filter_img .portfolio_dscr .wrap_padding,
.columns4 .filter_img .portfolio_dscr .wrap_padding {
	color:#ffd600;
}
.widget_about .signature,
header nav ul.sub-menu li a:hover, 
header nav ul.sub-menu li:hover a,
header nav ul.sub-menu li.current-menu-item a,
header nav ul.sub-menu li:hover ul.sub-menu li:hover a,
header nav ul.sub-menu li:hover ul.sub-menu li.current-menu-item a,
.carouselslider ul li .item:hover .carousel_title h4 a:hover	 {
	color:#ffd600!important;
}

.widget_flickr .flickr_badge_image .flickr_wrapper,
.shortcode_promoblock,
.shortcode_iconbox,
.carouselslider ul li .item,
.widget_nav_menu ul li a,
.shortcode_accordion_item_title, 
.shortcode_toggles_item_title,
.blog_info_block,
.pagerblock li a.current,
.pagerblock li a:hover,
ol.commentlist  li .stand_comment,
.feedback_form .field-name,
.feedback_form .field-email,
.feedback_form .field-subject,
.feedback_form .field-message,
#commentform .form_field,
.module_highlighter .highlighter_item a,
hr.colored,
.shortcode_tab_item_title:hover,
.shortcode_tab_item_title.active,
.shortcode_messagebox.box_type2,
.columns2 .filter_img .portfolio_dscr,
.columns3 .filter_img .portfolio_dscr,
.columns4 .filter_img .portfolio_dscr {
	border-color:#ffd600!important;
}

.module_price_table .price_item .price_item_wrapper,
.filter_navigation ul li ul li.selected a,
.filter_navigation ul li ul li a:hover {
	border-color:#ffd600;
}


.ico { font-family:'FBiconsRegular'}	


.ico2 { text-align: center;}	

 .icon {
	float : left;
	padding : 5px;
	height: 80px;
	width:80px;
	
}
	
/********************************** annonces **********************************************/
.h3tit{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#b2 #categoryDiv{
	//margin:50px 0 0 15px;
}
#b2 .divCat{
	float:left;
	width:200px;
	padding:0 0 20px;
	position:relative;
	
}
#b2 .divCat img{
	vertical-align:middle;
	padding:0 5px 0 0;
}

#b2 .divCat .h3tit{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#0D388A;
}

#b2 h3{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#b2 p{
	padding:10px 0 0;
	padding-left:20px;
}

#b2 #categoryDiv a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
}
#b2 #categoryDiv a:hover{
	text-decoration:underline;
}




.block {
	border: 1px solid #ccc;
	background: white;
	margin: 1em 0em;
	border-top: none;
}

.block-content {
	margin: 1em;
	min-height: .25em;
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.block-header div {
	padding-top: 10px;
}


/* Formulaires de recherche en-tête */	

#myTab{margin-bottom:0px;}
#SearchTabContent {
	padding: 10px 25px 0px 25px;
	border: 1px solid #FFE500;
	border-top: none;
	/* Safari 4-5, Chrome 1-9 */
	
	background-color: #FCCF00;
	background-image: -moz-linear-gradient(top, #FFE500, #FCCF00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF100), to(#FCCF00));
	background-image: -webkit-linear-gradient(top, #FFF100, #FCCF00);
	background-image: -o-linear-gradient(top, #FFF100, #FCCF00);
	background-image: linear-gradient(to bottom, #FFF100, #FCCF00);
	background-repeat: repeat-x;	
	
}

#SearchTabContent label{font-size:150%; font-weight:bold}
#SearchTabContent .search-box{}

.search-box input[type="text"].keyword {
	border-radius: 4px 4px 4px 4px;
	color: #8e8e8e;
	display: inline-block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 4px 6px;
	vertical-align: middle;
	border: 1px solid #fabd0f;
	font-family: 'Open Sans', sans-serif;
	padding-left: 12px;
	width: 100%;
}

.search-box .btn {
	_background-color: #eeeeee;
	background-image: none;
	background-position: 0 0px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-shadow: none;
	height: 45px;
	border-radius: 4px 4px 4px 4px;
}

.tab-content {
	min-height: 125px;
}


#SearchTabContent .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 4px;
  margin-top: 2px;
  margin-bottom: 20px;
  
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#SearchTabContent .nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  
  background: transparent; font-weight:bold;
  color:black; border-bottom:0px solid black;
  
}



.title{
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;text-shadow: 1px 0px 0 #ccc;
}

.blue{
	color:#2a86bf;
}
.orange{
	color:#eb6d21;
}
.green{
	color:#45aa70;
}
.black{color:black}
.white{color:white}
.white:hover{color:white}
.red{color:red}
.yellow{background-color:#FCCF00;}
.yellow-liner{
	background-color: #FCCF00;
	background-image: -moz-linear-gradient(top, #FFE500, #FCCF00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF100), to(#FCCF00));
	background-image: -webkit-linear-gradient(top, #FFF100, #FCCF00);
	background-image: -o-linear-gradient(top, #FFF100, #FCCF00);
	background-image: linear-gradient(to bottom, #FFF100, #FCCF00);
	background-repeat: repeat-x;	
	
}

.premium{background-color:#EBF9FF}
.bg{background-color:#dfdfdf}
.bg:hover{background-color:#dedede}


.carousel-inner{margin-top:-10px; margin-bottom:-10px}
.simplebox
{
  outline: none;
  border:none !important;
  box-shadow:none !important;
}





.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background-color:#FFF200;}

.tab-text-big{
	padding: 5px 5px 5px;
	font-size: 16px;
	font-weight: bold;
	color: black;
}


.tooltip{
	opacity: 1;
  filter: alpha(opacity=1);
}
.tooltip-inner{
	background-color: FCCF00; color:white;
	
}


.border-shadow{
	border-right:1px dashed #dfdfdf;	
}

.margin-top{margin-top:10px;}
.margin-bottom{margin-bottom:10px;} .margin-bottom20{margin-bottom:20px}
.margin-right{margin-right:10px}
.margin-right5{margin-right:5px}
.margin-left{margin-left:10}
.margin-top20{margin-top:20px}
.margin-top-26{
	margin-top:15px;
}
.margin-top-23{
	margin-top:23px;
}
.margin-top-32{
	margin-top:32px;
}

.padding{padding:10px}
.padding-bottom{padding-bottom:10px}
.padding-top{padding-top:10px} 
.padding-all-small{padding:2px}
.padding-right{padding-right:10px}
.padding-left{padding-left:10px}

/* BORDER */
.border{border:1px solid #EBEBEB}
.border-none{border:none}
.border-bottom{border-bottom:1px solid #EBEBEB;}
.border-right{border-right:1px solid #EBEBEB;}
.border-left{border-left:1px solid #EBEBEB;}

/*radious*/
.radious{
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/images/ie-css3.htc); 
}

#SearchTabContent input[type="text"] {
	border-radius: 4px 4px 4px 4px;
	color: #8e8e8e;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 30px;
	padding: 4px 6px;
	vertical-align: middle;
	border: 1px solid #FCD000;
	font-family: 'Open Sans', sans-serif;
	padding-left: 12px;
	_width: 100%;
}
#SearchTabContent .btn {
	text-decoration: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-shadow: none;
	height: 40px;
	width: 108px;
	_border-color: #ee7c2b;
	border-radius: 4px 4px 4px 4px;
}

.social_stuff {
	width: auto;
	overflow: hidden;
	margin-bottom: 5px;
}

.social_stuff .widget {
	float: left;
	overflow: hidden;
	padding: 0px 15px 10px 15px;
	_-moz-border-radius: 4px;
	_-webkit-border-radius: 0px 4px;
	border-radius: 0px 0px 4px 4px;
	background: #E2E2E2 url("/images/bggris.png");
	max-height:55px;
}

.social_stuff .widget .stat {
	_width: 130px;
	height: 32px;
	overflow: hidden;
}
.social_stuff .widget .twitter .stat a {
	background-position: 0 0;
}
othermedia="screen"
.social_stuff .widget .stat a {
	width: 70px;
	height: 32px;
	display: block;
	padding-left: 42px;
	overflow: hidden;
	text-decoration: none;
	background: transparent url('social_stats_icons.png') no-repeat;
}

.social_stuff .widget .stat span.count {
	display: block;
	color: #696660;
	font-size: 21px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-shadow: 1px 0px 0 white;
}
.social_stuff .widget .stat span.desc {
	display: block;
	color: #888;
	font-size: 11px;
	line-height: 13px;
}

.btn-yellow {
  color: black;
  text-shadow: 0px -1px 0 #FEF000;
  background-color: #FEF000;
  background-image: -moz-linear-gradient(top, #FEF000, #FCCF00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEF000), to(#FCCF00));
  background-image: -webkit-linear-gradient(top, #FEF000, #FCCF00);
  background-image: -o-linear-gradient(top, #FEF000, #FCCF00);
  background-image: linear-gradient(to bottom, #FEF000, #FCCF00);
  background-repeat: repeat-x;
  border-color: #FCCF00 #FCCF00 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFEF000', endColorstr='#ffFCCF00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: black;
  background-color: #FCCF00;
  
}

.detail{}

/* BOOTSTRAP */
@media (min-width: 1200px){
	.detail-page .span4 {
	width: 31.50% !important;
	}
	
}
.detail .content{padding:10px; min-height:160px; border-bottom:1px solid #dfdfdf}
.detail .box-border-container{
	border: 2px solid #FCD500; margin-top:10px; padding:5px
}


.detail h1{font-size:180%; margin:0px; line-height:28px}
.detail h2{font-size:110%; margin:0px; line-height:12px}
.detail h3{font-size:100%; margin:0px; line-height:20px}

.detail .nav-tabs{
	background-color:#sfsfsf;
	font-weight:bold;
	margin-bottom: 0px;
}
.detail .tab-content{background-color:#dfsfsf}

.detail .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.detail .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
border-color: #eeeeee #eeeeee #dddddd;
}


.bg-blue{
	background-color:#D9EDF7;
}
.bg-white{
	background-color:none;
}

.box {
border: 1px solid #ddd;
margin-bottom: 10px; _border-collapse: collapse;
}
.box #box-title {
margin: 0;
background: #eee url("atcblock.png") repeat-x 0 0;
padding: 10px 10px;
color: #444;
text-shadow: 1px 1px 0 #fff;
font-size: 16px;
font-weight: bold;
border-border: 1px solid #dfdfdf;

}
.box #box-content{
	padding:15px 10px; _background:#FAFAFA;
	}
#box-content ul.inline li{line-height:18px !important}

.box li{padding:0px;}
.box h1{font-size:18px !important; line-height:19px; display:inline }
.box h2{font-size:14px; line-height:14px; padding:0px;margin:0px; }

.description{font-size:12px; color:#666; line-height:14px; margin-top:2px}


/* ICON */

#icon-verified{
float: left;
display: block;
height: 25px;
_width: 25px;
_padding: 17px 20px 0 0;
background: url(/images/verified.png) no-repeat;
_background-position: 0px 0px;
padding-left:25px;
}

.icon-mainphone{
	background-image: url(/images/mainphone.png);
	background-position: center center;
}

.icon-mobile{
	background-image: url(/images/mobile.png);
	background-position: center center;
}

.icon-fax{
	background-image: url(/images/fax.png);
	background-position: center center;
}



#icon-premium-hot{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(star-medal-gold-orange.png) no-repeat;
background-position: 0px 0px;	
}

#icon-photo-enable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: 0px -44px;	
}
#icon-photo-disable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: 0px -22px;	
}

#icon-video-enable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -25px -44px;	
}
#icon-video-disable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -25px -22px;	
}

#icon-deal-enable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -50px -44px;	
}
#icon-deal-disable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -50px -22px;	
}

#icon-calender-enable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -75px -44px;	
}
#icon-calender-disable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -75px -22px;	
}

#icon-web-enable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -100px -44px;	
}
#icon-web-disable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -100px -22px;	
}

#icon-detail-enable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 21px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -125px -44px;	
}
#icon-detail-disable{
float: left;
display: block;
height: 6px;
width: 5px;
padding: 17px 21px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -125px -22px;	
}

.mapIcon-premium {
width: 26px;
height: 35px;
background: url(result_sprite.png) no-repeat;
background-position: -1px -291px;
text-align: center;
font-weight: bold;
padding-top: 3px;
text-shadow: 0 1px 0 #ffffff;
}

.mapIcon {
width: 26px;
height: 30px;
background: url(result_sprite.png) no-repeat;
background-position: -28px -296px;
text-align: center; font-weight:bold;
padding-top: 3px; text-shadow: 0 1px 0 #ffffff;
}


#icon-video{
float: left;
display: block;
height: 3px;
width: 5px;
padding: 20px 20px 0 0;
background: url(result_sprite.png) no-repeat;
background-position: -25px -22px;
}







