@CHARSET "UTF-8";
/* BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #416690;
	background-image: url("../img/bbcg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

body, p, div, input, button, textarea, select, td, th, a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00366a;
	font-size: 13px;
	line-height: 1.6em;
}

p {
	margin-bottom: 1em;
}

ol li {
  list-style-type: decimal;
  margin-left: 25px;
}

input, textarea {
	background-color: #f9f8f9;
	border: 1px solid #718dac;
	font-size: 11px;
	line-height: 24px;
	//line-height: 18px;
	padding: 3px;
}

input.submitButton, button.submitButton {
	background-color: #d4d0c8;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #404040;
	border-right: 2px solid #404040;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding: 0px 5px 0px 5px;
	//padding: 0px 1px 0px 1px;
}

select {
}

a {
	text-decoration: none;
}

h1, h1 a {
	color: #e02216;
	font-size: 16px;
	margin-bottom: 1em;
}

h1 span {
	color: #00366a;
}

h2 {
	font-weight: bold;
}

div.wsgText h1 {
	color: #00366a;
	font-size: 13px;
	line-height: 1.6em;
	margin: 2em 0em 0em 0em;
}

div.wsgText h2 {
	color: #e02216;
}

body div.wsgText a {
	font-weight: normal;
	text-decoration: underline;
}

body div.wsgText a.definice {
	text-decoration: none;
	border-bottom: 1px dashed #4CB43C;
}

/* LAYOUT */

div#content {
	width: 950px;
	background-color: #fff;
	margin: 0px auto;
}

div#header {
	height: 88px;
}

div#logo {
	float: left;
	width: 428px; /* 450 - 22 */
	height: 66px;
	padding: 22px 0px 0px 22px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1em;
}

div#logo * {
	font-size: 12px;
	line-height: 1.1em;
}

a.mexxLogo {
	display: block;
	margin-bottom: 9px;
}

div.titleHead {
	float: left;
	padding-right: 5px;
}

div#search {
	float: left;
	width: 472px; /* 500 - 28 */
	padding: 22px 28px 0px 0px;
	text-align: right;
	line-height: 2em;
}

div#search a {
	font-size: 12px;
}

div#search a:hover {
	color: #e02216;
}

div#search input.submitButton {
	width: 60px;
}

div#topTools {
	width: 432px;
	padding: 5px 0px 0px 40px;
	text-align: left;
}

div#lanSwitch {
	float: right;
}

div#lanSwitch img {
	margin-top: 3px;
}

body input.mainsearch {
	width: 360px;
	background-color: #f9f8f9;
}

a#showFeedbackForm {
	font-weight: bold;
	color: #E02216;
}

div#topStripe {
	height: 30px;
	width: 950px;
	overflow: hidden;
	background-image: url("../img/top_stripe_bcg.png");
	background-position: top left;
	background-repeat: repeat-x;
}

div#topStripe a, div#topStripe div {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div#homepageLink {
	/*
	background-image: url("../img/homepage_bcg.png");
	background-position: top left;
	background-repeat: repeat-x;
	*/
	background-color: #00396a;
	width: 223px;
	border-right: 1px solid #e9e9e9;
	margin-right: 25px;
}

div.homepageLink_cs a, div.homepageLink_en a, div.homepageLink_ru a {
	display: block;
	background-image: url("../img/homepage_link_cs.png");
	/* background-image: url("../img/about_us.png"); */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 223px;
	height: 30px;
	line-height: 30px;
}

div.homepageLink_ru a {
	background-image: url("../img/homepage_link_ru.png");
}

div#homepageLink a * {
	display: none;
}

a.catalogueLink {
	display: block;
	height: 30px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-right: 12px;
}

a.catalogueLink * {
	display: none;
}

/* CS */

a.iWantToBuy_cs {
	background-image: url("../img/want_buy_cs.png");
	width: 123px;
}

a.iWantToSell_cs {
	background-image: url("../img/want_sell_cs.png");
	width: 127px;
}

a.iWantToRent_cs {
	background-image: url("../img/want_rent_cs.png");
	width: 108px;
}

a.iWantMortage_cs {
	background-image: url("../img/want_mortage_cs.png");
	width: 150px;
}

/* EN */

a.iWantToBuy_en {
	background-image: url("../img/want_buy_en.png");
	width: 135px;
}

a.iWantToSell_en {
	background-image: url("../img/want_sell_en.png");
	width: 139px;
}

a.iWantToRent_en {
	background-image: url("../img/want_rent_en.png");
	width: 89px;
}

a.iWantMortage_en {
	background-image: url("../img/want_mortage_en.png");
	width: 175px;
}

/* RU */

a.iWantToBuy_ru {
	background-image: url("../img/want_buy_ru.png");
	width: 130px;
}

a.iWantToSell_ru {
	background-image: url("../img/want_sell_ru.png");
	width: 141px;
}

a.iWantToRent_ru {
	background-image: url("../img/want_rent_ru.png");
	width: 100px;
}

a.iWantMortage_ru {
	background-image: url("../img/want_mortage_ru.png");
	width: 142px;
}

strong#mexxLinka {
	font-size: 12px;
}

strong#mexxLinka img {
	position: relative;
	top: 3px;
	padding: 0px 7px 0px 6px;
}

div#pageBody {
	/*
	- asi nepude kvuli backgroundum

	background-image: url("../img/content_bcg.png");
	background-position: top left;
	background-repeat: repeat-x;
	*/
}

div.leftCol, div.leftMenuCol {
	width: 235px;
	padding-top: 4px;
	float: left;
	overflow: hidden;
}

div.leftMenuCol {
	padding-top: 0px;
}

div.lcTabTop {
	width: 235px;
	background-image: url("../img/tabs/lc_tab_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.lcTabMid {
	width: 235px;
	background-image: url("../img/tabs/lc_tab_mid.png");
	background-position: top left;
	background-repeat: repeat-y;
}

div.lcTabBot {
	width: 235px;
	background-image: url("../img/tabs/lc_tab_bot.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.lcBody {
	padding: 13px 12px 13px 0px;
}

div.midCol {
	width: 479px;
	padding-top: 4px;
	float: left;
	overflow: hidden;
}

div.mcTabTop {
	width: 479px;
	background-image: url("../img/tabs/mc_tab_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.mcTabMid {
	width: 479px;
	background-image: url("../img/tabs/mc_tab_mid.png");
	background-position: top left;
	background-repeat: repeat-y;
}

div.mcTabBot {
	width: 479px;
	background-image: url("../img/tabs/mc_tab_bot.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.mcBody {
	padding: 13px 10px 13px 10px;
}

div.midLongCol {
	width: 705px;
	padding-top: 4px;
	float: left;
	overflow: hidden;
}

div.mlcTabTop {
	width: 705px;
	background-image: url("../img/tabs/mcl_tab_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.mlcTabMid {
	width: 705px;
	background-image: url("../img/tabs/mcl_tab_mid.png");
	background-position: top left;
	background-repeat: repeat-y;
}

div.mlcTabBot {
	width: 705px;
	background-image: url("../img/tabs/mcl_tab_bot.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.mlcBody {
	padding: 13px 10px 13px 10px;
}

div.mlcBanner {
	float: left;
	margin: 0px 13px 24px 0px;
}

div.lastMlcBanner {
	margin-right: 0px;
}

div.rightCol {
	padding-top: 4px;
	width: 236px;
	float: left;
	overflow: hidden;
}

div.rcTabTop {
	width: 226px;
	overflow: hidden;
	background-image: url("../img/tabs/rc_tab_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.rcTabMid {
	width: 226px;
	overflow: hidden;
	background-image: url("../img/tabs/rc_tab_mid.png");
	background-position: top left;
	background-repeat: repeat-y;
}

div.rcTabBot {
	width: 226px;
	overflow: hidden;
	background-image: url("../img/tabs/rc_tab_bot.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.rcBody {
	padding: 12px 12px 12px 11px;
}

div.bigRight {
	float: left;
	width: 715;
}

div#indexFlashBanner {
	padding: 15px 0px 0px 10px;
}

div#mainMenu {
	width: 223px;
	background-color: #062a4e;
	padding: 10px 0px 9px 0px;
}

div#mainMenu a {
	display: block;
	width: 176px;
	padding-left: 48px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	background-image: url("../img/menu_bullet.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div#mainMenu a.activeMainMenuItem {
	color: #fba919;
}

/*
div#mainMenu a:hover {
	color: #fba919;
	background-image: url("../img/menu_bullet_o.png");
}
*/

div#mainMenu a.financing_cs:hover {
	color: #fba919;
	background-image: url("../img/menu_bullet_o_financing_cs.png");
}

div#mainMenu a.financing_en:hover {
	color: #fba919;
	background-image: url("../img/menu_bullet_o_financing_en.png");
}

div.submenutab {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	float: left;
	/* padding: 16px 0px 16px 0px; */
	border: 1px #fff solid;
}

div.menuTrans {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	background-image: url("../img/submenu_bcg.png");
	//background-image: none;
	background-position: top left;
	background-repeat: repeat;
}

div.submenutab a {
	display: block;
	padding: 0px 16px 0px 16px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	text-transform: lowercase;
}

div.submenutab a:hover {
	color: #fba919;
}

div.submenutab a.menuDepth1 {
	font-weight: normal;
	padding-left: 32px;
	background-image: url("../img/submenu_d1_bcg.png");
	background-position: 17px 17px;
	background-repeat: no-repeat;
}

div.siteMap {
	margin: 11px 23px 0px 23px;
	padding: 17px 25px 17px 25px;
	border-top: 1px solid #cdd4db;
	border-bottom: 1px solid #cdd4db;
	font-size: 11px;
	text-align: center;
}

div.siteMap * {
	font-size: 11px;
}

div.siteMap a {
	color: #2784d4;
	text-transform: lowercase;
}

div.siteMap a:hover {
	color: #e7211b;
}

div.siteMap a.mainLink {
	text-transform: none;
	font-weight: bold;
	color: #03274c;
}

div.siteMap a.mainLink:hover {
	color: #e7211b;
}

div#partners {
	text-align: center;
	margin: 0px auto;
}

div#credit {
	text-align: center;
	margin: 0px auto;
	color: #b3c2d3;
	font-size: 11px;
	padding: 2px;
}

div#credit * {
	color: #b3c2d3;
	font-size: 11px;
}

div#credit a:hover {
	color: #fba919;
}

/* BANNERS */
div.banner {
	border: 1px solid #fff;
	width: 201px;
	overflow: hidden;
}

div.banner img {
	position: absolute;
}

a.bannerLink {
	display: block;
	width: 191px; /* 201 */
	height: 31px;
	line-height: 31px;
	font-size: 15px;
	font-weight: bold;
	background-color: #5c7b9f;
	padding-left: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

div.lcBanner {
	padding-left: 9px;
}

/* TEXT PAGE */

div.mainText {
	padding: 18px;
}

div.mainText a {
	font-weight: bold;
}

div.mainText a:hover {
	color: #e02216;
}

div.pannelMid {
	min-height: 473px;
	_height: 473px;
}

div.pannelMid ul, div.pannelMid ol {
	margin-bottom: 1em
}

div.pannelMid ul li {
	list-style-type: square;
	margin-left: 15px;
}

div.pannelMid ol li {
	list-style-type: decimal;
}

div.pannelCol {
	overflow: visible;
}

div.pannelCol2 {
	overflow: visible;
	_overflow: hidden;
}

div.rcPannelMid {
	position: relative;
	left: -11px;
	width: 236px;
	background-image: url("../img/tabs/rc_pannel_mid.png");
	background-position: top left;
	background-repeat: repeat-y;
}

div.rcPannelTop {
	position: relative;
	width: 236px;
	background-image: url("../img/tabs/rc_pannel_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.rcPannelBot {
	position: relative;
	width: 236px;
	background-image: url("../img/tabs/rc_pannel_bot.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.rcPannelBody {
	position: relative;
	padding: 10px 12px 10px 22px;
}

div.lcPannelMid {
	position: relative;
	left: 10px;
	width: 236px;
	background-image: url("../img/tabs/lc_pannel_mid.png");
	background-position: -1px 0px;
	background-repeat: repeat-y;
}

div.lcPannelTop {
	position: relative;
	width: 236px;
	background-image: url("../img/tabs/lc_pannel_top.png");
	background-position: -1px 0px;
	background-repeat: no-repeat;
}

div.lcPannelBot {
	position: relative;
	width: 236px;
	background-image: url("../img/tabs/lc_pannel_bot.png");
	background-position: -1px 100%;
	background-repeat: no-repeat;
}

div.lcPannelBody {
	position: relative;
	padding: 10px 12px 10px 22px;
}

div.projectsSections {
	padding: 15px 0px 15px 0px;
}

div.projectContent {
	min-height: 450px;
	_height: 450px;
}

a#projectDetailMoreLink {
	color: #E02216;
	font-size: 14px;
}

h1#offerId {
	margin: 18px 18px 0px 18px;
}

div.lcPannelBody a {
	display: block;
	text-align: right;
	font-weight: bold;
	background-image: url("../img/red_bullet.png");
	background-position: 100% 7px;
	background-repeat: no-repeat;
	padding: 0px 23px 7px 0px;
}

div.lcPannelBody a:hover {
	color: #e7211b;
}

div.rcSimplePannel {
	padding: 7px 38px 0px 11px;
}

div.pageTools {
	padding: 15px 0px 15px 0px;
}

div.pageTools a, a.redBullet, div.contentSubmenu a {
	display: block;
	font-weight: bold;
	background-image: url("../img/red_bullet.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 7px 23px;
}

div.pageTools a:hover, a.redBullet:hover, div.contentSubmenu a:hover {
	color: #e7211b;
}

div.contentSubmenu a {
	text-transform: lowercase;
}

div.activeSubmenu {
	padding: 20px;
}

div.activeSubmenu h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 11px;
}

div.activeSubmenu a {
	display: block;
	text-transform: lowercase;
	background-image: url("../img/red_bullet.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 7px 23px;
}

div.activeSubmenu a:hover {
	font-weight: bold;
}

div.activeSubmenu a.menuDepth1 {
	background-image: url("../img/hyphen.png");
	background-position: 24px 10px;
	padding: 0px 0px 7px 40px;
}

div.activeSubmenu a.menuDepth1:hover {
	padding: 0px 0px 7px 40px;
}

div.downloads {
	padding-bottom: 1em;
}

div.downloads {
	padding-bottom: 1em;
	margin-bottom: 0.5em;
}

div.downloads h2 {
	border-bottom: 1px solid #adbdcf;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

div.download {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #adbdcf;
}

div.download a.fileName, div.download a.fileDesc {
	display: block;
	float: left;
}

div.download a.fileName {
	width: 80%;
}

div.download a.fileDesc {
	width: 20%;
	text-align: right;
}

div.download a.fileName:hover {
	color: #e02216;
}

div.download a.fileDesc:hover {
	color: #e02216;
}

a.rcMap {
	display: block;
	width: 203px;
	height: 65px; /* 113 */
	padding-top: 48px;
	background-image: url("../img/sm_map2.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

a.rcMap:hover {
	color: #e7211b;
}

div.rcContacts {
	background-image: url("../img/rc_contact_pen.png");
	background-position: 149px 0px;
	background-repeat: no-repeat;
	padding: 18px;
}

div.rcContacts h2, div.lcContacts h2, div.lcHotNews h2,
div.rcHotNews h2, div.midMidHalTile h2, div.rcSimplePannel h2
{
	display: inline;
	font-size: 15px;
}

div.rcContacts h2.sub, div.lcContacts h2.sub,
div.lcHotNews h2.sub, div.rcHotNews h2.sub,
div.midMidHalTile h2.sub, div.rcSimplePannel h2.sub
{
	font-weight: normal;
	text-transform: lowercase;
}

div.rcContacts br, div.lcContacts br, div.rcContacts br {
	line-height: 1.5em;
}

div.rcContacts h3, div.lcContacts h3 {
	color: #e7211b;
}

div.lcHotNews {
	padding: 13px 20px 13px 20px;
}

div.hotNew, div.hotNew *, div.hotNew h2 {
	font-size: 11px;
	line-height: 1.2em;
}

div.hotNew {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #adbdcf;
}

div.hotNew a:hover {
	color: #2784d4;
}

div.branchContactsTitle {
	margin-bottom: 1em;
}

div.branchContact {
	margin-bottom: 0.5em;
}

div.branchContact h3 a {
	color: #e7211b;
}

/* SEARCH HOME */

a.lcMap {
	display: block;
	width: 223px;
	height: 57px; /* 113 */
	padding-top: 56px;
	background-image: url("../img/sm_map.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

a.lcMap:hover {
	color: #e7211b;
}

div.lcContacts {
	width: 183px;
	overflow: hidden;
	background-image: url("../img/rc_contact_pen.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 18px 20px 18px 20px;
}

div.lcMore {
	padding: 18px 20px 18px 20px;
	font-weight: bold;
}

div.lcMore a:hover {
	text-decoration: underline;
}

div.lcMore strong {
	color: #e7211b;
}

div.shQuickLinks {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}

body div.shQuickLinks a {
	font-weight: bold;
	font-size: 15px;
	color: #e7211b;
}

div.shQuickLinks a:hover {
	color: #fba919;
}

div.shCatalogueSection {
	margin-bottom: 30px;
}

div.shCsHead {
	float: left;
	width: 60px;
}

div.shCsBody {
	float: left;
	width: 363px;
}

body div.shCsBody a {
	font-weight: bold;
}

div.shCsBody span, div.shCsBody span * {
	font-size: 11px;
}

div.shCsBody span a {
	font-weight: normal;
	color: #2784d4;
}

div.shCsBody span a:hover {
	color: #e7211b;
}

div.searchHome a {
	font-weight: normal;
}

body div.shCsBody a.developerFlats {
	font-weight: bold;
	text-transform: uppercase;
	color: #00366a;
	font-size: 14px;
}

body div.shCsBody a.developerFlats:hover {
	color: #e7211b;
}

/* MAP */

div.mapSearchPart {
	float: left;
	padding-right: 15px;
}

div.mapSearchPart select {
	width: 150px;
}

div#realtyMap {
	padding: 40px 0px 50px 55px;
}

div#realtyMap img {
	border: none;
}

a#regionsLink {
	color: #2784d4;
}

a#regionsLink:hover {
	color: #e7211b;
}

div#multipleRegions {
	position: absolute;
	display: none;
	width: 440px; /* 486 */
	padding-left: 46px;
	height: 278px;
	background-color: #fff;
}

div#multipleRegions * {
	color: #000;
	line-height: 1.6em;
}

div.regionsHalf {
	float: left;
	width: 220px;
	padding-top: 60px;
}

/* CORPORATE HOME */

div#corporateHomeHead {
	height: 243px;
}

div#corporateHomeHead div#mainMenu {
	float: left;
}

div#teaser {
	float: left;
	width: 726px;
	height: 243px;
	overflow: hidden;
}

div#teaser img {
	position: absolute;
}

div.bulletinRegistration {
	padding: 20px;
}

div.bulletinRegistration input {
	width: 175px;
	font-weight: bold;
	margin-bottom: 1em;
}

div.rcHotNews {
	padding: 13px 10px 13px 10px;
}

div.corporate {
	padding-top: 0px;
}

div.corporate div.rcTabTop {
	background-image: none;
}

div.corporate div.rcBody {
	padding-top: 0px;
}

div.midHalfCol {
	width: 239px;
	overflow: hidden;
	float: left;
}

div.midHalfCol div.rcTabMid {
	margin-left: 6px;
}

div.midMidHalTile {
	padding: 25px 19px 25px 17px;
}

a.moreNews {
	font-weight: bold;
}

/* NEWS */

a.newtitle {
	font-weight: bold;
}

div.newsDivide {
	padding-top: 1em;
	border-bottom: 1px solid #adbdcf;
	margin-bottom: 1em;
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

a.activePage {
	font-weight: bold;
}

div.pagination {
	text-align: right;
}

div.perex {
	margin-top: 1em;
}

div.perex a {
	font-weight: normal;
}

div.newsListImage {
	float: right;
	padding-left: 10px;
}

div.newsTopImage {
	float: right;
	padding: 0px 0px 10px 10px;
}

div.newsListImage img, div.newsTopImage img, div.pageImage img {
	border: 1px solid #adbdcf;
}

div.pageImage {
	float: left;
	margin: 0px 7px 10px 0px;
}

div.lastImage {
	margin: 0px 0px 10px 0px;
}

div.back {
	clear: both;
	text-align: center;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #adbdcf;
}

/* CONTACT */

div.contactTitle {
	float: left;
	width: 140px;
	font-weight: bold;
}

div.contactValue {
	float: left;
	width: 250px;
	margin-right: 12px;
}

a.greenLine, div.greenLine * {
	/* color: #54ba45; */
	font-weight: bold;
}

div.team h2 {
	color: #e7211b;
	padding: 2em 0em 0.5em 0em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #adbdcf;
}

div.member {
	clear: both;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #adbdcf;
}

a.officeRealty {
	color: #E02216;
}

a.officeRealty:hover {
	text-decoration: underline;
}

div#companyBanners {
	margin-left: 10px;
}

div#companyBanners img {
	border: 1px solid #adbdcf;
	margin-bottom: 12px;
}

/* BRANCH OFFICES */

h1.branchOffice a, a.phone, a.email {
	display: block;
	float: left;
	width: 50%;
	font-weight: bold;
}

div.branchOfficeContact {
	border-bottom: 1px solid #adbdcf;
	margin-bottom: 2em;
}

h1.branchOffice {
	margin-bottom: 0em;
}

h1.branchOffice a {
	width: 100%;
	margin-bottom: 0.5em;
	_margin-bottom: 0.25em;
}

a.phone, a.email {
	margin-bottom: 0.5em;
}

/* FAQ */

div.faqQuestion {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #adbdcf;
}

div.faqAnswer {
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	border-bottom: 1px solid #adbdcf;
}

div.backTop {
	float: right;
}

div.backTop a {
	font-size: 20px;
	font-weight: bold;
}

div.faqlist {
	padding-top: 0.5em;
	border-top: 1px solid #adbdcf;
	margin-bottom: 3em;
}

div.faqlist a {
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #adbdcf;
}

/* CATALOGUE */

div#filtersInfo, div.filtersInfo {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 18px;
	background-color: #014076;
	margin: 1px 2px 0px 2px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

div.infoText {
	float: left;
	width: 400px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}

a.realsinfo {
	float: left;
	width: 255px;
	text-align: right;
	color: #fff;
	text-transform: lowercase;
	height: 30px;
	line-height: 30px;
}

div#filtersInfo h1, div#filtersInfo h2, div.filtersInfo h1, div.filtersInfo h2 {
	text-transform: uppercase;
	display: inline;
	font-size: 14px;
}

div#filtersInfo h1, div.filtersInfo h1 {
	font-weight: bold;
	color: #fff;
}

div#filtersInfo h2, div.filtersInfo h2 {
	font-weight: normal;
	color: #fba919;
}

div#filtersHead {
	float: left;
	width: 349px;
}

div#filtersHead h1 {
	margin-bottom: 0px;
	cursor: pointer;
}

div#openFilters {
	float: left;
	width: 300px;
	text-align: right;
}

a#filtersSwitch {
	display: block;
	float: right;
	width: 170px;
	color: #e02216;
	font-size: 16px;
	font-weight: bold;
	background-image: url("../img/close_filters.png");
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

div.filterType, div.shortHalfFilterType, div.longHalfFilterType {
	padding: 13px 17px 13px 17px;
	margin: 0px 1px 0px 1px;
	background-color: #fff;
	width: 649px;
	_height: 1em;
}

div.lastRow, div.lastRow a {
	font-size: 12px;
	font-weight: bold;
}

div.lastRow a {
	color: #e7211b;
}

div.filterTitle {
	float: left;
	width: 135px;
	font-weight: bold;
}

div.filterBody {
	float: left;
	width: 514px;
}

div.filterBodyLong {
	float: left;
	width: 649px;
}

div.priceFilter input {
	width: 130px;
	margin-right: 15px;
}

div.shortHalfFilterType {
	padding: 0px;
	background-color: transparent;
	width: 246px;
	float: left;
}

div.shortHalfFilterType div.filterBody {
	float: left;
	width: 111px;
}

div.longHalfFilterType {
	padding: 0px;
	background-color: transparent;
	width: 367px;
	float: left;
}

div.longHalfFilterType div.filterBody {
	float: left;
	/* width: 232px; */
	width: 220px;
}

div.longHalfFilterType div.filterBody input {
	width: 100%;
}

body div.fulltext input {
	width: 230px;
}

div.chboxCol {
	float: left;
	width: 102px;
}

div.filterCheckBox {
	float: left;
	width: 14px; /* 22 */
	padding: 3px 8px 0px 0px;
	overflow: hidden;
}

div.chboxCol div.filterCaption {
	float: left;
	width: 79px;
	overflow: hidden;
}

div.chboxColWide {
	float: left;
	width: 169px;
	overflow: hidden;
}

div.chboxColWide div.filterCaption {
	float: left;
	width: 142px;
	overflow: hidden;
}

div.colHalfL {
	float: left;
	width: 318px;
	margin-right: 6px;
	overflow: hidden;
}

div.colHalfR {
	float: left;
	width: 318px;
	margin-left: 6px;
	overflow: hidden;
}

div.colHalfR input, div.colHalfL input {
	width: 309px;
}

div.colHalfR select, div.colHalfL select {
	width: 319px;
}

div.colHalfR textarea, div.colHalfL textarea {
	width: 309px;
	height: 100px;
}

input.fulltext {
	width: 180px;
	float: left;
}

input.filtersSubmit {
	float: right;
	padding: 0px 20px 0px 20px;
}

div#catalogueHead {
	background-image: url("../img/cathead_bcg.png");
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	padding: 0px 14px 0px 18px;
	margin-bottom: 1px;
	color: #fff;
	font-size: 15px;
}

div#catalogueHead * {
	height: 30px;
	line-height: 30px;
	color: #fff;
}

div#catalogueHead h1 {
	color: #fff;
	font-size: 15px;
	display: inline;
}

div.listTitle {
	float: left;
	width: 70%;
}

div.listSwitch {
	float: left;
	width: 30%;
	text-align: right;
}

div.listSwitch a {
	font-weight: bold;
}

div.listTools {
	height: 48px; /* 68 */
	margin: 0px 2px 1px 2px;
	padding: 10px 18px 15px 18px;
	background-color: #f4b2ae;
	background-image: url("../img/catsummary_bcg.png");
	background-position: top left;
	background-repeat: repeat-x;
}

div.listTools * {
	font-size: 12px;
}

div.listFavorites {
	float: left;
	width: 322px;
}

a#addToFavorites {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	font-weight: bold;
	background-image: url("../img/favorites_star.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div#listDeselect {
	text-align: left;
	background-color: #f9f8f9;
	height: 25px;
	_height: 30px;
	overflow: hidden;
	/* border-bottom: 1px solid #062a4e; */
}

div#listDeselect, div#listDeselect a {
	text-align: left;
}

body div#listDeselect a {
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	_padding: 5px 0px 0px 0px;
}

div#listDeselect input {
	float: left;
	margin: 5px 5px 0px 12px;
	_margin: 5px 5px 0px 7px;
}

a#deleteFavorites {
	text-align: center;
}

div.listPagination {
	float: left;
	width: 322px;
}

div.developerTools {
	height: 25px;
}

div.developerTools div.listPagination {
	float: none;
	width: 100%;
}

a.previousPage {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-weight: bold;
	background-image: url("../img/cat_previous.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.listing {
	float: right;
	height: 30px;
}

div.developerTools div.listing {
	float: left;
	width: 322px;
}

a.previousPage span {
	display: none;
}

div.lastPage a.previousPage {
	display: inline;
	padding: 0px 5px 0px 35px;
	width: auto;
}

div.lastPage a.previousPage span {
	display: inline;
}

div.lastPage a.nextPage span {
	display: none;
}

div.lastPage a.nextPage {
	width: 30px;
	padding: 0px;
}

a.nextPage {
	display: block;
	width: auto;
	padding: 0px 35px 0px 5px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-weight: bold;
	background-image: url("../img/cat_next.png");
	background-position: top right;
	background-repeat: no-repeat;
}

div.pagination {
}

div.developerTools div.pagination {
	float: left;
	padding-top: 5px;
	width: 322px;
}

div.listHead {
	background-color: #014076;
	margin: 0px 2px 1px 2px;
	width: 681px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}

div.listHead * {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

div.listHead span.sortImage {
	margin: 0px 4px 0px 4px;
	/*float: right;
	position: relative;
	top: 13px;*/
}

div.lhColHeadCheck {
	float: left;
	width: 30px;
}

/* standart */
div.lhColHeadName {
	display: block;
	float: left;
	width: 287px;
	text-align: left;
}

a.lhColHeadLocations {
	display: block;
	float: left;
	width: 100px;
}

a.lhColHeadPrice {
	display: block;
	float: left;
	width: 112px;
}

a.lhColHeadType {
	display: block;
	float: left;
	width: 60px;
}

div.lhColHeadFoto {
	float: left;
	width: 92px;
}

/* drazby */
body div.auctionHead {
	text-align: left;
}

div.lhColHeadAucName {
	float: left;
	width: 134px;
	text-align: left;
}

a.lhColHeadDate {
	display: block;
	float: left;
	width: 110px;
}

a.lhColHeadAuctionier {
	display: block;
	float: left;
	width: 87px;
}

a.lhColHeadPlace {
	display: block;
	float: left;
	width: 125px;
}

a.lhColHeadOffer {
	display: block;
	float: left;
	width: 120px;
}

a.lhColHeadAucType {
	display: block;
	float: left;
	width: 75px;
}
/* drazby */

div.listRow {
	clear: both;
	margin: 0px 2px 0px 2px;
}

div.dark {
	background-color: #f9f8f9;
}

div.listRow * {
	font-size: 12px;
}

div.listRow a, div.listRow div {
	display: block;
	text-align: center;
	padding: 9px 0px 0px 0px;
}

div.listRow div.lhColCheck {
	float: left;
	width: 22px;
	padding: 14px 0px 0px 8px;
	_width: 25px;
	_padding: 9px 0px 0px 5px;
}

/* standart */
div.listRow a.lhColName {
	display: block;
	text-align: left;
	float: left;
	width: 280px; /* 285 */
	padding-right: 5px;
}

div.listRow a.lhColLocations {
	display: block;
	float: left;
	width: 95px; /* 100 */
	padding-right: 5px;
}

div.listRow a.lhColPrice {
	display: block;
	float: left;
	width: 105px; /* 110 */
	padding-right: 5px;
}

div.listRow a.lhColType {
	display: block;
	float: left;
	width: 55px; /* 60 */
	padding-right: 5px;
}

div.listRow a.lhColFoto {
	display: block;
	float: left;
	width: 92px;
}
/* standart */

/* drazby */
div.listRow a.lhColAucName {
	float: left;
	width: 129px;
	padding-right: 5px;
	text-align: left;
}

div.listRow a.lhColDate {
	display: block;
	float: left;
	width: 102px;
	padding-right: 5px;
}

div.listRow a.lhColAuctionier {
	display: block;
	float: left;
	width: 82px;
	padding-right: 5px;
}

div.listRow a.lhColPlace {
	display: block;
	float: left;
	width: 120px;
	padding-right: 5px;
}

div.listRow a.lhColOffer {
	display: block;
	float: left;
	width: 115px;
	padding-right: 5px;
}

div.listRow a.lhColAucType {
	display: block;
	float: left;
	width: 70px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 10px;
}
/* drazby */

strong.hot, a.hot {
	color: #e02216;
}

span.reservation, span.sold {
	font-weight: bold;
	text-transform: uppercase;
}

span.reservation {
	color: #fba919;
}

span.sold {
	color: #e02216;
}

span.typNabidky {
	text-transform: uppercase;
}

div.filtersText {
	padding: 0px 18px 18px 18px;
}

div.filtersText a {
	font-weight: bold;
}

a.backToRegion {
	display: block;
	float: right;
	font-weight: bold;
	text-transform: lowercase;
}

/* CATALOGUE DETAIL */

div.mexxReference {
	width: 55%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-transform: uppercase;
	margin-bottom: 1em;
}

div.mexxReference * {
	text-transform: uppercase;
}

a#detailAddToFavorites {
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../img/favorites_white_star.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

div.detailRow, div.detailPriceListRow {
	padding: 0px 18px 0px 18px;
	margin: 0px 1px 0px 1px;
	height: auto;
	width: 421px;
	clear: both;
}

div.detailPriceListRow {
	width: 405px;
	overflow: hidden;
}

div.detailDark {
	background-color: #f9f8f9;
}

div.detailRowTitle {
	width: 150px;
	float: left;
}

div.detailRowContent {
	width: 271px;
	float: left;
	font-weight: bold;
	text-transform: lowercase;
}

div.detailRowContent * {
	font-weight: bold;
}

div.detailRowContent a {
	color: #2784d4;
}

div.detailRowContent a:hover {
	color: #e02216;
}

div.detailRowContent strong {
	display: inline;
}

div.offerDetails * {
	font-size: 12px;
}

body div.offerDetails sup {
	font-size: 8px;
}
/* 76 */
a.dplTitle {
	display: block;
	width: 75px;
	float: left;
	font-weight: bold;
}

a.dplArea {
	display: block;
	width: 75px;
	float: left;
	text-align: left;
	font-weight: bold;
}

a.dplFloor {
	display: block;
	width: 155px;
	float: left;
	text-align: left;
	font-weight: bold;
}

a.dplPrice {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
}

div#areaScroller {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 330px;
}

a.enquire, a.enquireProject {
	display: block;
	float: left;
	width: 271px;
	height: 70px;
	background-image: url("../img/enquire_cs.png");
	background-position: 20px 20px;
	background-repeat: no-repeat;
}

a.enquireProject {
	background-image: url("../img/enquire_project_cs.png");
}

a.enquire span, a.enquireProject span {
	visibility: hidden;
}

div.detailPagination {
	width: 163px;
	float: left;
	padding: 1em;
}

a#previousRealty {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background-image: url("../img/detail_prev.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a#previousRealty span {
	display: none;
}

a#nextRealty {
	display: block;
	width: auto;
	padding: 0px 35px 0px 5px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-weight: bold;
	white-space: nowrap;
	background-image: url("../img/detail_next.png");
	background-position: top right;
	background-repeat: no-repeat;
}

a.projectBack {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
}

div.price {
	float: right;
	color: #e02216;
	font-weight: bold;
	text-align: right;
}

div.lcList {
	padding: 18px 20px 18px 37px;
}

div.lcList h2, div.favorites h2 {
	display: inline;
	text-transform: uppercase;
}

div.lcList h2.sub, div.favorites h2.sub {
	font-weight: normal;
}

a.blueBullet, a.detailList {
	display: block;
	font-weight: bold;
	background-image: url("../img/blue_bullet.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 7px 23px;
}

a.blueBullet:hover, a.detailList:hover {
	color: #e02216;
}

a.detailList {
	font-size: 12px;
}

a.active {
	color: #e02216;
}

div.favorites {
	background-image: url("../img/favorites_bcg.png");
	background-position: top left;
	background-repeat: repeat-x;
	padding: 18px 20px 18px 20px;
}

div.favorites * {
	font-size: 15px;
}

div.favorites a {
	display: block;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 1em;
	background-image: url("../img/favorites_star2.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

div.favorites h2 a, a#deleteFavorites {
	background-image: none;
	padding-left: 0px;
	padding-bottom: 0em;
}

div.favorites h2 a:hover {
	color: #00366a;
}

div.favorites a#equireFavorites {
	display: block;
	width: 140px;
	padding: 5px;
	margin-left: 15px;
	font-size: 13px;
	background-color: #014076;
	color: #fff;
	font-weight: bold;
	background-image: none;
	text-align: center;
}

div.favorites a:hover {
	color: #e02216;
}

div.favoritesFoot {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #03274c;
}

h2.hypoCalculator {
	width: 280px;
	height: 78px;
	line-height: 78px;
	background-image: url("../img/calculator.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 15px;
	margin: 2em 0em 1em 0em;
}

h2.hypoCalculator span {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
}

div.calc {
	float: left;
	width: 240px;
}

div.calcTitle {
	float: left;
	width: 110px;
	color: #000;
	font-size: 11px;
	padding-bottom: 3px;
}

div.calcInput {
	float: left;
	width: 130px;
	padding-bottom: 5px;
}

div.calcInput input {
	width: 120px;
	background-color: #fff;
	font-size: 11px;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	padding: 0px;
}

div.calcInput select {
	width: 125px;
	font-size: 11px;
}

div.hypoLink {
	float: left;
	width: 150px;
	padding-left: 25px;
	font-size: 12px;
}

div.hypoLink a {
	color: #2784d4;
	font-size: 12px;
}

div.hypoLink button {
	margin-top: 8px;
}

div#cleverFlash {
	padding: 0px 0px 15px 143px;
}

div#pencilHint {
	width: 56px;
	height: 67px;
	position: absolute;
	left: 50%;
	margin-left: 419px;
	/* top: 415px; */
	top: 395px;
	background-image: url("../img/tuzka_over.png");
	background-position: top right;
	background-repeat: no-repeat;
}

div.photoBanner {
	border: 1px solid #fff;
	width: 201px;
	overflow: hidden;
}

a.photosLink {
	color: #00366a;
	background-color: #ffd116;
}

h3.contactPerson {
	color: #e02216;
	margin-top: 1em;
	background-image: url("../img/red_bullet.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 23px;
}

div.personContacts {
	/* padding-left: 23px; */
	width: 187px;
	overflow: hidden;
}

div.personContacts * {
	font-size: 12px;
}

div.personContactsTitle {
	font-weight: bold;
	width: 45px;
	float: left;
}

div.personContactsContent {
	font-weight: bold;
	width: 119px;
	float: left;
}

div.personContacts a {
	font-weight: bold;
	color: #2784d4;
}

div.personContacts a:hover {
	color: #e02216;
}

img.brokerPhoto {
	margin-top: 1em;
}

/* DETAIL IMAGE GALLERY */

div#detailImageGallery {
	display: none;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 516px;
	margin-left: -256px;
	z-index: 201;
}

a#galleryFavorites {
	display: block;
	width: 190px;
	margin: 20px 0px 20px 162px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	background-image: url("../img/gallery_star.png");
	background-position: top center;
	background-repeat: no-repeat;
	color: #febd17;
}

div#detailImageGallery h1 {
	color: #fff;
	font-size: 22px;
	text-align: center;
}

a#leftArrow, a#rightArrow {
	display: block;
	width: 37px;
	height: 43px;
	float: left;
	background-image: url("../img/gallery_left.png");
	background-position: left center;
	background-repeat: no-repeat;
}

a#rightArrow {
	background-image: url("../img/gallery_right.png");
	background-position: right center;
}

img#galleryMainImage {
	float: left;
	width: 437px;
	height: 327px;
	border: 1px solid #adbdcf;
}

div#mainImageTitle {
	width: 439px;
	margin-left: 37px;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
}

div#gallerySubImages {
	padding: 24px 0px 0px 37px;
}

div#gallerySubImages img {
	float: left;
	border: 1px solid #adbdcf;
	margin: 0px 17px 17px 0px;
	cursor: pointer;
}

a#galleryBack, a#galleryBack2 {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

div#mexxToolTip {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 202;
	display: none;
	padding: 5px;
	line-height: 1em;
	font-weight: bold;
}

div.dataField, div.dataField2 {
	overflow: hidden;
	position: relative;
	float: left;
	width: 441px; /* 458 */

	height: 78px; /* moz */
	//height: 88px; /* ie 7 */
	_height: 92px; /* ie 6 */
}

div.scroller {
	height: 78px; /* moz */
	//height: 88px; /* ie 7 */
	_height: 92px; /* ie 6 */
}

div.dataField2 {
	height: 96px; /* moz */
	//height: 112px; /* ie 7 */
	_height: 115px; /* ie 6 */
}

div.scroller2 {
	height: 96px; /* moz */
	//height: 112px; /* ie 7 */
	_height: 115px; /* ie 6 */
}

div.scroller, div.scroller2 {
	width: 17px;
	display: none;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #d1dbe4;
}

div.arrowUp, div.arrowDown {
	width: 17px;
	height: 11px;
	cursor: pointer;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("../img/scroll_top.png");
}

div.arrowDown {
	background-image: url("../img/scroll_bottom.png");
}

div.scroller div.arrowUp {
	margin-bottom: 56px; /* moz */
	//margin-bottom: 66px; /* ie 7 */
	_margin-bottom: 62px; /* ie 6 */
}

div.scroller2 div.arrowUp {
	margin-bottom: 74px; /* moz */
	//margin-bottom: 90px; /* ie 7 */
	_margin-bottom: 85px; /* ie 6 */
}


/* DEVELOPER PROJECTS */

div.developerRegions a {
	white-space: nowrap;
	font-weight: bold;
}

div.developerRegions a:hover {
	color: #e02216;
}

div.sqProject {
	float: left;
	min-height: 270px;
	_height: 270px;
}

div.mlcqTabTop {
	width: 234px;
	min-height: 270px;
	_height: 270px;
	background-image: url("../img/tabs/dev_tab_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.mlcqTabMid {
	width: 234px;
	min-height: 270px;
	_height: 270px;
	background-image: url("../img/tabs/dev_tab_mid.png");
	background-position: top left;
	background-repeat: repeat-y;
}

div.mlcqTabBot {
	width: 234px;
	min-height: 270px;
	_height: 270px;
	background-image: url("../img/tabs/dev_tab_bot.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.mlcqSqBody {
	padding: 14px 13px 14px 12px;
}

div.sqText {
	padding: 8px;
}

div.overInfo {
	overflow: hidden;
	background-color: #03274c;
}

div.overInfo div {
	padding: 18px;
	font-size: 12px;
	color: #fff;
}

span.priceFrom {
	color: #fba919;
}

div.developersRow {
	border-bottom: 1px solid #5c7b9f;
}

body div.developLastRow {
	border-bottom: none;
}

div.developersRow div {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div.developersInfo a, div.developersInfo h1 {
	display: inline;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

div.developersRow div.developersInfo h1 {
	display: block;
	margin-bottom: 1em;
}

div.developersRow div.developersInfo h1 a {
	font-size: 13px;
}

div.developersRow div.developersInfo {
	float: left;
	width: 482px;
	padding: 9px;
}

div.developersImage {
	float: left;
	width: 181px; /* 219 */
}

div.developersImage a {
	padding: 9px 9px 9px 0px;
}

div.developersImage img {
	border: 1px solid #5c7b9f;
}

div.developersRow div.topText {
	text-align: right;
	font-weight: bold;
}

/* FRANCHISING FORM */

div.mainTextHalfLeft, div.mainTextHalfRight {
	width: 203px;
	overflow: hidden;
	float: left;
	margin-bottom: 1em;
}

div.mainTextHalfLeft {
	margin-right: 8px;
}

div.mainTextHalfRight {
	margin-left: 8px;
}

div.mainTextHalfLeft input, div.mainTextHalfRight input {
	width: 195px;
}

div.formTitle {
	font-weight: bold;
}

.req {
	background-color: #d9dfe4;
}

div.mainText textarea {
	width: 414px;
	height: 100px;
}

/* CAREER */

div.career h2, div.careerDetail h2 {
	padding-top: 0.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	border-top: 1px solid #adbdcf;
}

div.career a {
	font-weight: normal;
	display: block;
}

/* PAGE COVER */

div#pageCover {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	background-color: #000;
	width: 100%;
	height: 500px;
}

/* POP UP FORMS */

div.popUpForm {
	display: none;
	position: absolute;
	width: 300px;
	top: 300px;
	left: 50%;
	margin-left: -150px;
	z-index: 201;
	background-color: #fff;
}

div.popUpForm strong {
	display: block;
}

div.popUpForm input, div.popUpForm textarea, div.popUpForm select {
	width: 273px;
	margin-bottom: 10px;
}

div.popUpForm input.submitButton {
	width: 100px;
	margin: 10px 0px 0px 0px;
}

div.popUpFormHead {
	background-color: #ffd310;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 10px;
}

div.closePopUpForm {
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: right;
	background-image: url("../img/close.png");
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.popUpFormBody {
	padding: 10px;
}

div.popUpSubmit {
	text-align: center;
}

/* FORMS */

div.formHotline {
	float: left;
	width: 50%;
}

/* UTILITY */

body img.inlinePic {
	float: right;
	margin: 0px 0px 10px 10px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px !important;
	font-size: 0px;
}

.clearl1 {
	clear: both;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

div.center {
	text-align: center;
}

.aleft {
	text-align: right;
}

.aright {
	text-align: right;
}

body a.nc {
	text-transform: none !important;
}

.hidden {
	display: none;
}

.chbox {
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
}

.pem {
	padding: 1em;
}

.b {
	font-weight: bold;
}

.redb {
	background-color: red !important;
}