/* jQuery UI */
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Slider */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 4px; height: 16px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: 8px; }
.ui-slider-horizontal .ui-slider-handle { top: -5px; margin-left: -.2em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* NyroModal */
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 25px;
	height: 29px;
	text-indent: -9999em;
	background: url('/images/modal/close.png');
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url('/images/modal/ajaxLoader.gif') no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url('/images/modal/prev.gif');
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url('/images/modal/next.gif');
}


body {
	margin:8px 0px;
}
body, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:0px;
}
a {
	color:#0071bc;
}
.header_big {
	font-size:18px;
}
.blue_bg {
	background-color: #1D6FA7;
}
.dark_blue_bg {
	background-color: #19519E;
}
.gray_bg {
	background-color: #999999;
}
.orange_bg {
	background-color: #F87E11;
}
.red_bg {
	background-color: #DE370B;
}
.blue {
	color: #1D6FA7;
}
.dark_blue {
	color: #19519E;
}
.orange {
	color: #F87E11;
}
.red {
	color: #DE370B;
}

/* Border */
table.main_border {
	width:1000px;
	align:center;
}
table.main_border td {
	padding:0px;
	margin:0px;
}
table.main_border td.corner {
	width:15px;
	height:15px;
	background-image:url('../images/border.png');
	background-repeat:no-repeat;
}
table.main_border td.corner_topleft {
	background-position:0px 0px; 
}
table.main_border td.corner_topright {
	background-position:-15px 0px;
}
table.main_border td.corner_bottomleft {
	background-position:-30px 0px;
}
table.main_border td.corner_bottomright {
	background-position:-45px 0px;
}
table.main_border td.border_left {
	width:15px;
	background-image:url('../images/border.png');
	background-position:-75px 0px;
	background-repeat:repeat-y;
}
table.main_border td.border_right {
	width:15px;
	background-image:url('../images/border.png');
	background-position:-60px 0px;
	background-repeat:repeat-y;
}
table.main_border td.border_top {
	height:15px;
	background-image:url('../images/border_vert.png');
	background-position:0px -15px;
	background-repeat:repeat-x;
}
table.main_border td.border_bottom {
	height:15px;
	background-image:url('../images/border_vert.png');
	background-position:0px 0px;
	background-repeat:repeat-x;
}

/* Header */
div.header {
	margin-bottom:10px;
}
div.header a.logo {
	float:left;
}
div.header img.logo {
	width:204px;
	height:106px;
	background:url('../images/imagetile.png') 0px 0px;
	margin-left:10px;
}
div.header div.search {
	float:left;
	position:relative;
	top:-10px;
	width:710px;
	height:60px;
	padding-left:40px;
}
div.header div.search h4.location {
	position:relative;
	top:-10px;
	font-size:22px;
	padding-left:15px;
	margin:0px;
	font-weight:normal;
	display:inline;
}
div.header div.search h4.location a.change {
	font-size:14px;
	text-decoration:none;
}
div.header div.search h4.location a.change:hover {
	text-decoration:underline;
}
div.header div.search div.location_popup {
	visibility:hidden;
	position:absolute;
	z-index:2;
	top:-16px;
	left:29px;
	color: #77707A;
	font-size:14px;
	width:400px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}
div.header div.search div.location_popup div.border {
	background-color:#FFFFFF;
	border:1px solid #d8d8d8;
	padding:15px 10px 10px 10px;
}
div.header div.search div.location_popup div.close {
	float:right;
	cursor: pointer;
	background:url('../images/imagetile.png') -315px 0px;
	width:15px;
	height:15px;
	position:relative;
	left:10px;
	top:-10px;
}
div.header div.search div.location_popup div.close:hover {
	background:url('../images/imagetile.png') -315px -13px;
}
div.header div.search div.location_popup div.city_suggest {
	border:1px solid #D9D9D9;
	width:260px;
	background-color:#FFFFFF;
	padding:2px 0px;
	font-size:14px;
	visibility:hidden;
	position:absolute;
	top:64px;
	left:86px;
}
div.city_enter {
	width:75px;
	float:left;
	line-height:23px;
	vertical-align: bottom;
}
div.header div.search div.location_popup div.city_suggest div#city_suggest_list div {
	padding-left:5px;
	cursor:pointer;
	color:#000000;
}
div.header div.search div.location_popup div.city_suggest div#city_suggest_list .selected {
	background-color:#1D6FA7;
	color:#FFFFFF;
}
div.header div.search div.location_popup div.cities_prev {
	padding-top:10px;
	line-height:19px;
}
div.header div.search div.location_popup div.cities_prev a {
	text-decoration:none;
}
div.header div.search div.location_popup div.cities_prev a:hover {
	text-decoration:underline;
}

div.header div.search input {
	border:1px solid #D9D9D9;
	padding:2px 5px;
	font-size:14px;
	width:330px;
	margin-bottom:0px;
}
div.header div.search input.hint {
	color:#A39D98;
}
div.header div.search select {
	border:1px solid #D9D9D9;
	padding:2px 5px;
	font-size:14px;
	width:150x;
	margin-bottom:0px;
}
div.header div.search span.buttons {
	color:#A9A9A9;
	font-size:22px;
	font-weight:bold;
	margin-left:15px;
}
div.header div.search span.buttons img.search {
	width:55px;
	height:38px;
	background:url('../images/imagetile.png') -206px -57px;
	vertical-align:middle;
	margin-right:7px;
	cursor:pointer;
}
div.header div.search span.buttons img.search:hover {
	background:url('../images/imagetile.png') -206px -97px;
}
div.header div.search span.buttons img.post {
	width:79px;
	height:38px;
	background:url('../images/imagetile.png') -265px -57px;
	vertical-align:middle;
	margin-left:7px;
	cursor:pointer;
}
div.header div.search span.buttons img.post:hover {
	background:url('../images/imagetile.png') -265px -97px;
}
div.header div.search div.suggest {
	border:1px solid #D9D9D9;
	border-top:0px;
	width:340px;
	background-color:#FFFFFF;
	padding:2px 0px;
	font-size:14px;
	visibility:hidden;
	position:relative;
	top:-7px;
}
div.header div.search div.suggest div#search_suggest_list div {
	padding-left:5px;
	cursor:pointer;
}
div.header div.search div.suggest div#search_suggest_list .selected {
	background-color:#1D6FA7;
	color:#FFFFFF;
}
div.header div.right_top_links {
	float:right;
	position:relative;
	left:50px;
	padding-top:15px;
}
div.header div.right_top_links a, div.header div.right_top_links a:visited {
	font-size: 12px;
	color: #999999;
	letter-spacing:0.6pt;
	text-decoration: none;
	margin-left:5px;
	padding: 15px 10px 10px 10px;
}
div.header div.right_top_links a:hover  {
	color: #fff;
	text-decoration: underline;
	background-color: #F87E11;
}
div.header div.right_top_corner {
	float:right;
	position:relative;
	top:-7px;
	left:8px;
	width:104px;
	height:54px;
	background:url('../images/imagetile.png') -206px 0px;
}

/* Content */
table.main_border div.content {
	padding:0px 10px;
	clear:both;
}

/* Bread crumbs */
div.bread_crumbs {
	color: #FF7F00;
	background-color:#CBCBCB;
	border-radius: 5px;
	-moz-border-radius:5px;
	background:#cbcbcb;
	overflow:hidden;
	padding:5px;
	white-space:nowrap;
	margin-bottom:12px;
}
div.bread_crumbs a {
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration:none;
}
div.bread_crumbs a.selected {
	font-weight:bold;
	color:#0A50A1;
}

/* Main page */
div.main_page div.column {
	float:left;
	width:125px; 
	margin-right:26px;
}
div.main_page div.column h4 {
	color:#FFFFFF;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:3px 5px;
	margin:12px 0px 0px 0px;
}
div.main_page div.column h4 a, div.main_page div.column h4 a:hover {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
div.main_page div.column div.list {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border:solid #d8d8d8;
	border-width: 0px 1px 1px 1px;
	padding:5px 0px;

	background:#ffffff;
	background:-moz-linear-gradient(left, #fff, #eee);
	background:-webkit-gradient(linear, left top, right top, from(#fff), to(#eee));
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#eeeeee', GradientType=1);
}
div.main_page div.column div.list a {
	text-align:left;
	text-indent:0pt;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	color:#0071bc;
	padding-left:3px;
	display:block;
}
div.main_page div.column div.list a:hover {
	color: #FFFFFF;
	background-color: #FF7F00;
}
div.main_page div.right {
	float:right;
	width:192px;
}
div.main_page div.right div.infoblock {
	padding: 15px;
	margin: 15px 0px;
	border-radius:15px;
	-moz-border-radius:15px;
	color:#FFFFFF;
}
div.main_page div.right div.infoblock h4 {
	padding:0px 0px 0px 10px;
	margin:0px;
	font-size:16px;
}
div.main_page div.right div.infoblock a {
	color:#FFFFFF;
	text-decoration:none;
}
div.main_page div.right div.infoblock a:hover {
	text-decoration:underline;
}
div.main_page div.right div.infoblock a span.more {
	font-size:10px;
	text-decoration:underline;
}
div.main_page div.right div.dark_blue {
	background-color:#0B50A0;
}
div.main_page div.right div.blue {
	background-color:#1F78B4;
}
div.main_page div.right div.gray {
	background-color:#999999;
}
div.main_page div.right div.promote {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12pt;
	line-height:18px;
}
/* Featured */
div.main_page div.column div.featured {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border:solid #d8d8d8;
	border-width: 0px 1px 1px 1px;
	padding:5px 0px;
}
div.main_page div.column div.featured table.element td {
	vertical-align:top;
	padding-left:5px;
}
div.main_page div.column div.featured table.element td.image {
	width:84px;
	height:80px;
	text-align:center;
	vertical-align:middle;
	padding-right:4px;
}
div.main_page div.column div.featured table.element {
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	padding:3px 3px 3px 4px;
	width:100%;
}
div.main_page div.column div.featured table.element:hover {
	border-left:2px solid #DE370B;
	border-right:2px solid #DE370B;
	cursor:pointer;
}
div.main_page div.column div.featured table.odd {
	border-bottom: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	background-color:#E7E7E7;
}
div.main_page div.column div.featured table.last {
	border-bottom: 1px solid #C9C9C9;
}
div.main_page div.column div.featured table.element h3 {
	padding:0px;
	margin:0px;
	display:inline;
}
/* Communities */
div.main_page div.column div.communities div.row {
	float:left;
	width:119px;
}
div.main_page div.column div.communities div.row a {
	margin-left:2px;
	font-size:11px;
	line-height:15px;
	color:#0A50A1;
}
div.main_page div.column div.communities div.row a:hover {
	color:#FFFFFF;
}
/* Connect with us icons */
div.connect_icons {
	padding-top:8px;
	text-align:center;
}
div.connect_icons img {
	margin-right:6px;
}
div.connect_icons img.facebook {
	width:32px;
	height:32px;
	background:url('../images/imagetile.png') 0px -108px;
}
div.connect_icons img.twitter {
	width:32px;
	height:32px;
	background:url('../images/imagetile.png') -34px -108px;
}
div.connect_icons img.youtube {
	width:32px;
	height:32px;
	background:url('../images/imagetile.png') -67px -108px;
}
div.connect_icons img.blog:hover {
	width:30px;
	height:31px;
	background:url('../images/imagetile.png') -101px -109px;
}
div.connect_icons img.blog {
	width:30px;
	height:31px;
	background:url('../images/imagetile.png') -134px -109px;
}

/* Elements list general */
div.list_items {
	float:right;
	width:730px;
}

div.list_items .list-description {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 10px;
}

div.list_items table.element td {
	vertical-align:top;
	padding-left:5px;
}
div.list_items table.element td.image {
	width:84px;
	height:80px;
	text-align:center;
	vertical-align:middle;
	padding-left:0px;
}
div.list_items table.element {
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	padding:3px 3px 3px 4px;
	width:100%;
}
div.list_items table.element:hover {
	border-left:2px solid #DE370B;
	border-right:2px solid #DE370B;
	cursor:pointer;
}
div.list_items table.odd {
	border-bottom: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	background-color:#E7E7E7;
}
div.list_items table.last {
	border-bottom: 1px solid #C9C9C9;
}
div.list_items table.element h3 {
	padding:0px;
	margin:0px;
	display:inline;
}
table.element a.title {
	padding-right:10px;
	font-size:20px;
	color:#0A50A1;
	text-decoration:none;
	font-weight:normal;
}
table.element a.title:hover {
	text-decoration:underline;
}
table.element div.price {
	float:right;
	font-size:15px;
	margin:5px 2px 0px 0px;
}
table.element span.location {
	font-size:14px;
	color:#77707A;
	white-space:nowrap;
}
table.element div.brief {
	color:#77707A;
}
table.element div.brief div.company {
	float:right;
	font-weight:bold;
	margin-right:5px;
}
div.list_items h2.results_num {
	font-size:16px;
	color:#19519E;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:inline;
}
div.list_items div.paging {	
    swidth:100%;
}
div.list_items div.paging a {
	color:#1D6FA7;
	text-decoration:none;
	font-size:14px;
	padding:1px;
}
div.list_items div.paging a:hover {
	text-decoration:underline;
}
div.list_items div.paging a.selected {
	font-weight:bold;
	background-color:#1D6FA7;
	color:#FFFFFF;
	padding:3px;
}
div.list_items div.not_found {
	text-align:center;
	color:#DE370B;
	font-size:16px;
}
/* Left filter */
div.list_filter {
	float:left;
	width:200px;
}
div.list_filter h4 {
	font-size:16px;
	color:#FFFFFF;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:3px 5px;
	margin:0px 0px 0px 0px;
}
div.list_filter div.block {
	border:1px solid #d8d8d8;
	border-width: 0px 1px 1px 1px;
	padding:5px;
}
div.sliders {
	margin-bottom:10px;
}
div.sliders div.title {
	color:#19519E;
	margin-bottom:5px;
}
div.sliders div.value {
	color:#605E68;
	padding-top:5px;
}
div.sliders div .ui-slider-handle {
	background-color:#1D6FA7;
	border-color:#1D6FA7;
}
div.sliders a.entire_country {
	display: block;
	float: right;
	color: #0071BC;
	text-decoration: none;
	padding: 0 3px;
}
div.sliders a.entire_country:hover {
	color: #ffffff;
	background-color: #1D6FA7;
}

div.list_filter div.block h5 {
	color:#19519E;
	font-weight:bold;
	font-size:14px;
	padding:3px 0px;
	margin:0px;
}
div.list_filter div.block div.categories a {
	color:#77707A;
	display:block;
	text-decoration:none;
	font-size:12px;
	margin-bottom:2px;
}
div.list_filter div.block div.categories a.selected {
	font-weight:bold;
}
div.list_filter div.block div.categories a:hover {
	text-decoration:underline;
}
div.list_filter div.block div.communities div.row {
	float:left;
	width:94px;
}
div.list_filter div.block div.communities div.row a {
	display:block;
	text-decoration:none;
	padding:1px 0px 1px 2px;
}
div.list_filter div.block div.communities div.row a:hover {
	background-color: #FF7F00;
	color:#FFFFFF;
}

/* View entry page */
div.entry_border_outer {
	background-color:#e0e0e0;
	padding:15px 10px 7px 10px;
	border:2px solid #999999;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
div.entry_border_inner {
	background-color:#ffffff;
	border:1px solid #c8c8c8;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	padding:4px;
}
table.entry_separ {
	width:100%;
}
table.entry_separ td {
	vertical-align: top;
}
table.entry_separ td.right {
	padding: 0px 5px 0px 10px;
	width:300px;
	border-left:1px solid #1d6fa9;
}
div.entry h1.title {
	font-size:22px;
	color:#000000;
	margin:5px;
	padding:0px;
}
div.entry div.description {
	font-size:14px;
	line-height:19px;
}
div.entry table.info {
	width:100%;
}
div.entry table.info td {
	width:50%;
	vertical-align:top;
}
div.entry table.info td ul {
	margin:0px; /* IE fix */
	padding-left:20px;
}
div.entry table.info td ul li {
	font-size:15px;
	margin:4px 0px;
}
div.entry table.info td ul li a.map {
	/* font-style: italic; */
}
div.entry div.thumb {
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	height:270px;
	width:270px;
}
div.entry div.thumb div.img {
	height:250px;
}
div.entry div.thumb img {
	cursor:pointer;
}
div.entry div.thumb div.controls {
	padding-left:100px;
	font-weight:bold;
	color:#666666;
	margin-top:5px;
	height:15px;
}
div.entry div.thumb div.controls div {
	float:left;
}
div.entry div.thumb div.controls div.prev {
	width:15px;
	height:15px;
	background:url('../images/imagetile.png') -173px -109px;
	margin-right:4px;
	cursor:pointer;
}
div.entry div.thumb div.controls div.next {
	width:15px;
	height:15px;
	background:url('../images/imagetile.png') -173px -126px;
	margin-left:4px;
	cursor:pointer;
}
div.entry div.thumb div.controls div.magnify {
	float:right;
	width:15px;
	height:15px;
	background:url('../images/imagetile.png') -190px -109px;
	cursor:pointer;
	margin-right:5px;
}
div.entry div.thumb div.show {
	visibility: hidden;
	display: none;
}
div.entry div.thumb div.showing {
	visibility: visible;
	display: inline;
}
div.entry div.thumb div.showing img {
	position: absolute;
	z-index: 2000;
	top:270px;
	left:300px;
	border:1px solid black;
	min-width:100px;
	max-width: 900px;
	max-height: 600px;
}
div.entry_info div.sharing_buttons {
	padding: 10px 0px 0px 70px;
	height:26px;
}
div.entry_info div.sharing_buttons strong {
	float:left;
	color:#0A50A1;
}
div.entry_info div.sharing_buttons strong span {
	color:#FF7F00;
	margin-right:5px;
}
table.entry_bottom_blocks div.reminder h4 {
	font-size:18px;
	background-color:#999999;
	color:#FFFFFF;
	border:1px solid #999999;
	font-weight:normal;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding: 7px 5px 10px 10px;
	margin:0px 0px 0px 0px;
}
table.entry_bottom_blocks div.reminder div.block {
	border:1px solid #d8d8d8;
	border-width: 0px 1px 1px 1px;
	padding:5px;
	height:204px;
}
table.entry_bottom_blocks div.reminder div.block ul {
	padding-left:15px;
	margin:0px;
}

div.entry_info h4 {
	font-size:16px;
	color:#FFFFFF;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:3px 5px;
	margin:0px 0px 0px 0px;
}
div.entry_info div.block {
	border:solid #d8d8d8;
	border-width: 0px 1px 1px 1px;
}
div.entry_info table.info {
	width:100%;
}
div.entry_info table.info td {
	font-size:14px;
}
div.entry_info table.info td.title {
	font-weight:bold;
	width:55px;
}
div.entry_info div.more {
	font-size:20px;
	font-weight:bold;
	padding:8px 0px;
}
div.entry_info ul {
	margin:0px; /* IE fix */
	padding-left:20px;
}
div.entry_info ul li {
	padding-bottom:4px;
}

div.entry_info div.report_it {
	padding-top:15px;
	width:295px;
	text-align:center;
}
div.entry_info div.report_it a {
	font-size:14px;
}

div.similar_ads h4.header {
	font-size:18px;
	background-color:#999999;
	color:#FFFFFF;
	border:1px solid #999999;
	font-weight:normal;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding: 7px 5px 10px 10px;
	margin:0px 0px 0px 0px;
}
div.similar_ads table.similar {
	height:215px;
	width:100%;
	border:1px solid #d8d8d8;
	border-width: 0px 1px 1px 1px;
}
div.similar_ads table.similar tr td {
	padding-left:5px;
	padding-right:5px;
}
div.similar_ads table.similar tr.odd td {
	background-color:#E7E7E7;
}
div.similar_ads table.similar td.title {
	border-top:1px solid #C9C9C9;
	padding-top:5px;
}
div.similar_ads table.similar td.title a {
	text-decoration:none;
	color:#19519E;
}
div.similar_ads table.similar td.title a:hover {
	text-decoration:underline;
}
div.similar_ads table.similar td.title a:visited {
	color:#77707A;
}
div.similar_ads table.similar td.location {
	color:#77707A;
	font-size:11px;
	text-align:left;
	white-space:nowrap;
}
div.similar_ads table.similar td.price {
	color:#000000;
	font-size:11px;
	text-align:right;
}
div.similar_ads table.similar td.company {
	color:#77707A;
	font-size:11px;
	text-align:right;
}
div.entry_info img.wegolook {
	margin-top:15px;
	border:0px;
}
div.entry_info div.separator {
	border-top:1px solid #1d6fa9;
	height:1px;
	margin-left: 5px;
	margin-right: 10px;
}
div.entry_info a.reply_butt img {
	width:108px;
	height:40px;
	background:url('../images/imagetile.png') -111px -143px;
	margin:15px;
}
div.entry_info a.reply_butt img:hover {
	background:url('../images/imagetile.png') -111px -186px;
}
div.entry_info a.apply_butt img {
	width:108px;
	height:40px;
	background:url('../images/imagetile.png') 0px -143px;
	margin:15px;
}
div.entry_info a.apply_butt img:hover {
	background:url('../images/imagetile.png') 0px -186px;
}
div.entry_info a.continue_butt img {
	width:132px;
	height:40px;
	background:url('../images/imagetile.png') -222px -143px;
	margin:15px;
}
div.entry_info a.continue_butt img:hover {
	background:url('../images/imagetile.png') -222px -186px;
}
div.entry_info a.apply_butt.it-it img:hover {
	background:url('../images/apply-it.png') 0px -43px;
}
div.entry_info a.apply_butt.it-it img {
	width:108px;
	height:40px;
	background:url('../images/apply-it.png') 0px 0px;
	margin:15px;
}
div.entry_info div.phone {
	text-align: center;
	font-size: 15px;
	padding-bottom:10px;
}
div.entry_info div.other_options {
	padding: 10px 0px 10px 20px;
	font-size:15px;
}
div.entry_info div.other_options a {
	color:#0A50A1;
}

table.entry_bottom_blocks {
	width:100%;
}
table.entry_bottom_blocks tr td {
	vertical-align:top;
	width:33%;
	padding:0px 4px;
}
table.entry_bottom_blocks div.video_header {
	width:300px;
	color:#FFFFFF;
	font-size:18px;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

/* Report It popup */
div.report_it h5 {
	margin: 10px 25px;
	font-size:14px;
}
div.report_it ul {
	list-style: none;
	margin:0px 0px 10px 0px;
	padding:0px;
}
div.report_it textarea {
	width: 100%;
	height: 80px;
}
div.report_it div.note {
	margin:10px 3px;
}

/* Reply Ad popup */
table.entry_reply {
	width:80%;
}
table.entry_reply tr th {
	text-align:center;
	font-size:18px;
}
table.entry_reply tr td {
	text-align:left;
}
table.entry_reply tr td.title {
	font-weight:bold;
	width:125px;
}
table.entry_reply tr td input {
	width:250px;
}
table.entry_reply tr td textarea {
	width:100%;
}
table.entry_reply tr td label.error {
	display:none;
	color:red;
	margin-left:10px;
}

/* Select category */
div.category_select_title {
	font-size:24px;
	text-align: center;
	margin-bottom:15px;
}
table.category_select {
	margin-bottom:25px;
}
table.category_select td {
	padding:5px 20px;
}
table.category_select td div.column {
	width:180px;
}

/* Post an Ad */
div.post_ad_submission_info {
	text-align:center;
	font-size:16px;
	margin:25px 0px;
}
h3.post_ad_header {
	font-size:20px;
	border-bottom:1px solid #DCDCDC;
	margin-bottom:5px;
}
div.post_ad_note {
	font-weight:bold;
	color:#666666;
}
table.item_edit {
	margin-top:15px;
	width:100%;
}
table.item_edit td {
	border-bottom:1px solid #DCDCDC;
}
table.item_edit td.label {
	vertical-align: top;
	font-weight: bold;
	width:150px;
	padding:8px;
}
span.required {
	color:#DE370B;
	font-size:16px;
}
table.item_edit td textarea#description {
	width:100%;
	height:300px;
}
table.item_edit td.submit {
	height:50px;
	text-align:center;
	border-bottom:0px;
}
table.item_edit td.submit input {
	width:70px;
	margin:0px 25px;
}
table.item_edit td.note {
	border:0px;
	text-align:left;
	padding-top:4px;
}
table.item_edit td.note small {
	display: block;
}
table.item_edit td table.location td {
	border:0px;
}
table.item_edit td table.location td.label {
	text-align:right;
	vertical-align:middle;
	width:50px;
}
table.item_edit td label.error {
	display:none;
	color:red;
	margin-left:10px;
}
table.item_edit td #city_name {
	width:150px;
}
table.item_edit td#post_ad_images div.image {
	padding:2px 0px;
}
table.item_edit td#post_ad_images div.image input {
	width: 400px;
}
table.item_edit td.images_old {
	padding:5px;
}
table.item_edit td.images_old div.image {
	text-align:center;
	width:85px;
	height:100px;
	float:left;
}
div.delete_ad {
	float:right;
	position:relative;
	top:-40px;
}
div.delete_ad {
	font-weight:bold;
	font-size:14px;
}

div.message_center {
	width:600px;
	margin:50px 175px;
	font-size:16px;
}
div.message_center.text {
    text-align: center;
}

div.static_content h3 {
	font-size:20px;
	color:#19519E;
}

/* Portal Promo */
div.portal_promo div {
    padding-left: 10px;
    font-size: 16px;
}
div.portal_promo div.header {
    font-size: 28px;
    color:rgb(255, 125, 35);
    font-weight: bolder;
}
div.portal_promo div.promo {
    font-size: 20px;
    color: rgb(102, 102, 102);
    font-weight: bolder;
}
div.portal_promo table {
    width: 95%;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 40px;
}
div.portal_promo table th {
    text-align: left;
}
div.portal_promo table td {
    font-size: 14px;
}
div.portal_promo table td.price {
    font-size: 16px;
}

/* Footer */
div.footer {
	color:#666;
	font-size: 10px;
	text-align:center;
}
div.footer a {
	color:#666;
	text-decoration:none;
}

/* Ads */
#ads_list_top {
	margin-bottom:10px;
}
#ads_list_bottom {
	margin-bottom:15px;
}
#ads_list_left_skyscraper {
	margin-top:10px;
}
div.ads_view {
	padding:3px;
	margin-bottom:10px;
}
div.ads_view_720 {
	padding:3px;
	margin-bottom:10px;
	border:1px solid #d8d8d8;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
div.ads_view_250_2 {
	margin-top:5px;
	text-align:center;
	height:254px;
}

/* related box, inhertis list_item */
div.relatedbackfill {
	text-align:left;
	height:auto;
	width:300px;
	overflow:hidden;
	font-size:12px;
}
div.relatedbackfill table {
	padding:0;
	border-collapse:collapse;
	margin:0;
	
}

div.job_info {
	border:1px solid #999999;	
	background-color:#E0E0E0;
	border-radius: 5px;	
	-moz-border-radius:5px;
	background:#E0E0E0;
	overflow:hidden;
	padding:5px;	
	margin-bottom:12px;
	width: 950px;
}
div.job_info_tl {
	border:2px solid #CCCCCC;	
	background-color:#FFFFFF;
	border-radius: 5px;	
	-moz-border-radius:5px;
	background:#FFFFFF;	
	padding:20px;
	padding-top:0px;
	margin-bottom:4px;
	margin-top:10px;
	margin-left:4px;
	width: 635px;
	height: 250px;
	float:left;
}
div.job_info_tr {
	border:2px solid #CCCCCC;	
	background-color:#FFFFFF;
	border-radius: 5px;	
	-moz-border-radius:5px;
	background:#FFFFFF;	
	padding:20px;
	padding-top:0px;
	margin-bottom:4px;
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	width: 210px;
	height: 250px;
	float: right;
}
div.job_info_br {
    	border:2px solid #CCCCCC;	
	background-color:#FFFFFF;
	border-radius: 5px;	
	-moz-border-radius:5px;
	background:#FFFFFF;	
	padding:20px;
	padding-top:0px;
	margin-bottom:4px;
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	width: 899px;	
	float: left;
}
div.job_info_br td {
    font-size: 17px;
    white-space: nowrap;
    line-height: 17px;
}
div.job_info_br p {
    font-size: 17px;    
    line-height: 17px;
}

.green {
	color: #339933;	
}
/* mobile responsive */
.search_filter_mobile_toggle {
	display:none;
	width:100%;
}

.row_mobile {
	display:none;
}
