/***** SERVICE PAGE *****/
#main_header {
   position: relative;
}

#main_header #image_container {
     float: left;
     margin-left: 10px;
     margin-right: 20px;
     margin-top: 4px;
}

#main_header h1 {
	margin-top: 0px;
	margin-right: 20px;
    margin-left: 10px;
	margin-bottom: 10px;
}

#main_header #introduction p {
	/*color: #2c2c2c;*/
	margin-right: 20px;
    margin-left: 20px;    
	font-size:15px;
	text-align: justify;
}

#cat_desc {
	margin-bottom: 20px;	
}

/*SUB CATEGORIES*/
.sub_category {
	float: right;
	width: 140px;
	height: 140px;
	vertical-align: text-bottom;
	text-align: center;
}

.sub_category a {
	font-size: 13px;
	font-weight: bold;
}

#content_area {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;	
}

#more_providers_link {
	font-size: 14px;
	text-align: left;
}

/*PROVIDERS*/
.providers_box_title {
   font-size: 14px;
   text-align: right;
   padding-right: 10px;
   border-right: 5px solid;
   margin-bottom: 5px;
}

.providers_title_h1 {
   font-size: 18px;
   text-align: right;
   padding-right: 10px;
   border-right: 5px solid;
}

.provider_container {
	text-align: right;	
}

.provider_container .provider_img {
	float: right; margin-left: 5px; margin-right: 5px; /*margin-top: 10px;*/ margin-bottom:10px; background-repeat: no-repeat; background-image: url('/images/shapes/img_frame_78x58.png'); width: 78px; height: 58px;	
}

.provider_container .service_desc {
	text-align: justify;
	font-size: 13px;
	line-height: 1.3em;		
	overflow:hidden;
}

.provider_container .provider_text {
	/*margin-top: 5px;*/
	margin-right: 10px;
}

.provider_container .provider_name { text-decoration: none; font-size: 14px; font-weight: bold; color: #3a3a3a; }
.provider_container .providers_separator { height: 6px; border-right: 5px solid; margin-bottom: 5px; }

.provider_additional_info_link {
	margin-bottom: 5px; text-align: right; margin-right: 78px;
}

/*provider links per provider*/
.provider_links {
	margin: 0px;
	height: 24px;  
}

.provider_links li {
  margin-right: 0px;
  line-height: 18px;
  float: right;
  height: 18px;  
  padding-right: 20px;
  font-size: 12px;
}

.provider_links li a { text-decoration: underline; color: #3c3c3c; }
.provider_links li.p_link_main { background: url("/images/icons/folder.small.png") no-repeat right 3px; }
.provider_links li.p_link_contact { margin-right: 20px; background: url("/images/icons/phone.tiny.png") no-repeat right 4px; }
.provider_links li.p_link_services { margin-right: 20px; background: url("/images/icons/service.small.png") no-repeat right 4px; }


/*COL2 BLOCK CONTENT*/
#col2_block {
	padding:10px;
}

/*COL2 REGISTRATION BUTTON / EDIT BUTTON */
#reg_edit_buttons {
	padding-right: 20px;
	padding-left: 10px;
	height: 48px;
	text-align: right;	
}

#reg_edit_buttons p {
	font-size: 14px;
}


#add_svc_content_btn {
	background: url('/images/he_IL/shapes/btn_add_svc_content.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 48px;
	outline: none;
	border : none;
	cursor: pointer;
}

/* FORM */
.svc_form_slogan_top {
	background-image: url('/images/he_IL/shapes/svc_form_slogan_top.png'); 
	width: 86px;
	height: 86px;	
	background-repeat: no-repeat;
	position:absolute;
	z-index: 1;
    left: -2px;
    top: 0px;
}

/*LOCALITY - AREAS & CITIES*/
#localized_cat_title {
    margin-right: 10px;
    margin-left: 10px;
    border-right: 5px solid;
    font-size: 17px;
    padding-right: 5px;
    text-align: right;
}

#localized_cat_lst {
   margin-top: 10px; 
   list-style: circle;
   text-align: right;
}

#localized_cat_lst li {
    float: right;
    width: 200px;
    line-height: 1.4em
}
