/**
 * FLOORPLANNER
 * STYLE.css
 */

html, body, h1, h2, h3, table,
fieldset, form, img, p, ul, ol,
li, dl, dt, dd, button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

button { overflow: visible; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}

body {
  background-color: #fff;
}

h1, h2 {
  clear: left;
}

h1 {
  margin: 10px 0 0;
  letter-spacing: -1px;
  font-size: 22pt;
  color: #000;
  font-weight: 900;
}

h2.subtitle {
  color: #000;
  font-size: 18pt;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
}

.hand {
  cursor: pointer;
}

h2, body.frontpage h2 {
  font-size: 17pt;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
}

div#sidebar h2 {
  margin-top: 5px;
}

#status-message {
  position: absolute;
  padding: 20px;
  width: 250px;
  border: 1px solid #aaa;
  background-color: #eee;
  z-index: 9999;
}

#status-message img.spinner {
  float: left;
  margin-right: 20px;
}

body.frontpage h2 {
  margin-top: 20px;
  color: #fff;
}

body.frontpage h1 {
  font-size: 25pt;
  margin-top: 24px;
  color: #000;
  text-transform: none;
}

body.frontpage h1 {
  margin-top: 13px;
  letter-spacing: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
  font-size: 26px;
  font-weight: normal;
}

/*body.frontpage h1 {
margin-top: 8px;
letter-spacing: 0;
font-family: Georgia;
line-height: 33px;
font-size: 19pt;
font-style: italic;
font-weight: normal;
}*/

h1 .highlight {
  color: #1b96b8;
}

body.frontpage h2 {
  font-size: 14pt;
}

body.frontpage div#content h2 {
  font-size: 14pt;
  font-weight: bold;
}

body.frontpage #content h2 {
  color: #333;
}

h2 a {
  color: #1b96b8;
}

p {
  margin: 0 0 1em;
}

h3 {
  font-size: 14pt;
  font-weight: normal;
  letter-spacing: -1px;
  color: #333;
  margin-top: 24px;
}

a {
  color: #1b96b8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #1b96b8;
}

#top ul#actions li.first a.arrow {
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 2%;
}

body.frontpage a.arrow {
  background-image: url('http://cdn0.floorplanner.com/static/images/header/login-arrow.gif');}

body.default a.arrow {
  background-image: url('http://cdn0.floorplanner.com/static/images/header/login-arrow-inverse.gif');}

p.nospacing {
}

#top ul {
}

#top ul li {
}

body.default {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #6CB7D6;
}

body.items, body.demo, body.without-sidebar, body.fpcanvas {
  background-color: #fff;
}



.fpcanvas {
  background-color: #fff;
}

#middle,
#middle.default,
#middle .container {
  background: #fff;
}

#top, #subtop, #middle {
  width: 100%;
}

#top {
}

#subtop {
  background-image: url('http://cdn0.floorplanner.com/static/images/frontpage/background-gradient.jpg');  background-repeat: repeat-x;
}

#middle {
}

body.frontpage #flash-warning {
  padding: 50px; 
  line-height: 140%;
  font-size: 120%;
}

#sidebar-ads #testned {
  text-align: center;
  margin-bottom: 30px;
}

#fpcanvas #flash-warning {
  padding: 50px; 
  line-height: 140%;
  font-size: 120%;
  color: #444444;
  background-color: #ffffff;
}

body.frontpage #flash-warning a {
  color: #c52;
}

body.frontpage #middle {
  padding-top: 30px;
}

body.frontpage #middle #content div.column-left {
  font-size: 12pt;
  line-height: 1.4;
  /*    letter-spacing: 0.7px;
  font-family: arial;*/
}

#top #header, #subtop #banner, #middle #content, #middle.default #container {
  width: 900px;
  margin: 0 auto;
}

body.fpcanvas #top #header {
  width: 900px;
  margin: auto;
}

#subtop #banner {
  width: 1000px;
}



/* ============= TOP ============ */

#top #header {
  height: 90px;
  z-index: 35;
}

body.fpcanvas #top #header {
  height: 56px;
}

body.fpcanvas.styled #top #header {
  height: 90px;
}

body.items #top #header {
  height:50px;
  width:100%;
}

#header #logo {
  float: left;
  width: 185px;
  margin-top: 5px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}

body.items #top #header #logo {
  margin-left: 10px;
}
body.items #top #header h1 {
  position:absolute;
  top: 0px;
  margin-top:9px;
  left:200px;
  font-size:25px;
  color:white;
}

#header #logo:hover {
  text-decoration: none;
}

body.fpcanvas #top #header #logo {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-top: 0;
  margin-left: 10px;
}

#top #actions {
  font-size: 90%;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 50;
}

#top #actions li.current_user {
  font-weight: bold;
}

#top #header #menu {
  float: left;
  margin: 32px 0 0 30px;
}

body.fpcanvas #top #header #menu {
  margin: 22px 0 0 215px;
}

#top #menu li, #top #actions li {
  list-style-type: none;
  display: inline;
  padding-left: .2em;
  margin-left: 0;
  border-left: 1px solid;
  border-left-color: #46b8e1;
}

#top #menu li a, #top #actions li a {
  padding: .3em .4em;
}

/* header frontpage specific */

body.frontpage #top #header ul#languages {
  float: right;
  margin: 65px 10px 0 0;
}

body.frontpage #top #header ul#languages li {
  display: inline;
  float: left;
  padding-left: 0.4em;
  margin-left: 0.2em;
}

body.frontpage #top ul#actions li.current_user {
  color: #1b96b8;
}

/* header default specific */

body.default #top {
  background-image: url('http://cdn0.floorplanner.com/static/images/header/default-gradient.gif');}

body.fpcanvas #top {
  background-image: url('http://cdn0.floorplanner.com/static/images/header/small-gradient.jpg');}

body.default #top a {
  color: #fff;
}

#frontpage-movie {
  width: 570px;
  height: 320px;
}

/* pipes in headerbar */

body.default #top ul#actions li, body.default #top #header ul#menu li {
  border-left-color: #fff;
}

body.default #top ul#actions li.current_user {
  color: #fff;
}


#top ul li.active a {
  font-weight: bold;
  text-decoration: underline;
  color: white;
}

body.frontpage #top ul li.active a {
  color: #1b96b8;
}

#top ul#actions li.first, #top ul#menu li.first {
  border-left: none;
}

a.dashboard {
  color: yellow;
}

/* ============= SUBTOP ========== */

#subtop {
  color: #fff;
}

#subtop h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding-top: 2px;
  margin: 0 0 8px;
}

#subtop p, #subtop h2 {

}

#subtop p {
  padding-right: 20px;
}

/*    Header on homepage */

#subtop h1, #subtop h1 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: lighter;
  color: #fff;
  font-family: Verdana;
}

#subtop #banner {
  height: 320px;
  padding: 0;
}

#subtop #banner .column-left, #subtop #banner .column-right, #subtop #banner .column-middle {
  float: left;
  /*    height:100%;*/
}

#subtop #banner .column-left {
  width: 570px;
  /*    margin: 0 40px 0 50px;*/
  padding: 0 40px 0 50px;
  float: left;
}

#subtop #banner .column-left .item {
  margin-bottom: 6px;
  display: block;
}

#subtop #banner .column-left .row-top {
  margin-top: 40px;
}

#subtop #banner .column-left .row-bottom h2 {
  margin-top: 10px;
}

#subtop #banner .column-left .row-bottom {
  margin-top: 15px;
}

#subtop #banner .column-right {
  width: 280px;
}

#subtop #banner .column-right .row-top {
  margin-top: 40px;
  text-align: left;
}

#subtop #banner .column-right .row-bottom {
  text-align: left;
  padding-top: 15px;
}

#column-left {
  padding: 10px 10px 0 10px;
}

/* ============= MIDDLE =========== */

#middle #content {
  padding-bottom: 50px;
}

#middle #content .column-left, #middle #content .column-right {
}

#middle #content .column-left {
  float: left;
}

#middle #content .column-right {
  float: right;
}

body.default #middle #content .column-left, body.default #middle #content .column-right {
  width: 270px;
}

body.frontpage #middle #content .column-left {
  width: 500px;
}

body.frontpage #middle #content .column-right {
  width: 290px;
}

body.frontpage #content {
  line-height: 22px;
  font-size: 14px;
}

#middle.default {
  background-position: center;
}

#middle.default #container {
  width: 900px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

#middle.default #container #content {
  width: 615px;
  float: left;
}

#middle.default #container #content .content {
  padding: 10px 25px 10px 5px;
  font-size: 11pt;
}

#middle.default {
  width: 100%;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 100px 100px;
  background-color: white;
}

#middle.default #container #sidebar {
  float: right;
  width: 245px;
  margin-top: 15px;
}

#sidebar div.block {
  margin-bottom: 30px;
}


/*    ==========
Frontpage design
@front */

#front-lede {
  position: relative;
  margin: 0 -.7em 1em;
  padding: .4em 2.8em .15em .7em;
  font-size: 1.05em;
  font-weight: bold;
  background: #f1f7f9;
  border-bottom: 1px solid #e0e6e8;
  color: #02486d;
  /* Sexy extras */
  text-shadow: .075em .075em 1px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#front-cost {
  /*    margin: 0 -1em;
  padding: .1em 1em .05em;
  /*    background: #f1f8fa;
  border-bottom: 1px solid #e0e6e8;*/
/* Sexy extras */
text-shadow: .075em .075em 1px #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


/*============== Floorplanner specific ===========*/

.floorplanner {
}

/*body.fpcanvas, body.demo {overflow: -moz-scrollbars-vertical;}*/

body.fpcanvas {

}

#fpcanvas {
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 100;
  overflow: hidden;
}

#fpcanvas .floorplanner {
  background-color: white;
  width: 100%;
  height: 100%;
}

body.fpcanvas #content {
  margin: 0;
  padding: 0;
}

#fp_version {
  width: 0px;
  height: 0px;
}

/* because the header is not included in the start embed mode */
body.start_embed #sidebar {
  margin-top: -90px;
}

body.fpcanvas #sidebar, body.demo #sidebar {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 90px;
  width: 320px;
}

body.demo #sidebar, body.styled #sidebar {
  top: 123px;
}

body.fpcanvas #sidebar-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 320px;
  height: 30px;
  z-index: 100;
}

body.fpcanvas #sidebar-content, body.demo #sidebar-content {
  width: 300px;
  margin: 0 10px;
}

#sidebar-collapsed, .collapse-button {
  cursor: pointer;
  float: right;
  font-size: 22pt;
  padding: 5px;
  height: 100%;
}

body.fpcanvas {
  background-color: white;
}

/* ============ BOTTOM ============*/

#bottom {
  margin: 0 auto;
  padding-top: 1px;
  width: 900px;
  /*    height: 30px;*/
  color: #444;
}

#bottom::after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

body.fpcanvas #bottom, body.demo #bottom {
  position: absolute;
  top: 673px;
  left: 0;
  right: 310px;
  padding: 0 0 100px 0;
  margin: 0;
  width: auto;
  background-color: white;
}

#footer {
  text-align: left;
  padding-top: 12px;
}

body.default #bottom {
}

#footer {
  margin: 0 auto;
  padding: 0;
}

body.frontpage #bottom #footer {
  border-top: 1px solid #eee;
  padding-top: 5px;
}

body.default #bottom #footer {
  width: 900px;
  height: 150px;
  color: white;
}

body.default #bottom #footer h2 {
  margin: 15px 0px 10px 0px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  border-bottom: 1px solid #afd9ea;
  font-weight: normal;
}

body.default #bottom #footer .block {
  width: 145px;
  float: left;
  padding: 0;
  margin: 0;
}

body.default #bottom #footer .block.address {
  line-height: 20px;
  width: 200px;
}

body.default #bottom #footer .block ul.links {
  margin: 0px;
  margin-top: 3px;
  display: block;
  padding: 0px;
  list-style-type: disc;
}

body.default #bottom #footer .block ul.links li {
  list-style-type: disc;
  border: none;
  padding: 0;
  color: #FAE275;
  margin: 0 0 4px 0;
  line-height: 16px;
}

body.default #bottom #footer .block ul.links li a {
  color: #FAE275;
  padding: 1px 0;
}

body.default #bottom #footer a {
  color: white;
}

body.fpcanvas #bottom #footer, body.demo #bottom #footer {
  width: auto;
}

/* ============= COMMON ==============*/

div.clear {
  clear: both;
}

div.content {
  padding: 15px;
}

div.flash, div.maintenance {
  position: relative;
  left: -10px;
  border: 1px solid #EDBF30;
  background-color: #FFF9D8;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 110%;
}

div.maintenance {

  font-size:90%;

}

div.flash.error {
  color: #a00;
}

div.flash.warning {
  color: #a00;
}

div.flash.notice {
  color: black;
}

hr {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

p.error {
  font-weight: bold;
  color: #a00;
}

html #middle #container #content .content p.summary {
  color: black;
  margin-bottom: 30px;
  margin-top: 4px;
  line-height: 1.3;
}

input.input-articles, textarea.input-articles, select.input-articles {
  width: 100%;
  padding: 4px;
  border: 1px solid #989898;
  background-color: #f0f0f0;
}

input.input, textarea.input, select.input {
  width: 240px;
  padding: 4px;
  border: 1px solid #989898;
  background-color: #f0f0f0;
}

input.input.wide, textarea.input.wide, select.input.wide {
  width: 450px;
}

div.fieldWithErrors {
  display: inline;
}

small {
  color: #aaa;
}

.productname {
  font-size: 10pt;
  font-weight: bold;
}

table.small {

}

/* LIST TABLE */

table.list {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.list th {
  border-bottom: 1px solid #999;
  text-align: left;
  padding-bottom: 3px;
}

table.list td {
  padding: 2px;
  height: 24px;
  border-bottom: 1px solid #ddd;
}

table.list td .icon {
  float: left;
  padding: 8px 2px;
}

table.list tr.last td {
  border: 0px;
}

table.list tr.smallheader th {
  font-size: 13px;
  font-weight: normal;
}

td.table-counts {
  text-align: center;
}

table.list tr.smallheader th img {
  vertical-align: middle;
}

table.properties {
  border-collapse: collapse;
  width: 100%;
}



/* PROPERTIES TABLE */

table.properties tr.spacer th {
  padding-top: 15px;
}

table.properties tr.spacer td {
  padding-top: 15px;
}

table.properties td.header h3 {
  margin-bottom:30px;
}
table.properties td.description {
  width: 280px; padding-left: 10px;
  font-size: 11px;
  color:#999;
}

table.properties th {
  padding: 0 10px 0 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

table.properties td {
  height: 18px;
  padding-bottom: 8px;
  vertical-align: top;
}

label {
  cursor: pointer;
}

table.properties tr th.label {
  padding-top: 4px;
}

table.properties tr p.info {
  color: #999;
  font-size: 12px;
}

table.properties tr.spacer th.label {
  padding-top: 19px;
}

table.properties td.submit {
  text-align: right;
  vertical-align: bottom;
  width: 150px;
}

table.properties td.submit .floorplanner-button {
  position: relative;
  top: 11px;
  right: -2px;
  float: right;
}

table.properties.fixed-labels tr th {
  width: 150px;
}

table.properties tr.submit td {
  padding-top: 20px;
}

#sidebar table.properties {
  width: 200px;
}

#sidebar input.input, #sidebar textarea.input {
  width: 200px;
}

#sidebar table.properties td {
  white-space: normal;
}

#control {
  height: 32px; width: 100%;
  background: #ffffff url('http://cdn0.floorplanner.com/static/images/controlbar/gradient.gif') repeat-x 0 0;  border-bottom: 1px solid #ccc;
  line-height: 12px;
  font-size: 12px;
  overflow: hidden;
}

#control-loading {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 10px;
}

#control-measurementsystem {
  float: right;
  padding-top: 10px;
  font-weight: bold;
  font-size: 11px;
  margin-right: 20px
}

#control-measurementsystem a {
  color: #999;
}

#control-measurementsystem a.active {
  color: black;
}

#control-measurementsystem a.active:hover {
  color: #333;
  text-decoration: none;
}

#control-measurementsystem a:hover {
  color: #666;
  text-decoration: none;
}

#control-measurementsystem a#measurementsystem-metric {
  margin-right: 5px;
}

#control-icons-left {
  float: left;
  background-color: transparent;
  margin: 0 10px;
}

#control-icons-left a {
  display: block;
  float: left;
  padding: 3px 2px 2px;
}

#control-icons-left a.start {
  padding: 10px 7px;
  color: #FF5600;
  font-weight: normal;
  text-decoration: underline;
  font-weight: bold;
}

#control-icons-left a.start:hover {
  color: #CC4500;
}

#control-icons-right {
  margin: 3px 10px 0px 3px;
  float: right;
  background-color: transparent;
  padding-right: 15px;
}

#control-icons-right img, #control-icons-left img {
  padding-left: 3px;
}

#control-icons-right .text {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

#control-floors {
  float: left;
  list-style: none;
  background-color: transparent;
  overflow: hidden;
}

body.fpcanvas #control-ads {
  position:absolute;
  top:65px;
  right:320px;
}

body.demo #control-ads, body.styled #control-ads  {
  position:absolute;
  top:99px;
  right:320px;
}

.overlay {
  position: relative;
}

#control-floors li.current .overlay, #control-floors li, #control-floors li .text {
  overflow: hidden;
}

#control-floors li {
  padding: 0px;
  margin: 0px;
  float: left;
  display: block;
  position: relative;
}

#control-floors li.dotted {
  border-right: 1px dotted #ccc;
}

#control-floors li.current {
  background: #4399CD;
  /*background: #408EBE;*/
}

body.embed {
  background-color: #fff;
}

body.embed #control-floors {
  margin-left: 75px;
}

#control-floors li.current .text {
  color: white;
  position: relative;
  z-index: 100;
}

#control-floors li .overlay {
  width: 0px;
  height: 32px;
}

#control-floors li.current .overlay {
  width: 100%;
  position: absolute; top: 0;
  background-image: url('http://cdn0.floorplanner.com/static/images/controlbar/current-bg.png');  opacity: 0.15;
  filter: alpha(opacity=15);
}

#control-floors li.over {

}

#control-floors li.over .overlay {
  height: 32px;
  position: absolute;
  background-image: url('http://cdn0.floorplanner.com/static/images/controlbar/current-bg.png');  opacity: 0.15;
  filter: alpha(opacity=15);
  z-index: 5;
}

#control-floors li a {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

#control-floors li a small {
  font-size: 10px;
}

#control-floors li.current a, #control-floors li.current a small {
  color: white;
}

#control-floors li a:hover, #control-floors li a:hover small {
  color: #666;
  text-decoration: none;
}

#control-floors li.current a:hover, #control-floors li.current a:hover small {
  color: #ddd;
  text-decoration: none;
}

/* =====
Buttons
 */

div.button-holder {
  padding-top: 10px;
  height: 44px;
  text-align: right;
  width: auto;
}

.floorplanner-button {
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: bold;
  text-transform: lowercase;
  background: transparent;
  border: none;
}

.floorplanner-button span.holder,
.floorplanner-button span.holder-arrow {
  position: relative;
  float: right;
  display: block;
  background: transparent url('http://cdn0.floorplanner.com/static/images/buttons/default-long.png') no-repeat 100% 0;  border: none;
}

.floorplanner-button span.body,
.floorplanner-button span.body-arrow {
  position: relative;
  display: block;
  background: url('http://cdn0.floorplanner.com/static/images/buttons/default-left.png') no-repeat 0 0;  font-size: 15px;
  color: #fff;
  margin-left: 0px;
  padding: 7px 25px 15px 23px;
  border: none;
}

.frontpage .floorplanner-button span.body,
.frontpage .floorplanner-button span.body-arrow {
  margin-left: -15px;
}

a.floorplanner-button span[class*="body"],
a.floorplanner-button span[class*="body-arrow"] {
  padding-bottom: 18px;
}


.floorplanner-button span.body-arrow {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/default-left-arrow.png');  padding-left: 37px;
}

a.floorplanner-button:hover {
  text-decoration: none;
}


/* button-smaller */

div.row-top h3,
div.row-bottom h3 {
  margin-bottom: 8px;
}

.button-smaller {
  display: block;
  float: left;
  height: 29px;
  font-weight: normal;
  width: 285px;
}

.button-smaller span {
  height: 29px;
}

.button-smaller span.holder, .button-smaller span.holder-arrow {
  font-size: 15px;
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/smaller-right-wide.gif');  padding: 8px 0 0;
}

a.button-smaller span.holder-arrow {
  padding-top: 0;
}

.button-smaller span.body-arrow {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/smaller-left-arrow.gif');}

/* button-white */

.button-white {
  height: 30px;
  font-weight: normal;
  width: 285px;
}

.button-white span {
  height: 29px;
}

.button-white span.holder, .button-white span.holder-arrow {
  font-size: 15px;
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/white-right-wide.gif');  background-position: 100% 1px;
  padding: 0;
}

a.button-white {
  display: block;
  text-align: left;
  clear: both;
}

a.button-white span.body-arrow, a.button-smaller span.body-arrow {
  width: 230px;
  padding-top: 4px;
  padding-left: 28px;
  line-height: 1.28;
  height: 10px;
}

a.button-white span.body-arrow {
  font-weight: bold;
}

/* button-white variants */

.button-white.green span.body-arrow {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/white-left-arrow-green.gif');}
.button-white.green span.body, .button-white.green span.body-arrow {
  color: #8b2;
}

.button-white.blue span.body-arrow {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/white-left-arrow-blue.gif');}
.button-white.blue span.body, .button-white.blue span.body-arrow {
  color: #39c;
}

.button-white.orange span.body-arrow {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/white-left-arrow-orange.gif');}
.button-white.orange span.body, .button-white.orange span.body-arrow {
  color: #d63;
}


/*    Sidebar button */

.sidebar-button {
  cursor: pointer;
  display: block;
  clear: left;
  padding: 2px 0;
  width: 210px;
  text-transform: lowercase;
  border: none;
  background-color: transparent;
  margin: 0;
  white-space: nowrap;
}

.sidebar-button::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: left;
}

.sidebar-button span {
  float: left;
  display: block;
  white-space: nowrap;
}

.sidebar-button span.left {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/sidebar-left.gif');  background-repeat: no-repeat;
  width: 17px;
  height: 24px;
  padding: 0;
  margin: 0;
}

.sidebar-button span.body {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/sidebar-body.gif');  background-repeat: repeat-x;
  color: #1b96b8;
  font-size: 12px;
  padding: 5px 0 0 6px;
  width: 169px;
  height: 24px;
  text-align: left;
}

.sidebar-button:hover {
  text-decoration: none;
}

.sidebar-button span.right {
  background-image: url('http://cdn0.floorplanner.com/static/images/buttons/sidebar-right.gif');  background-repeat: no-repeat;
  width: 12px;
  height: 24px;
}

div.sidebar-delete {
  margin: 30px 0 0;
  padding: .8em 1em;
  background: #f1dddd;
  border: 1px solid #ebb;
}


.pagination {
  font-size: 90%;
  text-align: left;
  clear: both;
  margin: 1.5em 1em;
  padding: 5px 0 0px 0;
}

.pagination a, .pagination .disabled, .pagination .current {
  border: 1px solid #eee;
  margin: 0 1px 10px 0;
  padding: 4px 6px;
  display:block;
  float:left;
}

.pagination .disabled {
  color: #ccc;
}

.pagination .current {
  font-weight: bold;
  border-color: black;
}

/* Sidebar headers */

div#sidebar h2 {
  font-size: 18px;
  margin: 13px 0 5px;
}

div#sidebar h2.icon {
  background-repeat: no-repeat;
  background-image: url('http://cdn0.floorplanner.com/static/images/header-emblems/new.gif');  background-position: 0px 5px;
  padding-left: 21px;
  font-weight: normal;
}

div#sidebar h2.icon a {
  color: black;
}

div#sidebar h2.icon.search {
  background-image: url('http://cdn0.floorplanner.com/static/images/header-emblems/search.gif');}

div#sidebar h2.icon.new {
  background-image: url('http://cdn0.floorplanner.com/static/images/header-emblems/new.gif');}

h2.icon.tag {
  background-image: url('http://cdn0.floorplanner.com/static/images/header-emblems/tag.gif');}

div#sidebar h2.icon.list {
  background-image: url('http://cdn0.floorplanner.com/static/images/header-emblems/list.gif');}

div#sidebar h2.icon.favorite {
  background-image: url('http://cdn0.floorplanner.com/static/images/header-emblems/favorite.gif');}

div#sidebar h2.icon.help {
}

div#sidebar p {
  margin-top: 3px;
}

/* Blog */

h2 {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 20pt;
  font-weight: bold;
  line-height: 21pt;
}

.blogpost h1 {
  margin-bottom: 20px;
}

.header-icon {
  float: left;
  width: 100px;
}

.header-title {
  float: left;
}

#middle.default #container #content .content p, .blogpost-content {
  line-height: 1.4;
}

.blogpost {
  margin: 0 20px 70px 0;
}

.content .blogpost .blogpost-content {
  line-height: 1.5em;
}

.blogpost p {
  margin-bottom: 24px;
}

.blogpost-details {
  color: #aaa;
  font-size: 9pt;
  padding: 0;
  margin: 0 0 20px 0;
}

.blogpost-date {
  color: #86b533;
  margin-right: 5px;
}

.content .blogpost img {
  display: block;
  margin: .6em .5em 1em 0;
  background: #fff;
  padding-bottom: 1em;
  border-bottom: 2px solid #ddd;
}

.content .blogpost img[align*="right"] {
  float: right;
  margin-left: 20px;
  margin-right: -25px;
}


/* Twitter */

#sidebar #twitter_update_list {
  list-style: none;
  padding: 0;
  width: 210px;
  height: 24.5em;
  margin-bottom: 20px;
  margin: 0;
}

#twitter_update_list li {
  font-size: 90%;
  border-bottom: 1px solid #ccc;
  padding: 3px 2px 3px;
  text-overflow:ellipsis;
  overflow: hidden;
}

#twitter_update_list li a {
  color: #289cbc;
}

.sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-links li {
  font-size: 90%;
  border-bottom: 1px solid #ccc;
  padding: 3px 0 3px 0;
}

/* Project footer */

#element-info {
  font-weight: bold;
  color: #aaa;
  font-size: 16px;
}

#floorplanner-footer {
  position: relative;
  left: 0;
  right: 0;
  border-collapse: collapse;
  color: black;
}

#floorplanner-footer td {
  vertical-align: top;
}

#floorplanner-footer h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

#floorplanner-footer #elements h2 {
  cursor: pointer;
  margin-bottom: 10px;
}

tr.topic.sticky td {
  background-color: #fcfcfc;
}


/* Icon links */

#icon-links {
  clear: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#icon-links li {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 10px 5px 0 110px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  height: 90px;
  cursor: pointer;
}

#icon-links li.last {
  /*    border-bottom: 0px;*/
}

#icon-links li.tour { background-image: url('http://cdn0.floorplanner.com/static/images/help/tour.gif'); }#icon-links li.tutorial { background-image: url('http://cdn0.floorplanner.com/static/images/help/tutorial.gif'); }#icon-links li.tips { background-image: url('http://cdn0.floorplanner.com/static/images/help/tips.gif'); }#icon-links li.quickstart { background-image: url('http://cdn0.floorplanner.com/static/images/help/quickstart.gif'); }#icon-links li.howdoi { background-image: url('http://cdn0.floorplanner.com/static/images/help/howdoi.gif'); }#icon-links li.forums { background-image: url('http://cdn0.floorplanner.com/static/images/help/forums.gif'); }#icon-links li.products { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/icon-products.gif'); }#icon-links li.personal { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/icon-personal.gif'); }#icon-links li.professional { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/icon-pro-v2.gif'); }#icon-links li.enterprise { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/icon-enterprise-v2.gif'); }
#icon-links li h2 {
  margin: 0 0 2px;
  font-size: 18pt;
}

/*    Help links */

ul#icon-links.help-links,
ul#icon-links.product-blocks {
  width: 900px;
}

ul#icon-links.help-links::after,
ul#icon-links.product-blocks::after, {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

ul#icon-links.help-links li,
ul#icon-links.product-blocks li {
  float: left;
  margin: 0 10px 0 0;
  width: 310px;
  height: 7.5em;
}

ul#icon-links.help-links li.last {
  width:630px;
  text-align:center;
  padding-top:30px;
  border-bottom: none;
}


.from .avatar {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

h2.tag {
  background-image: url('http://cdn0.floorplanner.com/static/images/header-emblems/tag.gif');  background-repeat: no-repeat;
  background-position: 10px 6px;
  padding-left: 40px;
  border-bottom: 1px dashed #ccc;
  margin: 10px 0;
}

#sidebar #taggings {
  width: 200px;
}

#taggings {
  line-height: 20px;
}

#taggings .tag {
  margin-left: 3px;
  margin-right: 3px;
}

.design-thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
}

.design-thumbnails li {
  display: inline;
  width: 300px;
}

/* project footer */

#project-footer {
  padding: 4px 10px 0 10px;
  margin: 0;
}

#project-footer h2 {
  font-size: 13pt;
  margin-top: -2px;
  margin-bottom: 0px;
  border-bottom: 1px solid black;
  display: block;
}

.scrolldown {
  cursor: pointer;
  float: right;
  margin-top: 1px;
  margin-left: 10px;
}

#sidebar .column-left {
  float: left;
}

#project-footer .column-left {
  float: left;
  width: 48%;
}

#project-footer .column-right {
  float: right;
  width: 48%;
}

#sidebar .from .space {
  clear: both;
  padding-top: 10px;
}

#sidebar .from {
  margin-top: 10px;
}

#sidebar .from h1 {
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 16pt;
}

#sidebar .from .date {
  font-size: 11px;
  margin-left: 2px;
}

#sidebar .from .favorites {
  float: right;
  font-size: 11px;
  text-align: right;
}


/* =====
About projects
?Dashboard
 */

.newprojectbutton {
  margin: 0 0 3px -5px;
  width: 216px;
  height: 46px;
  background: url('http://cdn0.floorplanner.com/static/images/newproj-right-2.gif') no-repeat 100% 0;  text-transform: lowercase;
}

.newprojectbutton a {
  display: block;
  max-width: 500px;
  height: 33px;
  padding: 13px 17px 0 40px;
  background: url('http://cdn0.floorplanner.com/static/images/newproj-left-2.gif') no-repeat 0 0;  font-size: 1.15em;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 4px #999;
  text-transform: lowercase;
}

.newprojectbutton a:hover {
  text-decoration: none;
  color: #f4f4f4;
}

#newprojectbutton-deactive {
  background: url('http://cdn0.floorplanner.com/static/images/newproj-right-2-deactive.gif') no-repeat 100% 0;}

#newprojectbutton-deactive.newprojectbutton a {
  background: url('http://cdn0.floorplanner.com/static/images/newproj-left-2-deactive.gif') no-repeat 0 0;}

/*    Upgrade box */

#upgrade-box {
  margin-top: 20px;
  width: 201px;
  padding-bottom: 71px;
  background: url("http://cdn0.floorplanner.com/static/images/upgrade-box-bottom.gif") no-repeat 0 100%;}

div#upgrade-box h2 {
  margin: 0;
  padding: 9px 0 5px 1px;
  color: #D76332;
  background: url("http://cdn0.floorplanner.com/static/images/upgrade-box-top.gif") no-repeat 0 0;  font-weight: normal;
}
div#upgrade-box h2 a {
  color: #D76332;
  display: block;
  padding-left: 30px;
}

div#upgrade-box p {
  padding: 0 17px 0 14px;
}

div#upgrade-box .button-holder {
  display: none;
}

/*    Feedback button
 */

.bt-feedback {
  margin: 1.2em 0 .4em -5px;
  width: 216px;
  height: 46px;
  background: url('http://cdn0.floorplanner.com/static/images/buttons/bt-feedback-right.gif') no-repeat 100% 0;  text-transform: lowercase;
}

.bt-feedback a {
  display: block;
  max-width: 500px;
  height: 33px;
  padding: 13px 17px 0 44px;
  background: url('http://cdn0.floorplanner.com/static/images/buttons/bt-feedback-left.gif') no-repeat 0 0;  font-size: 1.15em;
  line-height: 1.1;
  color: #74a21d;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0,0,0,.15);
  text-transform: lowercase;
}

.bt-feedback a:hover {
  text-decoration: none;
  color: #63910c;
}




/*    Project-list */

#project-list td a.project-not_expanded {
  float: left;
  display: block;
  margin: -2px 3px 0 0;
  width: 24px;
  height: 20px;
  background: url('http://cdn0.floorplanner.com/static/images/expander-icon.gif') no-repeat 0 0;  text-indent: -999em;
  overflow: hidden;
}

#project-list td a.project-expanded {
  float: left;
  display: block;
  margin: -2px 3px 0 0;
  width: 24px;
  height: 20px;
  background: url('http://cdn0.floorplanner.com/static/images/expander-icon.gif') no-repeat 0 100%;  text-indent: -999em;
  overflow: hidden;
}

#project-list tr.project td {
  padding: .3em 0 .2em;
}

#project-list td a.icon {
  padding: .2em 0 .1em;
}

/*    Meta foldout */
#project-list tr.meta td {
  background: #f1f7f9 url('http://cdn0.floorplanner.com/static/images/meta-row-shade.gif') repeat-x 0 0;}

html body #container #content .content #project-list tr.meta td p {
  margin: .6em 1em 1em 24px;
  line-height: 1.2;
}

#project-list tr.meta .project-thumbs, .gallery-thumbs {
  margin: .6em 0;
  padding: 0;
  list-style: none;
}
#project-list tr.meta .project-thumbs {
  clear: both;
}

#project-list tr.meta .project-thumbs::after, .gallery-thumbs::after {
  clear: both;
  display: block;
  content: " ";
  height: 0;
  visibility: hidden;
}

#project-list tr.meta td .project-thumbs li, .gallery-thumbs li  {
  background-image: url('http://cdn0.floorplanner.com/static/images/spinner.gif');  background-position: center center;
  background-repeat: no-repeat;
  margin: 1px 0 0 1px;
  float: left;
  border: 1px solid #bedee8;
}
#project-list tr.meta td .project-thumbs li a, .gallery-thumbs li a  {
  display: block;
  height: 142px;
  width: 190px;
}

#project-list tr.meta .mod-dates {
  float: right;
  margin: .6em 10px .2em;
  padding-left: .5em;
  font-size: .75em;
  line-height: 1.1;
  text-align: right;
  color: #666;
  border-left: 1px solid #ccc;
}

.gallery-thumbs li a {
  height: 130px;
}


#project-list tr.meta td .project-thumbs li a:hover, .gallery-thumbs li a:hover {
  text-decoration: none;
}

#project-footer #element-list {
  clear: left;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

#project-footer #element-list li {
  clear: left;
  padding: 20px 10px 10px;
  border-bottom: 1px solid #ccc;
}

#project-footer #element-list .element-name {
  color: black;
  font-size: 120%;
  font-weight: bold;
  clear: none;
  padding-bottom: 5px;
}

#project-footer #element-list .element-count {
  color: #aaa;
}

#project-footer #element-list .element-price {
  font-size: 120%;
  font-weight: bold;
  text-align: right;
}

#project-footer #design-loading h2 {
  color: #777;
  border-bottom: none;
}

.rating_star {
  color: #1b96b8;
}

.rating_star.active {
}

.rating_star:hover {
  text-decoration: none;
  font-weight: normal;
}

.tip {
  margin-right: 17px;
  display: block;
  border: 1px solid #EDBF30;
  background-color: #FFF9D8;
  /*    -webkit-border-radius: 12px;
  -webkit-box-shadow: 2px 2px 5px #eee;*/
}

.tip .content {
  padding: 10px;
  padding-bottom: 0px;
}

.tip h3 {
  margin-top: 7px;
}

.tip .left {
}

.tip .nav {
  border-top: 1px solid #f90;
  text-align: right;
  padding: 2px 0 0;
  color: #999;
}

.tip #feedback-content {
  padding-bottom: 4px;
}

.tip .nav a {
  font-size: 13px;
  color: #FF9900;
}

p.url {
  padding: 5px;
  background-color: #eee;
  font-size: 13pt;
  border: 1px solid #aaa;
  font-weight: normal;
}

/* =====
Pricing
 */

.pricingbox {
  height: 330px;
  width: 288px;
  margin-right: 4px;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
}

.pricingbox .spacer {
  padding: 20px;
  margin: 0px;
}

.pricingbox h2 {
  font-weight: normal;
  margin: 0px;
  font-size: 15pt;
}

.pricingbox .sub {
  color: #1b96b8;
  font-size: 15pt;
}

.pricingbox ul {
  padding-left: 30px;
  height: 170px;
}

.pricingbox ul li {
  list-style-image: url('http://cdn0.floorplanner.com/static/images/pricing/checkbox.gif');  margin-bottom: 10px;
}

.pricingbox .signup {
  margin-top: 40px;
}

.pricing-free { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/pricing-box-free.gif'); }.pricing-plus { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/pricing-box-plus.gif'); }.pricing-pro1 { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/pricing-box-pro-1.gif'); }.pricing-pro2 { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/pricing-box-pro-2.gif'); }.pricing-enter1 { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/pricing-box-enter-1.gif'); }.pricing-enter2 { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/pricing-box-enter-2.gif'); }
div.currencyselect {
  float: right;
  margin: 0 .5em 1em;
}



body.without-sidebar #content {
  width: 900px;
  margin: 0px auto;
}

body.without-sidebar #bottom {
  width: 900px;
  margin: 0px auto;
}

#comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

#comment-list .comment td {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: normal;
}

#comment-list .avatar-cell {
  width: 60px;
  vertical-align: top;
}

#comment-list .avatar-cell a {
  margin-top: 4px;
}

#comment-list .comment-cell {
  vertical-align: top;
}

#comment-list .comment-cell .author {
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
  margin: 0px 0px 5px 0px;
}

#comment-list .comment-cell .actions {
  font-size: 12px;
  float: right;
}

#comment-list .comment-cell .date {
  color: #777;
  font-size: 11px;
  text-align: right;
  display: block;
  padding: 2px 0 0 0;
  margin: 0;
}

#comment-list .comment-cell .body {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}

#middle.default #container #content .content #comment-list .comment-cell .body p {
  line-height: 15px;
}

#furn {
  margin-bottom: 100px;
}

#furn #controls h1 {
  font-size: 16px;
}

#furn #articles {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
  clear: both;
  height: 210px;
}

.article-holder {
  float: left;
  padding: 2px;
  width: 62px;
  height: 62px;
  margin-right: 7px;
  margin-bottom: 5px;
}

.article {
  width: 62px;
  height: 62px;
}

#sidebar ul {
  padding-left: 20px;
  list-style-type: circle;
}

.article .preview {
  width: 62px;
  height: 62px;
}

.background {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
}

.fixed {
  width: 62px;
  height: 62px;

}
.article-mouseover {    
}

#article-navigation {
  display: block;
  height:35px;
  width: 285px;
  font-size: 90%;
  clear: both;
}

#article-navigation .next-link {
  float: right;
  cursor: pointer;
}

#article-navigation .previous-link {
  float: left;
  cursor: pointer;
}

#article-navigation span.inactive {
  cursor: auto;
  color: #bbb;
}

#article-holder {
  clear: both;
}

#element-select {
  width: 100%;
  height: 400px;
  border: 1px solid #999;
  overflow: auto;
  padding: 5px;
}

.element {
  margin: 3px;
  border: 1px solid #eeeeee;
}

#element-select .element {
  float: left;
  height: 90px;
  width: 82px;
  background-color: white;
}

#element-select .element-swf {
  height:50px;
  width:50px;
}
#element-select .element-mouseover .element-name{
  text-decoration:underline;
  cursor:pointer;
}

#element-select .element-name {
  font-size: 80%;
  width: 100%;
  text-align: center;
}

#navbar {
  float: right;
  font-size: 12px;
  margin-top: 4px;
}

#element-collection {
  margin-left: 10px;
}

#article-photo {
  width: 150px;
  float: right;
}

#article-information {
  float: left;
  width: 140px;
}

.price {
  float: right;
  font-size: 13px;
}

#article-title {
  font-size: 20px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

#article-title h1 {
  font-size: 20px;
  border-bottom: 1px solid #eee;
}

#article-photo img {
  border: 1px solid #eee;

}

#sidebar-preview {
  width: 200px;
  height: 400px;
  padding: 20px;
}

/* Branded login page */

body.login {
  background-color: rgb(159, 211, 232);
}

body.login #header {
  margin: 0 auto 0 auto;
  padding: 15px;
  width: 500px;
  height: 50px;
  overflow: hidden;
}

body.login #header #logo {
  text-align: center;
  width: 500px;
}

body.login #login-square {
  width: 500px;
  height: auto;
  margin: 25px auto 0px auto;
  padding: 10px;
  border: 7px solid #ddd;
  background-color: white;
}

body.login #login-square p.notice {
  background-color: #ccc;
  padding: 10px;
}

body.login #login-square h1 {
  display: none;
}

body.login #login-square hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #ddd;
}

body.login div.flash {
  left: 0px;
}

.colorpicker, .themecolor {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  float: left;
  padding: 0;
  margin: 0 1px 0 0;
}

.themecolor {
  height: 10px;
  width: 25px;
  margin-top: 3px;
  cursor: none;
}

.colorfield {
  display: block;
  width: 80px;
  height: 16px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  float: left;
}

div.percentcomplete {
  width: 100%;
  border: 1px solid #666;
  height: 20px;
  background-color: #eee;
}

div.percentcomplete div.inner {
  background-color: #4399CD;
  height: 100%;
}

div.percentcomplete div.text {
  font-size: 11px;
  margin-top: -16px;
  color: #aaa;
  padding-left: 10px;
}

#translatedstring {
  background-color: yellow;
  font-size: 14pt;
  display: inline;
  padding: 4px;
}

.topic-subject {
  margin: 3px 0 0 0;
  padding: 0;
}

.topic-info {
  margin: 0;
  padding: 0;
  color: #aaaaaa;
}

.topic-content {
  clear: left;
}

.tutorial-header {
  margin-top: 5px;
  padding-top: 15px;
  width: 270px;
  border-bottom: 1px solid #ccc;
}

.tutorial-header .title {
  float: left;
}

.tutorial-header .others {
  float: right;
}

.signup-account {
  background-image: url('http://cdn0.floorplanner.com/static/images/signup/create-free-account.jpg');  width: 209px;
  height: 155px;
  cursor: pointer;
}

.signup-account .title {
  font-size: 16px;
  color: #D76332;
  padding: 7px 0px 0px 30px;
}

.signup-account .content {
  font-size: 14px;
}

a.icon {
  padding-left: 20px;
  background-repeat: no-repeat;
}

body.fpcanvas #project-footer {
  background-color: white;
}

body.fpcanvas #background {
  background-color: white;
  position: absolute;
  top: 123px;
  bottom: 0px;
  left: 0;
  right: 320px;
}

#tag-list {
  margin-top: 10px;
  font-size: 90%;
}

#tag-list a {
  font-size: 12px;
  margin: 6px 0px;
  margin-right: 10px;
  text-decoration: underline;
}

#tag-list a.disabled {
  color: #999;
  font-weight: normal;
}

#tag-list a.enabled {
  color: #000;
  font-weight: bold;
}

#tag-list .info {
  margin-top: 5px;
  color: #666;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#saveandmail table.properties .input {
  width: 100%;
}

.colorpicker2 div, .colorpicker2 {
}

.colorpicker2 {
  position: absolute;
  top: 40px;
  background-color: #999;
  height: 310px;
  width: 296px;
}

.colorpicker2 .container {
  background-color: #999;
  position: absolute;
  height: 290px;
  width: 276px;
  top: 10px;
  left: 10px;
}

.colorpicker2 .satbright {
  background-image: url('http://cdn0.floorplanner.com/static/images/colorpicker/saturation_and_brightness.png');  float: left;
  width: 256px;
  height: 256px;
}

.colorpicker2 .hue {
  background-image: url('http://cdn0.floorplanner.com/static/images/colorpicker/hue.png');  float: left;
  width: 20px;
  height: 256px;
}

.colorpicker2 .bottom {
  padding: 4px;
  width: 276px;
  height: 30px;
}

.bottom .hex {
  float: left;
  width: 50px;
  padding: 0;
  margin-top: 5px;
}

.bottom .color {
  float: left;
  margin-right: 20px;
  width: 130px;
  border: 1px solid white;
  height: 30px;
  text-align: right;
}

.bottom .close {
  font-weight: bold;
  float: left;
  cursor: pointer;
  height: 20px;
  margin-left: 20px;
  line-height: 30px;
}

.hue-pointer {
  background-image: url('http://cdn0.floorplanner.com/static/images/colorpicker/arrow.png');  position: absolute;
  top: 0;
  right: -3px;
  width: 10px;
  height: 16px;
}

.satbright-pointer {
  background-image: url('http://cdn0.floorplanner.com/static/images/colorpicker/circle.png');  position: absolute;
  top: 0;
  width: 16px;
  height: 17px;
}


/* ==========
Comparison table
@compare */

table.comparison {
  width: 900px;
  border-spacing: 2px 0;
  line-height: 1.3;
  color: #333;
}

table.comparison tr.header td {
  border-bottom: 2px solid #ccc;
}

table.comparison tr.subheader td {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: .5em 3px .3em;
}


table.comparison tr.line-1 {
  background-color: #E2EFF2;
}

table.comparison td {
  text-align: center;
  padding: .2em 0 .1em;
}

table.comparison small {
  font-weight:normal;
  font-size:10px;
  color:#333;
  letter-spacing:0px;
}
table.comparison td.right {
  padding: 0 5px;
  text-align: right;
}

table.comparison td.left {
  text-align: left;
  width: 400px;
  padding: 3px 4px 4px;
}

table.comparison td.strong {
  font-weight: bold;
}

table.comparison tr#sign-ups td {
  padding-top: .6em;
  border-top: 2px solid #bbb;
}
table.comparison tr#sign-ups td.right {
  border-top: none;
}

table.comparison tr#sign-ups a {
  padding: .2em .3em;
  background: #E2EFF2;
  /*    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}

table.comparison tr#sign-ups a:hover {
  background: #d1dee1;
}


/* ==========
Help pages
@tour */

dl.help-bubbles {
  position: relative;
  width: 900px;
  border-top: 1px solid #ddd;
}

.help-bubbles dt {
  float: left;
  width: 600px;
  min-height: 200px;
}

.help-bubbles dt img {
  width: 600px;
}

.help-bubbles dt.temp1 img {
  width: 300px;
  margin: 0;
}

.help-bubbles dd {
  float: right;
  width: 265px;
  margin: 0;
  padding: .4em 0 .3em 35px;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  opacity: .75;
  -webkit-transition: opacity .2s ease-in-out;
  cursor: default;
}

.help-bubbles dd:hover {
  background: #ffeccb;
  border-color: #ccc;
  opacity: .99999;
}

.help-bubbles dd:hover .help-bubble-remote {
  outline: 2px solid rgba(255,150,0,.35);
  background: rgba(255,255,255,.15);
}

.help-bubbles dd img {
  margin: 0 2px 0 -27px;
  vertical-align: bottom;
}


/* Mass bubbles! */
.help-bubble-remote {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
}

/* Dit is een specifiek dingetje. Elk aparte item moet
handmatig gepast worden. Kinda annoying, maar kan niet anders. */
/*    Dashboard tour
@tour */
#bubbles-help-1-1 {
  top: 30px;
  left: 56px;
  width: 150px;
  height: 25px;
}
#bubbles-help-1-2 {
  top: 170px;
  left: 55px;
  width: 100px;
  height: 50px;
}
#bubbles-help-1-3 {
  top: 155px;
  left: 337px;
  width: 55px;
  height: 56px;
}
#bubbles-help-1-4 {
  top: 216px;
  left: 80px;
  width: 308px;
  height: 155px;
}

/*    2D Tour
@tour */
#bubbles-help-2-1 {
  top: 45px;
  left: 3px;
  width: 40px;
  height: 90px;
}
#bubbles-help-2-2 {
  top: 91px;
  left: 52px;
  width: 239px;
  height: 248px;
}
#bubbles-help-2-3 {
  top: 55px;
  left: 350px;
  width: 105px;
  height: 150px;
}
#bubbles-help-2-4 {
  top: 26px;
  left: 52px;
  width: 95px;
  height: 58px;
}
#bubbles-help-2-5 {
  top: 16px;
  left: 386px;
  width: 69px;
  height: 38px;
}
#bubbles-help-2-6 {
  top: 3px;
  left: 485px;
  width: 110px;
  height: 40px;
}
#bubbles-help-2-7 {
  top: 10px;
  left: 5px;
  width: 45px;
  height: 30px;
}
/*    3D Tour
@tour */
#bubbles-help-3-1 {
  top: 65px;
  left: 3px;
  width: 52px;
  height: 110px;
}
#bubbles-help-3-2 {
  top: 240px;
  left: 50px;
  width: 120px;
  height: 110px;
}
#bubbles-help-3-3 {
  top: 75px;
  left: 140px;
  width: 365px;
  height: 290px;
}
#bubbles-help-3-4 {
  top: 71px;
  left: 506px;
  width: 78px;
  height: 73px;
}
#bubbles-help-3-5 {
  top: 50px;
  left: 575px;
  width: 23px;
  height: 33px;
}



/*    New tabs */

#newtabs {
  position: absolute;
  /*bottom: 0;*/top: 65px;
  margin-left: 11px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 16px;
}

#top #header ul#newtabs li {
  position: relative;
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background: url('http://cdn0.floorplanner.com/static/images/tabs/inactive-back3.png') no-repeat 100% 0;}

* html body #top #header ul#newtabs li a {
  width: 5em;
}

#top #header ul#newtabs li a {
  position: relative;
  display: block;
  left: -6px;
  text-align: center;
  padding: 5px 7px 4px 13px;
  background: url('http://cdn0.floorplanner.com/static/images/tabs/inactive-front3.png') no-repeat 0 0;  color: #888;
  font-weight: bold;
  /* Extras */
  text-shadow: -1px -1px 1px rgba(200,200,200,.6);
  -webkit-transition: color .1s ease-in-out;
}

#top #header ul#newtabs li.activetab {
  background-image: url('http://cdn0.floorplanner.com/static/images/tabs/active-back2.png');}
#top #header ul#newtabs li.activetab a {
  background-image: url('http://cdn0.floorplanner.com/static/images/tabs/active-front2.png');  color: #444;
}

#top #header ul#newtabs a:hover {
  color: #444;
  text-decoration: none;
}


/*    Gallery */

.gallery-project {
  float: left;
  width: 195px;
  height: 180px;
  margin: 0 10px 15px 0;
  padding: 5px;
  text-align: center;
}

.gallery-project h3 {
  position: relative;
  margin: -5px -5px 2px;
  padding: 3px 5px 1px;
  font-size: 1.2em;
  display: block;
  clear: left;
}
.gallery-project h3 a {
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-project a {
  padding-bottom: 1px;
  color: #999;
}

.gallery-project .gallery-project-meta {
  clear: left;
  margin: 0 5px;
  padding: 5px 6px 2px;
  border: 1px solid #eee;
  border-top: none;
  text-align:left;
}


/*    ==========
Gallery menu */

.gallerymenu {
  float: right;
  margin: 43px 10px 0 0;
  padding: 5px 1px 5px 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
}

.gallerymenu .types a {
  display: block;
  padding: 2px 0 0;
  float: left;
  width: 0;
}

.gallerymenu .views .gridview a {
  display: block;
  padding: 2px 0 0;
  width: 25px;
  height: 16px;
  background: url('http://cdn0.floorplanner.com/static/images/gallery/gridview.gif') no-repeat 0 0;  text-indent: -999em;
  overflow: hidden;
}
.gallerymenu .views .gridview.selected a,
.gallerymenu .views .gridview a:hover {
  background-position: 0 -18px;
}
.gallerymenu .views .teleview a {
  display: block;
  padding: 2px 0 0;
  width: 25px;
  height: 16px;
  background: url('http://cdn0.floorplanner.com/static/images/gallery/teleview.gif') no-repeat 0 0;  text-indent: -999em;
  overflow: hidden;
}
.gallerymenu .views .teleview.selected a,
.gallerymenu .views .teleview a:hover {
  background-position: 0 -18px;
}

.gallerymenu .types {
  width: 8.5em;
  float: left;
}

.gallerymenu .types .b-fresh a {
  width: 3.5em;
}
.gallerymenu .types .b-feat a {
  width: 5em;
}

.gallerymenu .views {
  margin-left: 5px;
  float: left;
  padding-left: 10px;
  border-left: 1px solid #eee;
}
.gallerymenu .view {
  width:30px;
  float:left;
}
.gallerymenu .selected a {
  font-weight: bold;
  text-decoration: underline;
}


/*    Elements
 */

.elementcategory .elements li {
  float: left;
  margin: 5px;
  list-style-type: none;
  width: 70px;
  min-height: 90px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 10px;
}

.elementcategory .elements li .element {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border: 0;
}

small.remove {
  font-size: 9px;
}

small.remove a {
  color: red;
}

div.line {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  margin-bottom: 5px;
}

tr.unread {
  font-weight: bold;
}
.message_thread {
  padding: 10px;
  margin: 10px 0;
}
.selectedthread {
  background-color: #1b96b8;
  color: #fff;
}


/*    Frontpage testimonials */

#front-testimonials {
  width: 875px;
  margin: 0 auto 1em;
  padding: 10px 0 1.5em;
  border-top: 1px solid #e0e6e8;
  background: #fff url('http://cdn0.floorplanner.com/static/images/frontpage/testi/backg.gif') repeat-x 0 -15px;}

#front-testimonials h3 {
  margin: 5px 5px 15px;
}

#front-testimonials h3 span.morepress {
  padding-left: .5em;
}

#front-testimonials h3 span.morepress,
#front-testimonials h3 span.morepress a {
  color: #999;
}

#front-testimonials::after {
  display: block;
  content: " ";
  clear: both;
  height: 1px;
}

#front-testimonials #testimonial-list {
}

#front-testimonials #testimonial-list li {
  width: 291px;
  float: left;
  list-style: none;
}

#testimonial-list dl {
  margin: 0 8px 0 7px;
  padding: 4px 2px;
  border-top: 1px solid #e0e6e8;
  background: #f1f7f9 url('http://cdn0.floorplanner.com/static/images/frontpage/testi/backg.gif') repeat-x 100% 100%;  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#testimonial-list dt {
  font-weight: bold;
  padding: 0 6px 2px;
  position: relative;
}

#testimonial-list dt em {
  font-style: normal;
  color: #1b96b8;
}

#testimonial-list dt img {
  float: right;
  height: 28px;
  position: absolute;
  right: 5px;
  top: -15px;
  /*    -ms-interpolation-mode: bicubic;*/
}

#testimonial-list dd {
  padding: 3px 6px;
  text-indent: -.35em;
  line-height: 1.35;
  font-style: italic;
}

#testimonial-list dd em {
  font-style: normal;
  background: #fff;
}
code {
  font-size:10px;
  margin:10px 0px;
  border: 1px solid #ccc;
  padding:5px;
  display:block;
}


.branding-highlight {
  border: 1px dashed black;
  margin:3px;
  margin-left:10px;
  padding:2px;
  color: black;
}

/*============== Get Satisfaction Feedback ===========*/

#fdbk_overlay {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 1000000;
  position: absolute;
}
#fdbk_screen {
  top:0;
  left:0;
  z-index:1;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter:alpha(opacity=45);
}
#fdbk_container {
  width: 680px;
  height: 640px;
  margin: 0 auto;
  z-index:2;
  position:relative;
}
#fdbk_container iframe {
  width: 658px;
  height: 100%;
  margin: 20px;
  background: transparent url(http://s3.amazonaws.com/getsatisfaction.com/feedback/fb_loading.png) no-repeat;
}
#fdbk_container iframe.loaded {
  background: transparent;
}
a#fdbk_tab {
  top: 30%;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback_trans_tab.png);
  _position: absolute;
  _background-image: url(http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback_tab_ie6.png);
}
a#fdbk_tab:hover {
  margin-left: -4px;
}

a.fdbk_tab_right {
  right: 0 !important;
  left: auto !important;
  margin-right: -7px !important;
  margin-left: auto !important;
}
a.fdbk_tab_right:hover {
  margin-right: -4px !important;
  margin-left: auto !important;
}
a.fdbk_tab_bottom {
  top: auto!important;
  bottom: 0 !important;
  left: 20% !important;
  height: 38px !important;
  width: 102px !important;
  background-position: 0 -102px !important;
  margin-bottom: -7px !important;
  margin-left: auto !important;
}
a.fdbk_tab_bottom:hover {
  margin-bottom: -4px !important;
  margin-left: auto !important;
}
a.fdbk_tab_hidden {
  display:none !important;
}


a#fdbk_close {
  position: absolute;
  cursor:pointer;
  outline:none;
  top: 0;
  left: 0;
  z-index: 4;
  width:42px;
  height:42px;
  overflow:hidden;
  background-image: url(http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback-close.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback-close.png', sizingMethod='crop');
}
#fdbk_close:hover {
  background-position: -42px 0;
}

ul#object-overview {
  list-style: none;
}

ul#object-overview li {
  height: 180px;
  width: 280px;
  float: left;
  padding-right: 10px;    
}
ul#object-overview li .preview {
  width: 100px; 
  height: 100px; 
  float: left;
}
ul#object-overview li .info {
  padding-top: 25px;
  float: right;
  width: 160px;
}
ul#object-overview li .info .refid {
  font-family: monospace;
}
ul#object-overview li small {
  color: #333333;
}


/*    ==========
Feature list
 */

ol#features {
  margin: 1.5em 0;
  width: 890px;
  list-style-type: none;
}

ol#features li {
  position: relative;
  margin: 0 30px 1em 0;
  width: 400px;
  height: 10.5em;
  float: left;
  clear: both;
  padding: .5em 10px .3em .2em;
  /*    background: #e2eaed;
  border-bottom: 3px solid #c9dae0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
}

ol#features li .feature-count {
  position: absolute;
  z-index: 100;
  top: 0;
  left: -52px;
  width: 45px;
  float: left;
  font-size: 37px;
  color: #1b96b8;
  text-align: right;
  letter-spacing: -.1em;
  font-style: italic;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 3px 0 0 #fff;
  padding: .24em 3px .2em;
  /*    background: #e2eaed;
  border-left: 3px solid #c9dae0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
}

ol#features li .feature-image {
  float: right;
  position: absolute;
  top: 5px;
  right: -430px;
}

ol#features li * {
  font-size: 15px;
  color: #555;
}

ol#features h3 {
  margin: .3em 0 .2em .7em;
  font-size: 21px;
  /*    text-shadow: 1px 1px 1px #fff;
  border-bottom: 2px solid #c9dae0;*/
color: #333;
}

ol#features p {
  margin-left: .9em;
}

/* ============= ACCOUNT ============ */

span.apikey_box {
  border: 1px solid #aaaaaa; 
  background: #eeeeee; 
  padding: 10px; 
  font-size: 130%; 
  width: auto;
}

/* =============ITEMS PAGE =============*/

body.items .item { cursor:pointer;text-align:left; width: 150px;height: 210px;float:left;margin: 0px 16px 20px 0px;margin-left:10px;font-size:11px;color:#333;}
body.items .item .image { background-color:white;margin:0px 5px 0px 0px;border-bottom: 1px solid #cccccc;width: 138px; height: 135px;}
body.items .item h3.name {margin:10px 0px 0px 0px; font-size:13px; height:35px;}
body.items .item .price {font-size:18px; float:right;}

body.items .shadow { background-color: #ccc; }

body.items .item .content, body.items .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;

}

.item .content {
  height:210px;
  background-color: #fff;
  color: #000;
  border: 1px solid #cccccc;
  padding: 0.5em;
}

body.items #search .search {
  background-color:white;
  height:30px;
  font-size:20px;
  line-height:20px;
}

body.items #search .disabled {
  font-style:italic;
  color:#ccc;
}

body.items #search .enabled {
  color: black;
  font-style:normal;
}

body.items #content {
  padding:30px;
}

body.items #front {
  margin-top:20px;
  padding-top:30px;
  border-top: 1px solid #ccc;
}
body.items .search {
  width:500px;   
}


#standalone .imagestandalone, #standalone .imagestandalone img {
  width: 300px;
  height: 300px;
}
#standalone h2 {

}
#standalone .imagestandalone {
  border: 1px solid #cccccc;
  float:left;
}
#standalone .details {
  float:left;
  width:305px;
  height:300px;
  margin:0px 0px 0px 30px;
}
#standalone .details p {
  margin:0px 0px 20px 0px;
}

#standalone .floating {
  float:right;
  width:200px;
}

#standalone .floating .price {
  margin:10px 0px;
  position:relative;

  float:right;
  font-size:30px;
}
#standalone .floating .actions {
  float:right;
  text-align:right;
}

#standalone .floating {
  float:right;
}

#standalone .floating .actions ul li {list-style-type:none; padding:0px 0px 0px 10px;}
#standalone .extra {
  font-size:12px;
}
.itembox {
  padding-top:10px;
}

/*    ==========
Products page
 */

p.prod-comparison {
  float: right;
  margin: 0 10px 5px;
  color: #666;
}

#content ul#prod-list {
  width: 100%;
  list-style: none;
}
#prod-list::after {
  content: " ";
  height: 0;
  display: block;
  clear: left;
}

#prod-list li {
  float: left;
}

ul#prod-list div.prod-type {
  clear: both;
  display: block;
  width: 43%;
  padding-top: 15px;
  min-height: 80px;
  float: left;
  cursor: pointer;
}

ul#prod-list li::after {
  content: " ";
  width: 0;
  display: block;
  clear: left;
}

ul#prod-list div.prod-type h2 {
  margin: 0 0 5px;
}
ul#prod-list div.prod-type h2 a {
  text-decoration: underline;
}

#prod-list div.prod-info {
  margin-bottom: 25px;
  width: 52%;
  height: 117px;
  float: right;
  background: #f2f6f8 url("http://cdn0.floorplanner.com/static/images/signup/info-arrow.gif") no-repeat 0 0;}

#prod-list li div.prod-info ul {
  margin: 15px 50px 5px 65px;
  font-size: 15px;
  line-height: 23px;
  color: #333;
  list-style-image: url("http://cdn0.floorplanner.com/static/images/signup/info-tick.gif");}
* html #prod-list li div.prod-info ul {
  list-style-type: circle;
}
#prod-list li div.prod-info ul li {
  padding: 0 0 0 5px;
  margin: 0;
  height: 23px;
  width: 99%;
  border: none;
}

#prod-list div.prod-info ul li.nobull {
  list-style: none;
}


ul#prod-list li {
  background-repeat: no-repeat;
  background-position: -2px 25%;
  padding: 5px 5px 0 100px;
}

ul#prod-list li.personal { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/icon-personal.gif'); }ul#prod-list li.professional { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/icon-pro-v2.gif'); }ul#prod-list li.enterprise { background-image: url('http://cdn0.floorplanner.com/static/images/pricing/icon-enterprise-v2.gif'); }

/*    ==========
Sign-up pages
@signup
 */

#signup-container {
  position: relative;
  margin-left: -30px;
  margin-top: -15px;
}

#signup-container::after {
  content: " ";
  width: 0;
  display: block;
  clear: left;
}

.su-free-account {
  background: #fff url("http://cdn0.floorplanner.com/static/images/signup-heroboxes/free-hero.jpg") no-repeat 0 0;}
.su-free-account #signup-herobox {
  padding-top: 350px;
}
.su-pro-account {
  background: #fff url("http://cdn0.floorplanner.com/static/images/signup-heroboxes/pro-hero.jpg") no-repeat 0 0;}
.su-plus-account {
  background: #fff url("http://cdn0.floorplanner.com/static/images/signup-heroboxes/plus-hero.jpg") no-repeat 0 0;}



#signup-herobox p {
  margin: 0 15px 35px 40px;
  font-size: 1.1em;
  line-height: 1.2;
  color: #333;
}

#signup-herobox {
  float: left;
  width: 455px;
  padding-top: 340px;
}


#signup-form {
  float: right;
  padding-top: 25px;
  width: 410px;
  color: #333;
}

#signup-form dl.su-form-running dt {
  clear: both;
  float: left;
  width: 43%;
  font-weight: bold;
  padding: 4px 0 0;
}

#signup-form dl.su-form-running dd {
  float: right;
  width: 55%;
  margin-top: 2px;
}

* html div#signup-form dl.su-form-running dd {
  margin-top: -21px;
}

#signup-form .su-form-hanging {
  clear: both;
  float: right;
  padding-top: 6px;
  width: 55%;
  margin-bottom: 15px;
}

#signup-form p {
  margin: 0 0 4px;
}

#drawers-list .boss {
  color: #c00;
}
