ul.messages {
    margin: 15px 0;
    list-style: none;
}

ul.messages ul {
    margin: 0;
    list-style: none;
}


ul.messages li.success-msg {
    padding: 10px 15px;
    border: 1px solid #80b286;
    background: #9ad4a1;
    color: #FFF;
}

#modal-coregister ul.messages li.success-msg {
    margin: 0 30px 15px 0;
}

ul.messages li.error-msg {
    padding: 10px 15px;
    border: 1px solid #F4518B;
    background: #f6786f;
    color: #FFF;
}

#modal-coregister ul.messages li.error-msg {
    margin: 0 30px 15px 0;
}

ul.messages li a {
    color: #FFF;
}

ul.messages li a {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}

form .validation-advice {
    padding: 1px 0 0 0;
    font-size: 10px;
    color: #f45151;
}


.fields label, .field label { margin-bottom:5px; display:inline-block; }

/* ----------------------------------------------------------------------------------------- Category listing */

/* -------------------------------------------------- Drupal content generals */

.drupal-content h4 {
    position: relative;
    margin-bottom: -4px;
    font-family: Verdana, sans-serif;
    font-weight: 300;
}

.drupal-content .text p,
.drupal-content .complementary p {
    margin: 15px 0 0 0;
}

.drupal-content .text p.description,
.drupal-content .complementary p.description {
    margin-top: 3px;
    color: #666;
}

.drupal-content .text ul,
.drupal-content .complementary ul {
    margin:  12px 0 0 15px;
    list-style: disc;
}

.drupal-content .text ul li,
.drupal-content .complementary ul li {
    padding: 3px 0 0 0;
}

.drupal-content .complementary .media,
.drupal-content .text .media {
    margin: 15px 0 0 0;
}

.drupal-content .complementary img,
.drupal-content .text img {
    margin:  15px 0 0 0;
    display: block;
}

.drupal-content .complementary img {
    width: 320px;
}

/* -------------------------------------------------- Breadcrumbs */

.breadcrumbs {
    padding: 6px 15px 8px 15px;
    line-height: 1;
}

.breadcrumbs ul {
    margin-left: 0;
    list-style: none;
}

.breadcrumbs ul li {
    position: relative;
    float: left;
}

.breadcrumbs ul li a {
    float: left;
    text-decoration: none;
}

.breadcrumbs ul li span {
    float: left;
    padding: 0 3px;
}

.breadcrumbs ul li strong {
    float: left;
    padding-left: 3px;
    font-weight: 300;
}

/* -------------------------------------------------- Supralist */

#supralist { /* 750px */
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #E6E6E6;
}

#supralist .switch {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 2px;
    font-size: 11px;
    line-height: 1;
    color: #607890;
    cursor: pointer;
}

#supralist .switch.hidden {
    display: none;
}

#supralist .switch em {
    float: right;
    padding: 2px 0 2px 18px;
    background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/bg-category-description-switch.png);
    background-repeat: no-repeat;
}

#supralist .switch em.open {
    background-position: 0 0;
}

#supralist .switch em.close {
    background-position: 0 -32px;
}

#supralist .switch:hover {
    color: #003366;
}

#supralist h1 {
    padding: 0 130px 0 0;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

#supralist h2 {
    padding: 0 130px 0 0;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

#supralist .description {
    overflow: hidden;
}

#supralist .description .text {
    float: right;
    width: 400px;
    text-align: justify;
}

#supralist .description .complementary {
    float: left;
    width: 320px;
}

#supralist .description #category-ad.hidden {
    display: none;
}

#supralist .description #category-ad img {
    width: 734px;
    margin: 5px 0 0 0;
    cursor: pointer;
}

#supralist .description #category-ad p {
    margin: 7px 0 0 0;
}

#supralist #category-billboard {
    display: none;
}

#supralist #category-billboard p {
    padding: 0;
    margin: 10px 0 0 0;
}

#supralist #category-billboard img {
    display: block;
    max-width: 734px;
    margin: 10px auto 0 auto;
}

#supralist .sources.hidden {
    display: none;
}


/* ----------------------------------------------------------------------------------------- Pop Up */

html.page-popup body {
    padding: 15px;
    background: #FFF;
}

html.page-popup h1 {
    margin: 20px 0 -12px 0;
}

table.tracking-table-popup {
    margin: 10px 0 15px 0;
    border: 1px solid #E6E6E6;
}

table.tracking-table-popup tr th {
    width: 250px;
    padding: 5px;
    border-right: 1px solid #E6E6E6;
    text-align: left;
}

table.tracking-table-popup tr td {
    width: 500px;
    padding: 5px;
    text-align: left;
}


html.page-popup.catalog-product-averagecosttobuild {
    height: 100%;
    overflow-y: hidden;
    background: #FFF none;
}

html.page-popup.catalog-product-averagecosttobuild body {
    padding: 0px;
    border-top-width: 0;
}

html.page-popup.catalog-product-averagecosttobuild h1 {
    margin: 0px;
    padding: 10px 14px 4px 14px;
    border-bottom: 1px solid #21688b;
    line-height: 1;
    background: #3692c0;
    color: #FFF;
}

html.page-popup.catalog-product-averagecosttobuild .col {
    float: left;
}

html.page-popup.catalog-product-averagecosttobuild .col.first {
    width: 250px;
    margin: 0 15px 0 15px;
}

html.page-popup.catalog-product-averagecosttobuild .col.last {
    width: 575px;
    overflow: auto;
    padding-right: 15px;
    color: #626262;
    overflow: auto;
}

html.catalog-product-extraplanattributes {
    background: #FFF none;
}

html.catalog-product-extraplanattributes body {
    height: auto;
    padding: 0 15px 30px 15px;
}

html.catalog-product-extraplanattributes h1 {
    padding: 10px 18px 4px 18px;
    margin: 0 -15px 10px -15px;
    border: 1px solid #4793b9;
    border-bottom-color: #21688b;
    line-height: 1;
    background: #3692c0;
    color: #FFF;
}

html.catalog-product-extraplanattributes .detail {
    padding: 5px;
    color: #333;
}

html.catalog-product-extraplanattributes .detail.odd {
    background: #f1f3f5;
}

html.catalog-product-extraplanattributes .detail .label {
    float: left;
    width: 250px;
}

html.catalog-product-extraplanattributes .detail .value {
    float: left;
    width: 400px;
    color: #000;
}


/* ----------------------------------------------------------------------------------------- Building Resources */

/* -------------------------------------------------- General */

#building-resources-nav .sidebar {
    float: left;
    width: 300px;
    margin: 0 15px 0 0;
}

#building-resources-nav .content {
    float: left;
    width: 605px;
}

#building-resources-nav .sidebar img {
    display: block;
    margin: 0 0 14px 0;
}

#building-resources-nav .sidebar h3 {
    margin: 0;
}

/* -------------------------------------------------- Content */

#building-resources-nav .content .group {
    border: 1px solid #E6E6E6;
    margin: 15px 0 0 0;
    background: #f8f7f7;
}

#building-resources-nav .content .unit {
    float: left;
    width: 160px;
    padding: 15px;
    margin: 0 15px 0 0;
}

#building-resources-nav .content .unit.last {
    margin-right: 0;
}

#building-resources-nav .content .unit.no-title {
    padding: 32px 0 0 0;
}

#building-resources-nav .content .unit h4 {
    margin: 0;
    font-weight: 300;
}

#building-resources-nav .content .unit ul {
    margin: 0;
    list-style: none;
}

#building-resources-nav .content .unit ul li {
    margin: 5px 0 0 0;
}


#building-resources-nav .content .unit ul li a {
    text-decoration: none;
}

/* -------------------------------------------------- Step by Step */

#building-resources-nav #step-by-step {
    border: 1px solid #E6E6E6;
    background: #f8f7f7;
}

#building-resources-nav #step-by-step h3 {
    padding: 15px 15px 0 15px;
    margin: 0;
    font-weight: 300;
    color: #0d4565;
}

#building-resources-nav #step-by-step h3 span {
    text-transform: uppercase;
    color: #0A0A0A;
}

#building-resources-nav #step-by-step ul {
    padding: 0 0 15px 0;
    margin: 15px 0 0 0;
    list-style: none;
}

#building-resources-nav #step-by-step ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 98px;
    height: auto;
    padding: 0 5px 0 47px;
    background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-builders-step-by-step.png);
    background-repeat: no-repeat;
}

#building-resources-nav #step-by-step ul li.one {
    background-position: 13px 0;
}

#building-resources-nav #step-by-step ul li.one:hover {
    background-position: -177px 0;
}

#building-resources-nav #step-by-step ul li.two {
    background-position: 5px -268px;
}

#building-resources-nav #step-by-step ul li.two:hover {
    background-position: -185px -268px;
}

#building-resources-nav #step-by-step ul li.three {
    background-position: 5px -537px;
}

#building-resources-nav #step-by-step ul li.three:hover {
    background-position: -185px -537px;
}

#building-resources-nav #step-by-step ul li.four {
    background-position: 3px -807px;
}

#building-resources-nav #step-by-step ul li.four:hover {
    background-position: -187px -807px;
}

#building-resources-nav #step-by-step ul li h4 {
    padding: 1px 10px 3px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    background-image: none;
}

#building-resources-nav #step-by-step ul li p {
    margin: 0;
    font-size: 11px;
}

#building-resources-nav #step-by-step ul li p a {
    display: block;
    text-decoration: none;
    color: #222;
}


/* ----------------------------------------------------------------------------------------- My Account */

/* -------------------------------------------------- MyAccount/General */

/* Reset the sidebar and content
   widths to something useful */

.sidebar.col-left#my-account-sidebar {
    width: 200px;
}

.main.col2-left-layout .col-main#my-account-content {
    width: 705px;
}

.my-account { /* temp */
    padding: 0 0 50px 0;
}

.my-account .page-title {
    margin-top: 15px;
}

.my-account .page-title h1 {
    padding: 5px 15px;
    margin: 0;
    border: 1px solid #E6E6E6;
    text-align: right;
    font-size: 20px;
    line-height: 1;
    background: #FAFAFA;
}

.my-account h2 {
    font-size: 17px;
    line-height: 1;
}

.my-account h3 {
    font-size: 14px;
    line-height: 1;
}

.my-account ul {
    margin: 0;
    list-style: none;
}

.my-account p,
.my-account address {
    margin: 10px 0 0 0;
}

h2.table-caption a,
h2.sub-title a {
    font-size: 14px;
}

.box-title a {
    font-size: 12px;
}

/* -------------------------------------------------- My Account/Menu */

.sidebar .block-account {
    margin-top: 15px;
}

.sidebar .block-account .block-title {
    padding: 7px 5px;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    line-height: 1;
    background: #F8F8F9;
}

.sidebar .block-account .block-title strong {
    font-weight: 300;
}

.sidebar .block-account ul {
    margin: 5px 0 0 0;
    list-style: none;
}

.sidebar .block-account ul li {
    margin: 0 0 5px 0;
    line-height: 1;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-my-account-sidebar-item.png) repeat-x top;
}

.sidebar .block-account ul li a {
    display: block;
    padding: 6px 5px 7px 5px;
    border: 1px solid #E6E6E6;
    text-decoration: none;
    color: #006699;
}

.sidebar .block-account ul li a:hover {
    background: #E6E6E6;
}

.sidebar .block-account ul li.current {
    padding: 6px 5px 7px 5px;
    border: 1px solid #90bad1;
    background: #90bad1;
    color: #FFF;
}

.sidebar .block-account ul li.current strong {
    font-weight: 300;
}

/* -------------------------------------------------- My Account/Cols */

.my-account .cols .col {
    float: left;
    width: 313px;
    padding: 15px;
    border: 1px solid #E6E6E6;
    margin: 15px 0 0 0;
    background: #F8F8F9;
}

.my-account .cols.col2-set .col-2 {
    float: right;
}

.my-account .cols .col h3.box-title {
    margin: 0;
}

/* -------------------------------------------------- My Account/Forms */

.my-account form ul {
    margin: 0;
    list-style: none;
}

.my-account form h2.legend {
    padding-left: 170px;
}

.my-account form .field {
    padding: 10px 0 0 0;
    float:left;
}

.my-account form .field label {
    float: left;
    width: 155px;
    margin: 0 15px 0 0;
    text-align: right;
}

.my-account form .field label.dummy {
    color: #FFF;
}

.my-account form .field .input-box {
    float: left;
    width: 206px;
}

.my-account form .field .input-box .input-text {
    width: 300px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #E6E6E6;
}

.my-account form .field .input-box .input-text:focus {
    border-color: #C8CDD3;
}

.my-account form .field select {
    width: 312px;
    border: 1px solid #E6E6E6;
}

.my-account form .checkbox-field {
    padding: 10px 0 0 170px;
}

.newsletter-manage-index .my-account form .checkbox-field {
    padding-left: 0;
}

.my-account form p.sub-form {
    margin: 0;
    padding: 10px 0 0 170px;
}

.my-account form.profile-information .checkbox-field {
    padding-left: 168px;
}

.my-account form .checkbox-field .input-box {
    float: left;
    margin: 0 5px 0 0;
}

.my-account form .checkbox-field label {
    float: left;
    padding: 1px 0 0 0;
}

.my-account form .submit {
    width: 482px;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}

.enterprise-giftcardaccount-customer-index .my-account form .submit {
    margin-top: 0;
}

.my-account form .submit button {
    float: right;
    margin-left: 10px;
}

.my-account form p.required {
    width: 482px;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: right;
    font-style: italic;
}

.customer-account-edit .my-account h2 {
    padding: 0 0 0 170px;
}

.my-account .giftcardaccount .form-list {
    margin: 15px 0 0 0;
}

.my-account form .submit {
    height: 29px;
}

.my-account form .submit img {
    float: right;
    margin: 0 10px 0 0;
    display: none;
}

.my-account.loading form .submit img {
    display: block;
}

.my-account.loading form .submit .elements {
    display: none;
}

/* -------------------------------------------------- My Account/Pagination */

.pager p.amount {
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #F0F0F1;
    text-align: right;
}

.pager p.amount strong {
    font-weight: 300;
}

.my-account .pager {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #F0F0F1;
}

.my-account .pager .limiter {
    padding: 5px 0 0 15px;
}

.my-account .pager .pages {
    padding: 5px 15px 0 0;
}

.my-account .pager .limiter select {
    margin-top: 2px;
}

/* -------------------------------------------------- My Account/Tables */

.my-account table {
    width: 100%;
    border: 1px solid #E6E6E6;
    margin: 10px 0 0 0;
}

.my-account table thead tr th {
    padding: 5px;
    background: #d4e4ed;
    text-align: left;
    color: #000;
    font-weight: 300;
}

.my-account table tr td {
    padding: 8px 5px;
    border-top: 1px solid #eeebeb;
    text-align: left;
}

.my-account table tr th.first,
.my-account table tr td.first {
    padding-left: 15px;
}

.my-account table tr th.last,
.my-account table tr td.last {
    padding-right: 15px;
}

.my-account table tr.even td {
    background: #F8F8F9;
}

.my-account table tr td strong {
    font-weight: 300;
}

.my-account table tr td span.separator {
    color: #E6E6E6;
}

.my-account table#customerbalance-history tr th,
.my-account table#customerbalance-history tr td {
    text-align: right;
}

.my-account table#customerbalance-history tr th.first,
.my-account table#customerbalance-history tr td.first {
    text-align: left;
}

.my-account table#my-orders-table thead tr th {
    width: 15%;
}

.my-account table#my-orders-table thead tr th.two {
    width: 10%;
}

.my-account table#my-orders-table tr th.three {
    width: 25%;
}

.my-account table#my-orders-table tr th.four,
.my-account table#my-orders-table tr td.four,
.my-account table#my-orders-table tr th.five,
.my-account table#my-orders-table tr td.five {
    text-align: center;
}

.my-account table#my-orders-table tr th.six,
.my-account table#my-orders-table tr td.six {
    width: 20%;
    text-align: right;
}

/* Order page */

.my-account .data-table h3.product-name {
    margin: 0;
}

.my-account p.order-links a {
    float: right;
    margin: 0 0 0 5px;
}

.my-account p.order-links .separator {
    float: right;
    margin: 0 0 0 5px;
    color: #E6E6E6;
}

.sales-order-view .my-account table#my-orders-table tr th.one,
.sales-order-view .my-account table#my-orders-table tr td.one,
.sales-order-invoice .my-account .data-table tr th.one,
.sales-order-invoice .my-account .data-table tr td.one{
    width: 33%;
}

.sales-order-view .my-account table#my-orders-table tr th.two,
.sales-order-invoice .my-account .data-table tr th.two {
    text-align: center;
}

.sales-order-view .my-account table#my-orders-table tr td.a-right,
.sales-order-view .my-account table#my-orders-table tr th.a-right,
.sales-order-invoice .my-account .data-table tr td.a-right,
.sales-order-invoice .my-account .data-table tr th.a-right  {
    text-align: right;
}

.sales-order-view .my-account table#my-orders-table tfoot tr.grand_total td,
.sales-order-invoice .my-account .data-table tfoot tr.grand_total td  {
    background: #F8F8F9;
}

/* -------------------------------------------------- My Account/Order Page */

.my-account .title-buttons {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #F0F0F1;
}

.my-account .title-buttons button {
    float: right;
    margin: 10px 15px 0 0;
}

.my-account .title-buttons p.order-date {
    float: left;
}

.my-account .title-buttons a {
    float: right;
    margin: 10px 15px 0 0;
}

.my-account .title-buttons a.print {
    margin-right: 5px;
}

.my-account .title-buttons span {
    float: right;
    margin: 10px 5px 0 0;
    color: #E6E6E6;
}

.my-account .order-info dt {
    margin: 15px 0 0 0;
}

.my-account .order-info dd ul li {
    float: left;
    margin: 5px 15px 0 0;
}


.my-account table tr td dl.item-options dt,
.my-account table tr td dl.item-options dt dt {
    padding: 5px 0 0 0;
    text-transform: capitalize;
    color: #000;
}

.my-account table tr td dl.item-options dd {
    font-size: 11px;
    color: #3c3c3d;
}

.my-account table tr td.last {
    text-align: right;
}

.my-account table.shipment-table tr th.one {
    width: 40%;
}

.my-account table.shipment-table tr th.two,
.my-account table.shipment-table tr td.two {
    width: 35%;
    text-align: center;
}

.my-account table.shipment-table tr th.last {
    text-align: right;
}


/* -------------------------------------------------- My Account/Saved Searches */

.my-account .saved-searches li {
    position: relative;
    float: left;
    width: 209px;
    padding: 7px;
    margin: 15px 15px 0 0;
    border: 1px solid #E6E6E6;
    background: #F8F8F9;
}

.my-account .saved-searches li.item-2 {
    margin-right: 0;
}

.my-account .saved-searches li h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700;
}

.my-account .saved-searches li .filters {
    padding: 5px 0 0 0;
}

.my-account .saved-searches li .filters p {
    margin: 0;
    padding: 5px 0 0 0;
}

.my-account .saved-searches li .actions {
    padding: 10px 0 0 0;
}

.my-account .saved-searches li .actions p {
    float: left;
    margin: 0;
}

.my-account .saved-searches li .actions a {
    float: right;
    margin: 0 0 0 5px;
}

.my-account .saved-searches li a.remover {
    position: absolute;
    z-index: 50;
    right: -4px;
    top: -4px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/ico-close-round-black.png) no-repeat right top;
    text-indent: -9999px;
}

/* -------------------------------------------------- My Account/Gift Card */

.gift-card-info {
    padding-left: 32px;
}

.gift-card-info p strong {
    font-weight: 300;
}

/* -------------------------------------------------- My Account/Address Book */

.customer-address-index .my-account .addresses-list {
    padding-left: 30px;
}

/* -------------------------------------------------- MyAccount/Temp/Product Listings */

.my-account-grid {
    margin: 0;
}

.my-account-grid li.item {
    position: relative;
    float: left;
    width: 223px;
    border: 1px solid #E6E6E6;
    margin: 15px 15px 0 0;
    background: #FFF;
}

.my-account-grid li.item.last {
    margin-right: 0;
}

.my-account-grid li.item .product-name {
    margin: 0;
}

.my-account-grid li.item .product-image {
    display: block;
}

.my-account-grid li.item .product-image img {
    display: block;
    width: 223px;
    height: 174px;
}

.my-account-grid .product-list-details {
    margin: 7px;
    color: #162c49;
}

.my-account-grid .product-list-details a {
    text-decoration: none;
    color: #162c49;
}

.my-account-grid .product-fb {
    position: relative;
    float: right;
}

.my-account-grid .product-name {
    line-height: 25px;
    font-weight: normal;
}

.my-account-grid .product-type {
    padding: 0 0 10px 0;
    margin: 5px 0 0 0;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
}

.my-account-grid .product-attrs {
    padding: 0 0 10px 0;
}

.my-account-grid .product-attrs .attr {
    position: relative;
    float: left;
    width: 52px;
    font-size: 11px;
    font-family: "Arial Narrow";
    line-height: 25px;
    color: #4a4949;
}

.my-account-grid .actions ul {
    margin-left: 0;
}

.my-account-grid .actions li {
    float: left;
    margin-left: 5px;
}

.my-account-grid .product-surface {
    padding: 1px 0 0 0;
    font-size: 11px;
    line-height: 14px;
}

.my-account-grid li.item a.remover {
    position: absolute;
    z-index: 50;
    right: -4px;
    top: -4px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/ico-close-round-black.png) no-repeat right top;
    text-indent: -9999px;
}

/*
.my-account-grid .low-button,
.my-account-grid .low-button-save,
.my-account-grid .low-button-update,
.my-account-grid .low-button-buy {
  font-family: arial;
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #96a3ab;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfe), color-stop(100%, #e0e3e4));
  background: -webkit-linear-gradient(#fdfdfe, #e0e3e4);
  background: -moz-linear-gradient(#fdfdfe, #e0e3e4);
  background: -o-linear-gradient(#fdfdfe, #e0e3e4);
  background: linear-gradient(#fdfdfe, #e0e3e4);
  padding: 0.1em 1em;
  -webkit-border-radius: 0.5em 1em;;
  -moz-border-radius: 0.5em / 1em;
  -o-border-radius: 0.5em / 1em;
  -ms-border-radius: 0.5em / 1em;
  -khtml-border-radius: 0.5em / 1em;
  border-radius: 0.5em / 1em;
  color: black;
  cursor: pointer;
}

.my-account-grid .low-button:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9fafb));
  background: -webkit-linear-gradient(#ffffff, #f9fafb);
  background: -moz-linear-gradient(#ffffff, #f9fafb);
  background: -o-linear-gradient(#ffffff, #f9fafb);
  background: linear-gradient(#ffffff, #f9fafb);
}

.my-account-grid .low-button-save {
  border: 1px solid #daa772;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcb816), color-stop(100%, #f89d1e));
  background: -webkit-linear-gradient(#fcb816, #f89d1e);
  background: -moz-linear-gradient(#fcb816, #f89d1e);
  background: -o-linear-gradient(#fcb816, #f89d1e);
  background: linear-gradient(#fcb816, #f89d1e);
}

.my-account-grid .low-button-save:hover {
  border: 1px solid #daa772;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fed879), color-stop(100%, #fcb816));
  background: -webkit-linear-gradient(#fed879, #fcb816);
  background: -moz-linear-gradient(#fed879, #fcb816);
  background: -o-linear-gradient(#fed879, #fcb816);
  background: linear-gradient(#fed879, #fcb816);
}

.my-account-grid .low-button-update {
  font-size: 9px;
  font-weight: normal;
  padding: 0.1em 1em;
  border: 1px solid #2e91c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c7e2f5), color-stop(100%, #47a1d6));
  background: -webkit-linear-gradient(#c7e2f5, #47a1d6);
  background: -moz-linear-gradient(#c7e2f5, #47a1d6);
  background: -o-linear-gradient(#c7e2f5, #47a1d6);
  background: linear-gradient(#c7e2f5, #47a1d6);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
}

.my-account-grid .low-button-update:hover {
  border: 1px solid #daa772;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c7e2f5), color-stop(100%, #47a1d6));
  background: -webkit-linear-gradient(#fed879, #fcb816);
  background: -moz-linear-gradient(#fed879, #fcb816);
  background: -o-linear-gradient(#fed879, #fcb816);
  background: linear-gradient(#fed879, #fcb816);
}

.my-account-grid a.low-button-buy {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.my-account-grid .low-button-buy {
  border: 1px solid #daa772;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fed879), color-stop(100%, #fcb816));
  background: -webkit-linear-gradient(#fed879, #fcb816);
  background: -moz-linear-gradient(#fed879, #fcb816);
  background: -o-linear-gradient(#fed879, #fcb816);
  background: linear-gradient(#fed879, #fcb816);
  padding: 0.1em 0.5em;
}

.my-account-grid .low-button-buy:hover {
  border: 1px solid #daa772;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcb816), color-stop(100%, #f89d1e));
  background: -webkit-linear-gradient(#fcb816, #f89d1e);
  background: -moz-linear-gradient(#fcb816, #f89d1e);
  background: -o-linear-gradient(#fcb816, #f89d1e);
  background: linear-gradient(#fcb816, #f89d1e);
}
*/



/* ----------------------------------------------------------------------------------------- Banner Rotator */
/* To be used on DHS and EPL homepages in a double box (meaning 615px wide) */

ul.banner-rotator {
    position: relative;
    height: 480px;
    padding: 0 10px 0 0;
    margin: 0;
    background: #FFF;
}

ul.banner-rotator li {
    float: right;
    width: 11px;
    height: 11px;
    margin: 15px 5px 0 0;
}

ul.banner-rotator li .clicker {
    position: relative;
    z-index: 3;
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid #FFF;
    background: #D7D6D6;
    text-indent: -9999px;
    cursor: pointer;
}

ul.banner-rotator li.active .clicker {
    background: #1D84BE;
}

ul.banner-rotator li img {
    position: absolute;
    z-index: 1;
    left: -9999px;
    top: 0;
    width: 615px;
    height: 480px;
}

ul.banner-rotator li h2 {
    position: absolute;
    z-index: 2;
    left: -9999px;
    bottom: 0;
    width: 585px;
    padding: 15px;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    color: #FFF;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-carousel.png) repeat;
}

ul.banner-rotator li h2 span {
    text-transform: uppercase;
    color: #F7941E;
}

ul.banner-rotator li.active h2,
ul.banner-rotator li.active img {
    left: 0;
}


/* ----------------------------------------------------------------------------------------- Simple Modal */

/* -------------------------------------------------- General */

.simplemodal-overlay {
    background: #000;
}

.simplemodal-container {
    border: 5px solid #5c5682;
}

.simplemodal-container .simplemodal-wrap {
    background: #f5f5f3;
}

.simplemodal-container .simplemodal-data {
    padding: 15px;
}

.simplemodal-container .modal-content {
    padding-bottom: 5px;
}

.simplemodal-container .simplemodal-close {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/ico-close-blue.png) no-repeat 0 0;
    cursor: pointer;
}

.simplemodal-container h2 {
    padding: 0 30px 10px 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
}

.simplemodal-container .content h3 {
    margin: 0;
    padding: 5px 0 0 0;
    text-transform: none;
}

.simplemodal-container ul {
    margin: 0;
    list-style: none;
}

.simplemodal-container .content ul li {
    padding: 5px 0 0 0;
}

.simplemodal-container p {
    padding: 10px 0 0 0;
    margin: 0;
}

.simplemodal-container p.loading {
    padding: 0;
}

.simplemodal-container p.loading img {
    float: left;
    padding: 0 5px 0 0;
}

.simplemodal-container p.loading span {
    float: left;
    padding: 1px 0 0 0;
}


/* -------------------------------------------------- Forms */

.simplemodal-container form .text {
    margin: 10px 0 0 0;
}


.simplemodal-container form .text input {
    width: 238px;
    padding:5px 1%;
    border: 1px solid #E6E6E6;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
}

.simplemodal-container form .text input:focus {
    border-color: #C8CDD3;
}


.simplemodal-container form .validation-advice {
    clear: both;
}

.simplemodal-container #modal-form-feedback {
    display: none;
}

.simplemodal-container #modal-form-feedback ul.messages {
    margin: 0;
}

.simplemodal-container .modal-content form .submit img {
    float: right;
    margin: 10px 10px 0 0;
    display: none;
}

.simplemodal-container .modal-content.loading form .submit img {
    display: block;
}

.simplemodal-container .modal-content.loading form .submit .elements {
    display: none;
}

/* -------------------------------------------------- Login */

.simplemodal-container #modal-login iframe {
    display: none;
}

.simplemodal-container #modal-login form .submit .password-modal-link {
    float: right;
    margin: 0 10px 0 0;
}


/* -------------------------------------------------- Co Register

.simplemodal-container #modal-coregister h2 {
    padding-left: 0;
}

.simplemodal-container #modal-coregister form .customer-name {
    display: none;
}

.simplemodal-container #modal-coregister form {
    width: auto;
}

.simplemodal-container #modal-coregister form .field {
    padding: 10px 0 0 0;
}

.simplemodal-container #modal-coregister form .field.first {
    padding-top: 20px;
}

.simplemodal-container #modal-coregister .field label {
    width: 100%;
    font-size:13px;
    font-weight: 600;
    padding: 0 10px 0 0;
    margin: 0;
}

.simplemodal-container #modal-coregister .field .input-box {
    width: 100%;
}

.simplemodal-container #modal-coregister .field .input-box .input-text {
    border: 1px solid #E6E6E6;
    padding: 0 5px;
    line-height:25px;
    width: 98%;
}

.simplemodal-container #modal-coregister .field .input-box .input-text:focus {
    border-color: #C8CDD3;
}


.simplemodal-container #modal-coregister form select {
    width: 100%;
    padding:3px 5px;
    line-height: 25px;
    border: 1px solid #E6E6E6;
}

.simplemodal-container #modal-coregister form .submit {
    padding: 10px 20px 0 0;
}

.simplemodal-container #modal-coregister form p.required {
    padding: 10px 20px 0 0;
    text-align: right;
    font-style: italic;
}

.simplemodal-container #modal-coregister .partners ul {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

.simplemodal-container #modal-coregister .partners ul li {
    float: left;
    width: 249px;
    padding: 10px;
    border: 1px solid #E6E6E6;
    margin: 15px 7px 0 7px;
    background: #FFF;
}

.simplemodal-container #modal-coregister .partners ul li h2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.simplemodal-container #modal-coregister .partners ul li img {
    float: left;
    width: 84px;
    padding: 2px;
    border: 1px solid #ebeaea;
}

.simplemodal-container #modal-coregister .partners ul li p {
    float: left;
    width: 130px;
    padding: 0 0 0 9px;
    margin: 0;
    overflow: hidden;
    font-size: 11px;
    color: #6E6E6C;
}

.simplemodal-container #modal-coregister .partners .checkboxStrip {
    clear: left;
    padding: 10px 0 0 0;
    font-size: 11px;
}

.simplemodal-container #modal-coregister .partners ul li .checkboxStrip .checkbox {
    float: left;
    margin: -1px 0 0 0;
}

.simplemodal-container #modal-coregister .partners ul li .checkboxStrip .checkbox input {
    float: left;
    margin: 0 3px 0 0;
}

.simplemodal-container #modal-coregister .partners ul li label {
    float: left;
    margin: 5px 0 0 5px;
}
 */
/* ----------------------------------------------------------------------------------------- Login & Register Fallback */

.account-login p {
    margin: 10px 0 0 0;
}

.account-login iframe {
    display: none;
}

.account-login h1 {
    margin-top: 15px;
}

.account-login .cols .col {
    float: left;
    width: 420px;
    padding: 15px;
    border: 1px solid #E6E6E6;
    margin: 15px 15px 0 0;
    background: #f7f5f5;
}

.account-login .cols .col h2 {
    margin: 0;
}

.account-login .cols .col.col-2 {
    margin-right: 0;
}

.account-login form .text {
    margin: 10px 0 0 0;
}

.account-login form .text label {
    float: left;
    width: 135px;
    padding: 0 15px 0 0;
    text-align: right;
}

.account-login form .text .holder {
    float: right;
    width: 250px;
}

.account-login form .text input {
    width: 240px;
    box-sizing:border-box;
    padding:5px 1%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    border: 1px solid #E6E6E6;
}

.account-login form .text input:focus {
    border-color: #C8CDD3;
}


.account-login form .submit {
    padding: 10px 0 0 0;
}

.account-login form p.required {
    text-align: right;
    font-style: italic;
}

.customer-account-create .account-create {

}

.customer-account-create .account-create .content {
    float: left;
    width: 475px;
    padding: 0 15px 0 0;
}

.customer-account-create .account-create ul {
    margin: 0;
    list-style: none;
}

.customer-account-create .account-create .we-are-form {
    position: relative;
    float: right;
    padding: 0 15px 15px 50px;
    border: 1px solid #E6E6E6;
    margin: 10px 0 0 0;
    background: #F7F5F5;
}

.customer-account-create .account-create form h2 {
    padding: 0 0 0 150px;
}

.customer-account-create .account-create form h2.first {
    margin-top: 15px;
}

.customer-account-create .account-create form .field {
    padding: 10px 0 0 0;
}

.customer-account-create .account-create form .field label {
    float: left;
    width: 135px;
    padding: 0 15px 0 0;
    text-align: right;
}

.customer-account-create .account-create form .field .input-box {
    float: left;
}

.customer-account-create .account-create form .field .input-box .input-text {
    width: 200px;
}

.customer-account-create .account-create form .checkbox-field {
    padding: 10px 0 0 150px;
}

.customer-account-create .account-create form .checkbox-field .input-box {
    float: left;
    margin: 0 5px 0 0;
}

.customer-account-create .account-create form .checkbox-field label {
    float: left;
    padding: 1px 0 0 0;
}

.customer-account-create .account-create form div.submit {
    padding: 10px 0 0 283px;
}

.customer-account-create .account-create form .submit button {
    padding: 5px 10px;
    margin: 10px 0 0 0;
}

.customer-account-create .account-create form p.required {
    padding: 10px 10px 0 0;
    text-align: right;
    font-style: italic;
}

.customer-account-create .account-create form .validation-advice {
    clear: left;
    width: 200px;
}


/* ----------------------------------------------------------------------------------------- Styles & Collections */

.listing#architectural-styles-listing .sidebar {
    position: relative;
}

.listing#architectural-styles-listing .sidebar .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-transparent-white-50.png) repeat;
}


/* ----------------------------------------------------------------------------------------- Floaty Bar */

#floaty-overlay {
    display: none;
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-transparent-white-50.png) repeat;
}

.floaty-preloader,
#preview {
    position: absolute;
    display: none;
    z-index: 99999;
    width: 42px;
    height: 42px;
    background: transparent url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/spinner.gif) 0 0 no-repeat;
}


/* ----------------------------------------------------------------------------------------- General Preloader */

#preloader-overlay {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/bg-transparent-100.png) repeat;
}


/* ----------------------------------------------------------------------------------------- PDP Extra Info */

.plan-types {
    padding-bottom: 20px;
}

.plan-types .info {
    position: absolute;
    right: -145px;
    width: 140px;
    margin: 0;
    background: #F6F6F6;
    color: #000;
}

.plan-types .info p {
    padding: 5px;
    margin: 0;
}

.plan-types .plan-type li {
    position: relative;
    width: 270px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #CDD4DC;
    margin: 0;
}

.plan-types .plan-type li.title {
    position: relative;
    border-right-width: 0;
}

.plan-types .plan-type li.title h3 {
    padding-left: 30px;
    margin-top: 25px;
}

.plan-types .plan-type li.title .info {
    top: 31px;
}

.plan-types .plan-type li.study-set {
    position: relative;
    border-right-width: 0;
}

.plan-types .plan-type li.study-set .info {
    top: 0px;
    padding-top: 2px;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-pdp-blueprints-info.png) no-repeat -2px 0;
    margin: 0;
}

.plan-types .plan-type li .plan-name {
    font-size: 13px;
}

.plan-types .plan-type li .plan-price {
    margin-top: 4px;
}

.plan-types .plan-type li .view-pdp-tooltip {
    text-decoration: underline;
    color: #607890;
    cursor: pointer;
}

.plan-types .plan-type li .pdp-tooltip {
    position: absolute;
    left: 30px;
    bottom: 24px;
    width: 240px;
    padding: 0 0 12px 0;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-pdp-blueprint-info-arrow.png) no-repeat 7px bottom;
}

.plan-types .plan-type li .pdp-tooltip.hidden {
    left: -9999px; /* cache the bg at load */
}

.plan-types .plan-type li .pdp-tooltip p {
    padding: 5px;
    margin: 0;
    color: #FFF;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-pdp-blueprint-info.png) repeat;
}




/* ----------------------------------------------------------------------------------------- PDP Buy Error */

p#pdp-buy-error {
    margin-top: 0;
    color: #EC2028;
}


/* ----------------------------------------------------------------------------------------- PDP Estimation Form */

#pdp-customization-form .action {
    height: 30px;
    padding: 0;
}

#pdp-customization-form .action img {
    display: none;
    border-top: 5px solid #FFF;
        height: 16px;
        width: 16px;
}

#pdp-customization-form.loading .action img {
    display: inline-block;
}

#pdp-customization-form.loading .action input {
    display: none;
}


/* ----------------------------------------------------------------------------------------- Stuff */

.popup-modal, .popup-overlay {
  display: none;
}
.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  left: 0px;
  top: 0;
  z-index: 2001;

  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}
.popup-modal {
  background: #fff;
  width: 870px;
  margin: auto;
  height: 600px;
  z-index: 2002;
  position: fixed;
  margin-left: 40px;
}
.popup-modal .modal-content {height: 100%;}
.popup-modal iframe {background: transparent;}
.popup-modal.loading {
  background: #FFF url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/spinner.gif) no-repeat 10px 10px;
}

.popup-modal.loading iframe {
    display: none;
}

.oldie .popup-modal.loading iframe {
    display: block;
}

body.catalog-product-quickview{
  width: 850px;
  padding: 0;
}

.print-link {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/print-icon.png) no-repeat 0 0;
  right: -5px;
  line-height: 24px;
  vertical-align: middle;
  text-indent: 28px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px;
  border-bottom: none;
  cursor: pointer;
  float: right;
}

.clear-all-link {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/list_remove_btn.gif) no-repeat 0 0;
  right: -5px;
  line-height: 24px;
  vertical-align: middle;
  text-indent: 28px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px;
  border-bottom: none;
  cursor: pointer;
  float: right;
  top: 30px;
}
/*
.floated-side-banner {
  width: 160px;
  height: 600px;
  display: block;
  position: fixed;
  margin: 20px 0 0 960px;
  z-index: 99;
  color: #fff;
  text-align: center;
}
*/

#side-skyscrapers-160 {
  width: 160px;
  display: block;
  position: absolute;
  margin: 10px 0 0 960px;
  top: 0px;
  color: #fff;
  text-align: center;
}

#in-drupal #side-skyscrapers-160 {
    margin-left: 945px;
    margin-top: 0px; /*-160px;*/
}

#in-drupal .drupal-eplans #side-skyscrapers-160 {
    margin-top: 0px; /*-190px;*/
}

#side-skyscrapers-160 .adWrapper {
    margin-top: 14px;
}

.bottom-banner {
  background-color: #FFFFFF;
  display: block;
  margin: auto;
  text-align: center;
}

.category-products .adWrapperTitle {display: none;}
#co-shipping-form{
  position: relative;
}
#use_same_address{
  right: 0;
  position: absolute;
  top: -35px;
}

.helper-comment { font-size:10px;color:#6D6565;font-style:italic; }

.bottom-banner {padding: 15px 0 30px 0;}
.pair-bottom-banners {
  padding: 20px 0;
  border-bottom: 1px solid #4b6e8a;
  display: none;
}
.catalog-product-view .pair-bottom-banners, .cms-home .pair-bottom-banners, .catalogsearch-advanced-index .pair-bottom-banners {display: block;}
.pair-bottom-banners > div {
  float: left;
  width: 50%;
  text-align: center;
}
.pair-bottom-banners > div .box-300x250 {
  width: 300px;
  margin: auto;
}


.chat-banner {
  height: 75px;
  overflow: hidden;
}

/* This is the css issue detailed in bug #689 --- details @ acazacu */
.low-button-orange, .low-button-orange *  {
    background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/btn-flexible-orange.png) !important;
}
.disabled, .low-button-grey, .low-button-grey * {
    background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/btn-flexible-grey.png) !important;
}
.low-button-large {
    line-height: 29px;
    background-position: 100% -40px;
    padding-right: 12px;
}
.low-button-large.low-button-disabled {
    background-position: 100% -40px !important;
}
.low-button-small {
    line-height: 22px;
    background-position: 100% -200px;
    padding-right: 9px;
}
.low-button-small.low-button-disabled {
    background-position: 100% -200px !important;
}
.low-button2, .low-button2 * {
    display: inline-block;
    zoom: 1;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    cursor: pointer;
}
.low-button-disabled, low-button-disabled * {
    cursor: default !important;
}
.low-button2 {
    text-decoration: none;
}
.low-button-large .low-button-wrap {
    background-position: 0 0;
    padding-left: 12px;
}
.low-button-large.low-button-disabled .low-button-wrap {
    background-position: 0 0 !important;
}
.low-button-small .low-button-wrap {
    background-position: 0 -160px;
    padding-left: 9px;
}
.low-button-small.low-button-disabled .low-button-wrap {
    background-position: 0 -160px !important;
}
.low-button-large .low-button-text {
    padding: 0 5px !important;
}
.low-button-small .low-button-text {
    padding: 0 !important;
}
.low-button2 .low-button-text {
    background-position: -1000px -1000px;
    font-family: Arial;
}
.disabled .low-button-text{
    color: #777;
}
.disabled .low-button-wrap {
  background-position: 0 -240px;
}
.disabled {
  background-position: 100% -280px;
}

.low-button2 input.low-button-text {
    background-color: transparent;
    border: none !important;
    padding-bottom: 2px;
    margin: 0 !important;
    border-radius: 0 !important;
}
.low-button-small input.low-button-text {
    height: 22px;
}
.low-button-large input.low-button-text {
    height: 29px;
}
.low-button-arrow .low-button-text {
    padding-right: 12px !important;
}
.low-button-arrow.low-button-large .low-button-text {
    background-position: 100% -306px;
}
.low-button-arrow.low-button-small .low-button-text {
    background-position: 100% -310px;
}
.low-button-large:hover {
    background-position: 100% -120px;
}
.low-button-large:hover .low-button-wrap {
    background-position: 0 -80px;
}
.low-button-small:hover {
    background-position: 100% -280px;
}
.low-button-small:hover .low-button-wrap {
    background-position: 0 -240px;
}


/* ----------------------------------------------------------------------------------------- Everywhere Footer */
/* This footer appears on all pages and is different from the category footer */

#everywhere-footer {
    padding: 0 0 35px 0;
    border-top: 5px solid #c5c5c3;
    border-bottom: 1px solid #DFDBDC;
    background: #FFF;
}

#everywhere-footer p {
    padding: 10px 0 0 0;
    margin: 0;
}

#everywhere-footer ul {
    margin: 0;
    list-style: none;
}

#everywhere-footer a {
    text-decoration: underline;
}

#everywhere-footer ul.links {
    text-align: center;
    padding: 7px 0 0 0;
}

#everywhere-footer ul.links li {
    display: inline;
}

#everywhere-footer ul.links li a {
    display: inline-block;
    padding: 0 5px 0 1px;
    border-right: 1px solid #E6E6E6;
}

#everywhere-footer ul.links li.last a {
    border-right-width: 0;
}

#everywhere-footer p.call-to-action {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #333;
}

#everywhere-footer p.call-to-action img {
    display: inline-block;
}

#everywhere-footer p.call-to-action span {
    display: block;
    padding: 3px 0 0 0;
}

#everywhere-footer .affiliates ul {
    padding: 35px 0 0 40px;
}

#everywhere-footer .affiliates ul li {
    float: left;
    text-align: center;
}

/* footer sprites */
#everywhere-footer .affiliates ul li a {
    float: left;
    margin: 0 20px;
    padding-top:55px;
    text-decoration: none;
    background: url("http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/logos/logos.gif") no-repeat top center;
}

#everywhere-footer .affiliates ul li a.arhitectonline {
  background-position: 0 -70px;
  width: 97px;
}

#everywhere-footer .affiliates ul li a.aibd {
  background-position: 0 0;
  width: 34px;
}

#everywhere-footer .affiliates ul li a.bol {
  background-position: 0 -217px;
  width: 97px;
}

#everywhere-footer .affiliates ul li a.customhomeonline {
  background-position: 16px -302px;
  width: 115px;
}

#everywhere-footer .affiliates ul li a.dreamhomesource {
  background-position: 0 -387px;
  width: 137px;
}

#everywhere-footer .affiliates ul li a.ebuild {
  background-position: 0 -472px;
  width: 90px;
}

#everywhere-footer .affiliates ul li a.eplans {
  background-position: 0 -557px;
  width: 120px;
}

#everywhere-footer .affiliates ul li a.nahb {
  background-position: 0 -642px;
  width: 90px;
}

#everywhere-footer .affiliates ul li a.ra {
  background-position: -8px -727px;
  width: 115px;
}
/* eof footer sprites */

#everywhere-footer .affiliates ul li a span {
    display: block;
    text-decoration: underline;
}

#everywhere-footer .affiliates ul li a img {
    vertical-align: bottom;
}

#everywhere-footer .affiliates ul li.last a img {
    padding: 15px 0 0 0;
}

#everywhere-footer .affiliates p {
    text-align: center;
    color: #E6E6E6;
}

#everywhere-footer .affiliates p a {
    color: #85847F;
}

#everywhere-footer .affiliates p a:hover {
    color: #000;
}

#everywhere-footer p.copyright {
    text-align: center;
    color: #85847F;
}

#everywhere-footer ul.associates {
    padding: 50px 0 0 290px;
}

#everywhere-footer ul.associates li {
    float: left;
}

#everywhere-footer ul.associates li a {
    float: left;
    margin: 0 112px;
}

#everywhere-footer ul.associates li a.bbbonline {
  background: url("http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/logos/logos.gif") no-repeat 0 -155px;
  width: 90px;
  padding-top:33px;
  text-indent: -3000px;
}

#everywhere-footer ul.associates li a.verisign {
  background: url("http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/logos/logos.gif") no-repeat 0 -812px;
  width: 84px;
  padding-top:33px;
  text-indent: -3000px;
}

#everywhere-footer ul.associates li a img {
    float: left;
}

/* These classes are used in the pdps for positioning the print floorplans link
 * within the title and displaying the print iframe
  *details @acazacu */
.title .print-link .clear-all-link {
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    zoom: 1;
    padding-left: 28px;
    cursor: pointer;
    text-transform: uppercase;
    float: none;
    margin:  0 !important;
    text-indent: 0px;
}
.title .link-loading {
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/ajax-loader.gif) no-repeat 4px center !important;
    color: #999 !important;
    cursor: default;
}
#printFpFrame {
    position: absolute;
    top: -10000px;
    left: -10000px;
}


/* ----------------------------------------------------------------------------------------- 404 */

body.cms-index-noroute .main {
    padding-bottom: 0
}

body.cms-index-noroute .main .col-main {
    padding-bottom: 50px;
}

body.cms-index-noroute .std h3 {
    font-size: 20px;
}

body.cms-index-noroute .std ul {
    margin: 7px 0 0 0;
    list-style-type: none;
}

body.cms-index-noroute .std ul li {
    padding: 3px 0 0 0;
}

.partners-mass-selector { margin-left: 7px;}
.partners-mass-selector input { margin-right: 7px;}

.ad-iframes {height: 1px; background: transparent; border: 0px solid; }

input.loading-button {
    text-indent: -9999px;
    width: 85px;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/ajax-loader.gif) no-repeat 50% center transparent !important;
}
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: -16px; /* has to be at least bigger than the mouseover otherwise it will flicker */
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/** css reset **/
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* mixins */
/** generals **/
/* line 28, ../sass/styles.scss */
body {
  background: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #121212;
}
/* line 34, ../sass/styles.scss */
body.container {
  padding: 0;
  width: 100%;
}

/* line 41, ../sass/styles.scss */
.wrapper.container {
  padding: 0;
  width: 100%;
}

/* line 47, ../sass/styles.scss */
* {
  outline: none;
}

/* line 49, ../sass/styles.scss */
a {
  color: #4797D3;
  cursor: pointer;
  text-decoration: none;
}
/* line 54, ../sass/styles.scss */
a:hover {
  text-decoration: underline;
}

/* line 58, ../sass/styles.scss */
p {
  line-height: 18px;
  margin-bottom: 10px;
}

/* line 60, ../sass/styles.scss */
.page {
  width: 100%;
}

/* line 66, ../sass/styles.scss */
.cms-index-index .main.col1-layout {
  min-width: 100% !important;
  max-width: 100% !important;
}

/* line 74, ../sass/styles.scss */
.cms-magazines-html .std a {
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
}
/* line 80, ../sass/styles.scss */
.cms-magazines-html .std a:nth-child(4n+4) {
  margin-right: 0;
}
/* line 84, ../sass/styles.scss */
.cms-magazines-html .std:after {
  clear: both;
  content: "";
  display: table;
}
/* line 91, ../sass/styles.scss */
.cms-magazines-html .need-help-box {
  width: 240px;
  margin: 20px auto 30px;
  float: none !important;
  zoom: 1.2;
}
/* line 97, ../sass/styles.scss */
.cms-magazines-html .need-help-box:after {
  clear: both;
  content: "";
  display: block;
}

/* line 105, ../sass/styles.scss */
.header-container, #menu, .wrapper-960g {
  min-width: 960px;
  max-width: 960px;
  margin: auto;
}

/** header **/
/* line 112, ../sass/styles.scss */
#ocentric-hanleywood-header {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/bg-header-top.png) 0 0 repeat-x;
  height: 140px;
  position: relative;
  z-index: 5;
  /* top nav bar */
}
/* line 118, ../sass/styles.scss */
#ocentric-hanleywood-header .header-container {
  background: #FFF;
  height: 68px;
  position: relative;
  z-index: 120;
  padding: 20px 0;
}
/* line 125, ../sass/styles.scss */
#ocentric-hanleywood-header .header-container .logo {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/logo.png) 0 0 no-repeat;
  width: 190px;
  height: 67px;
  float: left;
  text-indent: -99999px;
  /** hide regular text **/
  text-transform: capitalize;
  /** old browsers fix **/
}
/* line 134, ../sass/styles.scss */
#ocentric-hanleywood-header .header-container .home-search {
  margin: 31px 0 0 120px;
  position: relative;
}
/* line 138, ../sass/styles.scss */
#ocentric-hanleywood-header .header-container .home-search input[type=text] {
  background: #FFF;
  font-family: Lato;
  color: #949494;
  font-style: italic;
  border: 1px solid #4797D3;
  width: 290px;
  padding: 0 5px;
  line-height: 32px;
  height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 154, ../sass/styles.scss */
#ocentric-hanleywood-header #menu {
  background-color: #4797D3;
  position: relative;
  width: 960px;
  line-height: 32px;
  z-index: 120;
}
/* line 162, ../sass/styles.scss */
#ocentric-hanleywood-header #menu ul > li {
  float: left;
  margin-right: 32px;
}
/* line 167, ../sass/styles.scss */
#ocentric-hanleywood-header #menu ul > li a {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
/* line 174, ../sass/styles.scss */
#ocentric-hanleywood-header #menu ul > li a:hover {
  text-decoration: underline;
}
/* line 179, ../sass/styles.scss */
#ocentric-hanleywood-header #menu .tabs {
  float: right;
}
/* line 181, ../sass/styles.scss */
#ocentric-hanleywood-header #menu .tabs li:last-of-type {
  margin: 0;
}
/* line 188, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav {
  width: 302px;
  margin-top: 12px;
}
/* line 192, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .top-navbar li {
  float: left;
  margin-right: 10px;
}
/* line 196, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .top-navbar li:last-of-type {
  margin: 0;
}
/* line 200, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .top-navbar li strong {
  font-weight: 700;
  font-size: 13px;
}
/* line 202, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .top-navbar li a {
  color: #959595;
  font-size: 12px;
}
/* line 208, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .signin-navbar {
  margin-top: 10px;
}
/* line 212, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .signin-navbar li {
  float: right;
  max-width: 120px;
  margin: 10px 0 0 0;
}
/* line 217, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .signin-navbar li:last-of-type {
  margin-right: 10px;
}
/* line 222, ../sass/styles.scss */
#ocentric-hanleywood-header .minor-nav .signin-navbar li.signin-placeholder {
  float: left;
  line-height: 15px;
  color: #8B8B8B;
  margin-top: 0;
}

/** main container **/
/* homepage carousel */
/* line 235, ../sass/styles.scss */
#ibanners-general-div {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  /* homepage - quicksearch box */
}
/* line 241, ../sass/styles.scss */
#ibanners-general-div #ibanners-home {
  left: 0;
  width: 100%;
  height: 470px;
}
/* line 246, ../sass/styles.scss */
#ibanners-general-div #ibanners-home .ibanner-itemx {
  width: 100%;
  height: 470px;
  display: block;
  margin: auto;
  text-align: center;
}
/* line 253, ../sass/styles.scss */
#ibanners-general-div #ibanners-home .ibanner-itemx .html-caption {
  width: 960px;
  margin: 0 auto;
  top: 300px;
  text-align: left;
  position: relative;
  z-index: 10;
}
/* line 261, ../sass/styles.scss */
#ibanners-general-div #ibanners-home .ibanner-itemx .html-caption a {
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
/* line 267, ../sass/styles.scss */
#ibanners-general-div #ibanners-home .ibanner-itemx .html-caption h2 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 800;
}
/* line 273, ../sass/styles.scss */
#ibanners-general-div #ibanners-home .ibanner-itemx .html-caption .caption {
  background: rgba(41, 89, 123, 0.8);
  font-size: 14px;
  line-height: 18px;
  width: 620px;
  padding: 10px;
  display: block;
  text-align: left;
}
/* line 285, ../sass/styles.scss */
#ibanners-general-div #ibanners-home .overlay-ibanners {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/overlay-banner.png) center 0 no-repeat;
  width: 100%;
  height: 438px;
  position: absolute;
  top: 32px;
  z-index: 5;
}
/* line 296, ../sass/styles.scss */
#ibanners-general-div #quick-search {
  position: relative;
}
/* line 300, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner {
  width: 270px;
  height: 375px;
  padding: 15px;
  background: #FFF;
  position: absolute;
  top: -420px;
  z-index: 10;
  right: 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
/* line 314, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner h3 {
  font-weight: 800;
  color: #949494;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 322, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner label, #ibanners-general-div #quick-search .block-inner p.label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
/* line 328, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .formitem.fullform {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 5px;
  overflow: hidden;
}
/* line 335, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .formitem.fullform select {
  width: 100%;
}
/* line 340, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner select, #ibanners-general-div #quick-search .block-inner input[type=text] {
  border: 1px #959595 solid;
  padding: 3px 0;
}
/* line 342, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .formitem.rel-left, #ibanners-general-div #quick-search .block-inner .formitem.rel-right {
  width: 125px;
  margin: 0 10px 5px 0;
  clear: none;
}
/* line 348, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .formitem.rel-right {
  margin-right: 0;
}
/* line 351, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .options label {
  background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/checkbox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 19px;
  padding-top: 20px;
  float: left;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
}
/* line 362, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .options label input {
  display: none;
  margin: 0;
}
/* line 368, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .options label.active {
  background-position: -21px 0;
}
/* line 374, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .form-filter-group label {
  width: 100%;
  display: block;
  float: none;
  text-align: left;
  font-size: 14px;
}
/* line 383, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .form-filter-group .range-row input {
  width: 100px;
}
/* line 384, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .form-filter-group .range-row .range-separator,
#ibanners-general-div #quick-search .block-inner .form-filter-group .range-row .range-sq-ft {
  line-height: 23px;
  margin: 0 4px;
}
/* line 388, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .form-filter-group span {
  width: auto !important;
}
/* line 393, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .buttons-area {
  margin-top: 10px;
}
/* line 396, ../sass/styles.scss */
#ibanners-general-div #quick-search .block-inner .buttons-area p {
  font-size: 12px;
  line-height: 14px;
  margin-top: 3px;
}

/* another general things */
/* line 408, ../sass/styles.scss */
.custom-box-plans {
  border: 2px #29597B solid;
  display: block;
  padding: 10px;
  max-width: 276px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 420, ../sass/styles.scss */
.custom-box-plans span {
  display: block;
}
/* line 422, ../sass/styles.scss */
.custom-box-plans .blue-text {
  color: #4797D2;
  font-style: italic;
}
/* line 427, ../sass/styles.scss */
.custom-box-plans .phone-number {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-top: 5px;
}

/* another general things */
/* main things */
/* line 441, ../sass/styles.scss */
.main {
  width: 100%;
  margin: 0 auto;
}
/* line 445, ../sass/styles.scss */
.main .ibanners-wrapper {
  margin-top: -32px;
  z-index: 4;
}

/* `- products list */
/* line 453, ../sass/styles.scss */
.collections h3 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #4797D2;
  margin-bottom: 20px;
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/collection-separator-headline.png) 0 center no-repeat;
}
/* line 461, ../sass/styles.scss */
.collections h3 span {
  display: inline-block;
  background: #FFF;
  padding: 0 15px;
}
/* line 468, ../sass/styles.scss */
.collections li {
  width: 300px;
  height: 168px;
  float: left;
  margin: 0 30px 20px 0;
  position: relative;
  overflow: hidden;
}
/* line 476, ../sass/styles.scss */
.collections li a {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  position: absolute;
  bottom: -63px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* line 486, ../sass/styles.scss */
.collections li a span.collection-title {
  font-size: 16px;
  display: block;
  line-height: 32px;
  padding: 0 15px;
  text-transform: uppercase;
}
/* line 494, ../sass/styles.scss */
.collections li a span.short-description {
  display: block;
  font-size: 13px;
  padding: 0 15px 15px;
  line-height: 16px;
  word-break: break-all;
}
/* line 502, ../sass/styles.scss */
.collections li:hover a {
  background: rgba(71, 151, 211, 0.9);
  color: #FFF;
  text-decoration: none;
  padding-top: 73px;
  bottom: 0;
}
/* line 510, ../sass/styles.scss */
.collections li:last-of-type {
  margin-right: 0;
}
/* line 513, ../sass/styles.scss */
.collections .fullwidth-collections {
  width: 960px;
}
/* line 517, ../sass/styles.scss */
.collections .fullwidth-collections li:nth-child(3n) {
  margin-right: 0;
}
/* line 523, ../sass/styles.scss */
.collections .halfwidth-collections {
  width: 630px;
}
/* line 527, ../sass/styles.scss */
.collections .halfwidth-collections li:nth-child(2n+2) {
  margin-right: 0;
}

/* main.right-side 
	perfect for advertising &amp; other minimal boxes like social media or support */
/* line 536, ../sass/styles.scss */
.right-side.widgets {
  width: 300px;
}
/* line 538, ../sass/styles.scss */
.right-side.widgets .follow-us-bar a {
  float: left;
}

/* line 541, ../sass/styles.scss */
.cms-index-index .chat-box {
  height: 283px;
}

/* line 546, ../sass/styles.scss */
.chat-box {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/icons/icon-support.png) 225px 70px no-repeat;
  width: 276px;
  height: auto;
}
/* line 551, ../sass/styles.scss */
.chat-box .chat-title {
  color: #29597B;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 559, ../sass/styles.scss */
.chat-box .chat-description {
  line-height: 16px;
  margin-bottom: 10px;
}
/* line 564, ../sass/styles.scss */
.chat-box .chat-phone-nr {
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 5px;
}

/* line 574, ../sass/styles.scss */
.follow-us-bar strong {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #29597B;
  float: left;
  width: 115px;
}
/* line 583, ../sass/styles.scss */
.follow-us-bar a {
  background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/icons/icon-social-things.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 36px;
  display: inline-block;
  text-indent: -99999px;
  text-transfrom: capitalize;
  margin-right: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
/* line 596, ../sass/styles.scss */
.follow-us-bar a:hover {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}
/* line 599, ../sass/styles.scss */
.follow-us-bar a:last-of-type {
  margin: 0;
}
/* line 602, ../sass/styles.scss */
.follow-us-bar a.icon-houzz {
  background-position: 0 0;
}
/* line 603, ../sass/styles.scss */
.follow-us-bar a.icon-facebook {
  background-position: -38px 0;
}
/* line 604, ../sass/styles.scss */
.follow-us-bar a.icon-pinterest {
  background-position: -76px 0;
}
/* line 605, ../sass/styles.scss */
.follow-us-bar a.icon-twitter {
  background-position: -115px 0;
}

/* footer */
/* line 609, ../sass/styles.scss */
#everywhere-footer {
  border: 0;
  margin: 30px 0;
  padding-bottom: 0;
}
/* line 614, ../sass/styles.scss */
#everywhere-footer .our-collections {
  background: #E1E1E1;
  padding: 30px 0;
  margin: 10px 0 0;
}
/* line 620, ../sass/styles.scss */
#everywhere-footer .our-collections .coll-box {
  width: 320px;
}
/* line 624, ../sass/styles.scss */
#everywhere-footer .our-collections .coll-box ul {
  margin-right: 14px;
  width: 100%;
}
/* line 628, ../sass/styles.scss */
#everywhere-footer .our-collections .coll-box ul:last-of-type {
  margin: 0;
}
/* line 631, ../sass/styles.scss */
#everywhere-footer .our-collections .coll-box:last-of-type {
  margin: 0;
}
/* line 636, ../sass/styles.scss */
#everywhere-footer .our-collections h4.collection-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 10px;
}
/* line 644, ../sass/styles.scss */
#everywhere-footer .our-collections li {
  display: block;
  line-height: 18px;
}
/* line 648, ../sass/styles.scss */
#everywhere-footer .our-collections li a {
  text-decoration: none;
}
/* line 651, ../sass/styles.scss */
#everywhere-footer .our-collections li a:hover {
  text-decoration: underline;
}

/* line 657, ../sass/styles.scss */
.bottom-wrapper {
  text-align: center;
}
/* line 660, ../sass/styles.scss */
.bottom-wrapper .call-to-action {
  margin: 30px 0;
}
/* line 664, ../sass/styles.scss */
.bottom-wrapper .call-to-action span {
  font-size: 20px;
  color: #015167;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
/* line 674, ../sass/styles.scss */
.bottom-wrapper .links {
  text-align: center;
}
/* line 676, ../sass/styles.scss */
.bottom-wrapper .links li {
  display: inline-block;
  margin-right: 15px;
}
/* line 680, ../sass/styles.scss */
.bottom-wrapper .links li a {
  color: #000;
}
/* line 686, ../sass/styles.scss */
.bottom-wrapper .affiliates {
  text-align: center;
  margin: 45px 0;
}
/* line 689, ../sass/styles.scss */
.bottom-wrapper .affiliates li {
  display: inline-block;
  margin-right: 20px;
}
/* line 693, ../sass/styles.scss */
.bottom-wrapper .affiliates li a {
  background-repeat: no-repeat;
  display: inline-block;
  color: #607793;
  text-decoration: underline;
}
/* line 699, ../sass/styles.scss */
.bottom-wrapper .affiliates li a:hover {
  text-decoration: none;
}
/* line 701, ../sass/styles.scss */
.bottom-wrapper .affiliates li a img {
  display: block;
}
/* line 709, ../sass/styles.scss */
.bottom-wrapper .copyright {
  color: #949494;
  font-size: 14px;
  margin-bottom: 30px;
}

/*** modals **/
/* line 719, ../sass/styles.scss */
#modal-login .content, #modal-register .content {
  float: none;
  padding: 0;
  background: none;
  width: 100%;
}
/* line 726, ../sass/styles.scss */
#modal-login form, #modal-register form {
  width: 100%;
  float: none;
}
/* line 730, ../sass/styles.scss */
#modal-login form label, #modal-register form label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 736, ../sass/styles.scss */
#modal-login form input, #modal-register form input {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}
/* line 742, ../sass/styles.scss */
#modal-login form .text.rel-clearfix, #modal-register form .text.rel-clearfix {
  width: 275px;
  float: left;
  margin-right: 20px;
}
/* line 748, ../sass/styles.scss */
#modal-login form .text.rel-clearfix.last, #modal-register form .text.rel-clearfix.last {
  margin-right: 0 !important;
}
/* line 754, ../sass/styles.scss */
#modal-login .forgot-password, #modal-register .forgot-password {
  text-align: right;
  line-height: 30px;
  font-size: 13px;
}
/* line 760, ../sass/styles.scss */
#modal-login .modal-needhelp, #modal-register .modal-needhelp {
  margin-top: -12px;
  width: 220px;
  text-align: center;
}
/* line 765, ../sass/styles.scss */
#modal-login .modal-needhelp span, #modal-register .modal-needhelp span {
  display: block;
  font-size: 16px;
}
/* line 770, ../sass/styles.scss */
#modal-login .modal-needhelp strong, #modal-register .modal-needhelp strong {
  color: #29597B;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
/* line 780, ../sass/styles.scss */
#modal-login .elements .register-modal-link, #modal-register .elements .register-modal-link {
  margin-right: 15px;
}

/* line 786, ../sass/styles.scss */
#modal-register .content {
  margin-bottom: 15px;
}
/* line 789, ../sass/styles.scss */
#modal-register .form-list li {
  margin-bottom: 10px;
}
/* line 791, ../sass/styles.scss */
#modal-register .form-list .fields {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
/* line 797, ../sass/styles.scss */
#modal-register .form-list .fields .field {
  float: left;
  width: 49%;
  margin-right: 1%;
}
/* line 802, ../sass/styles.scss */
#modal-register .form-list .fields .field:last-of-type {
  margin-right: 0;
  margin-left: 1%;
}
/* line 809, ../sass/styles.scss */
#modal-register .form-list label {
  text-transform: initial;
}
/* line 811, ../sass/styles.scss */
#modal-register .form-list li.field {
  width: 100%;
}
/* line 813, ../sass/styles.scss */
#modal-register .form-list li.field input {
  width: 98%;
}
/* line 817, ../sass/styles.scss */
#modal-register .form-list li.control .input-box {
  margin-top: -4px;
  float: left;
}
/* line 822, ../sass/styles.scss */
#modal-register .form-list li.control .input-box input {
  width: auto;
}
/* line 827, ../sass/styles.scss */
#modal-register .privacy-policy-link {
  line-height: 30px;
  display: inline-block;
}

/** Breadcrumbs **/
/* line 835, ../sass/styles.scss */
.breadcrumbs {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
  content: "";
  display: table;
}

/** Advanced Search **/
/* line 839, ../sass/styles.scss */
.col2-left-layout .sidebar {
  width: 180px;
  padding: 0 10px 15px 10px;
  box-shadow: 3px 5px 10px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 5px 10px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 5px 10px 4px rgba(0, 0, 0, 0.05);
}

/* line 845, ../sass/styles.scss */
.main.col2-left-layout .wrapper-960g {
  margin-bottom: 20px;
  position: relative;
}

/* line 847, ../sass/styles.scss */
.col2-left-layout .col-main {
  width: 740px;
}

/* line 851, ../sass/styles.scss */
.main.col2-right-layout {
  width: 960px;
}

/* line 856, ../sass/styles.scss */
.page-head-alt {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 15px;
}

/* line 862, ../sass/styles.scss */
.page-title {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 15px;
}

/** misc **/
/* line 869, ../sass/styles.scss */
em {
  font-style: italic;
}

/* line 870, ../sass/styles.scss */
.rel-clearfix,
.rel-clearfix::after,
.clearfix,
.clearfix::after,
.simplemodal-wrap,
.simplemodal-wrap::after,
#simplemodal-container:after,
.header-container,
.header-container::after {
  content: " ";
  clear: both;
  display: block;
  zoom: 1;
  width: 100%;
}

/* line 886, ../sass/styles.scss */
.rel-right {
  float: right !important;
}

/* line 887, ../sass/styles.scss */
.rel-left {
  float: left !important;
}

/* line 889, ../sass/styles.scss */
.rel-text-left {
  text-align: left;
}

/* line 890, ../sass/styles.scss */
.rel-text-center {
  text-align: center;
}

/* line 891, ../sass/styles.scss */
.rel-text-right {
  text-align: right;
}

/* line 893, ../sass/styles.scss */
.rel-mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 895, ../sass/styles.scss */
.rel-block {
  display: block;
}

/* line 896, ../sass/styles.scss */
.rel-inline-block {
  display: inline-block;
}

/* line 897, ../sass/styles.scss */
.rel-none {
  display: none;
}

/* line 899, ../sass/styles.scss */
.rel-relative {
  position: relative;
}

/* line 900, ../sass/styles.scss */
.rel-absolute {
  position: absolute;
}

/* line 902, ../sass/styles.scss */
.rel-mt10px {
  margin-top: 10px !important;
}

/* line 903, ../sass/styles.scss */
.rel-mr10px {
  margin-right: 10px !important;
}

/* line 904, ../sass/styles.scss */
.rel-mb10px {
  margin-bottom: 10px !important;
}

/* line 905, ../sass/styles.scss */
.rel-ml10px {
  margin-left: 10px !important;
}

/* line 907, ../sass/styles.scss */
.rel-mt13px {
  margin-top: 25px;
}

/* line 908, ../sass/styles.scss */
.rel-mr13px {
  margin-right: 25px;
}

/* line 909, ../sass/styles.scss */
.rel-mb13px {
  margin-bottom: 25px;
}

/* line 910, ../sass/styles.scss */
.rel-ml13px {
  margin-left: 25px;
}

/* line 912, ../sass/styles.scss */
.rel-mt20px {
  margin-top: 20px;
}

/* line 913, ../sass/styles.scss */
.rel-mr20px {
  margin-right: 20px;
}

/* line 914, ../sass/styles.scss */
.rel-mb20px {
  margin-bottom: 20px;
}

/* line 915, ../sass/styles.scss */
.rel-ml20px {
  margin-left: 20px;
}

/* line 917, ../sass/styles.scss */
.rel-mt30px {
  margin-top: 30px;
}

/* line 918, ../sass/styles.scss */
.rel-mr30px {
  margin-right: 30px;
}

/* line 919, ../sass/styles.scss */
.rel-mb30px {
  margin-bottom: 30px;
}

/* line 920, ../sass/styles.scss */
.rel-ml30px {
  margin-left: 30px;
}

/* line 922, ../sass/styles.scss */
.row {
  margin-left: -1%;
  margin-right: -1%;
}

/* line 927, ../sass/styles.scss */
.col-6 {
  width: 48%;
  padding-left: 1%;
  padding-right: 1%;
}

/* line 933, ../sass/styles.scss */
.modal-close {
  clear: both;
  content: "";
  display: table;
  right: -10px;
  top: -10px;
  position: absolute;
}
/* line 941, ../sass/styles.scss */
.modal-close span {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/icons/icon-close.png) 0 0 no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  float: right;
  text-indent: -999999px;
  text-transform: capitalize;
  cursor: pointer;
}

/* dear buttons */
/* line 956, ../sass/styles.scss */
.v2-button, .smaller-button, .go-button {
  border: 0;
  color: #FFF;
  font-weight: 700;
  padding: 6px 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* line 969, ../sass/styles.scss */
.v2-button:hover, .smaller-button:hover, .go-button:hover {
  text-decoration: none;
}

/* line 973, ../sass/styles.scss */
.smaller-button {
  font-size: 12px;
}

/* line 974, ../sass/styles.scss */
.v2b-small {
  font-size: 13px;
}

/* line 975, ../sass/styles.scss */
.v2b-medium, .go-button {
  font-size: 15px;
}

/* line 976, ../sass/styles.scss */
.v2b-large {
  font-size: 20px;
}

/* line 977, ../sass/styles.scss */
.go-button {
  display: block;
  width: 100%;
  line-height: 26px;
  float: none;
  margin: auto;
}

/** buton colors **/
/* line 980, ../sass/styles.scss */
.v2b-blue, .smaller-button, .go-button {
  background-color: #4797d3;
}
/* line 983, ../sass/styles.scss */
.v2b-blue:hover, .smaller-button:hover, .go-button:hover {
  background-color: #29597b;
}

/* line 988, ../sass/styles.scss */
.v2b-outline-blue {
  background-color: transparent;
  color: #4797d3;
  border: 1px #4797d3 solid;
  padding: 4px 10px;
}
/* line 994, ../sass/styles.scss */
.v2b-outline-blue:hover {
  border-color: #29597b;
  color: #29597b;
}

/* line 1000, ../sass/styles.scss */
.popup-modal {
  width: 960px;
  left: 50%;
  margin-left: -500px;
  padding: 20px;
  height: 660px !important;
  position: absolute !important;
}
/* line 1008, ../sass/styles.scss */
.popup-modal iframe {
  height: 100%;
}

/* line 1013, ../sass/styles.scss */
#simplemodal-container.lightbox-mode {
  position: absolute !important;
  border: 0;
}
/* line 1016, ../sass/styles.scss */
#simplemodal-container.lightbox-mode .simplemodal-wrap {
  background: none;
  overflow: visible;
}
/* line 1020, ../sass/styles.scss */
#simplemodal-container.lightbox-mode .simplemodal-wrap .simplemodal-data {
  padding: 0;
}

/* line 1024, ../sass/styles.scss */
.simplemodal-container {
  position: absolute !important;
}

/* line 1030, ../sass/styles.scss */
#simplemodal-container.popup-mode .simplemodal-wrap {
  background: #FFF;
  overflow-y: auto !important;
}
/* line 1038, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column {
  width: 48%;
  padding-right: 2%;
}
/* line 1042, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column:last-child {
  padding-right: 0%;
}
/* line 1046, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column h3 {
  margin: 10px 0;
}
/* line 1048, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column ul {
  padding-left: 25px;
}
/* line 1051, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column ul li {
  list-style-type: circle;
  line-height: 1.7em;
}
/* line 1054, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column .attr-details {
  width: 170px;
  padding-left: 15px;
}
/* line 1058, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column .attr-details li {
  list-style: none;
  font-size: 13px;
}
/* line 1062, ../sass/styles.scss */
#simplemodal-container.popup-mode .product-column .attr-details li strong {
  font-weight: 600;
}
/* line 1070, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .title {
  display: none;
}
/* line 1073, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .title h1 {
  padding: 10px 0;
}
/* line 1075, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .title p {
  margin: 0;
  padding: 0;
}
/* line 1078, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .get-free-cost {
  margin: 15px 0;
  background: #EEE;
  padding: 10px;
  display: block;
}
/* line 1083, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .get-free-cost span {
  font-weight: 600;
  font-size: 17px;
}
/* line 1089, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .span-4 {
  width: 250px;
  float: left;
  margin-bottom: 5px;
}
/* line 1094, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .span-4 input, #simplemodal-container.popup-mode #pdp-customization-form .span-4 select, #simplemodal-container.popup-mode #pdp-customization-form .span-4 textarea {
  padding: 1%;
  width: 97%;
}
/* line 1099, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .span-4 select {
  width: 100%;
}
/* line 1102, ../sass/styles.scss */
#simplemodal-container.popup-mode #pdp-customization-form .span-4.form-label {
  font-weight: 600;
  font-size: 13px;
  width: 180px;
}

/* line 1110, ../sass/styles.scss */
.simplemodal-overlay {
  height: 100% !important;
}

/* line 1112, ../sass/styles.scss */
.sidebar-space {
  width: 160px;
  position: absolute;
  right: -160px;
  top: 0;
}

/* line 1119, ../sass/styles.scss */
.loading-overlay, .quick-search-overlay {
  background: #fff;
  width: 100%;
  position: absolute;
  height: 300px;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: none;
}

/* line 1134, ../sass/styles.scss */
.product-inner-block .title h1 {
  text-transform: uppercase;
}
/* line 1138, ../sass/styles.scss */
.product-inner-block h4 {
  color: #19475F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
/* line 1146, ../sass/styles.scss */
.product-inner-block h4 span.left {
  float: left;
}
/* line 1147, ../sass/styles.scss */
.product-inner-block h4 span.right {
  float: right;
}

/* line 1154, ../sass/styles.scss */
.input-text, select {
  width: 100%;
  border: 1px #CCC solid;
  padding: 5px 1%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 1165, ../sass/styles.scss */
select {
  padding: 3px 1%;
}

/* line 1173, ../sass/styles.scss */
#order-confirmation .page-title h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 1180, ../sass/styles.scss */
#order-confirmation .your-package-info {
  margin-top: 20px;
}
/* line 1183, ../sass/styles.scss */
#order-confirmation .your-package-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
/* line 1190, ../sass/styles.scss */
#order-confirmation .your-package-info .blueprint_format strong {
  font-size: 15px;
  font-weight: 600;
}
/* line 1197, ../sass/styles.scss */
#order-confirmation .your-package-info #extra-packages ul {
  padding-left: 20px;
}
/* line 1203, ../sass/styles.scss */
#order-confirmation strong {
  font-weight: 600;
}
/* line 1207, ../sass/styles.scss */
#order-confirmation h3 {
  font-size: 15px;
  font-weight: 600;
}
/* line 1211, ../sass/styles.scss */
#order-confirmation p {
  margin-bottom: 15px;
}

/* line 1216, ../sass/styles.scss */
#special-collections-listing.hidden {
  display: none;
}
/* line 1220, ../sass/styles.scss */
#special-collections-listing .collection {
  border: 1px solid #E6E6E6;
  padding: 15px;
  float: left;
  width: 194px;
  margin: 18px 18px 0 0;
}
/* line 1227, ../sass/styles.scss */
#special-collections-listing .collection h3 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}
/* line 1233, ../sass/styles.scss */
#special-collections-listing .collection:nth-child(4n) {
  margin-right: 0px;
}
/* line 1237, ../sass/styles.scss */
#special-collections-listing .collection li {
  padding-bottom: 5px;
}

/* line 1245, ../sass/styles.scss */
#featured-designers-listing.hidden {
  display: none;
}
/* line 1249, ../sass/styles.scss */
#featured-designers-listing li {
  padding-bottom: 5px;
  border: 1px solid #E6E6E6;
  padding: 15px;
  float: left;
  width: 194px;
  margin: 18px 18px 0 0;
}
/* line 1257, ../sass/styles.scss */
#featured-designers-listing li img {
  width: 100%;
}
/* line 1261, ../sass/styles.scss */
#featured-designers-listing li h3 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}
/* line 1267, ../sass/styles.scss */
#featured-designers-listing li:nth-child(4n) {
  margin-right: 0px;
}

/* line 1273, ../sass/styles.scss */
#coll-des-menu {
  width: 300px;
}
/* line 1275, ../sass/styles.scss */
#coll-des-menu li {
  float: right;
  cursor: pointer;
  margin-left: 15px;
  padding: 5px;
  background: #EEE;
  font-weight: 600;
}
/* line 1283, ../sass/styles.scss */
#coll-des-menu li.active {
  background: #4797D2;
  color: #FFF;
}

/* line 1291, ../sass/styles.scss */
.partners {
  margin-bottom: 20px;
}
/* line 1293, ../sass/styles.scss */
.partners li {
  background: #FFF;
  float: left;
  width: 280px;
  clear: none;
  box-sizing: border-box;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 180px;
  border: 1px #DDD solid;
}
/* line 1305, ../sass/styles.scss */
.partners li:nth-child(2n) {
  margin-right: 0;
}
/* line 1309, ../sass/styles.scss */
.partners li .checkboxStrip {
  margin-top: 10px;
}
/* line 1312, ../sass/styles.scss */
.partners li .checkboxStrip .checkbox {
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}

/* line 1321, ../sass/styles.scss */
.search-magnifying-glass {
  position: absolute;
  right: 3px;
  top: 0px;
  background: transparent url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/icons/icon-search.png) 0 6px no-repeat;
  border: 0;
  cursor: pointer;
  width: 28px;
  height: 34px;
}

/* grid */
/* line 1, ../sass/components/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 7, ../sass/components/_grid.scss */
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 16, ../sass/components/_grid.scss */
.container:after {
  clear: both;
}

/* line 19, ../sass/components/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 23, ../sass/components/_grid.scss */
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 32, ../sass/components/_grid.scss */
.row:after {
  clear: both;
}

/* line 35, ../sass/components/_grid.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* line 42, ../sass/components/_grid.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

/* line 45, ../sass/components/_grid.scss */
.col-xs-12 {
  width: 100%;
}

/* line 48, ../sass/components/_grid.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 51, ../sass/components/_grid.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 54, ../sass/components/_grid.scss */
.col-xs-9 {
  width: 75%;
}

/* line 57, ../sass/components/_grid.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 60, ../sass/components/_grid.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 63, ../sass/components/_grid.scss */
.col-xs-6 {
  width: 50%;
}

/* line 66, ../sass/components/_grid.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 69, ../sass/components/_grid.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 72, ../sass/components/_grid.scss */
.col-xs-3 {
  width: 25%;
}

/* line 75, ../sass/components/_grid.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 78, ../sass/components/_grid.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 81, ../sass/components/_grid.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 84, ../sass/components/_grid.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 87, ../sass/components/_grid.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 90, ../sass/components/_grid.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 93, ../sass/components/_grid.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 96, ../sass/components/_grid.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 99, ../sass/components/_grid.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 102, ../sass/components/_grid.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 105, ../sass/components/_grid.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 108, ../sass/components/_grid.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 111, ../sass/components/_grid.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 114, ../sass/components/_grid.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 117, ../sass/components/_grid.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 120, ../sass/components/_grid.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 123, ../sass/components/_grid.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 126, ../sass/components/_grid.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 129, ../sass/components/_grid.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 132, ../sass/components/_grid.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 135, ../sass/components/_grid.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 138, ../sass/components/_grid.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 141, ../sass/components/_grid.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 144, ../sass/components/_grid.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 147, ../sass/components/_grid.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 150, ../sass/components/_grid.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 153, ../sass/components/_grid.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 156, ../sass/components/_grid.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 159, ../sass/components/_grid.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 162, ../sass/components/_grid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 165, ../sass/components/_grid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 168, ../sass/components/_grid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 171, ../sass/components/_grid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 174, ../sass/components/_grid.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 177, ../sass/components/_grid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 180, ../sass/components/_grid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 183, ../sass/components/_grid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 186, ../sass/components/_grid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 189, ../sass/components/_grid.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 192, ../sass/components/_grid.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 195, ../sass/components/_grid.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 199, ../sass/components/_grid.scss */
  .container {
    width: 750px;
  }

  /* line 202, ../sass/components/_grid.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }

  /* line 205, ../sass/components/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 208, ../sass/components/_grid.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }

  /* line 211, ../sass/components/_grid.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }

  /* line 214, ../sass/components/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 217, ../sass/components/_grid.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }

  /* line 220, ../sass/components/_grid.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }

  /* line 223, ../sass/components/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 226, ../sass/components/_grid.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }

  /* line 229, ../sass/components/_grid.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }

  /* line 232, ../sass/components/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 235, ../sass/components/_grid.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }

  /* line 238, ../sass/components/_grid.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }

  /* line 241, ../sass/components/_grid.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 244, ../sass/components/_grid.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 247, ../sass/components/_grid.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 250, ../sass/components/_grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 253, ../sass/components/_grid.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 256, ../sass/components/_grid.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 259, ../sass/components/_grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 262, ../sass/components/_grid.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 265, ../sass/components/_grid.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 268, ../sass/components/_grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 271, ../sass/components/_grid.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 274, ../sass/components/_grid.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 277, ../sass/components/_grid.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 280, ../sass/components/_grid.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 283, ../sass/components/_grid.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  /* line 286, ../sass/components/_grid.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  /* line 289, ../sass/components/_grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 292, ../sass/components/_grid.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  /* line 295, ../sass/components/_grid.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  /* line 298, ../sass/components/_grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 301, ../sass/components/_grid.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  /* line 304, ../sass/components/_grid.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  /* line 307, ../sass/components/_grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 310, ../sass/components/_grid.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  /* line 313, ../sass/components/_grid.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  /* line 316, ../sass/components/_grid.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 319, ../sass/components/_grid.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 322, ../sass/components/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 325, ../sass/components/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 328, ../sass/components/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 331, ../sass/components/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 334, ../sass/components/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 337, ../sass/components/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 340, ../sass/components/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 343, ../sass/components/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 346, ../sass/components/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 349, ../sass/components/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 352, ../sass/components/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 355, ../sass/components/_grid.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 360, ../sass/components/_grid.scss */
  .container {
    width: 970px;
  }

  /* line 363, ../sass/components/_grid.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }

  /* line 366, ../sass/components/_grid.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 369, ../sass/components/_grid.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }

  /* line 372, ../sass/components/_grid.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }

  /* line 375, ../sass/components/_grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 378, ../sass/components/_grid.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }

  /* line 381, ../sass/components/_grid.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }

  /* line 384, ../sass/components/_grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 387, ../sass/components/_grid.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }

  /* line 390, ../sass/components/_grid.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }

  /* line 393, ../sass/components/_grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 396, ../sass/components/_grid.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }

  /* line 399, ../sass/components/_grid.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }

  /* line 402, ../sass/components/_grid.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 405, ../sass/components/_grid.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 408, ../sass/components/_grid.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 411, ../sass/components/_grid.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 414, ../sass/components/_grid.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 417, ../sass/components/_grid.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 420, ../sass/components/_grid.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 423, ../sass/components/_grid.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 426, ../sass/components/_grid.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 429, ../sass/components/_grid.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 432, ../sass/components/_grid.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 435, ../sass/components/_grid.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 438, ../sass/components/_grid.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 441, ../sass/components/_grid.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 444, ../sass/components/_grid.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  /* line 447, ../sass/components/_grid.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  /* line 450, ../sass/components/_grid.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 453, ../sass/components/_grid.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  /* line 456, ../sass/components/_grid.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  /* line 459, ../sass/components/_grid.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 462, ../sass/components/_grid.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  /* line 465, ../sass/components/_grid.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  /* line 468, ../sass/components/_grid.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 471, ../sass/components/_grid.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  /* line 474, ../sass/components/_grid.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  /* line 477, ../sass/components/_grid.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 480, ../sass/components/_grid.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 483, ../sass/components/_grid.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 486, ../sass/components/_grid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 489, ../sass/components/_grid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 492, ../sass/components/_grid.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 495, ../sass/components/_grid.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 498, ../sass/components/_grid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 501, ../sass/components/_grid.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 504, ../sass/components/_grid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 507, ../sass/components/_grid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 510, ../sass/components/_grid.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 513, ../sass/components/_grid.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 516, ../sass/components/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 521, ../sass/components/_grid.scss */
  .container {
    width: 1170px;
  }

  /* line 524, ../sass/components/_grid.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }

  /* line 527, ../sass/components/_grid.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 530, ../sass/components/_grid.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }

  /* line 533, ../sass/components/_grid.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }

  /* line 536, ../sass/components/_grid.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 539, ../sass/components/_grid.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }

  /* line 542, ../sass/components/_grid.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }

  /* line 545, ../sass/components/_grid.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 548, ../sass/components/_grid.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }

  /* line 551, ../sass/components/_grid.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }

  /* line 554, ../sass/components/_grid.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 557, ../sass/components/_grid.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }

  /* line 560, ../sass/components/_grid.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }

  /* line 563, ../sass/components/_grid.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 566, ../sass/components/_grid.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 569, ../sass/components/_grid.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 572, ../sass/components/_grid.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 575, ../sass/components/_grid.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 578, ../sass/components/_grid.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 581, ../sass/components/_grid.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 584, ../sass/components/_grid.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 587, ../sass/components/_grid.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 590, ../sass/components/_grid.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 593, ../sass/components/_grid.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 596, ../sass/components/_grid.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 599, ../sass/components/_grid.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 602, ../sass/components/_grid.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 605, ../sass/components/_grid.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  /* line 608, ../sass/components/_grid.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  /* line 611, ../sass/components/_grid.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 614, ../sass/components/_grid.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  /* line 617, ../sass/components/_grid.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  /* line 620, ../sass/components/_grid.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 623, ../sass/components/_grid.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  /* line 626, ../sass/components/_grid.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  /* line 629, ../sass/components/_grid.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 632, ../sass/components/_grid.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  /* line 635, ../sass/components/_grid.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  /* line 638, ../sass/components/_grid.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 641, ../sass/components/_grid.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 644, ../sass/components/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 647, ../sass/components/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 650, ../sass/components/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 653, ../sass/components/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 656, ../sass/components/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 659, ../sass/components/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 662, ../sass/components/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 665, ../sass/components/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 668, ../sass/components/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 671, ../sass/components/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 674, ../sass/components/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 677, ../sass/components/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
/* line 684, ../sass/components/_grid.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 691, ../sass/components/_grid.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 694, ../sass/components/_grid.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 697, ../sass/components/_grid.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 703, ../sass/components/_grid.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }

  /* line 706, ../sass/components/_grid.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  /* line 709, ../sass/components/_grid.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 715, ../sass/components/_grid.scss */
  .visible-xs.visible-md {
    display: block !important;
  }

  /* line 718, ../sass/components/_grid.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  /* line 721, ../sass/components/_grid.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 727, ../sass/components/_grid.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }

  /* line 730, ../sass/components/_grid.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  /* line 733, ../sass/components/_grid.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 738, ../sass/components/_grid.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 745, ../sass/components/_grid.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }

  /* line 748, ../sass/components/_grid.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  /* line 751, ../sass/components/_grid.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 757, ../sass/components/_grid.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 760, ../sass/components/_grid.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 763, ../sass/components/_grid.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 769, ../sass/components/_grid.scss */
  .visible-sm.visible-md {
    display: block !important;
  }

  /* line 772, ../sass/components/_grid.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  /* line 775, ../sass/components/_grid.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 781, ../sass/components/_grid.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }

  /* line 784, ../sass/components/_grid.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  /* line 787, ../sass/components/_grid.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 792, ../sass/components/_grid.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 799, ../sass/components/_grid.scss */
  .visible-md.visible-xs {
    display: block !important;
  }

  /* line 802, ../sass/components/_grid.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  /* line 805, ../sass/components/_grid.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 811, ../sass/components/_grid.scss */
  .visible-md.visible-sm {
    display: block !important;
  }

  /* line 814, ../sass/components/_grid.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  /* line 817, ../sass/components/_grid.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 823, ../sass/components/_grid.scss */
  .visible-md {
    display: block !important;
  }

  /* line 826, ../sass/components/_grid.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 829, ../sass/components/_grid.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 835, ../sass/components/_grid.scss */
  .visible-md.visible-lg {
    display: block !important;
  }

  /* line 838, ../sass/components/_grid.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  /* line 841, ../sass/components/_grid.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 846, ../sass/components/_grid.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 853, ../sass/components/_grid.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }

  /* line 856, ../sass/components/_grid.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  /* line 859, ../sass/components/_grid.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 865, ../sass/components/_grid.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }

  /* line 868, ../sass/components/_grid.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  /* line 871, ../sass/components/_grid.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 877, ../sass/components/_grid.scss */
  .visible-lg.visible-md {
    display: block !important;
  }

  /* line 880, ../sass/components/_grid.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  /* line 883, ../sass/components/_grid.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 889, ../sass/components/_grid.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 892, ../sass/components/_grid.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 895, ../sass/components/_grid.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 900, ../sass/components/_grid.scss */
.hidden-xs {
  display: block !important;
}

/* line 903, ../sass/components/_grid.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 906, ../sass/components/_grid.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 911, ../sass/components/_grid.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 919, ../sass/components/_grid.scss */
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 927, ../sass/components/_grid.scss */
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 935, ../sass/components/_grid.scss */
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 942, ../sass/components/_grid.scss */
.hidden-sm {
  display: block !important;
}

/* line 945, ../sass/components/_grid.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 948, ../sass/components/_grid.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 953, ../sass/components/_grid.scss */
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 961, ../sass/components/_grid.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 969, ../sass/components/_grid.scss */
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 977, ../sass/components/_grid.scss */
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 984, ../sass/components/_grid.scss */
.hidden-md {
  display: block !important;
}

/* line 987, ../sass/components/_grid.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 990, ../sass/components/_grid.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 995, ../sass/components/_grid.scss */
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1003, ../sass/components/_grid.scss */
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1011, ../sass/components/_grid.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 1019, ../sass/components/_grid.scss */
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 1026, ../sass/components/_grid.scss */
.hidden-lg {
  display: block !important;
}

/* line 1029, ../sass/components/_grid.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 1032, ../sass/components/_grid.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 1037, ../sass/components/_grid.scss */
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1045, ../sass/components/_grid.scss */
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1053, ../sass/components/_grid.scss */
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 1061, ../sass/components/_grid.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 1068, ../sass/components/_grid.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 1075, ../sass/components/_grid.scss */
  .visible-print {
    display: block !important;
  }

  /* line 1078, ../sass/components/_grid.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 1081, ../sass/components/_grid.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 1085, ../sass/components/_grid.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* other files */
/* dropdown menu */
/* line 2, ../sass/components/flyout-holster.scss */
#flyout-holster {
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  z-index: 100;
}
/* line 9, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page {
  width: 960px;
  display: none;
  position: absolute;
  z-index: 100;
  /* -------------------------------------------------- Special Collections - Featured Designers */
  /* -------------------------------------------------- Architectural Styles */
}
/* line 16, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .close {
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 0;
  text-indent: -9999px;
  background: url("http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/ico-close-blue.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
}
/* line 29, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .inner {
  padding: 15px 19px 19px 19px;
  border: 1px solid #E6E6E6;
  border-top-width: 0;
  background: #f8f4f4;
}
/* line 36, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing.hidden {
  display: none;
}
/* line 40, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing h2 {
  padding: 10px 100px 5px 0;
  margin: 0;
  line-height: 1;
  font-size: 24px;
}
/* line 49, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#special-collections-listing h2,
#flyout-holster #flyout-page .listing#featured-designers-listing h2 {
  padding-top: 0;
}
/* line 54, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page ul#coll-des-menu {
  margin: 0 40px 0 0;
  list-style: none;
}
/* line 59, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page ul#coll-des-menu li {
  float: right;
  padding: 5px 8px;
  margin: 0 0 0 10px;
  border: 1px solid #E6E6E6;
  line-height: 1;
  background: #5ea1c7;
  color: #FFF;
  cursor: pointer;
}
/* line 70, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page ul#coll-des-menu li.active {
  border-color: #E6E6E6;
  background: #FFF;
  color: #333;
  cursor: default;
}
/* line 77, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#special-collections-listing .collection {
  float: left;
  width: 182px;
  padding: 15px;
  border: 1px solid #E6E6E6;
  margin: 18px 18px 0 0;
  background: #FFF;
}
/* line 86, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#special-collections-listing .collection.fourth {
  margin-right: 0;
}
/* line 90, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#special-collections-listing .collection h3 {
  margin: 0;
}
/* line 94, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#special-collections-listing .collection ul {
  padding: 5px 0 0 0;
}
/* line 98, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#special-collections-listing .collection ul li a {
  display: block;
  padding: 2px 0;
}
/* line 103, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#featured-designers-listing ul.collection {
  padding: 0 0 19px 0;
  border-bottom: 10px solid #8eadbe;
}
/* line 108, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#featured-designers-listing ul.collection li {
  float: left;
  position: relative;
  width: 212px;
  height: 470px;
  padding: 0 0 19px 0;
  border: 1px solid #E6E6E6;
  margin: 18px 18px 0 0;
  background: #FFF;
}
/* line 119, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#featured-designers-listing ul.collection li.fourth {
  margin-right: 0;
}
/* line 123, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#featured-designers-listing ul.collection li h3 {
  margin: 10px 0 0 0;
  height: 33px;
  padding: 0 10px;
}
/* line 129, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#featured-designers-listing ul.collection li img {
  width: 212px;
  height: 136px;
}
/* line 134, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#featured-designers-listing ul.collection li p {
  height: 244px;
  margin: 10px 0 0 0;
  padding: 0 10px;
  overflow: hidden;
}
/* line 141, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#featured-designers-listing ul.collection li a.see-more {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  padding: 0 10px;
  margin: 10px 0 0 0;
  font-weight: 700;
  font-style: italic;
}
/* line 154, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar {
  float: left;
  width: 215px;
  border-width: 0;
  border-top: 7px solid #1D84BE;
  margin: 15px 15px 0 0;
  background: #F0F0F0;
}
/* line 163, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul {
  padding: 8px 15px;
  border: 1px solid #E6E6E6;
}
/* line 168, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul ul {
  display: none;
  padding: 0;
  border: none;
}
/* line 174, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li {
  line-height: 13px;
}
/* line 178, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li span {
  display: block;
  padding: 4px 0 4px 17px;
  color: #005AB6;
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/bg-architectural-styles-switch.png) no-repeat -1px 3px;
  cursor: pointer;
}
/* line 186, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li span:hover,
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li.active li span:hover {
  color: #000;
}
/* line 191, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li.with-kids span {
  background-position: -1px -29px;
}
/* line 195, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li.with-kids.expanded span {
  background-position: -1px -61px;
}
/* line 199, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li.active span {
  color: #d6810d;
}
/* line 203, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li.active li span {
  color: #005AB6;
}
/* line 207, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li.expanded ul {
  display: block;
}
/* line 211, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li li {
  padding: 0 0 0 15px;
}
/* line 215, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .sidebar ul li li span {
  background-image: none;
}
/* line 219, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content {
  float: left;
  width: 660px;
  padding: 15px 0 0 0;
}
/* line 225, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content .text {
  float: right;
  width: 325px;
}
/* line 230, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content .complementary {
  float: left;
  width: 320px;
}
/* line 235, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content h3 {
  margin: 0;
  font-size: 16px;
}
/* line 240, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content h4 {
  margin: 15px 0 0 0;
}
/* line 244, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content p.chapeau {
  font-weight: 700;
}
/* line 248, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content p.see-more {
  text-align: right;
  font-size: 13px;
}
/* line 253, ../sass/components/flyout-holster.scss */
#flyout-holster #flyout-page .listing#architectural-styles-listing .content p.see-more a {
  text-decoration: underline;
}

/* pages - browse styles */
/* line 1, ../sass/components/pages/styles.scss */
.mypagetitle {
  color: #949494;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

/** Product list **/
/* line 10, ../sass/components/pages/styles.scss */
.category-view {
  clear: both;
  content: "";
  display: table;
}
/* line 15, ../sass/components/pages/styles.scss */
.category-view li.item {
  width: 350px;
  float: left;
  margin-right: 30px;
}
/* line 20, ../sass/components/pages/styles.scss */
.category-view li.item .item-head {
  background: #EFEFEF;
  clear: both;
  content: "";
  display: table;
  width: 340px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  margin-bottom: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/components/pages/styles.scss */
.category-view li.item .item-head .product-name {
  float: left;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 37, ../sass/components/pages/styles.scss */
.category-view li.item .item-head .product-name a {
  color: #29597B;
}
/* line 42, ../sass/components/pages/styles.scss */
.category-view li.item .item-head .product-fb, .category-view li.item .item-head .product-pin-it {
  float: right;
}
/* line 43, ../sass/components/pages/styles.scss */
.category-view li.item .item-head .product-fb {
  height: 20px;
  margin-top: -5px;
}
/* line 44, ../sass/components/pages/styles.scss */
.category-view li.item .item-head .product-pin-it {
  height: 20px;
  margin-top: 4px;
}
/* line 47, ../sass/components/pages/styles.scss */
.category-view li.item .product-attrs {
  background: #EFEFEF;
}
/* line 56, ../sass/components/pages/styles.scss */
.category-view li.item.last {
  margin-right: 0;
}

/* line 61, ../sass/components/pages/styles.scss */
#architectural-styles-listing {
  position: relative;
}

/* line 65, ../sass/components/pages/styles.scss */
.main.col3-layout {
  padding-top: 0;
}
/* line 68, ../sass/components/pages/styles.scss */
.main.col3-layout .rel-left.sidebar {
  width: 185px;
  padding: 0 15px 15px 0;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
/* line 73, ../sass/components/pages/styles.scss */
.main.col3-layout .rel-left.sidebar .navigation-links {
  line-height: 20px;
  font-size: 13px;
}
/* line 79, ../sass/components/pages/styles.scss */
.main.col3-layout .rel-right.sidebar {
  width: 160px;
  margin-right: -175px;
  position: absolute !important;
  top: 26px;
  right: 0;
}
/* line 86, ../sass/components/pages/styles.scss */
.main.col3-layout .rel-right.sidebar .sample-box {
  width: 160px;
  height: 600px;
  background: #DDD;
  margin-bottom: 20px;
}
/* line 94, ../sass/components/pages/styles.scss */
.main.col3-layout .col-main {
  width: 100%;
}
/* line 97, ../sass/components/pages/styles.scss */
.main.col3-layout .col-main .content.rel-right {
  width: 730px;
}
/* line 102, ../sass/components/pages/styles.scss */
.main.col3-layout .col-main .content.rel-right .collections .halfwidth-collections {
  width: 730px;
}
/* line 106, ../sass/components/pages/styles.scss */
.main.col3-layout .col-main .content.rel-right .collections li {
  width: 350px;
  background-size: 100% !important;
}

/* pages - advanced search & category list */
/* line 2, ../sass/components/pages/category-list.scss */
.products-grid .item {
  margin-bottom: 30px;
}
/* line 5, ../sass/components/pages/category-list.scss */
.products-grid .item .product-name {
  color: #29597B;
}
/* line 7, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image {
  height: 195px;
  margin-bottom: 2px;
  background-size: 100% !important;
}
/* line 12, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area {
  opacity: 0;
  background: transparent;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* line 18, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area a {
  display: block;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 200;
  line-height: 65px;
  text-align: left;
  position: relative;
  padding-left: 120px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* line 33, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area a:hover {
  background: #EFEFEF;
  color: #4797D2;
}
/* line 38, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area a em {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/mouseover-item-sprite.png) no-repeat;
  display: inline-block;
  position: absolute;
  left: 75px;
  top: 21px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* line 50, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area .item-quickview-link em {
  background-position: 0 0;
  width: 25px;
  height: 25px;
}
/* line 57, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area .item-quickview-link:hover em {
  background-position: -45px 0;
}
/* line 62, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area .item-viewplan-link em {
  background-position: 0 -32px;
  width: 34px;
  height: 25px;
}
/* line 69, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area .item-viewplan-link:hover em {
  background-position: -39px -32px;
}
/* line 74, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area .item-saveplan-link em {
  background-position: 10px -67px;
  width: 25px;
  height: 25px;
}
/* line 81, ../sass/components/pages/category-list.scss */
.products-grid .item .item-image .item-options-area .item-saveplan-link:hover em {
  background-position: -47px -67px;
}
/* line 88, ../sass/components/pages/category-list.scss */
.products-grid .item:hover .item-options-area {
  opacity: 1;
  background: rgba(71, 151, 211, 0.9);
}
/* line 95, ../sass/components/pages/category-list.scss */
.products-grid .item .product-list-details .product-attrs .attr {
  float: left;
  width: 86px;
  border-right: 2px #FFF solid;
  background: #EFEFEF;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
  color: #29597B;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 107, ../sass/components/pages/category-list.scss */
.products-grid .item .product-list-details .product-attrs .attr strong {
  font-size: 14px;
  font-weight: 600;
}
/* line 113, ../sass/components/pages/category-list.scss */
.products-grid .item .product-list-details .product-attrs .medium-attr {
  width: 174px;
  border-top: 2px #FFF solid;
}
/* line 118, ../sass/components/pages/category-list.scss */
.products-grid .item .product-list-details .product-attrs .attr.last {
  border-right: 0;
}

/* line 127, ../sass/components/pages/category-list.scss */
.formitem label {
  font-size: 14px;
  text-transform: lowercase;
  margin-bottom: 5px;
  display: block;
}
/* line 134, ../sass/components/pages/category-list.scss */
.formitem select {
  border: 2px #BCBCBC solid;
  width: 176px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 141, ../sass/components/pages/category-list.scss */
.formitem .options {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
/* line 147, ../sass/components/pages/category-list.scss */
.formitem .options label {
  background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/checkbox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 19px;
  padding-top: 21px;
  text-align: center;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  cursor: pointer;
}
/* line 160, ../sass/components/pages/category-list.scss */
.formitem .options label.active {
  background-position: -21px 0;
}

/* line 164, ../sass/components/pages/category-list.scss */
.filters-added {
  margin: 10px 0 15px;
}
/* line 168, ../sass/components/pages/category-list.scss */
.filters-added label {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  text-transform: lowercase;
}
/* line 174, ../sass/components/pages/category-list.scss */
.filters-added .filter-added-option {
  padding-left: 15px;
  color: #29597B;
  font-size: 14px;
  font-style: italic;
  clear: both;
  margin-bottom: 13px;
}
/* line 182, ../sass/components/pages/category-list.scss */
.filters-added .filter-added-option .filter-op-remove {
  float: right;
  color: #FFF;
  background: #4797D3;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
}
/* line 196, ../sass/components/pages/category-list.scss */
.filters-added .filter-added-option .filter-op-remove:hover {
  text-decoration: none;
}

/** search filters sidebar **/
/* line 203, ../sass/components/pages/category-list.scss */
.form-filter-group {
  overflow: hidden;
  height: 32px;
  width: 180px;
  margin-bottom: 1px;
}
/* line 209, ../sass/components/pages/category-list.scss */
.form-filter-group .active-filter {
  cursor: pointer;
  background-color: #e1e1e1;
  line-height: 32px;
  padding: 0 10px;
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #29597B;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* line 221, ../sass/components/pages/category-list.scss */
.form-filter-group .active-filter:hover {
  background-color: rgba(225, 225, 225, 0.7);
}
/* line 225, ../sass/components/pages/category-list.scss */
.form-filter-group .active-filter .filter-plus {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/icons/icon-expanded-arrows.png) 4px 0 no-repeat;
  text-indent: -99999px;
  text-align: left;
  text-transform: capitalize;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 8px;
}
/* line 237, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options {
  margin-top: 10px;
}
/* line 240, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options li {
  color: #29597B;
  font-size: 13px;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  line-height: 20px;
  width: 180px;
}
/* line 249, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options li .filter-option-value {
  width: 155px;
  float: left;
}
/* line 251, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options li em {
  background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/checkbox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 19px;
  height: 19px;
  float: left;
  margin-right: 5px;
}
/* line 262, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options li.checked em {
  background-position: -21px 0;
}
/* line 264, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options input {
  color: #949494;
  border: 1px #959595 solid;
  padding: 3px 8px;
}
/* line 270, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options .range-cell {
  width: 65px;
  float: left;
}
/* line 274, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options .range-cell input {
  width: 47px;
}
/* line 277, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options .range-separator {
  float: left;
  line-height: 48px;
  width: 15px;
  text-align: center;
  margin: 0 5px;
}
/* line 285, ../sass/components/pages/category-list.scss */
.form-filter-group .filter-options .range-footnote {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 10px;
}

/* line 296, ../sass/components/pages/category-list.scss */
.formitem .form-filter-group span {
  width: auto !important;
}
/* line 297, ../sass/components/pages/category-list.scss */
.formitem .form-filter-group .filter-plus {
  width: 16px !important;
}

/* line 303, ../sass/components/pages/category-list.scss */
.form-filter-group.expanded {
  height: auto;
  margin-bottom: 10px;
}
/* line 307, ../sass/components/pages/category-list.scss */
.form-filter-group.expanded .filter-plus {
  background-position: 0 -36px;
}

/* line 313, ../sass/components/pages/category-list.scss */
.all-available-plans {
  font-weight: 800;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}

/* line 321, ../sass/components/pages/category-list.scss */
.toolbar {
  clear: both;
  content: "";
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
/* line 328, ../sass/components/pages/category-list.scss */
.toolbar .saver {
  display: none;
}
/* line 331, ../sass/components/pages/category-list.scss */
.toolbar .pager label {
  text-transform: lowercase;
  font-size: 14px;
}
/* line 332, ../sass/components/pages/category-list.scss */
.toolbar .pager .sorter {
  float: left;
  font-size: 14px;
  width: 220px;
}
/* line 337, ../sass/components/pages/category-list.scss */
.toolbar .pager .sorter select {
  border: 2px #BCBCBC solid;
  color: #949494;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 170px;
  padding: 0;
}
/* line 346, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter {
  float: left;
  margin-left: 30px;
  font-size: 14px;
}
/* line 347, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter label {
  float: left;
  line-height: 22px;
}
/* line 353, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter select {
  border: 2px #BCBCBC solid;
  color: #949494;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 359, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter #searchLimits {
  float: left;
  margin-left: 5px;
}
/* line 362, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter #searchLimits li {
  float: left;
}
/* line 365, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter #searchLimits li a {
  color: #949494;
  font-weight: 600;
  background: #FFF;
  border: 1px #959595 solid;
  border-right: 0 !important;
  padding: 4px 6px;
  display: block;
}
/* line 377, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter #searchLimits li:last-of-type a {
  border-right: 1px #959595 solid !important;
}
/* line 384, ../sass/components/pages/category-list.scss */
.toolbar .pager .limiter #searchLimits li.limiter-selected a {
  background: #4797D3;
  color: #FFF;
}
/* line 392, ../sass/components/pages/category-list.scss */
.toolbar .pager #searchPager {
  float: right;
}
/* line 395, ../sass/components/pages/category-list.scss */
.toolbar .pager #searchPager li {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
/* line 400, ../sass/components/pages/category-list.scss */
.toolbar .pager #searchPager li a {
  color: #4797D2;
}
/* line 404, ../sass/components/pages/category-list.scss */
.toolbar .pager #searchPager li .previous, .toolbar .pager #searchPager li .next {
  font-size: 16px;
  font-weight: 700;
}
/* line 406, ../sass/components/pages/category-list.scss */
.toolbar .pager #searchPager li:last-of-type {
  margin-right: 0;
}
/* line 409, ../sass/components/pages/category-list.scss */
.toolbar .pager #searchPager li.current {
  font-weight: 500;
}

/* line 416, ../sass/components/pages/category-list.scss */
.all-available-plans-results strong {
  display: block;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
  border-top: 1px #DDD solid;
  padding-top: 15px;
  text-align: right;
}
/* line 426, ../sass/components/pages/category-list.scss */
.all-available-plans-results input.v2-button {
  padding: 6px 15px;
  margin-bottom: 5px;
}
/* line 428, ../sass/components/pages/category-list.scss */
.all-available-plans-results .clear-button {
  background: none;
  font-size: 13px;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  clear: both;
  color: #4797D3;
}
/* line 439, ../sass/components/pages/category-list.scss */
.all-available-plans-results .clear-button:hover {
  text-decoration: underline;
}
/* line 444, ../sass/components/pages/category-list.scss */
.all-available-plans-results br {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}

/* pages - product view */
/* line 1, ../sass/components/pages/product-view.scss */
.product-navigation {
  margin-bottom: 10px;
}
/* line 4, ../sass/components/pages/product-view.scss */
.product-navigation #breadcrumbs {
  float: left;
}
/* line 7, ../sass/components/pages/product-view.scss */
.product-navigation #breadcrumbs .breadcrumbs {
  padding: 0;
  width: 720px;
}
/* line 14, ../sass/components/pages/product-view.scss */
.product-navigation #prev-next-buttons a {
  margin-left: 20px;
  font-size: 14px;
  text-transform: lowercase;
}
/* line 21, ../sass/components/pages/product-view.scss */
.product-navigation:after {
  content: " ";
  clear: both;
  display: block;
  zoom: 1;
  width: 100%;
}

/* line 32, ../sass/components/pages/product-view.scss */
.product-img-box {
  position: relative;
  width: 630px;
}
/* line 36, ../sass/components/pages/product-view.scss */
.product-img-box .product-image {
  border: 1px #EEE solid;
  width: 628px;
  margin-bottom: 15px;
  position: relative;
}
/* line 42, ../sass/components/pages/product-view.scss */
.product-img-box .product-image #next, .product-img-box .product-image #prev {
  top: 177px;
  position: absolute;
  text-indent: -99999px;
  width: 19px;
  height: 36px;
  z-index: 50;
}
/* line 51, ../sass/components/pages/product-view.scss */
.product-img-box .product-image #next {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/carousel-arrow-right.png) 0 0 no-repeat;
  right: 10px;
}
/* line 56, ../sass/components/pages/product-view.scss */
.product-img-box .product-image #prev {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/carousel-arrow-left.png) 0 0 no-repeat;
  left: 10px;
}
/* line 61, ../sass/components/pages/product-view.scss */
.product-img-box .product-image .mirror-preview {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 71, ../sass/components/pages/product-view.scss */
.product-img-box .plan-headline {
  margin-bottom: 15px;
}
/* line 74, ../sass/components/pages/product-view.scss */
.product-img-box .plan-headline .plan-headline-title {
  text-transform: uppercase;
  font-size: 13px;
}
/* line 79, ../sass/components/pages/product-view.scss */
.product-img-box .plan-headline .pheadline-reverse, .product-img-box .plan-headline .pheadline-zoomin {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/product-image-icons.png) 0 0 no-repeat;
  float: right;
  font-size: 12px;
  text-transform: lowercase;
  color: #000;
  padding-right: 30px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}
/* line 90, ../sass/components/pages/product-view.scss */
.product-img-box .plan-headline .pheadline-reverse:hover, .product-img-box .plan-headline .pheadline-zoomin:hover {
  text-decoration: none;
}
/* line 94, ../sass/components/pages/product-view.scss */
.product-img-box .plan-headline .pheadline-reverse {
  background-position: right -31px;
  margin-right: 30px;
}
/* line 98, ../sass/components/pages/product-view.scss */
.product-img-box .plan-headline .pheadline-zoomin {
  background-position: right 0;
}
/* line 103, ../sass/components/pages/product-view.scss */
.product-img-box .more-views {
  margin-bottom: 30px;
}
/* line 105, ../sass/components/pages/product-view.scss */
.product-img-box .secondary-actions {
  background: #EBEBEB;
  padding: 5px 20px;
  width: 145px;
}
/* line 111, ../sass/components/pages/product-view.scss */
.product-img-box .secondary-actions a {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/secondary-actions-icons.png) 0 0 no-repeat;
  text-transform: lowercase;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  display: inline-block;
  padding-right: 35px;
  cursor: pointer;
}
/* line 122, ../sass/components/pages/product-view.scss */
.product-img-box .secondary-actions .save-plan-button {
  background-position: right -45px;
  float: left;
}
/* line 126, ../sass/components/pages/product-view.scss */
.product-img-box .secondary-actions .print-plan-button {
  background-position: right 0;
  float: right;
}
/* line 133, ../sass/components/pages/product-view.scss */
.product-img-box .social-media {
  width: 430px;
}
/* line 135, ../sass/components/pages/product-view.scss */
.product-img-box .social-media div {
  float: left;
  /*margin-right:25px;
  width:75px;*/
}

/* line 144, ../sass/components/pages/product-view.scss */
.product-details-left {
  width: 300px;
}
/* line 147, ../sass/components/pages/product-view.scss */
.product-details-left .product-price {
  margin-bottom: 30px;
}
/* line 150, ../sass/components/pages/product-view.scss */
.product-details-left .product-price .product-price-title {
  color: #949494;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
/* line 159, ../sass/components/pages/product-view.scss */
.product-details-left .product-price .product-price-value {
  color: #29597B;
  font-size: 23px;
  font-weight: 600;
}
/* line 167, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .product-attr-field {
  margin-bottom: 20px;
}
/* line 170, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .product-attr-field select {
  width: 100%;
  padding: 2px 0;
}
/* line 176, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .product-attr-field.rel-pad-lt-20 {
  padding-left: 20px;
}
/* line 181, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .rel-additional-options-link {
  background: #E1E1E1;
  padding: 10px;
  color: #29597B;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0.4px;
}
/* line 192, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .rel-additional-options-link .filter-plus {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/icons/icon-expanded-arrows.png) 4px 0 no-repeat;
  text-indent: -99999px;
  text-align: left;
  text-transform: capitalize;
  width: 16px;
  height: 16px;
  float: right;
}
/* line 202, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .rel-additional-options-link:hover {
  text-decoration: none;
}
/* line 205, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .rel-additional-options-link:hover .filter-plus {
  background-position: 0px -38px;
}
/* line 211, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .rel-additional-options-link.expanded {
  text-decoration: none;
}
/* line 214, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .rel-additional-options-link.expanded .filter-plus {
  background-position: 0px -38px;
}
/* line 220, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .v2-button {
  width: 100%;
  padding: 15px;
  font-size: 1.5em;
}
/* line 227, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .modify-list .form-filter-group {
  width: 100%;
}
/* line 228, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .modify-list .filter-options {
  width: 100%;
}
/* line 231, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .modify-list .filter-options li {
  width: 100%;
}
/* line 234, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .modify-list .filter-options li span {
  width: 275px !important;
}
/* line 239, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .modify-list .filter-options li.disabled {
  opacity: .5;
}
/* line 242, ../sass/components/pages/product-view.scss */
.product-details-left .product-attribute .modify-list .filter-options li.disabled em {
  opacity: .5;
}

/* line 252, ../sass/components/pages/product-view.scss */
.simple-toggle-area .simple-toggle-title {
  cursor: pointer;
}
/* line 260, ../sass/components/pages/product-view.scss */
.simple-toggle-area .simple-toggle-content {
  display: none;
}

/* line 267, ../sass/components/pages/product-view.scss */
div.product-about-buy {
  width: 630px;
  float: left;
  margin-top: 40px;
}
/* line 272, ../sass/components/pages/product-view.scss */
div.product-about-buy .collections h3 {
  background-position: center center;
}
/* line 275, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-narrow-block table.four-columns {
  width: 300px;
  border: 1px #000 solid;
}
/* line 279, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-narrow-block table.four-columns thead {
  background: #E1E1E1;
}
/* line 281, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-narrow-block table.four-columns thead td {
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 290, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-narrow-block table.four-columns tbody tr td {
  line-height: 19px;
}
/* line 294, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-narrow-block table.four-columns tbody tr td:first-child {
  font-weight: 600;
}
/* line 303, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-special-features {
  width: 300px;
  float: left;
}
/* line 307, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-special-features h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 312, ../sass/components/pages/product-view.scss */
div.product-about-buy .product-special-features li {
  height: auto;
  margin: 0;
  float: none;
  width: 100%;
  list-style: inside disc;
  color: #29597B;
}

/* line 325, ../sass/components/pages/product-view.scss */
.tab-menu ul li {
  color: #FFF;
  background: #1694d7;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

/* line 344, ../sass/components/pages/product-view.scss */
.product-view div.zip-check {
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/transparent-gray-bg.png);
  margin-left: 130px;
  margin-top: 408px;
}

/* line 353, ../sass/components/pages/product-view.scss */
.zip-check > div {
  margin: 15px 10px;
}

/* line 354, ../sass/components/pages/product-view.scss */
.zip-check .zip-check-text {
  font-size: 11px;
  width: 366px;
  font-weight: bold;
}

/* line 359, ../sass/components/pages/product-view.scss */
.zip-check .zip-check-text span {
  font-size: 9px;
  color: #716d6d;
  font-weight: normal;
}

/* line 364, ../sass/components/pages/product-view.scss */
.zip-check .zip-check-zip {
  width: 130px;
}

/* line 367, ../sass/components/pages/product-view.scss */
.zip-check-zip input {
  width: 90px;
}

/* line 368, ../sass/components/pages/product-view.scss */
.zip-check .zip-check-close {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/buttons-24-sprite.png) no-repeat 0 -30px;
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 0px;
  right: -10px;
  top: -10px;
  cursor: pointer;
  /*z-index: 200;*/
}

/* line 380, ../sass/components/pages/product-view.scss */
.zip-check .zip-check-search {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/buttons-24-sprite.png) no-repeat 0 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0px;
  cursor: pointer;
  position: absolute;
  top: -2px;
  right: 0px;
  /*z-index: 200;*/
}

/* line 393, ../sass/components/pages/product-view.scss */
.product-navigation .prev-prod span, .product-navigation .next-prod span, .plan-zoom .next span, .plan-zoom .prev span {
  margin: 7px 0 0 35px;
  display: block;
}

/* line 397, ../sass/components/pages/product-view.scss */
.product-navigation .next-prod span, .plan-zoom .next span {
  margin: 7px 35px 0 0;
}

/* line 401, ../sass/components/pages/product-view.scss */
.product-navigation .prev-prod span a {
  padding-left: 35px;
}

/* line 404, ../sass/components/pages/product-view.scss */
.product-navigation .next-prod span a {
  padding-right: 35px;
}

/* line 408, ../sass/components/pages/product-view.scss */
.product-navigation .next-prod a, .plan-zoom .next, .product-related .next-prod {
  background-position: 100% -100px;
  text-align: right;
}

/* line 413, ../sass/components/pages/product-view.scss */
.product-navigation .next-img,
.product-navigation .prev-img {
  cursor: pointer;
}

/* line 418, ../sass/components/pages/product-view.scss */
.more-views {
  width: 630px;
  margin-top: 5px;
  position: relative;
}

/* line 423, ../sass/components/pages/product-view.scss */
.carousel {
  width: 630px !important;
}

/* line 424, ../sass/components/pages/product-view.scss */
.carousel ul li {
  border: 1px #37ADCF solid;
  margin-right: 4px;
  cursor: pointer;
}

/* line 429, ../sass/components/pages/product-view.scss */
.carousel ul li img {
  display: block;
}

/* line 431, ../sass/components/pages/product-view.scss */
.more-views .prev, .more-views .next, .more-views .carousel {
  position: relative;
  float: left;
}

/* line 432, ../sass/components/pages/product-view.scss */
.more-views .prev, .more-views .next {
  background: rgba(255, 255, 255, 0.8) url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/more-views-arrows.png) 0 0 no-repeat;
  visibility: visible !important;
  position: absolute;
  top: 0;
  height: 70px;
  z-index: 90;
  width: 30px;
  text-indent: -99999px;
  text-align: left;
  cursor: pointer;
}

/* line 445, ../sass/components/pages/product-view.scss */
.more-views .prev {
  left: 0;
  background-position: 8px 20px;
}

/* line 450, ../sass/components/pages/product-view.scss */
.more-views .next {
  right: 0;
  background-position: -37px 20px;
}

/* line 455, ../sass/components/pages/product-view.scss */
.more-views .prev:hover, .more-views .next:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

/* line 457, ../sass/components/pages/product-view.scss */
.product-attrs > div {
  padding: 10px;
}

/* line 458, ../sass/components/pages/product-view.scss */
.product-top-side .product-fb {
  position: relative;
  float: none;
}

/* line 459, ../sass/components/pages/product-view.scss */
.product-fb br {
  display: none;
}

/* line 461, ../sass/components/pages/product-view.scss */
.more-from-designer {
  float: left;
  background: #e8e3e3;
  padding: 4px 6px 5px 6px;
  line-height: 1;
  color: #757576;
}

/* line 462, ../sass/components/pages/product-view.scss */
.more-from-designer span {
  color: #f7941e;
  font-weight: bold;
  font-size: 11px;
}

/* line 464, ../sass/components/pages/product-view.scss */
.descriptions-tab .more-from-designer {
  float: left;
  margin: 20px 0 0 10px;
}

/* line 469, ../sass/components/pages/product-view.scss */
.attributes {
  font-size: 13px;
  color: #58585a;
}

/* line 470, ../sass/components/pages/product-view.scss */
.attributes > div {
  margin: 5px 10px 10px 0;
}

/* line 471, ../sass/components/pages/product-view.scss */
.attributes .span-2 {
  text-transform: uppercase;
  font-weight: bold;
  width: 118px;
  margin-left: 0;
}

/* line 472, ../sass/components/pages/product-view.scss */
.attributes .span-3 {
  margin-right: 0;
  width: 110px;
}

/* line 474, ../sass/components/pages/product-view.scss */
.product-about-buy .pdp-logo {
  width: 475px;
  height: 178px;
}

/* line 479, ../sass/components/pages/product-view.scss */
div.product-about-buy h1 {
  margin-top: -10px;
}

/* line 483, ../sass/components/pages/product-view.scss */
.product-column {
  width: 50%;
  float: left;
}

/* line 487, ../sass/components/pages/product-view.scss */
.product-column h1 {
  color: #e79837;
}

/* line 489, ../sass/components/pages/product-view.scss */
.product-column h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0px 10px;
}

/* line 490, ../sass/components/pages/product-view.scss */
.product-column h2 .strong {
  font-weight: bold;
}

/* line 492, ../sass/components/pages/product-view.scss */
.product-description {
  line-height: 16px;
  margin-bottom: 20px;
}

/* line 493, ../sass/components/pages/product-view.scss */
.product-description .rel-left, .product-description .rel-right {
  margin-bottom: 15px;
}

/* line 494, ../sass/components/pages/product-view.scss */
.product-narrow-block tr td.col1, .product-narrow-block tr td.col3 {
  width: 80px;
}

/* line 495, ../sass/components/pages/product-view.scss */
.product-narrow-block tr td.col2 {
  width: 120px;
}

/* line 496, ../sass/components/pages/product-view.scss */
.product-narrow-block tr td.col4 {
  width: 20px;
}

/* line 498, ../sass/components/pages/product-view.scss */
.product-special-features {
  width: 360px;
  padding-bottom: 30px;
}

/* line 499, ../sass/components/pages/product-view.scss */
.product-special-features h2 {
  margin: 15px 0;
}

/* line 500, ../sass/components/pages/product-view.scss */
.product-special-features ul {
  margin: 0px;
  line-height: 19px;
}

/* line 501, ../sass/components/pages/product-view.scss */
.product-special-features ul li {
  list-style-type: square;
}

/* line 502, ../sass/components/pages/product-view.scss */
.half-column {
  width: 150px;
  float: left;
  list-style-position: inside;
}

/* line 503, ../sass/components/pages/product-view.scss */
.product-special-features .half-column {
  width: 160px;
  float: left;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 504, ../sass/components/pages/product-view.scss */
.ie7 .product-special-features .half-column {
  margin-left: 0px;
  padding-left: 20px;
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bullet_square.gif) no-repeat 0 2px;
}

/* line 506, ../sass/components/pages/product-view.scss */
.items-no-show, .hide-state, .more-block {
  display: none;
}

/* line 507, ../sass/components/pages/product-view.scss */
.items-do-show {
  display: list-item;
}

/* line 509, ../sass/components/pages/product-view.scss */
.show-full-list, .show-more {
  font-size: 10px;
  font-weight: bold;
  color: #1694d7;
  cursor: pointer;
}

/* line 511, ../sass/components/pages/product-view.scss */
ul.plan-type {
  margin: 0;
}

/* line 512, ../sass/components/pages/product-view.scss */
ul.plan-type li {
  width: 270px;
  list-style-type: none;
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/product-type-bullet.png) 0 -128px no-repeat;
  vertical-align: top;
  margin-top: 10px;
}

/* line 519, ../sass/components/pages/product-view.scss */
ul.plan-type li.selected {
  background-position: 0 0;
}

/* line 520, ../sass/components/pages/product-view.scss */
ul.plan-type li > div {
  margin-left: 30px;
}

/* line 522, ../sass/components/pages/product-view.scss */
ul.plan-type li .plan-name {
  line-height: 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

/* line 523, ../sass/components/pages/product-view.scss */
.plan-options {
  margin: 20px 0;
  width: 300px;
}

/* line 528, ../sass/components/pages/product-view.scss */
.plan-actions {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

/* line 529, ../sass/components/pages/product-view.scss */
.plan-actions > div {
  margin-right: 6px;
}

/* line 530, ../sass/components/pages/product-view.scss */
.plan-actions .short-note-block, .plan-actions .long-note-block {
  width: 70px;
  font-size: 9px;
  color: #333333;
  margin-top: 10px;
}

/* line 536, ../sass/components/pages/product-view.scss */
.plan-actions .long-note-block {
  width: 120px;
}

/* line 538, ../sass/components/pages/product-view.scss */
.plan-actions .flexible-button {
  margin-left: 8px;
}

/* line 540, ../sass/components/pages/product-view.scss */
.pdp-tabs > div {
  display: none;
}

/* line 542, ../sass/components/pages/product-view.scss */
.modal-lists {
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
/* line 548, ../sass/components/pages/product-view.scss */
.modal-lists li {
  float: left;
  margin-right: 20px;
}

/* line 555, ../sass/components/pages/product-view.scss */
.more-plans .carousel {
  margin: auto;
  width: 350px !important;
}

/* line 560, ../sass/components/pages/product-view.scss */
.more-plans .carousel ul {
  width: 350px !important;
}

/* line 561, ../sass/components/pages/product-view.scss */
.more-plans .carousel ul li.selected {
  background: transparent url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/white-arrow-top.png) no-repeat 10px 0;
  border: 0;
}

/* line 565, ../sass/components/pages/product-view.scss */
.more-plans .carousel ul li > div {
  text-align: center;
  margin-top: 5px;
}

/* line 569, ../sass/components/pages/product-view.scss */
.more-plans .carousel ul li > img {
  margin-top: 5px;
  border: 2px solid #333;
}

/* line 573, ../sass/components/pages/product-view.scss */
.plan-view .plan-zoom {
  text-align: center;
}

/* line 576, ../sass/components/pages/product-view.scss */
.plan-view .plan-zoom h3 span {
  display: block;
  text-transform: uppercase;
}

/* line 577, ../sass/components/pages/product-view.scss */
.plan-view .plan-zoom h3 a {
  font-size: 12px;
  text-decoration: underline;
}

/* line 578, ../sass/components/pages/product-view.scss */
.pdp-tabs .title, .underline-title {
  border-bottom: 1px solid #575757;
}

/* line 583, ../sass/components/pages/product-view.scss */
.title h1 {
  color: #333;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 591, ../sass/components/pages/product-view.scss */
.plan-view {
  margin: 0 10px 0 30px;
}

/* line 592, ../sass/components/pages/product-view.scss */
.plan-zoom .next span, .plan-zoom .prev span {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

/* line 593, ../sass/components/pages/product-view.scss */
.product-video-share {
  margin-top: 10px;
}

/* line 596, ../sass/components/pages/product-view.scss */
.video-button {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/video-icon.jpg) no-repeat 0 0;
  width: 100px;
  height: 45px;
  float: left;
  display: block;
  cursor: pointer;
}

/* line 605, ../sass/components/pages/product-view.scss */
.video-text {
  float: left;
  font-weight: bold;
  width: 400px;
  display: block;
  padding: 10px;
  cursor: pointer;
}

/* line 613, ../sass/components/pages/product-view.scss */
.top-control-bar {
  float: right;
}

/* line 614, ../sass/components/pages/product-view.scss */
.top-control-bar .flexible-button {
  margin-left: 25px;
  margin-top: 7px;
}

/* line 618, ../sass/components/pages/product-view.scss */
.video {
  display: none;
  position: absolute;
  z-index: 201;
}

/* line 619, ../sass/components/pages/product-view.scss */
.video-player-frame {
  width: 630px;
  height: 510px;
  border: none;
  border-collapse: collapse;
}

/* line 626, ../sass/components/pages/product-view.scss */
.tab-menu .plan-types .title {
  margin: 0 10px 10px 0;
}

/* line 627, ../sass/components/pages/product-view.scss */
.bottom-plan-types .plan-types li {
  float: left;
  display: block;
  width: 150px;
}

/* line 633, ../sass/components/pages/product-view.scss */
.product-related ul {
  margin: 0 0 0 10px;
  height: 145px;
}

/* line 637, ../sass/components/pages/product-view.scss */
.product-related li {
  float: left;
  list-style-type: none;
  margin: 20px 8px;
  padding: 1px 0;
}

/* line 644, ../sass/components/pages/product-view.scss */
.product-related .product-navigation .prod-nav-separator {
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  min-height: 50px;
  text-align: center;
}

/* line 651, ../sass/components/pages/product-view.scss */
.product-related {
  padding-bottom: 10px;
}

/* line 655, ../sass/components/pages/product-view.scss */
.related-carousel {
  padding-left: 10px;
}

/* line 656, ../sass/components/pages/product-view.scss */
.related-carousel ul li a span {
  padding: 3px 3px 0px 3px;
  border: 1px solid transparent;
  display: block;
}

/* line 657, ../sass/components/pages/product-view.scss */
.related-carousel ul li a span.selected {
  border: 1px solid #1d84be;
}

/* line 659, ../sass/components/pages/product-view.scss */
.product-related .related-navigation .info > div {
  width: 120px;
}

/* line 660, ../sass/components/pages/product-view.scss */
.product-related .product-navigation .middle > div {
  width: 350px;
}

/* line 664, ../sass/components/pages/product-view.scss */
.plan-types-main {
  width: 900px;
  margin-left: 30px;
  margin-top: 20px;
}

/* line 665, ../sass/components/pages/product-view.scss */
.product-related {
  margin: 20px 0 0 0;
}

/* line 667, ../sass/components/pages/product-view.scss */
.product-related .next-prod, .product-related .prev-prod {
  width: 30px;
  margin-top: 10px;
}

/* line 668, ../sass/components/pages/product-view.scss */
.product-related .product-navigation {
  border: none;
}

/* line 669, ../sass/components/pages/product-view.scss */
.product-related .info {
  margin: 10px;
}

/* line 672, ../sass/components/pages/product-view.scss */
.product-related .next-prod {
  margin-left: 3px;
}

/* line 673, ../sass/components/pages/product-view.scss */
.product-related .prod-nav-separator {
  padding: 0 10px;
  margin: 0px;
}

/* line 674, ../sass/components/pages/product-view.scss */
.product-related .product-inner-block > div {
  margin-left: 30px;
}

/* line 676, ../sass/components/pages/product-view.scss */
.product-modify .modify-list > div {
  margin: 10px 20px 10px 10px;
}

/* line 677, ../sass/components/pages/product-view.scss */
.product-modify .option-header span {
  line-height: 32px;
  font-size: 18px;
  vertical-align: bottom;
}

/* line 683, ../sass/components/pages/product-view.scss */
.product-modify .option-description {
  margin: 15px 0;
  line-height: 14px;
}

/* line 687, ../sass/components/pages/product-view.scss */
.product-modify .option-footer > span {
  font-size: 18px;
  font-weight: bold;
  color: #1d84be;
}

/* line 688, ../sass/components/pages/product-view.scss */
.product-view input.go-button {
  margin: 0px;
}

/* line 690, ../sass/components/pages/product-view.scss */
.product-modify .option-add {
  float: right;
}

/* line 691, ../sass/components/pages/product-view.scss */
.product-modify .option-add input.go-button {
  margin: 0 10px 0 0;
}

/* line 694, ../sass/components/pages/product-view.scss */
.questions-modal-box {
  margin: 20px 0;
  padding-left: 40px;
  width: auto;
  font-weight: 600;
}
/* line 700, ../sass/components/pages/product-view.scss */
.questions-modal-box span {
  float: left;
  line-height: 18px;
}
/* line 702, ../sass/components/pages/product-view.scss */
.questions-modal-box .left {
  text-align: right;
  font-size: 13px;
  margin-right: 20px;
}
/* line 708, ../sass/components/pages/product-view.scss */
.questions-modal-box .phone-number {
  font-size: 20px;
  margin-top: 7px;
}

/* line 714, ../sass/components/pages/product-view.scss */
.product-inner-block h1 {
  margin: 0 0 20px 0;
  padding: 0px;
  color: #CCC;
  font-size: 18px;
}

/* line 715, ../sass/components/pages/product-view.scss */
.product-inner-block h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0 5px !important;
  padding-bottom: 5px;
}

/* line 716, ../sass/components/pages/product-view.scss */
.product-inner-block p {
  padding: 0 0 10px 0;
}

/* line 720, ../sass/components/pages/product-view.scss */
.product-modify h3 {
  color: #19475F;
  margin: 10px 0 10px !important;
}
/* line 725, ../sass/components/pages/product-view.scss */
.product-modify h4 {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
}

/* line 734, ../sass/components/pages/product-view.scss */
.product-customize .customize-form .title {
  display: none;
}

/* line 736, ../sass/components/pages/product-view.scss */
.product-customize .customize-form {
  margin-top: 20px;
}

/* line 737, ../sass/components/pages/product-view.scss */
.product-customize .customize-form .form-label {
  line-height: 18px;
}

/* line 738, ../sass/components/pages/product-view.scss */
.product-customize .customize-form .customize-form-buttons {
  text-align: center;
}

/* line 740, ../sass/components/pages/product-view.scss */
.product-customize .customize-form .captcha a {
  margin-left: 10px;
  text-decoration: none;
}

/* line 741, ../sass/components/pages/product-view.scss */
.product-customize .customize-form .captcha a, .product-customize .customize-form .captcha img {
  line-height: 20px;
  float: left;
}

/* line 742, ../sass/components/pages/product-view.scss */
.customize-form-buttons a {
  width: 140px;
  margin: auto;
}

/* line 744, ../sass/components/pages/product-view.scss */
.product-discussion .title {
  margin-bottom: 20px;
}

/* line 746, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-description .block-content > div > div {
  float: left;
}

/* line 747, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-description div h2 {
  margin: 10px;
}

/* line 748, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-special-features {
  width: 420px;
  margin: 0 20px 0 0;
  padding-bottom: 10px;
}

/* line 749, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-special-features h2 {
  color: #333;
}

/* line 750, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-special-features ul {
  margin: 10px;
}

/* line 751, ../sass/components/pages/product-view.scss */
.descriptions-tab .half-column {
  width: 200px;
}

/* line 752, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-top-side, .descriptions-tab .product-top-side .product-attrs {
  height: auto;
}

/* line 755, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-top-side .product-attrs {
  border-color: #7f7f7f;
}

/* line 756, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-top-side .product-attrs > div {
  padding: 0px;
}

/* line 757, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-top-side .product-attrs .attributes > div {
  border-bottom: 1px solid #cfcfcf;
  margin: 0px;
  padding: 10px;
}

/* line 762, ../sass/components/pages/product-view.scss */
.descriptions-tab .product-top-side {
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/light-gray-gradient.gif) repeat-x 0 100%;
}

/* line 765, ../sass/components/pages/product-view.scss */
.descriptions-tab .right-side-bar {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
  font-size: 14px;
  width: 190px;
}

/* line 766, ../sass/components/pages/product-view.scss */
.product-description .right-side-bar {
  text-transform: none;
  font-weight: normal;
}

/* line 768, ../sass/components/pages/product-view.scss */
.plan-info-block {
  width: 270px;
  margin: 20px 20px 10px 10px;
}

/* line 769, ../sass/components/pages/product-view.scss */
.plan-info-block h2 {
  margin-top: 5px;
}

/* line 770, ../sass/components/pages/product-view.scss */
.plan-info-block > div > div {
  text-align: right;
  font-size: 10px;
}

/* line 771, ../sass/components/pages/product-view.scss */
.exclusive-freebies {
  margin: 20px 20px 10px 10px;
  border: 1px solid #000;
  width: 575px;
  background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/light-gray-gradient.gif) repeat-x 0 -40px;
}

/* line 777, ../sass/components/pages/product-view.scss */
.exclusive-freebies h2 {
  margin: 10px 0 0 10px;
}

/* line 778, ../sass/components/pages/product-view.scss */
.exclusive-freebies h3 {
  margin: 0 0 10px 0;
}

/* line 779, ../sass/components/pages/product-view.scss */
.exclusive-freebies .exclusive-freebie {
  width: 170px;
  margin: 10px;
}

/* line 780, ../sass/components/pages/product-view.scss */
#sundayskyDiv {
  width: 630px;
  height: 510px;
  display: none;
}

/* line 781, ../sass/components/pages/product-view.scss */
#sundayskyDiv object {
  width: 630px !important;
  height: 510px !important;
}

/* line 782, ../sass/components/pages/product-view.scss */
.product-img-box {
  position: relative;
  width: 630px;
}

/* line 783, ../sass/components/pages/product-view.scss */
.product-img-box.onVideo .zip-check {
  visibility: hidden;
}

/* line 784, ../sass/components/pages/product-view.scss */
.empty-modify-list {
  display: none;
}

/* line 786, ../sass/components/pages/product-view.scss */
#recaptcha_widget_div div {
  padding: 0px;
}

/* line 790, ../sass/components/pages/product-view.scss */
.chat-banner {
  width: 380px;
  overflow: hidden;
  height: 75px;
}

/* line 796, ../sass/components/pages/product-view.scss */
.plan-option-selector {
  display: block;
  position: absolute;
  background: transparent;
  width: 22px;
  height: 22px;
  margin-left: -30px;
  cursor: pointer;
}

/* line 806, ../sass/components/pages/product-view.scss */
.four-columns td {
  width: 40%;
  padding: 0 1%;
}

/* line 811, ../sass/components/pages/product-view.scss */
.customize-form .go-button {
  font-size: 12px;
}

/* IE7 fixes */
/* line 814, ../sass/components/pages/product-view.scss */
.ie7 div.product-about-buy h1 {
  margin-top: 0;
}

/* line 818, ../sass/components/pages/product-view.scss */
.ie7 .top-control-bar a.flexible-button span {
  white-space: nowrap;
}

/* line 822, ../sass/components/pages/product-view.scss */
.ie7 .four-columns td {
  border-bottom: 1px solid #cfcfcf;
}

/* line 823, ../sass/components/pages/product-view.scss */
.ie7 .product-special-features ul {
  zoom: 1;
  list-style-position: outside;
  clear: both;
}

/* line 826, ../sass/components/pages/product-view.scss */
.estimation-required {
  color: red;
}

/* line 828, ../sass/components/pages/product-view.scss */
.ie7 .customize-form .clearfix.empty {
  padding: 0px;
  line-height: 1px;
}

/* line 832, ../sass/components/pages/product-view.scss */
.catalog-product-view .chat-box {
  width: 276px;
}

/* line 837, ../sass/components/pages/product-view.scss */
.more-infos-options {
  margin: 0 0 10px;
}

/* line 842, ../sass/components/pages/product-view.scss */
.product-related .related-products-carousel {
  width: 960px !important;
}
/* line 845, ../sass/components/pages/product-view.scss */
.product-related .related-products-carousel li {
  width: 170px;
  height: 98px;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  border: 1px #4797D3 solid;
}
/* line 854, ../sass/components/pages/product-view.scss */
.product-related .related-products-carousel li:last-of-type {
  margin-right: 0;
}
/* line 858, ../sass/components/pages/product-view.scss */
.product-related .related-products-carousel li img {
  width: 100%;
}
/* line 863, ../sass/components/pages/product-view.scss */
.product-related .related-products-carousel .next, .product-related .related-products-carousel .prev {
  background: rgba(255, 255, 255, 0.8) url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/_v2/more-views-arrows.png) 0 0 no-repeat;
  visibility: visible !important;
  position: absolute;
  top: 0;
  height: 100px;
  z-index: 90;
  width: 30px;
  text-indent: -99999px;
  text-align: left;
  cursor: pointer;
  border: 0;
}
/* line 877, ../sass/components/pages/product-view.scss */
.product-related .related-products-carousel .prev {
  left: 0;
  background-position: 8px center;
}
/* line 882, ../sass/components/pages/product-view.scss */
.product-related .related-products-carousel .next {
  right: 0;
  background-position: -37px center;
}

/* pages - cart view */
/* line 3, ../sass/components/pages/cart.scss */
.checkout-cart-index .column {
  width: 48%;
  margin-right: 4%;
}
/* line 9, ../sass/components/pages/cart.scss */
.checkout-cart-index .package-column {
  margin-right: 0;
}
/* line 12, ../sass/components/pages/cart.scss */
.checkout-cart-index .package-column h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
/* line 19, ../sass/components/pages/cart.scss */
.checkout-cart-index .package-column .info-blueprint-package strong {
  font-size: 14px;
  font-weight: 600;
}
/* line 24, ../sass/components/pages/cart.scss */
.checkout-cart-index .package-column .info-blueprint-package strong.blueprint-format {
  width: 170px;
  margin-right: 15px;
}
/* line 29, ../sass/components/pages/cart.scss */
.checkout-cart-index .package-column .info-blueprint-package strong.blueprint-format-price {
  width: 130px;
}
/* line 35, ../sass/components/pages/cart.scss */
.checkout-cart-index .package-column #hw_options dl {
  margin-bottom: 10px;
}
/* line 37, ../sass/components/pages/cart.scss */
.checkout-cart-index .package-column #hw_options dl dt {
  font-size: 13px;
  font-weight: 600;
}

/* line 48, ../sass/components/pages/cart.scss */
.cart-plan-product-image img {
  width: 210px;
  padding: 5px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  margin-right: 15px;
}

/* line 57, ../sass/components/pages/cart.scss */
.cart-plan-product-attributes-area {
  width: 220px;
}
/* line 63, ../sass/components/pages/cart.scss */
.cart-plan-product-attributes-area ul li {
  font-size: 13px;
  display: block;
  padding: 5px 0;
  width: 100%;
  float: left;
}
/* line 70, ../sass/components/pages/cart.scss */
.cart-plan-product-attributes-area ul li strong {
  font-weight: 600;
  width: 120px;
  float: right;
}
/* line 76, ../sass/components/pages/cart.scss */
.cart-plan-product-attributes-area ul li:nth-child(even) {
  background: #EEE;
}

/* line 83, ../sass/components/pages/cart.scss */
.form-filter-group {
  margin: 0;
  width: 100%;
}
/* line 88, ../sass/components/pages/cart.scss */
.form-filter-group li {
  width: 100% !important;
}
/* line 92, ../sass/components/pages/cart.scss */
.form-filter-group li.disabled {
  opacity: .5;
}
/* line 94, ../sass/components/pages/cart.scss */
.form-filter-group li.disabled em {
  opacity: .5;
}
/* line 99, ../sass/components/pages/cart.scss */
.form-filter-group li.total-price {
  border-top: 1px #DDD solid;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 600;
}
/* line 106, ../sass/components/pages/cart.scss */
.form-filter-group span {
  width: 435px !important;
}
/* line 109, ../sass/components/pages/cart.scss */
.form-filter-group span.price {
  width: auto !important;
  float: right;
}

/* line 117, ../sass/components/pages/cart.scss */
#disclaimer-box {
  margin-top: 20px;
  width: 100%;
  float: left;
}
/* line 122, ../sass/components/pages/cart.scss */
#disclaimer-box strong {
  font-weight: 600;
}
/* line 125, ../sass/components/pages/cart.scss */
#disclaimer-box strong p {
  line-height: 22px;
}

/* line 130, ../sass/components/pages/cart.scss */
.v2-button.v2b-outline-blue {
  line-height: 18px;
}

/* pages - checkout view */
/* line 3, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .opc-wrapper {
  padding-top: 25px;
}
/* line 7, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .page-title {
  font-size: 16px;
  margin-top: 0;
}
/* line 13, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .checkout-block-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px #DDD solid;
  padding-bottom: 15px;
}
/* line 21, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .simple_border_bottom {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px #DDD solid;
}
/* line 28, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .coupon-box {
  background: rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin: 30px 0 35px;
}
/* line 33, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .coupon-box .messages {
  margin: 0 0 10px;
}
/* line 37, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .coupon-box label {
  font-weight: 600;
  font-size: 15px;
}
/* line 42, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .coupon-box input {
  width: 450px;
  margin: 0 20px;
}
/* line 49, ../sass/components/pages/checkout.scss */
.checkout-onepage-index #col-left-opcheckout {
  width: 200px;
}
/* line 53, ../sass/components/pages/checkout.scss */
.checkout-onepage-index #col-right-opcheckout {
  width: 740px;
}
/* line 58, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .form-list label {
  font-weight: 600;
  font-size: 14px;
}
/* line 64, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .form-list .fields {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
/* line 70, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .form-list .fields .field {
  float: left;
  width: 49%;
}
/* line 74, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .form-list .fields .field:nth-child(2) {
  float: right;
}
/* line 78, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .form-list .fields .field p {
  line-height: 60px;
  margin: 0;
}
/* line 85, ../sass/components/pages/checkout.scss */
.checkout-onepage-index .form-list .add-field {
  margin-bottom: 15px;
}

/* line 91, ../sass/components/pages/checkout.scss */
#checkoutStepsNav {
  float: left;
  margin-left: 30px;
  margin-top: 2px;
}
/* line 96, ../sass/components/pages/checkout.scss */
#checkoutStepsNav li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
}
/* line 101, ../sass/components/pages/checkout.scss */
#checkoutStepsNav li .active_nav {
  font-weight: 700;
  text-decoration: underline;
}

/* line 108, ../sass/components/pages/checkout.scss */
#checkoutSteps {
  width: 100%;
}

/* line 114, ../sass/components/pages/checkout.scss */
#login-form-checkout .text {
  margin-bottom: 10px;
}
/* line 117, ../sass/components/pages/checkout.scss */
#login-form-checkout label {
  font-weight: 600;
}

/* line 120, ../sass/components/pages/checkout.scss */
.opc-progress-container {
  width: 300px;
}
/* line 123, ../sass/components/pages/checkout.scss */
.opc-progress-container h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 129, ../sass/components/pages/checkout.scss */
.opc-progress-container li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/* line 133, ../sass/components/pages/checkout.scss */
.opc-progress-container li strong {
  font-weight: 600;
}
/* line 137, ../sass/components/pages/checkout.scss */
.opc-progress-container li.total-price {
  font-size: 14px;
  font-weight: 800;
}

/* line 146, ../sass/components/pages/checkout.scss */
.need-help-box span {
  font-size: 16px;
  margin-right: 35px;
  text-align: right;
}
/* line 147, ../sass/components/pages/checkout.scss */
.need-help-box strong {
  color: #29597B;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}

/* line 157, ../sass/components/pages/checkout.scss */
#checkout-step-shipping fieldset {
  width: 100%;
}
/* line 158, ../sass/components/pages/checkout.scss */
#checkout-step-shipping #use_same_address {
  position: static !important;
}

/* line 164, ../sass/components/pages/checkout.scss */
#checkout-review-table-wrapper .cart-plan-product-attributes-area {
  width: 350px;
}
/* line 168, ../sass/components/pages/checkout.scss */
#checkout-review-table-wrapper .cart-plan-product-attributes-area li strong {
  width: 200px;
}

/* line 173, ../sass/components/pages/checkout.scss */
#cvn-tooltip {
  background: #FFF;
  padding: 10px;
  border: 1px #EEE solid;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.05);
  top: -30px;
  left: 80px;
}
/* line 181, ../sass/components/pages/checkout.scss */
#cvn-tooltip p {
  line-height: normal;
}

/* line 187, ../sass/components/pages/checkout.scss */
.password-modal-link {
  line-height: 25px;
}

/* line 191, ../sass/components/pages/checkout.scss */
.order-title {
  font-size: 15px;
  font-weight: 600;
  color: #CCC;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 199, ../sass/components/pages/checkout.scss */
.added-options {
  width: 350px;
  font-size: 13px;
}
/* line 203, ../sass/components/pages/checkout.scss */
.added-options li {
  margin-bottom: 15px;
  background: none !important;
}
/* line 208, ../sass/components/pages/checkout.scss */
.added-options li.title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 213, ../sass/components/pages/checkout.scss */
.added-options li.total-price {
  text-align: right;
}
/* line 217, ../sass/components/pages/checkout.scss */
.added-options strong {
  font-weight: 600;
}
/* line 222, ../sass/components/pages/checkout.scss */
.added-options.package-info strong {
  font-size: 15px;
  font-weight: 600;
  width: auto !important;
  float: inherit;
}
/* line 229, ../sass/components/pages/checkout.scss */
.added-options.package-info li {
  background: none !important;
}
/* line 231, ../sass/components/pages/checkout.scss */
.added-options.package-info li strong {
  font-size: 13px !important;
}
/* line 235, ../sass/components/pages/checkout.scss */
.added-options.package-info li p {
  margin: 10px 0 0;
  font-size: 12px;
}
/* line 241, ../sass/components/pages/checkout.scss */
.added-options.package-info .blueprint_format {
  margin-bottom: 10px;
}
/* line 243, ../sass/components/pages/checkout.scss */
.added-options.package-info .blueprint_format strong {
  font-size: 15px !important;
}

/* table */
/* line 252, ../sass/components/pages/checkout.scss */
.grand-total table td span {
  float: right;
}

/* line 255, ../sass/components/pages/checkout.scss */
.grand-total {
  margin-left: 237px;
  width: 350px;
  font-weight: 800;
  border-top: 1px #EEE solid;
  padding-top: 10px;
}

/* line 265, ../sass/components/pages/checkout.scss */
.rel-660-width {
  width: 660px;
}

/* line 269, ../sass/components/pages/checkout.scss */
.rel-420-width {
  width: 420px;
}

.on-sale-flag {
  position: relative;
}
.on-sale-flag img {
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 2;
}
/** use Lato font via Google Web Font Library **/

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

/* Widget Category Link */
.widget-category-link-inline { display:inline; }

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Hierarchy Link */
.widget-cms-hierarchy-link-inline { display:inline; }

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(http://www.homeplans.com/house-plans/skin/frontend/base/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }
/* ======================================================================================= */

/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  display: inline-block;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% 0 repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  /*  border: 1px solid #e78f08;*/
  /*  background: #f6a828 image-url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/css/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png') 50% 50% repeat-x;*/
  /*  color: #ffffff;*/
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  /*  border: 1px solid #cccccc;*/
  /*  background: #f6f6f6 image-url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/css/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;*/
  font-weight: bold;
  color: #006699;
}

.ui-state-default a {
  color: #006699;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #006699;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  /*  border: 1px solid #fbcb09;*/
  /*  background: #fdf5ce image-url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/css/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png') 50% 50% repeat-x;*/
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a {
  color: #c77405;
  text-decoration: none;
}
.ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  /*  border: 1px solid #fbd850;*/
  /*  background: white image-url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/css/jquery-ui/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;*/
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a {
  color: #eb8f00;
  text-decoration: none;
}
.ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png?1307635163') 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png?1307635163') 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-icons_222222_256x240.png?1307635163');
}

.ui-widget-content .ui-icon {
  background-image: url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-icons_222222_256x240.png?1307635163');
}

.ui-widget-header .ui-icon {
  background-image: url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-icons_ffffff_256x240.png?1307635163');
}

.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-icons_ef8c08_256x240.png?1307635163');
}

.ui-state-highlight .ui-icon {
  background-image: url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-icons_228ef1_256x240.png?1307635163');
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-icons_ffd27a_256x240.png?1307635163');
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/*.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }   */
/*.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }*/
/* Overlays */
.ui-widget-overlay {
  background: #333;/* url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png?1307635163') 50% 50% repeat;*/
  opacity: .50;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: black url('http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/images/jquery-ui/ui-bg_flat_10_000000_40x100.png?1307635163') 50% 50% repeat-x;
  opacity: .20;
  filter: Alpha(Opacity=20);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

                                                                                                                                                                                                                                                           /*
* jQuery UI Resizable 1.8.13
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
  /* http://bugs.jqueryui.com/ticket/7233
   - Resizable: resizable handles fail to work in IE if transparent and content overlaps
  */
  background-image: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/default/css/data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

                                                                                      /*
* jQuery UI Selectable 1.8.13
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*
 * jQuery UI Accordion 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*
 * jQuery UI Button 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: fixed;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*
 * jQuery UI Slider 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

                                                   /*
* jQuery UI Tabs 1.8.13
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
  position: relative;
  /*  padding: .2em;*/
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  /*        padding: .5em 1em;           */
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a {
  cursor: pointer;
}
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/*
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/*
* jQuery UI Progressbar 1.8.13
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}



/* ----------------------------------------------------------------------------------------- Floaty Bar */

.floatybar {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #9B9A97;
    background: #D0CFCF;
}

.floatybar .wrapper {
    width: 960px;
    margin: 0 auto;
}

.floatybar #account-holder {
    float: left;
    position: relative;
}

.floatybar a {cursor: pointer;}

.floatybar #account-holder .account-info {
    position: absolute;
    left: 5px;
    top: -24px;
    width: 800px;
    font-size: 12px;
    line-height: 1;
}

.floatybar #account-holder .account-info p {
    float: left;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #6E6F6A;
    border-bottom-width: 0;
    line-height: 1;
    color: #b9b9b9;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/bg-transparent-brown-80.png) repeat;
}

.floatybar #account-holder .account-info a {
    text-decoration: none;
    color: #FFF;
}

.floatybar #account-holder .account-info a:hover {
    text-decoration: underline;
}

.floatybar ul {
    margin: 0;
    list-style: none;
}

.floatybar ul.menu {
    float: left;
    font-size: 12px;
    list-style: none;
}

.floatybar ul.menu li {
    float: left;
    position: relative;
    padding-right: 1px;
    margin: 0;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/floatybar.png) no-repeat 100% -59px;
}

.floatybar ul.menu li.last {
    padding-right: 0;
    background: none;
}

.floatybar ul.menu li a {
    float: left;
    padding: 11px 15px 11px 15px;
    text-decoration: none;
    color: #000;
}

.floatybar ul.menu li a:hover {
    color: #FFF;
    background: #1B75B4;
}

.floatybar ul.menu li a.normal:hover {
    text-decoration: underline;
    color: #000;
}

.floatybar ul.menu li.multiple span {
    float: left;
    padding: 11px 10px 11px 15px;
    color: #666;
}

.floatybar ul.menu li.multiple a#twitter-go {
    width: 31px;
    height: 23px;
    padding: 0;
    margin: 8px 10px 0 0;
    text-indent: -9999px;
    background:url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/floatybar.png) no-repeat 0 -223px;
}

.floatybar ul.menu li.multiple a#facebook-go {
    width: 22px;
    height: 24px;
    padding: 0;
    margin: 7px 15px 0 0;
    text-indent: -9999px;
    background:url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/floatybar.png) no-repeat 0 -314px;
}

.floatybar ul.menu li a#my-profile {
    padding-left: 52px;
    background:url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/floatybar.png) no-repeat 10px -123px;
}

.floatybar ul.menu li a#print-this {
    padding: 11px 40px 11px 15px;
    background:url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/floatybar.png) no-repeat 42px -394px;
}

.floatybar form {
    position: relative;
    float: right;
    margin: 6px 0 0 0;
}

.floatybar form label {
    position: absolute;
    left: 10px;
    top: 5px;
    cursor: text;
}

.floatybar form label.hidden {
    display: none;
}

.floatybar form input.text {
    float: left;
    width: 150px;
    height: 28px;
    padding: 0 0 0 10px;
    border-width: 0;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/floatybar.png) no-repeat 0 0;
}

.floatybar form input.submit {
    float: left;
}

.floatybar iframe {display: none}


/* ----------------------------------------------------------------------------------------- Floaty Panel */

.floatybar .floatybar-panel {
    position: absolute;
    display: none;
    right: 2px;
    bottom: 38px;
    width: 700px;
    padding: 0 15px 25px 15px;
    border: 1px solid rgb(190,190,190);
    border-bottom-width: 0;
    text-align: left;
    background: #FFF;
}

.floatybar .floatybar-panel h3 {
    width: 590px;
    line-height: 1;
}

.floatybar .floatybar-panel h3 span {
    float: left;
    padding: 0 10px 0 0;
    font-weight: 300;
    text-transform: uppercase;
}


.floatybar .floatybar-panel h3 a {
    float: left;
    padding: 5px 10px 0 0;
    font-size: 12px;
    text-transform: capitalize;
}

.floatybar .floatybar-panel h4 { /* h4 holds the close button; comes from core js; can't modify */
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}

.floatybar .floatybar-panel h4 a {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 0;
    text-indent: -9999px;
    background: url(http://www.homeplans.com/house-plans/skin/frontend/hanleywood/homeplans/images/ico-close-blue.png) no-repeat 0 0;
}

.floatybar .floatybar-panel .scroller {
    width: 700px;
}

.floatybar .floatybar-panel .scroller.true {
    overflow-x: scroll;
    overflow-y: hidden;
}

.floatybar .floatybar-panel .bundle ul {
    padding: 15px 0 0 0;
}

.floatybar .floatybar-panel .scroller.true ul {
    padding-bottom: 15px;
}

.floatybar .floatybar-panel .bundle ul li {
    float: left;
    margin: 0 10px 0 0;
}

.floatybar .floatybar-panel .bundle ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #F4F4F4;
}

.floatybar .floatybar-panel .bundle ul li a:hover {
    background: #E6E6E6;
    color: #000;
}

.floatybar .floatybar-panel .bundle ul li a img {
    display: block;
}

.floatybar .floatybar-panel .bundle ul li a span {
    display: block;
    padding: 2px 0 0 0;
    text-align: center;
}

/* Floatybar reset */
.floatybar-reset,.floatybar-reset div,.floatybar-reset dl,.floatybar-reset dt,.floatybar-reset dd,.floatybar-reset ul,.floatybar-reset ol,.floatybar-reset li,.floatybar-reset h1,.floatybar-reset h2,.floatybar-reset h3,.floatybar-reset h4,.floatybar-reset h5,.floatybar-reset h6,.floatybar-reset pre,.floatybar-reset form,.floatybar-reset fieldset,.floatybar-reset input,.floatybar-reset textarea,.floatybar-reset p,.floatybar-reset blockquote,.floatybar-reset th,.floatybar-reset td
{margin:0;padding:0;text-align:left;font-size:100%;font-weight:normal;letter-spacing:0;text-transform:none;}

.floatybar-reset table
{border-collapse:collapse;border-spacing:0;}

.floatybar-reset fieldset,.floatybar-reset img
{border:0;}

.floatybar-reset address,.floatybar-reset caption,.floatybar-reset cite,.floatybar-reset code,.floatybar-reset dfn,.floatybar-reset em,.floatybar-reset strong,.floatybar-reset th,.floatybar-reset var
{font-style:normal;font-weight:normal;}

.floatybar-reset ol,.floatybar-reset ul
{list-style:none;}

.floatybar-reset caption,.floatybar-reset th
{text-align:left;}

.floatybar-reset h1,.floatybar-reset h2,.floatybar-reset h3,.floatybar-reset h4,.floatybar-reset h5,.floatybar-reset h6
{font-size:100%;font-weight:normal;}

.floatybar-reset q:before,.floatybar-reset q:after
{content:'';}

.floatybar-reset abbr,.floatybar-reset acronym
{border:0;}

* .floatybar-reset.oui-oview-content div{
zoom: 1.0;
}

/**
 * @category    Fishpig
 * @package     Fishpig_iBanners
 * @license     http://fishpig.co.uk/license.txt
 * @author      Ben Tideswell <help@fishpig.co.uk>
 */

.ibanners.animated { overflow: hidden; width: 100%; }
.ibanners.animated ul { height: 1%; overflow: hidden; width: 9000px;  }
.ibanners.animated ul li { float: left; overflow: hidden; }

.ibanners.static { overflow: hidden; width: 100%; }
.ibanners.static ul { height: 1%; overflow: hidden; width: 9000px; }
.ibanners.static ul li { float: left; }

.ibanners-wrapper { position: relative; }

.ibanners-wrapper .controls { position: absolute; width: 100%; }
.ibanners-wrapper .controls .control-prev { float: left; }
.ibanners-wrapper .controls .control-next { float: right; }

.ibanners-wrapper .controls-top { top: 0; }
.ibanners-wrapper .controls-middle { top: 45%; }
.ibanners-wrapper .controls-bottom { bottom: 0; }
.ibanners-wrapper .controls-below { position: static; height: 1%; overflow: hidden; }

.ibanners-wrapper .controls-ol .control-prev { position: relative; left: -10px; }
.ibanners-wrapper .controls-ol .control-next { position: relative; right: -10px; }

