html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
	background: #000000 url(/wanted.co.il/images/global/background.png) repeat-x fixed; /* THE 'fixed' IS A MUST IN ORDER FOR THE IE POSITION FIXED HACK TO WORK */
}

* {
    font-family: arial;
    font-size: 12px;
    color: #D1DFED; /* Changed */
	/* color: #83A8CD; */
	/*-moz-box-sizing: border-box;*/ /* Used to define the width as in IE - width = width + padding + border */
}
strong, b {font-size:inherit}

ol {
	padding: 0;
	margin: 5px 20px 5px 0; /* for Moz */
	_margin: 5px 30px 5px 0; /* for IE */
}
ul {
	list-style: url(../../images/global/bulletin.gif);
	padding: 0 20px 0 0;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}
td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
	direction: rtl;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

.transparent {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

.icon {
    position: relative;
    top: 1px;
    left: -3px;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

.loader {
    position: relative;
    top: 4px;
    left: -4px;
}

h1,.title {
	position: relative;
	left: 5px;
	display: block;
	color: #65B2FF;
	padding: 0 0 10px 0;
	direction: rtl;
}
h1 .icon {
    float: right;
    position: relative;
    top: -4px;
    _left: -5px;
}
.title .icon {
    float: right;
    position: relative;
    top: -4px;
    _left: -5px;
}

h2 {
	display: block;
	color: #FFFFFF;
	direction: rtl;
}

.sub_title {
	color: #3B81C7;
}

.ltr {
    direction: ltr;
    /*text-align:left;*/
}
.rtl {
    direction: rtl;
    /*text-align:right;*/
}

form {
    margin: 0;
    padding: 0;
}

input, textarea, .field {
	border: 1px solid #2E5B96;
	_border: 1px inset;
	background: #172749;
	_background: #FFFFFF;
	color: #FFFFFF;
	_color: #000000;
	font-size: 11px;
	direction: rtl;
}
.input_title {
    color: #FFFFFF; /*#3B81C7;*/
    margin-left: 10px;
    width: 90px;
	text-align: left;
}
input {
    height: 20px;
}
input.field {
    width: 150px;
    padding: 0 2px 0 2px;
    margin: 0 0 2px 0;
    _margin: 0;
    _position: relative;
    _top: -1px;
}
input.short {
    width: 20px;
    border: 1px solid #2E5B96;
	_border: 1px inset;
	background: #172749;
	_background: #FFFFFF;
	color: #FFFFFF;
	_color: #000000;
}
input.long {
    width: 429px;
    border: 1px solid #2E5B96;
	_border: 1px inset;
	background: #172749;
	_background: #FFFFFF;
	color: #FFFFFF;
	_color: #000000;
}

.disclaimer {
    width: 528px;
    height: 80px;
	margin: 10px 0 5px 0;
}
.disclaimer * {
    color: #FFFFFF !important;
    _color: #000000 !important;
}
.disclaimer .disclaimer_container {
    width: 100%;
    height: 80px;
    border: 1px solid #2E5B96;
    _border: 1px inset;
    background: #172749;
    _background: #FFFFFF;
    color: #FFFFFF !important;
	_color: #000000 !important;
	font-size: 11px;
    overflow: auto;
    text-align:right;
    direction: rtl;
}

/*
.select_box {
    display: table;
    _position: relative;
    _top: -1px;
}
.select_box div {
    position: absolute;
    direction: rtl;
    color: #FFFFFF;
    font-size: 11px;
    border: 1px solid #2E5B96;
	background: #172749;
	height:	17px;
	width: 150px;
    padding: 0 2px 0 2px;
    margin: 0 0 2px 0;
    _margin: 0;
}
.select_box select {
    position: absolute;
    border: none;
    width: 150px;
    filter: 'alpha(opacity=0)';
    opacity: 0;
}
.select_box select * {
    background: #172749;
	color: #FFFFFF;
}
*/

select {
    border: 1px solid #2E5B96;
	background: #172749;
	_background: #FFFFFF;
	color: #FFFFFF;
	_color: #000000;
	font-size: 11px;
	direction: rtl;
	height:	20px;
	line-height: 20px;
	width: 150px;
    margin: 0 0 2px 0;
    direction: rtl;
    text-align: right;
}
select option {
    /*color:#000;
    _color:#000000;*/
	color:#FFF;
}
select.day, select.month, select.year {
    width: 50px;
}
select.medium {
    width: 75px;
}


textarea {
	height:	50px;
    width: 150px;
    padding: 0 2px 0 2px;
    margin: 0 0 2px 0;
    _margin: 0;
    _position: relative;
    _top: -1px;
}
input.ltr {
    direction: ltr;
    text-align: left;
}
input.checkbox, input.radio {
    border: none !important;
    background: none !important;
    height: auto !important;
    margin: 0 0 0 2px;
	position: relative;
    top: 2px;
}

.submit, .button {
    border: none;
	text-align: center !important;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
	background: none;
	background-image: url(/wanted.co.il/images/global/button_submit_short.png);
	width: 50px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}
.button_long {
    border: none;
	text-align: center !important;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
	background: none;
	background-image: url(/wanted.co.il/images/global/button_submit_long.png);
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}
.submit_long {
	border: none;
	text-align: center !important;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
	background: none;
	background-image: url(/wanted.co.il/images/global/button_submit_long.png);
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}

.pull_down_menu {
    border: 1px solid #2E5B96;
    background: #172749;
    margin-bottom: 2px;
}

.pull_down_menu * {
    z-index: 10 !important;
}
.pull_down_menu .right {
    width: 129px;
    _width: 133px;
}
.pull_down_menu.day .right {
    width: 29px;
    _width: 31px;
}
.pull_down_menu.month .right {
    width: 29px;
    _width: 31px;
}
.pull_down_menu.year .right {
    width: 31px;
    _width: 33px;
}
.pull_down_menu .right div {
    color: #FFFFFF;
    font-size: 11px;
    direction: rtl;
    height: 15px;
    width: 129px;
    _width: 133px;
}
.pull_down_menu.day .right div {
    width: 27px;
    _width: 31px;
}
.pull_down_menu.month .right div {
    width: 27px;
    _width: 31px;
}
.pull_down_menu.year .right div {
    width: 29px;
     _width: 33px;
}
.pull_down_menu .right .current_option {
    padding: 0 2px 0 2px;
    cursor: default;
}
.pull_down_menu .right .options_container {
    position: absolute;
    display: table;
}
.pull_down_menu.day .right .options_container {
    width: 48px;
}
.pull_down_menu.month .right .options_container {
    width: 48px;
}
.pull_down_menu.year .right .options_container {
    width: 50px;
}
.pull_down_menu .right .options {
    position: relative;
    left: -16px;
    border: 1px solid #2E5B96;
    background: #172749; 
    width: 150px;
    height: 80px;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
}
.pull_down_menu.day .right .options {
    width: 48px;
}
.pull_down_menu.month .right .options {
    width: 48px;
}
.pull_down_menu.year .right .options {
    width: 50px;
}
.pull_down_menu .right .options a {
    color: #FFFFFF;
    font-size: 11px;
    direction: rtl;
    display: block;
    padding: 0 2px 0 2px;
    height: 15px;
    line-height: 15px;
    text-decoration: none;
}
.pull_down_menu .right .options a:hover {
    text-decoration: none;
    background: #274C72;
}
.pull_down_menu .right .options a.selected {
    background: #274C72;
}
.pull_down_menu .left {
    width: 15px;
}
.pull_down_menu .left img {
    width: 15px;
    height:	15px;
}

.pull_down_menu.short .right {
    width: 61px;
    _width: 63px;
}
.pull_down_menu.short .right div {
    width: 61px;
    _width: 63px;
}
.pull_down_menu.short .right .options {
    width: 80px;
}

.error {
    font-weight: bold !important;
    color: #FFA6A8 !important;
}
.error * {
    font-weight: bold !important;
    color: #FFA6A8 !important;
}
.error option {
    color: #000000 !important;
}
input.error, select.error, textarea.error {
    font-weight: normal !important;
    color: #000000 !important;
    border: 1px solid #993300 !important;
	background: #FFA6A8 !important;
}
.mandatory {
    
}

.top_border {
	border-top: 1px solid #4E8CD8;
}
.right_border {
	border-right: 1px solid #4E8CD8;
}
.left_border {
	border-left: 1px solid #4E8CD8;
}
.bottom_border {
	border-bottom: 1px solid #4E8CD8;
}

.dotted_top_border {
    background-image: url(/wanted.co.il/images/global/border__dotted.gif);
    background-position: right top;
    background-repeat: repeat-x;
    font-size: 1px;
    height: 1px;
    margin-bottom: 4px;
}

.dotted_bottom_border {
    background-image: url(/wanted.co.il/images/global/border__dotted.gif);
    background-position: right bottom;
    background-repeat: repeat-x;
    font-size: 1px;
    height: 1px;
    margin-top: 4px;
}

.actions {
    text-align: left;
}

/* ## */

.extremely-large-colored {
	color: #3B81C7;
	font-size: 24px;
}
.extremely-large-white {
	color: #FFFFFF;
	font-size: 24px;
}
.very-large-colored {
	color: #3B81C7;
	font-size: 20px;
}
.very-large-white {
	color: #FFFFFF;
	font-size: 20px;
}
.large-colored {
	color: #3B81C7;
	font-size: 18px;
}
.large-white {
	color: #FFFFFF;
	font-size: 18px;
}
.medium-colored {
	color: #3B81C7;
	font-size: 16px;
}
.medium-white {
	color: #FFFFFF;
	font-size: 16px;
}
.colored {
	color: #3B81C7;
}
.white {
	color: #FFFFFF;
}
.default {
    color: #83A8CD !important;
}

/* ## */

.disabled {
    color: #CCCCCC;
}

.label {
    color: #3B81CF;
}

/* ## */

.icon__arrow_circle {
    width: 18px;
    height: 19px;
}
.icon__x {
    width: 21px;
    height: 24px;
}

/* ## */

.vertical_align_middle td {
    vertical-align: middle;
}

/* ## */

a.button__with_right_glow {
    text-decoration: none;
}
input.button__with_right_glow {
    display: block;
    background-image: url(/wanted.co.il/images/global/icon__button_right_glow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #0E3867;
    padding: 0 20px 0 5px;
    color: #FFFFFF;
    line-height: 20px;
    height: 20px;
    direction: rtl;
    text-align: left;
    border: none;
    cursor: pointer;
}

.button__square {
    display: block;
    width: 85px;
    height: 85px;
    background-image: url(/wanted.co.il/images/global/spacer.gif);
    color: #FFFFFF;
    direction: rtl;
    text-align: center !important;
    border: none;
    cursor: pointer;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
.button__square a {
    display: block;
    padding: 60px 10px 0 5px;
    text-decoration: none;
}
.button__square a:hover {
    text-decoration: underline;
}
img.button__square {
    width: 80px;
    height: 80px;
}

.button__rider {
    display: block;
    width: 90px;
    height: 55px;
    background-image: url(/wanted.co.il/images/global/spacer.gif);
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    direction: rtl;
    text-align: center !important;
    border: none;
    cursor: pointer;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
.button__rider a {
    display: block;
    padding: 35px 5px 0 5px;
    line-height: 20px;
    text-decoration: none;
    text-align: center !important;
}
.button__rider a:hover {
    text-decoration: underline;
}

.button__square_action_image {
    width: 80px;
    height: 80px;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

/* ## */

.trigger_bar {
    cursor: pointer;
    background-color: #000000;
}

.trigger_bar a {
    color: #91BEF0;
    font-size: 12px;
    text-decoration: none;
}
.trigger_bar a:hover {
    text-decoration: underline;
}
.trigger_bar img {
    width: 15px;
    height: 15px;
}

/* ## */

#frame {
    width: 100%;
    background: #000000 url(/wanted.co.il/images/global/background.png) repeat-x;
}

#frame .left_cell {
	width: 45%;
	background-image: url(/wanted.co.il/images/global/left_cell_background.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#frame .middle_cell {
	width: 10%;
	background: #224E79;
}
#frame .right_cell {
	width: 45%;
	background-image: url(/wanted.co.il/images/global/right_cell_background.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#frame #header {
    height:90px; /*height: 130px;*/
}
#frame #header .left_cell {
}
#frame #header .middle_cell {
    background-image: url(/wanted.co.il/images/global/header_middle_background.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#frame #header .right_cell {
}

#frame #menubar {
    height:	20px;
}
#frame #menubar .left_cell {
}
#frame #menubar .middle_cell {
    background: #000000;
}
#frame #menubar .right_cell {
}

#frame #middle {
    
}
#frame #middle .left_cell {
}
#frame #middle .middle_cell {
    /* background: #163352; */
}
#frame #middle .right_cell {
}
#frame #middle td#sidebar {
    width: 1%;
    border-right: 1px solid #4175B4;
    background: #092645;
}
#frame #middle div#sidebar {
    width: 190px;
}
/* the seperation into _container is for SAFARI support */
#frame #middle #sidebar .sidebar_container {
    padding: 10px;
}
#frame #middle #content {
    width: 760px;
}
#frame #middle #content .content_container {	
    direction: rtl;
}

#frame #footer {
	
}
#frame #footer .left_cell {
}
#frame #footer .middle_cell {}
#frame #footer .middle_cell .powered_by {
    width: 120px;
    height: 40px;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
#frame #footer .right_cell {
}

/* ## */

.footer_object {
	padding:10px;
	background:#000;
	text-align:center;
}

/* ## */

.header_logo {
    width: 200px;
    height: 70px;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}

.page_number {
	line-height: 20px;
}

#page-nav-bar {
	color: #83A8CD;
	direction: ltr;
}
#page-nav-bar * {
	text-decoration: none;
	color: #62A8CD !important;
}
#page-nav-bar a:hover {
	text-decoration: underline;
	color: #62A8CD !important;
}
#page-nav-bar a.number {
	text-decoration: none;
	font-weight: normal;
	color: #62A8CD !important;
	font-size: 11px;
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF !important;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

.container {
    padding: 10px;
}

.description {
	padding: 0 10px 10px 10px;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.paragraph img.float_left {
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input.field {
	width: 240px;
	margin: 5px 0 10px 0;
}
.paragraph textarea {
	width: 240px;
	height: 160px;
	margin: 5px 0 10px 0;
}
.paragraph .submit {
	/* Already defined as .submit in the beginning of global.css */
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.notes.blue {
	border: 1px solid #2E5B96;
	background: #172749;
}
.notes div {
    color: #000000 !important;
    text-align: right;
    direction: rtl;
}
.notes a {
    color: #000000 !important;
}
.notes.blue div {
	color: #FFFFFF !important;
}
.notes.blue a {
    color: #FFFFFF !important;
}
.notes td {
    vertical-align: middle;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
.notes .continue {
    font-weight: bold;
    font-size: 14px;
}
.notes .continue a {
    font-weight: bold;
    font-size: 14px;
}
.notes.blue .continue a {
    color: #FFFFFF !important;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.errors * {
	color: #000000 !important;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
.errors .continue {
    font-weight: bold;
    font-size: 14px;
}
.errors .continue a {
    font-weight: bold;
    font-size: 14px;
}
.errors.blue .continue a {
    color: #FFFFFF !important;
}

td.separator {
    width: 1%;
}
tr.separator {
    height: 1%;
}
.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

/* ## */

#status_bar {
    position: fixed;
    right: 0;
    top: 0;
    _position: absolute;
    _top: expression(body.scrollTop+0+'px');
    z-index: 999999;
	background: none;
    border: 1px dashed #4E8CD8;
    border-top: none;
    border-right: none;
    padding: 0 0 5px 5px;
    direction: rtl;
}
#status_bar .container {
    border: 1px solid #4E8CD8;
    border-top: none;
    border-right: none;
    background: #224E79;
    padding: 5px;
    direction: rtl;
}

/* ## */

#menubar {
	
}
#menubar .categories {
	width: 100%;
	text-align: right;
	position: relative;
	top: 1px;
	height: 20px;
    border-bottom: 1px solid #4E8CD8;
}
#menubar .categories td {

}
#menubar .categories a {
    display: block;
    text-align:	center;
    border-left: 1px solid #34466C;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
#menubar .categories a:hover {
	text-decoration: none;
	/* background image swap defined in the template */
}
#menubar .categories a.selected {
	text-decoration: none;
	background-image: url(/wanted.co.il/images/global/menubar_btn_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#menubar .categories a div {
    color: #FFFFFF;
    text-decoration: inherit;
    position: relative;
    top: -2px;
    border-top: 2px solid #34466C;
    margin: 0 1px 0 1px;  
    width: 80px;  
}

#menubar .categories .hover_menu {
	position: relative;
	text-align: left;
}
#menubar .categories .hover_menu .container {
	width: 180px;
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/wanted.co.il/images/global/menubar_btn_up.png);
	background-color: #6F7E9A;
	background-repeat: no-repeat;
	background-position: right 0;
}
#menubar .categories .hover_menu .container a {
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	height: auto;
	background: none;
	text-decoration: none;
}
#menubar .categories .hover_menu .container a:hover {
	text-decoration: underline;
}
#menubar .categories .hover_menu .container a.selected {
	text-decoration: underline;
}

/* ## */

#sidebar {
	
}
#sidebar .s_title {
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
#sidebar .categories {
}
#sidebar .categories a {
    display: block;
    background-image: url(/wanted.co.il/images/global/icon__button_right_glow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #0E3867;
    padding: 0 20px 0 5px;
    color: #FFFFFF;
    line-height: 20px;
    height: 20px;
    direction: rtl;
    text-align: left;
    border: none;
    cursor: pointer;
}
#sidebar .categories a:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.selected {
	font-weight: bold;
	background-color: #000000;
}

#sidebar .categories a.sub_categories {
	padding: 0 20px 0 0;
	background-image: url(/wanted.co.il/images/global/sidebar_sub_btn_up.png);
}
#sidebar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.sub_categories_selected {
	font-weight: bold;
	padding: 0 20px 0 0;
	background-image: url(/wanted.co.il/images/global/sidebar_sub_btn_selected.png);
}
#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .box {
	text-align: justify;
	margin: 0 10px 20px 10px;
}
#sidebar .box .rolling_news {
	width: 140px;
	height: 130px;
	background-image: url(/wanted.co.il/images/global/news_background.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#sidebar .box a:hover {
	text-decoration: none;
}
#sidebar .box.search {
}
#sidebar .box.search .btm_border {
}
#sidebar .box.search .content {
}
#sidebar .box.search .field {
	width: 107px;
	font-size: 10px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
}
#sidebar .box.special-offers {
}
#sidebar .box.special-offers .content {
}
#sidebar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#sidebar .box.special-offers a:hover.button {
	text-decoration: none;
}

#sidebar .login_form {

}
#sidebar .login_form .title_field {

}
#sidebar .login_form .input_field {
	width: 140px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
	font-size: 10px;
	margin: 2px 0 5px 0;
}
#sidebar .login_form .submit {
	/* Already defined as .submit in the beginning of global.css */
	margin-top: 2px;
}
#sidebar .login_form a {
	margin-top: 5px;
	display: block;
}

/* ## */

#footerbar {
	padding: 10px;
}
#footerbar .categories {
}
#footerbar .categories td {
}

#footerbar .categories a {
	display: block;
	padding: 0 5px 0 5px;
	text-decoration: underline;
	text-align: center;
}

#footerbar .categories a:hover {
	text-decoration: none;
}
#footerbar .categories a.selected {
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}

/* ## */

#group {
    width: 100%;
    background: #000000;
}
#group .title_container {
    position: relative;
    left: 10px;
}
#group h2 {
    position: relative;
    top: 1px;
}
#group .top_border {
    
}
#group .dark_blue {
    background: #092645;
}
#group #description {
    padding: 0 10px 10px 10px;
}
#group #register {
    
}
#group #register .register_container {
    padding: 5px 10px 10px 0;
}
#group #register .description {
    padding: 0 0 10px 0;
}
#group #login {
   padding: 5px 0 10px 0;
}
#group #login input.field {
   width: 160px;
}
#group #test_login {
   padding: 5px 0 10px 10px;
}
#group #test_login input.field {
   width: 160px;
}
#group #search_for_jobs {
    padding: 5px 0 15px 15px;
}
#group #riders {
    padding: 5px 0 15px 15px;
}
#group #courses {
    padding: 5px 0 10px 10px;
}
#group #courses .description {
    padding: 0 0 10px 0;
}
#group #map {
    width: 190px;
    height: 340px;
}

/* ## */

#superdoc {
	background: #163352;
}
#superdoc .container {
	padding: 20px;
}
#superdoc .container .title {
	padding: 0 0 10px 0;
	position: relative;
	left: 9px;
	_left: 17px;
}
#superdoc .container a {
    color: #FFFFFF;
}

#superdoc .container .left_column {
    width: 250px;
}
#superdoc .container .middle_column {
    width: 29px;
}
#superdoc .container .right_column {
    width: 250px;
}

/* ## */

#superdoc .container .actions {
    direction: rtl;
}

/* ## */

#superdoc .profile {
    background: #163352;
}
#superdoc .profile .container {
    background: #092645;
    padding: 10px;
}
#superdoc .profile .container .input_title {
	color: #FFFFFF;
}
#superdoc .profile .profile_date {
    float: left;
}
#superdoc .profile .profile_sidebar {
    padding: 4px 0 0 0;
    width: 1%;
}
#superdoc .profile .profile_sidebar .button {
    width: 92px;
    height: 17px;
    line-height: 17px;
    margin: 0 0 4px 0;
    padding: 0;
    background-image: url(/wanted.co.il/images/global/button__profile__sidebar.gif);
    color: #8AC5FF;
    cursor: pointer;
    text-decoration: none;
}
#superdoc .profile .profile_sidebar .button.highlighted {
    background-image: url(/wanted.co.il/images/global/button__profile__sidebar__highlighted.gif);
    color: #CCC;
}
#superdoc .profile .profile_sidebar .button .link {
    text-align: right;
    padding: 0 5px 0 0;
	color: #8AC5FF;
}
#superdoc .profile .profile_sidebar .button.highlighted .link {
	color: #FFF;
}
#superdoc .profile .profile_sidebar .button.faded .link {
	color: #CCC;
}
#superdoc .profile .profile_content {
    /*width: 99%;*/
    background: #2E4D6D;
    padding: 10px;
}
#superdoc .profile .profile_content .actions {
    text-align: left;
    direction: ltr;
}
#superdoc .profile .profile_content .section {
    color: #FFFFFF;
}
#superdoc .profile .profile_content .section .left_column {
    width: 49%;
}
#superdoc .profile .profile_content .section .middle_column {
    width: 2%;
}
#superdoc .profile .profile_content .section .right_column {
    width: 49%;
}
#superdoc .profile .profile_content .section .label { 
    color: #65B2FF;
    width: 80px;
    direction: rtl;
}
#superdoc .profile .profile_content .section .bottom_border { 
    height: 10px;
    margin-bottom: 10px;
    font-size: 4px;
}
#superdoc .profile .profile_content .section .thumbnail { 
    width: 120px;
    border: 1px solid #65B2FF;
}


/* ## */

#superdoc .results {
    background: #163352;
}
#superdoc .results .container {
    background: #092645;
    padding: 10px;
}
#superdoc .results .actions {
    direction: ltr;
}
#superdoc .results .actions td {
    vertical-align: middle;
}

/* ## */

#superdoc #results {
    background: #2E4D6D;
    padding: 16px;
}
#superdoc .separator {
    width: 15px;
    height: 15px;
}
#superdoc .result {
    direction:rtl!important;
    width: 147px;
    border: 1px solid #071F38;
    background: #163352;
}
#superdoc .result.faded {
    /*filter: 'alpha(opacity=50)';
    opacity: 0.5;*/
}

#superdoc .result .top {
    height: 15px;
    line-height: 15px;
    margin: 0 3px 0 3px; 
    font-size: 9px;
    text-align: left;
    direction: ltr;    
}
#superdoc .result .top .remove_result {
    position: relative;
	top: -2px;
	float: right;
    font-size: 10px;
	text-decoration: none;
	color: #83A8CD;
	cursor: pointer;
}
#superdoc .result .top .match_percentage {
    position: relative;
	top: -2px;
	float: right;
    font-size: 10px;
	text-decoration: none;
	color: #83A8CD;
	cursor: pointer;
}
#superdoc .result .top .job_taken {
    position: relative;
	top: -2px;
	float: right;
    font-size: 10px;
	text-decoration: none;
	color: #83A8CD;
}
#superdoc .result .middle {
    padding: 5px;
	cursor: pointer;
}
#superdoc .result .bottom {
    font-size: 10px;
    background: #071F38;
    text-align: center;
	cursor: pointer;
}

#superdoc .dropout_container {direction:ltr;width:477px;display:table}
#superdoc .result {float:right;margin:0 10px 10px 0}
#superdoc .result.first {margin-right:0}
#superdoc .handle {cursor:move}

#superdoc .droppable .sub_title {font-weight:bold;font-size:13px}
#superdoc .droppable .d_title {font-size:10px}
#superdoc .droppable .d_container {width:118px;_width:148px;padding:15px;border:1px solid #2E5B96;margin:10px 0 7px 0;direction:ltr;text-align:right}

#superdoc .result.drag {margin:0}

#superdoc .result.dropped {
    width:118px;
    margin:0;
    border:none;
    background:none;
    float:none;
}
#superdoc .result.dropped .top {
	display:none;   
}
#superdoc .result.dropped .top .remove_result {
    display:none;
}
#superdoc .result.dropped .top .match_percentage {
    display:none;
}
#superdoc .result.dropped .top .job_taken {
    display:none;
}
#superdoc .result.dropped .middle {
    padding:0;
    margin:0;
}
#superdoc .result.dropped .middle .date {
    display:none;
}
#superdoc .result.dropped .middle .white {
    font-size:11px;
    text-align:right!important;
    direction:rtl!important;
    cursor:move;
}
#superdoc .result.dropped .bottom {
    display:none;
}

/* ## */

#superdoc .actions {
    text-align: left;
    direction: ltr;
}
#superdoc .actions .separator {
    width: 10px;
}
#superdoc .actions a {
    color: #65B2FF;
}


/* ## */

#filters {
    background: #092645;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
    height: 28px;
}
#filters .filters_container {
    margin-top: 4px;
    position: absolute; /* We need position: aboslute here, becuase the left side of the filters overlaps the LABELS located beneath */
    z-index:100;
}
#filters form .label {
    color: #65B2FF;
    direction: rtl;
    margin-left: 5px;
    line-height: 18px;
}
#filters form input {
    _position: relative;
    _top: -1px;
}
#filters form input.short {
    width: 40px;
    padding:0;
    _height:20px;
    _line-height:18px;
    text-align: center;
}
#filters form select.medium {
    width: 120px;
}
#filters form select.short {
    width: 55px;
}

#filters form .separator {
    width: 15px;
}

/* ## */

#meetings {
    background: #000000;
}
#meetings .container {
	background: #000000;
	padding: 10px;
}
#meetings .container .title {
	padding: 0 0 10px 0;
	position: relative;
	left: 9px;
	_left: 17px;
}
#meetings .container a {
    
}
#meetings .container .icon {
    
}
#meetings .inner_container {
    width: 100%;
}
#meetings #filters {
    padding: 3px 0 3px 0;
    background: #000000;
}
#meetings #meeting {
    width: 100%;
}
#meetings #meeting td {
    line-height: 24px;
}
#meetings #meeting .title_row div {
    color: #FFFFFF;
}
#meetings #meeting .meeting_details {
    background-color: #092645;
    padding: 7px;
}
#meetings #meeting .meeting_details .meeting_details_container {
    width: 100%;
}

#meetings #meeting .meeting_details table {
    width: 100%;
}
#meetings #meeting .meeting_details a {
    display: block;
}
#meetings #meeting .meeting_details .selected {
    background-color: #2E4D6D;
}
#meetings #meeting .actions table {
    width: auto;
}

/* ## */

.tests {
    background: #000000;
}
.tests .container {
	background: #000000;
	padding: 10px;
}

#tests {
    background: #000000;
}
#tests .container {
	background: #000000;
	padding: 10px;
}
#tests .container .title {
	padding: 0 0 10px 0;
	position: relative;
	left: 9px;
	_left: 17px;
}
#tests .container a {
    
}
#tests .container .icon {
    
}
#tests .inner_container {
    width: 100%;
}
#tests #filters {
    padding: 3px 0 3px 0;
    background: #000000;
}
#tests #test {
    width: 100%;
}
#tests #test td {
    line-height: 24px;
}
#tests #test .title_row div {
    color: #FFFFFF;
}
#tests #test .test_details {
    background-color: #092645;
    padding: 5px 7px 5px 7px;
}
#tests #test .test_details .test_details_container {
    width: 100%;
}

#tests #test .test_details table {
    width: 100%;
}
#tests #test .test_details a {
    display: block;
}
#tests #test .test_details .selected {
    background-color: #2E4D6D;
}
#tests #test .actions table {
    width: auto;
}

/* ## */

#user-info-position__container {
    margin-bottom: 15px;
    padding-right: 5px;
}
#user-info-position__container table {
	
}
#user-info-position__container .icon {
    float:	none;
    position: relative;
    left: 10px;
}
#user-info-position__container .title {
    padding: 0;
    position: relative;
    left: 15px;
    top: 5px;
}
#user-info-position__container a {
    color: #83A8CD;
}
#user-info-position__container .step {
    color: #83A8CD;
    width: 80px;
    height: 25px;
    line-height: 25px;
    position: relative;
    top: 17px;
    left: -5px;
    cursor: pointer;
}
#user-info-position__container .step.selected {
    text-align: center;
    color: #FFFFFF;
    text-decoration: underline;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/wanted.co.il/images/global/button_submit_long.png);
    width: 80px;
    height: 25px;
    line-height: 25px;
}
#user-info-position__container .right_border {
    border-right: 1px solid #0E3969;
    width: 30px;
    height: 30px;
    margin: 0;
}
#user-info-position__container .bottom_border {
    border-bottom: 1px solid #0E3969;
    width: 30px;
    height: 30px;
    margin: 0;
}

/* ## */

#labels_container {
    margin: 0 0 15px 0;
    padding: 0 20px 0 0;
}
#labels_container .tree {
    border-right: 1px solid #0E3969;
}
#labels_container .tree .right_column {
    width: 1%;
}
#labels_container .tree .left_column {
    width: 99%;
}
#labels_container .tree .branch {
    border-right: 1px solid #0E3969;
    position: relative;
    left: 9px;
}
#labels_container .tree .separator {
    height: 8px;
    font-size: 4px;
}
#labels_container .tree .labels_icon_container {
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 10;
}
#labels_container .tree .labels_icon_container .labels_icon {
    width: 30px;
    height: 20px;
}
#labels_container .tree .label {
    display: block;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}
#labels_container .tree .label a {
    color: #65B2FF;
    cursor: pointer;
}
#labels_container .tree .label a:hover {
    text-decoration: underline;
}
#labels_container .tree .label a.selected {
    color: #FFFFFF;
    cursor: default;
}
#labels_container .tree .label a:hover.selected {
    text-decoration: none;
}

/* ## */

.sidebar_box {
    border: 1px solid #2E5B96;
    background: #092645;
    padding: 10px;
    margin: 0 20px 15px 0;
}

/* ## */

#checkout {
    width: 100%;
	padding-bottom: 25px;
}

#checkout * {
	text-align: left;
}
#checkout .container {

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {

}
#checkout .status_bar table {
	width: 465px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: #000000;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	padding: 5px;
	font-weight: bold;
	background-color: #F8E8BA;
	color: #6F7E9A;
}
#checkout .secure_seal span {
	color: #6F7E9A;
	font-weight: bold;
}
#checkout .content {
	width: 465px;
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	color: #6F7E9A;
}
#checkout .content .inner_tables td {
	background: #C0C0C0;
	padding: 5px;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E1E1E1;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .input_title {
	margin: 10px 0 0 0 ;
}
#checkout .field {
	width: 180px;
	margin: 0 10px 10px 0;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #8B95A3;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #8B95A3;
	padding: 20px;
}

/* ## */

#poll {

}
#poll .poll_title {
	font-weight: bold;
}
#poll .poll_description {

}
#poll .option {
	padding-bottom: 5px;
}
#poll .option input {
	position: relative;
	top: 3px;
}
#poll .option_title {
	font-weight: bold;
}
#poll #results_trigger {
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#poll #results_container {
	
}
#poll #results_container .results_title {
	padding-top: 5px;
}
#poll #results_container .results_title img {
	height: 50px;
}
#poll #results_container .results .bar {
	width: 100px;
	border: 1px solid #F8E8BA;
}
#poll #results_container .results .bar .inside {
	background-color: #F8E8BA;
	margin: 2px;
	height: 8px;
	font-size: 1px;
}
#poll #results_container .results .number {
	margin-left: 5px;
}
#poll #results_container .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#exam {
    background: #000000;
}
#exam .container * {
	direction: ltr;
	text-align: left;
}
#exam .title {
    position: relative;
	left: -12px;
	direction: ltr;
}
#exam .icon {
    float: left;
    position: relative;
    top: -5px;
    left: 3px;
}
#exam .radio {
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
}
#exam .description {
	padding-bottom: 10px;
}
#exam .notes {
	padding-bottom: 10px;
}
#exam .page_on {
	display: block;
}
#exam .page_off {
	display: none;
}
#exam .page_title {
	text-align: left;
	padding: 0 5px 0 5px;
}
#exam .page_description {
	text-align: left;
	margin: 0 0 10px 0;
}
#exam .question {
	font-weight: bold;
	margin-bottom: 5px;
}
#exam .answers_container {
	padding: 0 0 10px 25px;
}
#exam .answer {
	margin-bottom: 5px;
}
#exam .correct_answer {
	font-weight: bold;
}
#exam textarea {
	width: 100%;
}
#exam .button {
	
}
#exam .completion_text {
	font-weight: bold;
}
#exam .answers_on_completion_title {
	padding-bottom: 20px;
}
#exam .answers_on_completion_container {
}
#exam .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#quiz {
    padding-bottom: 20px;
}
#quiz .errors {
    color: red;
    font-weight: bold;
}
#quiz .locked {
}
#quiz .winners_container {
}
#quiz .winners_title {
    font-weight: bold;
    padding-bottom: 10px;
}
#quiz .winners_description {
    padding-bottom: 10px;
}
#quiz .winner {
}
#quiz .confirmation {
    font-weight: bold;
}
#quiz .description {

}
#quiz .question {
    font-weight: bold;
}
#quiz .answers_container {
    padding-bottom: 20px;
}
#quiz .answer {
}
#quiz .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#home_flash {
    margin-top: 20px;
}

/* ## */

#my-account #home {

}

/* ## */

#integrity_test {
    width: 780px;
    height: 540px;
    background-image: url(/wanted.co.il/images/integrity_test/background.png);
}
#integrity_test * {
    color: #000000;
    font-size: 16px;
}
#integrity_test input {
    color: #000000;
    margin: 0;
    padding: 4px 5px 0 5px;
    border: 1px inset;
    font-size: 16px;
    background: #FFFFFF;
    height: 30px;
    width: 200px;
}
#integrity_test input.checkbox {
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    height: auto;
    background: none;
}

#integrity_test .container {
    text-align: right;
    padding: 50px 40px 40px 40px;
}
#integrity_test .top_links {
    padding: 0 0 30px 0;
}
#integrity_test .top_links a {
    text-decoration: none;
}
#integrity_test .top_links a:hover {
    text-decoration: underline;
}
#integrity_test h1 {
    color: #2F5071;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    direction: rtl;
}
#integrity_test a {
    text-decoration: underline;
}
#integrity_test a:hover {
    text-decoration: none;
}
#integrity_test .blue {
    color: #2F5071;
    border: none;
    background: none;
}

#integrity_test .description {
    background:	none;
    border:	none;
    padding: 0;
    margin-bottom: 40px;
	font-size: 15px;
}
#integrity_test .description * {
    font-size: 15px;
}

#integrity_test .buttons_yes_no {
    position: absolute;
    top: 390px;
    margin: 20px 30px 0 0;
	width: 600px;
}
#integrity_test .buttons_free_field {
    position: absolute;
    top: 405px;
    margin: 20px 30px 0 0;
	width: 600px;
}

#integrity_test .question {
    margin-bottom: 20px;
}
#integrity_test .question_title {
    font-size: 25px;
    font-weight: bold;
    margin: 40px 80px 20px 80px;
}
#integrity_test .answers {
    margin: 0 80px 0 80px;
}
#integrity_test .answer {
    font-size: 20px;
}

#integrity_test .button {
    background: none;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    cursor: pointer;
}
#integrity_test .button.start {
    width: 250px;
    height: 40px;
}
#integrity_test .button.next_question {
    width: 250px;
    height: 40px;
}
#integrity_test .button.quit_test {
    width: 250px;
    height: 40px;
}
#integrity_test .button.answer {
    width: 110px;
    height: 70px;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

#integrity_test .hidden_timer {
    width: 400px;
}
#integrity_test .timer {
    width: 400px;
    border: 1px solid #305172;
    direction: ltr;
    text-align: left;
}
#integrity_test .timer .filler {
    background: #A7BACD;
    width: 1px;
    font-size: 4px;
    height: 10px;
    direction: ltr;
    text-align: left;
}

#integrity_test .wrong {
    padding: 20px;
    margin: 20px 0 20px 0;
    font-weight: bold;
    font-size: 20px;
}
#integrity_test .wrong.red_outline {
    border: 1px solid #C30000;
    color: #C30000; 
}
#integrity_test .wrong.red_filled {
    border: 1px solid #990000;
    background: #C30000;
    color: #FFFFFF;
}
#integrity_test .wrong.with_icon {
    
}
#integrity_test .correct {
    padding: 20px;
    margin: 20px 0 20px 0;
    font-weight: bold;
    font-size: 20px;
}
#integrity_test .correct.green_filled {
    border: 1px solid #165115;
    background: #22A01F;
    color: #FFFFFF;
}
#integrity_test .correct.with_icon {
    
}

#integrity_test .score {
    font-size: 25px;
    font-weight: bold;
    color: #C30000;
}

/* ## */

#credits-purchase {
    
}
#credits-purchase .pay_with_tab_selected {
    width: 120px;
    height: 18px;
    line-height: 16px;
    border: 1px solid #2E5B96;
    border-bottom: 1px solid #163352;
    background: #163352;
    text-align: center;
    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
#credits-purchase .pay_with_tab {
    width: 120px;
    height: 18px;
    line-height: 16px;
    border: 1px solid #2E5B96;
    background: #000000;
    text-align: center;
    color: #2E5B96;
    font-size: 11px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
#credits-purchase #payment_form_container .inner_container {
    padding: 10px;
    border: 1px solid #2E5B96;
    background: #163352;
}

/* ## */

.files_upload {
    border: 1px solid #2E5B96;
    background: #172749;
    padding: 8px 10px 0 10px;
    margin-bottom: 15px;
}
.files_upload .file_field_container {
    margin-bottom: 5px;
}
.files_upload .file_field {
    margin: 0;
    width: auto;
    color: #000000;
    _color: inherit;
    direction: ltr;
    text-align: left;
}
/* Safari CSS Hack - the following affect ONLY Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .files_upload .file_field {
        color: #FFFFFF;
    }
}
/* End of Safari CSS Hack */
.files_upload .thumbnails_container {
    margin-bottom: 5px;
}
.files_upload .thumbnails_container .action {
    text-align: center;
}
.files_upload .thumbnails_container .thumbnail {
    width: 124px;
    border: 1px solid #2E5B96;
    background: #172749;
}
.files_upload .thumbnails_container .thumbnail img {
    width: 120px;
    margin: 2px;
}
.files_upload .remove_file {
    cursor: pointer;
}
.files_upload .download_file {
    margin-bottom: 10px;
}

/* ## */

.popup_container {
    border: 1px solid #90BDEF;
    width: 610px;
    background: #041424;
}
.popup_container .inner_container {
    padding: 10px;
}
.popup_container td {
    vertical-align: middle;
}
.popup_container .title_container {
    position: relative;
    left: 10px;
    margin-bottom: 10px;
}
.popup_container .title_container .title {
    left: 0;
    padding: 0;
}
.popup_container .title_container img {
    position: relative;
    top: 1px;
}
.popup_container .row_separator {
    height: 5px;
    font-size: 4px;
}
.popup_container input {
    width: 120px;
}
.popup_container input.long {
    width: 590px;
}
.popup_container .transparent {
    position: relative;
    top: 2px;
}

/* ## */

#ribbon__feedback {
    position: fixed;
    bottom: 0;
	right: 0;
    _position: absolute;
    _top: expression(body.scrollTop + (body.clientHeight - this.clientHeight - 1) + 'px');
	z-index: 999999;
	background: none !important;
    border: none;
    border-bottom: none;
    border-right: none;
    padding: 5px 0 0 5px;
    cursor: pointer;
}

/* ## */

#group_description__flash_object {
    float: left;
    padding: 0 10px 10px 0;
}

#superdoc .results .container .radar_container {width:100px;text-align:left}
#superdoc .results .container .radar {position:relative;top:-7px;left:30px;cursor:pointer}

.gray_button {
	display:table;
	line-height:20px;
	padding: 3px 20px 3px 20px;
	border: 1px solid #333;
	margin:0;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	text-align: center;
	text-decoration:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #999 0 0 4px;
	-moz-box-shadow: #999 0 0 4px;
	box-shadow: #999 0 0 4px;
	background: #CCC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CCC), to(#777));
	background: -moz-linear-gradient(#CCC, #777);
	-pie-background: linear-gradient(#CCC, #777);
	cursor:pointer;
    behavior: url(/repository/include/PIE.htc);
}
.red_button {
	display:table;
	position:relative;top:0;left:-3px;z-index:0;
	line-height:20px;
	padding: 3px 20px 3px 20px;
	border: 2px solid #333;
	margin:0;
	border: 1px solid #333;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	text-align: center;
	text-decoration:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #999 0 0 4px;
	-moz-box-shadow: #999 0 0 4px;
	box-shadow: #999 0 0 4px;
	background: #CE0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CE0000), to(#65211F));
	background: -moz-linear-gradient(#CE0000, #65211F);
	-pie-background: linear-gradient(#CE0000, #65211F);
	cursor:pointer;
    behavior: url(/repository/include/PIE.htc);
}
.hover_button {
	border: 1px solid #999;
	color:#333;
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(#FFF, #CCC);
	-pie-background: linear-gradient(#FFF, #CCC);
}

/* ## */

#ui-datepicker-div {z-index:99999!important}
.ui-datepicker * {color:#000}

.ac_results {padding:0;border:1px solid #999;overflow:hidden;z-index:99999;background:white}
.ac_results * {font-size:14px;line-height:20px;color:#000}
.ac_results ul {width:100%;height:200px;list-style-position:outside;list-style:url(/wanted.co.il/images/global/spacer.gif);padding:0;margin:0}
.ac_results li {margin:0;padding:0 5px 0 5px;cursor:default;display:block;overflow:hidden}
.ac_results span {color:red!important;direction:rtl!important;text-align:right!important}
.ac_loading {background:white url(/wanted.co.il/images/global/loader_16x16.gif) left center no-repeat}
.ac_odd {background:#EFEFEF}
.ac_over {color:white;background:#CCC}

