body {
	padding: 0; margin: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.clr {clear: both;}
fieldset {border: 0; margin: 2px 0; padding: 2px 0;}
input[type="text"], input[type="password"] {border: 1px solid #C6C6C6}
h1 {
	color: #3B80BB;
	font-size: 17px;
	margin: 4px 0 8px 0;
}
h2 {
	color: #3B80BB;
	font-size: 19px;
	margin: 2px;
}
h3 {
	color: #3B80BB;
	font-size: 17px;
	margin: 0;
}
.MainDiv {
	width: 920px;
	margin: 0 auto;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
.indexDiv {
	width: 900px;
	margin: 0 10px 20px 10px;
}
#separator {
	border-top: 1px solid #e2e1e1;
	margin: 50px 0 10px 0;
}
#shareThis {
	clear: both;
	margin: 0 0 5px 0; padding: 15px 0 5px 10px;
}


/* START:Header page
*********************************************************************************/
#logo {
	background: url(name-logo.png) no-repeat;
	width: 262px; height: 73px;
	float: left;
}
.headerPage {
	background: url(header.png) repeat-x;
	height: 73px;
	display: block;
}
#header-right {
    color: white;
    width: 658px;
    float: right;
}
.welcome {
	text-align:center;
	float: left;
	margin: 5px 0 0 5px;
}
.welcome p {margin: 0; padding: 0;}
.Language {
	float: right;
	margin: 3px 10px 0 0;
}
.userMenu {
    color: white;
	float: right;
	margin: 5px 5px 0 0;
}
.listMenu {
	width: 600px;
	margin: 30px 0 0 10px;
	display: block;
	float: left;
}
.listMenu a {
	color: white;
	font-weight: bold;
}
/********************************************************************************/


/* START:Top Menu
*********************************************************************************/
#topMenu {
    float: right;
    margin: 30px 0 0;
}
#topMenu ul {
    margin: 0; padding: 0;
    list-style-type: none;
}
#topMenu ul li {
    float: left;
    margin: 0 10px;
}
#topMenu ul li a {
    color: white;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
li#dropDown {
    background: url(dropDownArrow.png) no-repeat right;
    padding: 0 20px 0 0;
}
li#dropDown ul a {color: white !important;}


    /* START Drop Down Menu
    ******************************************************************/
    #topMenu li ul {
        background: #94b5d1;
        position: absolute;
        z-index: 10;
        left: -999em;
        width: 200px; height: auto;
    }
    #topMenu li li {
        border-top: 1px solid white;
        margin: 0;
        width: 200px;
    }
    #topMenu li li:hover {background: #d8e7f3;}
    #topMenu li li a:hover {color: black !important;}
    #topMenu li li a {
        color: black;
        padding: 5px;
        text-align: left !important;
        text-decoration: none;
    }
    #topMenu li:hover ul, #topMenu li li:hover ul, #topMenu li li li:hover ul, #topMenu li.sfhover ul, #topMenu li li.sfhover ul, #topMenu li li li.sfhover ul {left: auto; visibility: visible;}
    /* END Drop Down Menu
    ******************************************************************/


/********************************************************************************/


/* START:Listing Statistics
*********************************************************************************/
.InputStat {
    display: block;
    font-style: italic;
}
.InputStat strong {color: #3B80BB;}
/********************************************************************************/


/*==== COLUMNS ========*/
.leftColumn, .rightColumn {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;	
}
.leftColumn {width: 250px; margin: 0 0 0 5px;}
.rightColumn {width: 655px; margin: 0 5px 0 5px;}
/*==== END COLUMNS ====*/


/*==== FEATURED COMPANIES ====*/
.FeaturedCompanies {
	display: block;
	float: left;	
}
.FeaturedCompanies h1 {
	color: #3E7B08;
	font-size: 14pt;
	margin: 0 0 0 5px; 
}
.FeaturedCompaniesLogo {
	width: 150px;
	display: block;
	float: left;
	text-align: center;
	margin: 3px;
}
/*==== END FEATURED COMPANIES ====*/


/*==== BROWSE BY ========*/
ul.browseListing {margin: 0px; padding: 0px;}
ul.browseListing li {
	list-style-type: none;
	margin: 5px 0 0 5px;
}
.browseListing a {margin: 0; padding: 5px 0 0 15px;}
.browseListing a:hover {text-decoration: none;}
/*==== END BROWSE BY ====*/


/*==== FIELDS ========*/
.inputName, .inputField, .inputReq, .inputNameBig, .inputFieldSmall {
	float: left;
}
.inputName {width: 20%;}
.inputNameBig {width: 20%;}
.inputFieldSmall {width: 78%;}
.inputReq {width: 2%; color: red;}
/*==== END FIELDS ====*/


.RightLink {float:right;}
.RightLink a {font-size: 12px; font-weight: normal;}


/* START:Panels
*********************************************************************************/
.quickSeachPanel {
	width: 445px;
	display: block;
	float: left;
	margin: 0 10px 0 0;	
}
.quickSeachPanel h1 {
	font-size: 27px;
	color: #6B6B6B;
}
.quickSeachPanel h2 {
	font-size: 24px;
	color: #5F9FC8;
}
.quickLinksPanel {
	width: 200px;
	float: left;
}
.quickLinksPanel ul {
    list-style-type: none;
    margin: 0; padding: 0;
}
.quickLinksPanel ul li {margin: 0 0 0 3px;}
/********************************************************************************/


.blueBox {
	width: 98%;
	display: block;
	border: 1px solid #B8B8B8;
	background: #D8E7F3;
	overflow: hidden;	
}
.blueBox h1 {
	color: #5F9FC8;
	font-size: 25px;
	font-weight: bold;
	margin: 2px 0 2px 5px;
}
.RSS {
	display: block;
	float: right;
}
.RSS a {
	text-decoration: none;
	font-size: 12px;
	margin: 2px 5px 0 0;
}
.Footer {
	background: url(footer.png) repeat-x;
	width: 100%; height: 28px;
	display: block;
	text-align: center;
	color: white;
	font-size: 13px;
	line-height: 29px
}
.Footer a {
	color: white;
}

/*==== QUICK SEARCH ========*/
.quickSearch {
	width: 100%;
	display: block;
	background: #E7E7E7;
	overflow: hidden;
}
.quickSearch select {width:135px;}
.quickSearch input {width:130px;}
.quickSearch fieldset {
	border: 0;
	margin: 16px 0 15px 0;
	color: black;
}
.quickSearchInputName {
	width: 70px;
	display: block;
	float: left;
	text-align: right;
	line-height: 20px;
}
.quickSearchInputField {
	width: 135px;
	display: block;
	float: left;
	text-align: right;
	margin: 0 3px 0 2px;
}
.quickSearchInputField a {
	color: black;
	font-size: 11px;
}
/*==== END QUICK SEARCH ====*/



/*==== BROWSE COMPANY ========*/
.bcName, .bcField, .bcFieldSmall { 
	display: block;
	float: left;
}
.bcName {width: 15%;}
.bcField {width: 40%;}
.bcFieldSmall {width: 20%;}
.SearchResultsCompany .evenrow, .SearchResultsCompany .oddrow {height:30px;}
.compLogo {background: white;}
.compLogo, .compLogo img {height: 40px;}
/*==== END BROWSE COMPANY ====*/


/* START:Display Listings
*********************************************************************************/
.userInfo, .listingInfo {
	display: block;
	float: left;
}
.userInfo {width: 260px;}
.userInfo embed {
    width: 235px !important;           /* for YouTube - Display Listing */
}
.listingInfo {
	width: 630px;
	margin: 0 0 0 10px;	
}
.smallListingInfo {
	width: 50%;
	display: block;
	float: left;
	margin: 5px 0 0 0;
}
.smallListingInfo strong {color: black;}
.rightDisplaySIde {width: 460px !important;}
/********************************************************************************/


/* Viewed */
.Viewed a:link {
color:black;
font-size:0px;
visibility: hidden;
}
.Viewed a:visited {
color:black;
float:left;
font-size:12px;
font-style:italic;
margin-right:5px;
text-decoration:none;
}
/* END Viewed */



/*==== MY ACCOUNT ========*/
.MyAccountHead h1 {
	color: #5F9FC8;
	font-size: 20pt;
	padding: 20px 0 0 50px;
}
.leftColumnMA {
	width: 250px;
	padding: 0 0 0 50px;
	display: block; float:left;
	margin: 10px;
}
.rightColumnMA {
	width: 240px;
	padding: 0 0 0 10px;
	display: block; float:left;
	margin: 10px;
}
.leftColumnMA ul, .rightColumnMA ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.leftColumnMA li, .rightColumnMA li {margin: 10px 0; padding: 0px;}
.PMMenu {
	font-size:12px;
	margin: 3px 0 0 87px;
}
/*==== END MY ACCOUNT ====*/


/* START:Accordeon
*********************************************************************************/
.page_button {
	background: #efefef;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	margin: 10px 0;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}
.page_button:hover {background: #e7e7e7;}
.page_icon {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #387bb1;
}
/********************************************************************************/


/* START:Recently view and Suggested Jobs
*********************************************************************************/
#recentlyViewedJobs {
    width: 425px;
    float: left;
    margin: 5px 10px;
    overflow: hidden;
}
#suggestedJobs {
    width: 425px;
    float: right;
    margin: 5px 10px;
    overflow: hidden;
}

#suggestedJobs-title,
#recentlyViewedJobs-title {
    color: #5F9FC8;
    font-size: 16px;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #5F9FC8;
}
/********************************************************************************/


/* START:Contacts
 *********************************************************************************/
#contactInfo {
    background: url(view-contact-bg.png) repeat-y;
    width: 707px;
    margin: 15px auto 0;
    overflow: hidden;
}
#contactInfo-in {
    background: url(view-contact-header.png) no-repeat top;
    width: 677px;
    overflow: hidden;
    padding: 30px 15px 15px;
}
#contactInfo-footer {
    background: url(view-contact-footer.png) no-repeat;
    width: 707px; height: 21px;
    margin: 0 auto;
}
#user-top {
    margin: 10px 0;
    overflow: hidden;
}

#contact-image {
    width: 190px;
    float: left;
}
#contact-image img {width: 190px;}
#contact-info {
    width: 470px;
    float: left;
    margin: 0 10px 0 0 ;
}
#contact-group {
    font-size: 13px;
    clear: both;
    overflow: hidden;
    margin: 10px 0;
}
#cont-info-sendpm {
    width: 190px;
    float: left;
    text-align: center;
    margin: 15px 0;
}
.contact-detail-cap {
    width: 30%;
    float: left;
    font-weight: bold;
}
.contact-detail-info {
    width: 70%;
    float: left;
}
#note-block {
    width: 470px;
    float: left;
    margin: 0 10px 0 0; padding: 15px 0;
    overflow: hidden;
}
#note-block span {
    margin: 2px 0;
    overflow: hidden;
    display: block;
}
#note-block span textarea {width: 98% !important;}
#under-contact {
    overflow:  hidden;
    clear: both;
}
/********************************************************************************/


/* START:Billing History
*********************************************************************************/
#paymentPage .searchString {width: 180px;}
#paymentPage .searchList {width: 180px;}
#paymentPage .hasDatepicker {
    width: 150px; height: 17px !important;
    border: 1px solid #C6C6C6;
}
#paymentPage thead {
	background: none;
	color: black;
	border-bottom: 1px solid black;
}
.paymentButton {min-width: 130px;}
/********************************************************************************/

/* START:Invoice
*********************************************************************************/
#invoice-buttons {
	text-align: center;
	margin: 20px 0 0 0;
}

#invoice-billto,
#invoice-sendto,
#invoice-logo,
#invoice-info {
	margin: 10px 0;
	padding: 10px 5px;
}
#invoice-logo {
	width: 350px;
	float: left;
}
#invoice-info {
	width: 350px;
	float: right;
	text-align: right;
	line-height: 20px;
}

#invoice-billto {float: left;}
#invoice-sendto {float: right;}

#invoice-billto,
#invoice-sendto {
	border-top: 1px solid #d9d9d9;
	width: 380px;
	line-height: 22px;
}

#invoice-info strong,
#invoice-billto strong,
#invoice-sendto strong {font-size: 18px;}

table#invoice-table {
	width: 100%;
	font-size: 12px;
}
table#invoice-table tbody tr:hover {background: #f0f0f0;}
table#invoice-table td {
	border: 1px solid #d9d9d9;
	padding: 5px 10px;
}
table#invoice-table tr.invoice-table-head {background: #ededed;}
table#invoice-table tbody tr.invoice-table-head:hover {background: #ededed !important;}
table#invoice-table tr.invoice-table-head td {
	font-weight: bold;
	font-size: 13px;
	color: black;
	height: inherit !important;
}
.invoice-amount-total {
	background: #f5f5f5;
	text-align: right;
	font-weight: bold;
}
.invoice-actions {text-align:center !important;}
#invoice-form .inputName {width: 13%;}
/********************************************************************************/


/* Start :Polls
****************************************************************************/
#poll h2 {
	color: #3B80BB;
	font-size: 17px;
	margin: 4px 0 8px 0;
}
/***************************************************************************/


/* START:Newsletter
*********************************************************************************/
p.mailchimp-nl-desc {
	text-align: justify;
	margin: 5px 0;
}
#mch_email,
#mch_name {
    width: 240px;
}
/********************************************************************************/


/* START:Buttons
*********************************************************************************/
input.button, input[type="submit"], input[type="button"], a.button {
	background: url(button.png) repeat-x;
	min-width: 90px;
	height: 24px;
	padding: 0 5px;
	border: 0;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	behavior: url(PIE.php);
}
input.standart-button, a.standart-button {
	background: url(gray-standart-button.png) repeat-x;
	min-width: 100px;
	height: 25px;
	padding: 0 10px;
	color: black !important;
	font-size: 12px !important;
	font-weight: bold;
	font-family: Arial !important;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	behavior: url(PIE.php);
	border: 1px solid #9f9f9f;
	text-transform: inherit !important;
}

input:hover.button, input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"], a:hover.button {background: url(button.png) repeat-x 0 -24px;}
input.standart-button:hover, a:hover.standart-button {background: url(gray-standart-button.png) repeat-x 0 -25px;}

a.standart-button {
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	color: black;
	line-height: 25px !important;
	height: 23px;
}
a.button {
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	color: white;
	line-height: 25px;
}
/********************************************************************************/


p.SearchResultsMenu {
	float: left;
	margin-right:10px;
}


.FeaturedJobs
{
	float:left;
	width:640px;
	margin-top:13px;
	background-color:#d8e7f3;
	border-style:solid;
	border-color:#b8b8b8;
	border-width:1px;
}

*html .FeaturedJobs
{
	margin-top:10px;
}

.FeaturedComp
{
	float:left;
	width:640px;
	margin-top:35px;
	background-color:#d8e7f3;
	border-style:solid;
	border-color:#b8b8b8;
	border-width:1px;
}

*html .FeaturedComp
{
	width:650px;
	margin-top:10px;
}

.LatestJobs
{
	background-color:#D8E7F3;
	border:1px solid #B8B8B8;
	float:left;
	margin-top:0px;
	width:640px;	
}


.jobAlert
{
	font-weight: bold;
	font-size:13px;	
}


form
{
	margin:0px;
	padding:0px;
}
a img
{
	border:none;
}

.clear_both
{
	position:relative;
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
	font-size:1px;
}

.myAccountLinks a
{text-decoration:none;}

.myAccountLinks
{
	width:300px; 
	float:left; 
	margin:10px;  
	color: #e61e1e;
	font-size: 15pt;
}


.myAccountLinks:hover
{
	color: #2c2c2c;
}

.comment {
	font-size:12px;
	font-weight:bold;
	color:#A4BED5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

/* ######################################################################### */	
table
{
	font-size: 12px;
}
table.formdisplay {}
table.form 
{
	border: #cccccc 1px solid;
}
td.mainleft 
{
	border-right: steelblue 1px solid; 
	padding-right: 4px;
}

td.caption 
{
	font-weight: bold;
}
table.top 
{
	font-weight: bold; font-size: 50px; color: steelblue; border-bottom: steelblue 1px inset; text-align: center;
}
table.topmembermenu {}
a.topmembermenuitem 
{
	font-weight: bold; color: navy; text-decoration: underline;
}
a.topmembermenuitem:hover 
{
	color: red; text-decoration: none;
}
.newsblock a.title, .newsblock a.title:link
{
	font-weight: bold; color: black; text-decoration: underline
}
.newsblock a.title:hover 
{
	font-weight: bold; color: black; text-decoration: none
}
.newsblock .short 
{
	font-size: 10px;
}
tr.evenrow 
{
	background-color: #FBFBFC;
}
tr.unactive
{
	background-color: #ffaadd;
}
td.title 
{
	font-weight: bold; width: 100%; color: ghostwhite; background-color: steelblue;
}
td.head 
{
	font-weight: bold; font-size: 130%; color: white; background-color: #c7c4e2; text-align: left;
}
td.menu_items 
{
	font-weight: normal;
}
td.menu_sub_items 
{
	font-weight: normal;
}
.formgroupcaption 
{
	font-weight: bold; color: #c00; text-decoration: underline;
}

input.text, input.digit, textarea.text, select.list 
{
	font-size: 12px; font-family: tahoma; 
	background-color: white;
	border:1px solid #B3B3B3;
}
input.text 
{
	width: 150px; 
}
input.digit 
{
	width: 50px;
}
textarea.text 
{
	width: 400px;
	height:200px;
}
select.list
{
	width: 150px;
}
input.treechangebutton 
{
	font-size: 10px; border:1px solid #b95454; font-family: verdana;
}

table.formrequest, table.forminput
{
	width: 100%;
}
table.featured 
{
	font-size: 10px;
}
table.featured_block 
{
	width: 100%; 
} 

td.form_input_item, td.form_request_item
{
	width:50px;
}
.inputformitem 
{
	font-weight: bold;
}

a {color:#666666;}
/* ######################################################################### */	
div.main
{
	
	width:918px;
	margin-left:auto;
	margin-right:auto;
	border: solid #d9d9d9;
	border-width:0px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-top: 0px;
	padding-top:20px;
}

.JsEmpBlock
{
	float:right; 
	width:150px; 
	height:150px; 
	margin-left: 20px;
}

*html .JsEmpBlock
{
	width:175px;
	margin-left: 0px;
}

a.linkHome, a.linkContact
{
	color:white;	
	font-size:11px;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.headerMenu
{
	background-image:url("header3.png");
	color:#FEFEFE;
	float:left;
	font-family:Arial;
	font-size:11px;
	height:69px;
	text-align:left;
	width:161px;
}
*html .headerMenu
{
	padding-top: 10px;
	height:59px;
}

html div.content2
{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top:0px;
	padding-left:20px; 
}
*html div.content2
{
	
	padding-left:20px;
	width: 898px;
}

div.leftBlock, div.rightBlock, div.centerBlock
{
	float:left;
	/* border:1px solid green; */
}
div.leftBlock
{
	width:174px;
}

div.centerBlock
{
	padding-left:0px
}

div.rightBlock
{
	width:885px;
	margin-left:0px;
}

div.leftMenuBlock
{
	position:relative;
}
.LoginBlock
{
	margin-top:20px;
	margin-bottom:5px;
	margin-left:40px;
	font-size:13px;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div.LoginBlock span a:link, div.LoginBlock span a:visited
{
	color:#4e7391;
	text-decoration:none;
}
div.LoginBlock span a:hover, div.LoginBlock span a:active
{
	color:#4e7391;
	text-decoration:underline;
}
ul.leftMenu
{
	position:relative;
	margin:0px;
	padding:0px;
}
ul.leftMenu li
{
	margin:0px;
	list-style:none;
	padding:0px;
	margin-bottom:5px;
	text-align:center;
	font-size:13px;
	text-decoration:none;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	height:33px;
	line-height:33px;
	font-weight:bold;
}
.leftMenuNoActive
{
	background-image:url('lm_blue.gif');
	background-repeat:no-repeat;
}
.leftMenuActive
{
	background-image:url('lm_orange.gif');
	background-repeat:no-repeat;
}	

ul.leftMenu li  a:hover, ul.leftMenu li  a:active, ul.leftMenu li  a:link, ul.leftMenu li  a:visited
{
	color:#FFF;
	text-decoration:underline;
}

.iconPhotos
{
	position:relative;
	top:2px;
	left:0px;
}


ul.detailsLinks, ul.infoBlockDL, ul.linksBackSearchResult
{
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
}



ul.linksBackSearchResult
{
	margin-top:10px;
}

.photoCard
{
	width: 100px; 
	height:100px; 
	background-image:url('photocard.png');
	padding:5px; 
	margin-left:65px; 
	margin-top:10px; 
	float: left;
}

*html .photoCard
{
	padding-left:5px;
	padding-top:2px;
	margin-left:40px; 
	margin-top:10px; 
	height:100px;
}

ul.detailsLinks li, ul.infoBlockDL li, ul.linksBackSearchResult li
{
	position:relative;
	float:left;		
	margin:0px;
	margin-right:2px;
	padding:0px;
	list-style:none;
	vertical-align:middle;
}

ul.infoBlockDL li
{
	margin-left:2px;
}

table.searchResultsHeaderLine 
{	
	width:100%;
	height:37px;

}

.searchResultsHeaderLine a:link, .searchResultsHeaderLine a:visited,  .searchResultsHeaderLine a:hover
{
	color:#555555;
	
}

table.tableSearchResult 
{
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9c9;
	border-top-style: none;
	color: #787878;
}

tr.sortby 
{
	font-weight:bold;
	font-size:105%;
	background-color: #95bcdc;
	color:black;
}

.sortby td a:link, .sortby td a:visited, .sortby td a:hover
{color:#666666;text-decoration:none}

.page_navigator
{
	font-weight:bold;
	padding:0px;
	margin:0px;
	float: right;
}
.page_navigator_toppanel
{
	font-weight:bold;
	color:#316b99;
	padding: 0px;
	margin:0px;
	width:150px;
}

.page_navigator a:link, .page_navigator a:visited, .page_navigator a:hover
{
	color:#110F7C
}

.pointedInListingInfo
{
	border-bottom: 1px dotted #B2B2B2;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 15px;
}

.pointedInListingInfo2
{
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.ApplicationPointedInListingInfo
{
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.ApplicationPointedInListingInfo2
{
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.listInfoPrice
{font-weight:bold;color:#FF5600;font-family:Verdana, Arial, Helvetica, sans-serif;}

.DisplayListingInfo
{
	font-weight:bold;
	color:black;
	font-family:verdana, sans-serif;
}

.DisplayListingInfo a:link, .DisplayListingInfo a:visited, .DisplayListingInfo a:hover
{color:black;text-decoration:none}

.footerBlock
{
	position:relative;
	margin:0px;
	margin-top:20px;
	height:28px;
	background-color: #910500;
	background-image:url('footer_bg.png');
	text-align: center;
	color: white;
	vertical-align: center;
 }

.copyright
{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:100%; padding-top:5px;}

.copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active
{color:white;text-decoration:underline;font-weight:bold;}


.detailsLinks a:link, .detailsLinks a:visited, .detailsLinks a:hover
{
	font-size:90%; 
	text-decoration:underline;
	color:#444444;
}

a.black_underline:visited
{color:black}
a.black_underline:link
{color:black}
a.black_underline:hover
{color:black}

.top_menu
{
	color: white;
	height: 40px;
	padding-left: 10px;
	margin-top: 0px;
}

.top_menu a:link
{color:white}

.top_menu a:visited
{color:white}

.top_menu a:hover
{color:white;text-decoration:none}

div.featuredAdsBlock
{float:right;width:160px}

.headerText
{
	font-weight:bold;
	font-size:17pt;
	color: #5f9fc8;
	font-family: verdana;
	margin-top:0px;
}

.featuredLinks a:link, .featuredLinks a:visited
{
	color:black;
	font-family: verdana;
	font-size: 9pt;
}

select.list
{width:67px;}

table.sellerComents .inputText
{
	margin-top:5px;
	width:520px;
	height:80px;
}	

.headrow td a:link, .headrow td a:visited, .headrow td a:link, .headrow td a:visited 
{
	font-size:12px;
	color:#4e7391;
}
.headrow td
{
	border-bottom:2px solid #4e7391;
	font-weight:bold;
	padding-bottom:3px;
	font-size:12px;
	color:#4e7391;
}

.stateForm
{
	margin-left:0px;
	margin-top:15px;
}

*html .stateForm
{
	margin-top:15px; 
	margin-left:5px;
}


.searchFormMarginDetails
{
	float: left; 
	width: 140px; 
	height: 30px;  
	margin-left: 5px;
	margin-right: 20px;
}

*html .searchFormMarginDetails
{
	float: left; 
	width: 140px; 
	height: 30px;  
	margin-left: 5px;
	margin-right: 0px;
}

.searchDetails
{
	float: left; 
	width: 60px; 
	height: 60px; 
	font-size:10pt; 
	font-family: verdana; 
	text-align: right;
	margin-left: 10px;
}

*html .searchDetails 
{width: 50px;}

.searchForm
{
	width: 440px; 
	height:160px; 
	background-color: white; 
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	float: left;
}

*html .searchForm
{
	width: 465px;
}

.FindForm
{
	
	height:135px; 
	border-width: 1px; 
	border-style:solid; 
	border-color: #dddddd;
	margin-left: 20px;
	background-image: url("serachform_bg.png");
	background-repeat: repeat-x;
	background-color: #f3f3f3;
}



.leftPanel
{
	float: left;
	width: 260px;
	min-height:560px; 
	font-sixe:12px;
	color:#3b80bb;
}

*html .leftPanel
{
	width: 220px;
}

.rightPanelTitle
{
	padding: 0px; 
	margin:0px; 
	height:41px; 
	width: 255px; 
	padding-top: 0px;
	font-size: 16pt;
	color: white;
	padding-left: 25px;
	background-repeat: repeat; 
	background-image:url("rightPanel_title.png");	
}

*html .rightPanelTitle
{
	width:230px; 
}

#browse_by_make_model
{
	font-family:tahoma;
	font-size:90%
}
#browse_by_make_model a
{
	color:#646464;
	text-decoration:none;
	font-size: 10pt;
	font-family: tahoma;
	list-style: none;
}
#browse_by_make_model a:visited{}
#browse_by_make_model a:hover{text-decoration:underline}

#browse_by_body_style{font-family:verdana}
#browse_by_body_style a{color:#578298;}
#browse_by_body_style a:visited{}
#browse_by_body_style a:hover{}


.acount_mainform
{
	width: 920px;
	height: 250px;
	border-width:1px; 
	border-color: black;
	border-style:solid;
	border-left-style: none; 
	float: left; 
	border-color: #9a9a9a; 
	background-image:url("account/form_bg.png");
	padding:0; 
	margin:0;
}
.acount_rightmargin
{
	width: 39px; 
	height: 150px; 
	float: left; 
	border-right-style:solid; 
	border-width:1px;
	margin-top: 102px; 
	border-color:#9a9a9a	
}

*html .acount_rightmargin
{
	height: 285px; 
}



.acount_downbg
{
	margin-left:39px; 
	float: left;
	width:552px; 
	height:42px; 
	background-image:url("account/down_bg.png");
}

*html .acount_downbg
{
	margin-left:20px; 
}

/* Field Type Style */

.error {
	color:#8bb0cf;
}

.BreadCrumbs {
	color: #5F9FC8;
	font-weight: bold; font-size: 11px; font-family: Tahoma;
}
.BreadCrumbs p {margin: 0 0 10px 0;}
	
.brByCategoryTable
{
	width:100%; 
	margin-left: 30px;
}
*html .brByCategoryTable
{
	margin-left: 30px;
}

.paymentTable
{
	padding-top:10px;
}
.brByCiryTable
{
	width:100%;
	margin-left: 30px;
}

*html .brByCiryTable
{
	margin-left: 30px;
}


.compProfileTitle {
background-color:#B4CEE4;
color:#6994B8;
font-size:200%;
font-weight:bold;
height:30px;
margin-right:10px;
padding-bottom:3px;
padding-left:3px;
padding-right:3px;
padding-top:0;
text-align:left;
width:244px;
}

.compProfileInfo {
	border:1px solid #B4CEE4;
	width: 238px;
	padding: 5px;
}
.featuredJobsTR
{
	width:150px;
}
.latestListindTR
{
	width:150px;
}

/* Private messages LEFT MENU */
.pm_top_menu{
	background-color: gray;
	height: 20px;
	width: 150px;
	text-align: center;
	padding-top: 5px;
}

.pm_menu{
	background-color: #C0C0C0;
	height: 100px;
	padding: 10px;
}
/* END */

/* Private messages INBOX - OUTBOX list */
.pm_list {
	
}

.pm_list thead {
	background: #C0C0C0;
}

.pm_list tr {
}

.pm_list .first {
	background: #eeeeee;
}

.pm_list .second {
	background: #d0d0d0;
}

.pm_list td {
	
}
/* END */

/* Private messages QUOTE STYLE */
.pm_quote{
	border: 2px dotted #C0C0C0;
	margin:10px;
	padding: 10px;
}

/* Private messages MESSAGE DETAIL*/
.pm_message_detail{
	
}

.pm_message_detail tr {
	
}

.pm_message_detail .info {
	background: #CCCCCC;
}

.pm_message_detail .detail {
	background: #EFEFEF;
}

.pm_message_detail .box {
	padding: 10px;
	background: #F2F2F2;
}

.pm_message_detail .but {
	text-align: right;
	padding: 5px;
	background: #F2F2F2;
}


/* END Private messages */

.tableSRNavResults {
	float: left;
	margin-top:15px;
}

.tableSRNavPerPage {
	float: left;
	padding-top: 10px;
	margin-left:20px;
	margin-right: 30px;
}

.tableSRNavPageNav {
	margin-top:10px;
	margin-bottom: 15px;
	float: right;
}
.browseCompanyAB
{
	float: left;
	padding: 5px;
}
.clear
{
	clear: both;
}

.priorityListing {
	background: #e2f4fe;
}

.banner {
	margin:7px;
	text-align:center;
}

.TableSR-LA {
	background:white;
}

.TableSR-RA {
	background:white;
}

table.tableSearchResultApplications
{
	border-width: 0px;
	border-top-style: none;
	color: #787878;
}

.FC {
	margin-top: 7px;
}



/* classes to highlight templates in TemplateSupplier */
.templateHighlight {

}

.inner_div {
    display: block;
    position: relative;
    width: 24px;
    margin-top: -24px;
    margin-left: 5px;
    z-index: 11;
}

.inner_div img {
	border: none;
}

/**********************refine search***********************/
#blockInner th {white-space: normal;}
.refine_button {
	background: #EFEFEF;
	cursor: pointer;
	margin: 5px 0 0 0;
}
.refine_icon{
	padding: 0 5px;
	display: block; float: left;
	width: 15px;
}
.refineItem {
	padding: 3px 0 0 5px;
	display: block;
	font-size: 11px;
}
.refineItem a {font-size: 11px;}
.refine_res {font-size: 11px;}
.refine_res a {
	color: blue;
	padding: 5px 0 0 0;
}
.refine_res a:hover {
	text-decoration: none;
}
.block_values_button {
	background: #EFEFEF;
	cursor: pointer;
	padding: 2px 0; margin: 5px 0;
}
/***********************************************************/




/*==== TABLE RESULTS ========*/
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table thead {
	background: #95BCDC;
	height: 16px;
	margin: 0px; padding: 0px;
	color: #666666;
	text-align: left;
}
table thead th {
	margin: 0px; padding: 0 3px 0 0;white-space: nowrap;
}
tbody > tr {color: #787878;}
.priorityListing > td, .evenrow > td, .oddrow > td {padding: 7px 0;}
table thead th a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
.tableLeft {
	width: 8px;
}
.tableRight {
	width: 8px;
}
.topResultsLinks {
	width: 100%;
	display: block;
}
.topResultsLinks ul {list-style-type: none; margin: 0px; padding: 0px;}
.topResultsLinks ul li {float: left; margin: 0 15px 0 0;}
.topResultsLinks ul li a {color: #666666;}

.searchResultsHeaderLineNew ul {list-style-type: none; margin: 0; padding: 5px 0 0 10px;}
.searchResultsHeaderLineNew ul li {float: left; margin: 0 15px 0 0;}
.searchResultsHeaderLineNew ul li a {color: #666666;}

ul.listingLinksBottom {list-style-type: none; margin: 0; padding: 5px 0 0 8px; float: right;}

.priorityListing ul, .evenrow ul, .oddrow ul {list-style-type: none; margin: 0px; padding: 0px;}
.priorityListing ul li, .evenrow ul li, .oddrow ul li {float: left; margin: 0 15px 0 0;}
.priorityListing ul li a, .evenrow ul li a, .oddrow ul li a {color: #444444; font-weight: normal; font-size: 11px; text-decoration: underline;}

.priorityListing a, .evenrow a, .oddrow a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.priorityListing a strong, .evenrow a strong, .oddrow a strong {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}

.priorityListing strong, .evenrow strong, .oddrow strong {color: black;}

.priorityListing a:hover strong, .evenrow a:hover strong, .oddrow a:hover strong {text-decoration: none;}

.separateListing {
	border-bottom: 1px dotted #676767;
	margin: 0px; padding: 0px;
}

.evenrow {margin: 0px; padding: 0px;  background: #e1f3ff;}
.oddrow {margin: 0px; padding: 0px; background: white;}
.priorityListing {background: #bbe2fd;}
/*==== END TABLE RESULTS ====*/


/*==== TABLE RESULTS TOP NAV BAR ========*/
.topNavBar {
	width: 900px;
	display: block;
	float: left;
	color: #666666;
}
.topNavBarLeft {
	width: 8px;
	display: block;
	float: left;
}
.topNavBarRight {
	width: 8px;
	display: block;
	float: left;
}
.numberResults {
	display: block;
	float: left;
	margin: 10px 20px 0 0;
}
.numberPerPage {
	display: block;
	float: left;
	margin: 0 20px 0 0;	
}
.pageNavigation {
 	display: block;
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
}
/*==== END TABLE RESULTS TOP NAV BAR ====*/


/* START:Complex fields
*********************************************************************************/
.complex {
    border-bottom: 1px dotted #727272;
    padding: 10px 0;
    display: block;
    width: 690px;
}
.complex .inputName {width: 25%;}
.complex .cke {margin: 5px 0 0 0;}
.remove {
    background: url(delete.png) no-repeat 0 1px;
    padding: 1px 0 0 20px; margin: 0 0 5px 0;
    display: inline-block;
    text-decoration: underline !important;
}
a:hover.remove {
    text-decoration: none !important;
    color: red;
}
.add {
    background: url(add.png) no-repeat left center;
    padding: 2px 0 0 20px; margin: 2px 0 5px 0;
    display: inline-block;
    text-decoration: underline !important;
}
a:hover.add {
    color: green;
    text-decoration: none !important;
}
.complete {
    background: url(complete.png) no-repeat left center;
    padding: 2px 0 0 20px; margin: 2px 0 5px 0;
    display: inline-block;
    text-decoration: underline !important;
}
a:hover.complete {
    color: green;
    text-decoration: none !important;
}
/********************************************************************************/


/*==== ICONS ========*/
li.modifySearchIco {
	background: url(modifysearch_ico.png) no-repeat left center;
	padding: 0 0 0 25px;
}
li.saveSearchIco {
	background: url(savedthissearch_ico.png) no-repeat left center;
	padding: 0 0 0 25px;	
}
li.savedIco {
	background: url(saved.png) no-repeat left center;
	padding: 0 0 0 25px;	
}
li.saved2Ico {
	background: url(saved2.png) no-repeat left center;
	padding: 0 0 0 25px;	
}
li.viewDetails {
	background: url(view_ditail.png) no-repeat left center;
	padding: 0 0 0 25px;	
}
li.viewVideo {
	background: url(camera.gif) no-repeat left center;
	padding: 0 0 0 25px;	
}
li.panelSavedIco {
	background: url(panel/saved.png) no-repeat left center;
	padding: 12px 0 0 35px;
}
li.panelViewDitailsIco {
	background: url(panel/vewdetails.png) no-repeat left center;
	padding: 12px 0 0 35px;
}
li.printListingIco {
	background: url(panel/print.png) no-repeat left center;
	padding: 12px 0 0 35px;
}
li.viewMapIco {
	background: url(panel/viewmap.png) no-repeat left center;
	padding: 12px 0 0 35px;
}
li.comments {
	background: url(comments.png) no-repeat left center;
}
li.arrow {
	background: url(arrow.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
li.ratingPanel {
	color: #787878;
}
li.pagging {
	padding: 0 0 0 55px;
	color: #787878;
}
li.paggingBottom {
	padding: 0 23px 0 0;
	color: #787878;
}
/*==== END ICONS ====*/




/* NEW RES */
.ModResults {
	display: block; float: left;
	width: 340px;
}
.Rating {
	display: block; float: left;
	width: 250px;
}
.Comments {
	display: block; float: left;
	width: 115px;
}
.Pagging {
	display: block; float: left;
	width: 195px;
}
/* END NEW RES */


.ModResults ul, .Rating ul, .Comments ul, .Pagging ul {
	list-style-type: none; margin: 0; padding: 5px 0 0 8px; font-size:11px;
}
.ModResults ul li, .Rating ul li, .Comments ul li, .Pagging ul li {
	float: left; margin: 0 10px 0 0;
}


/* START:Miscellaneous
 *********************************************************************************/
td.noTdPad {padding: 0 !important;}
p.error {
    background: url(cancel.png) #fcffd3 no-repeat 1% 50%;
    color: #CE0000;
    border: 1px solid #CE0000;
    margin: 5px; padding: 5px 5px 5px 35px;
}
p.message {
    background: url(apply.png) #e0ffdf no-repeat 1% 50%;
    color: #006a25;
    border: 1px solid #006a25;
    margin: 5px; padding: 5px 5px 5px 35px;
}
p.information {
    background: url(info-message.png) #f0f8ff no-repeat 1% 50%;
    color: #095694;
    border: 1px solid #5ca4e3;
    margin: 5px; padding: 5px 5px 5px 35px;
}
.align_right {text-align: right;}
/********************************************************************************/


/*==== NOTIFICATIONS PAGE ========*/
.notCheck, .notDesc {
	display: block;
	float: left;
}
.notCheck {width: 4%;}
.notDesc {
	width: 32%;
	line-height: 20px;
}
/*==== END NOTIFICATIONS PAGE ====*/
.instruction{
    position:relative;
    margin-left:10px;
    float: left;
}
.instruction .instr_icon{
	background:url("./instruction_16x16.png") repeat scroll left top transparent;
	float:left;
	height:16px;
	width:16px;
}

.instruction .instr_block{
	/*background:none repeat scroll 0 0 #EEEEEE;*/
	display:none;
	font-size:11px;
left:18px;
opacity:0.9;
position:absolute;
top:0;
width:275px;
z-index:1000;
}
.instruction .instr_arrow{
	background:url("./orangeArrow.png") no-repeat scroll 0 4px transparent;
	float:left;
	height:16px;
	width:9px;
}
.instruction .instr_cont{
	padding:0px 7px;
	background:none repeat scroll 0 0 #EEEEEE;
	float:left;
	width:250px;
}

/* === FEATURED AND LATEST LISTINGS === */
.featuredListings {
	width: 20%;
	float: left;
	margin: 5px 10px;		padding: 0 0 0 5px;
}
.featuredListings a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
/* === FEATURED AND LATEST LISTINGS === */


/* START:Print page
*********************************************************************************/
#print-button {
	width: 920px;
	margin: 0 auto;
}
.printPage {
	width: 920px;
	margin: 10px auto;
	overflow: hidden;
}
.printLeft {
	width: 190px;
	float: left;
	line-height: 20px;
}
.printRight {
	width: 700px;
	float: right;
}

.printRight .leftDisplaySIde {
	width: 170px;
	float: left;
	font-size: 11px;
}
.printRight .rightDisplaySIde {
	float: left;
	margin: 0 0 10px 0;
	width: 520px !important;
}
.printRight .clrBorder {
	clear: both;
	border-top: 1px dotted gray;
}
.printRight #col-wide .displayField {
	clear: both;
	margin: 8px 0 22px;
	overflow: hidden;
}
.printRight .narrow-col .displayFieldBlock {
	margin: 5px 0 0;
	overflow: hidden;
}
.printLeft h2 {margin: 2px 0 23px 0 !important; color: black;}
.printRight h2 {margin: 0 0 15px 0 !important;}
/********************************************************************************/


/* START:Private Messages
*********************************************************************************/

#pmDetails #form_subject,
#pmDetails #form_to {
    width: 300px;
}
#pmDetails fieldset {
	border-bottom: 1px dotted gray;
	padding: 5px 0;
}
#pmDetails fieldset.reply {border: 0;}

.pmQuote {
	border-left: 1px solid #aeaeae;
	margin: 5px 5px 5px 10px;		padding: 0 2px 2px;
	color: #333;
	font-style:italic;	font-size:13px;
	background: #fcfcfc;
}
/********************************************************************************/


/*================FOR AD SPACE=======================*/
#adMargin {
	float: left;
	width: 570px;
}
#adSpace {
	float: right;
	width: 330px;
}
#adSpaceAccount {
	float: right;
	width: 300px;	
}
/*====================================================*/


/* For Search Results 
*******************************************************/
.headerBgBlock .Results {
    color: #3B80BB;
    font-size: 17px; font-weight: bold;
    margin: 4px 0 8px;
}
#topResults {
	float: right;
	width: 100%;
	margin: 0 0 10px 0;
}
#refineResults {
	float: left;
	width: 200px;	 
}
#listingsResults {
	float: right;
	width: 690px;
}
#endResults {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

.noRefine #listingsResults {width: 100%;}
.noRefine table {border: 1px solid #C9C9C9;}
#displayListing #refineResults {width: 260px;}
#displayListing #listingsResults {width: 640px;}

	/* START Previous and Nex buttons
	******************************************************************/
	.prevBtn a, .nextBtn a {text-decoration: none;}
	/* END Previous and Nex buttons
	******************************************************************/

/* END For Search Results 
*******************************************************/



/* START News
*******************************************************/
#news {padding: 0 10px;}
.smallLink {
	font-size:10px;
	float: right;
}
#news ul {
	list-style-type: none;
	margin: 0;		padding: 0;
}
#news ul li {
	margin: 3px 0;	padding: 3px 0;
	border-bottom: 1px dotted #CCCCCC;
}
a.newsLink {
	text-decoration: none;
 	font-weight: bold;
}

#newsCategory {
	display: block;
	float: right;
	border: 1px solid #C9C9C9;
	padding: 5px;		margin: 0 0 0 10px;
	width: 200px;
}
#newsCategory a, #newsCategory strong {
	padding: 3px 0;
	display: block;
}
#newsCategory h3 {
	font-size: 13px;
	margin: 0 0 5px 0;		padding: 0 0 5px 0;
	border-bottom: 1px solid #C9C9C9;
}
#newsCategory a:hover, #newsCategory strong:hover {background: #f2f2f2; color: black;}
.newsItems {
	padding: 10px 0;
	border-bottom: 1px dotted #C9C9C9;
}
.newsItems h2 a {text-decoration: none;}
.newsPreview {clear: both;}
/* END News 
*******************************************************/


/* START Site Map 
*******************************************************/
#siteMap table {border: 0;}
#siteMap td {
	width: 20%;
	vertical-align: top;
}
#siteMap td strong, #siteMap td b {color: black;}
#siteMap table td p {
	margin: 5px 0;		paddding: 1px 0;
}
#siteMap table td a {
	background: url(grayArrow.png) no-repeat left;
	margin: 0 0 0 10px;
	padding: 0 0 0 13px;
}
/* END Site Map 
*******************************************************/


/* START Blog posts
******************************************************************/
.blogPost {
	overflow: hidden;
	padding: 3px 10px;
	line-height: 18px;
}
a.blogLink {
	color: black;
	font-weight: bold; font-size: 13px;
	text-decoration: none;
}
.blogDate {
	float: right;
	color: #4c4c4c;
	font-weight: bold; font-size: 11px;
}
/* END ***********************************************************/


.apiCode span {
	display: inline;
}


/* START:Social Plugin4
*********************************************************************************/
.apiCode span {display: inline;}

.social_login_a{
	display: block;
    float: right;
    height: 16px;
    margin: 0 0 0 15px;
    width: 16px;
}
.linkedinLogin{background: url(social/linkedin_16x16.png) no-repeat;}
.linkedinLink{
	display: block;
    height: 16px;
    line-height: 16px;
    margin: 10px 0;
    padding-left: 20px;
}
.in_share{
	float: left;
    margin-right: 6px;
	border:0;
}
#social_autoFill{
	font-weight: bold;
    margin: 10px 0;
    padding-left: 21px;
	line-height: 16px;
}

.linkedin_16{background: url(social/linkedin_16x16.png) no-repeat;}
.facebook_16{background: url(social/facebook_16x16.png) no-repeat;}

.in_CompanyInsiderWidget,
.in_ProfileInsiderWidget{
	margin: 15px 0;
}
a.social_login_button{
	width: 16px;
	height: 16px;
	display: block;
	float:left;
	margin-left: 5px;
	padding: 0 !important;
}
.login_buttons_txt{float:left;}
#slb_linkedin{background: url(social/linkedin_16x16.png) no-repeat;}
#slb_facebook{background: url(social/facebook_16x16.png) no-repeat;}
#slb_google{background: url(social/google16x16.png) no-repeat;}
.social_plugins_div{
	font-weight: normal;
    margin: 0 5px 0 13px;
	float: right;
	clear: both;
}
.soc_reg_form .social_plugins_div{float: none;}
#registr-form {margin: 15px 0 0 0;}

.linkedin-icon {
	background: url(social/linkedin_16x16.png) no-repeat left;
	padding: 3px 0 3px 20px;
}
/********************************************************************************/


/* START:Browse by Tree
*********************************************************************************/
ul.browse_tree, ul.browse_tree * {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
ul.browse_tree img.arrow {
    padding: 2px 0 0;
    border: 0;
    width: 15px;
}
ul.browse_tree li {
    padding: 0;
    clear:both;
}
ul.browse_tree li ul {
    padding: 0 0 0 20px;
    margin: 0;
}
ul.browse_tree label {
    cursor: pointer;
    padding: 0;
    margin-left: 0;
}
ul.browse_tree label.hover {color: red;}
p {margin: 5px 15px;}
ul.browse_tree {margin: 5px 0;}
ul.browse_tree li .arrow {
    width: 16px; height: 16px;
    padding: 0; margin: 0;
    cursor: pointer;
    float: left;
    background: transparent no-repeat 0 0;
    background-image: url(../../../../system/ext/jquery/ltL_nes.gif);
}
ul.browse_tree li .collapsed {background-image: url(../../../../system/ext/jquery/ltP_nes.gif);}
ul.browse_tree li .expanded {background-image: url(../../../../system/ext/jquery/ltM_ne.gif);}
ul.browse_tree li .checkbox {
    width: 16px; height: 16px;
    padding: 0; margin: 0;
    cursor: pointer;
    float: left;
    background: url(../../../../system/ext/jquery/cbUnchecked.gif) no-repeat center top;
}
ul.browse_tree li .checked {background-image: url(../../../../system/ext/jquery/cbChecked.gif);}
ul.browse_tree li .half_checked {background-image: url(../../../../system/ext/jquery/cbIntermediate.gif);}
div.browse_tree_button {
    cursor:pointer;
    width: 313px;
    height: 17px;
    padding-top: 3px;
    border:1px solid #B3B3B3;
    color:#484846;
    font-size:12px;
    background:url(../../../../system/ext/jquery/arrow_tree.png) right center no-repeat #fff;
}
.select-free-fix {
    position:absolute;
    z-index:10;
    overflow:hidden;/*must have*/
    width:700px;/*must have for any value*/;
    display:none;
    height:250px;
    background-color: white;
    padding-bottom: 2px;
}
.select-free-fix iframe {
    display:none; /*sorry for IE5*/
    display/**/:block; /*sorry for IE5*/
    position:absolute; /*must have*/
    top:0; /*must have*/
    left:0; /*must have*/
    z-index:-1; /*must have*/
    filter:mask(); /*must have*/
    width:3000px; /*must have for any big value*/
    height:3000px; /*must have for any big value*/
}
.select-free-fix .bd{
    border: 1px solid #aaa;
    overflow: auto;
    height: 250px;
}
.treeContentDiv {
    overflow: auto;
    margin-top: 3px;
    overflow-x: auto;
    width: 100%
}
/********************************************************************************/

.preview-buttons{
	text-align: center;
	margin: 12px 0;
}

/* Start :Form Fields Builder
****************************************************************************/
#form_builder .form-builder-cont{
/*	overflow: scroll;*/
    padding: 10px;
	display: none;
	width: 310px;
	float: left;
}
#displayJobsCol_Wide{
	width: 620px;
}
legend.fh-legend{
	display:none;
}
.ui-sortable {
	border: 1px dotted #ddd;
    margin: 10px 0;
    padding: 10px;
}
.ui-sortable legend.fh-legend {
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #ddd;
}
.form-builder-cont legend {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
}
.form-builder-cont fieldset {
	border: 1px dotted #fff;
}
.dl-fieldset legend{
	
}
.display-layout {
	margin: 0 auto;
	text-align: center;
	width: 296px;
}
.display-layout .layout-item {
	background-color: transparent;
    float: left;
    margin: 3px 0px;
    padding: 0px;
}
.display-layout .layout-item a {display: block; width: 74px; height: 91px; background-image: url("./layouts/layouts.png"); }
.layout-2cols-wide a { background-position: 0px 0px; }
.layout-2cols-wide a.active, .layout-2cols-wide a:hover { background-position: 0px 91px; }
.layout-wide-2cols a{ background-position: -77px 0px; }
.layout-wide-2cols a.active, .layout-wide-2cols a:hover{ background-position: -77px 91px; }
.layout-2cols a{ background-position: -153px 0px}
.layout-2cols a.active, .layout-2cols a:hover{ background-position: -153px 91px}
.layout-1col a{ background-position: 72px 0px}
.layout-1col a.active, .layout-1col a:hover{ background-position: 72px 91px}
.portlet { margin: 0 0em 1em 0; }
.portlet .htmlBlock { z-index: 1000000000; }
.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; display: none; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }
#displayJobsCol_1 .portlet, #displayJobsCol_2 .portlet { width: 275px; }
#inactive-fields .portlet { width: 286px; }
.builder-btn {   padding: 10px; text-align: center;}
.builder-btn button{ width: 75px; }
.b-message { background: none repeat scroll 0 0 #fff; margin: 10px; padding: 10px; }

.narrow-col {width:315px; float:left;}
#displayResumeCol_Wide {width: 495px; }
.builder-col-narrow { width: 265px;}
/***************************************************************************/

a span.highlight{color: #666666; text-decoration: underline;}
a:hover span.highlight {text-decoration: none;}
span.highlight {background-color: #FFFF00}
.narrow-col h3 { float: left; margin-right: 5px; display: inline; font-size: 12px; }


/* START:Google map integration
*********************************************************************************/
#googleMap-links {
    float: right;
    margin: 0 0 5px;
    clear: both;
}
#googleMap-links a {font-size: 11px;}
#googleMap-links a.listLink-active {
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

#image_marker, #image_marker_Resume {background: url("marker_orange.gif");}
#image_marker_priority {background: url("marker_orange.gif");}
#image_marker_indeed {background: url("marker_blue.gif");}
#image_marker_simplyHired {background: url("marker_green.gif");}
#image_marker_beyond {background: url("marker_gray.gif");}

#image_marker,
#image_marker_Resume,
#image_marker_priority,
#image_marker_indeed,
#image_marker_simplyHired,
#image_marker_beyond {
    width: 22px; height: 32px;
    text-align: center;
    padding: 1px 0 0 0;
    font-size: 11px;
}

.listingsWithoutLocation {color: #939393 !important;}
.listingsWithoutLocation strong {color: #939393 !important;}
.listingsWithoutLocation a {color: #939393 !important;}
.listingsWithoutLocation a strong {color: #939393 !important;}

.mapListings-results {
    font-size: 11px !important;
    overflow: hidden;
    margin: 5px 0; padding: 7px 5px;
    border-top: 1px dotted #a2aec3;
    border-bottom: 1px dotted #a2aec3;
}
.mapListings-results a strong {font-size: 11px !important;}
.mapListings-results:hover {background: #eef8ff !important;}
#map {
    height: 570px;
    border: 1px solid #4b8d1f;
}
#googleMap-searchResults {
    height: 520px;
    overflow-y: auto;
    margin: 0 0 10px 0;
}
#googleMap-pagging {
    text-align: center;
    margin: 0 0 10px 0;
}
#googleMap-pagging .nextBtn,
#googleMap-pagging .prevBtn,
#googleMap-pagging .navigationItems {
    clear: none;
    display: inline;
}
#googleMap-pagging .nextBtn,
#googleMap-pagging .prevBtn {
    background: none !important;
    color: black !important;
    margin: 0 1px;
}
#googleMap-pagging .nextBtn a,
#googleMap-pagging .prevBtn a {
    background: none !important;
    color: black !important;
    padding: 0 2px;
    text-transform: inherit;
}
a#listView-icon {
    background: url(listView.png) no-repeat left;
    padding: 2px 0 2px 20px;
}
a#mapView-icon {
    background: url(mapView.png) no-repeat left;
    padding: 2px 0 2px 20px;
}
/********************************************************************************/


/* START:Products page and Shopping Cart
 *********************************************************************************/
#shoppingCart {
    float: right;
    margin: 5px;
}
#shoppingCart a img {vertical-align: text-top;}

.products {
    border: 1px solid #e3e3e3;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px; /* KHTML */
    border-radius: 8px; /*Для использования в opera*/
    width: 800px;
    float: left;
    padding: 10px; margin: 15px 40px;
    box-shadow: 0 0 4px #DDD;
    behavior: url(PIE.php);
}
.products:hover {
    border: 1px solid #a8d2ee;
    background: #eff8fe;
}
.productInfo {
    width: 580px;
    float: left;
    margin: 0 0 0 20px;
}
.productInfo a {text-decoration: underline;}
.productInfo a:hover {text-decoration: none;}
.productLinks {
    background: #d2edff;
    border: 1px solid #bcdef5;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari, Chrome */
    -khtml-border-radius: 7px; /* KHTML */
    border-radius: 7px; /*Для использования в opera*/
    text-align: center;
    padding: 15px 10px;
    width: 140px;
    float: right;
    margin: 0;
    box-shadow: 0 0 2px #DDD;
    behavior: url(PIE.php);
}
.productLinks a {text-decoration: none;}
.productsPrice {
    font-size: 13px;
    margin: 0 0 10px 0;
}
#productDetails {line-height: 26px;}
.productDetails-name {
    width: 140px;
    float: left;
    font-weight: bold;
    font-size: 13px;
}
.productDetails-info {
    float: left;
    display: inline;
    font-size: 13px;
}
.viewProductsPrice {
    font-size: 14px !important;
    font-weight: bold;
}
#volume_price {
    font-size: 14px; font-weight: bold;
    display: inline;
    line-height: 18px;
}
#productsSelect {
    float: left;
    margin: 0 15px 0 0;
}

#productTotal {
    text-align: right !important;
    padding: 0 5px 0 0;
}
#total_price {
    padding: 0;
    font-size: 13px; font-weight: bold;
    color: black;
}
.currentProducts-name {
    width: 250px;
    float: left;
    font-weight: bold; font-size: 13px;
    margin: 4px 0; padding: 0 15px 0 0;
}
.currentProducts-info {
    float: left;
    display: inline;
    margin: 4px 0;
    font-size: 13px;
}

#promotionCode {margin: 10px;}
#promotionCode input#inputPromotionCode {width: 150px !important;}
/********************************************************************************/

/* SJB_Profiler
*********************************************************************************/
.profiler {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 15;
}

.profiler * {
	margin: 0;
	padding: 0;
	border: none;
}

#blockResize {
	width: 100%;
	height: 10px;
	cursor: n-resize;
	display: none;
}

.profilerHead {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	background-color: #222;
	border: 12px solid #000;
	border-bottom: none;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

.profiler h3 {
	font-weight: normal;
	line-height: 200px;
	padding: 0 15px;
	color: #fff;
}

.profiler, .profiler td {
	color: #444;
}

.logsBlock {
	height: 200px;
	display: none;
	overflow: auto;
	width: 99%;
}
/* ----- IDS ----- */

.metrics {
	background: #000;
	width: 100%;
}

.functionsTab, .queriesTab {
	border-top: 1px solid #ccc;
	overflow: auto;
	width: 100%;
}

/* ----- Colors ----- */

.profiler .blue {
	color: #3769A0 !important;
}

.profiler .purple {
	color: #953FA1 !important;
}

.profiler .collapseTab {
	display: none;
	color: yellow;
	width: 2%;
}
/* ----- Logic ----- */

.profiler, .functionsTab, .queriesTab {
	display: none;
}

.profiler, .functions, .queries {
	display: block !important;
}

.profiler, .functions .functionsTab, .queries .queriesTab {
	display: block;
}

.functions td.blue, .queries td.purple {
	background: #222 !important;
	border-bottom: 6px solid #fff !important;
	cursor: default !important;
}

/* ----- Metrics ----- */

.metrics td {
	height: 40px;
	width: 20%;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
	border-bottom: 6px solid #444;
}

.metrics td:hover {
	background: #222;
	border-bottom: 6px solid #777;
}

.profiler var {
	font-size: 23px;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 3px 0;
	display: block;
}

.profiler h4 {
	font-size: 12px;
	color: #fff;
	margin: 0 0 4px 0;
}

/* ----- Main ----- */

.profiler .main {
	width: 100%;
}

.profiler .main td {
	padding: 7px 15px;
	text-align: left;
	background: #151515;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px dotted #323232;
	color: #FFF;
}

.profiler .main td, pre {
	font-family: Monaco, "Consolas", "Lucida Console", "Courier New", monospace;
	font-size: 11px;
}

.profiler .main td b {
	float: left;
	font-weight: normal;
	color: #E6F387;
}

.profiler .main td:hover {
	background: #2E2E2E;
}

table.main thead td.currentColumn {
	background-color: #2E2E2E;
	color: #FFFFFF
}

#infometr {
	width:5%;
	cursor: default;
}

#infometr:hover {
	background-color: #000000;
}
/********************************************************************/

/* START:Custom Jquery
*********************************************************************************/
.ui-datepicker-trigger {
	position: relative;
	top: 2px;
	left: 3px;
	margin: 0 5px 0 0;
}
/********************************************************************************/

/**********************************Invoice**************************************/
.invoice_field {
    padding:5px;
}

.invoice_align {
    text-align:right;
}

.invoice_actions {
    width: 140px;
    text-align:center !important;
}
/********************************************************************************/

/*PayPal pro form
********************************************************************************/
select#country, select#card_type{
	width: 315px !important;
}
select#exp_date_mm, select#exp_date_yy{
	width: 125px !important;
}
/*******************************************************************************/


/* START:Form fields
*********************************************************************************/
.searchMoney {width: 83px !important;}
.searchString {
	border: 1px solid #C6C6C6;
	width: 313px;
}
/********************************************************************************/
.sendPaymentTo {
	padding: 0; margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#Location{width:310px;}