* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
    background: #f3efe7 url(../img/bodyBg.png) repeat-x center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
	color: #2d7695;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

h1 {
  color: #464646;
  font-size: 18px;
  font-weight: normal;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background: url(../img/contentBg.png) repeat-y;
}

.bgShadow {
  background: url(../img/shadowBg.png) repeat-y center top;
}
.bgFootBody {
  background: url(../img/bodyFootBg.png) repeat-x center bottom;
}

.error {
  color: #CA2600;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #CA2600 !important;
  padding: 0px;
  text-align: left;
  font-weight: normal;
}

/* Header
-----------------------------------------------------------------------------*/
.properties #header {
  height: 523px;
}

.propertiesScroll li {
  width: 143px;
  height: 111px;
  position: relative;
  list-style-type: none;
  background: url(../img/propImageBg.png) no-repeat top;
  margin: 12px 6px 0 0;
  overflow: visible;
}
.propertiesScroll li:hover {
  background-position: bottom;
}

#propertiesCarousel {
  overflow: hidden;
}


.imgLink {
  width: 133px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  overflow: hidden;
  text-align: center;
}


.propertiesScroll .price {
  display: block;
  width: 70px;
  height: 25px;
  line-height: 19px;
  background: url(../img/propPriceBg.png) no-repeat top;
  padding-top: 3px;
  position: absolute;
  top: 83px !important;
  left: -3px;
  text-align: center;
  cursor: default;
}
.propertiesScroll li:hover .price {
  background-position: bottom;
}


.propertiesScroll .substrate {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.7;
    width: 133px;
    height: 100px;
    display: none;
}

.propertiesScroll .name {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    display: none;
}
.imgLink:hover .name {
  display: block;
}
.imgLink:hover .substrate {
  display: block;
}

                .parent {
                        position: absolute;
                        width: 133px;
                        height: 100px;
                        margin: 0 auto;
                        text-align: center;
                }

                .child,
                .helper {
                        display: -moz-inline-block;
                        display: inline-block;
                        vertical-align: middle;
                }

                .child {
                        width: 80%;
                        font-size: 12px;
                        font-weight: bold;
                        text-decoration: none;
                        text-shadow: 1px 1px #ffffff;
                        color: #0f4861;
                }

                .helper {
                        width: 0;
                        height: 100%;
                }

                .child,
                .helper {
                        zoom: 1;
                        /display: inline;
                }

.propertiesScroll .photo,
.propertiesItem .photo {
    position: relative;
    text-align: center;
    top: 0;
    display: block;
}
.propertiesScroll .child,
.propertiesItem .child {
  width: 100%;
}

#header {
	height: 565px;
    background: url(../img/bottomHeadBg.jpg) no-repeat bottom;
    position: relative;
}
.topHeader {
  position: relative;
  height: 143px;
  background: url(../img/headerBg.png) no-repeat;
}
.headLogo {
  display: block;
  position: absolute;
  top: 18px;
  left: 27px;
  width: 166px;
  height: 80px;
  background: url(../img/logo.png) no-repeat;
  text-decoration: none;
}

.headIcos {
  display: block;
  position: absolute;
  width: 15px;
  height: 11px;
  background-image: url(../img/headIcos.png);
  text-decoration: none;
}
.icoHome {
  top: 112px;
  left: 60px;
  background-position: 0 0;
}
.icoMail {
  top: 112px;
  left: 105px;
  background-position: 0 22px;
}
.icoMap {
  top: 112px;
  left: 148px;
  background-position: 0 11px;
}

.connectButs {
  display: block;
  position: absolute;
  width: 103px;
  height: 35px;
  background-image: url(../img/headButSkype-Chat.png);
  text-decoration: none;
}
.liveChat {
  top: 89px;
  left: 243px;
  background: none;
}
.skype {
  top: 89px;
  left: 359px;
  background-position: 0 35px;
}

.find {
  display: block;
  position: absolute;
  width: 245px;
  height: 44px;
  left: 227px;
  top: 14px;
  background: url(../img/findBg.png) no-repeat left top;
  text-decoration: none;
}
.findInput {
  color: #969696;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 199px;
  height: 26px;
  line-height: 26px;
  background: transparent;
  border: none;
  padding-left: 5px;
}

.findButton {
  position: absolute;
  right: 10px;
  top: 7px;
  background: transparent url(../img/findBtn.png) no-repeat top;
  width: 27px;
  height: 27px;
  border: none;
  cursor: pointer;
}
.findButton:hover {
  background-position: bottom;
}

.headButtons {
  position: absolute;
  right: 271px;
  top: 20px;
  width: 249px;
}
.headButtons a {
  display: block;
  width: 249px;
  height: 36px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 32px;
  margin-bottom: 2px;
  color: #000000;
  font-weight: bold;
  text-shadow: 1px 1px #c5c5c5;
  background-position: top;
}
.headButtons a:hover {
  background-position: bottom;
  color: #ca2600;
}

.hB1 {
  background: url(../img/headButton1.png) no-repeat;
}
.hB2 {
  background: url(../img/headButton2.png) no-repeat;
}
.hB3 {
  background: url(../img/headButton3.png) no-repeat;
  width: 119px !important;
  display: inline-block !important;
  /display: inline;
}
.hB4 {
  background: url(../img/headButton4.png) no-repeat;
  width: 119px !important;
  display: inline-block !important;
  /display: inline;
  margin-left: 7px;
}

.contactSelect {
  width: 245px;
  height: 44px;
  background: url(../img/contactSelectBg.png);
  padding: 6px 8px 9px 4px;
  position: absolute;
  top: 14px;
  right: 16px;
}

.headPhone {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ec6140;
  position: absolute;
  top: 60px;
  left: 743px;
  background: url(../img/headPhoneIco.png) no-repeat left;
  padding-left: 26px;
}
.headMail {
  display: block;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 2px 2px #2390b2;
  background: url(../img/headMailBg.png) no-repeat;
  padding: 8px 0 0 51px;
  position: absolute;
  top: 92px;
  left: 743px;
  width: 233px;
  height: 44px;
}

.headMail:hover {
  color: #e7f8fd;
}

.headerTabs {
  width: 954px;
  height: 260px;
  margin: 10px 0 0 23px;
}
.headerTabsLinks {
  height: 34px;
  padding-left: 18px;
}
.headerTabsLinks a {
  display: inline-block;
  /display: inline;
  height: 34px;
  margin-right: 6px;
  line-height: 34px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
  font-weight: normal !important;
  text-align: center;
  color: #0f4861;
  text-decoration: none;
  text-shadow: -1px -1px #ffffff;
  background: url(../img/mainMenuTabBg.png) no-repeat left top;
  width: auto;
  padding-left: 22px;
}
.headerTabsLinks a:hover {
  color: #ffffff;
  text-shadow: -1px -1px #154762;
  background: url(../img/mainMenuTabBg.png) no-repeat left bottom;
}
.headerTabsLinks a span {
  display: block;
  height: 34px;
  background: url(../img/mainMenuTabBgRight.png) no-repeat right top;
  padding-right: 22px;
}
.headerTabsLinks a:hover span {
  background: url(../img/mainMenuTabBgRight.png) no-repeat right bottom;
}

.headerTabsLinks .active {
  color: #ffffff;
  text-shadow: -1px -1px #154762;
  background: url(../img/mainMenuTabBg.png) no-repeat left bottom;
}
.headerTabsLinks .active span {
  background: url(../img/mainMenuTabBgRight.png) no-repeat right bottom;
}

.headerTabsContents {
  width: 954px;
  height: 226px;
  overflow: visible;
  position: relative;

}
.headerTabsContents #headSlider {
  overflow: hidden;
  width: 954px;
  height: 226px;
}

.botHeaders {
  position: absolute;
  top: 0px;
  left: -6px;
  height: 222px;

}

.botHeadSubmenu {
  position: absolute;
  bottom: 4px;
  left: -6px;
  width: 968px;
  height: 42px;
  line-height: 36px;
  font-size: 0px;
  text-align: center;
  z-index: 10000;
  background: url(../img/botHeadMenuBg.png) no-repeat 0 5px;
}

.botHeadSubmenu ul li {
  display: inline-block;
  /display: block;
}


.botHeadSubmenu a {
  font-size: 14px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 1px -1px #000000;
  text-decoration: none;
  padding: 3px 15px 3px 15px;
  display: inline-block;
  /display: inline;
  height: 40px;
  margin-top: 3px;
  font-weight: bold;
}
.botHeadSubmenu a:hover {
  color: #FAF6ED;
  border: 3px solid #ffffff;
  padding: 0 12px 0 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.botHeadSubmenu a.active {
  font-size: 18px;
  background: url(../img/botHeadLinkBg.png) no-repeat left;
  padding: 0;
  height: 42px;
  margin-top: 0;
  font-weight: normal;
  position: relative;
  line-height: 42px;
}
.botHeadSubmenu a.active:hover {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.botHeadSubmenu a.active span {
  background: url(../img/botHeadLinkRightBg.png) no-repeat right;
  display: inline-block;
  /display: inline;
  height: 42px;
  padding: 0 9px 0 0px;
  position: relative;
  left: 9px;
}

.tabHeadSubmenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 954px;
  height: 24px;
  overflow: hidden;
}

.propertiesScroll {
  width: 954px;
  height: 135px;
  background: #a69b7f;
  border: 1px solid #6a5b35;
  overflow: hidden;
}


#headTabProperties {
  background: url(../img/propertiesSubmenuBg.png) no-repeat top;
  height: 100%;
  padding-top: 34px;
}
.submenuStrapLeft {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 24px;
  background: url(../img/headSubmenuStrapLeft.png) no-repeat;
}
.submenuStrapRight {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 24px;
  background: url(../img/headSubmenuStrapRight.png) no-repeat;
}
.tabHeadSubmenuCase {
  width: auto;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  padding: 0 14px 0 24px;
  white-space: nowrap;
  position: absolute;
}
.tabHeadSubmenuCase a {
  color: #0f4861;
  font-style: italic;
  text-decoration: none;
  text-shadow: 1px 1px #f2efe8;
  padding: 0 14px 0 4px;
  background: url(../img/headSubmenuBullit.png) no-repeat right center;
}
.tabHeadSubmenuCase a:hover {
  color: #cf4828;
}

.scrollArrowLeft {
  position: absolute !important;
  top: 4px !important;
  left: 6px !important;
  width: 14px !important;
  height: 16px !important;
  background: url(../img/headSubmenuArrows.png) no-repeat left top !important;
  cursor: pointer !important;
  z-index: 20000 !important;
}
.scrollArrowRight {
  position: absolute !important;
  top: 4px !important;
  right: 6px !important;
  width: 14px !important;
  height: 16px !important;
  background: url(../img/headSubmenuArrows.png) no-repeat right top !important;
  cursor: pointer !important;
  z-index: 20000 !important;
}

.statProperties {
  width: 231px;
  height: 128px;
  background: url(../img/statPropertiesBg.png) no-repeat;
  position: absolute;
  left: 27px;
  bottom: 17px;
}

.statPropertiesHeader {
  color: #5e533c;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  text-shadow: 1px 1px #f2efe7;
  width: 100%;
  text-align: center;
}


.statProperties .statDate {
  width: 231px;
  height: 18px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #030303;
  text-shadow: -1px -1px #f2efe7;
}
.statProperties .count {
  background: #e7e2d7;
  width: auto;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  position: absolute;
  right: 16px;
}

.allProp {
  top: 28px;
}
.dayProp {
  top: 45px;
}
.weekProp {
  top: 64px;
}
.monthProp {
  top: 82px;
}

.currencies {
  position: absolute;
  right: 24px;
  bottom: 128px;
  z-index: 1000;
}


#tabsSearhFeedback {
  width: 713px;
  height: 128px;
  position: absolute;
  right: 22px;
  bottom: 17px;
  overflow: visible;
}

#tabsSearhFeedback .ui-tabs-panel {
  width: 713px;
  height: 106px;
  background: url(../img/SFtabsBodyBg.png) no-repeat bottom;
  overflow: visible;
}
#tabsSearhFeedback ul {
  padding-left: 10px;
}

#tabsSearhFeedback .ui-state-default {
  width: 213px;
  height: 22px;
  background-color: transparent;
  border: none;
  background-image: url(../img/SFtabsBg.png);
  background-position: bottom;
  text-align: center !important;
  margin-right: 2px;
}
#tabsSearhFeedback .ui-state-default a {
  color: #f2efe7;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  text-shadow: 1px 1px #5e533c;
  font-weight: normal;
  display: block;
  width: 100%;
}
#tabsSearhFeedback .ui-state-active {
  background-position: top;
}
#tabsSearhFeedback .ui-state-active a {
  color: #5e533c;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow: 1px 1px #f2efe7;
}

#tabsSearhFeedback .ui-tabs-nav li a {
  float: none;
}

#tabsSearhFeedback label {
  display: inline-block;
  /display: inline;
  width: 62px;
  height: 22px;
  margin: 20px 0 0 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #5e533c;
  text-shadow: 1px 1px #f2efe7;
  vertical-align: top;
}
#tabsSearhFeedback input,
#tabsSearhFeedback select {
  display: inline-block;
  /display: inline;
  width: 140px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  margin: 20px 0 0 0px;
  vertical-align: top;
}

.advSearh-btn {
  width: 266px;
  height: 28px;
  background: url(../img/propSearchUnderBtn.png) no-repeat;
  position: absolute;
  right: -4px;
  top: 86px;
  overflow: visible;
}
.cfError {
  position: absolute;
  right: 104px;
  top: 92px;
  z-index: 10000;
  font-size: 12px;
  line-height: 14px;
}


.advSearch {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2d7695;
  border-bottom: 1px dashed #2d7695;
  width: auto;
  cursor: pointer;
  margin-left: 20px;
}

.rentSale label {
  margin-left: 3px !important;
  width: auto !important;
}
.search2 .resets {
  width: auto !important;
  margin-left: 10px !important;
}
.search2 .resetsL {
  width: auto !important;
  margin-left: 3px !important;
}

.btnSearch {
  position: absolute;
  right: 22px;
  top: -3px;
  width: 67px !important;
  border: none;
  margin-top: 0px;
  height: 23px !important;
  background: url(../img/searchBtnBg.png) no-repeat top;
  text-decoration: none;
  margin-top: 0 !important;
}
.btnSearch:hover {
  background-position: bottom;
  cursor: pointer;
}

.search2 .advSearh-btn {
  top: 98px;
}



#tabsSearhFeedback .search2 input,
#tabsSearhFeedback .contactForm input,
#tabsSearhFeedback .search2 select,
#tabsSearhFeedback .contactForm select {
  margin-top: 10px !important;
}

#tabsSearhFeedback .search2 label,
#tabsSearhFeedback .contactForm label {
  margin-top: 10px !important;
}

.contactForm {
  width: 450px;
  overflow: visible;
}

.captchLabel {
  width: 100px !important;
}
.captchInput {
  width: 102px !important;
}
.captchImage {
  position: relative;
  left: 40px;
}

#tabsSearhFeedback .contactForm input.btnSearch {
  margin-top: 0px !important;
  width: 86px !important;
  background-image: url(../img/sendBtnBg.png);
}
#tabsSearhFeedback .contactForm .advSearh-btn {
  top: 96px;
}

.contactTextarea {
  position: absolute;
  right: 18px;
  bottom: 41px;
}
.contactTextarea textarea {
  width: 230px;
  height: 55px;
  resize: none;
}


#headSlider,
#headTab1,
#headTab2,
#headTab3,
#headTab4,
#headTab5,
#headTab6,
#headTab7,
#headTab8 {
  position: absolute;
  left: 0;
  top: 0;
}

#headTab1,
#headTab2,
#headTab3,
#headTab4,
#headTab5,
#headTab6,
#headTab7,
#headTab8,
#headbotTab1,
#headbotTab2,
#headbotTab3,
#headbotTab4,
#headbotTab5,
#headbotTab6,
#headbotTab7,
#headbotTab8,
#headbotTab9,
#headbotTab10 {
  opacity: 0;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0;
	height: 1%;
	position: relative;
    background: #f9f7f3;
    border-top: 1px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 22px 16px 22px 265px;
}

.starty {
	padding: 22px 16px 22px 265px;
    font-size: 0px;
}

.mainBlock {
  width: 182px;
  height: 232px;
  padding-top: 12px;
  position: relative;
  display: inline-block;
  /display: inline;
  vertical-align: top;
}
.mainBlockHeader {
  display: block;
  width: 100%;
  height: 24px;
}
.blockContent {
  padding: 24px;
  padding-top: 20px;
  font-size: 11px;
  text-shadow: 1px 1px #ffffff;
}
.alignJustify {
  text-align: justify;
}


.mainBlock .more {
  position: absolute;
  left: 16px;
  bottom: 17px;
  font-size: 11px;
}

.observationVisit {
  background: url(../img/observationVisitBg.jpg);
}
.observationVisitBtn {
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 81px;
  height: 23px;
  background: url(../img/observationVisitBtnBg.png) top;
}
.observationVisitBtn:hover {
  background-position: bottom;
}

.freeDirectory {
  background: url(../img/freeDirectoryBg.jpg);
}
.freeDirectoryBtn {
  position: absolute;
  right: 11px;
  bottom: 13px;
  width: 160px;
  height: 23px;
  background: url(../img/freeDirectoryBtnBg.png) top;
}
.freeDirectoryBtn:hover {
  background-position: bottom;
}

.declarationsBlock {
  background: url(../img/declarationsBg.png);
}

.declarationsBlock .blockContent {
  overflow: hidden;
  height: 153px;
  padding: 8px 12px 12px;
}
.declarationsBlock .blockContent a {
  display: block;
  background: url(../img/declarBull.png) no-repeat 0 5px;
  padding-left: 9px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 13px;
}


.declarationsBtn {
  position: absolute;
  right: 11px;
  bottom: 13px;
  width: 160px;
  height: 23px;
  background: url(../img/addDeclarationBtnBg.png) top;
}
.declarationsBtn:hover {
  background-position: bottom;
}

.expertQuest {
  background: url(../img/expertQuestBg.png);
}
.expertQuest .blockContent {
  padding: 13px;
  padding-top: 7px;
  font-size: 11px;
  text-shadow: 1px 1px #ffffff;
  overflow: visible;
}
.expertQuest .blockContent span {
  font-weight: bold;
  font-size: 10px;
}
.expertName {
  position: relative;
  left: -13px;
  font-style: italic;
  background: url(../img/expertNameBg.png) no-repeat;
  width: 182px;
  height: 20px;
  line-height: 16px;
  text-align: center;
}
.answer {
  height: 96px;
  overflow: hidden;
}
.expertQuestBtn {
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 117px;
  height: 23px;
  background: url(../img/expertQuestBtnBg.png) top;
}
.expertQuestBtn:hover {
  background-position: bottom;
}

.logosPress {
  display: block;
  background: url(../img/logosPress.png);
  width: 702px;
  height: 46px;
  margin: 10px 0 0 5px;
}
.logosPress:hover {
  opacity: 0.7;
}

.mainContent {
  color: #464646;
  font-size: 12px;
  padding: 0 11px 16px;
  margin-bottom: 18px;
  background: url(../img/botShadeCont.png) no-repeat left bottom;
  text-align: justify;
}   
.mainContent h1 {
  line-height: 37px;
}
.mainContent ul,
.mainContent ol {
  list-style-position: outside;
  margin: 6px 6px 6px 24px;
}
.mainContent li {
  padding: 6px;
  border-bottom: 1px dashed #e6e4e0;
}
.mainContent li:hover {
  background: #ffffff;
}

.pageContent {
  padding-top: 16px;
}
.pageContent img {
  margin: 6px;
}

.top {
  padding-bottom: 4px;
  margin-bottom: 0;
}
.top h3 {
  margin-bottom: 10px;
}


.feedbackBtn {
  width: 169px;
  height: 42px;
  display: block;
  position: absolute;
  right: 12px;
  top: -9px;
  text-decoration: none;
  background: url(../img/btnFeedback.png) no-repeat top;
}
.feedbackBtn:hover {
  background: url(../img/btnFeedback.png) no-repeat bottom;
}

.propertiesStartBlock {
  line-height: 0px;
  margin: 16px 0 20px;
}
.propertyStartItem {
  width: 175px;
  height: 178px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  background: #ffffff url(../img/startPropertiesBg.png) repeat-x top;
  position: relative;
  margin-right: 3px;
}
.propertyImg {
  position: absolute;
  left: 10px;
  top: 47px;
  border: 5px solid #eeeae3;
  background: #eeeae3;
  display: block;
  width: 95px;
  height: 95px;
  vertical-align: bottom;
  overflow: hidden;
}

.propertyName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 13px;
  line-height: 18px;
  width: 157px;
  height: 38px;
  overflow: hidden;
}

.price {
  position: absolute;
  left: 109px;
  top: 53px;
  font-size: 14px;
  line-height: 18px;
  color: #0f0f0f;
  font-weight: bold;
  text-shadow: 1px 1px #ffffff;
}

.rooms {
  position: absolute;
  left: 109px;
  top: 92px;
  font-size: 12px;
  line-height: 12px;
  color: #0f0f0f;
}

.propId {
  position: absolute;
  left: 109px;
  top: 117px;
  font-size: 12px;
  line-height: 12px;
  color: #0f0f0f;
}

.propLocation {
  position: absolute;
  left: 10px;
  top: 148px;
  font-size: 11px;
  line-height: 11px;
}

.startPropImg {
  width: 85px !important;
  height: 85px !important;
}
.startPropImg .child {
  width: 100% !important;
}


.tabsStart {
  width: 333px;
  height: 244px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  margin: 0 8px 0;
  background: url(../img/startTabFootBg.png) no-repeat bottom;
}
.startTabsContent {
  width: 100% !important;
  height: 203px !important;
  background: #ffffff url(../img/startTabContentTopline.png) repeat-x top !important;
  border-left: 1px solid #e4e0d6 !important;
  border-right: 1px solid #e4e0d6 !important;
}
.tabsInProperty .startTabsContent {
  background: #ffffff url(../img/propTabContentTopline.png) repeat-x top !important;
}

.tabsStart .ui-state-default {
  background: url(../img/startTabBg.png) no-repeat left !important;
  height: 23px;
  margin-right: 2px;
  margin-top: 2px;
}
.tabsStart .ui-state-default a {
  background: url(../img/startTabRightBg.png) no-repeat right !important;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #474747 !important;
  height: 23px;
}
.tabsStart .ui-state-default a:hover {
  color: #cf3b19 !important;
}
.tabsInProperty .ui-state-default a:hover {
  color: #2f7b99 !important;
}


.tabsStart .ui-state-active {
  background: url(../img/startTabActiveBg.png) no-repeat left !important;
  height: 25px;
  margin-right: 2px;
  margin-top: 0;
}
.tabsInProperty .ui-state-active {
  background: url(../img/propTabActiveBg.png) no-repeat left !important;
}
.tabsStart .ui-state-active a {
  background: url(../img/startTabRightActiveBg.png) no-repeat right !important;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  color: #fbefec !important;
  height: 25px;
  text-shadow: 1px 1px #d85840;
}
.tabsStart .ui-state-active a:hover {
  color: #fbefec !important;
  text-shadow: 1px 1px #d85840;
}

.tabsInProperty .ui-state-active a {
  background: url(../img/propTabRightActiveBg.png) no-repeat right !important;
  color: #e8f0f3 !important;
  text-shadow: 1px 1px #25708a;
}
.tabsInProperty .ui-state-active a:hover {
  color: #e8f0f3 !important;
  text-shadow: 1px 1px #25708a;
}

#tabsStart1 .ui-state-default .t1 {
  width: 47px;
}
#tabsStart1 .ui-state-default .t2 {
  width: 63px;
}
#tabsStart1 .ui-state-default .t3 {
  width: 56px;
}
#tabsStart1 .ui-state-default .t4 {
  width: 155px;
}

#tabsStart1 .ui-state-active .t1 {
  width: 53px;
}
#tabsStart1 .ui-state-active .t2 {
  width: 69px;
}
#tabsStart1 .ui-state-active .t3 {
  width: 62px;
}
#tabsStart1 .ui-state-active .t4 {
  width: 161px;
}

#tabsStart2 .ui-state-default .t1 {
  width: 47px;
}
#tabsStart2 .ui-state-default .t2 {
  width: 63px;
}
#tabsStart2 .ui-state-default .t3 {
  width: 56px;
}
#tabsStart2 .ui-state-default .t4 {
  width: 155px;
}

#tabsStart2 .ui-state-active .t1 {
  width: 53px;
}
#tabsStart2 .ui-state-active .t2 {
  width: 69px;
}
#tabsStart2 .ui-state-active .t3 {
  width: 62px;
}
#tabsStart2 .ui-state-active .t4 {
  width: 161px;
}
.lastTab {
  margin-right: 0 !important;
}

.tabBlockNews {
  padding-top: 8px;
}

.newsLink {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 4px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  width: 289px;
  height: 20px;
  overflow: hidden;
}
.newsLinkDate {
  width: 34px;
  font-size: 9px;
  text-align: right;
  color: #000000;
  line-height: 14px;
  padding: 6px 4px 4px;
  text-decoration: none;
  display: inline-block;
  /display: inline;
  vertical-align: top;
}

.moreLink {
  position: absolute;
  left: 0;
  bottom: 21px;
  height: 18px;
  width: 100%;
  background: url(../img/tabMoreLinkBg.png) repeat-x;
  text-align: right;
  padding-right: 10px;
  padding-top: 1px;
  font-size: 13px;
}
.moreLink a {
  text-decoration: none;
  line-height: 14px;
  padding-right: 26px;
  background: url(../img/tabMoreLinkArrBg.png) no-repeat right;
}
.moreLink a:hover {
  text-decoration: underline;
}

#TStab-4 {
  padding-top: 10px;
}

.startTabsContent input,
.startTabsContent select {
  width: 242px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  height: 22px;
  margin-top: 11px;
}
.startTabsContent label {
  width: 72px;
  padding-left: 17px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  color: #5e533c;
  line-height: 22px;
  padding-top: 11px;
  font-size: 13px;
}

#TStab-4 .error {
  margin-top: -10px;
}
#TStab-4 input.error,
#TStab-4 select.error {
  margin-top: 11px;
}


.subsCaptcha {
  padding-bottom: 10px;
}
.subsCaptcha label {
  width: 130px;
  vertical-align: middle;
}
.subsCaptcha input {
  width: 60px;
  vertical-align: middle;
  margin-left: 4px;
}
.subsCaptcha img {
  margin-top: 11px;
}

.subscribeBtn {
  width: 107px !important;
  height: 29px !important;
  margin-top: 0 !important;
  background: transparent url(../img/subscribeBtn.png) no-repeat top;
  border: none;
  cursor: pointer;
  position: relative;
  left: 207px;
}
.subscribeBtn:hover {
  background-position: bottom;
}

.tabBlockPhoto {
  line-height: 0px;
  font-size: 0px;
  padding-left: 6px;
  padding-top: 6px;
}


.mainGall {
  position: relative;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  border: 4px solid #ffffff;
  outline: 1px solid #e4e4e4;
  width: 100px;
  height: 79px;
  margin: 3px;
}

.mainGall:hover {
  outline-color: #ffffff;
}
.mainGall span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background: #f9f7f3;
  padding: 4px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  display: none;
}
.mainGall:hover span {
  display: block;
}

.videoInTab {
  border: 5px solid #bfb9a8;
  width: 270px;
  height: 170px;
}

.tabBlockVideo {
  position: relative;
  height: 179px;
  padding-top: 6px;
}
.tabBlockVideo .tabHeadSubmenuCase {
  height: 179px;
}
.tabBlockVideo .jcarousel-skin-tango .jcarousel-clip-horizontal {
  height: 179px;
  width: 276px !important;
}
.tabBlockVideo .scrollArrowLeft {
  width: 22px !important;
  height: 31px !important;
  position: absolute !important;
  top: 80px !important;
  left: 5px !important;
  background: url(../img/nextPrevVideo.jpg) no-repeat left !important;
  cursor: pointer !important;
}
.tabBlockVideo .scrollArrowRight {
  width: 22px !important;
  height: 31px !important;
  position: absolute !important;
  top: 80px !important;
  right: 5px !important;
  background: url(../img/nextPrevVideo.jpg) no-repeat right !important;
  cursor: pointer;
}
.tabBlockVideo .scrollArrowRight:hover,
.tabBlockVideo .scrollArrowLeft:hover {
  opacity: 0.5;
}


.tabBlockMap {
  padding-top: 5px;
  padding-left: 3px;
}

.tabBlockYP {
  padding: 8px 0 0 10px;
  position: relative;
}


.ypCategoryLink {
  display: block;
  position: relative;
  width: 311px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/tabYPItemBg.png) no-repeat;
  padding-left: 28px;
  margin:  0 0 6px 0;
}
.ypCategoryLink:hover {
  text-decoration: underline;
}
.ypCategoryLink span {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 9px;
}

.addCompanyTabBtn {
  position: absolute;
  left: 11px;
  bottom: 13px;
  width: 160px;
  height: 29px;
  display: block;
  background: url(../img/ypBtnBg.png) top;
  text-decoration: none;
}
.addCompanyTabBtn:hover {
  background-position: bottom;
}
.breadCumbs a,
.breadCumbs span {
  font-size: 13px;
  background: url(../img/breadcrumbsArrow.png) no-repeat right center;
  padding-right: 23px;
  line-height: 15px;
}

.breadCumbs {
  display: inline;
  background: url(../img/breadcrumbsPage.png) no-repeat right top;
  padding-right: 21px;
}

/* News-Articles-Blogs */
.rssBtn {
  display: inline-block;
  width: 55px;
  height: 24px;
  text-decoration: none;
  background: url(../img/rssBut.png) no-repeat;
  vertical-align: middle;
}
.rssBtn:hover {
  opacity: 0.7;
}

.tagsFilter {
  position: relative;
  top: 15px;
  margin-bottom: 10px;
}


.tagsFilter a {
  color: #017db3;
  text-decoration: none;
  border-bottom: 1px dashed #017db3;
  margin-left: 14px;
  display: inline-block;
  /display: inline;
  vertical-align: middle;
}
.tagsFilter a:hover {
  border-bottom: 1px dashed #f9f7f3;
}
.tagsFilter .active {
  height: 17px;
  background: url(../img/tagActiveBg.png) no-repeat left;
  border: none;
  padding-left: 11px;
  color: #322814;
  text-shadow: 1px 1px #ffffff;
}
.tagsFilter a.active:hover {
  border-bottom: none;
}

.tagsFilter .active span {
  display: block;
  height: 17px;
  padding-right: 11px;
  background: url(../img/tagActiveRightBg.png) no-repeat right;
}

.publicationItem {
  padding: 17px 0 8px;
  color: #464646;
  font-size: 12px;
  background: url(../img/itemBotLine.png) repeat-x bottom;
  text-align: justify;
}
.publicationItem .date {
  width: 57px;
  height: 14px;
  line-height: 15px;
  text-align: center;
  background: #e8e2d3;
  text-shadow: 1px 1px #ffffff;
  font-size: 10px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  margin-top: 4px;
  text-align: left;
}
.publicationItem .name {
  width: 630px;
  font-size: 18px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  margin-bottom: 4px;
  padding-left: 4px;
  text-align: left;
}

.blog .picture {
  display: block;
  width: 90px;
  height: 70px;
  overflow: hidden;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(../img/dummyBlogs.png) no-repeat;
}

.blog .description {
  width: 580px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  padding-left: 4px;
}

.searchResult .name,
.searchResult .more {
  display: block;
  padding-left: 0px;
}

.keyword {
  background: #e8e2d3;
}


/* FAQs */
.faqBtn {
  position: absolute;
  right: 20px;
  top: -6px;
  text-decoration: none;
  width: 229px;
  height: 77px;
  background: url(../img/faqBtn.jpg) no-repeat top;;
}
.faqBtn:hover {
  background: url(../img/faqBtn.jpg) no-repeat bottom;
}

.faqItem {
  width: 100%;
  padding-bottom: 10px;
  background: url(../img/botShadeContent.png) no-repeat bottom;
  padding-top: 12px;
}
.faqItem .question {
  width: 100%;
  padding: 10px 10px 10px 50px;
  background: #ede9df url(../img/faqIco.jpg) no-repeat 10px 10px;
  font-size: 12px;
  font-style: italic;
  color: #000000;
  text-shadow: 1px 1px #ffffff;
  min-height: 30px;
  min-height: 45px\9;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.faqItem .expert {
  width: 100%;
  padding-left: 10px;
  background: url(../img/expertFaqBg.jpg) repeat-x;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px -1px #2f2e2d;
  height: 25px;
  line-height: 25px;
  position: relative;
}
.faqItem .expert .date {
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 25px;
  font-style: normal;
  font-weight: normal;
}
.faqItem .answer {
  width: 100%;
  padding: 15px;
  background: #ffffff url(../img/answerBg.jpg) repeat-x top;
  font-size: 12px;
  color: #464646;
  text-shadow: 1px 1px #ffffff;
  min-height: 30px;
  height: auto;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* Forms */
.formContent {
  padding: 20px 20px 0 20px;
  font-size: 13px;
  font-style: italic;
}


.mainContent form {
  padding: 20px;
  position: relative;
}
.mainContent form label {
  width: 155px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  line-height: 31px;
  margin-top: 9px;
  color: #464646;
  font-size: 14px;
}

.mainContent form label span {
  color: #d10707;
  font-size: 24px;
}

.mainContent form div.error {
  padding-right: 140px;
}


.mainContent form input,
.mainContent form select,
.mainContent form textarea
 {
  width: 492px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  height: 31px;
  line-height: 31px;
  margin-top: 9px;
  color: #464646;
  font-size: 16px;
  padding-left: 5px;
  border: 1px solid #dcdad7;
  background: #ffffff url(../img/controlBg.png) repeat-x bottom;
  resize: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mainContent form textarea {
  height: 100px;
}
.mainContent form input:focus,
.mainContent form select:focus,
.mainContent form textarea:focus {
  border: 1px solid #cac8c5;
}

.mainContent form .sendBtn {
  border: none !important;
  background: url(../img/sendBtnInContent.png) no-repeat top;
  width: 125px !important;
  height: 33px !important;
  position: absolute;
  bottom: 20px;
  right: 20px !important;
  left: auto;
  top: auto;
}
.mainContent form .sendBtn:hover {
  background: url(../img/sendBtnInContent.png) no-repeat bottom;
}
.mainContent form .captchImage {
  position: relative;
  left: 0;
  margin-top: 10px;
}

.dataDash {
  margin-top: 9px;
  line-height: 29px;
  display: inline-block;
  /display: inline;
  padding: 0 10px 0 10px;
}

.ui-datepicker-trigger {
  position: relative;
  top: 3px;
  left: 3px;
  cursor: pointer;
}



/* Properties */
.properties .tagsFilter {
  text-align: right;
  top: 0;
  margin: 22px 10px 20px 0;
}
.sorting {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sorting a span {
  font-size: 12px;
}

.sorting .asc span {
  background: url(../img/priceAsc.png) no-repeat right;
  padding-right: 16px;
}
.sorting .desc span {
  background: url(../img/priceDesc.png) no-repeat right;
  padding-right: 16px;
}

.propertiesItem {
  width: 705px;
  height: 154px;
  background: #ffffff url(../img/propertiesItemBg.png) no-repeat top;
  position: relative;
  padding: 3px 0 0 3px;
  margin-top: 9px;
}

.propertiesItem .picture {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 143px;
  height: 110px;
  background: #eeeae4;
  border: 1px solid #e4e0d3;
}
.propertiesItem .picture:hover {
  background: #b2dced;
  border: 1px solid #aae6fb;
}

.propertiesItem .imgLink {
  left: 4px;
  top: 4px;
}

.propertiesItem .name {
  display: block;
  width: 525px;
  background: #f9f6ef;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 8px 8px 160px;
}
.propertiesItem .name:hover {
  text-decoration: underline;
  background: #f5f2ea;
}

.propertiesItem .description {
  width: 525px;
  color: #464646;
  font-size: 11px;
  padding: 8px 8px 8px 160px;
  height: 69px;
  overflow: hidden;
}

.propertiesItem .id {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  left: 13px;
  bottom: 13px;
  text-decoration: none;
}
.propertiesItem .id:hover {
  text-decoration: underline;
}

.propertiesItem .specifications {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 168px;
  height: 114px;
}

.propertiesItem .mortgage {
  font-size: 12px;
  color: #ec6140;
  font-style: italic;
  font-weight: bold;
  line-height: 14px;
  padding-left: 17px;
  margin-left: 31px;
  background: url(../img/mortgageBul.png) no-repeat left top;
}

.propertiesItem .specifications ul {
  margin: 20px 0 0 11px;
  list-style-type: none;
}
.propertiesItem .specifications li {
  background: url(../img/specBul.png) no-repeat 0 9px;
  padding-left: 9px;
  border-bottom: none;
}
.propertiesItem .more {
  position: absolute;
  right: 185px;
  bottom: 16px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/infoIco.png) no-repeat;
  text-decoration: none;
}

.propertiesItem .price {
  width: 110px;
  height: 25px;
  background: url(../img/priceBg.png) no-repeat;
  color: #faedea;
  text-align: center;
  text-shadow: 0 -1px #ca2600;
  padding-top: 5px;
  line-height: 18px;
  position: absolute;
  right: -5px;
  bottom: 17px;
  top: auto;
  left: auto;
  text-decoration: none;
}

.propSearshResultsBtn {
  position: absolute;
  top: -6px;
  right: 20px;
  width: 327px;
  height: 93px;
  background: url(../img/propSearchResBg.png) no-repeat;
  font-size: 18px;
  color: #ec6140;
  text-align: center;
  padding-top: 10px;
}
.propSearshResultsBtn a {
  position: absolute;
  top: 38px;
  right: 16px;
  display: block;
  width: 295px;
  height: 39px;
  line-height: 39px;
  text-decoration: none;
  font-size: 22px;
  color: #313131;
  text-shadow: 1px 1px #eeeeee;
  padding-left: 63px;
  text-align: left;
}
.propSearshResultsBtn a:hover {
  color: #ca2600;
}

.openProperty {
  width: 703px;
  height: 555px;
  background: url(../img/propOpenBg.png) no-repeat;
}

.openProperty .price {
  bottom: 489px;
}
.openProperty .specifications ul {
  margin-top: 88px;
}

.openProperty .contacts {
  position: absolute;
  right: -1px;
  bottom: 228px;
  width: 174px;
  height: 103px;
  background: url(../img/contactsBg.png) no-repeat;
}

.openProperty .contactsBtn {
  width: 162px;
  height: 36px;
  text-decoration: none;
  position: absolute;
  top: -8px;
  left: 6px;
  background: url(../img/contactsBtn.png) no-repeat top;
}
.openProperty .contactsBtn:hover {
  background: url(../img/contactsBtn.png) no-repeat bottom;
}
.openProperty .phone {
  position: absolute;
  top: 37px;
  left: 33px;
  font-size: 16px;
  font-weight: bold;
  color: #d94d2c;
  text-shadow: 1px 1px #ffffff;
}
.openProperty .email {
  position: absolute;
  top: 68px;
  left: 33px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px #ffffff;
}

.openProperty .pdfBtn {
  position: absolute;
  right: 30px;
  bottom: 180px;
  width: 116px;
  height: 31px;
  background: url(../img/pdfBtn.png) no-repeat top;
  text-decoration: none;
}
.openProperty .pdfBtn:hover {
  background: url(../img/pdfBtn.png) no-repeat bottom;
}

.openProperty .picture {
  width: 507px;
  height: 379px;
  background: #bfb9a8;
  border: none;
}
.openProperty .picture:hover {
  background: #bfb9a8;
  border: none;
}

.openProperty .imgLink {
  left: 5px;
  top: 5px;
}

.openProperty .picture .imgLink {
  width: 497px;
  height: 368px;
}
.openProperty .picture .imgLink .photo {
  width: 497px;
  height: 368px;
}

.propertyGallery {
  background: transparent;
  border: none;
  position: absolute;
  top: 398px;
  left: 0;
  width: 703px;
  height: 128px;
}

.propertyGallery li {
  background: none #c3bdad;
  border: 1px solid #a49e8c;
  margin-top: 9px;
}
.propertyGallery li:hover,
.propertyGallery .active {
  background: #b2dced;
  border: 1px solid #aae6fb;
}

.tabsInProperty {
  width: 703px;
  height: auto;
  margin: 10px 0 10px 0;
  background: url("../img/botShadeContent.png") no-repeat center bottom;
}

.tabsInProperty .ui-tabs-panel {
  height: auto !important;
  padding: 20px;
}

.tabsInProperty .ui-state-default a {
  padding: 0 8px 0;
}

.tabsInProperty ul {
  margin: 0;
}
.tabsInProperty .startTabsContent {
  margin-bottom: 10px;
}
.tabsInProperty .startTabsContent ul {
  margin-left: 20px;
  margin-bottom: 5px;
}

.photogalleryBlock {
  width: 706px;
  padding: 20px 0 20px;
  background: #ebe8e1;
  border: 1px solid #bbb3a1;
  text-align: center;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.photogalleryBlock .child img {
  margin: 0;
}


.photogalleryBlock #slideshow img {
  border: 5px solid #bfb9a8;
}
#controls .prev {
  display: block;
  width: 54px;
  height: 86px;
  background: url(../img/galleryNavs.png) no-repeat left top;
  position: absolute;
  left: 20px;
  top: 200px;
}
#controls .next {
  display: block;
  width: 54px;
  height: 86px;
  background: url(../img/galleryNavs.png) no-repeat right top;
  position: absolute;
  right: 20px;
  top: 200px;
}
#controls .next:hover,
#controls .prev:hover {
  opacity: 0.7;
}

#slideshow {
  min-height: 390px;
}

#slideshow a {
  text-decoration: none;
}


.thumbs li {
  height: 111px;
  list-style-type: none;
  margin: 12px 6px 0 0;
  overflow: visible;
  position: relative;
  width: 143px;
  background: none #c3bdad;
  border: 1px solid #a49e8c;
  margin-top: 9px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
}
.thumbs li:hover,
.thumbs li.selected {
  background: #b2dced;
  border: 1px solid #aae6fb;
}
.thumbs li .child {
  width: 100%;
}
.thumbs li .parent {
  left: 0;
  top: 0;
}

/* Declaration - YellowPages */
.items {
  padding-top: 10px;
}

.declarationItem {
  width: 705px;
  height: 154px;
  background: #ffffff url(../img/declarationItemBg.png) no-repeat top;
  position: relative;
  padding: 3px 0 0 3px;
  margin-top: 9px;
}
.declaratioOpen {
  height: auto;
  background: url(../img/itemBg.png) repeat-y top !important;
  padding: 0;
}
.declaratioOpen .itemTopBg {
  background: url(../img/itemTopBg.png) no-repeat top;
  min-height: 473px;
  padding: 3px 0 0 3px;
}
.declaratioOpen .itemBotBg {
  background: url(../img/itemBotBg.png) no-repeat;
  height: 30px;
  width: 705px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.videoContent .itemBotBg {
  background: url(../img/itemBotBg.png) no-repeat;
  height: 30px;
  width: 705px;
  position: relative;
  left: -1px;
  bottom: 0px;
}

.declarationItem .name {
  display: block;
  width: 480px;
  background: #f9f6ef url(../img/declarIco.png) no-repeat 3px 3px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 8px 8px 40px;
}
.declarationItem .name:hover {
  text-decoration: underline;
  background: #f5f2ea url(../img/declarIco.png) no-repeat 3px 3px;
}

.declarationItem .description {
  width: 480px;
  color: #464646;
  font-size: 11px;
  padding: 18px;
  height: 69px;
  overflow: hidden;
}
.declaratioOpen .description {
  font-size: 12px;
  height: auto;
}

.declarationItem .author {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 13px;
  bottom: 16px;
  text-decoration: none;
}
.declaratioOpen .author {
  color: #322814;
  font-size: 14px;
  font-weight: bold;
  position: static;
  padding: 8px 8px 8px 0;
}

.declarationItem .specifications {
  position: absolute;
  right: 10px;
  top: 38px;
  width: 190px;
  height: 78px;
}

.declarationItem .email {
  font-size: 12px;
  color: #ec6140;
  font-weight: bold;
  line-height: 14px;
  padding-left: 21px;
  background: url(../img/mailIco.png) no-repeat left top;
}
.declarationItem .contacts {
  font-size: 12px;
  line-height: 14px;
  padding-left: 21px;
  margin-top: 10px;
  overflow: hidden;
  max-height: 30px;
  background: url(../img/contactsIco.png) no-repeat left top;
}
.declaratioOpen .contacts {
  height: auto !important;
  overflow: visible !important;
}


.declarationItem .more {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 30px;
  height: 31px;
  background: url(../img/declarInfoIco.png) no-repeat;
  text-decoration: none;
}

.declarationBtn {
  position: absolute;
  right: 20px;
  top: -6px;
  text-decoration: none;
  width: 286px;
  height: 77px;
  background: url(../img/declarationBtn.jpg) no-repeat top;;
}
.declarationBtn:hover {
  background: url(../img/declarationBtn.jpg) no-repeat bottom;
}

.ypBtn {
  position: absolute;
  right: 20px;
  top: -6px;
  text-decoration: none;
  width: 266px;
  height: 77px;
  background: url(../img/ypBtn.jpg) no-repeat top;;
}
.ypBtn:hover {
  background: url(../img/ypBtn.jpg) no-repeat bottom;
}

.mainCatalog {
  padding: 20px 0px 20px;
}


.dCategoryLink {
  display: block;
  position: relative;
  width: 345px;
  height: 52px;
  line-height: 46px;
  font-size: 18px;
  text-decoration: none;
  background: url(../img/itemsCategoryBg.png) no-repeat top;
  padding-left: 8px;
  margin:  0 0 0 11px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
}
.dCategoryLink:hover {
  color: #0f4861;
  text-shadow: 1px 1px #ffffff;
  background-position: bottom;
}
.dCategoryLink .name {
  display: block;
  background: url(../img/declarCategoryIco.png) no-repeat 0 5px;
  height: 42px;
  padding-left: 36px;
}
.yp .dCategoryLink .name {
  background: url(../img/ypCategoryIco.png) no-repeat 0 8px;
}

.yp .declarationItem {
  background: url(../img/ypItemBg.png) no-repeat;
}
.yp .declarationItem .name {
  background: transparent url(../img/ypIco.png) no-repeat;
  height: 38px;
  position: relative;
  top: -7px;
  left: -3px;
  padding-left: 48px;
  line-height: 26px;
  overflow: hidden;
}

.yp .declarationItem .description {
  padding-top: 5px;
  width: 700px;
}
.yp .declaratioOpen .description {
  width: 480px;
}

.yp .declarationItem .specifications {
  bottom: 11px;
  left: 11px;
  right: auto;
  top: auto;
  height: 30px;
  width: 705px !important;
}

.yp .declaratioOpen .specifications {
  left: auto;
  top: 28px;
  right: 10px;
  bottom: auto;
  width: 200px !important;
}

.yp .declarationItem .specifications div {
  padding-right: 28px;
  display: inline-block;
  /display: inline;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.yp .declaratioOpen .specifications div{
  color: #322814;
  text-shadow: 1px 1px #ffffff;
  font-size: 12px;
  display: block;
  line-height: 16px;
  margin-top: 8px;
}

.yp .declarationItem .specifications div a {
  color: #ffffff;
  font-size: 12px;
}
.yp .declaratioOpen .specifications div a {
  color: #2d7695;
}

.yp .declarationItem .specifications .phone {
  background: url(../img/phoneIco.png) no-repeat 4px center !important;
  padding-left: 23px !important;
  padding-top: 2px;
  color: #463c2a !important;
}

.yp .declarationItem .specifications .site {
  background: url(../img/siteIco.png) no-repeat left center;
  padding-left: 20px;
}
.yp .declarationItem .specifications .email {
  background-position: 0 9px;
}

.yp .declaratioOpen .specifications .phone {
  background: url(../img/headPhoneIco.png) no-repeat left center;
  line-height: 22px;
  font-size: 16px;
  color: #d94d2c;
  padding-left: 26px;
}
.yp .declaratioOpen .specifications .fax {
  background: url(../img/faxIco.png) no-repeat 2px center;
  padding-left: 23px;
}
.yp .declaratioOpen .specifications .adress {
  background: url(../img/adressIco.png) no-repeat 2px top;
  padding-left: 23px;
}
.yp .declaratioOpen .specifications .email {
  background-position: 2px 2px;
  padding-left: 23px;
}
.yp .declaratioOpen .specifications .site {
  background-position: 3px 0;
  padding-left: 23px;
}


.dCategoryLink .quant {
  position: absolute;
  top: -1px;
  right: 12px;
  font-size: 14px;
  color: #322814;
}

.dCategories {
  line-height: 0px;
  font-size: 0px;
}

.videos {
  background: url(../img/videoCarouselBg.jpg) repeat-y;
  position: static;
  width: 701px;
}

.videoOpen {
  background: url(../img/videoBg.jpg) repeat-y;
  width: 703px;
  border: 1px solid #bcb5a3;
  border-bottom: none;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.chan10 {
  line-height: 41px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #555453;
  text-shadow: 1px 1px #ffffff;
}

.videoShade {
  background: url(../img/videoShade.jpg) no-repeat center center;
  height: 9px;
}


.videoContainer {
  border: 5px solid #bfb9a8;
  width: 650px;
  margin-left: 24px;
}


/* --------------- Pagination --------------- */
.pagination {
  font-size: 0;
  padding-top: 15px;
  text-align: center;
}

.pagination a {
  display: inline-block;
  /display: block;
  height: 23px;
  line-height: 23px;
  margin-right: 5px;
  min-width: 23px;
  padding: 0 5px 0;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px -1px #2b647a;
  background: url(../img/pagerButBg.png) no-repeat left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination a:hover {
  background-position: left bottom;
  text-shadow: 0px 1px #2b647a;
}


.pagination span {
  display: inline-block;
  /display: block;
  height: 23px;
  line-height: 23px;
  margin-right: 5px;
  min-width: 23px;
  padding: 0 5px 0;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #463c2a;
  text-shadow: 0px -1px #ffffff;
  cursor: default;
}

.pagination span.prev,
.pagination span.next {
  display: inline-block;
  /display: block;
  height: 23px;
  line-height: 23px;
  margin-right: 5px;
  min-width: 23px;
  padding: 0 5px 0;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px -1px #b6b3ad;
  background: url(../img/pagerDisableButBg.png) no-repeat left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pagination a, .pagination span {

}

.pagination .current {

}

.pagination .current.prev, .pagination .current.next{

}

.sitemap li {
  font-size: 18px;
}
.sitemap li ul li {
  font-size: 14px;
  text-transform: uppercase;
}
.sitemap li ul li ul li {
  font-size: 14px;
  text-transform: none;
}
.sitemap li ul li ul li ul li {
  font-size: 12px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 257px;
	margin-left: -100%;
	position: relative;
    padding-left: 23px;
  padding-bottom: 23px;
}


.accordion {
  padding-bottom: 8px !important;
  background: url(../img/botShade.jpg) no-repeat bottom;
  margin-bottom: 12px;
}

.accordion-header {
  background: url(../img/accHeaderBlue.png) no-repeat;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  font-family: 'PT Sans Narrow', sans-serif;
  zoom: 1;
}

.accordion-header i {
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  display: block;
  width: 234px;
  height: 33px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 1px 1px #0a5d7e;
  padding-left: 5px;
}

.acc-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
  bottom: 9px;
}
.acc-icon:hover {
  opacity: 0.7;
}


.acc-icon-plus{
  background: url(../img/accIcons.png) no-repeat bottom;
}
.acc-icon-minus {
  background: url(../img/accIcons.png) no-repeat top;
}


.accordion-content {
  padding: 8px;
  border-left: 1px solid #ebe4d4;
  border-right: 1px solid #ebe4d4;
  background: #ffffff;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.accordion-content a {
  border-bottom: 1px solid #e9e2d1;
  padding-left: 10px;
  line-height: 18px;
  display: block;
  background: url(../img/leftMenuBull.png) no-repeat 0 50%;
  text-decoration: none;
}
.accordion-content a:hover {
  background-color: #faf6ed;
}

.leftBanner {
  margin-top: 12px;
  width: 234px;
  height: 107px;
  overflow: hidden;
}
.leftBanner a {
  display: block;
  height: 76px;
}
#banner1,
#banner2 {
  overflow: visible;
  width: 234px;
  height: 76px;
}


.leftBannerFoot {
  background: url(../img/leftBannerFoot.jpg) no-repeat;
  height: 31px;
  line-height: 23px;
  text-align: center;
  text-shadow: 1px 1px #FAF6ED;
}

.socBlock {
  margin-top: 10px;
  padding: 0 1px;
  border-left: 1px solid #d7d7d6;
  border-right: 1px solid #d7d7d6;
}
.socBlockHeader {
  background: url(../img/inSocialHeaderBg.png);
  width: 234px;
  height: 24px;
  margin-bottom: 10px;
  position: relative;
  left: -2px;
}
.socBlockFooter {
  position: relative;
  left: -2px;
  top: 2px;
  background: #fcfcfb url(../img/inSocialFootBg.png) no-repeat bottom;
  width: 234px;
  height: 10px;
}

.socBlock a {
  background: #f2f2f2;
  margin-top: 4px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.socBlock a:hover span {
  text-decoration: underline;
}

.socBlock img {
  border: 1px solid #cecdcd;
  margin: 0 10px 0 6px;
}
.socBlock span {
  display: inline-block;
  /display: inline;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  width: 137px;
}
.ytFix span {
  line-height: 16px;
  padding-top: 3px;
}

.weather {
  padding: 25px;
  padding-bottom: 0;
  text-align: center;
}

.partitionName {
  width: 236px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #b4ac9c;
  text-shadow: 1px 1px #ffffff;
  font-size: 24px;
  background: url(../img/partitionName.png) no-repeat;
  margin-top: -6px;

}
.partitionNameEnd {
  background: url(../img/botShade.jpg) no-repeat;
  width: 234px;
  height: 8px;
}

.partitionSubmenu {
  border-bottom: 1px solid #C1B9A9;
}
.partitionSubmenu a {
  margin-left: 10px;
  border-bottom: none;
  font-size: 11px;
  line-height: normal;
}

.partitionAccBody {
  background: #eeeae4 !important;
  border-color: #ffffff !important;
  margin-left: 4px !important;
}
.partitionAccBody a {
  border-color: #c1b9a9 !important;
  background-image: url(../img/accBull.png) !important;
  color: #000000 !important;
}
.partitionAccBody a.active {
  color: #247188 !important;
}

.partitionAccHead .acc-icon-plus {
  background: url(../img/accPartIcons.png) no-repeat bottom;
  width: 16px;
  height: 16px;
  bottom: 7px !important;
}
.partitionAccHead .acc-icon-minus {
  background: url(../img/accPartIcons.png) no-repeat top;
  width: 16px;
  height: 16px;
  bottom: 7px !important;
}
.partitionAccHead {
  background: url(../img/partAccBg.png) !important;
  width: 238px !important;
  height: 33px !important;
  position: relative;
  left: -1px;
  margin-top: 0px !important;
}
.partitionAccHead i {
  height: 33px !important;
}

.partitionAccHead i {
  font-size: 16px !important;
  line-height: 33px;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #413723 !important;
  text-shadow: 1px 1px #f6f4ed !important;
  padding-left: 10px !important;
}

.firtAcc {
  height: 44px;
  background-position: bottom !important;
}
.firtAcc i {
  height: 44px !important;
  background: url(../img/botShade.jpg) no-repeat top;
  line-height: 54px !important;
}

.accSubscribe {
  background: url(../img/accSubscribe.png) no-repeat bottom !important;
}
.accTour {
  background: url(../img/accTour.png) no-repeat bottom !important;
}

.accQuestion {
  background: url(../img/accQuestion.png) no-repeat bottom !important;
}
.accCallback {
  background: url(../img/accCallback.png) no-repeat bottom !important;
}

.accordion-content label {
  display: inline-block;
  display: /inline;
  color: #999999;
}


.accordion-content input,
.accordion-content select,
.accordion-content label {
  width: 100%;
  margin-top: 5px;
  color: #999999;
}
.accordion-content textarea {
  width: 100%;
}


.accordion-content .captchImage {
  position: static;
  vertical-align: bottom;
}
.accordion-content .captchInput {
  width: 90px !important;
}

#TStab-4 .captchImage {
  left: 0;
}


.accordion-content .subscribeBtn {
  left: 108px !important;
  margin-top: 5px !important;
}
.orderBtn {
  width: 81px !important;
  height: 23px !important;
  margin-top: 0 !important;
  background: transparent url("../img/observationVisitBtnBg.png") no-repeat top;
  border: none;
  cursor: pointer;
  position: relative;
  left: 134px;
}
.orderBtn:hover {
  background: transparent url("../img/observationVisitBtnBg.png") no-repeat bottom;
}

.sendBtn {
  width: 86px !important;
  height: 23px !important;
  margin-top: 0 !important;
  background: transparent url("../img/sendBtnBg.png") no-repeat top;
  border: none;
  cursor: pointer;
  position: relative;
  left: 128px;
}
.sendBtn:hover {
  background: transparent url("../img/sendBtnBg.png") no-repeat bottom;
}

.callmeBtn {
  width: 130px !important;
  height: 23px !important;
  margin-top: 0 !important;
  background: transparent url("../img/callmeBtn.png") no-repeat top;
  border: none;
  cursor: pointer;
  position: relative;
  left: 84px;
}
.callmeBtn:hover {
  background: transparent url("../img/callmeBtn.png") no-repeat bottom;
}

.hasDatepicker {
  width: 87px !important;
}

.ui-datepicker {
  background: #F2EFE7;
  -webkit-box-shadow: 0px 0px 5px #222;
  -moz-box-shadow: 0px 0px 5px #222;
  box-shadow: 0px 0px 5px #222;
}
.ui-datepicker .ui-state-default {
  background: #FFFFFF !important;
  border: 1px solid #F2EFE7 !important;
}
.ui-datepicker .ui-state-highlight {
  background: #F2EFE7 !important;
}
.ui-datepicker .ui-state-active {
  background: #247188 !important;
  color: #ffffff;
}

.tabsInCollumn {
  width: 234px;
  height: auto;
  margin: 10px 0 10px 0;
  background: url("../img/botShade.jpg") no-repeat center bottom;
}

.tabsInCollumn .ui-tabs-panel {
  height: auto !important;
  margin-bottom: 8px;
  padding-bottom: 35px;
}

.tabsInCollumn .ui-state-default a {
  padding: 0 8px 0;
}

.tabsInCollumn .newsLink {
  width: 221px;
  height: 22px;
  font-size: 13px;
  margin-left: 7px;
  padding-left: 8px;
  background: url(../img/newsInCollBull.png) no-repeat left 10px;
  overflow: hidden;
}

.tabsInCollumn .newsLinkDescription {
  width: 221px;
  height: 24px;
  font-size: 10px;
  padding-left: 15px;
  line-height: 12px;
  display: block;
  overflow: hidden;
}

.facebookLike {
  height: 558px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: 0 auto 0;
	height: 307px;
	background: url(../img/footerBg.png) no-repeat left top;
    position: relative;
}

.footerTabsLinks {
  height: 32px;
  padding-right: 4px;
  text-align: right;
}
.footerTabsLinks a {
  display: inline-block;
  /display: inline;
  height: 32px;
  margin-right: 10px;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px #d3d3d3;
  background: url(../img/footTabsLeftBg.png) no-repeat left top;
  width: auto;
  padding-left: 9px;
  position: relative;
}
.footerTabsLinks a:hover {
  color: #ca2600;
  text-shadow: 1px 1px #d3d3d3;
  background: url(../img/footTabsLeftBgHover.png) no-repeat left bottom;
}
.footerTabsLinks a span {
  display: block;
  height: 32px;
  background: url(../img/footTabsRighBg.png) no-repeat right top;
  padding-right: 10px;
}
.footerTabsLinks a:hover span {
  background: url(../img/footTabsRighBgHover.png) no-repeat right bottom;
}

.footerTabsLinks .active {
  color: #ca2600;
  text-shadow: 1px 1px #d3d3d3;
  background: url(../img/footTabsLeftBgHover.png) no-repeat left bottom;
}
.footerTabsLinks .active span {
  background: url(../img/footTabsRighBgHover.png) no-repeat right bottom;
}

.footerTabsLinks a img {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 0;
}
.footerTabsLinks a:hover img,
.footerTabsLinks .active img {
  height: 13px;
}

.copy1 {
  position: absolute;
  left: 201px;
  top: 50px;
  line-height: 22px;
  font-size: 11px;
  color: #ffffff;
}
.copy2 {
  position: absolute;
  left: 50%;
  top: 172px;
  width: 280px;
  margin-left: -140px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}
.shittyBlock {
  position: absolute;
  left: 50%;
  top: 236px;
  width: 540px;
  margin-left: -270px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  color: #1fa3b6
}
.shittyBlock a {
  color: #1fa3b6
}

.footButtons {
  position: absolute;
  left: 41px;
  top: 94px;
  font-size: 0px;
  line-height: 0px;
}
.footButtons a {
  display: inline-block;
  /display: inline;
  width: 145px;
  height: 56px;
  background: url(../img/footBtnsBg.png) no-repeat 0 0;
  text-decoration: none;
  margin-right: 10px;
}

.footButtons .but1 {
  background-position: 0px top;
}
.footButtons .but1:hover {
  background-position: 0px bottom;
}
.footButtons .but2 {
  background-position: -145px top;
}
.footButtons .but2:hover {
  background-position: -145px bottom;
}
.footButtons .but3 {
  background-position: -290px top;
}
.footButtons .but3:hover {
  background-position: -290px bottom;
}
.footButtons .but4 {
  background-position: -435px top;
}
.footButtons .but4:hover {
  background-position: -435px bottom;
}
.footButtons .but5 {
  background-position: -580px top;
}
.footButtons .but5:hover {
  background-position: -580px bottom;
}
.footButtons .but6 {
  background-position: -725px top;
}
.footButtons .but6:hover {
  background-position: -725px bottom;
}

.paymentPal {
  position: absolute;
  left: 37px;
  top: 180px;
  color: #ffffff;
}

.socialBlock {
  position: absolute;
  right: 22px;
  top: 200px
}

.slideUpLink {
  position: absolute;
  right: 22px;
  top: 265px;
  font-size: 13px;
  color: #32c6e5;
  border-bottom: 1px dashed #32c6e5;
  text-decoration: none;
}

.footButtons a:hover {
  background-position: bottom;
}

/* ------- */

.text404 {
  padding: 40px;
}

.text404 h1 {
  font-size: 32px;
}
.foot404 {
  height: 100px !important;
}



/* PDF */
.pdfTemplate #header,
.pdfTemplate .topHeader {
  height: 113px;
}
.pdfTemplate .headMail {
  top: 9px;
}

.phonePdf {
  left: 400px;
}
.headSite {
  display: block;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 2px 2px #2390b2;
  background: url(../img/headSiteBg.png) no-repeat;
  padding: 8px 0 0 51px;
  position: absolute;
  top: 9px;
  left: 400px;
  width: 233px;
  height: 44px;
}

.headMail:hover {
  color: #e7f8fd;
}

.pdfTemplate #footer {
  height: 80px;
  background-position: 0 -20px;
}
.pdfTemplate .copy1 {
  top: 30px;
}


/* ------- */

.text404 {
  padding: 40px;
}

.text404 h1 {
  font-size: 32px;
}
.foot404 {
  height: 100px !important;
}

.accordion-content input[disabled] {
  opacity: 0.5;
  cursor: default;
}
.accordion-content input[disabled]:hover {
  background-position: top;
}

.accordion-content .ui-datepicker-trigger {
  position: relative;
  top: 5px;
}

.jcarousel-item {
  padding: 0 !important;
  padding-top: 6px !important;
}

.tabHeadSubmenu .jcarousel-item {
  padding: 0 !important;
}

.glrShd {
  margin-left: 0 !important;
}

.yp .email,
.yp .site {
  overflow: hidden;
  height: 31px;
  width: 250px;
}

