body, object, iframe, h1, h2, h3, h4, h5, h6, p, button, 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, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    color: #336699;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: "Open Sans";
}

h1, h2, h3, h4, th, b {
    font-weight: 400;
    font-style: normal;
}
input {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #336699;
}

label {
    display: inline;
}

textarea{
    font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #336699;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

:focus {
    outline: 0;
}

.spinner {
    position: fixed;
    z-index: 1001;
    display: block;
    width: 56px;
    height: 56px;
    left: 48%;
    top: 30px;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: white;
}
.top_bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 105px;
	margin-top: 0;
	background-image: url(/images/top_bar.png);
	background-position: 0;
	background-repeat: repeat-x;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: #b2b2b2;
    text-decoration: none;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

p {
    font-size: 14px;
    margin: 0;
    padding: 3px 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 10px/1.5em 'Lucida Console', 'courier new', monospace;
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    direction: ltr;
}

acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}

form {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

#wrapper {
    margin: 0 auto;
    width: 1250px;
    line-height: 1.6em;
    position: relative;
    z-index: 1;
}

#header {
    height: 205px;
}

.header-logo {
    position: absolute;
    left: 10px;
    top: 113px;
    z-index: 6;
}

.pageHeader, #pageHeader {
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#menu_items {
    position: absolute;
    z-index: 26;
    background-color: #336699;
    width: 1248px;
    margin: auto;
    left: 1px;
}

#header #menu_items {
    top: 205px;
}

#short_header #menu_items {
    top: 102px;
    background-color: transparent;
}

#short_header .menu_item {
    height: 44px;
}

#menu_items .first {
    border-left: 2px solid white;
}

#menu_items .last {
    border-right: 2px solid white;
}

#menu_items.logged_in .menu_item a, 
#menu_items.logged_in .menu_item {
    width: 205px;
}

#menu_items.admin .menu_item a,
#menu_items.admin .menu_item {
	width: 176px;
}

.align-right {
    text-align: right;
}

.menu_item {
    float: left;
    position: relative;
    height: 45px;
    width: 153px;
    background-color: transparent;
    text-align: center;
    border-right: 2px solid white;
}

.menu_item.last, .menu_item.last li {
    border: none;
    width: 159px;
}

.menu_item a {
    color: #ffffff;
    display: table-cell;
    font-size: 14px;
    height: 40px;
    width: 176px;
    text-transform: uppercase;
    vertical-align: middle;
}

.menu_item li:hover {
    background-color: #acc2db;
}

#header .menu_item>a[href="/marketing/home"] {
    background-image: url("/img/css/realtour_logo.png");
    background-position: 10px -92px;
}

#short_header .menu_item>a[href="/marketing/home"] {
    background-image: url("/images/long_headerv2.png");
    background-position: 0 -65px;
}

.menu_item>a[href="/marketing/support"] {
    border-right: 2px solid #369;
}

.menu_item>a[href="/marketing/support"]:hover {
    border-right: 2px solid #9cb2cb;
}

.menu_item>a {
    padding-top: 7px;
    padding-bottom: 3px;
    height: 34px;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu_item>a:hover {
    background-color: #9cb2cb;
	text-decoration: none;
}

.menu_item>a[href$="/products"] {
    padding-top: 4px;
}

.menu_item ul {
    display: none;
    background-color: #9cb2cb;
    position: absolute;
    z-index: 25;
    top: 40px;
    border-top: 2px outset #8da2b8;
}

.menu_item ul ul {
    display: none;
    position: relative;
    top: -42px;
    left: 180px
}

.menu_item ul li {
    height: 40px;
    border-bottom: 2px inset #D8E1E8;
    background-color: #9CB2CB;
}

.white, .white a, .white a:hover, .white h2, .white p {
    color: white;
}

.tagline {
    font-family: Helvetica, Arial, sans-serif;
    text-align: right;
    margin-top: 10px;
    margin-right: 60px;
    color: white;
    letter-spacing: 2px;
}

#short_header {
    background-image: url("/images/long_headerv2.png");
    background-position: 0 50px;
    height: 156px;
    margin-bottom: 150px;
    position: fixed;
    width: 1250px;
    z-index: 1000;
    top: -50px;
}

a.link_home, a.link_home:hover {
    color: transparent;
    width: 320px;
    height: 105px;
    display: block;
}

#header .user-email {
    position: absolute;
    color: white;
    right: 50px;
    bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

#site-title {
    left: 80px;
    position: absolute;
    bottom: 20px;
}

#site-title a {
    display: block;
    height: 100px;
    width: 400px;
}

#site-title a span {
    display: none;
}

#main {
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    min-height: 600px;
}

.home #main {
    min-height: 600px;
}

#main .the_info {
    margin-top: 30px;
}

#main .left, #main .right {
    float: none;
    list-style: disc inside none;
}

#main .left ul li, #main .right ul li {
    list-style: none;
    text-indent: 0;
}

#main-nav {
    background: no-repeat 795px 0;
    height: 50px;
    width: 100%;
    margin: auto;
    text-align: center;
}

#main-nav ul {
    margin: 0;
}

#main-nav li {
    display: inline-block;
    zoom: 1;
    padding-left: 43px;
    padding-right: 0;
}

#main-nav li a {
    display: block;
    float: left;
    padding-top: 5px;
    font-size: 13pt;
    font-weight: bold;
}

.newsletter_trial_info {
    margin-bottom: -10px;
    margin-left: 120px;
}

#container {
    clear: both;
    margin: 0 0 0;
}

#content {
    margin-left: 190px;
    width: 760px;
}

#full-content {
    width: 100%;
}

#sidebar-left {
    width: 180px;
    position: absolute;
    left: 11px;
    top: 300px;
}

#sidebar-left .side-menu {
    border-right: 2px solid #99B3CC;
    margin: 0 auto;
    width: 170px;
}

#sidebar-left .side-menu a {
    display: block;
    padding: 10px 15px;
    font-weight: bolder;
    font-size: 11pt;
}

#sidebar-left .side-menu a span {
    font-weight: normal;
    color: #A5BCD2;
}

#footer {
    height: 100px;
    position: relative;
    margin-top: 20px;
}

#footer .logo-min {
    background: url(../img/css/icons/logo-min.gif) no-repeat;
    height: 30px;
    width: 65px;
    position: absolute;
    bottom: 75px;
    left: 450px
}

#footer .copyright {
    bottom: 5px;
    position: absolute;
    text-align: center;
    font-size: 11px;
    width: 100%;
    color: #336699;
}

#footer-nav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    line-height: 15px;
    text-align: center;
}

#footer-nav ul {
    display: inline-block;
    margin: auto;
    zoom: 1;
}

#footer-nav ul.last {
    width: 720px;
    margin: auto;
}

#footer-nav ul li {
    display: inline;
}

#footer-nav ul li a {
    display: block;
    float: left;
    padding: 0 3px;
    border-right: 1px solid #5C85AE;
    font-size: 11px;
    line-height: 1.2em;
}

#footer-nav ul li:last-child a {
    border-right: 0;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.justify {
    text-align: justify;
}

/*---------------------------------------------------------
 virtual-tour page
----------------------------------------------------------*/
.virtual-tour .slogan {
    background: url(../img/css/virtual_tour_slogan.png) no-repeat;
    width: 261px;
    height: 59px;
    position: absolute;
    top: -20px;
    left: 30px;
}

.virtual-tour .player {
    position: relative;
    width: 700px;
    height: 300px
}

.virtual-tour .page-title {
    background: url(../img/css/virtual-Tours-Title.png) no-repeat -5px 0;
    width: 271px;
    margin-bottom: 10px;
    height: 62px;
}

.virtual-tour .virtual_tours_hd_screen {
    background-image: url(../img/css/virtual_tours_hd_screen.png);
    background-repeat: no-repeat;
    width: 312px;
    height: 267px;
    right: 20px;
    position: absolute;
    top: 30px;
}

.virtual-tour .virtual_tours_hd_screen .link {
    bottom: 45px;
    left: 55px;
    position: absolute;
}

.virtual-tour a.palyer-btt {
    background-image: url(../img/css/play-button-green.png);
    background-repeat: no-repeat;
    display: block;
    background-position: 0 -2px;
    width: 82px;
    height: 87px
}

.virtual-tour a.palyer-btt:hover {
    background-position: 0 -87px;
}

.virtual-tour .palyer-btt {
    left: 110px;
    position: absolute;
    top: 65px;
}

.virtual-tour .virtual_tours_screen {
    background-image: url(../img/css/virtual_tours_screen.png);
    background-repeat: no-repeat;
    width: 312px;
    height: 267px;
    left: 20px;
    position: absolute;
    top: 30px;
}

.virtual-tour .virtual_tours_screen .link {
    bottom: 45px;
    left: 75px;
    position: absolute;
}

.virtual-tour .vt-list {
    margin-bottom: 5px;
}

/*---------------------------------------------------------
 eFlyer-creator page
----------------------------------------------------------*/
.eFlyer-creator .slogan {
    background: url(../img/css/eflyer_creator_slogan.png) no-repeat center top;
    width: 240px;
    height: 194px;
    position: absolute;
    right: 100px;
    top: 120px;
    z-index: 5;
}

.eFlyer-creator .top-image {
    background: url(../img/css/eflyer_creator_image.png) no-repeat left top;
    width: 609px;
    height: 321px;
    position: absolute;
    top: -20px;
}

.eFlyer-creator .page-title {
    background: url(../img/css/eflyer_title.png) no-repeat -10px 0;
    height: 62px;
    width: 319px;
    margin-bottom: 10px;
}

.eFlyer-creator .vt-list {
    margin-bottom: 5px;
}

/*---------------------------------------------------------
 realtour pricing page
----------------------------------------------------------*/
.realtour-pricing .page-content {
    background-color: #E5ECF2;
    width: 660px;
    padding: 10px;
}

.realtour-pricing h2.list-title {
    border-bottom: thin solid #fff;
    color: black;
    padding: 5px;
}

.realtour-pricing h2 span {
    cursor: pointer;
    display: inline;
    background-image: url("../img/css/icons/active.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 10px;
    color: #898989;
}

.realtour-pricing h2 span.active {
    background-position: 0 -21px;
}

.realtour-pricing h2 a.product-info {
    font-size: 11px;
    color: #898989;
    font-weight: normal;
}

.realtour-pricing .product-price {
    font-size: 12px;
}

.realtour-pricing .list-text {
    display: none;
    font-size: 12px;
    margin-bottom: 10px;
}

.realtour-pricing .list-text ul {
    margin: 0 0.5em;
}

.realtour-pricing .list-text ul li {
    background-image: url("../img/css/icons/arrow_black.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 1.5em;
    color: #898989;
}

.realtour-pricing table.product_table {
    border-collapse: collapse;
    border: thin solid #C9CACC;
}

.realtour-pricing td, .realtour-pricing th {
    line-height: 1.5em;
    padding: 4px;
    font-size: 12px;
    color: #898989;
}

.realtour-pricing table.product_table th {
    background-color: white;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

.realtour-pricing .product_table_note * {
    color: #B22222 !important;
}

.realtour-pricing .product_table_price {
    padding-right: 20px;
    text-align: right;
}

.realtour-pricing h2.list-title:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

/*---------------------------------------------------------
 contact us page
----------------------------------------------------------*/
.contact-us .headshots {
    background-image: url("../img/css/headshot_michael.png");
    background-position: 135px 70px;
    background-repeat: no-repeat;
    width: 700px;
    height: 330px;
    margin: 5px 0 0;
    position: relative;
}

.contact-us .headshots h2 {
    margin: 0 0 0 140px;
    line-height: 30px;
}

.contact-us .realtour-team {
    position: absolute;
    width: 122px;
    height: 80px;
    line-height: .7em;
}

.contact-us .president {
    left: 140px;
    top: 220px;
}

.contact-us .operations {
    left: 330px;
    top: 220px;
}

.contact-us .contact-text {
    margin: 0 0 80px 140px;
    color: #336699;
    line-height: 1.0em;
}

/*---------------------------------------------------------
 create account page
----------------------------------------------------------*/
.create-account {
    margin: 20px 0 0;
}

.create-account .headshots h2 {
    margin: 0 0 0 120px;
    line-height: 30px;
}

.create-account .text-box {
    margin: 0 0 0 130px;
    color: #336699;
    width: 560px;
}

.create-account .form {
    position: relative;
    margin-top: 50px
}

.create-account .form .input {
    width: 240px;
}

.create-account .form .submit {
    background-image: url(../img/css/log-in-page-buttons.png);
    background-repeat: no-repeat;
    background-position: -472px -48px;
    width: 130px;
    height: 30px;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 70px;
    left: 60px;
    cursor: pointer;
}

.create-account .form .submit:hover {
    background-position: -472px -110px;
}

/*---------------------------------------------------------
 forgotten password page
----------------------------------------------------------*/
.forgotten-password {
    margin: 20px 0 90px;
}

.forgotten-password .headshots h2 {
    margin: 0 0 0 120px;
    line-height: 30px;
}

.forgotten-password .text-box {
    margin: 0 0 0 130px;
    color: #336699;
    width: 560px;
}

.forgotten-password .form {
    position: relative;
    margin-top: 50px
}

.forgotten-password .form .input {
    width: 240px;
}

.forgotten-password .form .submit {
    background-image: url(../img/css/log-in-page-buttons.png);
    background-repeat: no-repeat;
    background-position: -472px -48px;
    width: 130px;
    height: 30px;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 70px;
    left: 60px;
    cursor: pointer;
}

.forgotten-password .form .submit:hover {
    background-position: -472px -110px;
}

.forgotten-password .contact-us-btt a {
    background-image: url(../img/css/log-in-page-buttons.png);
    background-repeat: no-repeat;
    background-position: -630px -48px;
    width: 130px;
    height: 30px;
    position: absolute;
    top: 120px;
    left: 60px;
}

.forgotten-password .contact-us-btt a:hover {
    background-position: -630px -110px;
}

/*---------------------------------------------------------
 log-in page
----------------------------------------------------------*/
#login-form .login {
    text-align: center;
}

.login #main {
    min-height: 400px;
}

.log-in {
    margin: 20px 0 150px;
}

.log-in .headshots h2 {
    margin: 0 0 0 120px;
    line-height: 30px;
}

.log-in .text-box {
    margin: 0 0 0 130px;
    color: #336699;
    width: 560px;
}

.log-in .form {
    position: relative;
    margin-top: 30px
}

.log-in .form .input {
    width: 240px;
    margin-bottom: 20px;
}

.log-in .form .submit {
    background-image: url(../img/css/log-in-page-buttons.png);
    background-repeat: no-repeat;
    background-position: -8px -48px;
    width: 130px;
    height: 30px;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 130px;
    left: 60px;
    cursor: pointer;
}

.log-in .form .submit:hover {
    background-position: -8px -110px;
}

.log-in .forgotten-password-btt a {
    background-image: url(../img/css/log-in-page-buttons.png);
    background-repeat: no-repeat;
    background-position: -162px -48px;
    width: 130px;
    height: 30px;
    position: absolute;
    top: 180px;
    left: 60px;
    text-indent: -9999px;
}

.log-in .forgotten-password-btt a:hover {
    background-position: -162px -110px;
}

.log-in .create-account-btt a {
    background-image: url(../img/css/log-in-page-buttons.png);
    background-repeat: no-repeat;
    background-position: -315px -48px;
    width: 130px;
    height: 30px;
    position: absolute;
    top: 230px;
    left: 60px;
    text-indent: -9999px;
}

.log-in .create-account-btt a:hover {
    background-position: -315px -110px;
}

/*---------------------------------------------------------
 agencies page
----------------------------------------------------------*/
.agencies .slogan {
    background: url(../img/css/agencies_woman_laptop_text.png) no-repeat center top;
    width: 700px;
    height: 305px;
    position: relative;
}

.agencies .page-title {
    background: url(../img/css/agencies_title.png) no-repeat -5px 0;
    height: 64px;
    width: 375px;
}

.agencies .page-content {
    width: 610px;
}

/*---------------------------------------------------------
 become-a-photographer page
----------------------------------------------------------*/
.become-a-photographer .slogan {
    background: url(../img/css/become_photog_main_image.png) no-repeat center top;
    width: 700px;
    height: 300px;
    position: relative;
}

.become-a-photographer .page-title {
    background: url(../img/css/become_photog_title.png) no-repeat 5px 0;
    height: 80px;
    width: 384px;
}

.become-a-photographer .page-content {
    width: 500px;
}

.become-a-photographer .page-content p {
    margin: 5px 0 10px;
}

/*---------------------------------------------------------
 photographers page
----------------------------------------------------------*/
.photographers .container {
    width: 720px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.photographers div.slides {
    position: absolute;
    top: 0;
    left: 0;
}

.photographers .photographer {
    width: 720px;
    height: 350px;
}

.photographers .photographer1 {
    background: url(../img/css/reid_pic.png) no-repeat 30px 40px;
}

.photographers .photographer2 {
    background: url(../img/css/drew_pic.png) no-repeat 30px 40px;
}

.photographers .photographer3 {
    background: url(../img/css/harvey_pic.png) no-repeat 30px 40px;
}

.photographers .photographer4 {
    background: url(../img/css/jared_pic.png) no-repeat 30px 40px;
}

.photographers .photographer5 {
    background: url(../img/css/jordan_pic.png) no-repeat 30px 40px;
}

.photographers .photographer6 {
    background: url(../img/css/mike_pic.png) no-repeat 30px 40px;
}

.photographers .photographer7 {
    background: url(../img/css/tim_pic.png) no-repeat 30px 40px;
}

.photographers .photographer8 {
    background: url(../img/css/todd_pic.png) no-repeat 30px 40px;
}

.photographers .slogan {
    position: absolute;
    right: 120px;
    top: 30px;
    width: 162px;
    height: 59px;
}

.photographers .slogan1 {
    background: url(../img/css/reid_title.png) no-repeat center top;
}

.photographers .slogan2 {
    background: url(../img/css/drew_title.png) no-repeat center top;
}

.photographers .slogan3 {
    background: url(../img/css/harvey_title.png) no-repeat center top;
}

.photographers .slogan4 {
    background: url(../img/css/jared_title.png) no-repeat center top;
}

.photographers .slogan5 {
    background: url(../img/css/jordan_title.png) no-repeat center top;
}

.photographers .slogan6 {
    background: url(../img/css/mike_title.png) no-repeat center top;
}

.photographers .slogan7 {
    background: url(../img/css/tim_title.png) no-repeat center top;
}

.photographers .slogan8 {
    background: url(../img/css/todd_title.png) no-repeat center top;
}

.photographers .blockquote {
    background: url(../img/css/open-quote.png) no-repeat 40px 0;
    position: absolute;
    right: 90px;
    top: 100px;
    width: 190px;
}

.photographers blockquote {
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #336699;
    text-align: center;
    padding-top: 15px;
}

.photographers blockquote:after {
    background: url(../img/css/close-quote.png) no-repeat 140px top;
    content: '';
    display: block;
    width: 190px;
    height: 18px;
    position: relative;
    top: -10px
}

.photographers .blockquote p.q {
    padding: 0 !important;
    margin: 0;
    line-height: 15px;
    color: #99B3CC;
    font-size: 10px
}

.photographers .page-title {
    background: url(../img/css/photographers_title.png) no-repeat 5px 0;
    height: 80px;
    width: 384px;
}

.photographers .page-content {
    width: 500px;
    word-spacing: -1px;
    text-align: justify;
}

.photographers .page-content p {
    margin: 5px 0 10px;
}

/*---------------------------------------------------------
 fix elements
----------------------------------------------------------*/
.top-fix-height {
    height: 360px;
}

.home_link_pic {
    cursor: pointer;
}

#wrapper {
    color: #336699;
    padding-bottom: 10px;
    font-size: 14px;
    overflow-x: hidden;
}

.home_content {
    line-height: 1;
}

.sitecreator-menu {
    position: absolute;
    top: 463px;
    left: 668px;
}

.rtphotogs-menu {
    position: absolute;
    margin: 0;
    top: 642px;
    left: 773px;
}

.absolute {
    position: absolute;
}

.message {
    color: #848;
    font-size: 15px;
    margin-left: 10px;
    padding: 10px;
}

.success_flash {
    background-color: #22aa44;
}

.printcreator_album {
    overflow: hidden;
}

.printcreator_album_ul {
    height: 100px;
    position: relative;
    list-style-type: none;
}

.printcreator_album_li {
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

div.printcreator_caption ul {
    list-style-type: none;
}

li.printcreator_caption {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #b4d357;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    margin-left: 15px;
    position: relative;
    font-weight: bold;
}

div.printcreator_caption {
    right: 45px;
    top: 570px;
    position: absolute;
}

#rtphotogs_gallery {
    height: 300px;
    left: 213px;
    width: 700px;
}

#overlay {
    height: 300px;
    left: 213px;
    width: 700px;
    position: absolute;
    top: 294px;
    z-index: 100;
}

a.loading, #overlay {
    background: #fff url(/img/css/spacegallery/ajax_small.gif) no-repeat center;
}

.rtphotogs_gallery_item {
    border: 1px solid #52697E;
    position: absolute;
    right: 107px;
    top: 332px;
}

div.features_container>p {
    margin: 5px 0px 0px 10px;
    padding: 0;
}

.features_container h3 {
    text-align: center;
}

.vtour_features_info {
    clear: right;
    margin-top: 20px;
}

.vtour_features_info li {
    margin: 0 0 0 10px;
}

.vtour_features_info li.optional {
    list-style: disc outside;
}

.vtour_features_info ul.vtfeatures {
    float: right;
    width: 225px;
    margin-right: 20px;
    margin-top: 35px;
    width: 200px;
}

.vtour_features_info ul {
    margin: 0;
    padding-left: 15px;
    text-align: left;
    list-style: none;
}

.vtour_features_info ul a {
    display: block;
    padding: 5px 0 5px 0;
    text-indent: 30px;
}

.vtour_features_info ul.vtfeatures>li {
    position: relative;
    width: 225px;
    border: 1px solid #369;
    margin: 5 0;
    background-color: #fff;
    margin-bottom: 10px;
}

.vtour_features_info ul.vt_feature_silver {
    background-color: #CDD9E5;
    margin: 5px;
    border: 1px solid #69c;
}

.vtour_features_info ul.vt_feature_gold {
    background-color: #D9E9AB;
    margin: 5px;
    border: 1px solid #9b4;
}

.vtour_features_info ul.vt_feature_platinum {
    background-color: #B4D357;
    margin: 5px;
    border: 1px solid #584;
}

.vtour_features_info .features_container {
    width: 225px;
    display: none;
    position: absolute;
    z-index: 10;
    left: -1px;
    background-color: #fff;
    border: 1px solid #369;
    border-top: none;
}

.vtour_features_info .bottom_tour_box {
    height: 30px;
    text-align: center;
}

.vtour_features_info ul.vt_print_creator {
    background-color: #f9f532;
    border: 1px solid #f9f563;
    margin: 5px;
}

.vtour_features_info ul.vt_video {
    background-color: #002057;
    border: 1px solid #444077;
    margin: 5px;
}

.vtour_features_info ul.vt_video li {
    color: #eee;
}

.vtour_features_info ul.vt_gold_and_platinum {
    background-color: #3c6494;
    border: 1px solid #5c84b4;
    margin: 5px;
    color: white;
}

.vtour_features_info ul.vt_gold_and_platinum li {
    color: #b4d357;
}

.vtour_features_info .demo {
    background-image: url("/images/vtcreator_sprite.1326336675.png");
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    text-indent: -2000em;
    margin: auto;
    margin-top: 15px;
    width: 142px;
}

.vtour_features_info a.bronze {
    background-position: -510px -128px;
}

.vtour_features_info a.bronze:hover {
    background-position: -510px -106px;
}

.vtour_features_info a.silver {
    background-position: -600px -356px;
}

.vtour_features_info a.silver:hover {
    background-position: -600px -334px;
}

.vtour_features_info a.gold {
    background-position: -652px -128px;
}

.vtour_features_info a.gold:hover {
    background-position: -652px -106px;
}

.vtour_features_info a.platinum {
    background-position: -223px -128px;
}

.vtour_features_info a.platinum:hover {
    background-position: -223px -106px;
}

.vtour_features_info div.tri {
    position: absolute;
    top: 7px;
    left: 15px;
    width: 10px;
    height: 10px;
    background-image: url(/images/vtcreator_sprite.1326334475.png);
    background-position: -65px -10px;
}

.vtour_features_info div.tri.open {
    background-position: -55px -10px;
}

a[href^="#order_"] {
    background-image: url(/images/vtcreator_sprite.1326334475.png);
    background-repeat: no-repeat;
}

a.download.app_sprite {
    margin: 15px auto;
}

a.app_sprite {
    background-image: url("/images/rewards/realtour_app_sprite.png?v=5");
    display: block;
    height: 23px;
    text-indent: -2000px;
}

a.help_n_support, a.help_n_support:hover {
    width: 200px;
    height: 100px;
    background-position: -555px -787px;
    position: absolute;
    top: 5px;
    right: -3px;
    margin: none;
}

a.help_n_support:hover {
    background-position: -555px -668px;
}

.support #craftysyntax_1 {
    float: right;
}

.msg_container {
    position: relative;
    height: 300px;
    width: 315px;
    margin: 15px 10px;
    border: 1px solid #360;
}

.msg_container h2 {
    background-color: #369;
    border: 1px solid #360;
    font-size: 18px;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}

.msg_container p {
    font-size: 16px;
    width: 300px;
    margin-top: 10px;
    text-align: center;
}

.msg_container .logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.livesupport {
    margin: 30px 0 0 50px;
}

.download_page {
    margin: 30px 0 100px 0;
    text-align: center;
}

#error404 {
    margin: 70px auto;
    width: 700px;
    line-height: 2.0;
    font-size: larger;
}

#error404 a {
    color: #b2d955;
}

#error404 a:hover {
    color: #336699;
}

#download_app_link {
    background-image: url('/img/css/download_app_button.png');
    color: rgba(0, 0, 0, 0);
    width: 156px;
    height: 21px;
    border-style: none;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

#download_app_link:hover {
    background-image: url('/img/css/download_app_button_hover.png');
    color: rgba(0, 0, 0, 0);
    width: 156px;
    height: 21px;
    border-style: none;
    background-color: #fff
}

.statistics .back {
	width: 100px;
}
#MainPage {
    line-height: 1.4;
    width: 100%;
    margin: 0;
    padding: 0;
}

#MainPage h1 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
}

#MainPage a.button {
	margin: 0 30px;
	text-align: center;
	width: 140px;
}

#MainPage a.prev,
#MainPage a.next {
	position: absolute;
}

#MainPage a.prev {
	left: 180px;
}
#MainPage a.next {
	left: 365px;
}

#MainPage .flyers {
    background-position: -753px -360px;
    height: 215px;
    width: 265px;
}

#MainPage .laptop {
    background-position: -1047px -393px;
    height: 207px;
    width: 290px;
}

#MainPage .camera {
    background-position: -1120px -175px;
    height: 204px;
    width: 245px;
}

#MainPage ol {
    position: relative;
    left: -15px;
}

#MainPage #new_account li div.text {
    padding-right: 0;
    line-height: 1.3;
}

#new_account li div.text.one {
    width: 215px;
}

#new_account li div.text.two {
    width: 215px;
}

#new_account li div.text.three {
    width: 20px;
}

#new_account .note {
    width: 580px;
    margin: auto;
    font-size: larger;
}

#MainPage #new_account, 
#MainPage #new_account ol {
    width: 100%;
    padding-left: 10px;
}

#MainPage #new_account li {
    margin-right: 0;
}

#MainPage #new_account li div.text.one, 
#MainPage #new_account li div.text.two, 
#MainPage #new_account li div.text.three {
    width: 320px;
}

#MainPage #new_account li div.number {
    font-size: 55px;
}

#MainPage #new_account {
    height: 280px;
    margin-top: 75px;
}

#no_fees {
    position: absolute;
    bottom: 15px;
    right: 25px;
    width: 200px;
    font-size: smaller;
    text-align: center;
}

#MainPage .products {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    width: 700px;
    text-align: center;
    font-size: 16px;
}

.products li.farming {
    position: relative;
}

.new {
    position: absolute;
    right: -15px;
    top: -45px;
}
.new.small {
    width: 85px;
    height: 85px;
    background-position: -1280px -1480px;
}

.new.large {
    width: 120px;
    height: 120px;
    background-position: -805px -1300px;
}

#topList .demotourlinks {
    font-weight: 700;
}

#MainPage .products h1 {
    font-size: 30px;
	text-align: center;
}

#MainPage .products .left {
    margin-left: 100px;
}

#MainPage .products .left, #MainPage .products .right {
    width: 280px;
    float: left;
    text-align: left;
}

#MainPage .products .right {
    margin-left: 20px;
}

#topList {
    float: right;
    margin-right: 90px;
    margin-top: 20px;
    width: 430px;
    text-align: center;
    font-size: 15px;
    background-color: white;
    padding: 10px 0;
    position: relative;
}

#topList h2 {
    font-size: 22px;
    font-weight: 500;
}

#infobox {
    position: relative;
}

.infobox_bg {
	position: absolute;
	height: 110px;
	width: 1223px;
	background-color: #eee;
}

#infobox h1,
#infobox h2,
#infobox p {
	position: absolute;
	z-index: 1;
	left: 40px;
	width: 500px;
    text-align: center;
    line-height: 1.5;
}

#infobox h1 {
	top: 30px;
}
#infobox h2 {
	top: 100px;
    font-size: 28px;
}

#infobox p {
	bottom: 100px;
	font-size: 20px;
}

#infobox a {
    margin-top: 30px;
    display: block;
}

#infobox img {
	display: block;
	margin: auto;
}

#topList.marketing_top10 {
    margin-top: -20px;
    opacity: .9;
    min-height: 300px;
    margin-right: 0;
}

#top10stats {
    text-align: center;
    font-size: 17px;
    background-color: white;
    padding: 10px 0;
	margin: 20px auto 0;
	width: 1200px;
}

#top10stats .listing {
	position: relative;
    margin-top: 10px;
    display: inline-block;
	width: 395px;
	height: 120px;
	overflow: hidden;
}

#top10stats h1 {
    margin-top: 10px;
	margin-bottom: 50px;
}

#top10stats .listing a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#top10stats a div {
	width: 195px;
	font-size: 14px;
}

#top10stats a div.address {
	line-height: 1.2;
	text-align: left;
	position: absolute;
	left: 200px;
} 

#top10stats a div.views {
	position: absolute;
	bottom: 10px;
	left: 200px;
	text-align: left;
}

#top10stats img {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	transition: width 1s;
}

#top10stats .listing:hover img {
	width: 190px;
}

#listings_list .listing_item {
	position: relative;
}

#top10stats .show_more {
	font-weight: bold;
	float: left;
}

#listings_list span,
#top10stats .listing span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #369;
	color: white;
	font-size: 14px;
	padding: 4px 8px;
	z-index: 1;
}

#top10stats table .listing {
	position: relative;
    font-size: 13px;
    padding: 1px;
    line-height: 1.7;
	text-align: left;
}

#hostess, #hostess2 {
    position: absolute;
    bottom: 0;
    left: 65px;
}

#hostess2 {
    top: auto;
    bottom: 0;
}

#MainPage .buttons {
    width: 750px;
}

#MainPage .products .buttons {
    margin-top: 15px;
}

#MainPage .image_box {
    height: 225px;
    width: 290px;
}

/*#Marketing ul.info a,*/
#MainPage .buttons a {
    height: 52px;
    width: 180px;
    color: transparent;
}

#Marketing .welcome {
    float: none;
    margin: 10px 60px;
    margin-top: -10px;
    margin-bottom: 20px;
}

#MainPage .products p {
    margin-bottom: 20px;
}

#MainPage .products a.new_account {
    background-position: -939px -286px;
}

#MainPage .products a.new_account:hover {
    background-position: -939px -235px;
}

#MainPage .products a.group_discount, #Marketing .info a.group_discount {
    background-position: -753px -114px;
}

#MainPage .products a.group_discount:hover, #Marketing .info a.group_discount:hover {
    background-position: -753px -63px;
}

#MainPage .products a.realtour_rewards, #Marketing .info a.realtour_rewards {
    background-position: -940px -114px;
}

#MainPage .products a.realtour_rewards:hover, #Marketing .info a.realtour_rewards:hover {
    background-position: -940px -63px;
}

#MainPage .features ul li {
    float: left;
    margin: 20px 62px;
    text-align: center;
    width: 290px;
}

#MainPage .features ul li p {
    width: 260px;
    margin: auto;
}

#MainPage .newsletter_sample {
    background-position: -805px -640px;
    height: 370px;
    width: 418px;
}

#MainPage .newsletter_offer {
    background-position: -15px -845px;
    height: 260px;
    left: 145px;
    position: relative;
    top: -85px;
    width: 310px;
}

#MainPage .newsletters {
    width: 880px;
    height: 375px;
    margin: auto;
    position: relative;
}

#main .newsletters .buttons a.sample {
    background-position: -1126px -115px;
}

#main .newsletters .buttons a.sample:hover {
    background-position: -1126px -64px;
}

#main .newsletters .buttons a.offer {
    background-position: -753px -286px;
}

#main .newsletters .buttons a.offer:hover {
    background-position: -753px -235px;
}

#main .newsletters div {
    float: left;
}

#MainPage .newsletters .buttons {
    left: -110px;
    position: relative;
    top: 133px;
    width: 180px;
}

#MainPage .swoop.bottom {
    bottom: -90px;
    left: -185px;
    position: absolute;
    z-index: -1;
}

#Marketing {
    margin: 50px auto;
}

#top10stats h1,
#Marketing h1 {
	font-size: 28px;
}

#Marketing h1, 
#Marketing p, 
#Marketing ul.products, 
#Marketing .search {
    text-align: center;
}

#Marketing ul.products {
    margin: 45px auto 0;
}

#Marketing ul.products li {
	position: relative;
    display: inline-block;
    margin: 0 10px 35px;
    cursor: pointer;
	border: 1px solid #ccc;
	overflow: hidden;
	background-image: none;
}

#Marketing ul.products li div {
	position: absolute;
	top: 0;
	background-image: url(/images/dashboard_2023_buttons_sprite.1326485441.png);
	background-repeat: no-repeat;
	background-size: cover;	
	transition: all 1.5s;
}

#Marketing ul.products li:hover div {
	transform: scale(1.15);
	top: 15px;
}

#Marketing ul.products li:hover a span {
	background-color: #369;
    color: white;
}

#Marketing ul.products li div,
#Marketing ul.products li a {
	display: block;
    width: 180px;
    height: 220px;
	margin: 0;
}

#Marketing ul.products li a span {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 16px;
	background-color: white;
	padding-top: 7px;
}

#Marketing ul.products li.photography div {
    background-position: -18px -19px;
}

#Marketing ul.products li.vtcreator div {
	background-position: -277px -19px;
}

#Marketing ul.products li.eflyers div {
	background-position: -544px -19px;
}

#Marketing ul.products li.dynamic_eflyers div {
	background-position: -1330px -19px;
}

#Marketing ul.products li.print_materials div {
	background-position: -795px -19px;
}

#Marketing ul.products li.floorplans div {
    background-position: -1060px -19px;
}

#Marketing ul.products li.virtual_assistant div {
    background-position: -1060px -19px;
}

#Marketing ul.info {
    float: left;
    margin-top: 0;
    margin-left: 60px;
    margin-bottom: 0;
}

#Marketing ul.info a.newsletter_samples {
    background-position: -1126px -115px;
}

#Marketing ul.info a.newsletter_samples:hover {
    background-position: -1126px -64px;
}

#Marketing ul.info a.newsletter_signup {
    background-position: -753px -286px;
}

#Marketing ul.info a.newsletter_signup:hover {
    background-position: -753px -235px;
}

#Marketing .swoop {
    position: absolute;
    right: 0;
    top: 340px;
    z-index: -1;
}

#Marketing .hostess {
    bottom: 0;
    position: absolute;
    right: 170px;
    z-index: -1;
}

p.outro {
    margin: 0 auto 20px;
    width: 260px;
    font-size: 16px;
    text-align: center;
    clear: both;
}
p.outro a {
    width: 30px;
    height: 30px;
    background-image: url(/images/corp_website_sprite.1326484444.png);
    background-repeat: no-repeat;
    display: inline-block;
    color: transparent;
    border: none;
    margin: 0 5px;
    text-indent: -2000px;
}

p.outro a[target="YouTube"] {
    background-position: -145px -165px;
    width: 40px;
}
a[target="LinkedIn"] {
    background-position: -57px -165px;
}
a[target="FaceBook"] {
    background-position: -103px -165px;
}

p.outro a:hover {
    color: transparent;
}
p.links {
    clear: both;
}
#Marketing p.outro {
    position: absolute;
    bottom: 30px;
    left: 510px;
    width: 130px;
}

img.feature {
    margin: 33px auto;
    width: 1200px;
}

a.become_photog, a.carousel, a.create_eflyer, a.create_esig, a.view_hh, a.create_print, a.create_newsletter, a.create_presentation, a.eflyers, a.esigs, a.househunt, a.hh_list, a.help_n_support, a.join_rewards, a.order_shoot, a.order_vt, a.photo_shoots, a.play_arrow, a.print_creator, a.subscribe, a.view_pricing, a.newsletters, a.vtours, a.rewards, a.create_new_account, a.signUpConfirmation, a.rewards_signup, a.rewards_network, .slideLeft, .slideRight, .sprite, #nav-top li a, #newsletterSign, #newsletterSamples, #eflyerSign, #sign_existing_account, .new {
    background-image: url(/images/corp_website_sprite.1326484441.png);
    background-repeat: no-repeat;
    display: block;
    color: transparent;
    border: none;
}

#nav-top {
    height: 33px;
    margin: 5px;
    padding: 5px;
    width: auto;
    margin-top: 50px;
    float: right;
    overflow: hidden;
}

#nav-top li {
    display: inline;
    font-size: 12px;
}

#nav-top li a, #nav-top li span {
    display: block;
    float: left;
    padding: 5px 10px 5px 30px;
    background-repeat: no-repeat;
    color: #369;
    max-width: 200px;
    overflow: hidden;
}

#nav-top li span {
    max-width: 300px;
    margin-left: 100px;
}

#nav-top li a:hover {
    color: #99b3cc;
}

#nav-top li.home a {
    background-position: 0 -200px;
}

#nav-top li.login a {
    background-position: 0 -232px;
}

#nav-top li.new-acc a {
    background-position: 0 -266px;
}

#nav-top li.about a {
    background-position: 0 -296px;
}

#nav-top li.contact a {
    background-position: 0 -322px;
}

#nav-top li.cart a {
    background-position: 0 -352px;
}

a.hh_list {
    background-position: -328px -1611px;
    height: 22px;
    width: 145px;
    margin: auto;
    margin-bottom: 15px;
}

a.hh_list:hover {
    background-position: -328px -1567px;
}

a.create_new_account {
    background-position: -482px -1611px;
    width: 145px;
    height: 22px;
    margin: auto;
    margin-bottom: 15px;
}

a.create_new_account:hover {
    background-position: -482px -1567px;
    height: 22px;
}

#hh a {
    color: transparent
}

.panel .info {
    position: absolute;
    right: 120px;
    top: 120px;
    width: 360px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}

.panel .info h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.panel .info p {
    font-size: 120%;
}

p.more_info {
    margin-top: 20px;
}

p.more_info .less, p.more_info .more {
    font-size: 16px;
}

p.more_info .less {
    display: none;
}

.the_info {
    position: relative;
    line-height: 1.15;
    height: 0;
    overflow: hidden;
    width: 920px;
    margin: 60px auto 0;
}

.the_info p {
    font-size: larger;
    margin-bottom: 20px;
}

.the_info ul.points li {
    list-style: outside disc none;
    margin-bottom: 5px;
    margin-left: 40px;
}

.the_info h2 {
    margin-bottom: 15px;
}

.the_info ul.features {
    margin-left: 20px;
}

.the_info ul.features>li {
    margin-bottom: 10px;
}

.the_info a.order_vt, .the_info a.order_shoot {
    position: absolute;
    right: 15px;
    top: 55px;
}

#login_infobox {
    position: absolute;
    top: 156px;
    right: 40px;
    width: 400px;
    font-size: larger;
    background-color: #e9e9e9;
    padding: 15px;
    text-align: left;
}

#loginSection {
    margin-top: 0;
    padding: 10px;
    border: none;
    background: transparent;
    margin-top: 5px;
    margin-left: 30px;
}

#loginSection form {
    width: 360px;
    margin: 40px auto;
    display: block;
    overflow: visible;
    padding: 30px 0 30px 20px;
}

#loginSection input {
    width: 214px;
    text-align: left;
    margin-top: 20px;
}

#loginSection img {
    float: left;
}

#loginSection table td label {
    text-align: right;
}

#loginSection table td {
    padding: 5px;
}

#loginSection button.submit {
    width: 135px;
    cursor: pointer;
    background-color: transparent;
    margin: 10px auto 0;
}

#loginSection a {
    text-align: center;
    width: 200px;
    margin: 15px auto 0;
}

#login .access {
    display: none;
}

.hostess {
    position: absolute;
    bottom: 0;
    left: 100px;
}

#aboutrt {
    width: 100%;
    margin: 65px auto 0;
}

.aboutrt_content {
    margin: 10px 0 0 50px;
    width: 550px;
    height: 440px;
    overflow: auto;
    border: 1px solid #369;
    background-color: #fff;
    opacity: .8;
    padding: 20px;
}

.aboutrt_content h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.aboutrt_content p {
    margin-bottom: 5px;
}

.aboutrt_content a {
    font-weight: bold;
}

#aboutrt .aboutrt_image {
    float: right;
    margin-right: 20px;
    width: 580px;
}

#photography {
    min-height: 450px;
    position: relative;
}

#photography .camera {
    margin-left: 60px;
    margin-top: 50px;
}

#photography .info {
    left: 600px;
    top: 125px;
    width: 450px;
}

#photographer .find_photog, #photography .find_photog {
    position: absolute;
    font-size: larger;
}

#photographer .find_photog {
    left: 600px;
}

#photographer h2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.info .find_photog p {
    width: auto;
}

#photographer .the_info ul.features, #photography .the_info ul.features {
    width: 550px;
}

#Photogapher_Chooser {
    margin-top: 55px;
}

#photographer form p, #photography form p {
    text-align: left;
}

a.view_pricing, a.order_vt, a.order_shoot {
    margin: auto;
}

a.order_shoot {
    float: right;
    margin: 0 5px 0 0;
}

a.order_vt {
    width: 95px;
    background-position: -245px -287px;
}

a.order_vt:hover {
    background-position: -245px -265px;
}

a.vtours {
    background-position: -590px -286px;
    height: 22px;
    width: 155px;
}

a.vtours:hover {
    background-position: -590px -264px;
}

a.create_eflyer {
    margin: auto;
    height: 22px;
    width: 100px;
    background-position: -588px -358px;
}

a.create_eflyer:hover {
    background-position: -588px -336px;
}

a.create_esig {
    margin: auto;
    height: 22px;
    width: 150px;
    background-position: -1120px -1538px;
}

a.create_esig:hover {
    background-position: -1120px -1494px;
}

a.view_hh {
    background-position: -171px -1611px;
    height: 22px;
    width: 145px;
    margin: auto;
}

a.view_hh:hover {
    background-position: -171px -1567px;
}

a.create_print {
    margin: auto;
    height: 22px;
    width: 150px;
    background-position: -245px -437px;
}

a.create_print:hover {
    background-position: -245px -415px;
}

a.eflyers {
    background-position: -247px -360px;
    height: 22px;
    width: 155px;
}

a.eflyers:hover {
    background-position: -247px -338px;
}

a.esigs {
    background-position: -25px -1611px;
    height: 22px;
    width: 135px;
}

a.esigs:hover {
    background-position: -25px -1567px;
}

a.househunt {
    background-position: -636px -1611px;
    height: 22px;
    width: 145px;
}

a.househunt:hover {
    background-position: -636px -1567px;
}

a.view_pricing {
    width: 95px;
    margin-top: 15px;
    background-position: -343px -287px;
}

a.view_pricing:hover {
    background-position: -343px -265px;
}

a.subscribe {
    background-position: -232px -694px;
    width: 115px;
    margin: auto;
    height: 22px;
}

a.subscribe:hover {
    background-position: -232px -672px;
}
}

a.become_photog {
    position: absolute;
    top: 60px;
    right: -5px;
}

a.join_rewards {
    width: 115px;
    height: 22px;
    margin-left: 95px;
    background-position: 0 -470px;
}

a.join_rewards:hover {
    background-position: 0 -448px;
}

a.rewards {
    width: 135px;
    height: 22px;
    background-position: -400px -511px;
}

a.rewards:hover {
    background-position: -400px -489px;
}

a.rewards_signup {
    width: 160px;
    height: 22px;
    background-position: -555px -437px;
    margin: 0 auto;
}

a.rewards_signup:hover {
    background-position: -555px -415px;
}

a.rewards_network {
    width: 165px;
    height: 22px;
    margin: 0 auto;
    background-position: -579px -617px;
}

a.rewards_network:hover {
    background-position: -579px -595px;
}

a.create_newsletter:hover {
    background-position: -282px -595px;
}

a.newsletters {
    position: absolute;
	background: none;
	font-size: 16px;
}

.buttons a {
    margin: 15px auto;
}

#Photogapher_Chooser a.photography, #Photogapher_Chooser a.photographers, #Photogapher_Chooser a.photo_shoots {
    float: right;
    margin-right: 25px;
}

.no_photogs {
    margin: 30px;
}

.warning {
    display: none;
    color: orange;
}

#new_account h1 {
    margin: 20px auto 30px;
    font-size: 28px;
}

#new_account h2 {
    font-size: 20px;
    padding-left: 3px;
}

#new_account ol {
    width: 1000px;
    margin: auto;
}

#new_account ol li {
    font-size: larger;
    float: left;
    line-height: 1.5;
    position: relative;
    margin-right: 30px;
}

#new_account li div {
    height: 120px;
    float: left;
}

#new_account li div.number {
    font-size: 55px;
    color: #b2d455;
    padding-right: 10px;
    margin-left: 15px;
    position: relative;
    top: -15px;
}

#new_account li div.text {
    border-left: 2px solid #369;
    width: 225px;
    padding-left: 15px;
    padding-right: 5px;
}

#new_account form.create_account {
    position: relative;
    margin: 60px 0 0 375px;
}

#new_account form input {
    width: 200px;
    margin: 5px;
    padding: 3px;
    color: text;
    font-size: 14px;
    border: 1px solid #ccc;
}

#new_account form input[type="radio"] {
    width: 15px;
}

#new_account table th {
    text-align: right;
    vertical-align: middle;
    padding: 3px;
}

#new_account table th.photog_reseller_acct_type {
    text-align: left;
}

#new_account img.woman {
    position: absolute;
    bottom: 0;
}

#new_account {
    margin-left: 35%;
}

#new_account a[href="#create_account"], #new_account .have_account a {
    margin: 10px 0;
    width: 115px;
    height: 24px;
    text-align: center;
}

#new_account .have_account a {
    margin-left: 10px;
}

ul.account_type li {
    width: 600px;
    margin-bottom: 10px;
}

#newsletterSamples {
    width: 187px;
    height: 52px;
    background-position: -1126px -115px;
}

#newsletterSamples:hover {
    background-position: -1131px -13px;
    background-position: -1126px -64px
}

#main .newsletters div.trial {
    float: right;
    margin-top: -50px;
    margin-right: -20px;
}

#main .newsletters .newsletter_trial {
    background-position: -17px -845px;
    width: 310px;
    height: 260px;
    text-indent: -3000px;
}

.stars {
    color: red;
    font-weight: bold;
}

#small_prints {
    font-size: 11px;
    text-align: left;
    margin-left: 100px;
    margin-top: 50px;
}

.home_swoop {
    margin-top: -90px;
}

.xmas_banner_logged {
    position: absolute;
    top: 130px;
    right: -240px;
    width: 500px;
}

.xmas_banner_logged .xmas_link {
    background-position: -800px -1300px;
    width: 240px;
    height: 190px;
    text-indent: -3000px;
    margin-bottom: -30px;
}

.newsletter_banner {
    float: left;
    height: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#Marketing .newsletter_banner {
    float: right;
    width: 610px;
}

.newsletter_banner_trial {
    margin-left: 85px;
    margin-right: 15px;
}

.newsletter_banner_xmas {
    margin-right: -375px;
}

.newsletter_banner .trial_banner {
    background-position: -17px -1338px;
    width: 575px;
    height: 60px;
    text-indent: -3000px;
    margin-bottom: 30px;
}

#Marketing .newsletter_banner .trial_banner {
    margin-left: 30px;
    margin-top: 15px;
}

.newsletter_banner .xmas_banner {
    background-position: -17px -1404px;
}

#newsletterSign {
    margin: 0 auto;
    width: 187px;
    height: 52px;
    background-position: -780px -1229px;
    text-indent: -3000px;
}

#newsletterSign:hover {
    background-position: -780px -1127px;
}

#eflyerSign {
    margin: 0 auto;
    width: 187px;
    height: 52px;
    background-position: -965px -1229px;
}

#eflyerSign:hover {
    background-position: -965px -1127px;
}

#sign_existing_account {
    margin: 0 auto;
    width: 115px;
    height: 23px;
    background-position: -478px -87px;
}

#sign_existing_account:hover {
    background-position: -478px -131px;
}

#new_account .warning {
    padding: 5px;
    margin: 10px;
    position: static;
    background-color: white;
}

#new_account .have_account {
    font-size: 16px;
	text-decoration: underline;
}

#panels {
    margin: 20px auto;
    padding: 0;
    width: 1250px;
}

.panel {
    position: relative;
    width: 1250px;
    margin: 20px auto;
    clear: both;
}

.panel a.demo_vt {
    position: absolute;
    left: 50px;
    top: 50px;
}

.info .buttons {
    margin-top: 15px;
    font-size: 16px;
}

.panel h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    width: 250px;
    line-height: 1.1;
}

#eflyer .panel h1 {
    width: 250px;
}

#eflyer #panel_5 h1 {
    width: 250px;
}

#virtualtour #panel_1 {
    height: 475px;
    width: 1100px;
}

#virtualtour #panel_2 div.one {
    left: 65px;
    top: 60px;
}

#virtualtour #panel_2 div.two {
    top: 60px;
}

#virtualtour #panel_2 div.three {
    top: 175px;
    left: 75px;
    width: 210px;
}

#virtualtour #panel_2 div.three p, #virtualtour #panel_2 div.three h2, #virtualtour #panel_2 div.four p, #virtualtour #panel_2 div.four h2, #virtualtour #panel_2 div.nine p, #virtualtour #panel_2 div.nine h2 {
    color: white;
}

#virtualtour #panel_2 div.four {
    top: 175px;
    right: 100px;
    width: 210px;
}

#virtualtour #panel_2 div.five {
    left: 65px;
    top: 60px;
}

#virtualtour #panel_2 div.six {
    left: 125px;
    top: 210px;
}

#virtualtour #panel_2 div.seven {
    top: 330px;
}

#virtualtour #panel_2 div.eight {
    top: 60px;
    right: 400px;
}

#virtualtour #panel_2 div.nine {
    top: 410px;
    left: 60px;
}

#virtualtour #panel_3 {
    height: 420px;
}

#virtualtour #panel_3 .info {
    width: 320px;
    margin-top: -3px;
    margin-right: -35px;
}

#virtualtour #panel_3 .vtour_features_info, #virtualtour #panel_3 img {
    margin-top: 50px;
    display: block;
    float: left;
    height: 275px;
}

#virtualtour #panel_3 .vtour_features_info {
    margin-top: 85px;
}

#virtualtour #panel_4 img {
    width: 1250px;
}

#virtualtour #panel_4 .info {
    top: 80px;
    right: 185px;
}

#virtualtour #panel_4 .info p, #virtualtour #panel_4 .info h2 {
    color: white;
}

#virtualtour #panel_7 {
    margin-bottom: 100px;
}

#virtualtour #panel_7 img {
    margin-left: 600px;
}

#virtualtour #panel_7 .info {
    top: 10px;
    left: 100px;
}

.slides {
    position: relative;
    overflow: auto;
    width: 1248px;
    height: 625px;
    border: 1px solid #aaa;
}

.slides ul {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
}

.slides li {
    float: left;
    width: 1250px;
    height: 625px;
    position: relative;
}

.pagination {
    bottom: 10px;
    height: 25px;
    left: 440px;
    list-style: outside none none;
    padding: 10px 5px 0;
    position: absolute;
}

.pagination li {
    background: none repeat scroll 0 0 #369;
    border: 1px solid #69c;
    cursor: pointer;
    float: left;
    height: 10px;
    margin: 0 4px;
    width: 10px;
}

.pagination li:hover, li.current {
    background: #69c;
}

.slideLeft, .slideRight {
    cursor: pointer;
    display: block;
    color: transparent;
    border: none;
    height: 50px;
    width: 40px;
    position: absolute;
    top: 275px;
    z-index: 50;
}

.slideLeft {
    background-position: -447px -248px;
    left: 0;
}

.slideLeft:hover {
    background-position: -447px -301px;
    left: 0;
}

.slideRight {
    background-position: -512px -248px;
    right: 0;
}

.slideRight:hover {
    background-position: -512px -301px;
    right: 0;
}

.panel .info p.smaller {
    font-size: 90%;
}

#virtualtour #panel_1 img {
    margin-top: 20px;
}

#virtualtour #panel_5 img {
    margin-top: 20px;
    margin-left: 100px;
}

#virtualtour #panel_5 .info {
    top: 100px;
    right: 150px;
}

#virtualtour #panel_6 img {
    margin-left: 450px;
}

#virtualtour #panel_6 .info {
    top: 100px;
    left: 75px;
    width: 385px;
}

#eflyer #panel_1 img {
    margin-left: 50px;
    margin-top: 20px;
}

#eflyer #panel_1 .info {
    top: 100px;
}

#eflyer #panel_3 img {
    margin-left: 375px;
}

#eflyer #panel_3 .info {
    left: 20px;
    top: 65px;
}

#eflyer #panel_3 .info p {
    margin-bottom: 10px;
}

.arrow_text, .circle_text {
    position: absolute;
    text-align: center;
    font-size: 16px;
}

#eflyer #panel_3 .arrow_text {
    left: 260px;
    top: 290px;
    width: 140px;
}

#eflyer #panel_7 {
    margin-top: 100px;
    margin-bottom: 100px;
}

#eflyer #panel_7 .info {
    left: 700px;
    top: 10px;
    width: 450px;
}

#eflyer #panel_7 img {
    margin-left: 100px;
    top: 10px;
}

#eflyer #panel_6 .info {
    right: 250px;
}

#eflyer #panel_2 div.one {
    left: 150px;
    top: 200px;
    padding: 20px;
    background-color: white;
    border: 2px solid #333;
    opacity: .8;
    width: 400px;
}

#eflyer #panel_2 div.two, #eflyer #panel_2 div.four {
    right: 50px;
    width: 300px;
}

#eflyer #panel_2 div.three {
    top: 50px;
    left: 25px;
    width: 300px;
}

#eflyer #panel_2 div.two h2, #eflyer #panel_2 div.two p, #eflyer #panel_2 div.three h2, #eflyer #panel_2 div.three p, #eflyer #panel_2 div.four h2, #eflyer #panel_2 div.four p, #eflyer #panel_4 .info p {
    color: white;
}

#eflyer #panel_2 div.five {
    top: 50px;
    left: 125px;
}

#eflyer #panel_2 div.six {
    right: 435px;
    top: 65px;
    width: 280px;
}

#eflyer #panel_4 .info {
    left: 50px;
    top: 585px;
    width: 300px;
}

#eflyer #panel_4 .info p.smaller {
    margin-top: 20px;
}

#print_creator #panel_3 img {
    margin: 15px 0 15px 360px;
}

#print_creator #panel_3 .info {
    left: 40px;
    top: 75px;
    width: 300px;
}

#print_creator #panel_3 .info h1 {
    width: 150px;
}

#print_creator #panel_3 .arrow_text {
    left: 240px;
    top: 325px;
    width: 140px;
}

#print_creator #panel_4 img, #eflyer #panel_5 img {
    margin-left: 20px;
}

#print_creator #panel_4 .circle_text, #eflyer #panel_5 .circle_text {
    top: 60px;
    left: 440px;
    width: 200px;
}

#print_creator #panel_4 .info, #eflyer #panel_5 .info {
    right: 80px;
    top: 210px;
    width: 450px;
}

#print_creator #panel_4 .arrow_text, #eflyer #panel_5 .arrow_text {
    left: 90px;
    top: 450px;
    width: 100px;
}

#print_creator #panel_1 {
    height: 550px;
}

#print_creator #panel_1 img {
    margin-top: 40px;
    margin-left: 580px;
}

#print_creator #panel_1 .info {
    left: 150px;
}

#print_creator #panel_2 div.one {
    left: 110px;
    width: 380px;
}

#print_creator #panel_2 div.two {
    left: 50px;
    top: 45px;
}

#print_creator #panel_2 div.three {
    right: 45px;
    width: 240px;
}

#print_creator #panel_2 div.four {
    left: 50px;
    top: 100px;
    width: 230px;
}

#print_creator #panel_2 div.three h2, #print_creator #panel_2 div.three p, #print_creator #panel_2 div.four h2, #print_creator #panel_2 div.four p {
    color: white;
}

#print_creator #panel_5 div.one, #print_creator #panel_5 div.two {
    background-color: white;
    padding: 20px 20px 0;
    opacity: .8;
}

#print_creator #panel_5 div.one {
    top: 50px;
    left: 50px;
}

#print_creator #panel_5 div.two {
    padding-bottom: 20px;
    right: 50px;
    top: 500px;
}

#print_creator #panel_6 img {
    margin: 20px 140px;
}

#print_creator #panel_6 div p {
    font-size: 100%;
}

#print_creator #panel_6 div.one {
    left: 470px;
    top: 280px;
}

#print_creator #panel_6 div.two {
    left: 810px;
    top: 435px;
}

#print_creator #panel_6 div.three {
    left: 120px;
    top: 275px;
}

#print_creator #panel_6 div.five {
    left: 740px;
    top: 230px;
}

#print_creator #panel_6 div.four {
    left: 170px;
    top: 660px;
}

#print_creator #panel_6 div.six {
    left: 615px;
    top: 580px;
}

#print_creator #panel_7 .info {
    right: 110px;
    top: 60px;
    width: 500px;
}

#print_creator #panel_7 .info p, #print_creator #panel_7 .info h2 {
    color: white;
}

#print_creator #panel_8 {
    margin-top: 100px;
    margin-bottom: 100px;
}

#print_creator #panel_8 .info {
    left: 700px;
    top: 10px;
    width: 450px;
}

#print_creator #panel_8 img {
    margin-left: 200px;
    top: 10px;
}

.vtour_features_info ul.features {
    float: right;
    margin-right: 15px;
}

.vtour_features_info ul.features>li {
    background-color: #fff;
    border: 1px solid #369;
    margin-bottom: 10px;
    position: relative;
}

.TemplateDesign, .DiscountPrograms {
    line-height: 1.4em;
    width: 1000px;
    margin: 10px auto;
}

.TemplateDesign .info {
    left: 500px;
    line-height: 1.4;
    position: absolute;
    text-align: center;
    top: 115px;
    width: 250px;
}

.TemplateDesign .info h2 {
    font-size: 24px;
}

.TemplateDesign .info p {
    font-size: 18px;
}

.DiscountPrograms img {
    margin: 15px 10px;
}

.TemplateDesign table, .DiscountPrograms table {
    width: 100%;
}

.TemplateDesign tr>td+td, .DiscountPrograms tr>td+td {
    text-align: right;
}

.DiscountPrograms .vtour_info_box ul {
    margin-top: 5px;
}

.DiscountPrograms .vtour_features_info ul.features>li, .DiscountPrograms .features_container {
    width: 280px;
}

.DiscountPrograms .vtour_features_info ul {
    padding-left: 0;
}

.the_info .DiscountPrograms .features li, .the_info .DiscountPrograms .features td {
    font-size: 100%;
}

.design_contact, .discount_contact {
    font-size: 20px;
    margin-left: 40px;
    line-height: 1.4em;
}

.OrderCustomDesign a, .design_contact a, .discount_contact a, .discount_contact span {
    color: #b4d75e;
}

.DiscountPrograms .features_container div {
    border: 1px solid #69c;
    padding: 10px;
    margin: 10px;
    width: 185px;
    float: left;
}

.DiscountPrograms li.alacarte .features_container div.platinum {
    width: 250px;
    line-height: 130%;
}

.DiscountPrograms .vtour_features_info p {
    text-align: center;
}

.TemplateDesign .orderform input[type="submit"], .DiscountPrograms .features_container a {
    margin: auto;
    width: 150px;
    text-align: center;
    text-indent: 0;
}

.TemplateDesign .orderform input[type="submit"] {
    margin-top: 10px;
    height: 22px;
    border: none;
}

.DiscountPrograms .vtour_features_info .platinum, .DiscountPrograms .vtour_features_info .platinum p, .DiscountPrograms .vtour_features_info .platinum table td, .DiscountPrograms .vtour_features_info .platinum ul li {
    color: #b4d75e;
    background-color: #3d6497;
}

.DiscountPrograms .vtour_features_info .gold, .DiscountPrograms .vtour_features_info .gold p, .DiscountPrograms .vtour_features_info .gold table td, .DiscountPrograms .vtour_features_info .gold ul li {
    color: #fff;
    background-color: #9cb2cb;
}

.DiscountPrograms .vtour_features_info .silver, .DiscountPrograms .vtour_features_info .silver p, .DiscountPrograms .vtour_features_info .silver ul li {
    color: #369;
    background-color: #b4d75e;
}

.DiscountPrograms .vtour_features_info .bronze, .DiscountPrograms .vtour_features_info .bronze p, .DiscountPrograms .vtour_features_info .bronze ul li {
    color: #369;
    background-color: #d9ebad;
}

.DiscountPrograms ul.features {
    border: none;
}

#groupdiscount {
    width: 1000px;
    margin: auto;
}

#groupdiscount .info {
    top: 150px;
    left: 100px;
    width: 250px;
}

#groupdiscount img {
    position: relative;
    top: 60px;
    right: -402px;
    margin-bottom: 70px;
}

#groupdiscount li.individual p.the_msg {
    border: 2px solid white;
    margin-top: 5px;
    padding: 5px 10px;
    color: white;
    background-color: #369;
}

#groupdiscount .info p {
    margin-top: 15px;
}

#groupdiscount .the_info ul.points {
    margin: 30px 0 0 270px;
}

#groupdiscount .the_info ul.points li {
    font-size: larger;
}

#groupdiscount .the_info {
    width: 920px;
}

#groupdiscount .the_info p {
    margin-bottom: 0;
    margin-left: 0;
}

#groupdiscount .vtour_features_info ul.features {
    float: left;
}

#groupdiscount .vtour_features_info {
    position: absolute;
    left: -30px;
}

#groupdiscount .features_container.open {
    width: 908px;
    border: 1px solid #369;
}

#groupdiscount .features_container.open a[href^="#order_"] {
    margin-top: 5px;
}

#graphicdesign {
    width: 1000px;
}

#graphicdesign img {
    margin-top: 50px;
    margin-left: 100px;
}

#graphicdesign .blurb {
    font-size: larger;
    width: 250px;
    margin-top: 120px;
}

#graphicdesign .the_info table {
    width: 830px;
    margin-left: 20px;
}

#graphicdesign .the_info table td {
    padding: 5px;
    font-weight: 100;
	width: 25%;
}

#graphicdesign .the_info {
    width: 860px;
}

#titlecompanies img, #agencies img {
    margin-top: 50px;
    margin-left: 380px;
}

#titlecompanies img {
    margin-left: 367px;
}

#titlecompanies .info, #agencies .info {
    position: absolute;
    top: 130px;
    left: 80px;
    width: 250px;
}

#photographer p {
    line-height: 1.3;
}

#photographer .info {
    padding: 112px 0 30px 150px;
}

#photographer .info p {
    font-size: 20px;
    width: 400px;
}

#photography .the_info, #photographer .the_info {
    width: 800px;
    left: -50px;
}

#photography .the_info p, #photographer .the_info p {
    width: 600px;
    font-size: 16px;
}

#photographer img {
    position: absolute;
    bottom: -8px;
    right: 50px;
}

#photography ul, #photographer ul {
    margin-bottom: 10px;
}

#photography li, #photographer li {
    font-size: 16px;
    list-style: initial;
    margin-left: 50px;
    padding-left: 0;
    text-indent: 0;
}

#rme .info, #rewards .info, #become_photog .info {
    width: 400px;
}

#become_photog #panel_1 img {
    margin-top: 30px;
    margin-left: 50px;
}

#become_photog #panel_1 .info {
    top: 70px;
    right: 50px;
    width: 265px;
}

#become_photog #panel_1 .info a {
    margin: auto;
}

#become_photog #panel_2 .info {
    width: 550px;
    left: 80px;
    top: -5px;
}

#become_photog #panel_2 img {
    position: absolute;
    top: 10px;
    right: 130px;
}

#become_photog #panel_4 img {
    margin-left: 50px;
    position: relative;
    top: 25px;
}

#become_photog #panel_4 .info {
    top: 130px;
    right: 70px;
}

#become_photog #panel_6 {
    text-align: right;
}

#become_photog #panel_6 img {
    position: relative;
    bottom: -6px;
}

#become_photog #panel_6 .info {
    top: 120px;
    left: 50px;
}

#become_photog #panel_8 img {
    margin-left: 100px;
    position: relative;
    top: 9px;
}

#become_photog .info {
    top: 120px;
    right: 100px;
}

#rewards .info {
    top: 100px;
    right: 50px;
    width: 300px;
}

#rewards #panel_1 {
    width: 1000px;
}

#rewards #panel_1 img {
    position: relative;
    bottom: -61px;
    margin: 35px 0;
}

#rewards #panel_1 .info {
    right: -15px;
    top: 50px;
    width: 425px;
}

#rewards #panel_1 .info a {
    margin: 0 auto;
}

#rewards #panel_2 div.one {
    left: 80px;
    top: 50px;
}

#rewards #panel_2 div.two {
    right: 120px;
    top: 150px;
    width: 530px;
}

#rewards #panel_2 div.three {
    left: 40px;
    top: 40px;
    width: 500px;
}

#rewards #panel_2 div.three p {
    margin-left: 70px;
    margin-top: 360px;
    width: 580px;
}

#rewards #panel_2 div.four {
    left: 80px;
    top: 130px;
}

#rewards #panel_2 div.five {
    background-color: white;
    opacity: 0.8;
    padding: 20px;
    top: 330px;
    width: 450px;
}

#rewards #panel_2 div.six {
    left: 430px;
    top: 170px;
    width: 400px;
}

#rewards #panel_2 div.six p {
    position: relative;
}

#rewards #panel_2 div.six p.vt {
    left: 385px;
    top: -75px;
}

#rewards #panel_2 div.six p.em {
    right: 395px;
    top: -60px;
}

#rewards #panel_2 div.six p.pm {
    bottom: -160px;
    left: 335px;
    width: 460px;
}

#rewards #panel_2 div.six p.nl {
    display: none;
}

#rewards #panel_2 div.six p.lp {
    bottom: -110px;
    right: 390px;
}

#rewards #panel_2 div.six p.aw {
    display: none;
}

#rewards #panel_2 div.seven {
    left: 100px;
    top: 100px;
    width: 330px;
}

#rewards #panel_3 .info {
    position: static;
    width: 800px;
    margin: 55px auto 0;
    text-align: left;
}

#rewards #panel_3 table {
    width: 400px;
    margin: 10px auto 55px;
}

#rewards #panel_3 table td {
    padding: 5px;
    font-size: 20px;
    color: #369;
}

#rewards #panel_3 table .buttons {
    position: absolute;
    width: 430px;
}

#rewards #panel_3 .account_info {
    margin-top: 10px;
}

#rewards .info li {
    list-style: inside decimal;
    margin: 10px 300 10px;
}

#faqs {
    display: none;
}

.faqs {
    line-height: 1.25;
    margin: 20px;
    width: 600px;
}

.faqs dl {
    height: 600px;
    overflow: auto;
}

.faqs dt {
    font-weight: bold;
    margin-top: 17px;
}

.faqs dd {
    margin: 5px 20px;
}

#rme #panel_1 img {
    bottom: -33px;
    margin-left: 382px;
    position: relative;
}

#rme #panel_1 .info {
    top: 150px;
    left: 35px;
}

#rme #panel_3 img {
    margin-top: 50px;
    margin-bottom: 100px;
}

#rme #panel_3 .info {
    top: 100px;
    right: 80px;
}

#rme #panel_5 img {
    margin: 15px 0 10px 80px;
}

#rme #panel_5 .info {
    top: 150px;
    right: 120px;
}

#rme #panel_7 img {
    margin-top: 20px;
    margin-left: 40px;
}

#rme #panel_7 .info {
    top: 60px;
    right: 50px;
    width: 350px;
}

#rme #panel_8 img {
    margin: 30px 0 30px 460px;
}

#rme #panel_8 .info {
    top: 100px;
    left: 50px;
}

#newsletters #panel_1 {
    height: 600px;
}

#newsletters #panel_1 img {
    margin-left: 535px;
    margin-top: 40px;
}

#newsletters #panel_1 .the_info img {
    margin-left: 0;
    margin-top: 40px;
}

#newsletters .info {
    top: 120px;
    left: 80px;
    width: 380px;
}

#newsletters #panel_1 .buttons {
    margin: 10px auto;
}

#newsletters #panel_1 .the_info h2 {
    width: 520px;
}

.NewsletterPricing .left, .NewsletterPricing .right, #newsletters #panel_1 .left, #newsletters #panel_1 .right {
    float: left;
    width: 400px;
    line-height: 1.6;
}

.ready-to-go .left, .ready-to-go .right {
    width: 280px;
}

.ready-to-go .the_info h2 {
    width: auto;
}

#newsletters #panel_1 .the_info, .ready-to-goready-to-go {
    width: 800px;
    margin: auto;
    position: relative;
    height: auto;
    top: 0;
    left: 0;
}

#newsletters #panel_2 div.one {
    left: 680px;
    top: 150px;
}

#newsletters #panel_2 div.two {
    top: 60px;
    left: 790px;
}

#newsletters #panel_2 div.three {
    left: 100px;
    top: 100px;
    background-color: white;
    opacity: 0.8;
    padding: 10px;
}

#newsletters #panel_2 div.four {
    left: 80px;
    background-color: white;
    opacity: 0.8;
    padding: 10px;
}

#newsletters #panel_2 div.five {
    left: 120px;
    width: 320px;
}

#newsletters #panel_2 div.six {
    background-color: white;
    border: 10px none;
    left: 825px;
    padding: 10px;
    width: 330px;
}

#newsletters #panel_2 a.view_pricing, #newsletters #panel_4 a.view_pricing {
    background-image: none;
    display: inline;
    color: inherit;
    font-weight: bold;
}

#newsletters #panel_3 .info {
    top: 100px;
    width: 900px;
    margin: 10px auto 20px;
    position: static;
}

#newsletters #panel_3 #templates_container {
    float: right;
    border: 1px solid #369;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}

#newsletters #panel_3 #templates {
    padding: 15px 0 15px 15px;
    width: 760px;
    overflow: hidden;
}

#newsletters #panel_3 #templates #scrollableCategoryAreaPublic {
    height: 430px;
}

#newsletters #panel_3 #templates_container h2 {
    background-color: #369;
    color: white;
    padding: 5px 15px;
}

#newsletters #panel_3 .select_template .cellheader, #newsletters #panel_3 .select_template .cellheader span {
    color: #fff;
}

#newsletters #panel_3 .cellheader {
    background-color: #336699;
    border-color: #336699 #336699 #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
}

#newsletters #panel_3 select_template h2, #newsletters #panel_3 .select_template .cellheader {
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
}

#newsletters #panel_3 .categories_container {
    width: 230px;
    float: left;
}

#newsletters #panel_3 .select_template {
    margin-right: 100px;
}

#newsletters #panel_3 .select_container {
    border: 1px solid #369;
}

#newsletters #panel_3 .templates_container {
    width: 780px;
    float: right;
    border: 1px solid #369;
}

#esigs {
    background-color: transparent;
}

.esigs_pricing {
    width: 1150px;
    margin-left: 20px;
}

.esigs_pricing .panel, .esigs_pricing #panels {
    width: 1150px;
}

.esigs_pricing .create_esig {
    display: none;
}

#esigs #panel_1 {
    height: 600px;
}

#esigs #panel_1 img {
    margin-left: 535px;
    margin-top: 40px;
}

#esigs .smaller {
    font-size: 17px;
}

#esigs #panel_1 .the_info img {
    margin-left: 0;
    margin-top: 40px;
}

#esigs .info h1 {
    width: 400px;
}

#esigs .info {
    top: 120px;
    left: 80px;
    width: 380px;
    overflow: visible;
}

#esigs #panel_1 .buttons {
    margin: 10px auto;
}

#esigs #panel_1 .the_info h2 {
    width: 520px;
}

.NewsletterPricing .left, .NewsletterPricing .right, #esigs #panel_1 .left, #esigs #panel_1 .right {
    float: left;
    width: 680px;
    line-height: 1.6;
    margin-bottom: 120px;
}

#esigs #panel_1 .right {
    width: 400px;
    margin-top: 80px;
}

.ready-to-go .left, .ready-to-go .right {
    width: 280px;
}

.ready-to-go .the_info h2 {
    width: auto;
}

#esigs #panel_1 .the_info, .ready-to-goready-to-go {
    width: 1150px;
    margin: auto;
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    overflow: visible;
}

#esigs .panel {
    margin-bottom: 120px;
}

#esigs .the_info p {
    font-size: 22px;
    line-height: 120%;
}

#esigs .the_info h2 {
    font-size: 29px;
    margin-left: 100px;
}

#esigs #panel_2 div.one {
    left: 890px;
    top: 150px;
    width: 350px;
}

#esigs .one p, #esigs .one h2 {
    color: white;
    width: 200px;
    margin-left: 40px;
}

#esigs #panel_2 div.two {
    top: 120px;
    left: 60px;
    width: 200px;
}

#esigs #panel_2 div.three {
    left: 100px;
    top: 350px;
    width: 350px;
    padding: 10px;
}

#esigs #panel_2 div.four {
    left: 60px;
    top: 220px;
    padding: 10px;
    width: 300px;
}

#esigs #panel_2 div.five {
    left: 120px;
    width: 320px;
}

#esigs #panel_2 div.six {
    background-color: white;
    border: 10px none;
    left: 825px;
    padding: 10px;
    width: 330px;
}

#esigs #panel_2 a.view_pricing, #esigs #panel_4 a.view_pricing {
    background-image: none;
    display: inline;
    color: inherit;
    font-weight: bold;
}

#esigs #panel_3 .info {
    top: -30px;
    left: 50px;
    width: 300px;
}

#esigs #panel_3 img {
    margin-left: 400px;
}

#esigs #panel_3 li {
    width: 200px;
    padding: 3px 10px;
    border: 1px solid #369;
    background-color: #cdd9e6;
    color: #369;
    list-style: inside none none;
    margin: 2px 0px 2px 100px;
}

#esigs #panel_3 #templates_container {
    float: right;
    border: 1px solid #369;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}

#esigs #panel_3 #templates {
    padding: 15px 0 15px 15px;
    width: 760px;
    overflow: hidden;
}

#esigs #panel_3 #templates #scrollableCategoryAreaPublic {
    height: 430px;
}

#esigs #panel_3 #templates_container h2 {
    background-color: #369;
    color: white;
    padding: 5px 15px;
}

#esigs #panel_4 img {
    margin-left: 100px;
}

#esigs #panel_4 .info {
    top: 20px;
    left: 750px;
    width: 300px;
}

#esigs #panel_4 .info1 {
    top: 350px;
    left: 150px;
    width: 300px;
}

.panel .the_info li {
    font-size: 120%;
    line-height: 130%;
}

#hh {
    background-color: transparent;
}

#hh_smalltext_info {
    margin-top: -100px;
    margin-left: 30px;
    padding-bottom: 100px;
}

.hh_pricing {
    width: 1150px;
    margin-left: 20px;
}

.hh_pricing .panel, .hh_pricing #panels {
    width: 1150px;
}

.hh_pricing .create_esig {
    display: none;
}

#hh #panel_1 {
    height: 600px;
}

#hh #panel_1 img {
    margin-left: 637px;
    margin-top: 40px;
}

#hh .smaller {
    font-size: 17px;
}

#hh #panel_1 .the_info img {
    margin-left: 0;
    margin-top: 40px;
}

#hh .info h1 {
    width: 400px;
}

#hh .info {
    top: 120px;
    left: 80px;
    width: 500px;
    overflow: visible;
}

#hh #panel_1 .buttons {
    margin: 10px auto;
}

#hh #panel_1 .the_info h2 {
    width: 420px;
}

.NewsletterPricing .left, .NewsletterPricing .right, #hh #panel_1 .left, #hh #panel_1 .right {
    float: left;
    width: 680px;
    line-height: 1.6;
    margin-bottom: 120px;
}

#hh #panel_1 .right {
    width: 400px;
    margin-top: 80px;
    margin-left: 30px;
}

.ready-to-go .left, .ready-to-go .right {
    width: 280px;
}

.ready-to-go .the_info h2 {
    width: auto;
}

#hh #panel_1 .the_info, .ready-to-goready-to-go {
    width: 1150px;
    margin: auto;
    position: relative;
    height: auto;
    top: 30px;
    left: 0;
    overflow: visible;
}

#hh .panel {
    margin-bottom: 120px;
}

#hh .the_info p {
    font-size: 22px;
    line-height: 120%;
}

#hh .the_info h2 {
    font-size: 29px;
    margin-left: 50px;
}

#hh #panel_2 div.one {
    left: 890px;
    top: 150px;
    width: 350px;
}

#hh .one p, #hh .one h2 {
    color: white;
    width: 200px;
    margin-left: 40px;
}

#hh #panel_2 div.two {
    top: 120px;
    left: 60px;
    width: 200px;
}

#hh #panel_2 div.three {
    left: 100px;
    top: 350px;
    width: 350px;
    padding: 10px;
}

#hh #panel_2 div.four {
    left: 60px;
    top: 220px;
    padding: 10px;
    width: 300px;
}

#hh #panel_2 div.five {
    left: 120px;
    width: 320px;
}

#hh #panel_2 div.six {
    background-color: white;
    border: 10px none;
    left: 825px;
    padding: 10px;
    width: 330px;
}

#hh #panel_2 a.view_pricing, #hh #panel_4 a.view_pricing {
    background-image: none;
    display: inline;
    color: inherit;
    font-weight: bold;
}

#hh #panel_3 .info {
    top: 40px;
    left: 50px;
    width: 300px;
}

#hh #panel_3 img {
    margin-left: 475px;
}

#hh #panel_3 li {
    list-style: disc inside none;
    text-indent: -12px;
    font-size: 115%;
    width: 365px;
    text-align: left;
    line-height: 130%;
}

#hh #panel_3 #templates_container {
    float: right;
    border: 1px solid #369;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}

#hh #panel_3 #templates {
    padding: 15px 0 15px 15px;
    width: 760px;
    overflow: hidden;
}

#hh #panel_3 #templates #scrollableCategoryAreaPublic {
    height: 430px;
}

#hh #panel_3 #templates_container h2 {
    background-color: #369;
    color: white;
    padding: 5px 15px;
}

#hh #panel_4 img {
    margin-left: 600px;
}

#hh #panel_4 .info {
    top: 20px;
    left: 90px;
    width: 400px;
}

#hh #panel_5 img {
    margin-left: 100px;
}

#hh #panel_5 .info {
    top: 20px;
    left: 790px;
    width: 330px;
}

#hh #panel_6 img {
    margin-left: 0;
}

#hh #panel_6 .info {
    top: 120px;
    left: 790px;
    width: 330px;
}

#hh #panel_7 div.one {
    left: 900px;
    top: 20px;
    color: white;
}

#hh #panel_7 div.two, #hh #panel_7 div.two p {
    left: 250px;
    width: 700px;
    top: 10px;
    color: white;
}

#hh #panel_7 div.three, #hh #panel_7 div.three p {
    left: 80px;
    width: 200px;
    top: 100px;
    color: white;
}

#hh #panel_7 div.four, #hh #panel_7 div.four p {
    left: 480px;
    top: 500px;
    width: 600px;
}

#hh #panel_7 div.five, #hh #panel_7 div.five p {
    left: 100px;
    top: 400px;
    width: 350px;
}

#hh #panel_7 div.six, #hh #panel_7 div.six p {
    left: 935px;
    top: 150px;
    width: 200px;
    color: white;
}

#hh #panel_7 div.seven, #hh #panel_7 div.seven p {
    left: 900px;
    top: 150px;
    width: 200px;
}

#newsletters .template_container {
    width: 135px;
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
    text-align: center;
}

#newsletters .template_container a.selectbtnnews {
    display: none;
}

#newsletters .template_container a.previewbtnnews {
    background-image: url("/images/print_creator_sprite.png?v=3");
    background-position: -1143px -31px;
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    margin: 10px 1px;
    color: transparent;
    width: 60px;
}

#newsletters .template_container a.previewbtnnews:hover {
    background-position: -1143px -49px;
}

#newsletters .template_container .page {
    float: left;
}

#newsletters #panel_4 .info {
    background-color: white;
    opacity: 0.8;
    padding: 20px;
    top: 30px;
    width: 450px;
}

.NewsletterPricing ul.points, #newsletters #panel_1 ul.points {
    float: left;
    width: 380px;
    margin: 0 10px;
    line-height: 1.2;
}

.NewsletterPricing ul.points {
    width: 260px;
}

#newsletters p.more_info {
    margin-top: 0;
}

#newsletters .the_info {
    position: absolute;
    margin: 0;
    bottom: 20px;
    left: 75px;
    width: 400px;
}

#newsletters .the_info h2 {
    width: 300px;
}

#presentations .info {
    top: 100px;
    right: 60px;
    width: 340px;
}

a.create_presentation {
    background-position: 0px -694px;
    margin: auto;
    height: 22px;
    width: 140px;
    margin-bottom: 20px;
}

a.create_presentation:hover {
    background-position: 0 -672px;
}

#presentations #panel_1, #presentations #panel_4 {
    width: 1000px;
    margin: auto;
}

#presentations #panel_1 .info {
    right: 0;
    top: 50px;
    width: 450px;
}

#presentations #panel_1 .info .smaller {
    font-size: 100%;
}

#presentations #panel_2 div.one {
    opacity: 0.8;
    padding: 10px;
    background-color: white;
    left: 55px;
    top: 20px;
}

#presentations #panel_2 div.two {
    right: 80px;
    width: 380px;
}

#presentations #panel_2 div.three {
    top: 50px;
    right: 80px;
}

#presentations #panel_2 div.four {
    left: 80px;
}

#presentations #panel_2 div.five {
    width: 400px;
}

#presentations #panel_2 div.five, #presentations #panel_2 div.six {
    width: 400px;
}

#presentations #panel_2 div.six {
    left: 55px;
    top: 20px;
}

#presentations #panel_3 .info {
    left: 30px;
    top: 30px;
    width: 420px;
}

#presentations #panel_4 img {
    margin-top: 20px;
}

#presentations #panel_4 .info {
    right: -60px;
}

#presentations #panel_4 .info h2 {
    margin-bottom: 15px;
}

#presentations .play_arrow {
    background-position: -145px -738px;
    position: absolute;
    width: 75px;
    height: 90px;
    top: 180px;
    left: 260px;
}

#presentations .play_arrow:hover {
    background-position: -145px -640px;
}

#features a {
    font-weight: bold;
}

#become_photog .panel, #features .panel {
    min-height: 475px;
}

#features #panel_1 {
    height: 500px;
    margin-bottom: 0;
}

#features #panel_1 #hostess {
    bottom: -20px;
    left: 150px;
}

#features #panel_1 div.info {
    top: 50px;
    left: 550px;
    width: 550px;
}

#features #panel_1 div.info a {
    margin-top: 30px;
    font-weight: normal;
}

#features #panel_2 div.one {
    left: 60px;
    width: 250px;
}

#features #panel_2 div.two {
    width: 1000px;
}

#features #panel_2 div.two p.zero {
    margin: 0 135px;
    top: -40px;
    width: 700px;
}

#features #panel_2 div.two p {
    position: absolute;
    width: 200px;
    bottom: -460px;
}

#features #panel_2 div.two p.two {
    left: 400px;
}

#features #panel_2 div.two p.three {
    left: 800px;
}

#features #panel_2 div.three {
    right: 30px;
    width: 250px;
}

#features #panel_2 div.four {
    left: 450px;
    top: 470px;
}

#features #panel_2 div.five {
    left: 350px;
}

#features #panel_2 div.six {
    left: 120px;
}

#features #panel_2 div.seven {
    left: 35px;
    width: 190px;
}

#features #panel_2 div.eight {
    background-color: white;
    padding: 0 20px 20px;
    right: 80px;
    top: 310px;
}

#features #panel_2 div.nine {
    width: 380px;
    left: 120px;
}

#features #panel_2 div.ten {
    left: 200px;
    width: 400px;
}

#features #panel_3 div.info {
    background-color: white;
    left: 120px;
    padding: 20px;
    top: 155px;
    width: 400px;
}

#features #panel_3 img {
    float: right;
    margin-top: 60px;
}

#features #panel_4 div.info {
    right: 160px;
    top: 300px;
}

#features #panel_4 img {
    margin-top: 50px;
    margin-left: 100px;
}

#features #panel_5 div.info {
    left: 130px;
    width: 440px;
}

#features #panel_5 img {
    float: right;
    margin-right: 30px;
}

#features #panel_9 div.info {
    left: 80px;
    width: 440px;
    top: 30px;
}

#features #panel_9 img {
    float: right;
    margin-right: 70px;
}

#features #panel_6 {
    height: 600px;
}

#features #panel_6 div.info {
    right: 120px;
    width: 550px;
}

#features #panel_6 img {
    height: 600px;
    margin-left: 70px;
}

#features #panel_7 {
    height: 760px;
}

#features #panel_7 div.info {
    width: 1190px;
    margin: auto;
    right: 5px;
    top: 50px;
}

#features #panel_7 div.info p {
    width: 800px;
    margin: auto;
}

#features #panel_7 table {
    width: 1130px;
}

#features #panel_7 table th.product {
    width: 300px;
    font-size: 20px;
    text-align: center;
}

#features #panel_7 table td {
    font-size: 16px;
    padding-left: 15px;
}

#features #panel_7 table td.spacer {
    width: 100px;
}

#features #panel_8 {
    min-height: 300px;
}

#features #panel_8 div.info {
    left: 440px;
    line-height: 1.2;
    min-height: 260px;
    position: relative;
    top: 100px;
    width: 700px;
}

#features #hostess {
    left: 80px;
    top: 40px;
}

.signUpConfirmation {
    text-indent: -2000px;
    height: 22px;
    margin: auto;
    margin-bottom: 15px;
}

#photographer {
    width: 1050px;
}

#photography .find_photog {
    left: 400px;
    top: 100px;
}

#become_photog #panel_1 div.info {
    top: 50px;
    right: 90px;
    width: 480px;
}

#become_photog #panel_1 img {
    margin-top: 80px;
    margin-left: 100px;
}

#become_photog #panel_2 div.info {
    top: 100px;
    left: 130px;
    width: 700px;
}

#become_photog #panel_2 div.info ul {
    margin: 10px auto;
}

#become_photog #panel_2 div.info ul li {
    text-align: left;
    text-indent: 275px;
}

#become_photog #panel_2 img {
    margin-top: 30px;
    margin-right: 120px;
}

#become_photog #panel_3 div.one {
    width: 320px;
    right: 50px;
}

#become_photog #panel_3 div.one h2, #become_photog #panel_3 div.one p, #become_photog #panel_3 div.three h2, #become_photog #panel_3 div.three p {
    color: white;
}

#become_photog #panel_3 div.two {
    top: 80px;
}

#become_photog #panel_3 div.three {
    left: 30px;
    width: 350px;
}

#become_photog #panel_3 div.four {
    bottom: 35px;
    left: 200px;
    top: auto;
    width: 700px;
}

#become_photog #panel_4 {
    min-height: 420px;
}

#become_photog #panel_4 div.info {
    top: 50px;
    right: 150px;
    width: 475px;
}

#become_photog #panel_4 img {
    top: auto;
    bottom: -82px;
}

#become_photog #panel_5 div.one {
    left: 50px;
    top: 410px;
    width: 360px;
}

#become_photog #panel_5 div.two {
    right: 340px;
    top: 330px;
}

#become_photog #panel_5 div.three {
    left: 130px;
}

#become_photog #panel_5 div.four {
    right: 250px;
    top: 430px;
}

#become_photog #panel_7 div.one h2, #become_photog #panel_7 div.one p, #become_photog #panel_7 div.four h2, #become_photog #panel_7 div.four p, #become_photog #panel_7 div.six h2, #become_photog #panel_7 div.six p {
    color: white;
}

#become_photog #panel_7 div.one {
    width: 250px;
    right: 60px;
}

#become_photog #panel_7 div.two {
    left: 200px;
    top: 470px;
    width: 460px;
}

#become_photog #panel_7 div.three {
    left: 60px;
    width: 330px;
}

#become_photog #panel_7 div.four {
    left: 390px;
    top: 410px;
}

#become_photog #panel_7 div.five {
    left: 40px;
    width: 200px;
}

#become_photog #panel_7 div.six {
    right: 60px;
    width: 250px;
}

#become_photog #panel_9 div.one {
    left: 80px;
}

#become_photog #panel_9 div.two {
    left: 80px;
}

#become_photog #panel_9 div.three {
    background-color: white;
    left: 80px;
    padding: 20px;
    top: 350px;
}

#become_photog #panel_9 div.four {
    left: 80px;
    top: 50px;
}

#become_photog #panel_6 img {
    margin-right: 90px;
}

#become_photog #panel_6 div.info {
    top: 80px;
    left: 80px;
    width: 600px;
}

#become_photog #panel_8 img {
    bottom: -99px;
    margin-left: 150px;
    position: relative;
    top: auto;
}

#become_photog #panel_8 div.info {
    width: 600px;
}

#mainFooter {
    clear: both;
    width: 950px;
    margin: 55px auto 0;
    text-align: center;
}
#mainFooter img.logo {
    display: none;
}

.NewsletterPricing .left, .NewsletterPricing .right {
    margin: 15px 0;
}

#main .support {
    width: 1000px;
    min-height: 400px;
    width: auto;
    border: none;
    margin: 0;
}

body.support #hostess {
    top: 100px;
}

div.support h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

div.support p {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
}

body.support .rightside span img {
    display: none;
}

div.support #hostess {
    top: 100px;
    display: none;
}

#main .support .rightside .chat_status {
    width: 280px;
    font-size: 24px;
    color: white;
    margin: auto;
    padding: 20px 0 25px 0;
    margin-bottom: 20px;
    font-weight: 100;
    cursor: pointer;
}

div.support a {
    font-weight: bold;
}

div.support .leftside {
    width: 200px;
}

div.support .rightside {
    position: static;
    width: 870px;
    margin: 30px auto 20px;
}

.step_list.column {
    float: left;
    width: 45%;
    margin-left: 30px;
}

ul.steps {
    height: 0;
    display: none;
    margin-left: 20px;
}

ul.step_list {
    text-align: left;
}

ul.step_list li {
    line-height: 1.4;
}

ul.step_list a {
    font-weight: 100;
    font-size: 20px;
}

.info_links {
    clear: both;
    padding-top: 30px;
    width: 870px;
    margin: 0 auto 20px;
}

.info_links .link {
    width: 30%;
    margin-right: 25px;
    float: left;
    text-align: center;
}

#main .support .chat_status {
    width: 280px;
    font-size: 24px;
    color: white;
    margin: 15px auto 20px;
    padding: 20px 0 25px 0;
    font-weight: 100;
    cursor: pointer;
    background-color: #369;
    display: block;
}

.support span img {
    display: none;
}

#main #listings_list {
    margin: 30px;
    padding: 10px;
}

#listing_details {
	width: 1100px;
	margin: auto;
}
#listing_details h3 {
	margin-bottom: 20px;
}
#main #listing_details .listing_item {
	margin-top: 25px;
}
#main .listing_item .left,
#main .listing_item .listing_image,
#main .listing_item h3,
#main .listing_item .listing_image_full {
    float: left;
}

#main .listing_item h3 {
	max-width: 780px;
}

#main .listing_item .listing_image {
	position: relative;
}

#main .listing_item img {
	width: 350px;
	margin-right: 20px;
}

#main .listing_item .listing_properties {
	margin-left: 150px;
}
#main #listing_details .listing_properties {
	margin-left: 0;
}
#main .listing_item .listing_properties .listing_date,
#main .listing_item .listing_properties .more_details {
	margin: 20px 0;
}
#main .listing_item .listing_properties ul {
	float: left;
	width: 265px;
	margin-bottom: 20px;
}

#main #listing_details .listing_properties ul {
	width: 235px;
}

#main .listing_item label {
    font-weight: bold;
    display: inline;
    padding-right: 4px;
}

#main .listing_item {
    margin-bottom: 20px;
}

#listing_details .vtour,
#listing_details .realtor_com {
	font-weight: bold;
	display: inline-block;
	width: 225px;
}
#listing_details .realtor_com {
	margin-right: 0;
	width: auto;
}

#listing_details .outside_links {
	margin-left: 620px;
}
#main .listing_item .listing_image_full img {
    width: 600px;
	margin-right: 0;
}

#main .listing_item .listing_links {
    margin-top: 30px;
    width: 1100px;
}

#main .listing_item #listing_agent img {
    width: 90px;
    margin-right: 20px;
}

#main .listing_item #listing_agent img.logo {
    margin-left: 20px;
}

#main .listing_item #listing_agent .head {
    width: 110px;
}

#main .listing_item #listing_agent {
    width: 520px;
}

#main #listing_details #listing_agent {
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .listing_item #listing_agent .listing_description {
    width: 500px;
}

#main .listing_item .listing_links .left {
    width: 540px;
    padding-bottom: 20px;
}

#print_materials_list {
    max-height: 100px;
    overflow-y: auto;
}

#main .listing_item li {
    list-style: none;
    text-indent: 0;
}

#main .property_tags {
    font-size: 12px;
    color: gray;
}

.top10_label {
    text-align: left;
}

#pb_magnifier {
    position: absolute;
    z-index: 9999;
    top: -100px;
    left: 15px;
    height: 260px;
    padding: 25px 0;
    border: 1px solid #369;
    background-color: #eee;
    overflow: hidden;
}

#pb_magnifier img {
    max-height: 255px;
    max-width: 450px;
}

.va_announce {
    float: right;
    margin: 0px 30px 0 0;
}

.va_announce div {
    float: left;
}

.va_announce .info {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
}

.vainfo {
    margin-top: 20px;
    float: left;
    font-size: 17px;
    width: 440px;
    text-align: center;
    margin: auto;
}

.star {
    height: 130px;
    width: 130px;
    background-position: -790px -1300px;
    margin-right: -10px;
}

.inproducts {
    margin-left: -85px;
    margin-top: -185px;
    z-index: 1000;
}

#Marketing .info li {
    float: left;
    margin: 30px 30px 30px 0;
}

a.vassistant {
    background-position: -609px -1438px;
    height: 51px;
    width: 180px;
    text-indent: -2000px;
}

a.vassistant:hover {
    background-position: -609px -1386px;
}

div.virtual_assistant {
    width: 800px;
    margin: auto;
    line-height: 1.5;
}

div.virtual_assistant h2 {
    font-size: 23px;
    margin: 30px 0 10px;
}

div.virtual_assistant p, div.virtual_assistant li {
    font-size: 17px;
}

div.virtual_assistant p {
    margin: 10px 0;
}

div.virtual_assistant li {
    list-style-type: disc;
    margin-left: 20px;
}

div.virtual_assistant a {
    font-weight: bold;
}

div.virtual_assistant .how_it_works {
    position: relative;
    border: 2px solid #47a;
    box-shadow: 5px 5px 5px #999;
    padding: 0 25px 15px;
}

div .how_it_works img.assistant {
    position: absolute;
    right: -30px;
    top: -333px;
    z-index: -1;
}

#titlecompanies div.the_info {
    width: 1250px;
}

#titlecompanies div.the_info p {
    width: 950px;
    margin: auto;
    line-height: 1.3;
}

#titlecompanies div.more_info {
    margin-top: 30px;
    margin-left: 110px;
    width: 950px;
}

#titlecompanies div.more_info ul {
    width: 500px;
    line-height: 1.4;
    font-size: 14px;
}

#titlecompanies div.more_info ul li {
    margin-bottom: 10px;
}

#titlecompanies div.more_info img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#titlecompanies .packages {
    border-top: 1px solid #369;
    border-bottom: 1px solid #369;
    line-height: 1.3;
    font-size: 14px;
    padding-bottom: 50px;
}

#titlecompanies .intro, #titlecompanies .outro {
    font-size: 18px;
    line-height: 1.4;
    width: 950px;
    margin: 30px auto 15px;
    text-align: center;
}

#titlecompanies h2 {
    font-size: 32px;
}

#titlecompanies .packages p {
    width: 850px;
}

#titlecompanies .packages .blurb {
    position: relative;
    margin: 30px 400px;
    font-size: 18px;
}

#titlecompanies .packages .finger {
    left: -400px;
    margin: 0;
    position: absolute;
    top: -70px;
    z-index: -1;
}

#titlecompanies .package {
    width: 650px;
    margin: auto;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #369;
}

#titlecompanies .package p {
    width: 620px;
    margin: 10px 0;
}

#titlecompanies .package li {
    list-style: outside disc none;
    margin-left: 20px;
    text-indent: 0;
    width: 620px;
}

#titlecompanies .package a.get_quote, #titlecompanies .pricing a {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

#titlecompanies .package h3 {
    font-size: 20px;
}

#titlecompanies .package h4 {
    font-size: 18px;
}

#titlecompanies .pricing {
    position: relative;
    height: 550px;
}

#titlecompanies .pricing img {
    position: absolute;
    left: 100px;
    top: 10px;
    z-index: -1;
    margin: 0;
}

#titlecompanies .pricing h2, #titlecompanies .pricing p {
    margin-left: 500px;
    width: 520px;
    text-align: center;
}

#titlecompanies .pricing h2 {
    padding-top: 90px;
    margin-bottom: 20px;
}

#titlecompanies .pricing p {
    font-size: 20px;
    line-height: 1.4;
}

#titlecompanies .package .details {
    height: 0;
    overflow: hidden;
}

.bold {
    font-weight: bold;
	color: inherit;
}

a.get_quote {
    width: 115px;
    height: 22px;
    margin: auto;
    text-indent: -2000px;
    background-position: -144px -1535px;
}

a.get_quote:hover {
    background-position: -144px -1491px;
}

a.request_demo {
    width: 115px;
    height: 22px;
    margin: 10px auto 0;
    text-indent: -2000px;
    background-position: -23px -1535px;
}

a.request_demo:hover {
    background-position: -23px -1491px;
}

#titlecompanies .packages .intro a, #titlecompanies .packages .outro a {
    font-weight: bold;
}

#statistics #panel_1 img {
    float: right;
    margin-right: 30px;
}

#statistics #panel_1 .info {
    left: 120px;
    width: 480px;
}

#statistics #panel_2 .one, #statistics #panel_2 .two, #statistics #panel_2 .four, #statistics #panel_2 .six, #statistics #panel_2 .ten {
    top: 24px;
    width: 800px;
    right: 220px;
}

#statistics #panel_2 .one p, #statistics #panel_2 .two p, #statistics #panel_2 .four p, #statistics #panel_2 .five p, #statistics #panel_2 .six p, #statistics #panel_2 .ten p {
    color: white;
}

#statistics #panel_2 .three_1 {
    left: 55px;
    top: 75px;
    width: 280px;
}

#statistics #panel_2 .three_2 {
    bottom: 50px;
    left: 230px;
    top: auto;
    width: 800px;
}

#statistics #panel_2 .five {
    right: 50px;
    width: 250px;
}

#statistics #panel_2 .seven {
    top: 270px;
    border: 1px solid #369;
    background: white;
    padding: 15px;
    right: 100px;
}

#statistics #panel_2 .eight {
    left: 55px;
    top: 75px;
    width: 280px;
}
#editor {
    display: none;
}
#editor_content {
    width: 100%;
}

.TemplateDesign .design_text, .print_pricing .pricing_text {
    display: none;
}

.Reseller .NoReseller {
    display: none;
}

#resellers .info {
    width: 425px;
    top: 40px;
}

#resellers .the_info {
    width: 750px;
    text-align: center;
}

#resellers .the_info a {
    font-weight: bold;
}

#resellers .more_info {
    width: 500px;
    text-align: center;
    margin: 15px auto;
}

#resellers ul {
    width: 300px;
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;
}

#resellers .slides ul {
    margin-left: 0;
}

#resellers ul li {
    font-size: 16px;
}

#resellers #panel_2 .one {
    top: 200px;
    left: 20px;
    width: 300px;
}

#resellers #panel_2 .one h2, #resellers #panel_2 .one p, #resellers #panel_2 .two h2, #resellers #panel_2 .two p, #resellers #panel_2 .three h2, #resellers #panel_2 .three p, #resellers #panel_2 .four h2, #resellers #panel_2 .four p, #resellers #panel_2 .five h2, #resellers #panel_2 .five p {
    color: white;
}

#resellers #panel_2 .two, #resellers #panel_2 .five {
    top: 180px;
    right: 40px;
    width: 250px;
}

#resellers #panel_2 .three, #resellers #panel_2 .four {
    left: 200px;
    width: 800px;
    top: 10px;
}

#resellers #panel_2 .vtours, #resellers #panel_2 .eflyers, #resellers #panel_2 .print_materials {
    position: absolute;
    top: 530px;
}

#resellers #panel_2 .vtours {
    left: 190px;
}

#resellers #panel_2 .eflyers {
    left: 600px;
}

#resellers #panel_2 .print_materials {
    left: 990px;
}

#resellers #panel_2 .six {
    width: 600px;
    bottom: 100px;
    top: auto;
}

#resellers #panel_2 .seven {
    left: 415px;
    top: 100px;
    width: 300px;
}

#resellers #panel_2 .eight {
    left: 80px;
    top: 200px
}

#resellers #panel_2 .nine {
    top: 200px;
    left: 30px;
    width: 200px;
}

#resellers #panel_2 .ten {
    top: 300px;
    border: 1px solid #369;
    background: white;
    padding: 15px;
    opacity: .9;
}

#resellers #panel_2 .twelve {
    border: 1px solid #369;
    background: white;
    padding: 15px;
    opacity: .9;
}

#resellers #panel_2 .eleven, #resellers #panel_2 .twelve, #resellers #panel_2 .fourteen {
    left: 100px;
    top: 140px;
}

#resellers #panel_2 .thirteen, #resellers #panel_2 .fourteen {
    top: 150px;
    width: 450px;
}

#wrapper .disclaimer {
    font-size: smaller;
}

div.uploadifive-button, span.ui-selectmenu-button, a.button, input.button, button {
    display: inline-block;
    background-color: #369;
    color: #fff;
    padding: 5px 7px;
    border: 1px solid #369;
    margin-right: 10px;
    margin-bottom: 5px;
    background-image: none;
    font-weight: 300;
    font-size: 14px;
    text-indent: 0;
    text-align: center;
}

.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, .ui-button:hover, .ui-button:focus, div.uploadifive-button:hover, span.ui-selectmenu-button:hover, select:hover, a.button:hover, a.fancybox-button:hover, input.button:hover, button:hover, span.ui-selectmenu-button-closed.selected, .tag_collections li a.selected {
    /*background-color: #369;*/
    background-color: #99b3cc;
    border: 1px solid #777;
}

a.button.grey {
    border: 1px solid #666666;
    background-color: #666666;
    color: #fff;
}

a.button.grey:hover {
    background-color: #b2b2b2;
    color: #fff;
}

a.button.green {
    border: 1px solid #b4d357;
    background-color: #b4d357;
    color: #ebebeb;
}

a.button.green:hover {
    background-color: #d9e9ab;
    color: #666666;
}

span.ui-state-default, span.ui-selectmenu-text {
    color: #fff;
}

span.ui-state-focus, span.ui-state-hover {
    background-color: #99b3cc;
}

span.ui-state-default .ui-icon {
    background-image: none;
}

span.ui-icon {
    text-indent: -100px;
    color: inherit;
}

span.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 1px 5px 3px 0;
}

a.button.warning {
    color: #D8000C;
    background-color: #FFBABA;
    position: static;
    float: right;
    margin-right: 0;
    margin-left: 0;
}

a.button.warning:hover {
    background-color: #FFCCBA;
}

li i.fa-chevron-right, li i.fa-chevron-down, li i.fa-chevron-up {
    margin-right: 5px;
}

.fa-chevron-down, .fa-chevron-down:hover, .fa-chevron-up, .fa-chevron-up:hover #downloadFile .fa-chevron-down, #downloadFile .fa-chevron-down:hover, .ui-selectmenu-icon.ui-icon, .ui-selectmenu-icon.ui-icon:hover, .button i {
    font-size: 14px;
    color: #fff;
    float: right;
    margin-top: 3px;
    background-image: none;
    text-indent: 0;
}

.websites .fa-chevron-down, .websites .fa-chevron-down:hover, .support .fa-chevron-down, .support .fa-chevron-down:hover {
    color: #369;
    float: none;
}

.farming_pricing, .print_pricing {
    width: 1100px;
}

.farming_pricing table, .print_pricing table {
    width: 700px;
}

.farming_pricing table {
    margin: 10px 100px 30px;
}

.farming_pricing table td, .print_pricing table td {
    text-align: left;
    padding: 5px 15px;
}

#main .minimum_quantity {
    width: 500px;
    margin: 10px 15px 20px;
}

#main .ups_fees {
    padding: 5px 10px 25px;
    font-size: 14px;
}

#main .farming_pricing .ups_fees {
    margin-left: 110px;
    width: 650px;
    line-height: 1.3;
}

.farming_pricing .intro {
    width: 550px;
    margin: 20px 100px;
}

.farming_pricing th {
    background-color: #ebebeb;
    padding: 10px 15px;
}

table.ultimate_ordering th, table.ultimate_ordering td, .farming_pricing th, .farming_pricing td {
    border: 1px solid #b2b2b2;
}

#websites {
    width: 1050px;
    margin: auto;
}

#agent_branding .websites_info {
    text-align: left;
    width: 95%;
    font-size: 17px;
    padding-top: 10px;
    margin: 0 auto;
}

#agent_branding #agents_and_logo.websites_options img {
    width: 150px;
}

.demos li {
    width: 350px;
    /*float: left;*/
    text-align: center;
    margin: 0 auto;
}

#websites .pricing {
    clear: both;
    padding: 30px;
    text-align: center;
}

#view_pricing {
    display: none;
}

.view_pricing {
    text-align: center;
    padding: 20px;
    overflow: auto;
    height: 550px;
}

.pricing a.button {
    font-size: 20px;
    padding: 10px 20px;
}

.how_it_works h3, .view_pricing h3 {
    font-size: 20px;
}

.how_it_works p, .view_pricing p {
    font-size: 18px;
    margin-bottom: 10px;
}

#websites a[href^="mailto:"] {
    color: #369;
    font-weight: 400;
}

#websites .how_it_works {
    padding: 20px;
    width: 800px;
    border: 1px solid #369;
    margin: 40px auto;
    font-size: 20px;
}

#websites .notes {
    width: 800px;
    margin: 20px auto;
}

#websites .designs h3 {
    font-size: 20px;
}

#websites .designs {
    text-align: center;
    margin: 20px auto;
    width: 1000px;
}

#websites .designs p {
    font-size: 18px;
}

#websites .features h2 {
    text-align: center;
}

#websites .features ul {
    width: 380px;
}

#websites .features>ul>li {
    text-indent: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

#websites .features ul>li li {
    list-style: disc;
    margin-left: 20px;
}

#websites .features h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

#websites .businessman {
    position: absolute;
    right: 0px;
    top: 25px;
}

#websites ul.closed {
    height: 0;
}

#websites .features h2 {
    width: 610px;
    font-size: 30px;
    margin: 0 auto 20px;
    font-weight: 300;
    line-height: 1.2;
}

#websites .how_it_works h2 {
    font-size: 26px;
    margin: 0 auto 20px;
}

#websites h3 {
    font-size: 22px;
}

#websites .steps a {
    font-weight: 400;
}

#websites .lp_websites, #websites .agent_websites {
    float: left;
    margin-left: 100px;
}

#profile_info_text {
    margin-left: 130px;
    margin-bottom: 20px;
    margin-top: -30px;
}

.listingbox * .button {
    width: 105px;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #c5c5c5;
    border: 1px solid transparent;
    background-image: none;
}

.shoot_manager #main {
    margin-top: 20px;
}

.shoot_manager #allphotos_container {
    height: 500px;
}

.ui-widget {
    font-size: 14px;
}

.ui-state-disabled.ui-menu-item {
    display: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-left, .ui-corner-br, .ui-corner-bl, .ui-corner-top, .ui-corner-tr, .ui-corner-tl {
    border-radius: 0;
}

a.help_n_support, a.help_n_support:hover {
    display: none;
}

.ui-button .ui-icon, .ui-button:hover .ui-icon {
    background-image: none;
}

button[name="submit"] {
    margin-top: 20px;
}

.round {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    top: 5px;
}

.round label {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.round label:after {
    content: "";
    height: 8px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    background-color: #777;
    border-radius: 50%;
    width: 8px;
}

.round input[type="checkbox"],
.round input[type="radio"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label,
.round input[type="radio"]:checked+label {
    /* background-color: #66bb6a;
    border-color: #66bb6a; */
}

.round input[type="checkbox"]:checked+label:after,
.round input[type="radio"]:checked+label:after {
    opacity: 1;
}

.ui-button .ui-icon,
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon  {
	background-image: none;
}

.login .state_province {
    display: none;
}

.hideContact input, .hideContact span {
    vertical-align: middle;
}

.tutorial_buttons {
    text-align: center;
    margin-top: 30px;
}

.tutorial_buttons a.button {
    margin: 15px 25px 35px;
    font-weight: normal;
    padding: 15px 0;
    width: 200px;
    font-size: larger;
}
.tutorial_buttons a.email {
    width: 300px;
}

.pdf_url,
.vt_links {
    display: none;
}

.pdf_download {
    margin-left: 450px;
    margin-top: 80px;
}

#wrapper:has(.pdf_download) #menu_container {
	display: none;
}

#change_pw {
    width: 400px;
    margin: 80px auto;
    text-align: center;
}

#change_pw h2 {
    margin-bottom: 15px;
}

#change_pw input {
    display: block;
    margin: 10px auto;
    width: 150px;
}

#change_pw .button {
    width: 140px;
    margin: 10px auto;
}

#change_pw 	.warning {
	display: block;
	border: 1px solid orange;
	margin: 10px auto;
	padding: 10px;
    width: 400px;
}

#clientAccountInfo .button,
#clientAccountInfo .ui-selectmenu-button {
    width: 160px;
    margin: 10px;
}

#profileTabContents {
	position: relative;
}

#profileTabContents .videos,
#profileTabContents #upload_photos ul.nav {
    display: none;
}

#profileTabContents #upload_photos {
    width: 1000px;
    padding-top: 0;
}

#profileTabContents .ui-selectmenu-button.ui-button {
	width: 200px;
	background-color: white;
	margin: 3px 0 6px;
}

#profileTabContents input, 
#profileTabContents .ui-selectmenu-button.ui-button {
	border: 1px solid #ccc;
	padding: 0px 2px;
}

#profileTabContents .ui-button .ui-icon,
#profileTabContents .ui-selectmenu-text {
	color: #369;
	text-align: left;
}

#profileTabContents .ui-button .ui-icon {
	top: 0;
}

#profileTabContents .info {
	position: absolute;
	bottom: 10px;
}

#profileTabContents .branding {
    border: 1px solid #c9c9c9;
    padding: 40px;
}

.signup .account_type input {
	width: 2em;
}

.signup {
	width: 500px;
	margin: 20px auto;
}

.signup h2 {
	margin: 20px auto;
}
.signup input {
	width: 300px;
	margin: 10px auto;
}

.confirm_delete {
    border: 1px solid orange;
}

.options li {
    position: relative;
    width: 238px;
    padding-bottom: 5px;
}
.options .top.submenu {
    top: auto;
}
ul.submenu {
    display: none;
    position: absolute;
    top: 0;
    z-index: 115;
    background-color: white;
    border:1px solid #aaa;
    text-indent: 20px;
}

.options ul a,
ul.submenu .fa-chevron-down {
    color: #369;
    margin-right: 5px;
}
.options ul a:hover {
    background-color: #c5c5c5;
	text-decoration: none;
}
.options a {
    width: 238px;
    display: block;
}
.options a.button {
    margin-bottom: 0;
    color: white;
    text-align: left;
}
.submenu .submenu {
    left: 238px;
}

.shield {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #777;
    opacity: .6;
    z-index: 111;
}

.has_order_in_cart {
    z-index: 112;
    position: absolute;
    background-color: white;
    padding: 50px;
    top: 25%;
    width: 1150px;
    text-align: center;
}
.has_order_in_cart h2 {
    font-weight: bold;
}
.has_order_in_cart p {
    width: 550px;
    margin: 15px auto;
    line-height: 1.5;
    font-size: 18px;
}


#Pay_Now #Pay_Now_msg_text,
#Pay_Now #Pay_Now_msg_text p,
#Pay_Now #Pay_Now_msg_text a.select_date {
	color: white;
}

.refund_notice {
	color: #BF000F;
	font-weight: bold;
}

.red {
	color: #c23;
}

.listing_image_full {
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}
.listing_image_full a {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 30px;
	text-align: center;
	background-color: white;
	opacity: .5;
}

.listing_image_full a.prev {
	left: 0;
}

.listing_image_full a.next {
	right: 0;
}

.listing_image_full a i {
	margin-top: 180px;
	font-size: 32px;
	color: #369;
}

