@import url("style.css");

#board-catalogue {
	float: left;
	margin-top: -7px;
	padding-top: 20px;
	width: 100%;
}

#board-catalogue h1,
#board-catalogue h3 {
	font-size: 20px;
}

.subcategories {
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 10px 0px 30px 0px;
}

.wide {
	width: 100% !important;
}

.subcategories li {
	float: left;
	width: 100%;
	padding-bottom: 0.5em;
}

.subcategories li a {
	font-size: 10pt;
	text-decoration: none;
}

#board-list {
	width: 100%;
	font-size: 12px;
	margin-top: 20px;
	border: none;
}

#board-list .header td {
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	background-color: #edf0f6;
	height: 30px;
}

#board-list .footer {
	background-color: #edf0f6;
	height: 34px;
}

#board-list .header .lt-corner {
	background: url(/images/vacancy-list-corners.gif) no-repeat;
	width: 10px;
	height: 30px;
}

#board-list .header .rt-corner {
	background: url(/images/vacancy-list-corners.gif) no-repeat;
	background-position: -10px 0px;
	width: 10px;
	height: 30px;
}

#board-list .footer .lb-corner {
	background: url(/images/vacancy-list-corners.gif) no-repeat;
	background-position: 0px -30px;
	width: 10px;
	height: 34px;
}

#board-list .footer .rb-corner {
	background: url(/images/vacancy-list-corners.gif) no-repeat;
	background-position: -10px -30px;
	width: 10px;
	height: 34px;
}

#board-list .item td {
	padding: 4px 0px 4px 0px;
	height: 25px;
}

#board-list .bordered td {
	border-bottom: 1px solid #d6d6d6;
}

#board-list .item .col1 {
	width: 105px;
	white-space: nowrap;
}

#board-list .item .col2 {
	width: 340px;
	font-weight: bold;
}

#board-list .item .col3 {
	width: 120px;
}

#board-list .item .col4 {
	width: 60px;
}

#board-list .offer {
	background-color: #FFD893;
}

#board-list .marked {
	background-color: #FFEFCB;
}

#board-list .item .upgrade-offer {
	font-size: 10px;
}

#board-list .item .upgrade-offer span {
	float: right;
}

#board-list .item .upgrade-offer a {
	text-decoration: underline;
}

#board-list .item .upgrade-offer a:hover {
	text-decoration: none;
}

.refer-link {
	color: #214E99;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.refer-link:hover {
	text-decoration: underline;
}

.board-text {
	display: none;
}

.board-text-cont {
	width: 580px;
	float: left;
}

.board-text-cont p {
	margin-bottom: 6px;
}

.board-description {
	line-height: 1.3em;
}

.board-contact {
	margin-top: 20px;
}

.icon-edit-board {
	width: 23px;
	height: 23px;
	overflow: hidden;
	float: right;
	margin-right: 8px;
}

.dialog {
    display: none;
    font-size: 14px;
}

.dialog .require {
	color: #B2C7D7;
	font-size: 18px;
	font-weight: bold;
}

#owner-login-dialog label {
	display: block;
    width: 100px;
    float: left;
}

#owner-login-dialog input {
   width: 240px;
}

#owner-login-dialog div {
	margin-top: 30px;
}

.special-board-cont {
    width: 290px;
    padding: 0px 35px 10px 0px;
    float: left;
    font-size: 11px;
}

.special-board-cont .title-cont {
   padding-bottom: 4px;
   font-size: 12px;
    line-height: 16px;
}

.special-board-cont .title-cont a {
	font-weight: bold;
	text-decoration: underline;
}

.special-board-cont .title-cont a:hover {
    text-decoration: none;
}

.special-board-cont .left-part {
    float: left;
    width: 132px;
    padding-right: 10px;
}

.special-board-cont .facade-cont {
  float: left;
  clear: right;
  margin: 0px 10px 5px 0px;
}

.special-board-cont .facade-cont img {
    border: 1px #B9B9B9 solid;  
}

.special-board-cont .right-part {
    float: left;
    width: 148px;
}

.special-board-cont .desc-cont {
	padding-bottom: 6px;
}

.special-board-cont .logo-cont {
    width: 65px;
	padding: 5px 0px 0px 5px;
	float: right;
}

.special-board-cont .phone,
.special-board-cont .cost {
  float: left;
  clear: left;
  padding-top: 3px;
}

.hide-show-all {
    float: right;
    font-size: 11px;
    color: #214E99;
}
