body {
	padding: 0;
	margin: 0;
	background: #f2f2f2;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* START:General CSS
*********************************************************************************/
.clr {
	clear: both;
}
fieldset {
	border: 0;
	margin: 3px 0;
	padding: 3px 0;
}
a {
	color: #666;
	text-decoration: underline;
}
a img {
	border: none;
}
h1,
h2,
h3 {
	color: #296289;
}
h1 {
	font-size: 20px;
	margin: 4px 0 8px 0;
}
h2 {
	font-size: 19px;
	margin: 2px;
}
h3 {
	font-size: 17px;
	margin: 0;
}
input,
select {
	padding: 4px 3px;
}
input[type="text"],
input[type="password"] {
	border: 1px solid #C6C6C6
}
#loginForm input[type="text"],
#loginForm input[type="password"],
input[type="text"] {
	width: 308px;
}
form {
	margin: 0;
	padding: 0;
}
p.warning,
p.message,
p.notice,
p.information,
p.error {
	margin: 5px;
	padding: 5px 5px 5px 35px;
}
p.warning,
p.error {
	background: url("cancel.png") #fcffd3 no-repeat 1% 50%;
	color: #CE0000;
	border: 1px solid #CE0000;
}
p.message {
	background: url("apply.png") #e0ffdf no-repeat 1% 50%;
	color: #006a25;
	border: 1px solid #006a25;
}
p.notice,
p.information {
	background: url("info-message.png") #f0f8ff no-repeat 1% 50%;
	color: #095694;
	border: 1px solid #5ca4e3;
}
.MainDiv {
	width: 1000px;
	margin: 0 auto;
}
.indexDiv {
	margin: 0 0 20px 0;
}
/********************************************************************************/

/* START:Tables
*********************************************************************************/
table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table thead,
table thead th {
	margin: 0;
	padding: 0;
	text-align: left !important;
}
table thead {
	background: url("TableSR-bg.png") repeat-x;
	height: 35px;
	color: #fff;
}
table thead th {
	white-space: nowrap;
}
tbody > tr {
	color: #787878;
}
.priorityListing > td,
.evenrow > td,
.oddrow > td {
	padding: 7px 0;
}
table thead th a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.tableLeft,
.tableRight {
	width: 8px;
	height: 35px;
	display: block;
}
.tableLeft {
	background: url("TableSR-left.png") no-repeat;
	float: left;
}
.tableRight {
	background: url("TableSR-right.png") no-repeat right;
	float: right;
}
.evenrow,
.oddrow {
	margin: 0;
	padding: 0;
}
.evenrow {
	background: #eee;
}
.oddrow {
	background: #f2f2f2;
}
.priorityListing {
	background: #E0F1FF;
}
.align_right {
	text-align: right;
}
/********************************************************************************/

/* START:Header
*********************************************************************************/
.headerpage {
	background: url("header.png") no-repeat right bottom;
	overflow: hidden;
	padding: 0 0 5px 0;
}
.userMenu,
.Language {
	display: block;
	clear: both;
	float: left;
}
.userMenu {
	margin: 0 5px;
	font-size: 11px;
	font-weight: bold;
}
.userMenu a {
	color: #909090;
}
.logo {
	float: left;
	display: block;
	margin: 5px 0 0;
	height: 65px;
}
.Language {
	margin: 5px 0 0 5px;
}
/********************************************************************************/

/* START:Top Menu
*********************************************************************************/
#topMenu {
	background: url("topmenu-bg.png") repeat-x;
	height: 45px;
	text-align: center;
	margin: 0 0 10px 0;
}
#topmenu-left,
#topmenu-right {
	height: 45px;
	width: 6px;
}
#topmenu-left {
	background: url("topmenu-left.png") no-repeat;
	float: left;
}
#topmenu-right {
	background: url("topmenu-right.png") no-repeat;
	float: right;
}
#topMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topMenu ul li {
	float: left;
}
#topMenu ul li a {
	color: #fff;
	margin: 15px 18px;
	display: block;
}
#topMenu ul li.sep {
	background: url("up-menu-left-sep.png") repeat-y;
	width: 2px;
	height: 45px;
	margin: 0;
	padding: 0 !important;
}
li#dropDown {
	background: url("dropDownArrow.png") no-repeat 90% 52%;
	padding: 0 15px 0 0;
}
li#dropDown ul a {
	text-transform: inherit;
	color: #000;
	padding: 5px 0;
}
#topMenu li ul {
	position: absolute;
	z-index: 10;
	left: -999em;
	width: 200px;
	height: auto;
}
#topMenu li li {
	border-bottom: 1px solid #fff;
	width: 200px;
	background: url("dropDowmBg.png") repeat-x;
}
#topMenu li li:hover {
	background: url("dropDowmBgHover.png") repeat-x;
}
#topMenu li li:hover a {
	color: #000;
}
#topMenu li li a {
	color: #fff;
	margin: 0 5px;
	text-align: left !important;
	text-decoration: none;
}
#topMenu li:hover ul,
#topMenu li li:hover ul,
#topMenu li li li:hover ul {
	left: auto;
	visibility: visible;
}
/********************************************************************************/

/* START:Main Page Structure
*********************************************************************************/
.leftColumn,
.rightColumn {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
.leftColumn {
	width: 788px;
}
.rightColumn {
	width: 207px;
	margin: 0 0 0 5px;
}
.InputStat {
	background: #F2F2F2;
	font-style: italic;
}
.InputStat .strong {
	color: #3E7B08;
}
.banner {
	margin: 5px 0;
	text-align: center;
}
/********************************************************************************/

/* START:Quick Search
*********************************************************************************/
.QuickSearchBg {
	background: url("quickSearchBg.png") repeat-y;
	width: 375px;
	display: block;
	float: left;
}
.QuickSearch {
	background: url("quickSearchTop.png") no-repeat;
	width: 358px;
	display: block;
}
.QuickSearchBottom {
	background: url("quickSearchDown.png") no-repeat;
	width: 358px;
	height: 17px;
}
.QuickSearch select {
	width: 135px;
}
.QuickSearch input {
	width: 145px !important;
}
.QuickSearch h1 {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 12px 0 0 0;
}
.QuickSearch fieldset {
	border: 0;
	margin: 3px 3px 0 20px;
	padding: 0;
	color: #fff;
}
.quickSearchInputName,
.quickSearchInputField {
	display: block;
	float: left;
}
.quickSearchInputName {
	width: 170px;
}
.quickSearchInputField {
	width: 160px;
}
.quickSearchInputField a {
	color: #fff;
	font-size: 11px;
}
#btn-search {
	background: url("btn-search.png") no-repeat;
	border: 0;
	width: 70px !important;
	min-width: 50px !important;
	height: 21px;
	color: #fff;
	font-weight: bold;
}
#btn-search:hover {
	background: url("btn-search.png") no-repeat;
}
/********************************************************************************/

/* START:Featured and Latest Jobs
*********************************************************************************/
.FeaturedCompanies,
.FeaturedCompaniesLogo {
	display: block;
	float: left;
}
.FeaturedCompanies h1 {
	color: #3E7B08;
	margin: 0 0 0 10px;
}
.FeaturedCompaniesLogo {
	width: 180px;
	text-align: center;
	margin: 8px;
}
.featuredListings {
	border-left: 1px dotted #000;
	width: 20%;
	float: left;
	margin: 5px 10px;
	padding: 0 0 0 5px;
}
.featuredListings a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.RSS {
	background: url("rss.png") no-repeat;
	width: 60px;
	height: 16px;
	float: right;
	font-size: 12px;
}
.RSS a {
	color: #ee8d06;
	font-weight: bold;
	margin: 0 0 0 20px;
}
.green,
.blue,
.green_small {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.green {
	color: green;
}
.green_small {
	color: #fff;
}
.blue {
	color: #0667ab;
}
/********************************************************************************/

/* START:Employer and Job Seeker Block
*********************************************************************************/
.JsAndEmpBlock,
.JsAndEmpBlockPic,
.JsAndEmpBlockEnd {
	height: 167px;
	display: block;
}
.JsAndEmpBlock {
	background: url("job-search-pic-bg.png") repeat-x;
	width: 100%;
}
.JsAndEmpBlockPic {
	background: url("jobseeker.png") no-repeat;
	width: 308px;
	float: left;
}
.JsAndEmpBlockEnd {
	background: url("job-search-pic-end.png") no-repeat;;
	width: 22px;
	float: right;
}
.quickLinkBlock {
	display: block;
	float: left;
	margin: 9px 0 0 48px;
	width: 180px;
}
.quickLinkBlock p {
	margin: 7px 13px;
}
.quickLinkBlock p a {
	color: #0667ab;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.JsEmpButton {
	background: url("jsemp-button.png") no-repeat;
	width: 147px;
	height: 35px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
/********************************************************************************/

/* START:Blog
*********************************************************************************/
.blogPost {
	overflow: hidden;
	padding: 3px;
	line-height: 15px;
}
a.blogLink {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.blogDate {
	float: right;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 11px;
}
/********************************************************************************/

/* START:News
*********************************************************************************/
#news {
	padding: 0 5px 0 10px;
}
.smallLink {
	font-size: 10px;
	float: right;
	margin: 0 0 20px 0;
}
#news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#news ul li {
	margin: 3px 0;
	padding: 3px 0;
	border-bottom: 1px dotted #C9C9C9;
}
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;
}
.JobsPanelHeader {
	color: #03406A;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 0 7px;
}
#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: #eaeaea;
	color: #000;
}
.newsItems {
	padding: 10px 0;
	border-bottom: 1px dotted #C9C9C9;
}
.newsItems h2 a {
	text-decoration: none;
}
.newsPreview {
	clear: both;
}
/********************************************************************************/

/* START:Browse by
*********************************************************************************/
ul.browseListing {
	margin: 0;
	padding: 0;
}
ul.browseListing li {
	list-style-type: none;
	margin: 0 0 5px 15px;
}
.browseListing a {
	background: url("arrow.png") no-repeat left center;
	margin: 0;
	padding: 5px 0 0 15px;
}
.browseListing a:hover {
	text-decoration: none;
}
.browseCompanyAB {
	float: left;
	padding: 5px;
}
/********************************************************************************/

/* START:Polls
*********************************************************************************/
#poll h2 {
	color: #03406a;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 0 0 0 7px;
}
/********************************************************************************/

/* START:Mailchimp Newsletter
*********************************************************************************/
#mailchimp-newsletter h1 {
	color: #03406A;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 7px;
}
#mailchimp-newsletter input#mch_subscribe {
	background: url("button.png");
	height: 23px;
	color: #fff;
	border-style: none;
	font-weight: bold;
	cursor: pointer;
}
p.mailchimp-nl-desc {
	font-size: 11px;
	text-align: justify;
	margin: 5px 0;
}
#mch_email,
#mch_name {
	width: 180px;
}
#mailchimp-form label {
	display: block;
}
/********************************************************************************/

/* START:Footer
*********************************************************************************/
.Footer {
	background: url("footer.png") repeat-x;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
#footer-left,
#footer-right {
	width: 6px;
	height: 45px;
}
#footer-left {
	background: url("footer-left.png");
	float: left;
}
#footer-right {
	background: url("footer-right.png");
	float: right;
}
/********************************************************************************/

/* START:Input Fields
*********************************************************************************/
.inputName,
.inputField,
.inputReq {
	display: block;
	float: left;
}
.inputName {
	width: 24%;
}
.inputReq {
	width: 2%;
	color: red;
}
#Location {
	width: 313px;
}
#search_form .inputField,
.builder-col-wide .inputField {
	display: inline-block;
	width: 315px;
}
.search-only {
	width: 163px;
	white-space: nowrap;
	display: inline-block;
	margin: 0 0 0 1px;
	font-size: 11px;
	float: right;
	text-align: right;
}
#registr-form {
	margin: 15px 0 0 0;
}
#registr-form input[type="text"] {
	width: 313px;
}
.selectCurrency {
	width: 125px;
}
#uploadForm td input[type="text"] {
	width: 219px;
}
.searchMoney {
	width: 35%!important;
}
#Salary_list,
#DesiredSalary_list {
	width: 125px;
	float: right;
}
.searchString {
	border: 1px solid #C6C6C6;
	width: 313px;
}
.salary-abbr {
	display: inline-block;
	width: 184px;
}
#access_div {
	padding: 5px 0 0 0;
}
.ui-multiselect {
	min-height: 24px;
	padding: 4px 4px 4px 5px !important
}
/********************************************************************************/

/* START:Reports
*********************************************************************************/
#reports-navigation {
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}
#reports-navigation-in {
	background: -moz-linear-gradient(top,  #fafafa 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed',GradientType=0 );
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
}
#reports-navigation-in-border {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
#reports-navigation a:hover {
	background: #f2f2f2;
}
#reports-navigation .current {
	background: #e4e4e4;
	color: #7a7a7a;
	text-decoration: none;
}
#reports-navigation .current:hover {
	background: #e4e4e4;
}
#reports-navigation .middle-item {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#reports-navigation a {
	display: block;
	float: left;
	padding: 10px 25px;
	color: #585b62;
}
#reports {
	padding: 10px 0;
}
#reports form {
	margin: 0 0 5px 0;
}
#reports h2 {
	font-weight: normal;
	margin: 5px 0;
}
#reports td {
	padding: 5px;
}
#reports #quick-stats {
	width: 400px;
}
#reports #quick-stats td {
	border-bottom: 1px solid #DEDEDE;
}
#reports #general-stats {
	width: 600px;
}
#general-stats .general-stats-item,
#general-stats th {
	text-align: center !important;
}
#adSpaceAccount #reports-navigation,
#adSpaceAccount h3,
#adSpaceAccount h1 {
	display: none;
}
#adSpaceAccount #quick-stats {
	display: block;
	width: auto;
}
#my-account-stats {
	margin: 0 0 20px 0;
}
/********************************************************************************/

/* START:Browse by Company
*********************************************************************************/
.bcName,
.bcField {
	display: block;
	float: left;
}
.bcName {
	width: 15%;
}
.bcField {
	width: 40%;
}
.SearchResultsCompany .evenrow,
.SearchResultsCompany .oddrow {
	height: 30px;
}
.compLogo {
	background: #F2F2F2;
}
.compLogo,
.compLogo img {
	height: 40px;
}
/********************************************************************************/

/* START:Display Listing
*********************************************************************************/
.userInfo,
.listingInfo {
	display: block;
	float: left;
}
.userInfo {
	width: 260px;
}
.userInfo embed {
	width: 225px !important;
}
.listingInfo {
	width: 718px;
	margin: 0 0 0 5px;
}
.rightDisplaySIde {
	width: 440px !important;
}
.narrow-col .displayField embed {
	width: 90%;
	height: 250px;
	float: left;
	clear: both;
}
#company-profile-video a.player,
#company-profile-video embed,
#col-wide .displayField a.player,
#col-wide .displayField embed {
	width: 100%;
	height: 350px;
}
.narrow-col a.player {
	width: 95%;
}
#refineResults embed {
	width: 233px;
}
li.page_navigator,
li.page_navigator a {
	color: #1969a0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
li.page_navigator {
	font-weight: bold;
	padding: 0;
	margin: 0 10px 8px 0;
}
li.page_navigator a {
	text-decoration: underline;
}
.page_navigator a:link,
.page_navigator a:visited,
.page_navigator a:hover {
	color: #1969a0;
}
#header-searchres-left,
#header-searchres-right {
	height: 35px;
	width: 5px;
}
#header-searchres-left {
	background: url("upmenu-left.png") no-repeat;
	float: left;
}
#header-searchres-right {
	background: url("upmenu-right.png") no-repeat;
	float: right;
}
.listingLeftBlock {
	padding: 10px;
	width: 232px;
	max-width: 232px;
	float: left;
}
/********************************************************************************/

/* START:Company Profile
*********************************************************************************/
.compProfileTitle {
	background: url("company-info-up.png");
	color: #03406a;
	width: 258px;
	height: 25px;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 0 12px;
}
.compProfileInfo {
	background: url("compProfileInfo.png") repeat-y;
	width: 232px;
	color: #000;
	padding: 10px 10px 10px 15px;
}
.compProfileInfo .strong {
	color: green;
}
.compProfileInfo a:link,
.compProfileInfo a:visited {
	color: #0c5080;
}
.compProfileBottom {
	background: url("compProfileBottom.png") no-repeat;
	width: 258px;
	height: 54px;
}
.Results {
	color: #296289;
	font-size: 20px;
	font-weight: bold;
	margin: 4px 0 8px;
}
/********************************************************************************/

/* START:My Account
*********************************************************************************/
.MyAccountHead h1 {
	color: #0a4c79;
	font-size: 20px;
	padding: 20px 0 0 20px;
}
.leftColumnMA,
.rightColumnMA {
	display: block;
	float: left;
	margin: 10px;
}
.leftColumnMA {
	width: 250px;
	padding: 0 0 0 20px;
}
.rightColumnMA {
	width: 240px;
	padding: 0 0 0 10px;
}
.leftColumnMA ul,
.rightColumnMA ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.leftColumnMA li,
.rightColumnMA li {
	margin: 10px 0;
	padding: 0;
}
.pm-sub-menu {
	font-size: 12px;
	line-height: 20px;
	margin: 3px 0 0 27px;
}
/********************************************************************************/

/* START:Recently view and Suggested Jobs
*********************************************************************************/
#recentlyViewedJobs,
#suggestedJobs {
	width: 420px;
	margin: 5px 10px;
	overflow: hidden;
}
#recentlyViewedJobs {
	float: left;
}
#suggestedJobs {
	float: right;
}
#suggestedJobs-title,
#recentlyViewedJobs-title {
	color: #0A4C79;
	font-size: 18px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #0A4C79;
}
/********************************************************************************/

/* START:Sub-Account
*********************************************************************************/
#sub-accounts .inputName {
	width: 20%;
}
.sub-user-permissions {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub-user-permissions li {
	margin: 0 0 10px 0;
}
/********************************************************************************/

/* START:Accordeon
*********************************************************************************/
.page_button {
	background: #efefef;
	border: 1px solid #dedede;
	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: #1d70a9;
}
/********************************************************************************/

/* 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 {
	float: left;
}
#contact-image img,
#contact-image,
#cont-info-sendpm {
	width: 190px;
}
#contact-info,
#note-block {
	width: 470px;
	float: left;
	margin: 0 10px 0 0 ;
}
#contact-group {
	font-size: 13px;
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}
#cont-info-sendpm {
	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 {
	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:Buttons
*********************************************************************************/
input.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button {
	background: url("button.png") repeat-x;
	min-width: 110px;
	height: 23px;
	padding: 0 5px;
	color: #fff;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
input.standart-button,
a.standart-button {
	background: url("gray-standart-button.png") repeat-x;
	min-width: 100px;
	height: 25px;
	padding: 0 10px;
	color: #000 !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;
	border: 1px solid #9f9f9f;
	text-transform: inherit !important;
}
input.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:hover {
	background: url("button.png") repeat-x 0 -23px;
}
input.standart-button:hover,
a.standart-button:hover {
	background: url("gray-standart-button.png") repeat-x 0 -25px;
}
a.standart-button,
a.button {
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
}
a.standart-button {
	color: #000;
	line-height: 25px !important;
	height: 23px;
}
a.button {
	color: #fff;
	line-height: 24px;
}
.preview-buttons {
	text-align: center;
	margin: 12px 0;
}
.apply-button,
input.buttonApply {
	float: right;
}
/********************************************************************************/

/* START:Job Import
*********************************************************************************/
.headrow td a:link,
.headrow td a:visited,
.headrow td a:link,
.headrow td a:visited,
.headrow td {
	font-size: 12px;
	color: #4e7391;
}
.headrow td {
	border-bottom: 2px solid #4e7391;
	font-weight: bold;
	padding: 0 0 3px 0;
}
/********************************************************************************/

/* START:Application
*********************************************************************************/
.pointedInListingInfo {
	border-bottom: 1px dotted #B2B2B2;
	margin: 5px 0;
	padding: 0 2px;
}
.pointedInListingInfo2 {
	margin: 5px 0;
	padding: 0 4px;
}
.ApplicationPointedInListingInfo {
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	margin: 5px 0;
	padding: 0 5px 15px 5px;
}
.ApplicationActions a {
	text-decoration: none;
	font-size: 13px;
}
.ApplicationActions a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.ApplicationPointedInListingInfo2 {
	border: 1px solid #B2B2B2;
	border-top: none;
	margin: 5px 0;
	padding: 0 5px;
}
.app-tracking {
	float: left;
}
.navigation-application,
.navigation-application .numberPerPage,
.navigation-application .pageNavigation {
	float: right;
}
.app-tracking p {
	margin: 7px 0;
}
.navigation-application .pageNavigation {
	margin: 10px 20px 10px 0;
}
/********************************************************************************/

/* START:Search Results Page
*********************************************************************************/
.searchResultsHeaderLineNew {
	background: url("upmenu-bg.png") repeat-x;
	height: 35px;
}
.searchResultsHeaderLineNew ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 20px;
	overflow: hidden;
	float: left;
}
.searchResultsHeaderLineNew ul li {
	float: left;
	margin: 0 15px 0 0;
}
.searchResultsHeaderLineNew ul li a {
	color: #0A4C79;
	font-weight: bold;
}
.comment {
	font-size: 12px;
	font-weight: bold;
	color: #0c5080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 5px 0;
}
.JobTittleSR {
	font-size: 15px;
}
.topResultsLinks {
	width: 100%;
	display: block;
}
.topResultsLinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topResultsLinks ul li {
	float: left;
	margin: 0 15px 0 0;
}
.topResultsLinks ul li a {
	color: green;
}
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: 0;
	padding: 0;
}
.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: #407c08;
	font-weight: bold;
	text-decoration: underline;
}
.priorityListing a,
.evenrow a,
.oddrow a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.priorityListing a .strong,
.evenrow a .strong,
.oddrow a .strong {
	color: #0A4C79;
	font-size: 13px;
	text-decoration: underline;
}
.priorityListing a:hover .strong,
.evenrow a:hover .strong,
.oddrow a:hover .strong {
	text-decoration: none;
}
.separateListing {
	border-bottom: 1px dotted #B2B2B2;
	margin: 0;
	padding: 0;
}
.tableSRNavPerPage {
	color: #666;
	float: left;
	margin: 0 0 0 30px;
}
.topNavBar {
	background: url("NavBg.png") repeat-x;
	width: 984px;
	height: 34px;
	display: block;
	float: left;
	color: #0a4c79;
	margin: 10px 0 0 0;
}
.topNavBarLeft,
.topNavBarRight {
	width: 8px;
	height: 35px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
}
.topNavBarLeft {
	background: url("NavLeft.png") no-repeat;
	clear: both;
}
.topNavBarRight {
	background: url("NavRight.png") no-repeat;
}
.numberResults {
	width: 145px;
}
.numberResults,
.numberPerPage {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	line-height: 35px;
}
.pageNavigation {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
}
.prevBtn a,
.nextBtn a {
	text-decoration: none;
}
#topResults {
	float: right;
	width: 100%;
	margin: 0 0 10px 0;
}
#refineResults {
	float: left;
	width: 180px;
}
#listingsResults {
	float: right;
	width: 800px;
}
#endResults {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}
.noRefine #listingsResults {
	width: 100%;
}
#displayListing #refineResults {
	width: 260px;
}
#displayListing #listingsResults {
	width: 725px;
}
/********************************************************************************/

/* START:BreadCrumbs
*********************************************************************************/
.BreadCrumbs {
	color: #166296;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	margin: 10px 0 0 0;
}
.BreadCrumbs p {
	margin: 0 0 10px 0;
}
/********************************************************************************/

/* START:Refine Search / Current 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;
}
.refineItem a,
.refine_res,
.refineItem {
	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;
}
/********************************************************************************/

/* START:Complex fields
*********************************************************************************/
.complex {
	border-bottom: 1px dotted #727272;
	padding: 10px 0;
	display: block;
	width: 560px;
}
.complex .inputName {
	width: 23%;
}
.complex .cke {
	margin: 5px 0 0 0;
}
.remove {
	background: url("delete.png") no-repeat 0 1px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	display: inline-block;
	text-decoration: underline !important;
}
a:hover.remove {
	text-decoration: none !important;
	color: red;
}
#delete-promocode {
	display: inline;
	vertical-align: top;
}
.add,
.complete {
	padding: 2px 0 0 20px;
	margin: 2px 0 5px 0;
	display: inline-block;
	text-decoration: underline !important;
}
.add {
	background: url("add.png") no-repeat left center;
}
a:hover.add,
a:hover.complete {
	color: green;
	text-decoration: none !important;
}
.complete {
	background: url("complete.png") no-repeat left center;
}
/********************************************************************************/

/* START:Icons
*********************************************************************************/
li.modifySearchIco,
li.saveSearchIco,
li.savedIco,
li.saved2Ico,
li.viewDetails,
li.viewVideo,
li.arrow {
	padding: 0 0 0 9px;
}
li.modifySearchIco,
li.saveSearchIco,
li.savedIco,
li.panelSavedIco,
li.panelViewDitailsIco,
li.printListingIco,
li.viewMapIco {
	background: url("arrow-icon.png") no-repeat left center;
}
li.panelSavedIco,
li.panelViewDitailsIco,
li.printListingIco,
li.viewMapIco {
	padding: 0 0 0 12px;
}
li.comments {
	font-weight: normal;
}
li.arrow {
	background: url("arrow.gif") no-repeat left center;
}
li.ratingPanel,
li.pagging,
li.paggingBottom {
	color: #787878;
}
.ratingPanel p {
	float: left;
	margin: 0;
	padding: 0;
}
li.paggingBottom {
	padding: 0 23px 0 0;
}
.ModResults,
.Rating,
.Comments,
.Pagging {
	display: block;
	float: left;
}
.ModResults {
	width: 310px;
}
.Rating {
	width: 400px;
}
.Comments {
	width: 125px;
}
.Pagging {
	width: 165px;
}
.ModResults ul,
.Rating ul,
.Comments ul,
.Pagging ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 4px;
	font-size: 12px;
}
.ModResults ul li,
.Rating ul li,
.Comments ul li,
.Pagging ul li {
	float: left;
	margin: 0 5px 0 0;
}
/********************************************************************************/

/* START:Payment Page
*********************************************************************************/
.sendPaymentTo {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#formPayment .inputField input {
	width: 313px;
}
/********************************************************************************/

/* START:Invoice
*********************************************************************************/
#invoice-buttons {
	text-align: center;
	margin: 20px 0 0 0;
}
.paymentButton {
	min-width: 130px;
}
#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: #e4e4e4;
}
table#invoice-table tbody tr.invoice-table-head:hover {
	background: #d3d3d3 !important;
}
table#invoice-table td {
	border: 1px solid #c9cdce;
	padding: 5px 10px;
}
table#invoice-table tr.invoice-table-head {
	background: #d3d3d3;
}
table#invoice-table tr.invoice-table-head td {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	height: inherit !important;
}
.invoice-amount-total {
	background: #e8e8e8;
	text-align: right;
	font-weight: bold;
}
.invoice-actions {
	text-align: center !important;
}
.invoice-form .inputName {
	width: 13%;
}
/********************************************************************************/

/* START:Notification Page
*********************************************************************************/
.notCheck,
.notDesc {
	display: block;
	float: left;
}
.notCheck {
	width: 4%;
}
.notDesc {
	width: 32%;
	line-height: 20px;
}
/********************************************************************************/

/* START:Instructions CSS
*********************************************************************************/
.instruction {
	position: relative;
	margin: 0 0 0 10px;
	float: left;
}
.instruction .instr_icon {
	background: url("instruction_16x16.png") repeat left top;
	float: left;
	height: 16px;
	width: 16px;
}
.instruction .instr_block {
	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 0 4px;
	float: left;
	height: 16px;
	width: 9px;
}
.instruction .instr_cont {
	padding: 0 7px;
	background: #eee;
	float: left;
	width: 250px;
}
/********************************************************************************/

/* 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: #000;
	font-size: 18px;
}
.printRight h2 {
	margin: 0 0 15px 0 !important;
}
/********************************************************************************/

/* START:Private Messages
*********************************************************************************/
#pmDetails #form_to,
#pmDetails #form_subject {
	width: 300px;
}
#pmDetails fieldset {
	border-bottom: 1px dotted gray;
	padding: 5px 0;
}
#pmDetails fieldset.reply {
	border: 0;
}
/********************************************************************************/

/* START:AdSpace
*********************************************************************************/
#adMargin {
	float: left;
	width: 550px;
}
#adSpace,
#adSpaceAccount {
	float: right;
}
#adSpace {
	width: 422px;
}
#adSpaceAccount {
	width: 330px;
}
/********************************************************************************/

/* START:Site Map
*********************************************************************************/
#siteMap table {
	border: 0;
}
#siteMap td {
	width: 20%;
	vertical-align: top;
}
#siteMap td .strong,
#siteMap td b {
	color: #000;
}
#siteMap table td p {
	margin: 5px 0;
	padding: 1px 0;
}
#siteMap table td a {
	background: url("grayArrow.png") no-repeat left;
	margin: 0 0 0 10px;
	padding: 0 0 0 13px;
}
/********************************************************************************/

/* START:Social Plugins
*********************************************************************************/
.apiCode span {
	display: inline;
}
.social_login_a {
	display: block;
	float: right;
	height: 16px;
	margin: 0 0 0 15px;
	width: 16px;
}
.linkedinLink {
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 10px 0;
	padding: 0 0 0 20px;
}
.in_share {
	float: left;
	margin: 0 6px 0 0;
	border: 0;
}
#social_autoFill {
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 0 21px;
	line-height: 16px;
}
.in_CompanyInsiderWidget,
.in_ProfileInsiderWidget {
	margin: 15px 0;
}
a.social_login_button {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 !important;
	vertical-align: top;
}
.slb_linkedin,
.slb_facebook,
.slb_google_plus,
.facebook_16,
.linkedin_16,
.linkedin-icon,
.linkedinLogin {
	background: url("social/social.png") no-repeat;
}
.slb_linkedin,
.linkedin_16,
.linkedin-icon,
.linkedinLogin {
	background-position: 0 -38px;
}
.slb_facebook,
.facebook_16 {
	background-position: 0 0;
}
.slb_google_plus {
	background-position: 0 -19px;
}
.social_plugins_div {
	font-weight: normal;
	margin: 11px 0 0;
	float: right;
	clear: both;
	font-size: 12px;
}
.soc_reg_form .social_plugins_div {
	float: none;
}
.linkedin-icon {
	padding: 3px 0 3px 20px;
}
.ui-dialog .social_plugins_div {
	margin: 5px 0 0;
}
.social-buttons {
	display: inline-block;
}
.RightLink {
	float: right;
}
.RightLink a {
	font-size: 12px;
	font-weight: normal;
}
#shareThis {
	clear: both;
	margin: 0 0 5px 0;
	padding: 15px 0 5px 0;
}
/********************************************************************************/

/* START:Browse by Tree
*********************************************************************************/
ul.browse_tree,
ul.browse_tree * {
	list-style: none 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: 0;
}
ul.browse_tree label.hover {
	color: red;
}
ul.browse_tree {
	margin: 5px 0;
}
ul.browse_tree li .arrow,
ul.browse_tree li .checkbox {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
}
ul.browse_tree li .arrow {
	background: url("../../../../system/ext/jquery/ltL_nes.gif") no-repeat;
}
ul.browse_tree li .collapsed {
	background: url("../../../../system/ext/jquery/ltP_nes.gif");
}
ul.browse_tree li .expanded {
	background: url("../../../../system/ext/jquery/ltM_ne.gif");
}
ul.browse_tree li .checkbox {
	background: url("../../../../system/ext/jquery/cbUnchecked.gif") no-repeat center top;
}
ul.browse_tree li .checked {
	background: url("../../../../system/ext/jquery/cbChecked.gif");
}
ul.browse_tree li .half_checked {
	background: url("../../../../system/ext/jquery/cbIntermediate.gif");
}
div.browse_tree_button {
	cursor: pointer;
	width: 313px;
	height: 17px;
	padding: 3px 0 0 0;
	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;
	width: 700px;
	display: none;
	height: 250px;
	background: #fff;
	padding: 0 0 2px 0;
}
.select-free-fix iframe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}
.select-free-fix .bd {
	border: 1px solid #aaa;
	overflow: auto;
	height: 250px;
}
.treeContentDiv {
	margin: 3px 0 0 0;
	overflow-x: auto;
	width: 100%
}
/********************************************************************************/

/* START:Form Builder Fields
*********************************************************************************/
#form_builder .form-builder-cont {
	padding: 10px;
	display: none;
	width: 310px;
	float: left;
}
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;
}
.display-layout {
	margin: 0 auto;
	text-align: center;
	width: 296px;
}
.display-layout .layout-item {
	background: none;
	float: left;
	margin: 3px 0;
	padding: 0;
}
.narrow-col {
	width: 355px;
	float: left;
}
.narrow-col h3 {
	float: left;
	margin: 0 5px 0 0;
	display: inline;
	font-size: 12px;
}
a span.highlight {
	color: #0A4C79;
	text-decoration: underline;
}
a:hover span.highlight {
	text-decoration: none;
}
span.highlight {
	background: #FFFF00
}
/********************************************************************************/

/* START:Google Map
*********************************************************************************/
#googleMap-links {
	float: right;
	margin: 0 0 5px;
	clear: both;
}
#googleMap-links a {
	font-size: 11px;
	color: green;
}
#googleMap-links a.listLink-active {
	color: green;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
#image_marker,
#image_marker_Resume,
#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,
.listingsWithoutLocation .strong,
.listingsWithoutLocation a,
.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: #e4ecf6 !important;
}
#map {
	height: 645px;
	border: 1px solid #1e70a9;
	margin: 0 0 0 20px;
}
#googleMap-searchResults {
	height: 500px;
	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: #000 !important;
	margin: 0 1px;
}
#googleMap-pagging .nextBtn a,
#googleMap-pagging .prevBtn a {
	background: none !important;
	color: #000 !important;
	padding: 0 2px;
	text-transform: inherit;
}
a#listView-icon,
a#mapView-icon {
	padding: 2px 0 2px 20px;
	background: url("icons.png") no-repeat;
}
a#listView-icon {
	background-position: 0 -19px;
}
a#mapView-icon {
	background-position: 0 0;
}
/********************************************************************************/

/* START:Products Page and Shopping Cart
*********************************************************************************/
#shoppingCart {
	float: left;
	clear: both;
	margin: 5px 0 5px 5px;
}
#shoppingCart a img {
	vertical-align: text-top;
}
.products {
	border: 1px solid #e3e3e3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	width: 825px;
	float: left;
	padding: 10px;
	margin: 15px 70px;
	box-shadow: 0 0 4px #ddd;
}
.products:hover {
	border: 1px solid #c5c5c5;
	background: #efefef;
}
.productInfo {
	width: 510px;
	float: left;
	margin: 0 0 0 20px;
}
.productInfo a {
	text-decoration: underline;
}
.productInfo a:hover {
	text-decoration: none;
}
.productLinks {
	background: #e9e8e5;
	border: 1px solid #dcdcdb;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	padding: 15px 10px;
	width: 140px;
	float: right;
	margin: 0;
	box-shadow: 0 0 2px #ddd;
}
.productLinks a {
	text-decoration: none;
}
.productLinks .button {
	margin: 5px 0;
}
.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: #000;
}
.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;
}
.productLinks .button {
	min-width: 140px;
}
.continue-shopping {
	float: left;
	margin: 0 10px 0 35%;
}
.product-detail-button {
	float: left;
	margin: 0 10px 0 0;
}
#productDetails ~ table td input[type="text"],
#productDetails ~ table td input[type="file"] {
	width: 218px !important;
}
/********************************************************************************/

/* START: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: #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%;
}
.metrics {
	background: #000;
	width: 100%;
}
.functionsTab,
.queriesTab {
	border-top: 1px solid #ccc;
	overflow: auto;
	width: 100%;
}
.profiler .blue {
	color: #3769A0 !important;
}
.profiler .purple {
	color: #953FA1 !important;
}
.profiler .collapseTab {
	display: none;
	color: yellow;
	width: 2%;
}
.profiler,
.functionsTab,
.queriesTab {
	display: none;
}
.profiler,
.functions,
.queries,
.functions .functionsTab,
.queries .queriesTab {
	display: block !important;
}
.functions td.blue,
.queries td.purple {
	background: #222 !important;
	border-bottom: 6px solid #fff !important;
	cursor: default !important;
}
.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;
}
.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,
table.main thead td.currentColumn {
	background: #2E2E2E;
}
table.main thead td.currentColumn {
	color: #fff;
}
#infometr {
	width: 5%;
	cursor: default;
}
#infometr:hover {
	background: #000;
}
/********************************************************************************/

/* START:Custom Jquery
*********************************************************************************/
.ui-datepicker-trigger {
	position: relative;
	top: 2px;
	left: 3px;
	margin: 0 5px 0 0;
}
/********************************************************************************/

/* START:Pay pal pro
*********************************************************************************/
select#country,
select#card_type,
select#state {
	width: 315px !important;
}
select#exp_date_mm,
select#exp_date_yy {
	width: 125px !important;
}
input#state {
	border: 1px solid #C6C6C6;
	width: 313px;
}
/********************************************************************************/

/* START:Add/Edit Listing form
*********************************************************************************/
.input-form-bc {
	display: inline;
}
#addListingForm {
	margin: 0 0 0 15px;
}
#addListingForm .inputName {
	width: 19%;
}
/********************************************************************************/

/* START:Cookie Preferences Slider
*********************************************************************************/
#cookiePreferencesSlider {
	height: 285px;
}
/********************************************************************************/

/* START:Highlight Templates Fix
*********************************************************************************/
#dropDown > .templateHighlight {
	width: 50px;
	top: -2px;
	position: absolute;
}
#dropDown > .templateHighlight ul {
	top: 45px;
}
.leftColumn > .templateHighlight:first-child {
	float: left;
	height: 245px;
	width: 380px;
}
.headerpage + .templateHighlight {
	height: 47px;
}
/********************************************************************************/