/* ----- tables ----- */

div#content-primary table {
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px solid #40393b;
}

div#content-primary td, div#content-primary th {
	padding: 10px 5px;
}

div#content-primary th {
	font-weight: bold;
	color: #40393b;
	border-bottom: 1px solid #40393b;
}


div#content-primary tr.odd td {
	background-color: white;
}

div#content-primary tr.even td {
	background-color: #f1f1f1;
}


input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}



div#accordion {
	position: relative;
	height: 1%;
}

div#accordion h4 {
	cursor: pointer;
	position: relative;
	height: 1%;
	margin: 0;
	padding: 0 0 1em 0;
}

div#accordion h4.ui-state-active,
div#accordion h4:hover {
}

div#accordion div.ui-accordion-content {
	position: relative;
	display:block;
	height: 150px;
	overflow-x:auto;
	overflow-y:auto;
}

form.search-vacancies label {
	width: 30% !important;
}

form.search-vacancies select {
	width: 65% !important;
}

form.search-again li {
	width:50%;
}

form.search-again select {
	width: 75%;
}

form ul li {
	background-image: none !important;
	padding-left: 0 !important;
}

.sort-arrow {
  background: url(/furniture/updown.png) 5px 6px no-repeat;
}

.sort-arrow.descending {
  background: url(/furniture/downsimple.png) 5px 6px no-repeat;
}

.sort-arrow.ascending {
  background: url(/furniture/upsimple.png) 5px 6px no-repeat;
}

table.sortable th img.sort-arrow {
	margin-left: 0px;
}


table.sortable thead th {
	cursor: pointer;
}

a.promoted-job {
	display: block;
	background-color: #ffd;
	padding: 10px 130px 10px 10px;
	font-size: 110%;
	margin: 0.5em -5px;
	font-weight: bold;
	text-decoration: none !important;
}

a.promoted-job span {
	font-weight: normal;
	color: #333;
}

a.promoted-job:hover {
	text-decoration: none !important;
	background-color: #ffb;
}

a.top-store {
	background-image: url(/furniture/icon_top_store.png);
	background-position: 467px center;
	background-repeat: no-repeat;
}

span.top-store {
	background-image: url(/furniture/icon_top_store.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 123px;
	height: 19px;
	display: inline-block;
	margin-left: 10px;
}

p.top-store-key {
	background-image: url(/furniture/icon_top_store.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 128px;
}

#content-primary p.cta {
	clear: both;
}

#content-primary hr {
    background-color: #CCCCCC;
    border: 0 none;
    clear: both;
    color: #CCCCCC;
    height: 1px;
    margin: 2em 0;
    text-align: left;
    width: 100%;
}





ul.steps-list {
	overflow: hidden;
	width: 100%;
	margin: 2em 0 !important;
	font-size: 1.2em;
	border: 1px solid #edebea;
	list-style-type: none;
	padding: 0;
}

ul.steps-list li {
	float: left;
	color: #b8b5b2;
	padding: 5px 10px !important;
	text-align: center;
	font-weight: bold;
	background: url(../furniture/step_pointer.gif) right center no-repeat white !important;
	margin: 0 !important;
}

ul.steps-list li.last {
	background-image: none !important;
}

ul.steps-list li.current-step {
	color: #40393b;
}

ul.steps-count-9 li {
	width: 56px;
}


div#image-gallery-container {
	margin-bottom: 20px;
}

ol.search-results {
	
}

ol.search-results li {
	margin-bottom: 1em;
}

ol.search-results li span.found {
	background-color: #ff9;
}

div#rotator {
    height: 220px;
    position: relative;
}

div#rotator ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

div#rotator ul li {
	float:left;
	position:absolute;
	margin: 0 !important;
	padding: 0 !important;
}

div#rotator ul li img {
}

div#rotator ul li.show {
	z-index:500
}

p.onlyjs {
	display: none;
}

.jsEnabledPage p.onlyjs {
	display: block;
}

