﻿.ClearFix
{
    height:1px;
    clear:both;
    width:100%;
    display:block;   
}

/*
Cat Top Lead
*/
.CatTopLead
{
    background-image:url('/App_Themes/images/Leads/CatTopLead_BG.jpg');
    background-repeat:no-repeat;
    width:733px;
    height:71px;
    overflow:hidden;
}


.CatTopLead div.Text
{
    
    width:500px;
    margin-right:80px;
    margin-top:25px;
    float:right;
    font-size:18px;
    font-weight:bold;
}



.CatTopLead div.Text span
{
    color:#333;
}

.CatTopLead div.Text a
{
    font-size:18px;
}


.CatTopLead div.Button
{
    float:left;
    margin-left:10px;
    margin-top:18px;
    cursor:pointer;
}


/*
Tag Top Lead
*/

.TagTopLead
{
    border:1px solid #ccc;
    margin-top:7px;
    margin-bottom:7px;
    padding:10px;
    
}

.TagTopLead:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.TagTopLeadTitle
{
    background-color:#53534b; 
}

.TagTopLeadTitle h2
{
    margin:0;
    padding:5px 10px 5px 0;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}

.TagTopLead:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


.TagTopLead div.Info
{
    float:right;
    width:300px;
}

.TagTopLead div.Arrow
{
    float:right;
    width:60px;
    height:150px;
    background-image:url('/App_Themes/images/Leads/TagTopLead_Arrow.jpg');
    background-repeat:no-repeat;
    background-position:center;
}

.TagTopLead div.Info div.title
{
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    margin-bottom:5px;
}

.TagTopLead div.Form
{
    float:left;
    width:300px;
}

.TagTopLead div.Form div.Sending
{
    direction:rtl;
    color:#4c4c4c;
    font-size:12px;
    margin-top:15px;
    font-size:14px;
    color:#333;
}

.TagTopLead div.Form div.Sending img
{
    vertical-align:middle;
}

.TagTopLead div.Form table
{
    direction:rtl;
    color:#4c4c4c;
    font-size:12px;
    margin-top:15px;
    
}


.TagTopLead div.Form table input.text
{
    border:1px solid #999999; 
}

.TagTopLead div.Form table input.textErr
{
    border:1px solid red;
}



.TagTopLead div.Form table td.ButtonTd
{
    text-align:left;
    padding-left:13px;
    padding-top:10px;
    
}

.TagTopLead div.Form table td.ButtonTd img
{
    cursor:pointer;
    
}


/*
Pop Up Lead
*/

.PopupLead
{
    background-image:url('/App_Themes/images/Leads/PopLead_BG.png');  
    width:549px !important;
    height:428px !important;
    overflow:hidden; 
    background-repeat:no-repeat;
    text-align:center!important;
}

.PopupLead div.CloseDiv
{
    width:30px;
    height:30px;
    float:left;
    cursor:pointer;
}

.PopupLeadSentPlace div.CloseDiv
{
    width:30px;
    height:30px;
    float:left;
    cursor:pointer;
}


.PopupLead table.formTable
{
    margin-top:0px;
    width:500px;
    display:block;
    clear:both;
    text-align:right;
}

.PopupLead table.formTable td.Title
{
    font-size:18px;
    font-weight:bold;
    color:#53554a;
    text-align:right;
    padding-right:10px;
}


.PopupLead table.formTable td div.TopImg
{
    width:485px;
    height:70px;
    background-image:url('/App_Themes/images/Leads/PopLead_Pic.jpg');
    background-repeat:no-repeat;
    overflow:hidden;  
    padding:25px 10px 0 0;
    text-align:right;
    margin-bottom:15px;
    margin-right:10px;
    
}


.PopupLead table.formTable td div.TopImg div.vDiv
{
   
    height:18px;
    background-image:url('/App_Themes/images/Leads/PopLead_V.gif');
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:25px;
    overflow:hidden;  
    text-align:right;
    font-size:14px;
    color:#53544c;
    
}


.PopupLead table.formTable td.caption
{
    font-size:13px;
    font-weight:bold;
    color:#535548;
    text-align:right;
    padding-right:15px;
    width:20%;
}


.PopupLead table.formTable input.text
{
    font-size:12px;
    border:1px solid #53554a;
    width:220px;
}

.PopupLead table.formTable input.textErr
{
    font-size:12px;
    width:220px;
    font-style:italic;
    background-color:#fabdbd;
    border:1px solid #53554a;
}

.PopupLead table.formTable td.bottom
{
    padding:10px 0 10px 0;
    background-color:#e7e7e7;
    text-align:left;
    padding-left:20px;
    
}

.PopupLead table.formTable td.Sep
{
    height:2px;
}

.PopupLead table.formTable td.BottomSep
{
    height:25px;
}

.PopupLead table.formTable td.bottom img
{
    cursor:pointer;
}


/*
Side Fixed Lead
*/
.SideFixedLead
{
    position:fixed;   
    cursor:pointer;
}

* html .SideFixedLead 
{
    position: absolute;
    cursor:pointer;
}


/*
Bottom Fixed Lead
*/


.BottomFixedLead
{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    height:30px;
    background-Color:#1086C3;
    color:#ffffff;
    font-size:15px;
    direction:rtl;
    padding-top:5px;
    text-align:center;

}

.BottomFixedLead a
{
   cursor:pointer;
   font-weight:bold;
   

}


.BottomFixedLead img
{
    cursor:pointer;
    border:0;
    vertical-align:middle;

}

.BottomFixedLead img.close
{
    cursor:pointer;
    border:0;
    float:right;
    margin:5px 20px 0 0;

}


/*
Busin Result Lead
*/
.BusinResultLead
{
    border:1px solid #ccc;
    margin-top:10px;
    padding:10px;   
}

.BusinResultLead table
{
    width:90%; 
    color:#4d4d4d;
}

.BusinResultLead table input.text
{
    font-size:12px;
    border:1px solid #999;
    width:140px;
}

.BusinResultLead table input.textErr
{
    font-size:12px;
    border:1px solid red;
    width:140px;
}


.BusinResultLead table textarea.text
{
    font-size:12px;
    border:1px solid #999;
    width:600px;
    height:60px;
}

.BusinResultLead table textarea.textErr
{
    font-size:12px;
    border:1px solid red;
    width:597px;
    height:60px;
}

.BusinResultLead table input.Button
{
    font-size:14px;
    font-weight:bold;
    border:0;
    color:#fff;
    font-weight:bold;
    margin-right:505px;
    background-image:url('/App_Themes/images/businPhoneBG.gif');
    background-repeat:no-repeat;
    background-position:center;
    height:30px;
    width:100px;
    cursor:pointer;
}

/*
Fix for right side cat and city search classes
*/

.RightSearchText
{
    border:1px solid #ccc !important;
    background-color:#fff !important;
    margin-right:0 !important;
    font-weight:normal !important;
    color:#333 !important;
    font-size:12px !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
    width:221px !important;
}

.RightSearchSelect
{
    border:1px solid #ccc !important;
    background-color:#fff !important;
    margin-right:0 !important;
    font-weight:normal !important;
    color:#333 !important;
    font-size:12px !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
    width:225px !important;
}


/*
Fix for busin contact form
*/

.businCardDiv div.left div.in input.textErr
{
    border:1px solid red;
    background-color:#F7F7F7;
    
}

.businCardDiv div.left div.in textarea.textErr
{
    border:1px solid red;
    background-color:#F7F7F7;
    
}


/*
Fix for header Menu Item Width
*/

.headerBottomDiv ul li.menu
{
    width:130px !important;  
}


/*

*/
.cat_topCaptionDiv
{
    padding-right:10px;
}





/*
Article Leads

*/

.ArticleLeadArrow
{
    font-size:14px;
    font-weight:bold;
    background-image:url('/App_Themes/images/Leads/ArticleArrow.jpg');
    background-repeat:no-repeat;
    background-position:center;
    height:98px;
    width:223px;
    float:left;
    margin:0 10px 10px 0;
    cursor:pointer;
}

.ArticleLeadArrow div.text
{
    font-size:16px;
    font-weight:bold;
    float:left;
    width:136px;
    padding-top:3px;
    text-decoration:none !important;
   
}


/*
Leads More Cats
*/


.SideFormLeadSent
{
    border:2px solid #ccc;
    background-color:#fff;  
    width:256px;
    height:285px;
}


.SideFormLeadMoreCats table.LeadsMoreCatsTBL
{
    width:99%;
    direction:rtl;
    text-align:right;
    color:#5E5E5E;
    font-size:12px;   
}

.SideFormLeadMoreCats table.LeadsMoreCatsTBL td
{
    vertical-align:middle;
    text-align:right;
}

.SideFormLeadMoreCats table.LeadsMoreCatsTBL td.title
{
    font-size:12px;
    color:#5E5E5E;
}

.SideFormLeadMoreCats table.LeadsMoreCatsTBL td.title b
{
    font-size:14px;
    color:#333;
}

.SideFormLeadMoreCats table.LeadsMoreCatsTBL td.check
{
    width:5%;
    text-align:right;
}

.SideFormLeadMoreCats table.LeadsMoreCatsTBL td.text
{
    width:95%;
    text-align:right;
}

.SideFormLeadMoreCats table.LeadsMoreCatsTBL td.bottom
{
    padding-top:15px;
    text-align:right;
}

.SideFormLeadMoreCats table.LeadsMoreCatsTBL td.bottom img
{
    cursor:pointer;
}



.PopupLeadMoreCats table.LeadsMoreCatsTBL
{
    width:95%;
    direction:rtl;
    text-align:right;
    color:#333;
    font-size:12px;   
}

.PopupLeadMoreCats table.LeadsMoreCatsTBL td
{
    vertical-align:middle;
    text-align:right;
}

.PopupLeadMoreCats table.LeadsMoreCatsTBL td.title
{
    font-size:13px;
    color:#333;
}

.PopupLeadMoreCats table.LeadsMoreCatsTBL td.title b
{
    font-size:15px;
    color:#333;
}

.PopupLeadMoreCats table.LeadsMoreCatsTBL td.check
{
    width:5%;
    text-align:right;
}

.PopupLeadMoreCats table.LeadsMoreCatsTBL td.text
{
    width:95%;
    text-align:right;
}

.PopupLeadMoreCats table.LeadsMoreCatsTBL td.bottom
{
    padding-top:15px;
    text-align:right;
}

.PopupLeadMoreCats table.LeadsMoreCatsTBL td.bottom img
{
    cursor:pointer;
}

