/* Colors */
/* HTML */
BODY {
  margin: 0px;
  padding: 0px;
  background: #dbd8d0 url('/content/img/mote/backgrounds/bg_fallbackpage.png') repeat-y center top;
  background: radial-gradient(50% 40%, ellipse, rgba(239, 238, 234, 0.5) 50%, rgba(171, 167, 160, 0.9) 70%, #8b857a 80%, #716b60 91%);
  background: -moz-radial-gradient(50% 40%, ellipse, rgba(239, 238, 234, 0.5) 50%, rgba(171, 167, 160, 0.9) 70%, #8b857a 80%, #716b60 91%);
  background: -webkit-radial-gradient(50% 40%, ellipse, rgba(239, 238, 234, 0.5) 50%, rgba(171, 167, 160, 0.9) 70%, #8b857a 80%, #716b60 91%);
  background: -o-radial-gradient(50% 40%, ellipse, rgba(239, 238, 234, 0.5) 50%, rgba(171, 167, 160, 0.9) 70%, #8b857a 80%, #716b60 91%);
  background: -ms-radial-gradient(50% 40%, ellipse, rgba(239, 238, 234, 0.5) 50%, rgba(171, 167, 160, 0.9) 70%, #8b857a 80%, #716b60 91%);
  background-attachment: fixed;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10.5pt;
}
@media screen and (max-width:1600px) {
  body {
    background-size: 120%;
    background-position: center top;
  }
}
@media screen and (max-width:1300px) {
  body {
    background-size: 140%;
    background-position: center top;
  }
}
@media screen and (max-width:1100px) {
  .page-badge {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  #PageContent {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }
  
  .searchiconmenu {
    margin-left: 176px !important;
  }
}
H1,
H2,
H3,
H4,
H5,
H6 {
  color: #5b5854;
  margin: 0px;
  margin-bottom: 3px;
  font-family: museo-slab, Georgia, serif;
  letter-spacing: -1px;
  font-weight: 100;
}
H1, .t1 {
  font-size: 32pt;
  padding-left: 10px;
  letter-spacing: -2px;
}
H2, .t2 {
  font-size: 32pt;
  letter-spacing: -2px;
}
H3, .t3 {
  font-size: 18pt;
  letter-spacing: -0.5px;
}
H4, .t4 {
  font-size: 13pt;
  letter-spacing: 0px;
}
H5, .t5 {
  font-size: 11pt;
  letter-spacing: 0px;
}
HR {
  height: 1px;
  overflow: hidden;
  background: #cccccc;
  color: #cccccc;
  border: 0px;
}
HR.blue {
  background: #cccccc;
  color: #cccccc;
}
HR.lightgrey {
  background: #eeeeee;
  color: #eeeeee;
}
A IMG {
  border: 0px;
}
A H1,
A H2,
A H3,
A H4,
A H5 {
  color: #ca2489;
  text-decoration: none;
}
A H1:hover,
A H2:hover,
A H3:hover,
A H4:hover,
A H5:hover {
  color: #ca2489;
  text-decoration: underline;
}
A {
  color: #ca2489;
  text-decoration: none;
  font-weight: bold;
}
A.light {
  font-weight: normal;
}
A.darkgrey:hover {
  color: #ca2489;
  text-decoration: none;
}
A:Hover {
  text-decoration: underline;
}
/*
A.Button { text-shadow:-1px -1px 0px #490e52;cursor:pointer;height:36px;text-decoration:none;display:inline-block;padding-left:4px;color:white;font-size:11pt;font-weight:bold;background-image:url('/Content/Img/mote/Buttons/purplebutton_left.png'); background-repeat:no-repeat; }
A.Button span { display: inline-block;height:36px;background-image:url('/Content/Img/mote/Buttons/purplebutton_right.png'); padding-right:4px;background-repeat: no-repeat; background-position: right top; }
A.Button span span { display: inline-block;padding:0px;padding-top:9px;padding-right:8px;padding-left:8px;height:36px;padding-bottom:4px; background-image:url('/Content/Img/mote/Buttons/purplebutton.png');background-repeat:repeat-x; }
A.Button span span:hover { color:#dfc9e6; }
*/
A.Button {
  text-shadow: -1px -1px 0px #8c0b55;
  cursor: pointer;
  height: 40px;
  text-decoration: none;
  display: inline-block;
  padding-left: 6px;
  color: white;
  font-size: 13pt;
  font-weight: bold;
  font-family: arial;
  background-image: url('/Content/Img/mote/Buttons/button_left.png');
  background-repeat: no-repeat;
}
A.Button span {
  display: inline-block;
  height: 40px;
  background-image: url('/Content/Img/mote/Buttons/button_right.png');
  padding-right: 6px;
  background-repeat: no-repeat;
  background-position: right top;
}
A.Button span span {
  display: inline-block;
  padding: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/Buttons/button.png');
  background-repeat: repeat-x;
}
/*
A.ButtonHover { text-shadow:-1px -1px 0px @GREENSHADOW;cursor:pointer;height:36px;text-decoration:none;display:inline-block;padding-left:5px;color:white;font-size:11pt;font-weight:bold;background-image:url('/Content/Img/mote/Buttons/greenbuttonhover_left.png'); background-repeat:no-repeat; }
A.ButtonHover span { display: inline-block;height:36px;background-image:url('/Content/Img/mote/Buttons/greenbuttonhover_right.png'); padding-right:5px;background-repeat: no-repeat; background-position: right top; }
A.ButtonHover span span { display: inline-block;padding:0px;padding-top:9px;padding-right:8px;padding-left:8px;height:36px;padding-bottom:4px; background-image:url('/Content/Img/mote/Buttons/greenbuttonhover.png');background-repeat:repeat-x; }
*/
SPAN.f-price {
  text-shadow: -1px -1px black;
  cursor: pointer;
  height: 28px;
  text-decoration: none;
  display: inline-block;
  padding-left: 3px;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/backgrounds/bg_fprice_left.png');
  background-repeat: no-repeat;
}
SPAN.f-price span {
  display: inline-block;
  height: 28px;
  background-image: url('/Content/Img/mote/backgrounds/bg_fprice_right.png');
  padding-right: 3px;
  background-repeat: no-repeat;
  background-position: right top;
}
SPAN.f-price span span {
  display: inline-block;
  padding: 0px;
  padding-top: 5px;
  padding-right: 8px;
  padding-left: 8px;
  height: 28px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/backgrounds/bg_fprice.png');
  background-repeat: repeat-x;
}
A.IconButtonCompare {
  text-shadow: 1px 1px 0px white;
  cursor: pointer;
  height: 38px;
  text-decoration: none;
  display: inline-block;
  padding-left: 32px;
  color: black;
  font-size: 11pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/Buttons/iconbutton_compare_left.png');
  background-repeat: no-repeat;
}
A.IconButtonSave {
  text-shadow: 1px 1px 0px white;
  cursor: pointer;
  height: 38px;
  text-decoration: none;
  display: inline-block;
  padding-left: 32px;
  color: #989798;
  font-size: 11pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/Buttons/iconbutton_save_left.png');
  background-repeat: no-repeat;
}
A.IconButtonSave:hover, A.IconButtonCompare:hover {
  color: black;
}
A.IconButton span {
  display: inline-block;
  height: 38px;
  background-image: url('/Content/Img/mote/Buttons/iconbutton_right.png');
  padding-right: 7px;
  background-repeat: no-repeat;
  background-position: right top;
}
A.IconButton span span {
  display: inline-block;
  padding: 0px;
  padding-top: 10px;
  padding-right: 4px;
  padding-left: 4px;
  height: 38px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/Buttons/iconbutton.png');
  background-repeat: repeat-x;
}
A.InputButton {
  text-shadow: -1px -1px 0px #32003c;
  cursor: pointer;
  height: 33px;
  text-decoration: none;
  display: inline-block;
  padding-left: 18px;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/Buttons/greenbutton_left_input.png');
  background-repeat: no-repeat;
}
A.InputButton span {
  display: inline-block;
  height: 33px;
  background-image: url('/Content/Img/mote/Buttons/greenbutton_right.png');
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right top;
}
A.InputButton span span {
  display: inline-block;
  padding: 0px;
  padding-top: 8px;
  padding-right: 2px;
  padding-left: 0px;
  height: 33px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/Buttons/greenbutton.png');
  background-repeat: repeat-x;
}
A.InputButtonHover {
  text-shadow: -1px -1px 0px #32003c;
  cursor: pointer;
  height: 33px;
  text-decoration: none;
  display: inline-block;
  padding-left: 18px;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/Buttons/greenbuttonhover_left_input.png');
  background-repeat: no-repeat;
}
A.InputButtonHover span {
  display: inline-block;
  height: 33px;
  background-image: url('/Content/Img/mote/Buttons/greenbuttonhover_right.png');
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right top;
}
A.InputButtonHover span span {
  display: inline-block;
  padding: 0px;
  padding-top: 8px;
  padding-right: 2px;
  padding-left: 0px;
  height: 33px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/Buttons/greenbuttonhover.png');
  background-repeat: repeat-x;
}
A.WhiteButton {
  text-shadow: 1px 1px white;
  cursor: pointer;
  height: 41px;
  text-decoration: none;
  display: inline-block;
  padding-left: 5px;
  color: #555555;
  font-size: 13pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/Buttons/whitebutton_left.png');
  background-repeat: no-repeat;
}
A.WhiteButton span {
  display: inline-block;
  height: 41px;
  background-image: url('/Content/Img/mote/Buttons/whitebutton_right.png');
  padding-right: 5px;
  background-repeat: no-repeat;
  background-position: right top;
}
A.WhiteButton span span {
  display: inline-block;
  padding: 0px;
  padding-top: 10px;
  padding-right: 8px;
  padding-left: 8px;
  height: 41px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/Buttons/whitebutton.png');
  background-repeat: repeat-x;
}
/*A.WhiteButtonHover { text-shadow:1px 1px white;cursor:pointer;height:41px;text-decoration:none;display:inline-block;padding-left:5px;color:black;font-size:11pt;font-weight:bold;background-image:url('/Content/Img/mote/Buttons/whitebutton_left.png'); background-repeat:no-repeat; }
A.WhiteButtonHover span { display: inline-block;height:36px;background-image:url('/Content/Img/mote/Buttons/whitebutton_right.png'); padding-right:5px;background-repeat: no-repeat; background-position: right top; }
A.WhiteButtonHover span span { display: inline-block;padding:0px;padding-top:9px;padding-right:8px;padding-left:8px;height:36px;padding-bottom:4px; background-image:url('/Content/Img/mote/Buttons/whitebutton.png');background-repeat:repeat-x; }
*/
/* Forms */
LABEL {
  cursor: pointer;
  vertical-align: middle;
}
FORM {
  margin: 0px;
  padding: 0px;
}
INPUT, TEXTAREA, SELECT {
  font-family: Arial, Tahoma, sans-serif;
  vertical-align: middle;
  font-size: 11.5pt;
}
INPUT.input {
  background-color: white;
  color: black;
  border: 1px solid #cccccc;
  background-image: url('/Content/Img/mote/Backgrounds/bg_input.png');
  background-repeat: repeat-x;
  font-size: 10.5pt;
  padding: 6px;
}
INPUT.inputbig {
  margin-top: -3px;
  background-color: white;
  color: black;
  border: 1px solid #cccccc;
  background-image: url('/Content/Img/mote/Backgrounds/bg_input.png');
  background-repeat: repeat-x;
  font-size: 13.5pt;
  padding: 6px;
  font-weight: bold;
}
INPUT.inactive {
  color: #bbbbbb;
}
INPUT.valid {
  background-color: #f8fbf5;
  border: 1px solid #b6c7a2;
}
INPUT.invalid {
  background-color: #fcf7f8;
  border: 1px solid #e3a9be;
}
INPUT.searchboxmerged {
  background-color: white;
  border: 1px solid #cccccc;
  background-image: url('/Content/Img/mote/Backgrounds/bg_input.png');
  background-repeat: repeat-x;
  font-size: 10.5pt;
  padding: 6px 6px 5px 6px;
  margin-right: 4px;
  margin-top: -4px;
}
.valid {
  background-color: #f8fbf5;
  border: 1px solid #b6c7a2;
}
.invalid {
  background-color: #fcf7f8;
  border: 1px solid #e3a9be;
}
TEXTAREA {
  background-color: white;
  color: black;
  border: 1px solid #cccccc;
  background-image: url('/Content/Img/mote/Backgrounds/bg_input.png');
  background-repeat: repeat-x;
  font-size: 10.5pt;
  padding: 10px;
}
TEXTAREA.inactive {
  color: #bbbbbb;
}
SELECT.select {
  padding: 5px;
  border: 1px solid #cccccc;
}
SPAN.isvalid {
  background-image: url('/Content/Img/mote/Icons/icon_smallcheck.png');
  background-position: center-left;
  background-repeat: no-repeat;
  padding: 7px;
  padding-left: 35px;
  margin-left: 5px;
}
SPAN.notvalid {
  background-image: url('/Content/Img/mote/Icons/icon_smallerror.png');
  background-position: center-left;
  background-repeat: no-repeat;
  padding: 7px;
  padding-left: 35px;
  color: grey;
  margin-left: 5px;
}
.ast {
  color: #f87705;
  font-weight: bold;
}
.validicon {
  background-image: url('/Content/Img/mote/icons/icon_smallcheck.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 37px;
  padding-top: 7px;
  height: 21px;
  margin-left: 5px;
}
.invalidicon {
  background-image: url('/Content/Img/mote/icons/icon_smallerror.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 37px;
  padding-top: 7px;
  height: 21px;
  margin-left: 5px;
}
/* Page Setup */
#PageContent {
  width: 1050px;
  margin: 0 auto 0 auto;
}
/* Formatting */
.spacebottom_l {
  margin-bottom: 15px;
}
.spacebottom_m {
  margin-bottom: 10px;
}
.spacebottom_s {
  margin-bottom: 5px;
}
.spacetop_xl {
  margin-top: 20px;
}
.spacetop_l {
  margin-top: 15px;
}
.spacetop_m {
  margin-top: 10px;
}
.spacetop_s {
  margin-top: 5px;
}
.spacetop_xs {
  margin-top: 3px;
}
.spaceright_l {
  margin-right: 15px;
}
.spaceright_m {
  margin-right: 10px;
}
.spaceright_s {
  margin-right: 5px;
}
.spaceleft_l {
  margin-left: 15px;
}
.spaceleft_m {
  margin-left: 10px;
}
.spaceleft_s {
  margin-left: 5px;
}
.padding_s {
  padding: 5px;
}
.padding_m {
  padding: 10px;
}
.padding_l {
  padding: 15px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.break {
  clear: both;
}
.hidden {
  display: none;
}
.grey {
  color: #bbbbbb;
}
.darkgrey {
  color: #555555;
}
.small {
  font-size: 9pt;
}
.normal {
  font-size: 10.5pt;
  font-family: Arial, Tahoma, sans-serif;
}
.big {
  font-size: 12pt;
}
.bigger {
  font-size: 14pt;
}
.bold {
  font-weight: bold;
}
.icon {
  margin-right: 5px;
  vertical-align: middle;
}
/* BOXES */
.box {
  /* border:1px solid @GREYBORDER;*/
}
.boxblueborder {
  border: 1px solid #dcdacf;
}
.iboxblue {
  background-color: #f5f4f1;
  border: 1px solid white;
  padding: 15px;
  text-shadow: 1px 1px white;
  background-repeat: repeat-x;
}
.iboxwhite {
  background: white;
  border: 1px solid white;
  padding: 15px;
}
.iboxgreen {
  background: #f1f5e6;
  border: 1px solid white;
  padding: 15px;
  text-shadow: 1px 1px white;
}
.iboxyellow {
  background: #ffffff;
  border: 1px solid white;
  padding: 15px;
  text-shadow: 1px 1px white;
}
.iboxerror {
  border: 1px solid #e3a9be;
  background-color: #fcf7f8;
  background-repeat: repeat-x;
  border: 1px solid white;
  padding: 15px;
  text-shadow: 1px 1px whitem;
  color: black;
}
.whiteinnerbox {
  background: white;
  border: 1px solid #dcdacf;
}
.padder {
  padding: 15px;
}
/* Thumbs */
.thumb {
  /*border:1px solid @GREYBORDER;background:white;padding:5px;*/
}
.thumb-shadow-overlay {
  position: absolute;
  z-index: 60;
}
.minithumb {
  width: 25px;
  height: 25px;
}
.comparethumbmini {
  cursor: pointer;
}
UL.compareminimenu {
  cursor: pointer;
  display: none;
  list-style: none;
  position: absolute;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  border: 1px solid #cccccc;
}
UL.compareminimenu LI {
  cursor: pointer;
  background: white;
  border-bottom: 1px solid #cccccc;
  padding: 8px;
}
UL.compareminimenu LI:Hover {
  background: #f5f4f1;
}
/* Page */
#BannerAd1 {
  position: absolute;
  z-index: 5;
  margin-left: 1083px;
  margin-top: 125px;
  background-image: url('/content/img/mote/backgrounds/bg_highbanner.png');
  background-repeat: no-repeat;
  width: 191px;
  height: 522px;
  padding-top: 11px;
}
.wide {
  width: 1050px;
}
.half {
  width: 500px;
  overflow: hidden;
}
/*#PageOverlay {background-image:url('/content/img/mote/backgrounds/bg_bigoverlaybolig.png');background-repeat:repeat-y;background-position:center top; }*/
#PageHolder {
  background-repeat: repeat-y;
  background-position: center top;
  height: 100%;
  min-height: 1000px;
}
#Page {
  height: 100%;
}
/* Rotator */
#iThumbs {
  width: 945px;
  overflow: auto;
  height: 120px;
}
#iThumbsContainer {
  height: 80px;
  width: 1500px;
}
#MainContentContainer {
  width: 1010px;
  padding: 20px;
  padding-top: 0px;
  background: white;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.05), 0px 0px 40px 10px rgba(243, 242, 239, 0.5);
  -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.05), 0px 0px 40px 10px rgba(243, 242, 239, 0.5);
  -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.05), 0px 0px 40px 10px rgba(243, 242, 239, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.05), 0px 0px 40px 10px rgba(243, 242, 239, 0.5);
}
/* Header */
.page-badge {
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
}
.loggedinnickandthumbfield {
  margin-top: 2px;
}
.loggedinthumb {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 3px;
  background: white;
}
.header-container-top {
  height: 95px;
  width: 1050px;
  overflow: hidden;
}
.externalLinkHeader {
  cursor: pointer;
  float: left;
  width: 110px;
  height: 30px;
}
.klikkheader {
  height: 36px;
  padding-left: 15px;
  margin-top: 10px;
  width: 95%;
  background: transparent url('/content/img/mote/backgrounds/header_line.png') no-repeat;
}
.searchmenucontainer {
  margin-top: 13px;
  margin-right: 0px;
}
.searchiconmenu {
  margin-top: 2px;
  margin-left: 186px;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background-image: url('/content/img/mote/icons/icon_headersearchicon.png');
  background-repeat: no-repeat;
}
.topteaserbolig {
  width: 500px;
  text-shadow: 1px 1px #f7f4ef;
  padding-top: 20px;
  margin-right: 80px;
}
.topteaserbolig H3 {
  font-size: 13pt;
  padding-top: 8px;
  float: right;
}
.LoginFieldBolig {
  float: right;
  padding-top: 20px;
  padding-right: 20px;
}
#logo-container {
  width: 234px;
  padding-top: 5px;
  padding-left: 7px;
  padding-bottom: 0px;
}
#Logo {
  width: 234px;
  height: 90px;
  overflow: hidden;
  background-image: url('/content/img/mote/icons/motebazarlogo.png');
  background-repeat: no-repeat;
  margin-left: 0px;
}
#MainMenu {
  clear: both;
  background-repeat: no-repeat;
  height: 69px;
  margin-top: -15px;
  width: 1050px;
}
#MainMenu UL {
  list-style: none;
  padding: 0px;
  padding-top: 20px;
  margin: 0px;
}
#MainMenu UL LI {
  float: left;
  padding-right: 0px;
  padding-top: 2px;
  padding-left: 0px;
}
#MainMenu UL LI A {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid transparent;
  font-size: 18pt;
  color: #777777;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
  font-family: museo-slab, Georgia, Arial, sans;
  font-weight: 300 !important;
  letter-spacing: -1px;
}
#MainMenu UL LI A:hover {
  text-decoration: none;
  color: #ca2489;
  background: white;
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.ExternalHeaderLinks {
  color: #888888;
  font-size: 8.5pt;
  font-weight: normal;
  text-shadow: 1px 1px white;
}
.ExternalHeaderLinks:Hover {
  color: #ca2489;
  text-decoration: none;
}
#HeaderContainer {
  background-repeat: no-repeat;
  width: 999px;
  height: 132px;
  border-top: 1px solid transparent;
}
.TopMenu {
  height: 44px;
  padding-top: 5px;
  padding-right: 25px;
  text-align: right;
}
.HeaderActionFloatDiv {
  background-image: url('/content/Img/mote/backgrounds/bg_headeraction.png');
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 50px;
  z-index: 60;
  width: 386px;
  height: 106px;
  margin-left: 685px;
}
.HeaderActionFloatDivSmallResolution {
  margin-left: 588px;
  background-image: url('/content/Img/mote/backgrounds/bg_headeractionsmall.png');
  background-position: top left;
}
.HeaderActionFloatDiv .HeaderActionText {
  font-size: 10pt;
  color: #444444;
  padding-top: 20px;
  padding-left: 33px;
  text-shadow: 1px 1px white;
  text-align: left;
  width: 198px;
}
.HeaderActionFloatDiv .CreateActionFloatButton {
  float: right;
  padding-right: 10px;
  padding-top: 22px;
}
.HeaderMenu {
  text-align: right;
  padding-right: 15px;
  height: 88px;
  width: 980px;
  margin-bottom: 20px;
}
.HeaderMenu .searchboxtop {
  margin-right: 5px;
  width: 350px;
}
#textsearchheader {
  padding: 7px;
  font-size: 13pt;
  border-radius: 4px;
  margin-top: -6px;
}
.HeaderMenu .searchboxtopSmallRes {
  margin-right: 5px;
  width: 180px;
}
.HeaderTopSearch {
  float: right;
  padding-right: 20px;
  padding-top: 13px;
}
.HeaderMenu .HeaderTopSearchSmallRes {
  padding-right: 410px;
  margin-top: 26px;
}
.HeaderMenu .home {
  float: left;
  text-decoration: none !important;
}
.HeaderMenu .home:hover {
  text-decoration: none !important;
}
.HeaderMenu .home h3 {
  margin-left: 85px;
  color: #fff;
  font-size: 22pt;
  text-shadow: 1px 1px 1px #028bb8;
  text-decoration: none !important;
}
#login span.facebook-icon {
  background: url("/Content/Img/mote/icons/facebook.png") no-repeat;
  padding: 0;
  padding-left: 28px;
}
#header-search {
  display: inline;
  margin: 0;
  padding: 0;
}
.loggedinthumb {
  border: 2px solid white;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.loggedinthumb IMG {
  width: 30px;
  height: 30px;
}
.loggedinusername {
  width: 200px;
  float: right;
  margin-left: 10px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
  overflow: hidden;
  text-shadow: 1px 1px #f7f4ef;
}
/* Footer */
.cross-linkings {
  text-align: center;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  margin: 0 auto 0 auto;
  width: 1000px;
  margin-top: -40px;
  margin-bottom: 40px;
  color: #555555;
}
#compareholder {
  display: none;
  margin-left: 40px;
  width: 995px;
  height: 90px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-image: url('/content/Img/mote/backgrounds/bg_compare2.png');
  background-repeat: no-repeat;
}
#compareinner {
  padding: 25px;
}
#comparenotify {
  display: none;
  position: fixed;
  z-index: 1900;
  bottom: 80px;
  margin-left: 550px;
  width: 354px;
  height: 214px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/content/Img/mote/backgrounds/bg_comparenotify.png');
}
#comparenotify DIV {
  padding: 45px;
  text-shadow: 1px 1px white;
}
.footer {
  clear: both;
  font-family: Arial,sans;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
  color: #333333;
  color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  font-size: 8pt;
  width: 1000px;
  height: 70px;
  background: transparent url('/content/img/mote/backgrounds/bg_bottom.png') no-repeat center top;
  background-repeat: no-repeat;
  margin-top: -16px;
  padding-top: 40px;
  padding-left: 50px;
}
.footer A {
  color: #ca2489;
}
.footer .footercolumn {
  width: 300px;
  float: left;
  background: transparent;
  margin-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}
.footer .footercolumnlast {
  border-right: 0px;
}
.smallfootergrey {
  display: none;
  text-align: center;
  width: 970px;
  font-size: 8pt;
  color: #555555;
  padding-top: 5px;
  margin-top: -10px;
}
#indices {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  margin-top: -30px;
}
#indices A {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: normal;
  font-size: 9pt;
}
/* Objects */
/* Frontpage blogs */
.blog-frontpage {
  background: #f5f4f1;
  width: 340px;
  overflow: hidden;
  float: left;
  text-shadow: 1px 1px white;
}
.blog-frontpage-image {
  height: 190px;
  overflow: hidden;
}
.blog-frontpage-description {
  padding: 15px;
}
.frontpage-blog-container {
  height: 250px;
  width: 340px;
  overflow: hidden;
}
.frontpage-blog-inner {
  width: 1020px;
  height: 250px;
  overflow: hidden;
}
/* Frontpage */
.frontpage-competition-teaser {
  cursor: pointer;
  width: 387px;
  height: 174px;
  background: transparent url('/content/img/bazarsurvey.png') no-repeat;
  position: fixed;
  z-index: 1000;
  top: 50%;
  margin-top: -85px;
  right: 0;
}
.frontpage-competition-teaser > DIV {
  width: 40px;
  height: 40px;
  background: transparent;
  margin-left: 340px;
}
#frontpage-area .mystyle-frontpage {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-top: 10px;
  background: #f5f4f1;
}
#frontpage-area .mystyle-frontpage .thumb {
  padding: 10px;
  padding-left: 15px;
}
#frontpage-area .mystyle-frontpage .thumb IMG {
  width: 40px;
  height: 40px;
  padding: 4px;
  background: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.1);
}
#frontpage-area .mystyle-frontpage .mystyle-frontpage-element {
  float: left;
  width: 250px;
  height: 250px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
#frontpage-area .mystyle-frontpage-inner {
  width: 1000px;
}
#frontpage-area .mystyle-frontpage .mystyle-shadow {
  float: left;
  width: 82px;
  height: 250px;
  background: transparent url('/content/img/mote/backgrounds/bg_fancyslider_shadow.png') repeat-y;
}
#frontpage-area .mystyle-frontpage .mystyle-description {
  width: 345px;
  padding: 20px;
  padding-top: 120px;
}
#frontpage-area .mystyle-frontpage .mystyle-description A {
  font-size: 24pt;
  letter-spacing: -2px;
  font-weight: normal;
  font-family: museo-slab, Georgia, Arial, sans-serif;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#frontpage-area .t3 A {
  color: #5b5854;
}
#frontpage-area .t3 A:hover {
  color: #ca2489;
  text-decoration: none;
}
#recent-users {
  margin-top: 10px;
}
#recent-user-list .recent-user-thumb {
  float: left;
  margin-right: 5px;
}
#recent-user-list .recent-user-thumb-shadow {
  height: 9px;
  width: 50px;
  background: transparent url("/content/img/mote/backgrounds/bg_forum_thumb_shadow.png") no-repeat;
  margin-top: -3px;
}
#recent-user-list IMG {
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 3px;
  background: white;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.frontpage-fashion-price {
  padding: 5px 10px 5px 10px;
  background: white;
  color: #aaa491;
  font-size: 11pt;
  font-weight: bold;
  border-radius: 7px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.fashion-frontpage-shadow {
  background: transparent url('/content/img/mote/backgrounds/bg_fashion-fp-shadow.png') no-repeat;
  width: 607px;
  height: 40px;
  overflow: hidden;
}
.fancy-price-container {
  width: 300px;
  margin-top: 15px;
}
.fancy-slider .fancy-price {
  margin: 15px;
}
.fancy-price-ie {
  color: #777777;
  padding: 10px;
  padding-left: 20px;
  display: none;
  background: #f5f4f1;
  margin-top: 185px;
}
.fancy-price-ie .title {
  color: #ca2489;
  font-size: 18pt;
  font-family: museo-slab, Georgia, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}
.fancy-slider .fancy-price-container {
  margin-left: 180px;
  margin-top: 10px;
  padding-top: 15px;
}
.fancy-slider  .thumb {
  padding: 10px;
  padding-right: 15px;
  float: left;
}
.fancy-slider .thumb IMG {
  width: 40px;
  height: 40px;
  padding: 4px;
  background: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.fancy-slider {
  width: 600px;
  height: 250px;
  overflow: hidden;
}
.fancy-slider .fancy-slider-inner {
  width: 600px;
}
.fancy-slider .fancy-element {
  float: left;
  width: 300px;
  height: 250px;
}
.fancy-slider .fancy-element .fancy-child {
  height: 250px;
  width: 100%;
}
.fancy-slider .description {
  display: block;
  width: 345px;
  padding: 20px;
  padding-top: 150px;
}
.fancy-slider .description A {
  font-size: 26pt;
  letter-spacing: -2px;
  font-family: museo-slab, Georgia, serif;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.fancy-slider .fancy-element-first {
  float: left;
  width: 300px;
}
.fancy-slider .fancy-element-first .description {
  display: block;
}
.fancy-slider .fancy-shadow {
  float: left;
  width: 82px;
  height: 250px;
  background: transparent url('/content/img/mote/backgrounds/bg_fancyslider_shadow.png') repeat-y;
}
.fancy-slider .fancy-shine {
  display: none;
  float: right;
  width: 82px;
  height: 250px;
  background: transparent url('/content/img/mote/backgrounds/bg_fancyslider_light.png') repeat-y;
}
.fancy-slider .fancy-element-first .fancy-price-container {
  display: block;
}
.fancy-slider .fancy-element-first .fancy-thumb {
  display: block;
}
.fancy-slider .fancy-price-container {
  display: block;
}
.fancy-slider .fancy-thumb {
  display: block;
}
#frontpage-area .iboxfrontpagetop {
  background: #d02a8d;
  background: radial-gradient(30% 40%, ellipse, #d8409e 30%, #ce2689 100%);
  background: -moz-radial-gradient(30% 40%, ellipse, #d8409e 30%, #ce2689 100%);
  background: -webkit-radial-gradient(30% 40%, ellipse, #d8409e 30%, #ce2689 100%);
  background: -o-radial-gradient(30% 40%, ellipse, #d8409e 30%, #ce2689 100%);
  background: -ms-radial-gradient(30% 40%, ellipse, #d8409e 30%, #ce2689 100%);
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 0px;
}
.iboxfrontpagetop > DIV {
  background: transparent url('/content/img/mote/backgrounds/bg_bazarheader.png') no-repeat top right;
  padding: 30px;
  padding-top: 20px;
}
.intro-offer {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 250px;
  position: absolute;
  z-index: 10;
  margin-left: 630px;
  margin-top: 27px;
}
#frontpage-area .t3 {
  font-size: 22pt;
}
#frontpage-area .frontpage-left {
  float: left;
  width: 480px;
  margin-top: 15px;
  margin-left: 20px;
}
#frontpage-area .frontpage-right {
  float: right;
  width: 480px;
  margin-top: 15px;
}
#frontpage-area .boxfronttop {
  padding-top: 20px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 30px;
}
#frontpage-area .blog-by {
  font-weight: normal;
  font-size: 10pt;
  color: #555555;
}
#frontpage-area .blog-by A {
  font-weight: normal;
}
#frontpage-area .new-mystyle .mystyle-frontpage-image {
  width: 475px;
  border: 1px solid #cccccc;
}
#frontpage-area .new-mystyle .mystyle-frontpage-text {
  width: 450px;
  position: absolute;
  z-index: 2;
  color: white;
  font-family: museo-slab, Georgia, Arial, sans-serif;
  font-size: 30pt;
  overflow: hidden;
  margin-top: 380px;
  margin-left: 20px;
  height: 50px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#frontpage-area .new-mystyle .shadow {
  position: absolute;
  z-index: 10;
  margin-top: 437px;
  width: 475px;
}
#frontpage-area .new-blogs .shadow {
  width: 210px;
  position: absolute;
  z-index: 4;
  margin-top: 160px;
}
#frontpage-area .new-blogs .new-blog-image {
  border: 1px solid #cccccc;
}
#frontpage-area .image-frontpage {
  padding: 8px;
  background: white;
  -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
}
#frontpage-area .new-forum-frontpage .new-forum-post {
  margin-bottom: 4px;
}
#frontpage-area .new-forum-frontpage .new-forum-post .post {
  float: left;
  width: 370px;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#frontpage-area .new-forum-frontpage .new-forum-post .post > DIV {
  padding: 7px;
}
#frontpage-area .new-forum-frontpage .new-forum-post .thumb {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background: #f4f3ef;
}
#frontpage-area .new-forum-frontpage .new-forum-post .thumb IMG {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  border: 1px solid #dddddd;
}
#frontpage-area .new-forum-frontpage .new-forum-post .smallgrey {
  font-size: 10pt;
  color: #999999;
}
#frontpage-area .new-forum-frontpage .new-forum-post:hover .post-preview {
  display: block;
}
#frontpage-area .post-preview {
  position: absolute;
  z-index: 2;
  width: 370px;
  margin-left: 45px;
  border-top: 0px;
  display: none;
  margin-top: 30px;
}
#frontpage-area .post-preview .shadow {
  width: 370px;
  margin-top: -10px;
}
#frontpage-area .post-preview > DIV {
  background: #f5f4f1;
  border: 1px solid #dddddd;
  text-shadow: 1px 1px white;
}
#frontpage-area .post-preview > DIV > DIV {
  padding: 10px;
}
#frontpage-area .frontpage-whole {
  padding: 20px;
}
#frontpage-area #image-frontpage0 {
  z-index: 9;
  margin-left: 640px;
  margin-top: 95px;
  /*-moz-transform:rotate(20deg);-webkit-transform:rotate(20deg); -o-transform:rotate(20deg); -ms-transform:rotate(20deg);  */

}
#frontpage-area .search-bar-frontpage {
  margin-left: -82px;
  margin-top: 140px;
  background: transparent url('/content/img/mote/backgrounds/bg_fpsearchbox2.png') no-repeat;
  width: 1084px;
  height: 84px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
#frontpage-area. .search-bar-frontpage .grey {
  font-weight: normal;
}
#frontpage-area .search-bar-frontpage > DIV {
  padding: 13px;
  padding-left: 90px;
  font-size: 13pt;
  font-weight: bold;
  color: #777777;
  text-shadow: 1px 1px white;
}
#frontpage-area .search-bar-frontpage > DIV INPUT {
  padding: 7px;
  font-size: 13pt;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: white;
  background-image: url("/Content/Img/mote/Backgrounds/bg_input.png");
  background-repeat: repeat-x;
  text-shadow: 1px 1px white;
}
#frontpage-area .profiled-ad-frontpage {
  float: left;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  width: 150px;
}
#frontpage-area .profiled-ad-frontpage IMG {
  width: 148px;
  border: 0px;
}
#frontpage-area .profiled-ad-frontpage .thumb {
  border: 1px solid #dddddd;
  -moz-transition-property: margin;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
  -webkit-transition-property: margin;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
  -o-transition-property: margin;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
  -ms-transition-property: margin;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
}
#frontpage-area .profiled-ad-frontpage .shadow {
  position: absolute;
  z-index: 1;
  margin-top: 112px;
}
#frontpage-area .profiled-ad-frontpage .hover {
  text-shadow: 1px 1px white;
  color: white;
  position: absolute;
  z-index: 2;
  height: 0px;
  width: 149px;
  background: #e5e3e0;
  background: -moz-linear-gradient(#fafbf9 0%, #e5e3e0 90%, #bfbcb6 99%, #5b564c 100%);
  background: -webkit-linear-gradient(#fafbf9 0%, #e5e3e0 90%, #bfbcb6 99%, #5b564c 100%);
  background: -o-linear-gradient(#fafbf9 0%, #e5e3e0 90%, #bfbcb6 99%, #5b564c 100%);
  background: -ms-linear-gradient(#fafbf9 0%, #e5e3e0 90%, #bfbcb6 99%, #5b564c 100%);
  overflow: hidden;
  -moz-transition-property: height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
  -o-transition-property: height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
  -ms-transition-property: height;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.07, 0.61, 0.28, 0.98);
}
#frontpage-area .new-user-list {
  width: 440px;
}
#frontpage-area .new-user-list .user-thumb {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border: 1px solid #cccccc;
  margin: 2px;
}
#frontpage-area .profiled-ad-frontpage A:hover {
  text-decoration: none;
}
#frontpage-area .profiled-ad-frontpage .thumb-container {
  width: 150px;
  height: 112px;
  overflow: hidden;
}
#frontpage-area .profiled-ad-frontpage .price {
  position: absolute;
  z-index: 20;
  background: #878176;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 86px;
  font-size: 10pt;
}
#frontpage-area .profiled-ad-frontpage .price > DIV {
  padding: 5px;
}
#frontpage-area .profiled-ad-frontpage .hover > DIV {
  padding: 15px;
  color: #666666;
}
#frontpage-area .profiled-ad-frontpage:hover .hover {
  height: 60px;
}
#frontpage-area .profiled-ad-frontpage:hover .thumb {
  margin-top: 59px;
}
#frontpage-area .fp-category-dropdown {
  display: none;
  position: absolute;
  z-index: 60;
  width: 1010px;
  margin-left: 0px;
  margin-top: -30px;
}
#frontpage-area .fp-category-dropdown > DIV {
  background: white;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
#frontpage-area .fp-category-dropdown > DIV > DIV {
  padding: 20px;
  font-size: 13pt;
}
#frontpage-area .fp-category-dropdown .normal {
  font-weight: normal;
  font-size: 9pt;
}
#frontpage-area .fp-category-dropdown .left {
  width: 140px;
}
#frontpage-area .fp-category-dropdown .first {
  width: 90px;
}
#frontpage-area .fp-category-dropdown .grey {
  font-size: 9pt;
  color: #777777;
}
#frontpage-area #image-frontpage1 {
  z-index: 11;
  margin-left: 675px;
  margin-top: -10px;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
}
#frontpage-area #image-frontpage2 {
  z-index: 10;
  margin-left: 790px;
  margin-top: 55px;
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
}
#frontpage-area .iboxfrontpagetop .price {
  padding: 5px 10px 5px 10px;
  background: white;
  color: #aaa491;
  font-size: 11pt;
  margin-top: 83px;
  margin-left: 6px;
  font-weight: bold;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 20;
}
#frontpage-area .iboxfrontpagetop .price:hover {
  text-decoration: none;
}
#frontpage-area .welcome-text {
  width: 550px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 11pt;
  line-height: 18px;
}
.value-prop-menu {
  width: 300px;
  padding-left: 0px;
  padding-top: 18px;
  float: left;
  line-height: 20px;
}
.value-prop-menu h2 {
  font-size: 16pt;
  font-weight: normal;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  letter-spacing: -1px;
}
.home-t1 {
  color: white;
  font-size: 36pt;
  margin-bottom: 5px;
  letter-spacing: -2px;
  padding-left: 0px;
}
A .home-t1:hover {
  color: white;
  text-decoration: none;
}
#frontpage-profiled-slider {
  height: 200px;
  width: 735px;
  overflow: hidden;
}
#frontpage-profiled-slider > DIV {
  height: 300px;
  width: 3000px;
}
.frontpage-profiled-slider-shadow {
  width: 735px;
  height: 40px;
}
.frontpage-profiled-slider-shadow IMG {
  width: 735px;
}
#frontpage-profiled-slider .frontpage-profiled-slider-item {
  cursor: pointer;
  margin-top: -20px;
  width: 345px;
  height: 250px;
  overflow: hidden;
  float: left;
}
#frontpage-profiled-slider .frontpage-profiled-slider-text {
  display: none;
  margin-top: 20px;
  padding: 15px;
  color: white;
  font-weight: normal;
  font-size: 25pt;
  text-shadow: black 1px 1px 1px;
  width: 300px;
  letter-spacing: -1px;
  line-height: 28px;
}
#frontpage-profiled-slider .frontpage-profiled-slider-text A {
  color: white;
  font-weight: normal;
  font-size: 25pt;
  text-shadow: black 1px 1px 1px;
  letter-spacing: -1px;
  line-height: 28px;
}
#frontpage-profiled-slider .frontpage-profiled-slider-text A:HOVER {
  color: #e3d9e6;
  text-decoration: none;
}
#frontpage-profiled-slider .slider-price {
  color: white;
  font-size: 13pt;
  font-weight: bold;
}
.last-ads-widget-frontpage, .last-users-widget-frontpage {
  float: left;
  width: 355px;
  margin-right: 15px;
}
.last-ads-widget-frontpage IMG {
  width: 115px;
  height: 115px;
}
#big-search-frontpage-box {
  font-size: 13pt;
  color: #5b5854;
  text-shadow: 1px 1px white;
}
#big-search-frontpage-box .frontpage-search-input {
  margin-left: 10px;
  width: 300px;
  font-size: 13pt;
  color: #ca2489;
  font-weight: bold;
}
#big-search-frontpage-box INPUT.inactive {
  color: #BBBBBB;
}
#frontpage-area .forum-widget {
  overflow: hidden;
}
.forum-widget-frontpage {
  width: 360px;
  overflow: hidden;
  float: left;
}
.forum-widget-frontpage H2 A, .blog-widget-frontpage H2 A {
  color: #5b5854;
}
.blog-widget-frontpage {
  width: 360px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.recentusers .image {
  margin-left: 5px;
  margin-right: 20px;
}
.recentusers .content {
  padding-left: 15px;
}
.recentusers A {
  color: black;
}
.recentusers A:hover {
  color: #ca2489;
}
.recentusers-image {
  width: 40px;
  height: 40px;
  background: white;
  padding: 3px;
  border: 1px solid #cccccc;
  margin-right: 10px;
}
.recentusers-image-shadow {
  background: transparent url('/content/img/mote/backgrounds/bg_forum_thumb_shadow.png') no-repeat;
  width: 51px;
  height: 9px;
  overflow: hidden;
  margin-top: -4px;
  margin-left: 0px;
}
.last-users-widget-frontpage HR {
  margin-top: 0px;
}
.blog-widget-image-outer-container {
  width: 340px;
  height: 220px;
  padding: 4px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
.blog-widget-image-container {
  width: 340px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.blog-widget-image-container IMG {
  position: absolute;
}
.blog-widget-title {
  width: 340px;
  height: 45px;
  position: absolute;
  z-index: 3;
  background: transparent url('/content/img/mote/backgrounds/bg_blog_widget_title.png');
}
.blog-widget-title .description {
  color: #555555;
  text-shadow: 1px 1px white;
}
.blog-widget-title > DIV {
  padding: 10px;
}
.blog-widget-title > DIV A {
  font-size: 15pt;
  text-shadow: 1px 1px white;
}
.blog-widget-image-shadow {
  margin-top: 4px;
}
.BuyAndSellDropDownBox {
  display: none;
  position: absolute;
  z-index: 20;
  width: 385px;
  height: 230px;
  margin-left: -68px;
  margin-top: -20px;
  padding-top: 90px;
}
.BuyAndSellDropDownBox .BuyAndSellDropDownBoxInner {
  background: url('/content/img/mote/backgrounds/bg_frontpage_rolldown1.png');
  background-repeat: repeat-y;
  width: 385px;
  height: 200px;
}
.BuyAndSellDropDownBox .BuyAndSellDropDownBottom {
  height: 13px;
  width: 385px;
  background-image: url('/content/img/mote/backgrounds/bg_frontpage_rolldown1bottom.png');
  background-repeat: no-repeat;
}
.BuyAndSellDropDownBox .BuyAndSellDropDownTop {
  position: absolute;
  z-index: 4;
  width: 379px;
  margin-left: 3px;
  height: 20px;
  background-image: url('/content/img/mote/backgrounds/bg_frontpageboxshadow.png');
  background-repeat: repeat-x;
}
.BuyAndSellDropDownBoxInner > DIV {
  color: #AAAAAA;
  padding-top: 10px;
  padding-left: 30px;
  text-shadow: 1px 1px white;
}
.BuyAndSellDropDownBoxInner UL {
  list-style: none;
}
.BuyAndSellDropDownBoxInner UL LI {
  padding: 3px;
  padding-left: 26px;
  background-image: url('/content/img/mote/icons/icon_folder.png');
  background-repeat: no-repeat;
}
#FrontPageBolig H2 {
  font-size: 20pt;
}
.f-price-overlay {
  position: absolute;
  z-index: 3;
  margin-top: 85px;
  margin-left: 5px;
  margin-bottom: 15px;
}
.frontpage-profiled-ads-thumbs {
  float: left;
  width: 175px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url('/content/img/mote/backgrounds/bg_frontpage_profiled_shadow.png');
  background-repeat: no-repeat;
  background-position: 0px 97px;
  height: 130px;
}
.frontpage-profiled-ads-thumbs IMG {
  border: 3px solid white;
}
.frontpage-profiled-ads-thumbs IMG:hover {
  border: 3px solid #c8c6cf;
}
#frontpage-overlay-box {
  position: absolute;
  z-index: 30;
  margin-left: -76px;
  margin-top: -70px;
  height: 120px;
}
#frontpage-overlay-box .overlay-box-left {
  float: left;
  width: 48px;
  height: 201px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_overlaybox_right3.png') no-repeat;
}
#frontpage-overlay-box .overlay-box-middle {
  padding-left: 55px;
  margin-top: -3px;
  float: left;
  width: 720px;
  height: 139px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_overlaybox_middle3.png') repeat-x;
}
#frontpage-overlay-box .overlay-box-right {
  margin-top: -1px;
  float: left;
  width: 44px;
  height: 134px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_overlaybox_left3.png') no-repeat;
}
#frontpage-overlay-box .overlay-box-middle > DIV {
  cursor: pointer;
  border-right: 1px solid grey;
  color: #999999;
  text-shadow: 1px 1px white;
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-top: 35px;
}
#frontpage-overlay-box .overlay-box-middle > DIV.last {
  border: 0px;
  width: 210px;
}
#frontpage-overlay-box .overlay-box-middle H2 {
  color: #734e86;
}
#FrontPageBolig .fp-category-dropdown {
  display: none;
  position: absolute;
  z-index: 5;
  border: 0px;
  width: 240px;
  margin-top: 37px;
  margin-left: -20px;
}
#FrontPageBolig .fp-category-dropdown DIV {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#FrontPageBolig .fp-category-dropdown .top {
  width: 240px;
  height: 34px;
  background: transparent url('/content/img/mote/backgrounds/bg_categorydropdown_top.png') no-repeat;
}
#FrontPageBolig .fp-category-dropdown .middle {
  width: 240px;
  height: 130px;
  background: transparent url('/content/img/mote/backgrounds/bg_categorydropdown_middle.png') repeat-y;
}
#FrontPageBolig .fp-category-dropdown .middle > DIV {
  padding: 25px;
  padding-top: 0px;
}
#FrontPageBolig .fp-category-dropdown .bottom {
  width: 240px;
  height: 22px;
  background: transparent url('/content/img/mote/backgrounds/bg_categorydropdown_bottom.png') no-repeat;
}
#FrontPageBolig #fp-dropdown-2 .middle {
  height: 150px;
}
div#FrontLeft {
  width: 740px;
  float: left;
  margin-left: 20px;
  overflow: hidden;
  margin-top: 55px;
}
div#FrontRight {
  float: right;
  width: 200px;
  overflow: hidden;
}
div.FrontPageBoligHeaderShadow {
  position: absolute;
  margin-left: -26px;
  width: 1063px;
  height: 15px;
  background-repeat: repeat-x;
}
div.BoligFrontBoxFloat {
  margin-top: -15px;
  margin-left: -64px;
  width: 24px;
  height: 108px;
  position: absolute;
  z-index: 5;
  background-image: url('/content/img/mote/backgrounds/bg_boligfrontboxfloat.png');
  background-repeat: no-repeat;
}
div.BoligTeaser {
  float: left;
  width: 340px;
  color: #d8d7d2;
  text-shadow: -1px -1px #8a867d;
}
div.BoligTeaserLast {
  width: 230px;
  margin-left: 15px;
}
div.BoligTeaser H2 {
  margin-bottom: -5px;
  margin-top: 3px;
}
div.BoligTeaser H2 A {
  text-shadow: -1px -1px #8a867d;
  color: #eeedea;
  font-size: 22pt;
  letter-spacing: 0px;
  font-weight: 400;
}
div.BoligTeaser H2 A:Hover {
  color: white;
  text-decoration: none;
}
div.FrontPageBoligDescription {
  width: 330px;
  font-size: 12pt;
  height: 100px;
}
div.FrontPageBoligHeader {
  width: 1064px;
  height: 220px;
  overflow: hidden;
  background-image: url('/content/img/mote/backgrounds/bg_header_image.png');
  background-repeat: no-repeat;
  margin-top: -33px;
  margin-left: -26px;
}
div.FrontPageBoligHeader > DIV {
  padding: 30px;
  padding-left: 55px;
  padding-top: 25px;
  text-shadow: 1px 1px #716f78;
  color: white;
  width: 330px;
  overflow: hidden;
}
div.FrontPageBoligHeader H1 {
  color: white;
  text-shadow: 1px 1px #716f78;
}
div.ArticleContainer {
  width: 470px;
  overflow: hidden;
  float: none;
  margin-bottom: 30px;
}
div.ArticleContainer IMG {
  width: 468px;
}
div.ArticleContainer .article-thumb-container {
  width: 468px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #cccccc;
  margin-bottom: -1px;
}
div.ArticleContainer H4 {
  line-height: 23px;
  margin-top: -15px;
}
div.ArticleContainer .article-shadow {
  width: 100%;
  margin-top: 0px;
}
div.ArticleContainer H4 A {
  font-weight: normal;
  color: #ca2489;
  font-size: 22pt;
  letter-spacing: -1px;
}
div.ArticleContainer .grey {
  color: #555555;
}
div.ArticleContainer H4 A:hover {
  color: #ca2489;
  text-decoration: underline;
}
.semibreak {
  width: 780px;
  height: 10px;
  overflow: hidden;
}
div.welcometextfrontpage {
  font-size: 12pt;
  width: 570px;
  float: left;
}
div.bannertowerright {
  width: 150px;
  overflow: hidden;
}
div.valuepropfrontpage {
  cursor: pointer;
  width: 270px;
  float: right;
  font-style: italic;
  padding-right: 65px;
  background-image: url('/content/Img/mote/icons/icon_go_arrow.png');
  background-repeat: no-repeat;
  background-position: center right;
}
div.valuepropfrontpage H1 A {
  font-weight: normal;
  color: black;
}
div.valuepropfrontpage H1 A:hover {
  text-decoration: none;
  color: #ca2489;
}
div.banneradsrightfrontpage {
  float: right;
  width: 150px;
  margin-right: 30px;
}
#ProfiledAdsByCategoryMatrixContainer {
  width: 795px;
  height: 410px;
}
#popularsearches A {
  font-weight: normal;
}
#popularsearches .searchesicon {
  margin-right: 3px;
}
div.ProfiledAdsByCategoryTower {
  width: 111px;
  float: left;
  overflow: hidden;
}
div.ProfiledAdsByCategoryTower .ProfiledAdsCategoryMatrixTop {
  position: absolute;
  z-index: 20;
  text-align: center;
  padding: 10px;
  padding-top: 18px;
  height: 56px;
  width: 91px;
  overflow: hidden;
  background-image: url('/content/Img/mote/backgrounds/bg_categorymatrix.png');
  background-repeat: no-repeat;
}
div.ProfiledAdsByCategoryTower .matrixthumb {
  width: 111px;
  height: 111px;
  margin: 0px;
  border: 0px;
  margin-bottom: -3px;
}
div.ProfiledAdsByCategoryTower .matrixthumbspusher {
  margin-bottom: 60px;
}
div.matrixbreaker {
  width: 770px;
  height: 20px;
}
IMG.matrixfrontpageshadow {
  margin-top: -17px;
}
div.AdMatrixHover {
  margin-left: 111px;
  display: none;
  position: absolute;
  z-index: 3;
  background-image: url('/content/Img/mote/backgrounds/bg_black70.png');
  color: white;
  width: 222px;
  height: 111px;
}
div.AdMatrixHover > div {
  padding: 10px;
}
div.AdMatrixHoverLeft {
  margin-left: -222px;
}
div.SignUpTeaser {
  margin-right: 25px;
  text-shadow: 1px 1px white;
  width: 323px;
  height: 219px;
  float: right;
  overflow: hidden;
  background-image: url('/content/Img/mote/backgrounds/bg_signupteaser.png');
}
div.SignUpTeaser > DIV {
  padding: 40px;
}
div.feature {
  float: left;
  width: 50%;
}
div.feature-ads {
  z-index: 100;
  position: relative;
}
div.feature-ad {
  float: left;
}
div.feature-banner {
  height: 110px;
  z-index: 101;
  position: relative;
}
div.feature-banner IMG {
  border: 0px;
}
div.feature-ad.kamille div.sash {
  background: url('/content/Img/mote/icons/sash_kamille.png');
  width: 69px;
  height: 69px;
  position: absolute;
}
div.feature-ad.elle div.sash {
  background: url('/content/Img/mote/icons/sash_elle.png');
  width: 69px;
  height: 69px;
  position: absolute;
}
div.editorial {
  font-size: 11pt;
}
DIV.AdsCompareContainer {
  clear: both;
  width: 970px;
  overflow: auto;
  height: 430px;
  margin-top: 30px;
}
DIV.AdsCompareContainerReal {
  clear: both;
  width: 970px;
  overflow: auto;
  height: 490px;
  margin-top: 30px;
}
DIV.AdsCompareContainerScroller {
  height: 400px;
  width: 2000px;
  overflow: hidden;
}
DIV.AdsCompareContainerScrollerReal {
  height: 470px;
  width: 2000px;
  overflow: hidden;
}
div.previewAdsCompare {
  width: 210px;
  float: left;
  margin-right: 20px;
}
.previewAdsCompare H2 {
  font-size: 16pt;
}
.previewAdsCompare .description {
  font-size: 9pt;
  color: #555555;
}
.previewAdsCompare .compareprice {
  font-size: 12pt;
  font-weight: bold;
}
.comparisonuserdescription {
  width: 700px;
}
.fbcommentscomparison {
  margin-top: -20px;
}
div.html-content {
  font-family: arial, sans-serif;
  padding-top: 20px;
  font-size: 9pt;
  padding-left: 50px;
  padding-right: 110px;
}
div.html-content p {
  margin-bottom: 20px;
}
div.html-content h3 {
  font-size: 20pt;
}
div.html-content h4 {
  font-weight: bold;
  font-size: 16pt;
  font-family: arial, sans;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 10px;
  margin-top: 15px;
}
div.html-content h5 {
  font-weight: bold;
  font-family: arial, sans;
  margin-bottom: -10px;
}
/* Modals */
.modalbackground {
  display: none;
  background: transparent url('/content/Img/mote/backgrounds/bg_black70.png');
  background: -moz-radial-gradient(50% 50%, ellipse, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1001;
}
.modalbox {
  z-index: 1800;
  position: absolute;
  background: white;
  padding: 3px;
  width: 600px;
  margin-top: 200px;
  margin-left: 230px;
}
.modalbox .header {
  background-color: #f5f4f1;
  border: 1px solid white;
  padding: 15px;
  text-shadow: 1px 1px white;
  background-repeat: repeat-x;
}
.modalbox IMG.modalclose {
  float: right;
  cursor: pointer;
  padding: 5px;
  border: 1px solid transparent;
  background-color: transparent;
}
.modalbox IMG.modalclose:hover {
  padding: 5px;
  border: 1px solid white;
  background-color: white;
}
#ModalLoginBox {
  width: 500px;
  margin-left: 280px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
.LoginBoxInner {
  background-color: white;
  height: 230px;
  background-image: url('/content/img/mote/backgrounds/bg_loginboxinnershadow.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.LoginBoxInner .LoginBoxOptionFacebook, .LoginBoxInner .LoginBoxOptionNoFacebook {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 15px;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: center 15px;
  float: left;
  width: 165px;
  padding-top: 130px;
  text-align: center;
}
.LoginBoxInner .LoginBoxOptionFacebook:Hover, .LoginBoxInner .LoginBoxOptionNoFacebook:Hover {
  background-color: #faf9f8;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px white, 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.LoginBoxInner .LoginBoxOptionFacebook {
  background-image: url('/content/Img/mote/icons/icon_loginfacebook.png');
  margin-left: 30px;
  float: left;
}
.LoginBoxInner .LoginBoxOptionNoFacebook {
  background-image: url('/content/Img/mote/icons/icon_loginnofacebook.png');
  margin-right: 35px;
  float: right;
}
.LoginBoxInner .LoginBoxOptionFacebook A {
  color: #7777777;
  text-shadow: 1px 1px white;
}
.LoginBoxInner .LoginBoxOptionNoFacebook A {
  color: #777777;
  text-shadow: 1px 1px white;
}
.LoginBoxInner .LoginBoxOptionFacebook A:hover {
  color: #ca2489;
  text-decoration: none;
}
.LoginBoxInner .LoginBoxOptionNoFacebook A:hover {
  color: #ca2489;
  text-decoration: none;
}
#ModalLoginBox .LoginBoxOptions {
  padding: 7px;
  clear: both;
  width: 100%;
  text-align: center;
}
#ModalLoginBox .LoginBoxOptions A {
  font-weight: normal;
}
#ModalLoginBox .LoginBoxInnerNoFacebook {
  margin-top: 20px;
  margin-left: 35px;
  padding: 15px;
  padding-left: 125px;
  background-image: url('/content/Img/mote/icons/icon_loginnofacebook.png');
  background-repeat: no-repeat;
}
#ModalLoginBox .LoginBoxInnerNoFacebook #useremail {
  width: 230px;
}
#ModalLoginBox .LoginBoxNoFacebookWait {
  padding: 15px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
}
#ModalLoginBox .LoginBoxInnerFacebookWait {
  height: 178px;
  background-image: url('/content/Img/mote/backgrounds/bg_loginfacebookwait.png');
  background-position: center center;
  width: 470px;
  padding: 15px;
  background-repeat: no-repeat;
}
#ModalLoginBox .LoginBoxInnerFacebookWait > DIV {
  width: 248px;
  padding: 25px;
  padding-top: 35px;
}
/* Tag box */
div.tagbox {
  background: white;
  border: 1px solid #cccccc;
  clear: both;
  cursor: text;
  padding: 5px;
  background-image: url('/Content/Img/mote/Backgrounds/bg_input.png');
  background-repeat: repeat-x;
}
div.tagbox span.default_text {
  display: none;
  color: #ccc;
  padding-left: 5px;
  cursor: text;
  float: left;
}
div.tagbox input {
  border: none;
  width: 100px;
  margin: 5px 0 2px 3px;
  font-size: 12pt;
  padding-left: 4px;
  float: left;
}
div.tagbox input:focus {
  border: none !important;
  width: 100px;
  margin: 5px 0 2px 3px;
}
div.tagbox span.tag_element {
  text-shadow: 1px 1px white;
  border: solid 1px #d9e3c0;
  background: #f8fbf5;
  padding: 2px;
  padding-left: 6px;
  margin: 3px 0 0 3px;
  white-space: nowrap;
  float: left;
}
div.tagbox span.tag_element span.remove {
  background: url("/content/Img/mote/icons/icon_tagsclose.png") no-repeat;
  background-position: right;
  padding: 0 14px 0 5px;
  margin-right: 2px;
  cursor: pointer;
}
div.tagsuggest {
  position: absolute;
  z-index: 100;
  width: 390px;
  border: 1px solid #cccccc;
  background: white;
}
div.tagsuggest UL {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div.tagsuggest UL LI {
  padding: 7px;
  border-bottom: 1px solid #cccccc;
}
LI.selectedtagsuggestion {
  padding: 7px;
  border-bottom: 1px solid #cccccc;
  color: black;
  cursor: pointer;
  background: #f5f4f1;
}
div.tagsuggest UL LI:hover {
  padding: 7px;
  border-bottom: 1px solid #cccccc;
  color: black;
  cursor: pointer;
  background: #f5f4f1;
}
/* CustomerService */
.CustomerServiceLeft {
  float: left;
  width: 660px;
  margin-left: 20px;
}
.CustomerServiceLeft .StepDescription {
  float: left;
  padding-top: 7px;
  width: 500px;
  padding-bottom: 10px;
}
.CustomerServiceLeft .StepCounter {
  margin-right: 15px;
  float: left;
  background-image: url('/content/img/mote/backgrounds/bg_faqbig.png');
  background-repeat: no-repeat;
  height: 46px;
  width: 46px;
  color: white;
  text-shadow: -1px -1px #96a0af;
  font-size: 18pt;
  font-weight: bold;
  padding-top: 7px;
  text-align: center;
}
.CustomerServiceLeft .QuickStepsTop {
  height: 86px;
  background-image: url('/content/img/mote/backgrounds/bg_faq_top.png');
  background-repeat: repeat-x;
}
.QuickStepsTop UL {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 0px;
}
.QuickStepsTop UL LI {
  float: left;
  padding: 15px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin: 0px;
  width: 183px;
  cursor: pointer;
  color: #ca2489;
  font-size: 11pt;
  font-weight: bold;
}
.QuickStepsTop UL LI.activehowto {
  color: #777777;
  background-image: url('/content/img/mote/backgrounds/bg_howtoactive.png');
  background-repeat: no-repeat;
}
.QuickStepSteps {
  border: 0px;
  padding: 30px;
  padding-top: 15px;
}
.FAQQuestion {
  float: left;
  width: 590px;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 11px;
}
.FAQAnswer {
  display: none;
  font-weight: normal;
}
.CustomerServiceRightEnd {
  float: left;
  margin-left: 20px;
  margin-bottom: 0px;
  width: 280px;
  height: 80px;
  background-image: url('/content/img/mote/backgrounds/bg_customerservice_right.png');
  background-repeat: repeat-y;
}
.CustomerServiceRight {
  float: left;
  width: 280px;
  margin-left: 20px;
  background-image: url('/content/img/mote/backgrounds/bg_customerservice_right.png');
  background-repeat: repeat-y;
  padding-bottom: 0px;
  text-shadow: 1px 1px white;
}
.CustomerServiceRight .PhoneDescription {
  font-size: 12pt;
  color: #777777;
  padding-top: 2px;
}
.CustomerServiceRight .PhoneDescription .smallgrey {
  font-size: 10pt;
}
HR.CustomerTopLine {
  margin-bottom: 0px;
}
/* My Style */
#mystyle-upload-bar {
  padding: 25px;
  background: #f6f5f3;
  margin: 10px 0;
}
#mystyle-upload-bar-filepicker {
  margin-top: -40px;
  z-index: 10;
}
#mystyle-upload-bar-button {
  z-index: 1;
}
#mystyle-upload-bar-button span.explanation {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  padding-left: 20px;
  background: url("/content/img/mote/backgrounds/arrow_left.png") no-repeat center left;
  font-size: 12pt;
}
.mystyle-uploaded-image {
  width: 475px;
  float: left;
  padding: 10px;
  margin-right: 10px;
  background: #f6f5f3;
  margin-bottom: 10px;
}
.mystyle-uploaded-image:nth-child(2n) {
  margin-right: 0px;
}
.mystyle-uploaded-image-preview {
  background: url("/content/img/mote/backgrounds/bg_matrixsearchshadow.png") no-repeat bottom;
  width: 178px;
  padding-bottom: 9px;
  float: left;
}
.mystyle-uploaded-image-info {
  width: 297px;
  float: right;
  padding: 5px 0 0 0;
}
.mystyle-uploaded-image-info input {
  margin-top: 5px;
}
.mystyle-uploaded-image-info textarea {
  width: 267px;
  height: 50px;
  margin: 5px 0;
}
.mystyle-image-success {
  padding-top: 50px;
}
.mystyle-image-success > DIV {
  float: left;
  padding-top: 15px;
  font-weight: bold;
  text-shadow: 1px 1px white;
  color: #5b5854;
}
.mystyle-upload-teaser {
  padding: 20px;
  padding-left: 10px;
  font-size: 17pt;
  font-family: museo-slab, Georgia, Arial, sans-serif;
  letter-spacing: -1px;
  color: #777777;
}
/* Uploadify */
.uploadifyQueueItem {
  border: 1px solid #e5e5e5;
  background: #f6f5f3;
  margin-top: 5px;
  padding: 10px;
}
.uploadifyError {
  border: 2px solid #e5e5e5 !important;
  background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
  float: right;
}
.uploadifyProgress {
  background-color: #¨fff;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  width: 100%;
}
.uploadifyProgressBar {
  background-color: #c7117a;
  width: 1px;
  height: 3px;
}
/* New redesign*/
.viewad-thumbnail-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: white;
  padding: 2px;
  border: 1px solid #cccccc;
}
.viewad-thumbnail-container IMG {
  width: 50px;
  height: 50px;
}
.viewad-top-column-thumb {
  width: 65px !important;
}
.ad-property-box .pricetext {
  margin-bottom: 0px !important;
}
.ad-property-box .iboxblue {
  background: #f5f4f1;
  background: -moz-linear-gradient(#f5f4f1 95%, #dad9d5 100%);
  background: -o-linear-gradient(#f5f4f1 95%, #dad9d5 100%);
  background: -webkit-linear-gradient(#f5f4f1 95%, #dad9d5 100%);
  background: -ms-linear-gradient(#f5f4f1 95%, #dad9d5 100%);
  font-size: 13pt;
  text-shadow: 1px 1px white;
  color: #555555;
  font-weight: bold;
}
.new-contact-mobile {
  padding: 7px 10px 7px 10px;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 13pt;
}
.g-plus-share {
  float: right;
  width: 70px;
  overflow: hidden;
  margin-left: 0px;
}
#shareiconcontainer {
  width: 400px;
}
#shareiconcontainer > DIV {
  float: right;
  width: 270px;
}
.top-hr {
  margin-bottom: 0px;
}
.viewad-top-column {
  width: 270px !important;
  float: left;
  overflow: hidden;
}
.viewad-top-column-nick {
  width: 170px !important;
}
.ad-property-element {
  font-size: 10pt !important;
}
.ad-property-element .normal {
  font-weight: normal;
}
.want-to-buy-header {
  color: #ca2489 !important;
  font-size: 32pt;
  font-family: museo-slab, Georgia, Arial, sans-serif;
  margin-bottom: -15px;
  margin-left: 10px;
  letter-spacing: -2px;
}
/* Admin */
.adminaddescription {
  width: 750px;
}
/* Comments */
#comment-box-new-popup {
  display: none;
  margin-top: -110px;
  margin-left: -20px;
  position: absolute;
  z-index: 100;
  background-image: url('/content/Img/mote/backgrounds/bg_bigviewernotify.png');
  background-repeat: no-repeat;
  width: 354px;
  height: 114px;
  overflow: hidden;
}
#comment-box-new-popup > DIV {
  padding: 40px;
  font-size: 11pt;
  font-weight: bold;
  color: #5b5854;
  text-shadow: 1px 1px white;
}
#comment-box-new-position {
  position: absolute;
  z-index: 2;
}
#commentfield {
  width: 340px;
}
.CommentsBox {
  margin-top: -6px;
}
.CommentsBox .thumb {
  padding: 4px;
  background: white;
  border: 1px solid #cccccc;
}
.CommentItem {
  line-height: 18px;
}
.CommentItem .thumb {
  width: 50px;
  height: 50px;
  float: left;
}
.CommentItem .thumb IMG {
  width: 50px;
  height: 50px;
}
.CommentItem .thumb > DIV {
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.CommentItem .CommentText {
  padding: 25px;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
}
.CommentItem .DeleteCommentConfirmBox {
  width: 350px;
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.CommentItem .smallgrey {
  color: #bbbbbb;
  font-size: 9pt;
}
.CommentItem .DeleteCommentLink {
  font-weight: normal;
}
.CommentBox .captchaimg {
  margin-right: 10px;
}
.CommentBox .NewCaptchaLink {
  font-weight: normal;
  font-size: 9pt;
}
.CommentBox .CommentBoxArrow {
  position: absolute;
  z-index: 10;
  width: 495px;
  margin-left: -16px;
  margin-top: 11px;
  height: 21px;
  background-image: url('/content/img/mote/backgrounds/bg_commentarrow.png');
  background-repeat: no-repeat;
}
/* View Ad */
DIV.PriceField {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
SPAN.PriceField {
  font-family: Arial, Tahoma, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  height: 33px;
  text-decoration: none;
  display: inline-block;
  padding-left: 4px;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  background-image: url('/Content/img/mote/Buttons/pricefield_left.png');
  background-repeat: no-repeat;
}
SPAN.PriceField span {
  display: inline-block;
  height: 33px;
  background-image: url('/Content/img/mote/Buttons/pricefield_right.png');
  padding-right: 4px;
  background-repeat: no-repeat;
  background-position: right top;
}
SPAN.PriceField span span {
  display: inline-block;
  padding: 0px;
  padding-top: 6px;
  padding-right: 4px;
  padding-left: 4px;
  height: 33px;
  padding-bottom: 4px;
  background-image: url('/Content/img/mote/Buttons/pricefield.png');
  background-repeat: repeat-x;
}
A.BiddingButton {
  cursor: pointer;
  font-family: Arial, Tahoma, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  height: 33px;
  text-decoration: none;
  display: inline-block;
  padding-left: 3px;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  background-image: url('/Content/img/mote/Buttons/biddingbutton_left.png');
  background-repeat: no-repeat;
}
A.BiddingButton span {
  display: inline-block;
  height: 33px;
  background-image: url('/Content/img/mote/Buttons/biddingbutton_right.png');
  padding-right: 3px;
  background-repeat: no-repeat;
  background-position: right top;
}
A.BiddingButton span span {
  display: inline-block;
  padding: 0px;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px;
  height: 33px;
  padding-bottom: 4px;
  background-image: url('/Content/img/mote/Buttons/biddingbutton.png');
  background-repeat: repeat-x;
}
.imagebrowserdescriptioncontainer {
  position: absolute;
  margin-top: -35px;
  width: 470px;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.imagebrowserdescriptionfloat {
  height: 15px;
  padding: 10px;
  color: white;
  text-shadow: 1px 1px black;
  background-image: url('/content/img/mote/backgrounds/bg_lightblack.png');
  width: 450px;
  overflow: hidden;
  float: left;
  overflow: hidden;
}
.imagebrowserdescriptionmissing {
  background: transparent;
}
#imagedescriptioninner {
  width: 90000px;
  overflow: hidden;
}
.ViewAdNickLink {
  color: #555555;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13pt;
  font-weight: bold;
}
.addecription {
  font-size: 12pt;
}
.addescription A {
  font-weight: normal;
}
.price {
  font-size: 14pt;
  font-weight: bold;
  float: right;
}
.pricetext {
  color: #555555;
  float: left;
  width: 200px;
  float: left;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11pt;
  margin-bottom: 15px;
  color: #bbbbbb;
}
.iconarrow {
  margin-right: 5px;
  vertical-align: middle;
  margin: 0 1px 0 1px;
}
.fblikecontainer {
  margin-left: 5px;
  margin-top: 5px;
}
/* Share */
.share-on-fb-button-container {
  float: left;
  margin-top: -5px;
  width: 179px;
  margin-bottom: -5px;
  height: 36px;
  overflow: hidden;
  background: transparent url('/content/img/mote/buttons/button_facebookshare.png') no-repeat;
}
.share-on-fb-button-container > DIV {
  padding: 10px;
  padding-left: 43px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.g-plus-share {
  margin-left: 5px;
}
#sharemailbutton {
  cursor: pointer;
}
.emailbox {
  overflow: hidden;
  border: 1px solid transparent;
  margin-top: -2px;
}
.emailboxactive {
  background: #f5f4f1;
  border: 1px solid #dcdacf;
  padding: 5px;
  margin-top: -6px;
  margin-left: 5px;
}
#sharemailform {
  width: 1px;
  height: 37px;
  overflow: hidden;
}
#sharemailformcontainer {
  width: 500px;
  height: 50px;
  padding-left: 10px;
}
.shareicons {
  margin-bottom: 5px;
}
/* Contact */
#sendsms {
  clear: both;
}
#sendsms TEXTAREA {
  width: 95%;
  height: 100px;
}
#sendmail TEXTAREA {
  width: 95%;
  height: 100px;
}
#sendersmobile {
  width: 150px;
}
#sendersmobilevalidation {
  float: left;
}
.successtext {
  padding-top: 5px;
}
.waittext {
  padding-top: 7px;
}
/* Upgrade AD */
.upgradebox {
  border-bottom: 1px solid #ccccccc;
  margin-bottom: 10px;
}
/* Map */
.map-header-bar {
  cursor: pointer;
  width: 483px;
  height: 38px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_close_bar.png') no-repeat;
}
.map-header-bar > DIV {
  padding: 13px;
  color: #5b5854;
  font-weight: bold;
}
#mapicon {
  cursor: pointer;
}
#map-container {
  display: none;
}
.mapiframe {
  width: 480px;
  height: 400px;
  border: 1px solid #cccccc;
}
/* ViewAD */
.ad-property-element {
  float: left;
  margin-right: 30px;
}
.ad-property-box {
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
/* Ad Images */
.adimagezoomin {
  cursor: pointer;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-left: 200px;
  margin-top: 130px;
  position: absolute;
  z-index: 1000;
  background-image: url('/content/img/mote/icons/icon_zoomin.png');
  background-repeat: no-repeat;
}
#adimagedescription {
  background-image: url('/Content/img/mote/backgrounds/bg_adimagedescription.png');
  background-repeat: repeat-x;
  text-shadow: 1px 1px black;
  color: white;
  position: absolute;
  z-index: 999;
  width: 454px;
  margin-top: 286px;
  height: 18px;
  overflow: hidden;
  padding: 8px;
}
#preloadadimage {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#adimagebrowser {
  width: 470px;
  position: absolute;
  z-index: 800;
  border: none;
  overflow: hidden;
}
#adimagearrowleft {
  cursor: pointer;
}
#adimageleft, #adimageright, #adimagezoom {
  cursor: pointer;
}
#adimagearrowright {
  margin-left: 0px;
}
#adimagezoom {
  display: none;
  float: center;
  width: 313px;
  margin-left: 80px;
}
#adimagezoomicon {
  margin-top: 120px;
  margin-left: 117px;
}
#adimagebrowser #adimageleft {
  overflow: hidden;
  width: 170px;
  background-image: url('/content/img/mote/backgrounds/bg_blackadimagefadeleft.png');
  background-repeat: repeat-y;
  height: 100%;
  float: left;
}
#adimagebrowser #adimageright {
  overflow: hidden;
  text-align: right;
  width: 170px;
  background-image: url('/content/img/mote/backgrounds/bg_blackadimagefaderight.png');
  background-repeat: repeat-y;
  height: 100%;
  float: right;
  background-position: top right;
}
#adimagecontainer {
  background: transparent url('/content/img/mote/backgrounds/bg_adthumbbigshadow.png') no-repeat center bottom;
  padding: 0px;
  padding-bottom: 11px;
  width: 470px;
}
.nextthumb IMG {
  height: 82px;
  width: 82px;
  margin: 25px;
}
.nextthumb {
  background-image: url('/content/img/mote/backgrounds/bg_imagethumbnext.png');
  background-repeat: no-repeat;
  width: 132px;
  height: 132px;
}
#adimagerightthumb {
  float: left;
  margin-top: 100px;
  margin-right: -10px;
}
#adimageleftthumb {
  float: right;
  margin-top: 100px;
  margin-left: -10px;
}
IMG#adimage2 {
  width: 1px;
  float: left;
  height: 320px;
}
IMG.adimage2 {
  width: 1px;
  height: 320px;
  float: left;
}
IMG.adimage {
  width: 468px;
  background: transparent;
  float: left;
}
IMG.adthumb {
  cursor: pointer;
  width: 84px;
  height: 84px;
  padding: 3px;
  background: white;
  border: 1px solid #cccccc;
}
IMG.adthumb:Hover {
  width: 84px;
  height: 84px;
  padding: 3px;
  background: #c3deef;
  border: 1px solid #c3deef;
}
IMG.adthumb_ad {
  margin: 0 0 4px 4px;
  float: left;
}
#adimage-slider {
  width: 468px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#adimage-slider div img {
  float: left;
}
/* Rating */
#recent-ratings {
  display: none;
}
span.toggle-recent-ratings {
  font-size: 10pt;
  padding-left: 15px;
  color: #028bb8;
  cursor: pointer;
}
span.toggle-recent-ratings.s {
  background: url("/content/img/mote/backgrounds/arrow_down.png") no-repeat left center;
}
span.toggle-recent-ratings.h {
  background: url("/content/img/mote/backgrounds/arrow_up.png") no-repeat left center;
  display: none;
}
.bigsoldbanner {
  margin-top: -5px;
  margin-left: -5px;
  width: 134px;
  height: 134px;
  overflow: hidden;
  position: absolute;
  z-index: 1200;
  background-image: url('/content/img/mote/backgrounds/bg_soldbanner_big.png');
  background-repeat: no-repeat;
}
#facebook-share-feedback {
  display: none;
  margin-top: 5px;
}
.viewad-imagecolumn {
  width: 485px;
  float: left !important;
}
.viewad-top-column {
  width: 200px;
  float: left;
}
.viewad-top-column-small {
  width: 200px;
  float: left;
}
.viewad-top-column-big {
  width: 260px;
  float: left;
}
.viewad-top-column-bigger {
  width: 380px;
  float: left;
}
.viewad-top-column-last {
  width: 300px;
  margin-left: 730px;
  position: absolute;
  z-index: 3;
}
#ViewAdRightColumn {
  margin-left: -10px;
  width: 510px;
  float: right !important;
}
#ViewAdRightColumn {
  background: transparent url('/content/img/mote/backgrounds/bg_viewad_shade2.png') repeat-y center left;
  padding: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  width: 480px;
  overflow: hidden;
  margin-top: 0px;
}
.viewad-white-shade {
  margin-bottom: -13px;
  margin-left: -20px;
}
.adcommentbox-top {
  height: 8px;
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_top.png') no-repeat;
}
.adcommentbox-bottom {
  height: 9px;
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_bottom.png') no-repeat;
}
.adcommentbox-middle {
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_tile.png') repeat-y;
  overflow: hidden;
}
.adcommentbox-middle .addecription {
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.adcomment-thumb IMG {
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  background: white;
  padding: 4px;
}
.adcommentbox-arrow {
  background: transparent url('/content/img/mote/backgrounds/bg_forumtopic_arrow.png') no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 30;
  margin-top: 15px;
  margin-left: -15px;
}
.viewad-nicklink-description {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12pt;
}
.addescription .pricetext {
  width: 200px;
}
.adcommentbox-top-new {
  height: 8px;
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_new_top.png') no-repeat;
}
.adcommentbox-bottom-new {
  height: 40px;
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_new_bottom.png') no-repeat;
}
.adcommentbox-middle-new {
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_new_tile.png') repeat-y;
  overflow: hidden;
}
.comment-box-new-thumb IMG {
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  background: white;
  padding: 4px;
  margin-right: 10px;
}
.adcommentbox-middle-new > DIV {
  padding: 25px;
  padding-top: 15px;
}
.adcommentbox-arrow-new {
  background: transparent url('/content/img/mote/backgrounds/bg_commentarrow_new.png') no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 30;
  margin-top: 15px;
  margin-left: -15px;
}
.adcommentbox-top-buyer {
  height: 8px;
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_new_top.png') no-repeat;
}
.adcommentbox-bottom-buyer {
  height: 9px;
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_new_bottom_short.png') no-repeat;
}
.adcommentbox-middle-buyer {
  width: 403px;
  background: transparent url('/content/img/mote/backgrounds/bg_adcomment_new_tile.png') repeat-y;
  overflow: hidden;
}
.adcommentbox-arrow-buyer {
  background: transparent url('/content/img/mote/backgrounds/bg_commentarrow_new.png') no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 30;
  margin-top: 15px;
  margin-left: -15px;
}
/* Drop down*/
.selectboxcontainer {
  float: left;
  border: 0px;
  text-align: left;
}
.dropdownbox {
  margin-top: -1px;
  font-size: 12.5pt;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  overflow: hidden;
  width: 210px;
  background: white;
  border: 1px solid #cccccc;
  padding: 0px;
}
.dropdownbox .selectbox_selected {
  color: #555555;
  padding: 7px;
  padding-left: 35px;
  background-image: url('/Content/Img/mote/backgrounds/bg_selectbox_selected.gif');
}
.dropdownbox .selectbox_selected:Hover {
  color: #ca2489;
}
.dropdownbox .selectbox_option {
  font-size: 10.5pt;
  color: #555555;
  background-image: url('/Content/Img/mote/icons/icon_folder_selectbox.png');
  background-repeat: no-repeat;
  background-position: center left;
  border-top: 1px solid #cccccc;
  padding: 9px;
  padding-left: 35px;
}
.dropdownbox .selectbox_option:Hover {
  background-color: #f5f4f1;
  color: black;
}
.selectboxhorisontallabel {
  width: 169px;
  list-style: none;
  margin: 0px;
  padding: 7px;
  padding-left: 35px;
  border: 1px solid #cccccc;
}
#chosencounty:Hover, #chosencategory:Hover {
  color: #ca2489;
}
.selectboxhorisontal {
  z-index: 800;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  background: white;
  margin-top: 80px;
}
UL.sub {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 180px;
}
UL.sub LI {
  padding: 5px;
  height: 22px;
}
UL.sub LI.main {
  font-weight: bold;
}
UL.sub LI.subcat {
  font-weight: normal;
}
#categorydropdown {
  z-index: 1000;
  margin-top: 35px;
}
.categorymodifier {
  background-image: url('/Content/Img/mote/backgrounds/bg_selectbox_selected.gif');
  width: 169px;
  position: absolute;
  z-index: 999;
}
.categorymodifier .selectbox_selected {
  background-image: url('/Content/Img/mote/backgrounds/bg_selectbox_modifier.gif');
}
.countymodifier {
  position: absolute;
  z-index: 990;
  margin-top: 45px;
  background-image: url('/Content/Img/mote/backgrounds/bg_selectbox_county.gif');
}
.countymodifier .selectbox_selected {
  background-image: url('/Content/Img/mote/backgrounds/bg_selectbox_county.gif');
}
.countymodifier .selectbox_option {
  background-image: url('/Content/Img/mote/icons/icon_county.png');
}
UL.categorysub LI {
  height: 17px;
  padding-right: 10px;
  padding-left: 36px;
  background-image: url('/Content/Img/mote/icons/icon_folder_selectbox.png');
  background-repeat: no-repeat;
  background-position: center left;
}
.dropdownmodifiercontainer {
  height: 75px;
}
/* Search page */
.minimum-price-search {
  font-size: 11pt;
  padding-top: 3px;
  font-weight: normal;
  color: #666666;
}
.bigsearchnotify {
  margin-top: -120px;
  margin-left: -40px;
  position: absolute;
  z-index: 100;
  background-image: url('/content/Img/mote/backgrounds/bg_bigviewernotify.png');
  background-repeat: no-repeat;
  width: 354px;
  height: 114px;
  overflow: hidden;
}
.bigsearchnotify > DIV {
  padding: 30px;
  padding-left: 40px;
  font-size: 12pt;
}
#searchField {
  width: 540px;
  margin-left: 230px;
}
.categoryarrow {
  margin-top: 5px;
  margin-bottom: 3px;
}
.categoryarrowleft {
  margin: 12px 7px 3px 7px;
  float: left;
}
.splitcolumnfront {
  float: left;
  width: 237px;
  margin-right: 15px;
  overflow: hidden;
}
/* Small Category List */
/*#categorylistsmall { width:300px;float:left;margin-right:15px; }*/
.categorylist .categorysmall {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  width: 280px;
}
.categorylist .categorysmall:Hover {
  background: #f5f4f1;
  border: 1px solid #dcdacf;
}
.categorylist .categorysmall DIV {
  padding-top: 3px;
  font-size: 13.5pt;
}
.categorylist .categorysmall IMG {
  float: left;
  margin-right: 15px;
}
.hrcategories {
  margin-top: 3px;
}
.leftcolumnfront {
  float: left;
  width: 300px;
  margin-right: 15px;
}
/* Popuplar ads */
.popularads {
  padding: 4px;
  clear: both;
}
.popularads .image {
  float: left;
  margin-right: 10px;
}
.popularads .content {
  padding-top: 7px;
}
.popularads .smallgrey {
  color: #bbbbbb;
  font-size: 9pt;
}
/* Recent users */
.recentusers .image {
  float: left;
  width: 45px;
  margin-right: 3px;
}
.recentusers .image .thumb {
  width: 25px;
  height: 25px;
  overflow: hidden;
}
.recentusers .image .thumb IMG {
  height: 25px;
  width: 25px;
}
.recentusers .content {
  padding-top: 10px;
}
/* Big Category list */
.categorylist .category {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  float: left;
  width: 302px;
}
.categorylist .category:Hover {
  background: #f5f4f1;
  border: 1px solid #dcdacf;
}
.categorylist .category DIV {
  padding-top: 13px;
  font-size: 13.5pt;
}
.categorylist .category IMG {
  float: left;
  margin-right: 15px;
}
.categorylist H2 {
  color: #ca2489;
  margin: 0px;
  font-size: 12.5pt;
  font-weight: bold;
  margin-bottom: -5px;
}
.categorylist SPAN {
  color: #555555;
  font-size: 10.5pt;
  font-family: Arial, Tahoma, sans-serif;
}
/* Thumbs */
.thumblistcategories {
  cursor: pointer;
  padding: 2px 4px 8px 2px;
  float: left;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.thumblistcategories:Hover {
  background: #f5f4f1;
  border: 1px solid #dcdacf;
}
/*.thumblistcategoriesinspiration { cursor:pointer;padding:2px 2px 2px 2px;float:left;border:1px solid transparent;margin:6px; }*/
.thumblistcategoriesinspiration {
  border: 1px solid white;
  float: left;
  margin-right: 2px;
}
/*.thumblistcategoriesinspiration:Hover { background:@LIGHTBLUE;border:1px solid @BLUEBORDER; }*/
.ThumbText100 {
  text-align: center;
  color: #555555;
  padding-top: 4px;
  width: 105px;
  font-size: 9px;
}
.ThumbText173 {
  text-align: center;
  color: #555555;
  padding-top: 4px;
  width: 173px;
}
.featuredthumb {
  width: 321px;
  margin: 2px;
  border: 1px solid #ececec;
}
/*.featuredthumbsmall { width:100px;margin:2px;border:1px solid #ececec; }*/
.featuredthumbsmall {
  width: 155px;
  margin: 2px;
  border: 1px solid #ececec;
}
.profiledcontainer {
  width: 660px;
  float: right;
  padding-top: 7px;
}
.thumboverlay {
  padding: 10px;
  color: white;
  text-shadow: 1px 1px black;
  background-image: url('/content/Img/mote/backgrounds/bg_thumboverlay.png');
  position: absolute;
  z-index: 300;
  width: 136px;
  height: 36px;
  margin-top: 102px;
  margin-left: 2px;
  overflow: hidden;
}
.profiledtitle {
  font-weight: bold;
}
.profiledprice {
  margin-top: 20px;
  color: #eeeeee;
}
/* popular searches */
#popularsearches {
  clear: both;
  margin-top: 25px;
}
.searchesicon {
  vertical-align: middle;
  margin-right: 8px;
}
/* Big profiling */
.bigprofiling {
  float: left;
  width: 450px;
  height: 220px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.bigprofiledimage {
  cursor: pointer;
  margin-top: -30px;
  float: left;
  width: 450px;
}
#bigprofiledscroller {
  width: 2800px;
  height: 250px;
}
.bigprofileddescription {
  text-shadow: 1px 1px black;
  width: 230px;
  height: 250px;
  background-image: url('/content/Img/mote/backgrounds/bg_bigprofiled.png');
  background-repeat: repeat-x;
  color: white;
  margin-left: 0px;
}
.bigprofileddescription DIV {
  padding: 20px;
  margin-top: 30px;
}
.bigprofileddescription .grey {
  color: #eeeeee;
}
.bigprofileddescription H2 A {
  color: white;
}
.profiledpricebig {
  color: #eeeeee;
  font-weight: bold;
  font-size: 11.5pt;
}
/* Results */
#updatewait {
  margin-top: 15px;
}
.nolimits {
  color: #bbbbbb;
  padding: 5px;
  margin-top: 5px;
  clear: both;
}
.resultcount {
  border-bottom: 1px solid #cccccc;
  color: #555555;
  margin-top: 10px;
  font-size: 18pt;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.noads {
  font-size: 14pt;
  color: black;
  padding: 20px;
  padding-top: 10px;
  background-repeat: no-repeat;
  margin-top: 25px;
}
.resultsleft {
  width: 200px;
  margin-top: 10px;
  overflow: hidden;
}
.resultsright {
  float: right;
  width: 768px;
  margin-top: 10px;
  overflow: hidden;
}
.resultsleft #textsearch {
  width: 85px;
}
#results {
  padding-left: 20px;
  padding-top: 10px;
}
#categorylabel, #countylabel {
  width: 130px;
}
UL.searchRemoveOptions {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
UL.searchRemoveOptions LI {
  background-image: url('/Content/Img/mote/icons/icon_smallerror.png');
  background-repeat: no-repeat;
  padding: 8px;
  padding-left: 34px;
}
UL.searchRemoveOptions LI A {
  font-weight: normal;
}
hr.search-profiled-seperator {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}
/* Icons */
.sizeresults {
  cursor: pointer;
}
.boxarrowtop {
  /* border:1px solid @GREYBORDER;*/
  border-top: 0px;
}
#custom-price-from, #custom-price-to {
  width: 40px;
}
.boxarrowtop H3 {
  font-size: 14pt;
}
.iboxarrowtop {
  background-color: #f5f4f1;
  border: 1px solid white;
  padding: 15px;
  text-shadow: 1px 1px white;
  background-repeat: repeat-x;
  border-top: 0px;
  padding: 13px;
  padding-bottom: 15px;
}
.boxarrowtopblue {
  background-image: url('/Content/Img/mote/backgrounds/bg_boxarrowtopblue.png');
  background-repeat: no-repeat;
  width: 325px;
  height: 24px;
}
INPUT.inputresultmodifier {
  width: 125px;
}
.searchRemoveOptions LI {
  cursor: pointer;
  border: 1px solid transparent;
}
.searchRemoveOptions A:Hover {
  text-decoration: none;
}
.searchRemoveOptions LI:Hover {
  background-color: #f5f4f1;
  border: 1px solid #dcdacf;
}
.foldericon {
  width: 24px;
  height: 30px;
  background-image: url('/Content/Img/mote/icons/icon_folder.png');
  background-repeat: no-repeat;
  float: left;
}
.countyicon {
  margin-right: 5px;
  margin-top: -5px;
  width: 24px;
  height: 24px;
  background-image: url('/Content/Img/mote/icons/icon_county_small.png');
  background-repeat: no-repeat;
  float: left;
}
#showmore {
  cursor: pointer;
  padding: 15px;
  padding-left: 50px;
  border: 0px;
  border-bottom: 0px;
  background-image: url('/content/Img/mote/backgrounds/bg_pagingbox.png');
  background-repeat: no-repeat;
  height: 50px;
}
#showmore IMG {
  display: none;
}
#showmore A {
  color: white;
  text-shadow: -1px -1px #32003c;
  font-size: 12pt;
}
#showmore A:Hover {
  text-decoration: none;
  color: #dfc9e6;
}
.showmorearrow {
  display: none;
  height: 25px;
  background-image: url('/content/Img/mote/backgrounds/bg_arrowshowmoreresults.png');
  background-repeat: repeat-x;
}
#showmorewait {
  height: 30px;
  padding: 13px;
  border: 0px;
  border-bottom: 0px;
  background-repeat: repeat-x;
}
#showmorewait IMG {
  float: left;
  margin-right: 10px;
}
#showmorewait DIV {
  padding-top: 8px;
  font-size: 11.5pt;
  font-weight: bold;
  color: #555555;
}
#save-search-box {
  background: white;
  border: 1px solid #cccccc;
  padding: 15px;
  text-shadow: 1px 1px white;
  margin-top: -6px;
  margin-left: 5px;
}
#save-search-box .save-search-box-inner, #save-search-box .save-search-box-success {
  min-width: 390px;
}
/* Paging */
#paging {
  margin-left: 10px;
}
#paging .pagingbox {
  cursor: pointer;
  float: left;
  margin-right: 2px;
  background: white;
  border: 1px solid #dcdacf;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-align: center;
  padding-top: 5px;
}
#paging .pagingbox:hover {
  background: #f5f4f1;
}
#paging .currentpage {
  background: #dcdacf;
  cursor: default;
}
#paging .currentpage:hover {
  background: #dcdacf;
}
#paging .currentpage A {
  color: white;
}
#paging A:Hover {
  text-decoration: none;
}
/* Templates */
.resultrow {
  padding: 5px;
  border: 1px solid transparent;
}
#results H2 {
  font-family: Arial, Tahoma, sans-serif;
}
#results {
  padding-left: 0px;
}
/*.resultrow:Hover { border:1px solid @BLUEBORDER;background:@LIGHTBLUE; }*/
.shuffleimages {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 700;
  background-image: url('/Content/Img/mote/icons/icon_refresh.png');
  background-repeat: no-repeat;
  background-position: center center;
}
/*.shufflemedium { height:160px;width:260px; }*/
.shufflemedium {
  width: 71px;
  height: 71px;
  margin-left: 65px;
  margin-top: 45px;
}
/*.shufflesmall { height:110px;width:110px;background-image:url('/Content/Img/mote/icons/icon_refresh_small.png'); }*/
.shufflesmall {
  height: 30px;
  width: 30px;
  background-image: url('/Content/Img/mote/icons/icon_refresh_small.png');
  margin-left: 70px;
  margin-top: 70px;
}
.shufflebig {
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: block;
  background-image: url('/Content/Img/mote/icons/icon_refresh_small.png');
  background-repeat: no-repeat;
  background-position: 5px 10px;
}
.bigshufflecontainer {
  height: 207px;
  width: 345px;
}
H2 A {
  color: #ca2489;
  font-weight: normal;
  text-decoration: none;
}
H2 A:hover {
  text-decoration: underline;
  color: #ca2489;
}
HR.ProfiledAdResultRow {
  color: #bbbbbb;
}
H2.ProfiledAdResultRow A {
  font-weight: bold;
  color: black;
}
H2.ProfiledAdResultRow A:hover {
  color: #ca2489;
  text-decoration: none;
}
H2.PROFILEDCLASS A {
  font-size: 18pt;
}
/* Small */
.resultTemplateSmall .resultContent {
  padding: 10px;
}
.resultTemplateSmall .price {
  float: right;
  font-size: 14pt;
  margin-top: 5px;
}
.description {
  color: #555555;
}
.resultthumbsmall {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}
.smallthumbshadow {
  margin-top: 111px;
  position: absolute;
  z-index: 3;
  height: 12px;
  width: 110px;
  background: transparent url('/content/img/mote/backgrounds/thumbshadow_small.png') no-repeat;
}
/* Medium */
.resultTemplateMedium .resultContent {
  padding: 10px;
  padding-top: 0px;
}
.resultTemplateMedium .price {
  margin-top: 3px;
}
.resultTemplateMedium H2 {
  font-size: 17pt;
}
.resultTemplateMedium .date {
  float: left;
  color: #555555;
  text-shadow: 1px 1px white;
  margin-top: 15px;
}
.resultTemplateMedium .city {
  float: right;
  color: #555555;
  text-shadow: 1px 1px white;
  margin-top: 15px;
}
.resultthumbmedium {
  float: left;
  margin-right: 20px;
  width: 200px;
  height: 150px;
}
.mediumthumbshadow {
  margin-top: 161px;
  position: absolute;
  z-index: 3;
  height: 12px;
  width: 209px;
  background: transparent url('/content/img/mote/backgrounds/thumbshadow_medium.png') no-repeat;
}
/* Big */
.resultthumbbig {
  width: 345px;
  height: 250px;
}
.resultBigContent {
  height: 240px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-image: url('/content/Img/mote/backgrounds/bg_adimagedescription.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}
.resultBigContent H2 A {
  color: #f5f4f1;
}
.resultBigContent H2 A:Hover {
  color: white;
  text-decoration: none;
}
.thumbbig {
  width: 345px;
  height: 250px;
  padding: 4px;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 2px;
  margin-bottom: 10px;
}
.resultBigContent H2 {
  position: absolute;
  padding-left: 4px;
  font-size: 15pt;
  color: white;
  text-shadow: 1px 1px black;
}
.resultBigContent .price {
  padding-top: 5px;
  padding-right: 7px;
  font-size: 13pt;
  float: right;
  color: white;
  text-shadow: 1px 1px black;
}
.bigthumbshadow {
  margin-top: 4px;
  margin-left: -4px;
  height: 12px;
  width: 354px;
  background: transparent url('/content/img/mote/backgrounds/thumbshadow_big.png') no-repeat;
}
/* Matrix */
.resultTemplateBig {
  border: 1px solid transparent;
  margin-bottom: 10px;
  height: 220px;
  width: 195px;
  margin-left: 5px;
  overflow: hidden;
  float: left;
}
.resultTemplateBig .resultTemplateBig {
  margin: 0px;
  padding: 0px;
}
.resultthumbbig {
  width: 175px;
  height: 150px;
  overflow: hidden;
}
.resultBigContent {
  height: 230px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-image: url('/content/Img/mote/backgrounds/bg_adimagedescription.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}
.resultBigContent H2 A {
  color: #f5f4f1;
}
.resultBigContent H2 A:Hover {
  color: white;
  text-decoration: none;
}
.thumbbig {
  width: 175px;
  height: 150px;
  padding: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.resultBigContent H2 {
  padding-left: 4px;
  font-size: 15pt;
  color: white;
  text-shadow: 1px 1px black;
}
.resultBigContent .price {
  padding-top: 5px;
  padding-right: 7px;
  font-size: 13pt;
  float: right;
  color: white;
  text-shadow: 1px 1px black;
}
.bigthumbshadow {
  position: absolute;
  z-index: 3;
  margin-top: 0px;
  margin-left: -4px;
  height: 12px;
  width: 175px;
  background: transparent url('/content/img/mote/backgrounds/bg_matrixsearchshadow.png') no-repeat;
}
.thumbbig {
  background-repeat: no-repeat;
  background-position: center top;
}
.resultTemplateBig H2 {
  margin: 0px;
  margin-top: -10px;
  position: absolute;
  z-index: 3;
}
.resultTemplateBig H2 A {
  font-family: museo-slab, Georgia, Arial, sans-serif !important;
  font-size: 16pt;
  color: #5b5854 !important;
  letter-spacing: -1px;
}
.resultTemplateBig H2 A:hover {
  font-size: 16pt;
  color: #ca2489;
  text-decoration: none;
}
.matrix-price {
  position: absolute;
  z-index: 4;
  margin-top: 35px;
}
.profiledMatrixBanner {
  display: none;
}
.profiledMatrixBannerProfiledAdResultRow {
  width: 90px;
  height: 90px;
  background: transparent url('/content/img/mote/icons/icon_profiledbanner.png') no-repeat;
  position: absolute;
  z-index: 200;
}
.ProfiledAdResultRow {
  background: #f5f4f1;
  text-shadow: 1px 1px white;
  border: 1px solid white;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.ProfiledAdResultRow H2 A {
  color: black;
}
.resultTemplateBigMatrix {
  padding-left: 9px !important;
  padding-top: 9px !important;
  width: 185px;
}
/* Mega */
.megaresultsoverlay {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1800;
  background-image: url('/content/Img/mote/backgrounds/bg_black.png');
}
.megaadcontainer {
  width: 980px;
  height: 700px;
}
.megaresultscontainer {
  display: none;
  width: 980px;
  height: 700px;
  overflow: Hidden;
  position: absolute;
  z-index: 1900;
  border: 1px solid white;
  background: #f5f4f1;
  background-image: url('/content/Img/mote/icons/waiticon_blue.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.megaclose {
  padding: 6px;
  padding-right: 9px;
  cursor: pointer;
  background-image: url('/content/Img/mote/backgrounds/bg_lightblack.png');
  font-size: 11pt;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px black;
  position: absolute;
  z-index: 1950;
  margin-left: 947px;
  margin-top: 0px;
  border: 1px solid transparent;
}
.megaclose:hover {
  border: 1px solid white;
  background-image: url('/content/Img/mote/backgrounds/bg_black70.png');
}
.megaresultstemplate {
  float: left;
  width: 980px;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
}
.megadescription {
  width: 425px;
  height: 290px;
  background-image: url('/content/Img/mote/backgrounds/bg_black70.png');
  color: white;
  text-shadow: 1px 1px black;
}
.megacontentcontainer {
  padding-top: 450px;
}
.megadescription > DIV {
  padding: 20px;
  padding-left: 40px;
  font-size: 12pt;
}
.megadescription .price {
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  padding-bottom: 5px;
  padding-top: 3px;
}
.megadescription H2 {
  color: white;
  font-size: 24pt;
}
.megascrolls {
  width: 80px;
  margin-top: 661px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  background-image: url('/content/Img/mote/backgrounds/bg_white701.png');
  position: absolute;
  z-index: 1950;
  text-shadow: 1px 1px white;
  color: #333333;
}
.megaresultshow {
  margin-left: 400px;
  width: 120px;
  text-align: center;
  margin-top: 663px;
  padding: 12px;
}
.megaresultshow:hover, .megaresultprevious:hover, .megaresultnext:hover {
  color: #ca2489;
  background: white;
}
.megaresultprevious IMG, .megaresultnext IMG {
  padding-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.megaresultnext {
  margin-left: 880px;
  text-align: right;
}
.megaimages {
  float: right;
  width: 520px;
  padding-top: 135px;
  margin-left: -25px;
}
.megaresultsscroller {
  height: 700px;
  width: 100000px;
  overflow: hidden;
}
.megaimagethumb {
  cursor: pointer;
  float: left;
  margin-left: -10px;
  margin-right: -15px;
  padding: 10px;
  width: 111px;
  height: 111px;
  background-image: url('/content/Img/mote/backgrounds/bg_megaimagethumbs.png');
  background-repeat: no-repeat;
}
.megaimagethumb IMG {
  border: 1px solid transparent;
}
.megaimagethumb IMG:hover {
  border: 1px solid white;
}
.megadescription A:hover {
  text-decoration: none;
  color: #d8c9de;
}
.megadescription A {
  text-decoration: none;
  color: white;
}
#showmegaadlink {
  color: #d8c9de;
}
#megaimagethumbtemplate {
  display: none;
}
.viewadlinkcontainer {
  padding-top: 5px;
  margin-left: 0px;
  padding-left: 0px;
}
.comparethumbmini {
  border: 1px solid #cccccc;
  background: white;
  padding: 4px;
}
#profile {
  /*margin-top:-25px; */
}
#profile H3 {
  font-size: 22pt;
}
#profile #name {
  margin: 20px 0 10px 0;
  border-bottom: solid 1px #ccc;
  padding-left: 10px;
}
#profile #name img.badge {
  position: relative;
  top: 5px;
}
#profile #left {
  width: 195px;
  float: left;
  padding-left: 10px;
}
#profile #left img.profile_image {
  padding: 5px;
  border: solid 1px #ccc;
  background: #fff;
}
#profile #right {
  width: 732px;
  margin-right: 10px;
  float: right;
}
#status-box {
  background: #fff;
  padding: 1px;
  border: solid 1px #ccc;
  margin-bottom: 40px;
}
#status-box-inner {
  height: 55px;
  line-height: 55px;
  background: #e9f7fa;
}
#status-box-inner div.info {
  float: right;
  font-size: 12pt;
  font-weight: bold;
  padding-right: 20px;
}
#profile #right #description {
  margin-bottom: 30px;
}
#profile #right #ads {
  margin-bottom: 30px;
}
#profile #right #ads img {
  margin-right: 5px;
  margin-bottom: 5px;
}
/* Fashion profile */
#profile-area .normal-link {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11pt;
}
#profile-area #overview-content {
  padding-left: 20px;
  padding-top: 15px;
}
/* Description */
#profile-area .profile-description {
  float: left;
  width: 45%;
}
#profile-area .profile-description-big {
  float: left;
  width: 96%;
}
#profile-area .profile-description-small > DIV {
  margin-top: 50px;
  height: 270px;
  margin-left: 10px;
}
#profile-area .profile-description > DIV {
  padding: 30px;
  font-family: museo-slab, Georgia, Arial, sans-serif;
  color: #5b5854;
  text-shadow: 1px 1px white;
  background: #f5f4f1;
}
#profile-area .description-smallfont > DIV {
  font-size: 15pt;
}
#profile-area .description-mediumfont > DIV {
  font-size: 20pt;
}
#profile-area .description-bigfont > DIV {
  font-size: 28pt;
  letter-spacing: -2px;
}
#profile-area .profile-description .t3 {
  color: #ca2489;
  margin: 0px;
}
/* Likes */
#profile-area .image-profile-like-container {
  width: 200px;
  height: 150px;
  overflow: hidden;
}
/* Ads */
#profile-area .show-none {
  margin-right: 50px;
}
#profile-area .profile-ads-thumb-more {
  display: none;
}
#profile-area .profile-ads-thumb {
  margin: 5px;
  float: left;
}
#profile-area .profile-ads-thumb-shadow {
  background: transparent url('/content/img/mote/backgrounds/thumbshadow_medium.png') no-repeat;
  width: 209px;
  height: 12px;
  position: absolute;
  z-index: 3;
  margin-left: -3px;
  margin-top: -3px;
}
#profile-area .profile-ads-thumb-shine {
  position: absolute;
  z-index: 5;
  width: 200px;
  height: 150px;
  background: transparent url('/content/img/mote/backgrounds/bg_profileadsshine.png') repeat-x bottom left;
}
#profile-area .profile-ads-thumb .price {
  text-decoration: none;
  display: none;
  position: absolute;
  z-index: 6;
  margin: 10px;
  font-size: 11pt;
}
#profile-area .profile-ads-thumb .description {
  text-decoration: none;
  display: none;
  width: 180px;
  margin-left: 10px;
  margin-top: 110px;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 20pt;
  position: absolute;
  z-index: 7;
  color: white;
  font-family: museo-slab, Georgia, Arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#profile-area .profile-ads-thumb IMG {
  width: 200px;
  height: 150px;
}
#profile-area .profile-ads-thumb A:hover {
  text-decoration: none;
}
/* Stream */
#profile-area .streampoints {
  position: absolute;
  z-index: 20;
  background: white;
  border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  margin-left: 400px;
}
#profile-area .streampoints > DIV {
  padding: 6px;
  font-size: 12pt;
  font-weight: bold;
  color: #777777;
}
#profile-area .no-stream {
  padding: 40px;
  text-shadow: 1px 1px white;
}
#profile-area .no-stream h4 {
  font-size: 24pt;
  color: #555555;
  line-height: 30px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
#profile-area .no-stream h5 {
  font-size: 17pt;
  color: #999999;
  line-height: 25px;
}
#profile-area .stream-end {
  height: 42px;
  margin-left: -15px;
  margin-bottom: -15px;
  width: 100%;
  background: transparent url('/content/img/mote/backgrounds/bg_streamend.png') repeat-x;
}
#profile-area .t3 {
  font-size: 20pt;
}
#profile-area #profile-stream {
  width: 45%;
}
#profile-area .stream-content .content-thumb {
  width: 100%;
}
#profile-area .stream-content .content-thumb-hover {
  display: none;
  margin-left: 200px;
  margin-top: -50px;
  background: white;
  position: absolute;
  z-index: 20;
  padding: 5px;
  width: 210px;
  height: 160px;
  overflow: hidden;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#profile-area .stream-content .content-thumb-hover IMG {
  width: 210px;
  height: 160px;
}
#profile-area .stream-content .profile-thumb-container {
  margin: 2px;
  float: right;
  margin-left: 10px;
  border: 3px solid white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 50px;
  overflow: hidden;
}
#profile-area .activity .stream-content {
  float: left;
  width: 330px;
  overflow: hidden;
}
#profile-area .activity .stream-thumb-image {
  margin-left: -3px;
  background: transparent url('/content/img/mote/backgrounds/bg_streamthumbshadow.png') no-repeat;
  width: 56px;
  height: 9px;
  position: absolute;
  z-index: 3;
}
#profile-area .profile-section {
  width: 45%;
  float: left;
  overflow: hidden;
  padding: 10px;
  height: 400px;
  overflow: hidden;
}
#profile-area .stream-time {
  color: #999999;
  font-size: 10pt;
}
#profile-area .activity .thumbnail {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: white;
  padding: 5px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
#profile-area .activity .thumbnail-inner {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
#profile-area .activity .thumbnail-inner IMG {
  width: 40px;
}
#profile-area .activity .thumbnail-container {
  float: left;
  margin-right: 15px;
  margin-left: 10px;
}
#profile-area .profile-stream-inner {
  background: transparent url('/content/img/mote/backgrounds/bg_stream.png') repeat-y;
}
#profile-area .profile-stream-inner > DIV {
  padding: 10px;
}
#profile-area .activity {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 12pt;
  padding-right: 15px;
  text-shadow: 1px 1px white;
}
#profile-area .activity:last-child {
  border-bottom: 0px;
}
#profile-area .activity A {
  font-weight: normal;
}
#profile-area .profile-top {
  background: #ca2489 url('/content/img/mote/backgrounds/bg_profileheader.png') no-repeat;
  padding: 10px;
  margin-top: 5px;
  padding-left: 200px;
  height: 120px;
  overflow: hidden;
}
#profile-area .profile-sub-top {
  background: #f5f4f1;
  padding: 10px;
  padding-left: 215px;
}
#profile-area .profile-top h1 {
  margin-top: 75px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#profile-area .profile-image-profile {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
#profile-area .profile-image-container {
  padding: 8px;
  background: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  width: 150px;
  height: 150px;
  overflow: hidden;
}
#profile-area .profile-image-outer-container {
  position: absolute;
  z-index: 3;
  margin-top: 5px;
  margin-left: -180px;
}
#profile-area .profile-image-shine {
  width: 150px;
  height: 150px;
  background: transparent url('/content/img/mote/backgrounds/bg_profileimageoverlay.png') no-repeat;
  position: absolute;
  z-index: 5;
}
#profile-area .profile-image-profile-shadow {
  margin-left: -5px;
  background: transparent url('/content/img/mote/backgrounds/bg_profileimageprofileshadow.png') no-repeat;
  width: 173px;
  height: 11px;
}
#profile-area .profile-likes {
  padding-top: 5px;
  margin-right: 20px;
  text-shadow: 1px 1px white;
  color: #777777;
  font-weight: bold;
  font-size: 13pt;
}
#profile-area .profile-likes IMG {
  vertical-align: middle;
  margin-right: 4px;
}
#profile-area .profile-comments {
  padding-top: 5px;
  margin-right: 20px;
  text-shadow: 1px 1px white;
  color: #777777;
  font-weight: bold;
  font-size: 13pt;
}
#profile-area .profile-comments IMG {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
#profile-area .points-score {
  padding-top: 5px;
}
#profile-area SPAN.profile-points-count {
  float: right;
  margin-right: 8px;
  margin-top: -5px;
  height: 32px;
  text-decoration: none;
  display: inline-block;
  padding-left: 4px;
  color: #777777;
  font-size: 12pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/backgrounds/bg_forumcount_left.png');
  background-repeat: no-repeat;
}
#profile-area SPAN.profile-points-count span {
  display: inline-block;
  height: 32px;
  background-image: url('/Content/Img/mote/backgrounds/bg_forumcount_right.png');
  padding-right: 4px;
  background-repeat: no-repeat;
  background-position: right top;
}
#profile-area SPAN.profile-points-count span span {
  display: inline-block;
  padding: 0px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  height: 32px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/backgrounds/bg_forumcount.png');
  background-repeat: repeat-x;
}
.ProfileAdHistory {
  width: 180px;
  float: left;
  height: 227px;
  text-align: center;
}
.ProfileAdHistory .bigsoldbannerprofile {
  cursor: pointer;
  margin: 0px;
  margin-left: 3px;
}
#profile H2 A {
  color: black;
}
div.pointspage .pointsexplanationbox {
  float: left;
  width: 315px;
  height: 200px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('/content/img/mote/backgrounds/bg_pointsarrow.png');
  background-repeat: repeat-y;
  background-position: top right;
}
div.pointspage .pointsexplanationbox .pointsexplanationboxpadder {
  padding: 25px;
}
div.pointspage .pointsexplanationbox .pointsdetails {
  width: 250px;
}
div.pointspage ul.pointsdetails {
  list-style: none;
  margin-left: 10px;
}
div.pointspage ul.pointsdetails LI {
  background-image: url('/content/img/mote/icons/icon_tinycheck.png');
  background-repeat: no-repeat;
  padding: 0px;
  padding-left: 25px;
}
div.pointspage div.pointsdisplay {
  margin-left: 10px;
  float: left;
  text-shadow: -1px -1px #6b7585;
  color: white;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px;
  padding-left: 7px;
  width: 48px;
  height: 35px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_pointdisplay.png') no-repeat;
}
div.pointspage div.pointsdesc {
  float: left;
  width: 230px;
  padding-right: 15px;
}
div.pointspage .LevelsBox {
  width: 980px;
  height: 225px;
  overflow: auto;
  padding: 0px;
}
div.pointspage .LevelsBoxScroller {
  width: 1500px;
  height: 200px;
  overflow: hidden;
}
div.rating div.text {
  float: left;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 20px;
}
div.rating div.star-box {
  margin-left: 10px;
  float: left;
  width: 155px;
  background: url("/content/img/mote/backgrounds/bg_stars.png") repeat-x center center;
}
div.rating div.stars {
  background: url("/content/img/mote/backgrounds/bg_stars_fill.png") repeat-x center center;
}
div.rating.s div.star-box {
  margin-left: 0px;
  height: 21px;
  float: left;
  width: 105px;
  background: url("/content/img/mote/backgrounds/bg_stars_s.png") repeat-x center center;
}
div.rating.s div.stars {
  background: url("/content/img/mote/backgrounds/bg_stars_fill_s.png") repeat-x center center;
}
div.feedback {
  height: 62px;
  padding-left: 92px;
  margin: 10px 0;
  text-shadow: none;
}
div.feedback a.rater {
  display: block;
}
div.feedback.thumb-up {
  background: url("/content/img/mote/backgrounds/thumbup.png") no-repeat 10px center;
}
div.feedback.thumb-down {
  background: url("/content/img/mote/backgrounds/thumbdown.png") no-repeat 10px center;
}
.profile-box {
  background: #f5f4f1;
  border: 1px solid #cccccc;
  padding: 10px;
  text-shadow: 1px 1px white;
}
div.saved-search {
  padding: 10px 10px 10px 26px;
  background: url("/content/img/mote/icons/icon_savedsearch.png") no-repeat left center;
}
div.points {
  height: 41px;
  line-height: 41px;
  text-align: right;
  background: url("/content/img/mote/backgrounds/bg_points.png") repeat-x;
  border: solid 1px #c2c2c2;
  border-right: none;
}
div.points span {
  display: inline-block;
  padding: 0px;
  padding-right: 7px;
  width: 12px;
  font-size: 12pt;
  font-weight: bold;
  color: #4c4c4c;
  margin: 0px;
  border-right: solid 1px #dfdfdf;
}
div.points .lightnumber {
  color: #dddddd;
}
#maxsmssavedsearches {
  width: 30px;
  vertical-align: middle;
}
.smsalertsavedsearchesoptionsbox {
  border: 1px solid #ccc;
}
div.nocomparesyet {
  /*background-image:url('/content/img/mote/backgrounds/bg_sammenlikne.png');*/
  background-repeat: no-repeat;
  background-position: top right;
  border-top: 1px solid #cccccc;
}
div.nocomparesyet div {
  /*width:500px;*/
}
div.nocomparesyet span.grey {
  font-size: 10pt;
  color: #333333;
}
div.nosavedsearchesyet {
  /*background-image:url('/content/img/mote/backgrounds/bg_nolagresok.png');*/
  background-repeat: no-repeat;
  background-position: top right;
  border-top: 1px solid #cccccc;
}
div.nosavedsearchesyet div {
  /*width:500px;*/
}
div.nosavedsearchesyet span.grey {
  font-size: 10pt;
  color: #333333;
}
div.noadsyetmyads {
  /*background-image:url('/content/img/mote/backgrounds/bg_mypagenoadsyet.png');*/
  background-repeat: no-repeat;
  background-position: top right;
  border-top: 1px solid #cccccc;
}
div.noadsyetmyads div {
  /*width:500px;*/
}
div.noadsyetmyads span.grey {
  font-size: 10pt;
  color: #333333;
}
ul.mymenu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.mymenu li {
  color: #ca2489;
  cursor: pointer;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}
ul.mymenu li:hover {
  background: #f5f4f1;
}
ul.mymenu li A {
  font-weight: normal;
}
ul.mymenu li A.bold {
  font-weight: bold;
}
div#MyAdsContainer div.MyAdDescription {
  padding-top: 7px;
  width: 640px;
}
div#MyAdsContainer .failedpaymentdescriptionheader {
  font-size: 12pt;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
div#MyAdsContainer div.MyAdDescription .EditAdTitleLink {
  color: black;
}
div#MyAdsContainer div.MyAdDescription .EditAdTitleLink:hover {
  color: #ca2489;
  text-decoration: none;
}
div#MyAdsContainer .MyAdsTopLabel {
  margin-bottom: 10px;
  font-weight: bold;
}
div#MyAdsContainer HR {
  background: #eeeeee;
  color: #eeeeee;
}
div.soldbanner {
  text-align: center;
  background-image: url('/content/img/mote/backgrounds/bg_sold_banner.png');
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 200;
  text-shadow: 1px 1px white;
}
div.expiredbanner {
  text-align: center;
  width: 91px;
  padding: 7px;
  position: absolute;
  z-index: 20;
  background: white;
  font-weight: bold;
  margin: 1px;
  color: #555555;
  text-shadow: 1px 1px white;
}
div.notpublishedbanner {
  width: 91px;
  padding: 7px;
  height: 91px;
  position: absolute;
  z-index: 20;
  background: white;
  text-align: center;
  font-weight: bold;
  margin: 1px;
  color: #555555;
  text-shadow: 1px 1px white;
}
div.myadsthumbs {
  width: 120px;
  height: 210px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
div.publishedbanner {
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  padding-bottom: 4px;
}
div.awaitingbanner {
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  padding-bottom: 4px;
}
div.myadsthumbs A {
  font-weight: normal;
}
div.myadsthumbdeactive {
  width: 150px;
}
table.savedsearchestable {
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-top: -7px;
}
table.savedsearchestable td {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #DEDEDE;
}
table.savedsearchestable .savedsearchesrow {
  margin: 0px;
  padding: 0px;
}
table.savedsearchestable .sstb_name {
  width: 470px;
  padding-left: 10px;
}
.myprofilesettings .profile_image {
  width: 180px;
  margin-right: 15px;
}
/* Register */
#register .registeroption {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 477px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 117px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#register .registeroption .registeroptioninner {
  padding: 30px;
  padding-left: 25px;
}
#register .registeroption .registeroptioninner A {
  font-size: 12pt;
}
#register .nofacebookusericon {
  float: left;
  margin-right: 15px;
  width: 72px;
  height: 78px;
  overflow: hidden;
  background-image: url('/content/img/mote/icons/icon_nofacebookuser.png');
  background-repeat: no-repeat;
}
#register .facebookusericon {
  float: left;
  margin-right: 15px;
  width: 72px;
  height: 78px;
  overflow: hidden;
  background-image: url('/content/img/mote/icons/icon_facebookuser.png');
  background-repeat: no-repeat;
}
#register #registerformnofacebook TD {
  padding-right: 20px;
}
#register INPUT.input {
  margin-top: 3px;
}
#register INPUT#prefix {
  width: 40px;
}
#register INPUT#fbprefix {
  width: 40px;
}
#register .registerwithfacebookbox {
  font-size: 12pt;
  padding: 20px;
  background-image: url('/content/img/mote/backgrounds/bg_registerwithfacebook.png');
  background-repeat: no-repeat;
  background-position: right top;
}
#register .registerwithfacebookbox > DIV {
  width: 600px;
}
#register #zip {
  width: 80px;
}
#register #address {
  width: 300px;
}
#register #email {
  width: 300px;
}
#register #fbzip {
  width: 80px;
}
#register #fbaddress {
  width: 300px;
}
#register #fbemail {
  width: 300px;
}
.fbsignupthumb {
  width: 140px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin-right: 35px;
}
TABLE.current-attached-blogs-table TH {
  text-align: left;
  padding: 7px;
  border-bottom: 1px solid #cccccc;
  padding-right: 10px;
}
TABLE.current-attached-blogs-table TD {
  padding: 7px;
  padding-right: 10px;
  border-bottom: 1px solid #dddddd;
}
TABLE.current-attached-blogs-table TD.blog-name {
  font-weight: bold;
  padding-right: 10px;
}
TABLE.current-attached-blogs-table TD.blog-updated {
  color: #999999;
}
.blog-image-control-image {
  border: 1px solid #cccccc;
  width: 160px;
  background: white;
  padding: 4px;
  margin-bottom: 10px;
  margin-top: 3px;
}
.profile-last-blog-entries IMG {
  width: 208px;
  height: 102px;
}
/* Create Ad */
.biginput {
  font-size: 13.5pt;
  height: 34px;
  padding: 4px;
}
.sub-category-option {
  font-size: 11pt;
}
.parent-category-option {
  background: #666666;
  background: -moz-linear-gradient(#222222 0%, #666666 20%);
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 11pt;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #888888;
}
#AdInformation #title {
  font-weight: normal;
  margin-top: 0px;
  width: 380px;
}
#AdInformation #description {
  width: 380px;
  font-size: 12pt;
  height: 140px;
}
#AdInformation .editdescriptioncontainer #description {
  height: 280px;
}
#AdInformation #price {
  width: 70px;
  margin-top: 0px;
  font-weight: normal;
  text-align: right;
}
#AdInformation #pricetext {
  margin-top: 0px;
  font-weight: normal;
  width: 380px;
  font-size: 12pt;
}
#AdInformation #maxcharsdescription {
  padding-top: 5px;
}
#AdInformation .steps {
  font-size: 12pt;
  padding-left: 20px;
}
#AdInformation #step1 {
  padding: 20px;
  padding-bottom: 0px;
}
#AdInformation #step4 {
  padding: 20px;
  padding-bottom: 0px;
}
#AdInformation .createadtd {
  vertical-align: top;
  width: 380px;
  padding-right: 20px;
}
#AdInformation .createadtable {
  padding: 0px;
  margin: 0px;
}
#AdInformation #addescriptionerror {
  display: none;
}
#AdInformation #step5desc IMG {
  float: left;
  margin-right: 15px;
}
#AdInformation #step5desc {
  line-height: 12px;
}
#AdInformation .finalizedesc {
  font-weight: normal;
  font-size: 10pt;
  color: #999999;
}
#AdInformation #email {
  width: 350px;
}
#AdInformation #address {
  margin-bottom: 4px;
}
#AdInformation #zip {
  width: 70px;
  margin-right: 3px;
}
#AdInformation #city {
  width: 200px;
}
#AdInformation .defaultimageradio {
  vertical-align: middle;
}
#UploadImages .UploadWait {
  border: 1px solid #dcdacf;
  background: white;
  margin-bottom: 4px;
}
#email,
#mobile,
#zip,
#city,
#address {
  font-weight: normal;
  margin-top: 0px;
}
#UploadImages LABEL.defaultimagelabel {
  padding-top: 4px;
}
.UploadTemplateContainer {
  width: 175px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  margin-bottom: 20px;
}
#UploadImages .UploadWait .UploadWaitInner {
  padding: 5px;
}
#UploadImages .deleteuploadedimageball {
  cursor: pointer;
  position: absolute;
  z-index: 30;
  margin-left: 157px;
  margin-top: -7px;
}
#UploadImages .UploadWait .UploadWaitInner .UploadImage {
  text-align: center;
  margin-right: 8px;
  width: 162px;
  height: 62px;
  background-image: url('/content/img/mote/backgrounds/bg_uploadedthumb.png');
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-top: 25px;
}
#UploadImages .UploadImageFailed {
  text-align: center;
  margin-right: 8px;
  width: 162px;
  height: 62px;
  background-image: url('/content/img/mote/backgrounds/bg_uploadfailed.png');
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-top: 25px;
}
#UploadImages .UploadWait .UploadWaitInner .UploadWaitText {
  font-size: 10pt;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5px;
}
#UploadImages .UploadFile {
  border: 1px solid #dcdacf;
  background: white;
}
#UploadImages .UploadFileInner {
  padding: 20px;
}
#UploadTemplate {
  display: none;
}
#UploadImages .imagedescription {
  font-size: 12pt;
  padding: 6px;
  width: 147px;
}
.uploadiframe {
  width: 1px;
  height: 1px;
  border: 0px;
  overflow: hidden;
}
#UploadImages #FinishedUploadingImagesButton {
  display: none;
}
/* Pay Ad */
.PayCreateAdContainer .paytable {
  padding: 0px;
  margin: 0px;
}
.PayCreateAdContainer .paytd {
  width: 280px;
  vertical-align: top;
}
.PayCreateAdContainer .payillus {
  width: 254px;
  height: 130px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.PayCreateAdContainer .payillus DIV {
  padding-left: 215px;
  padding-top: 85px;
  width: 32px;
  font-size: 14pt;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px #6b834b;
}
.PayCreateAdContainer .payillus1 {
  background-image: url('/content/img/mote/backgrounds/bg_pricetype1.png');
}
.PayCreateAdContainer .payillus2 {
  background-image: url('/content/img/mote/backgrounds/bg_pricetype2.png');
}
.PayCreateAdContainer .payillus3 {
  background-image: url('/content/img/mote/backgrounds/bg_pricetype3.png');
}
.PayCreateAdContainer .paytypeheader {
  font-size: 12pt;
  font-weight: bold;
}
.PayCreateAdContainer .pricetypedescription {
  font-size: 9.5pt;
  padding-left: 28px;
  padding-right: 8px;
}
.PayCreateAdContainer #pincodeverify {
  padding: 6px;
  font-size: 11pt;
  width: 80px;
}
.PayCreateAdContainer #notmymobilelink {
  font-weight: normal;
}
.PayCreateAdContainer #newmobile {
  padding: 6px;
  font-size: 11pt;
  width: 100px;
}
.PayCreateAdContainer #waitwhilecheckingpincode IMG {
  float: left;
}
.PayCreateAdContainer #waitwhilecheckingpincode DIV {
  float: left;
  margin-left: 10px;
  padding-top: 7px;
  font-size: 11pt;
  font-weight: bold;
}
.freeadbanner {
  margin-top: -35px;
  font-size: 12pt;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  color: white;
  text-shadow: 1px 1px #566e04;
  width: 246px;
  height: 52px;
  overflow: hidden;
  background: url('/content/img/mote/backgrounds/bg_freeadsbanner.png') no-repeat;
}
.freeadbanner > DIV {
  padding: 8px;
}
.freeadbannerdisplacer {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
#PaymentTypeOptions {
  margin-top: 10px;
  margin-bottom: 15px;
}
#dibsSubmit {
  margin: 10px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  background: #c70975 url('/content/img/mote/backgrounds/bg_paysubmitbutton.png') repeat-x;
  text-shadow: -1px -1px #8c0853;
  padding: 6px;
  border: 1px solid #be0870;
}
/* Finalize */
.finalizecreatead .sharetableicon {
  width: 50px;
}
.finalizecreatead #sharenewadonmailinput {
  font-size: 12pt;
  padding: 5px;
  padding-left: 5px;
  margin-right: 5px;
}
/* Edit Ad */
#EditUploadImages .EditAdEditImageThumb {
  width: 110px;
  float: left;
}
#EditUploadImages .EditAdEditImageThumb A {
  font-size: 10pt;
  float: left;
  margin-right: 3px;
}
#EditUploadImages .EditAdEditImagesContainer {
  width: 780px;
  overflow: hidden;
}
#EditUploadImages .EditSpecifiedImage {
  display: none;
  padding: 15px;
  background-image: url('/content/img/mote/backgrounds/bg_editadimage.png');
  background-repeat: no-repeat;
  background-position: center top;
}
#EditUploadImages .longinput {
  width: 300px;
}
#EditUploadImages .EditSpecifiedImage .icon {
  margin-right: 3px;
}
#EditUploadImages .ShowEditSpecifidImage {
  cursor: pointer;
}
#EditUploadImages .editademptythumb {
  margin-top: 5px;
}
#EditUploadImages .UploadFileInner {
  background-color: #f5f4f1;
  border: 1px solid white;
  padding: 15px;
  text-shadow: 1px 1px white;
  background-repeat: repeat-x;
}
/* My settings */
.myprofilesettings .mysettingstable TD {
  padding-right: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}
.myprofilesettings #description {
  width: 600px;
  height: 100px;
}
.myprofilesettings #zip {
  width: 80px;
}
.myprofilesettings .normal {
  font-weight: normal;
}
.CloseMyUserDetails {
  padding: 20px;
  padding-top: 25px;
  background-image: url('/content/img/mote/backgrounds/bg_editadimage.png');
  background-repeat: repeat-x;
}
#admin-menu {
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#admin-menu a {
  margin-right: 20px;
}
#admin-menu a.inactive {
  color: #999;
  text-decoration: line-through;
  display: none;
}
#periodOptionsContainer table td {
  font-size: 10pt;
}
#periodOptionsContainer table td input {
  font-size: 10pt;
}
#dataContainer table {
  border-collapse: collapse;
  width: 100%;
}
#dataContainer table th {
  padding: 4px 5px;
  border: outset 2px #ddd;
  background: #eee;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
}
#dataContainer table td {
  padding: 4px 5px;
  border: outset 2px #ddd;
  background: #fff;
  font-size: 9pt;
}
#dataContainer table td.small a {
  font-size: 8pt;
}
table.backoffice-ads {
  border-collapse: collapse;
  width: 100%;
}
table.backoffice-ads tr td {
  color: #000;
  font-size: 9pt;
  border-bottom: solid 1px #bbb;
  padding: 5px 10px;
  font-weight: normal;
}
table.backoffice-ads tr td.key {
  background: #ddd;
  width: 100px;
  font-weight: bold;
}
table.backoffice-ads tr.title td {
  border-top: solid 2px #aaa;
}
table.backoffice-ads tr.title td a {
  font-size: 12pt;
}
table.backoffice-ads tr.title td span.status {
  padding: 2px 5px;
  background: #eee;
  font-size: 9pt;
}
table.backoffice-ads tr.splitter {
  border-top: solid 1px #aaa;
}

