/**
 * 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-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

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

body {
  height:100%;
  min-height:100%;
  margin: 0 auto;
  position:absolute;
  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://cdn1.floorplanner.com/static/images/header/login-arrow.gif");
}

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

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

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

.fpcanvas {
  background-color: #fff;
}

#middle,
#middle.default,
#middle .container {
 background: #fff;
 min-height: 800px;
}

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

#top {
  background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/LTback.png");
  background-repeat: repeat-x;
}

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: 975px;
  margin: 0 auto;
}

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

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



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

#top #header {
  z-index:35;
}

body.default #top
{
}

body.fpcanvas #top
{
}

body.default #header
{
    padding-top: 12px;
    height: 78px;
}


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

body.frontpage #header
{
    height: 56px;
}


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

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

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

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:35px;
  top: 5px;
  z-index: 50;
}

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

#top #header #menu {
  padding:6px 10px;
  float: left;
  margin: 6px 0 0 30px;
}

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

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

}

#top #menu li
{
    font-size: 14px;
    text-transform:lowercase;
    font-weight: bold;
}

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

/* header frontpage specific */

body.frontpage #top #header ul.languages {
  margin: 5px;
  float: left;
  list-style: none;
}

body.frontpage #top #header ul.languages li {
  padding-left: 0.4em;
  padding-top: 4px;
  padding-bottom: 4px;
}

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

/* header default specific */

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

body.fpcanvas #top {
  background-image: url("http://cdn1.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;
  height: 430px
}

#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: 46px;
  line-height:50px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: normal;
  text-shadow: #468098 2px 2px 1px;
  filter:Shadow(color=#468098,strength=3);
  color: #fff;
  font-family: Arial;
  text-align: right;
  display: block;
  height: 150px;
}

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

#subtop #banner .column-left {
  /*    margin: 0 40px 0 50px;*/
  padding: 0 0px 0 0px;
  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: 430px;
  float: right;
}

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

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

/* ============= 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: 540px;
}

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

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

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

#middle.default #container {
  width: 975px;
  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;
  margin-bottom: 100px;
}

#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 ===========*/

#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;
}

/* 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 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color:#6CB7D6;
  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: 975px;
  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 .total_red * {
	color: #FF0000;
	font-weight: bold;
}

table.properties .total_green * {
	color: #458B00;
	font-weight: bold;
}

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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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;
}

#plus-button span.holder,
#plus-button span.holder-arrow {
  float: none;
}

#cancel-button span.body-arrow
{
   padding-top: 8px;
}

.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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, .pagination .gap {
  border: 1px solid #eee;
  margin: 0 1px 10px 0;
  padding: 4px 6px;
  display:block;
  float:left;
}

.pagination .disabled, .pagination .gap {
  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://cdn1.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://cdn1.floorplanner.com/static/images/header-emblems/search.gif");
}

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

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

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

div#sidebar h2.icon.favorite {
  background-image: url("http://cdn1.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;
}

.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;
  margin-bottom: 20px;
  margin: 0;
  overflow: hidden;
}

#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://cdn1.floorplanner.com/static/images/help/tour.gif"); }
#icon-links li.tutorial { background-image: url("http://cdn1.floorplanner.com/static/images/help/tutorial.gif"); }
#icon-links li.tips { background-image: url("http://cdn1.floorplanner.com/static/images/help/tips.gif"); }
#icon-links li.quickstart { background-image: url("http://cdn1.floorplanner.com/static/images/help/quickstart.gif"); }
#icon-links li.howdoi { background-image: url("http://cdn1.floorplanner.com/static/images/help/howdoi.gif"); }
#icon-links li.forums { background-image: url("http://cdn1.floorplanner.com/static/images/help/forums.gif"); }
#icon-links li.products { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/icon-products.gif"); }
#icon-links li.personal { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/icon-personal.gif"); }
#icon-links li.professional { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/icon-pro-v2.gif"); }
#icon-links li.enterprise { background-image: url("http://cdn1.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: 975px;
}

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://cdn1.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://cdn1.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://cdn1.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://cdn1.floorplanner.com/static/images/newproj-right-2-deactive.gif") no-repeat 100% 0;
}

#newprojectbutton-deactive.newprojectbutton a {
  background: url("http://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.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://cdn1.floorplanner.com/static/images/pricing/checkbox.gif");
  margin-bottom: 10px;
}

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

.pricing-free { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/pricing-box-free.gif"); }
.pricing-plus { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/pricing-box-plus.gif"); }
.pricing-plus-s { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/pricing-box-plus-s.gif"); }
.pricing-pro1 { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/pricing-box-pro-1.gif"); }
.pricing-pro2 { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/pricing-box-pro-2.gif"); }
.pricing-enter1 { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/pricing-box-enter-1.gif"); }
.pricing-enter2 { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/pricing-box-enter-2.gif"); }

div.currencyselect {
  float: right;
  margin: 0 .5em 1em;
}



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

body.without-sidebar #bottom {
  width: 975px;
  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://cdn1.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;
  z-index: 2;
}

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

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

.colorpicker2 .hue {
  background-image: url("http://cdn1.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://cdn1.floorplanner.com/static/images/colorpicker/arrow.png");
  position: absolute;
  top: 0;
  right: -3px;
  width: 10px;
  height: 16px;
}

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


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

table.comparison {
  width: 975px;
  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: 975px;
  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-1-1 { height: 140px; left: 2px; top: 20px; width: 143px;}
#bubbles-help-1-2 { height: 140px; left: 155px; top: 140px; width: 170px; }
#bubbles-help-1-3 { height: 26px; left: 390px; top: 145px; width: 65px; }
#bubbles-help-1-4 { height: 80px; left: 360px; top: 176px; width: 100px; } 
#bubbles-help-2-1 { height: 94px; left: 148px; top: 40px; width: 44px; }
#bubbles-help-2-2 { height: 268px; left: 240px; top: 71px; width: 269px; } 
#bubbles-help-2-3 { height: 150px;left: 485px; top: 54px; width: 108px; }
#bubbles-help-2-4 { height: 58px; left: 192px; top: 34px; width: 100px; }
#bubbles-help-2-5 { height: 18px; left: 520px; top: 38px; width: 80px; }
#bubbles-help-2-6 { height: 15px; left: 550px; top: 22px; width: 50px; }
#bubbles-help-2-7 { height: 200px; left: 2px; top: 20px; width: 145px; }
#bubbles-help-3-1 { height: 100px; left: 3px; top: 35px; width: 58px; }
#bubbles-help-3-2 { height: 310px; left: 150px; top: 50px; width: 350px; }
#bubbles-help-3-3 { height: 90px; left: 504px; top: 35px; width: 90px;}
#bubbles-help-3-4 { height: 18px; left: 6px; top: 21px; width: 138px; }
#bubbles-help-3-5 { height: 33px; left: 3px; top: 140px; width: 23px; }
#bubbles-help-3-6 { height: 100px; left: 113px; top: 210px; width: 153px; }




/*    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://cdn1.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://cdn1.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://cdn1.floorplanner.com/static/images/tabs/active-back2.png");
}
#top #header ul#newtabs li.activetab a {
  background-image: url("http://cdn1.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://cdn1.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://cdn1.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: 975px;
  margin: 0 auto 1em;
  padding: 10px 0 1.5em;
  border-top: 1px solid #e0e6e8;
  background: #fff url("http://cdn1.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: 324px;
  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://cdn1.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;
}


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://cdn1.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://cdn1.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://cdn1.floorplanner.com/static/images/pricing/icon-personal.gif"); }
ul#prod-list li.professional { background-image: url("http://cdn1.floorplanner.com/static/images/pricing/icon-pro-v2.gif"); }
ul#prod-list li.enterprise { background-image: url("http://cdn1.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://cdn1.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://cdn1.floorplanner.com/static/images/signup-heroboxes/pro-hero.jpg") no-repeat 0 0;
}
.su-plus-account {
  background: #fff url("http://cdn1.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;
}

/* welcome page */

div.upgrade-box {
  margin: 2em auto;
  padding-bottom: 1.3em;
  width: 327px;
  background: url("http://cdn1.floorplanner.com/static/images/upgrader-new.png") no-repeat 0 100%;
}

div.upgrade-box h2 {
  margin: 0;
}

div.upgrade-box h2 a {
  cursor: pointer;
  position: relative;
  top: -5px;
  display: block;
  background: url("http://cdn1.floorplanner.com/static/images/upgrader-new.png") no-repeat 0 0;
  width: 327px;
  height: 46px;
  padding-top: 14px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  font-family: Helvetica;
  text-decoration: none;
  text-shadow: 0 -2px 1px rgba(0,0,0,0.1);
}

div.upgrade-box h2 a:hover {
  color: #f6f6f6;
  text-decoration: none;
}
div.upgrade-box h2 a:active {
  background-position: -327px 0;
}

h2 a span {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.1em;
}

div.to-plus h2 a {
  background-position: -327px -85px;;
}

div.to-plus h2 a:active {
  background-position: -327px -172px;
}

.upgrade-box p ,
.upgrade-box ul {
  margin: 0 1.6em 0.6em;
  font-family: Helvetica;
  font-size: 15px;
  line-height: 1.2;
}

.upgrade-box p {
  text-align: center;
}

.upgrade-box ul {
  margin-left: 2.6em;
}

.upgrade-box .foot {
  font-size: 1.3em;
  font-weight: bold;
}

.upgrade-box img {
  float: right;
  margin: 2em 2em 0 0;
}

.fp-button { 
  position: relative;
  border: 0; 
  padding: 0;
  cursor: pointer;
  overflow: visible; /* removes extra side padding in IE */
}

.fp-button::-moz-focus-inner {
  border: none;  /* overrides extra padding in Firefox */
}

.fp-button span { 
  position: relative;
  display: block; 
  white-space: nowrap;	
}

.fp-button.submitBtn { 
  padding: 0 15px 0 0; 
  margin-right: 5px; 
  font-size: 16px; 
  text-align: center; 
  background: transparent url("http://cdn1.floorplanner.com/static/images/btbg.png") no-repeat right -112px; 
}

.fp-button.submitBBtn { 
  padding: 0 10px 0 0; 
  margin-right: 5px; 
  font-size: 14px; 
  text-align: center; 
  background: transparent url("http://cdn1.floorplanner.com/static/images/bbtbg.png") no-repeat right -100px; 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Google Chrome only - fix margins */
  .fp-button span {
    margin-top: -1px;
  }
  .fp-button.submitBtn {
    padding-right: 14px;
  }
  .fp-button.submitBBtn {
    padding-right: 9px;
  }
}

.fp-button.submitBtn span {
  color: #fff; 
  background: transparent url("http://cdn1.floorplanner.com/static/images/btbg.png") no-repeat left top; 
  height: 36px; 
  line-height: 36px;
  padding: 0 0 0 15px; 
}

.fp-button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -168px; 
}

.fp-button.submitBtn:hover span, button.submitBtnHover span {
  background-position: 0 -56px;
}

.fp-button.submitBBtn span {
  color: #fff; 
  background: transparent url("http://cdn1.floorplanner.com/static/images/bbtbg.png") no-repeat left top; 
  font-weight: bold;
  height: 30px; 
  line-height: 30px;
  padding: 0 0 0 10px; 
  text-decoration: underline;
}

.fp-button.submitBBtn:hover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -150px; 
}

.fp-button.submitBBtn:hover span {
  background-position: 0 -50px;
}

.subh {
  font-size: 1.5em;
}

.content h1 img {
  float: left;
  margin-right: 0.5em;
}

.go {
  text-align: right;
  font-size: 1.25em;
}

#user-form {
  position: relative;
}

#user-form {
  background: transparent url("http://cdn1.floorplanner.com/static/images/subg.jpg") no-repeat 50% 50%;
  height: 650px;
  padding-top: 50px;
}

#user-form .small ,
#user-form p ,
#user-form h2 {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

#user-form h2 {
  padding-top: 0.5em;
}

#user-form label ,
#user-form input {
  display: block;
  font-size: 1.5em;
  width: 300px;
  margin: 0 auto;
}

#user-form label {
  margin-bottom: 0.25em;
}

#user-form h2,
#user-form label {
  text-align: center;
}

#user-form .small {
  overflow: hidden;
  margin-bottom: 0.25em;
  width: 310px;
}

#user-form .small input ,
#user-form .small label {
  float: left;
  width: auto;
}

#user-form .small input {
  margin: 0.25em 0.5em 0 0;
}

#user-form .small label {
  font-size: 1.25em;
}

#user-form .spacer {
  height: 1em;
}

#user-form .buttons {
  text-align: center;
  padding: 1.5em 0;
  position: absolute;
  bottom: 145px;
  left: 245px;
  width: 475px;
}

#user-form .fp-button {
  margin: 0 auto;
}

#user-form .signup-methods {
  position: absolute;
  top: 95px;
  right: 220px;
  width: 20px;
  line-height: 16px;
}

#user-form .signup-methods form {
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
}

#user-form .signup-methods img {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #89c7e1;
  border-color: #90cae3 #89c7e1 #89c7e1 #90cae3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#user-form #promocode-link {
  font-size: 0.9em;
  float: right;
}
#user-form #promocode input {
  margin-top: -0.5em;
}

/* BEWARE! IE multiple selector bug! */

#middle .signup #content {
  width: 100% !important;
  padding-bottom: 0;
}
#middle .welcome #content {
  width: 100% !important;
}
#middle .upgrade #content {
  width: 100% !important;
}
#middle .pro-overview #content {
  width: 100% !important;
}
#content.signup #sidebar {
  display: none;
}
#content.welcome #sidebar {
  display: none;
}
#content.upgrade #sidebar {
  display: none;
}
#content.upgrade-overview #sidebar {
  display: none;
}
#content.pro-overview #sidebar {
  display: none;
}

#content.singup  .go ,
#content.welcome .go {
  padding-right: 12em;
}

#content.welcome {
  padding-top: 2em;
}

.signup #content .terms {
  color: #555;
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
}

.signup #content .terms em {
  color: #000;
}

#middle .upgrade-overview #content {
  margin: 0 -30px;
  width: 1000px !important;
  _margin: 0 13px;
}

.upgrade-overview #content div.upgrade-box {
  float: left;
  margin: 1em 1em 0 50px;
  height: 260px;
}

.upgrade-overview #content div.upgrade-box p {
  text-align: left;
}

.upgrade-form-nonplus {	 
	 text-align: left;
}

.upgrade-form-nonplus table tr th {
	width: 100%;
}

.upgrade-form-nonplus table tr th.discount {
	font-size: small;
	color: #E58539;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
}

.account-props {
  border: 1px solid #ddd;
  margin-bottom: 1em;
  overflow: hidden;
}

.account-props p {
  background: transparent url("http://cdn1.floorplanner.com/static/images/bgrad.gif") repeat-x 0 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  padding: 0.33em 0.75em;
}

.account-props ul {
  border-top: 1px solid #eee;
  font-size: 1.12em;
  list-style-type: none;
  margin: 0;
}

.account-props li {
  padding: 0.5em 0.25em 0.5em 0.75em
}

.account-props li.odd {
  background-color: #eee;
}

.currency-select {
  margin: 0 10px 10px;
  float: right;
}

.currency-select-pro {
/*  margin: 0 10px 10px;*/
  float: right;
}

.account-props input {
  margin-left: 1em;
}

#non-plus .account-props small {
  color: #208B00;
  font-size: 0.7em;
}

.upgrade-form-plus {
  float: left;
  overflow: hidden;
  width: 300px;
}

.upgrade-form-plus #country_code {
	margin-top: 0.5em;
}

.upgrade-form-nonplus {
  float: left;
  overflow: hidden;
  width: 400px;
}

.upgrade-info {
	margin-top: -95px;
	float: right;
}

.upgrade-info img {
	padding-bottom: 15px;
	width: 400px;
	height: 300px;
}

.upgrade-info ul {
  padding-left: 50px;
}

.upgrade-info ul li {
  list-style-image: url("http://cdn1.floorplanner.com/static/images/pricing/checkbox.gif");
  margin-bottom: 10px;
}

.upgrade-form .currency-select {
  margin-top: -5.5em;
  .margin-top: -6.75em;
}

.upgrade-form small {
	color: #555;
}

p.recurring_payments_notice {
	margin-top: 1em;
}

p.recurring_payments_notice small {
	color: #555;
}

.upgrade-form .spinner-non-plus {
	float: right;
}

.upgrade-form .fp-button {
	margin-top: 1em;
  float: right;
}

.account-comparison {
  border-collapse: collapse;
  width: 100%;
}

.account-comparison th ,
.account-comparison td {
  background-color: #eee;
  border: 1px solid #aaa;
  padding: 0.5em;
  text-align: center;
  vertical-align: top;

  _position: relative;
}

.account-comparison th {
  background: transparent url("http://cdn1.floorplanner.com/static/images/bggrad.gif") repeat-x 0 0;
  padding-bottom: 2em;
}

.account-comparison th .name ,
.account-comparison th .mprice {
  font-size: 1.5em;
}

.account-comparison th .mprice ,
.account-comparison th .yprice {
  font-weight: normal;
}

.account-comparison td.odd {
  background-color: #fff;
}

.account-comparison td form {
  margin-top: -24px;
  margin-bottom: 0.5em;
}

.pro-overview .tfoot {
  background: transparent url("http://cdn1.floorplanner.com/static/images/gwgrad870.gif") no-repeat 0 0;
  color: #555;
  height: 50px;
  padding: 0.5em 1em;
}

@-moz-document url-prefix() {
  .pro-overview .tfoot {
    margin-left: -1px;
  }
}

#brochure-box {
  float: right;
  margin: 0 0 1em 1em;

  _position: relative;
}

#brochure-box button.submitBBtn {
  background-image: url("http://cdn1.floorplanner.com/static/images/obtbg.png");
  display: block;
  font-size: 13px;
  margin-top: -40px;
  margin-left: 3px;
  width: 205px;

  .margin-left: 4px;
  .margin-top: -35px;
}

#brochure-box button.submitBBtn span {
  background-image: url("http://cdn1.floorplanner.com/static/images/obtbg.png");
  text-decoration: none;
}

.pro-overview .description img {
  border: 1px solid #ccc;
  float: left;
  margin: 0 1em 1em 0;
}

#all-notices ul {
  margin-left: 1.5em;
}


/*
* New Frontpage elements
*/

#slideshow
{
   background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/LT-pictures.png");
   width: 516px;
   height: 379px;
}

#subtop h1 .title-large
{
    font-family: Arial;
    font-size: 46px;
    font-weight: bold;
}

#header .header-left
{
    float: left;
    padding-left:20px;
    padding-top:15px;
}

#header .header-right
{
    float: right;
}

#header .frontpage-logo
{
    margin-left: 20px;
}
a.signup-button
{
    display: block;
    background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/LTbutton1.png");
    width: 289px;
    height: 54px;
    text-align: center;
    color: white;
    float: right;
    padding-top: 17px;
    font-family: "Trebuchet MS";
    font-size: 30px;
    letter-spacing: 1px;
}

#subtop .login-text
{
    font-family: Arial;
    font-size: 12px;
    margin-top: 5px;
    text-align:right;
    width:420px;
}

#subtop .login-text a
{
    color: white;
    text-decoration: underline;
}

#subtop .quotes
{
    margin-top: 60px;
}

#subtop .quotes div
{
    color: #727471;
    text-align: center;
    font-size: 13px;
    font-style:italic;
    font-family: Georgia;
    font-weight: bold;
}

#subtop .quotes a
{
    display: block;
    float: right;
    font-size: 11px;
    color: #828f93;
}

#subtop .watermark
{
    position: absolute;
    top: 275px;
    margin-left: 26px;
    width: 135px;
    height: 135px;
    background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/home-watermark.png");
}

#content .column-left .box .image
{
    float:left;
    width: 85px;
    margin-top: 20px;
    margin-right: 18px;
}
body.frontpage div#content h2 
{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom:4px;
}
#content .column-left .box .text
{
    float: left;
    width: 410px;
    line-height: 24px;
}

#content .column-left .box p
{
    color: #636363;
    font-weight: normal;
}

#content .column-right .box .text
{
    float: left;
    width: 240px;
    line-height: 22px;
}

#content .column-right .box p
{
    color: #636363;
    font-weight: normal;
}

#content .column-right .box .image
{
    float:left;
    margin-top: 20px;
    margin-right: 18px;
}

#blogbox
{
    background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/home-blog-top.jpg");
    width:393px;
    margin-bottom: 40px;
    float: right;
}

#blogbox h3
{
    padding: 0;
    margin: 0;
    padding-top: 30px;
    padding-left: 40px;
    color: #535554;
    font-size: 24px;
    font-family: Arial;
    letter-spacing: 0.4px
}
#blogbox p
{
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 20px;
    color: #5e5e5e;
    padding-top: 16px;
    font-size: 14px;
}
#blogbox .text
{
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#blogbox .twitter
{
  background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/home-blog-bottom.jpg");
  height: 38px;
}

#blogbox .twitter p
{
    font-size: 10px;
    color: white;
    padding-top: 7px;
    line-height: 13px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#blogbox a {
    color: #535554;
}

#twitfeed a { color: white; }

#header .languagebox
{
    border: 1px solid #888;
    background-color: white;
    position:absolute;
    right:5px;
    top: 30px;
}
#header .languagebox .arrow
{
    position: absolute;
    top: -9px;
    right: 8px;
}

.languages img { padding-right: 4px; }
.languages a { color: #636363;}

#slideshow-navigation { 
    margin-left:220px;
    position:absolute;
    top:445px;
}

#slideshow-navigation .button {
    width: 10px;
    height: 10px;
    background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/fp-slidenav-off.jpg");
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-right: 4px;
    font-size: 1px;
    line-height: 0px;
    -moz-outline: none;
    outline: none;
    -moz-outline-style: none;
    cursor: pointer;
}

#slideshow-navigation .on {

    background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/fp-slidenav-on.jpg");
}

#language_select img { padding: 2px;  }
#language_select { position: absolute; top: 4px; right: 10px; border-left : 1px solid #FFF; height: 14px; padding-left: 2px; }

#quotes .quote { display: none; }
#quotes .show { display: inline; }

#slideshow-content .slidepic { width: 451px; height: 302px; margin-top: 33px; margin-left: 33px; position: absolute; }

#slideimg-0.slidepic { background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/FP-home-slide2.jpg"); }
#slideimg-1.slidepic { background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/FP-home-slide1.jpg"); }
#slideimg-2.slidepic { background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/FP-home-slide3.jpg"); }
#slideimg-3.slidepic { background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/FP-home-slide4.jpg"); }
#slideimg-4.slidepic { background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/FP-home-slide5.jpg"); }
#slideimg-5.slidepic { background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/FP-home-slide6.jpg"); }
#slideimg-6.slidepic { background-image: url("http://cdn1.floorplanner.com/static/images/frontpage/FP-home-slide7.jpg"); }

.project-on-map h3,
.project-on-map p {
margin: 0 0 0.5em;
}
.project-on-map img {
width: 90px;
height: 90px;
float: left;
margin-right: 1em;
}

#locationBox { position: absolute; z-index: 7000; left: 0px; top: 0px; background-color: #eee; opacity: 0.4; filter: alpha(opacity=40); }
#locationBorder { background-color: black; opacity: 0.3; position: absolute; height:178px; width:336px; padding: 30px; filter: alpha(opacity=30);  }
#locationPopup { height:158px; width:318px; z-index: 8000; position: absolute; background-color: white; border: 2px solid #1b96b8; padding: 30px; }

/* Search Box */
#content .searchbox { margin-top: 20px; background-color: #F2F2F2; padding: 12px; margin-bottom: 20px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#content .searchbox .searchfield { padding: 0; background-color: white; height: 22px; display: block; float: left; border: 1px solid #BABABA; padding-left: 4px; padding-top: 4px; }
#content .searchbox .searchsubmit { cursor:pointer; margin-left: -1px; background-image: url("http://cdn1.floorplanner.com/static/images/default/search.png"); width: 30px; height: 28px; padding: 0; border: 0px solid #000; display: block; float: left;  }
#content .searchbox .create-button { overflow: hidden; zoom: 1; background-repeat: no-repeat; background-image: url("http://cdn1.floorplanner.com/static/images/default/createbutton2.png"); background-position: -377px 0px; padding-left: 31px; margin-top: 1px; height: 25px; display: block; float: right; }
#content .searchbox .create-button:hover { color: #333333; }
#content .searchbox .create-button .center { cursor: pointer; background-color: #F2F2F2; background-position: 100% 0; text-transform: lowercase; background-image: url("http://cdn1.floorplanner.com/static/images/default/createbutton2.png"); padding-left: 8px; padding-right: 8px; padding-top: 5px; float: left; font-size: 13px; font-weight: bold; color: #333333; height: 20px; margin-right: -31px; padding-right: 40px;}
#content .searchbox .upgrade_title { float: left; font-size: 13pt; letter-spacing: -1px; margin-top: 5px; margin-left: 10px; }

/* Projects */
#projects .project { border-bottom: 1px solid #D2D2D2; zoom: 1; }
#projects .project a { -moz-outline: none; outline: none; }
#projects .project:hover { background-color: #F2F2F2; }
#projects .project a.title { font-size: 18px; display: block; margin: 0px; font-weight: bold; letter-spacing: normal; margin-top: 17px; margin-bottom: 8px; }
#projects .project .thumb { background-color: #fff; border: 1px solid #DDDDDD; float: left; width: 97px; height: 80px;  margin-right: 20px; margin-top:4px; margin-left: 10px; margin-bottom: 5px; margin-top: 10px; margin-bottom: 10px;  }
#projects .project .thumb img { width: 87px; height: 70px; border: none; padding: 5px; }
#projects .project .info { float: left; }
#projects .project .info .left { float: left; width: 180px; font-size: 13px; color: #7A7A7A; }
#projects .project .info .right { float: left; color: #7A7A7A; font-size: 13px; }
#projects .project .info strong { color: #5A5A5A; }
#projects .project .actionblock { display: none; float: right; margin-top: 65px; }
#projects .project:hover .actionblock { display: block; zoom: 1; }
#projects .project .loading { float: right; margin-top: 70px; margin-right: 10px; zoom: 1; }
#projects .project .project-thumbs li { float: left; list-style-type: none; }
#projects .project .project-thumbs img { width: 200px; height: 150px; margin-top:15px; margin-left: 15px; border: 1px solid #bbbbbb; padding: 5px; background-color: white; }
#projects .project .top { zoom: 1; background-image: url("http://cdn1.floorplanner.com/static/images/greybar/field_top.png"); background-repeat: repeat-x; padding: 15px; padding-top: 20px;  }
#projects .project .project-info { background-image: url("http://cdn1.floorplanner.com/static/images/greybar/field.png"); }
#projects .project .project-info h3 { margin: 0; padding: 0; letter-spacing: normal; color: #333333; font-size: 14px; font-weight: bold; margin-bottom: 10px; }
#projects .project .project-info .cancel { font-size: 13px; margin-right: 10px; padding-top: 7px; text-decoration: underline; color: #333333; text-transform: lowercase; float: right; }
#projects .project .project-info .button-holder { margin-right: 0px; float: right; }
#projects .project .project-info .button-holder-images { position: absolute; display: none; margin-left: 170px; margin-top: -38px;}
#projects .project .project-thumbs li:hover .button-holder-images { display: block; zoom: 1; }
#projects .action-button { zoom: 1; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png"); background-position: -235px 0; background-repeat: no-repeat; float: right; height: 25px; overflow: hidden; padding-left: 3px; }
#projects .action-input { color: #333333; display: block; padding-top: 6px; cursor: pointer; background-color: #F2F2F2; font-size: 13px; background-color: transparent; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png");background-position: 100% 0; background-repeat: no-repeat; border: 0 none; height: 25px; padding-left: 10px; padding-right: 14px; width: auto; font-weight: bold; margin-right: -3px; margin-left: 0px; text-transform: none; }
#projects .action-input:hover { text-decoration: none; }
#projects .project .project-info p { font-size: 13px; }
#projects .project .project-info .label { display: block; width: 100px; }
#projects .project-paragraph { color: black; font-size: 18pt; margin-top: 0; margin-bottom: 15px; font-weight: normal; line-height: 21pt; letter-spacing: -1px; margin-top: 20px; }
#projects .project-paragraph strong { font-size: 25px; }
#projects .project .project-info .collab_subuser { border: 1px solid #AAAAAA; float: left;font-size: 14px; padding: 5px; }
#projects .project .project-info .collab_subuser a { padding-left: 5px; font-size: 12px; }
#projects .business_project { border-bottom: 2px solid #D2D2D2; }
#projects .height { height: 35px; }
#projects .height label { display: block; padding-top: 2px; }
#projects .height select { width: 130px; }
#projects .top .buttons { margin-top: 10px; }

/* Projects / Action button */
#projects .floorplanner-button { zoom: 1; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png"); background-position: -235px 0; background-repeat: no-repeat; float: right; height: 25px; overflow: hidden; padding-left: 3px; }
#projects .floorplanner-input { color: #333333; display: block; padding-top: 6px; cursor: pointer; background-color: #F2F2F2; font-size: 13px; background-color: transparent; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png");background-position: 100% 0; background-repeat: no-repeat; border: 0 none; height: 25px; padding-left: 8px; padding-right: 8px; width: auto; font-weight: bold; margin-right: -3px; margin-left: 0px; text-transform: none; }
#projects .button-holder { float: right; height: 26px; padding-top: 0px; margin-right: 10px; height: inherit; zoom: 1; }
#projects .actions { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: -88px; margin-top: 33px; position: absolute; width: 150px; background-color: #F2F2F2; border: 1px solid #dddddd; padding: 10px; zoom:1; display:inline-block; z-index: 5; }
#projects .actions a { display: block; padding-left: 5px; font-size: 13px; color: #333333; }
#projects .actions .line { border-bottom: 1px solid #f6f6f6; height: 0px; font-size: 0px; }
#projects .actions .arrow { background-image: url("http://cdn1.floorplanner.com/static/images/default/grey_up2.png"); display: block; height: 7px; margin-left: 114px; margin-top: -17px;position: absolute; width: 16px; }
#projects .button-holder .arrow { display: block; background: url("http://cdn1.floorplanner.com/static/images/default/arrows.png") no-repeat scroll -36px 50% transparent; width: 10px; height: 10px; margin-left: 5px; margin-top: 1px; }
#projects .button-holder span { float: left; }

/* IE7 Hacks*/
*:first-child+html #projects .actions { margin-left: 168px; margin-top: 33px;  }
*:first-child+html #projects .project .project-info .button-holder-images { display: none; } 
*:first-child+html #projects .project .project-info .button-holder { width: 100px; }
*:first-child+html .project .loading { display: none; }

/* Gallery Featured */
#gallery.featured { margin-top: 40px; color: #747987;}
#gallery.featured .wrapper { float: left; margin-bottom: 28px; margin-right: 28px;  }
#gallery.featured a { cursor: pointer; color: #747987; }
#gallery.featured a:hover .title { color: #747987; text-decoration: underline; }
#gallery.featured .title a { width: 131px; display: block; overflow: hidden; margin-left: 5px; }
#gallery.featured a:hover { color: #747987; text-decoration: none; }
#gallery.featured .gallery-design { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/gallerycard_bg.png"); width: 153px; }
#gallery.featured .gallery-thumb {}
#gallery.featured .gallery-thumb img { margin-left: 12px; margin-top: 12px; margin-bottom: 0px; background-color: white; padding-top: 10px; padding-bottom: 10px; width: 128px; border: 1px solid #f5f5f5; }
#gallery.featured .gallery-meta { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/gallerycard_bgbottom.png"); width: 153px; height: 40px; }
#gallery.featured .gallery-meta .title { display: block; text-overflow:ellipsis; overflow: hidden; text-align: center; width: 139px; padding-left: 7px; padding-right: 7px; padding-top: 8px; white-space:nowrap; color: #747987; font-weight: bold; font-size: 13px; }
#gallery.featured .tape { position: absolute; }
#gallery.featured .tape.type-0 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/tape-1.png"); width: 71px; height: 28px; margin-left: 40px; margin-top: -6px; }
#gallery.featured .tape.type-1 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/tape-2.png"); width: 73px; height: 38px; margin-left: 40px; margin-top: -10px; }
#gallery.featured .tape.type-2 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/tape-3.png"); width: 72px; height: 36px; margin-left: 40px; margin-top: -8px; }
#gallery.featured .tape.type-3 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/tape-4.png"); width: 73px; height: 50px; margin-left: 38px; margin-top: -16px; }
#gallery.featured .tape.type-4 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/tape-5.png"); width: 71px; height: 28px; margin-left: 40px; margin-top: -5px; }
#gallery.featured .badge { height: 61px; margin-left: 88px; margin-top: 5px; position: absolute; float: left; width: 61px; }
#gallery.featured .badge.type-0 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/badge-famous.png"); }
#gallery.featured .badge.type-1 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/badge-forsale.png"); }
#gallery.featured .badge.type-2 { background-image: url("http://cdn1.floorplanner.com/static/images/gallery/badge-featured.png"); }
#gallery.featured .bookmark { cursor: pointer; margin-left: 124px; display: block; float: right; line-height: 20px; font-weight: bold; margin-top: 108px; position: absolute; text-align: center; width: 16px; z-index: 10; font-size: 18px; color: #33CC00; }

#gallery .pagination { margin-top: 20px; background-color: #F2F2F2; padding: 12px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#gallery .prev { color: #333; overflow: hidden; float: left; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: -290px 0; display: block; line-height: 28px; padding: 0 0 0 10px; margin: 0; text-decoration: none; }
#gallery .prev div { line-height: 23px; font-size: 24px; font-family: "Times New Roman"; height: 28px; text-align: center; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: 100% 0; margin-right: -10px; padding-right: 20px; }
#gallery .next {  color: #333; overflow: hidden; float: left; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: -290px 0; display: block; line-height: 28px; padding: 0 0 0 10px; margin: 0; text-decoration: none; float: right;  }
#gallery .next div { line-height: 23px; font-size: 24px; font-family: "Times New Roman"; height: 28px; text-align: center; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: 100% 0; margin-right: -10px; padding-right: 20px; }

.pagination { margin-left: 0px; margin-right: 0px; margin-top: 30px; background-color: #F2F2F2; padding: 12px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.pagination .prev { color: #333; overflow: hidden; float: left; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: -290px 0; display: block; line-height: 28px; padding: 0 0 0 10px; margin: 0; text-decoration: none; }
.pagination .prev div { line-height: 23px; font-size: 24px; font-family: "Times New Roman"; height: 28px; text-align: center; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: 100% 0; margin-right: -10px; padding-right: 20px; }
.pagination .next {  color: #333; overflow: hidden; float: left; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: -290px 0; display: block; line-height: 28px; padding: 0 0 0 10px; margin: 0; text-decoration: none; float: right;  }
.pagination .next div { line-height: 23px; font-size: 24px; font-family: "Times New Roman"; height: 28px; text-align: center; background-image: url("http://cdn1.floorplanner.com/static/images/gallery/pushbutton.gif"); background-position: 100% 0; margin-right: -10px; padding-right: 20px; }

/* Dashboard */
#dashboard h3 { border-top: 2px solid #666; border-bottom: 1px solid #999; padding-top: 5px; padding-bottom: 5px; font-size: 17px;  padding-left: 8px; color: #777; }
#dashboard h3:hover { color: #222; }
#dashboard h3 .title { float : left; }
#dashboard h3 .arrow {  zoom: 1; display: none; float: right; height: 15px; width: 10px; background-image:url("http://cdn1.floorplanner.com/static/images/default/dashboard_arrow.png"); margin-top: 1px; margin-right: 5px; }
#dashboard h3:hover .arrow { display: block; }
#dashboard .dashboard-paragraph { color: black; font-size: 18pt; margin-top: 0; margin-bottom: 15px; font-weight: normal; line-height: 21pt; letter-spacing: -1px; margin-top: 20px; }
#dashboard .dashboard-paragraph strong { font-size: 25px; }
#dashboard .video { padding-left: 12px; padding-top: 12px; }
#dashboard .left { float: left; width: 350px; }
#dashboard .right { float: right; width: 350px; }
#dashboard .box { margin-bottom: 45px; }

#dashboard #twitter_box .twitter { border-bottom: 1px solid #ccc; padding-bottom: 14px; color: #666; font-size: 12px; }
#dashboard #twitter_box .message { padding: 14px; }
#dashboard #twitter_box .timeago { color: #bbb; float: left; padding-left: 14px; }
#dashboard #twitter_box .actions { float: right;  padding-right: 4px; }
#dashboard #twitter_box .actions a { padding-right: 10px; text-decoration: underline; }

#dashboard #projects_box .create {  border-bottom: 1px solid #D2D2D2; zoom: 1; text-align: center; }
#dashboard #projects_box .create a { text-decoration: underline; display: block; padding-bottom: 75px; width: 350px; padding-top:75px; font-size: 18px; font-weight: bold; }
#dashboard #projects_box .project { border-bottom: 1px solid #D2D2D2; zoom: 1; padding-bottom: 5px; padding-top: 5px; }
#dashboard #projects_box .project a { -moz-outline: none; outline: none; }
#dashboard #projects_box .project:hover { background-color: #F2F2F2; }
#dashboard #projects_box .project .info { float: left; }
#dashboard #projects_box .project .thumb { background-color: #fff; border: 1px solid #DDDDDD; float: left; width: 97px; height: 80px;  margin-right: 20px; margin-top:4px; margin-left: 5px; margin-bottom: 5px; }
#dashboard #projects_box .project .thumb img { width: 87px; height: 70px; padding: 5px; border: none; }
#dashboard #projects_box a.title { padding-top: 10px; font-size: 16px; display: block; margin: 0px; font-weight: bold; letter-spacing: normal; margin-top: 12px; margin-bottom: 8px; }
#dashboard #projects_box .project .properties { font-size: 12px; margin-top: 10px; color: #7A7A7A; }
#dashboard #projects_box .advert { margin-top: 10px; }
#dashboard #projects_box .advert .thumb { float: left; margin-left: 15px; margin-right: 25px; margin-top: 5px; margin-bottom: 15px; }
#dashboard #projects_box .advert .title { color: #777;  font-size: 16px; display: block; margin: 0px; font-weight: bold;  letter-spacing: normal; padding-top: 8px; margin-bottom: 4px; }
#dashboard #projects_box .advert .summary { font-size: 13px; color: #666; }

#dashboard #blogposts_box .blogpost { padding-left: 10px; padding-right: 10px; height: 92px; border-bottom: 1px solid #ccc; margin: 0; }
#dashboard #blogposts_box .title { float: left; padding-top: 10px; font-size: 16px; display: block; margin: 0px; font-weight: bold;  letter-spacing: normal; margin-top: 8px; margin-bottom: 8px; }
#dashboard #blogposts_box .date { float: right; padding-top: 10px; font-size: 16px; display: block; margin: 0px; font-weight: bold; color: #bbb; letter-spacing: normal; margin-top: 8px; margin-bottom: 8px; }
#dashboard #blogposts_box .summary { color: #666; font-size: 12px; padding-top: 4px; }

#dashboard #facebook_box { margin-top: 5px; border:2px solid #FFF; width:350px; z-index:10; height: 458px; overflow: hidden; position:relative; top:-1px; left:-2px; }
#dashboard #facebook_box iframe { left:-5px; overflow:hidden; position:relative; top:-1px; border: 0; width:350px; height:490px; }

/* My Account */
#myaccount h1 { font-size: 24px; letter-spacing: normal; margin-bottom: 40px; }
#myaccount h2 { font-size: 22px; letter-spacing: normal; margin-bottom: 5px; }
#myaccount p { color: #666; }
#myaccount .avatar { float: left; border: 1px solid #ccc; padding: 5px; margin-right: 15px; }
#myaccount .avatar_change { float: left; font-size: 12px; color: #666; text-decoration: underline; margin-bottom: 5px; }
#myaccount .avatar_remove { float: left; font-size: 12px; color: #666; text-decoration: underline; margin-bottom: 5px; margin-left: 10px; border-left: 1px solid #ccc; padding-left: 10px;}
#myaccount .invoices { width: 100%; }
#myaccount .invoices td { border-bottom: 1px solid #ccc; }
#myaccount .invoices .pdf { border: 1px solid #ccc; padding: 5px; margin: 5px; text-align: center; margin-right: 10px; }
#myaccount .invoices .title { font-size: 18px; font-weight: bold; color: #1B96B8; padding-top: 10px; }
#myaccount .invoices .info { font-size: 12px; color: #666; }
#myaccount .invoices .summary { color: #666; font-size: 14px; padding-top: 30px; }
#myaccount table label { text-transform: lowercase; }
#myaccount .floorplanner-button { zoom: 1;  background: none repeat scroll 0 0 transparent; border: medium none; cursor: pointer; padding: 0; height: 40px; margin-top: 10px; font-weight: bold; text-transform: lowercase; white-space: nowrap;}
#myaccount .floorplanner-button .holder { zoom: 1;  background: url("http://cdn1.floorplanner.com/static/images/default/newbutton-small.png") no-repeat scroll -210px 0 transparent; display: block; float: right; position: relative; overflow: hidden; padding-left: 30px; }
#myaccount .floorplanner-button .body { zoom: 1; background: url("http://cdn1.floorplanner.com/static/images/default/newbutton-small.png"); background-position: 100% 0; border: medium none; color: #FFFFFF; display: block; font-size: 14px; margin-left: 0; margin-right: -30px; padding: 5px 60px 8px 0px; position: relative; }
#myaccount .floorplanner-button:hover .holder { background-position: -210px -30px; }
#myaccount .floorplanner-button:hover .body { background-position: 100% -30px; }
*:first-child+html #myaccount .floorplanner-button .holder { position: absolute; }

/* User Create Form */
#user_create { zoom: 1; background-color: #F2F2F2; margin-bottom: 20px; position: relative; margin-top: -24px; background-image: url("http://cdn1.floorplanner.com/static/images/greybar/field.png"); -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; }
#user_create a { color: #777; text-decoration: underline; }
#user_create .top { zoom: 1; background-image: url("http://cdn1.floorplanner.com/static/images/greybar/field_top.png"); background-repeat: repeat-x; padding: 15px; padding-top: 5px; }
#user_create .content { padding: 20px; padding-top: 0px; }
#user_create .title { font-size: 16px; color: #333333; margin-bottom: 10px; font-weight: bold; }
#user_create li { list-style-type: none; display: block; margin-bottom: 10px; }
#user_create input { background-color: white; width: 200px; border: 1px solid #BABABA; }
#user_create .email { width: 280px; }
#user_create label { font-weight: bold; color: #555; margin-bottom: 4px; display: block; margin-top: 6px; font-size: 14px; }
#user_create li.left { float: left; width: 300px; }
#user_create li.right { float: right; }
#user_create ul { margin-left: 20px; margin-right: 20px; }
#user_create .floorplanner-button { zoom: 1; margin-top: 10px; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png"); background-position: -235px 0; background-repeat: no-repeat; float: right; height: 25px; overflow: hidden; padding-left: 3px; }
#user_create .floorplanner-input { line-height: 1.1; font-family: Helvetica, Arial, sans-serif; cursor: pointer; background-color: #F2F2F2; font-size: 13px; background-color: transparent; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png");background-position: 100% 0; background-repeat: no-repeat; border: 0 none; height: 25px; padding-left: 10px; padding-right: 13px; width: auto; font-weight: bold; text-transform: lowercase; margin-right: -3px; margin-left: 0px; }
#user_create .button-holder { padding-top: 0px; margin-right: 20px; height: inherit; }
#user_create .cancel {  margin-top: 15px; margin-right: 20px; float: right; display: block; text-transform: lowercase; font-size: 13px; }

/* Project Create Form */
#project_create { zoom: 1; background-color: #F2F2F2; margin-bottom: 20px; position: relative; margin-top: -24px; background-image: url("http://cdn1.floorplanner.com/static/images/greybar/field.png"); -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; }
#project_create a { color: #777; text-decoration: underline; }
#project_create .top { zoom: 1; background-image: url("http://cdn1.floorplanner.com/static/images/greybar/field_top.png"); background-repeat: repeat-x; padding: 15px; padding-top: 5px; }
#project_create .content { padding: 20px; padding-top: 0px; }
#project_create .floorplanner-button { zoom: 1; margin-top: 10px; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png"); background-position: -235px 0; background-repeat: no-repeat; float: right; height: 25px; overflow: hidden; padding-left: 3px; }
#project_create .floorplanner-input { line-height: 1.1; font-family: Helvetica, Arial, sans-serif; cursor: pointer; padding-top: 0; background-color: #F2F2F2; font-size: 13px; background-color: transparent; background-image: url("http://cdn1.floorplanner.com/static/images/default/actionbutton.png");background-position: 100% 0; background-repeat: no-repeat; border: 0 none; height: 25px; padding-left: 10px; padding-right: 13px; width: auto; font-weight: bold; text-transform: lowercase; margin-right: -3px; margin-left: 0px; }
#project_create .button-holder { padding-top: 0px; margin-right: 0px; height: inherit; }
#project_create .cancel { margin-top: 15px; margin-right: 20px; float: right; display: block; text-transform: lowercase; font-size: 13px; }
#project_create .left { float: left; border-right: 1px solid #999; width: 275px; }
#project_create .right { float: left; width: 400px; }
#project_create label { display: block; color: #555; font-weight: bold; }
#project_create ul.typelist { margin-top: 8px; }
#project_create ul.typelist li { list-style-type: none; }
#project_create .other { color: #777777; font-size: 13px; margin-left: 10px; margin-top: 40px; }
#project_create .right table { margin: 0; padding: 0; margin-left: 30px; }
#project_create .right table.important { margin-bottom: 15px; }
#project_create .input { background-color: white; border: 1px solid #BABABA; padding: 3px; width: inherit; }
#project_create label { display: block; margin-bottom: 8px; }
#project_create td.location { padding-left: 20px; }
#project_create td.location input { width: 160px; }
#project_create .bgimage { padding-bottom: 2px; padding-top: 5px; }
#project_create .floorname { width: 220px; }
#project_create .name { width: 175px; }
#project_create .newfloor a { font-size: 11px; display: block; width: 100px; padding-top: 5px; padding-left: 10px; }
#project_create .projectcat { background-position: 8px 4px; background-repeat: no-repeat; margin: 0; text-decoration: none; font-size: 14px; font-weight: bold; color: #777; display: block; margin-bottom: 6px; padding: 6px 6px 3px 35px; width: 205px;  }
#project_create .projectcat.selected { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background-color: white; }
#project_create .projectcat.house { background-image: url("http://cdn1.floorplanner.com/static/images/default/projectcat/plan-house.png"); }
#project_create .projectcat.office { background-image: url("http://cdn1.floorplanner.com/static/images/default/projectcat/plan-office.png"); }
#project_create .projectcat.venue { background-image: url("http://cdn1.floorplanner.com/static/images/default/projectcat/plan-venue.png"); }
#project_create .projectcat.other { background-image: url("http://cdn1.floorplanner.com/static/images/default/projectcat/plan-other.png"); }
#searchloading { float: left; display: block; padding-top: 5px; padding-left: 10px; }