/*------------------------------------------------------*/
/* =HTML ELEMENTS         */
/*-----------------------------------------------------*/

a {
    /*  color: #48add7;*/
    color: #526CC2;
    outline: none; /* removing outline in Mozilla */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input.checkbox {
    margin-right: 5px;
    width: auto;
}

input:focus {
  outline: none;
}

/* need to reset fieldset styles here for Chrome and Safari */
fieldset {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES         */
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
    clear: both;
    line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
    overflow: hidden;
}

/*------------------------------------------------------*/
/* =LAYOUT            */
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER           */

/* edited */
#wrapper,.wrapper {
    color: #141414;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
    margin: 0 auto !important;
    padding: 4px 0 25px 0;
    width: 982px !important;
    position: relative;
}
#proAccount #wrapper {
    padding-top:30px;
}

/* PROFILE PAGE */
#profile {
    background: #fff;
}

#profile h1 {
    font-size: 34px;
    line-height: 34px;
}

#profile h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

#profile h3 {
    font-size: 26px;
    line-height: 26px;
    padding: 10px 7px;
    margin-bottom: 10px;
}

#profile a  {
    color: #526cc2;
}

/* SUBHEADER */
#subheader {
    position: relative;
    /*margin-left: 20px;*/
    min-height: 65px;
    padding: 25px 100px 25px 20px;
    position: relative;
}

#subheader.medal {
    /*background: url(/images/srbs/icon-medal-gray.png) no-repeat 0 25px;*/
    /*padding-left: 70px;*/
}

#subheader img.googleEarth {
    position: absolute;
    top: 25px;
    right: 55px;
}

#subheader img.rss {
    position: absolute;
    top: 25px;
    right: 0px;
}

#subheader li {
    display: inline;
    font-size: 16px;
    line-height: 16px;
}

/*------------------------------------------------------*/
/* MAIN             */
#main {
    float: left;
    width: 650px;
}

#main .boxTop {
    background: url(/images/srbs/conditions-box-top.png) no-repeat;
    height: 4px;
}

#main .box {
    background: #f4f4f4;
    color: #474747;
    padding: 10px;
}

#main .boxBottom {
    background: url(/images/srbs/conditions-box-bottom.png) no-repeat;
    height: 4px;
    margin-bottom: 12px;
}

/* PANORAMA BOX */
#profile .panorama {
    width: 628px;
    position: relative;
}

#profile .panorama .holder {
    height: 430px;
}

#profile .panoramaText {
    background: #525252 url(/images/srbs/panorama-text.png) repeat-x bottom;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding: 10px;
    width: 608px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

#profile  p.panoramaInfo {
    font-size: 18px;
    line-height: 27px;
    padding: 10px 20px 0 20px;
    margin: 0;
}

/* ALL PANORAMAS */
#profile .allPanoramasTop {
    background: url(/images/srbs/all-panoramas-top.png) no-repeat;
    height: 4px;
}

#profile .allPanoramasBottom {
    background: url(/images/srbs/all-panoramas-bottom.png) no-repeat;
    height: 4px;
    margin-bottom: 12px;
}

#profile .allPanoramas {
    background: #84acd2 url(/images/srbs/all-panoramas.png) no-repeat;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    min-height: 53px;
    padding-top: 20px;
    text-align: center;
}

#profile .allPanoramas:hover {
    text-decoration: underline;
}

/* GALLERY */
#main .box.gallery {
    padding: 5px 0;
}

#profile .gallery h2 {
    margin: 0; /* resetting from global.css */
    padding: 5px 12px;
    font-size: 18px;
}

#profile .gallery li {
    display: inline;
}
#profile .gallery img {
    padding-left: 10px;
}

/*------------------------------------------------------*/
/* SIDEBAR            */
#sidebar{
    float: right;
    width: 320px;
}

#sidebar h4 {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    color: #323232;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
}

.sidebarTop {
    background: url(/images/srbs/sidebar-box-top.png) no-repeat;
    height: 4px;
}

.sidebarBottom {
    background: url(/images/srbs/sidebar-box-bottom.png) no-repeat;
    height: 5px;
    margin-bottom: 10px;
}

#sidebar .box {
    background: #f4f4f4;
    padding: 8px 12px;
}

#sidebar img.avatar {
    background: url(/images/srbs/profile-picture-bg.jpg) no-repeat;
    padding: 20px 23px 50px 23px;
}

#sidebar p {
    font-family: verdana, geneva, tahoma, sans-serif;
    margin-bottom: 15px;
}

#sidebar a.readMore {
    background: url(/images/srbs/read-more.jpg) no-repeat 0 4px;
    color: #526cc2;
    display: inline-block;
    font-family: verdana, geneva, tahoma, sans-serif;
    padding-left: 22px;
}

#sidebar .adds {
    margin-bottom: 10px;
    text-align:center;
}

/*------------------------------------------------------*/
/* =PROMOTION PAGE          */
/*----------------------------------------------------*/
#promotion {
    background: #fff url(/images/srbs/bg-promotions.png) repeat-x 0 170px;
}

#promotion h1 {
    background: url(/images/srbs/h1-promotions.png) no-repeat;
    font-size: 42px;
    line-height: 42px;
    margin: 20px 0 20px 20px;
    padding: 5px 0 10px 65px;
}

#promotion h2 {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 15px;
}

#promotion a {
    color: #526cc2;
}

/*------------------------------------------------------*/
/* PROMOTION MAIN         */
#promotion #main {
    float: left;
    width: 650px;
}

/* INTRO BOX */
#introTop {
    background: url(/images/srbs/intro-box-top.png) no-repeat;
    height: 4px;
}

#intro {
    background: #facc6e url(/images/srbs/intro-box.jpg) repeat-x top;
    color: #474747;
    font-size: 16px;
    min-height: 85px;
    padding: 15px 20px;
}

#introBottom {
    background: url(/images/srbs/intro-box-bottom.png) no-repeat;
    height: 4px;
    margin-bottom: 10px;
}

/* PROMO BOX */
#promoTop {
    background: url(/images/srbs/promo-box-top.png) no-repeat;
    height: 4px;
}

#promo {
    background: #ae0000 url(/images/srbs/promo-box.jpg) no-repeat top;
    color: #fff;
    font-size: 16px;
    min-height: 129px;
    padding: 15px 20px;
    text-align: center;
}

#promo p {
    margin-bottom: 8px;
}

#promo p b {
    font-size: 18px;
}

#promo big {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

#promoBottom {
    background: url(/images/srbs/promo-box-bottom.png) no-repeat;
    height: 4px;
    margin-bottom: 10px;
}

/* CONDITIONS BOX */
#conditionsTop {
    background: url(/images/srbs/conditions-box-top.png) no-repeat;
    height: 4px;
}

#conditions {
    background: #f4f4f4;
    font-family: verdana, geneva, tahoma, sans-serif;
    padding: 15px 20px;
}

#conditions ul {
    margin-bottom: 20px;
}

#conditions ul li {
    background: url(/images/srbs/conditions-li.jpg) no-repeat 0 8px;
    padding-left: 15px;
}

#conditionsBottom {
    background: url(/images/srbs/conditions-box-bottom.png) no-repeat;
    height: 4px;
    margin-bottom: 10px;
}

/*------------------------------------------------------*/
/* PROMOTION SIDEBAR        */
#promotion #sidebar{
    float: right;
    line-height: 8px;
    width: 320px;
}

#sidebarTop {
    background: url(/images/srbs/sidebar-box-top.png) no-repeat;
    height: 4px;
}

#sidebarBottom {
    background: url(/images/srbs/sidebar-box-bottom.png) no-repeat;
    height: 5px;
    margin-bottom: 10px;
}

#promotion #sidebar .box {
    background: #f4f4f4;
    min-height: 753px;
    padding: 8px 12px;
}

#promotion #sidebar a.inspiration {
    background: url(/images/srbs/sidebar-inspiration.jpg) no-repeat;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 15px;
    text-align: center;
}

#promotion #sidebar p {
    font-family: verdana, geneva, tahoma, sans-serif;
    line-height: 21px;
}

/* BUILD A TOUR */
#promotion #sidebar .buildTour {
    background: url(/images/srbs/sidebar-build-tour.jpg) no-repeat;
    color: #fff;
    height: 225px;
    margin-bottom: 40px;
    padding: 15px 20px;
}

#promotion #sidebar .buildTour span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 25px;
}

#promotion #sidebar .buildTour a {
    background: url(/images/srbs/sidebar-get-started.png) no-repeat;
    display: block;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    height: 63px;
    line-height: 63px;
    margin: 0 auto;
    text-align: center;
    width: 246px;
}

#promotion #sidebar .buildTour a:hover {
    text-decoration: none;
}

/*------------------------------------------------------*/
/* =ABOUT US PAGE         */
/*----------------------------------------------------*/
#about {
    background: #fff;
    position: relative; /* for planet div */
}

/* planet */
#planet {
    background: url(/images/srbs/planet.jpg) no-repeat;
    height: 325px;
    width: 1466px;
    position: absolute;
    bottom: 0px; /* height of the footer */
    z-index: -1;
}

#about h1 {
    background: url(/images/srbs/h1-about.png) no-repeat;
    font-size: 42px;
    line-height: 42px;
    margin: 10px 0 10px 20px;
    padding: 10px 0 20px 65px;
}

#about h2 {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 15px 0;
}

#about a {
    color: #526cc2;
}

#about p {
    font-family: verdana, geneva, tahoma, sans-serif;
    margin-bottom: 15px;
    padding: 0 10px;
}

/* blue box */
#about .innerBoxTop {
    background: url(/images/srbs/inner-box-top.png) no-repeat;
    height: 4px;
}

#about .innerBoxBottom {
    background: url(/images/srbs/inner-box-bottom.png) no-repeat;
    height: 7px;
    margin-bottom: 12px;
}

#about .innerBox {
    background: #84acd2 url(/images/srbs/inner-box.png) no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    min-height: 90px;
    padding: 10px 10px 0 10px;
    width: 608px;
}

#about .innerBox img {
    float: left;
    margin: 0 15px 5px 0;
}

#about .innerBox p {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    margin-bottom: 5px;
    padding-top: 10px;
}

/* top inner box */
#about .innerBox.upper {
    font-size: 18px;
}

#about .innerBox.upper p {
    padding-right: 0;
}

/* 'more' buttons */
#about a.more {
    background: url(/images/srbs/more.png) no-repeat 0 -32px;
    color: #040404;
    display: block;
    float: right;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 95px;
}

#about a.more:hover {
    background: url(/images/srbs/more.png) no-repeat;
    color: #fff;
    text-decoration: none;
}

#about a.more.dropDown {
    background: url(/images/srbs/more-drop-down.png) no-repeat;
}

#about a.more.dropDown:hover {
    background: url(/images/srbs/more-drop-down.png) no-repeat;
    color: #040404;
    text-decoration: none;
}

/* ABOUT  - SIDEBAR */
#about #sidebar {
    background: url(/images/srbs/sidebar-about.png) no-repeat;
    min-height: 440px;
    padding: 20px;
    width: 280px;
}

#about .related {
    background: #fff;
    border: 1px solid #bbb;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#about .related li {
    border-bottom: 1px solid #bbb;
}

#about .related li.last {
    border-bottom: none;
}

#about .related a {
    background: url(/images/srbs/related-link.png) no-repeat 12px -19px;
    color: #040404;
    display: block;
    padding: 5px 10px 5px 25px;
}

#about .related a:hover {
    background: #84acd2 url(/images/srbs/related-link.png) no-repeat 12px 11px;
    color: #fff;
    text-decoration: none;
}

#about .related li.first a:hover {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#about .related li.last a:hover {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*------------------------------------------------------*/
/* =RESELLERS PAGE          */
/*----------------------------------------------------*/
#resellers {
    background: #fff;
}

#resellers #wrapper {
    padding-top: 95px;
}

#resellers h1 {
    font-size: 34px;
    line-height: 34px;
}

#resellers h2 {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 5px 0;
}

#resellers h3 {
    color: #616161;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 28px;
    padding: 15px 0;
    margin: 0 0 20px 0;
}

#resellers a  {
    color: #526cc2;
    text-decoration: underline;
}

#resellers a:hover  {
    text-decoration: none;
}

#resellers .box {
    font-family: verdana, geneva, tahoma, sans-serif;
    font-size: 12px;
}

#resellers #main .box p {
    padding: 5px 10px;
}

#resellers .innerBox {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 28px;
    min-height: 0;
    padding: 10px 20px;
    width: 588px;
}

#resellers .innerBoxBottom {
    margin-bottom: 20px;
}

#resellers  #main .innerBox p {
    padding: 0;
}

/* resellers list */
.resellers {
    padding: 5px 10px 20px 10px;
}

.resellers li {
    background: url(/images/srbs/resellers-li.png) no-repeat;
    margin-bottom: 2px;
    padding-left: 27px;
}

/* apply button */
#resellers a.resellersApply {
    background: url(/images/srbs/resellers-apply.png) no-repeat;
    display: block;
    color: #fff;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 44px;
    margin: 45px auto 0 auto;
    padding: 18px 0 20px 0;
    text-align: center;
    text-decoration: none;
    width: 350px;
}

/* resellers form */
#resellers form {
    color: #141414;
    padding: 0 15px;
}

#resellers label,
#resellers input.text,
#resellers input.submit,
#resellers textarea,
#resellers span.error {
    display: inline-block;
    float: left;
}

#resellers label {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 120px;
}


#resellers input.text {
    background: #fff;
    border: 1px solid #c1c1c1;
    font-family: verdana, geneva, tahoma, sans-serif;
    font-size: 12px;
    height: 22px;
    padding: 8px 10px 0 10px;
    width: 250px;
}

#resellers textarea {
    background: #fff;
    border: 1px solid #c1c1c1;
    font-family: verdana, geneva, tahoma, sans-serif;
    font-size: 12px;
    height: 135px;
    overflow: auto;
    padding: 8px 10px;
    width: 350px;
    resize: none;
}

#resellers input.submit {
    background: url(/images/srbs/form-submit.png) no-repeat;
    border: none;
    color: #fff;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 8px 0 4px;
    text-align: center;
    text-transform: uppercase;
    width: 127px;
}

#resellers form li {
    overflow: hidden;
    padding-bottom: 9px;
}

#resellers span.error {
    background: none;
    border: none;
    padding: 0 0 0 7px;
}

#resellers span.required {
    font-size: 11px;
}

/* RESELLERS SIDEBAR */
#resellers #sidebar,
#resellers #sidebar a {
    color: #9b9b9b;
}


#resellers #sidebar h4 {
    color: #565656;
    font-family: verdana, geneva, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 5px;
    padding-top: 5px;
}

/*------------------------------------------------------*/
/* =PRINT PAGE            */
/*----------------------------------------------------*/
#print {
    background: #fff;
}

#print #wrapper {
    padding-top: 20px;
}

#print h1 {
    color: #616161;
    font-size: 23px;
    line-height: 23px;
}

#print h2 {
    color: #9b9b9b;
    font-size: 11px;
    font-family: verdana, geneva, tahoma, sans-serif;
    padding-bottom: 10px;
}

#print h3 {
    color: #010000;
    font-size: 24px;
    line-height: 24px;
}

/* reset the doormat links */
#print #doormat h3 {
    color: #252525;
    font-size: 1.2em;
}

#print h4 {
    color: #616161;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 15px;
    text-align: left;
}

#print .subimage {
    margin: -10px 0 25px 0;
    color: #9b9b9b;
    font-size: 11px;
    font-family: verdana, geneva, tahoma, sans-serif;
}

#print p, #print ul.explanation {
    font-family: verdana, geneva, tahoma, sans-serif;
    text-align: left;
}

#print ul.explanation {
    margin:3em 0;
}

#print ul.explanation li {
    margin:0 0 1em 2em;
}

#print strong {
    font-weight:bold;
}

#print p.back {
    margin-bottom: 25px;
    padding: 15px 0;
    text-align: center;
}

#print p a {
    color: #526cc2;
    text-decoration: underline;
}

#print p a:hover {
    text-decoration: none;
}

#print .print img {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 8px;
}

.print {
    background: #f5f5f5;
    text-align: center;
    padding: 25px;
    width: 787px;
    margin:0 auto;
}

.printTop {
    background: url(/images/srbs/print-top.png) no-repeat;
    height: 5px;
    width: 837px; /* for ie6 */
    margin:0 auto;
}

.printBottom {
    background: url(/images/srbs/print-bottom.png) no-repeat;
    height: 5px;
    width: 837px; /* for ie6 */
    margin:0 auto;
}

.shadow {
    background: url(/images/srbs/shadow.png) no-repeat;
    height: 28px;
    margin-top: -7px;
}

.shadow.short {
    background: url(/images/srbs/shadow-short.png) no-repeat top center;
}


/*------------------------------------------------------*/
/* =IMAGE PAGE            */
/*----------------------------------------------------*/
#imagePage {
    background: #fff;
}

#imagePage #wrapper {
    padding-top: 0;
    margin: 0 10px !important;
}

#imagePage h1 {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
}

#imagePage h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 0;
}

#imagePage h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 0;
}

#imagePage h6 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

#imagePage a {
    color: #526CC2;
}

/* flash holder */
#flashHolder {
    margin: 0 0 0 7px;
    width: 99%;
}

/* subheader */
#subhead {
    /*margin: 0 auto 10px auto;
    padding-top: 69px;
    width: 982px;*/
}

#flashHolder td.main {
    float: left;
    padding: 12px 0 12px 15px;
}

#flashHolder td.middle {
    text-align:right;
}

#flashHolder td.side {
    padding-top: 5px;
    width: 168px;
}

#subhead .side img.viewAll {
    float: left;
    margin: 25px 15px 0 0;
}

#subhead .side .viewMap {
    background: #f5f5f5;
    float: right;
    padding: 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#subhead .side .viewMap a {
    display: block;
    font-size: 10px;
}

#subhead .pagination {
    color: #526cc2;
    font-size: 11px;
    margin: 0 0 5px 0;
    padding: 0;
}

#subhead .tags {
    color: #878787;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 4px 0 0 0;
}

#subhead .tags a {
    color: #878787;
}

#flashHolder .share {
    background: #e9f4fe;
    font-size: 11px;
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#flashHolder .share li {
    display: inline;
    line-height: 20px;
    padding: 0 2px;
}

#subhead img {
    padding-bottom: 3px;
    vertical-align: middle;
}

#subhead .viewMap img {
    height:50px;
    width:142px;
}

#flashHolder .vote {
    background: #e9f4fe;
    font-size: 11px;
    float: left;
    margin: 0 10px 0 0;
    padding: 1px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#flashHolder .vote li {
    float: left;
    padding: 0 5px 1px 5px;
}

#flashHolder .vote li.first {
    padding-top: 3px;
    vertical-align: middle;
}

#flashHolder .vote li.good {
    color: #429334;
    padding-top: 3px;
    vertical-align: middle;
}

#flashHolder .vote li.bad {
    color: #CC0000;
    padding-top: 3px;
    vertical-align: middle;
}

/* thumbs */
#imagePage .thumbUp,
#imagePage .thumbDown {
    display: inline-block;
    height: 23px;
    width: 19px;
}

#imagePage #subhead .thumbUp,
#imagePage #subhead .thumbDown {
    display: block;
    height: 23px;
    width: 19px;
}

#imagePage .thumbUp {
}

#imagePage .thumbDown {
}
/*
#imagePage .thumbUp:hover {
    background: url(/images/srbs/thumb-up-hover.png) no-repeat 1px 0;
}

#imagePage .thumbDown:hover {
    background: url(/images/srbs/thumb-down-hover.png) no-repeat;
}

#imagePage .thumbUp.reversed {
    background: url(/images/srbs/thumb-up-reversed.png) no-repeat;
}

#imagePage .thumbDown.reversed {
    background: url(/images/srbs/thumb-down-reversed.png) no-repeat;
}

#imagePage .thumbUp.reversed:hover {
    background: url(/images/srbs/thumb-up-reversed-hover.png) no-repeat;
}

#imagePage .thumbDown.reversed:hover {
    background: url(/images/srbs/thumb-down-reversed-hover.png) no-repeat;
}
*/
/* PANORAMA */
#panorama {
    margin: 0 auto;
    text-align: center;
}

#panoramaBottom {
    background: #f5f5f5;
    padding: 15px 10px;
    min-width: 882px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#panoramaBottom .googleAdd {
    float: left;
    padding-right: 35px;
}

#panoramaBottom p {
    float: right;
    font-size: 15px;
    padding-right: 10px;
    text-align: right;
}

/* IMAGE PAGE MAIN */
#imagePage #main {
    float: right;
    font-family: verdana, geneva, tahoma, sans-serif;
    width: 759px;
}

#imagePage #main .googleAdd {
    margin-bottom: 15px;
}

#imagePage #main .googleMap {
    margin-bottom: 15px;
}

#imagePage #main .boxTop {
    background: url(/images/srbs/image-page-main-box-top.png) no-repeat;
}

#imagePage #main .boxBottom {
    background: url(/images/srbs/image-page-main-box-bottom.png) no-repeat;
}

#imagePage #main .box {
    padding: 10px 15px;
}

/* near panorama */
#imagePage .nearPanorama {
    background: #fff;
    margin-bottom: 15px;
}

#imagePage .nearPanorama.last {
    margin-bottom: 0px;
}

#imagePage .nearPanorama img {
    float: left;
}

#imagePage .nearPanorama .info {
    float: right;
    font-size: 11px;
    padding: 0 5px;
    width: 325px;
}

#imagePage .nearPanorama .info h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

#imagePage .nearPanorama .info h4 a {
    color: #687fc9;
}

#imagePage .nearPanorama .info span.distance {
    color: #9c9c9c;
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}

.nearPanorama img {
    width: 384px;
    height: 96px;
}

/* share this area */
#imagePage #main .boxTop.shareThis {
    background: url(/images/srbs/share-this-box-top.png) no-repeat;
}

#imagePage #main .boxBottom.shareThis {
    background: url(/images/srbs/share-this-box-bottom.png) no-repeat;
}

#imagePage #main .box.shareThis {
    background: #f2f2f2 url(/images/srbs/share-this-box.png) repeat-x bottom;
    min-height: 387px;
}

#imagePage .shareThis label {
    display: block;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    margin-top: 0;
}

#shareThis li {
    overflow: hidden;
}

#imagePage .shareThis .floater {
    float: left;
    margin-bottom: 15px;
    padding-right: 30px;
}

#imagePage input.text,
#imagePage textarea {
    border: 1px solid #bcbcbc;
    color: #3a3a3a;
    display: inline-block;
    font-family: verdana, geneva, tahoma, sans-serif;
    font-size: 12px;
}

#imagePage input.text {
    background: url(/images/srbs/share-this-input.jpg) no-repeat;
    height: 20px;
    padding: 7px 10px 0 10px;
    width: 229px
}

#imagePage textarea {
    background: url(/images/srbs/share-this-textarea.jpg) no-repeat;
    height: 152px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
    width: 697px;
    resize: none;
}

#imagePage input.submit {
    background: url(/images/srbs/share-this-submit.png) no-repeat;
    border: none;
    display: inline-block;
    color: #fff;
    float: right;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 37px;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    margin: 0 7px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 105px;
}

#imagePage input.submit:hover {
    cursor: pointer;
}

/* IMAGE PAGE SIDEBAR */
#imagePage #sidebar {
    float: left;
    width: 210px;
}

#imagePage .sidebarTop {
    background: url(/images/srbs/image-page-sidebar-top.png) no-repeat;
}

#imagePage .sidebarBottom {
    background: url(/images/srbs/image-page-sidebar-bottom.png) no-repeat;
}

#imagePage #sidebar .box {
    background: #e9f4fe;
}

#imagePage #sidebar .googleAdd {
    margin: 0 auto;
    padding: 15px 0;
}

#inner_ad {
    position:absolute;

}

#inner_ad.corner_bottom .cls {
    cursor:pointer;
}

#inner_ad.corner_bottom {
    bottom:40px;
    border:1px solid silver;
    height:202px;
    width:202px;
    background-color:#F5F5F5;
    float:left;
}

#inner_ad.corner_bottom .cls {
    position:relative;
    bottom:215px;
    left:194px;
}

#inner_ad.center_top {
    height:63px;
    width:471px;
    top:19px;
    left:40%;
    background-color:#F5F5F5;
    border:1px solid black;
    float:left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#inner_ad.center_top .cls {
    position:absolute;
    top:-5px;
    right:-9px;
}

#inner_ad.center_bottom .ad_warning {
    background-color: #FFFFFF;
    display:table;
    position:absolute;
    top:-23px;
    left:2px;
    font-size:12px;
    font-weight: bold;
    height:20px;
    padding:2px 15px 2px 1em;
    border-width: 1px 1px 0px 1px;
    border-color: #000000;
    border-style: solid;
}

#inner_ad.center_bottom {
    z-index:999;
    bottom:31px;
    float:left;
}

#inner_ad.center_bottom .cls {
    position:absolute;
    top:-4px;
    right:-4px;
}

#inner_ad.right {
    z-index:999;
    bottom:35px;
    right:12px;
    float:left;
}

#inner_ad.right .cls {
    position:absolute;
    top:-9px;
    left:-8px;
}

.area_overview p {
    font-size:0.9em;
}
/* sidebar share panorama */
.shareTop {
    background: url(/images/srbs/share-top.png) no-repeat;
    height: 6px;
}

.shareBottom {
    background: url(/images/srbs/share-bottom.png) no-repeat;
    height: 6px;
    margin-bottom: 20px;
}

#imagePage #sidebar .share {
    background: #fff;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

#imagePage #sidebar .share li {
    border-bottom: 1px solid #bbb;
}

#imagePage #sidebar h5 {
    background: url(/images/srbs/share-heading.png) no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    padding: 0px 10px;
}

#imagePage #sidebar .share li.email {
    border: none;
}

#imagePage #sidebar .share a {
    color: #040404;
    display: block;
    padding: 5px 10px 5px 40px;
    overflow: hidden;
}

#imagePage #sidebar .share .downArrow {
    float: right;
    margin: 8px 10px 0 0;
}

#imagePage #sidebar .share a:hover {
    text-decoration: underline;
}

#imagePage #sidebar .share li.fb a {
    background: url(/images/srbs/share-fb.png) no-repeat 15px 8px;
}

#imagePage #sidebar .share li.stumble a {
    background: url(/images/srbs/share-stumble.png) no-repeat 15px 8px;
}

#imagePage #sidebar .share li.twitter a {
    background: url(/images/srbs/share-twitter.png) no-repeat 15px 8px;
}

#imagePage #sidebar .share li.email a {
    background: url(/images/srbs/share-email.png) no-repeat 15px 9px;
}

/* sidebar vote */
#imagePage #sidebar .vote {
    background: #fff;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 10px 0;
    text-align: center;
}

#imagePage #subhead .share {
    float:right;
}

#imagePage #subhead .vote {
    clear:both;
    margin-top:5px;
    float:right;
}

#imagePage #sidebar .vote li {
    display: inline;
    padding: 0 5px;
}

#imagePage #sidebar .good {
    color: #429334;
    font-size: 14px;
    font-weight: bold;
}
#imagePage #sidebar .bad {
    color: #CC0000;
    font-size: 14px;
    font-weight: bold;
}

/* sidebar button */
#imagePage a.button {
    background: url(/images/srbs/print-button.png) no-repeat;
    border: none;
    color: #fff;
    display: block;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 131px;
}


/*------------------------------------------------------*/
/* =WHATS NEW PAGE          */
/*----------------------------------------------------*/
#whatsNew {
    background: #fff;
}

#whatsNew #wrapper {
    padding-top: 10px;
    margin: 0 auto !important;
    width: 1098px !important;
}

#whatsNew h1 {
    background: url(/images/srbs/whats-new-h1.png) no-repeat bottom;
    color: #010000;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 35px 0;
}

#whatsNew h2,
#whatsNew h3 {
    color: #000;
    font-weight: bold;
    font-family: verdana, geneva, tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}

#whatsNew h2 {
    background: url(/images/srbs/whats-new-h2.png) no-repeat;
    padding: 0 0 5px 30px;
}

#whatsNew h3 span {
    font-weight: normal;
}

#whatsNew a {
    color: #526CC2;
}

#whatsNew ul.horizontal li {
    float: left;
    padding-right: 1px;
}

.whatsNewTop {
    background: url(/images/srbs/whats-new-top.png) no-repeat;
    height: 4px;
}

.whatsNew {
    background: #f4f4f4;
    color: #474747;
    padding: 20px 30px;
    position: relative;
}

.whatsNewBottom {
    background: url(/images/srbs/whats-new-bottom.png) no-repeat;
    height: 4px;
    margin-bottom: 12px;
}

#whatsNew img.left {
    float: left;
    margin: 0 10px 5px 0;
}

#whatsNew li span {
    font-weight: bold;
}

#whatsNew .newButton, #print .newButton {
    border: none;
    color: #fff;
    display: inline-block;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 52px;
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}

#whatsNew .newButton.refresh {
    position: absolute;
    top: 5px;
    right: 230px;
}

#whatsNew #refresh-indicator {
    display: none;
    position: absolute;
    top: 20px;
    right: 220px;
    font-weight: bold;
}

#whatsNew .refresh {
    position: absolute;
    top: 20px;
    right: 220px;
    font-weight: bold;
}

#whatsNew #show-more-indicator {
    display: none;
    font-weight: bold;
}

#whatsNew #realtime_subnav {
  min-height: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 13px;
}

#whatsNew #realtime_subnav a {
  color: #E00000;
}

#whatsNew #realtime_subnav .share {
  position: absolute;
  right: 31px;
  margin-top: -3px;
  text-align: center;
}

#whatsNew #realtime_subnav .share b {
  position: relative;
  top: -7px;
  padding-right: 5px;
}

/* new panoramas */
#whatsNew #newPanoramas {
    float: left;
    margin-right: 20px;
    width: 406px;
}

#whatsNew #newPanoramas a {
    text-decoration: underline;
}

#whatsNew #newPanoramas a:hover {
    text-decoration: none;
}

#whatsNew .pano {
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #000;
    font-family: verdana, geneva, tahoma, sans-serif;
    margin-bottom: 14px;
    padding: 9px;
}

#whatsNew .pano.short {
    width: 487px;
}

/* more actions */
#whatsNew #moreActions {
    float: left;
    width: 600px;
}

#whatsNew .photographer li {
    font-size: 11px;
    line-height: 18px;
}

#whatsNew .embeded li {
    line-height: 18px;
}

#whatsNew .short img {
    float: left;
}

#whatsNew .time_ago {
    color:#555;
    font-size:10px;
    right:5px;
    bottom:0px;
}

/*------------------------------------------------------*/
/* =WELCOME PAGE          */
/*----------------------------------------------------*/
#welcome {
    background: #fff;
}

#welcome #wrapper {
    padding-top: 95px;
    margin: 0 auto !important;
    width: 837px !important;
}

#welcome h2 {
    color: #cb0000;
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 15px;
}

#welcome h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#welcome p {
    font-size: 14px;
    margin-bottom: 20px;
}

#welcome p.unlike {
    padding: 25px 0 10px 0;
}

#welcomeTop  {
    background: url(/images/srbs/welcome-top.jpg) no-repeat;
    height: 4px;
}

#welcomeBox {
    background: #f7f7f7 url(/images/srbs/welcome.jpg) repeat-x;
    padding: 10px 12px 30px 12px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}


#welcome .breadcrumbs {
    background: url(/images/srbs/welcome-breadcrumbs.jpg) no-repeat;
    height: 41px;
    line-height: 41px;
}

#welcome .breadcrumbs li {
    display: inline;
    font-weight: bold;
    padding: 0 8px 0 7px;
}

#welcome .breadcrumbs li span {
    background: url(/images/srbs/welcome-inactive.jpg) no-repeat 0 60%;
    color: #fff;
    display: inline-block;
    margin-right: 1px;
    text-align: center;
    width: 26px;
}

#welcome .breadcrumbs li a span {
    background: url(/images/srbs/welcome-active.jpg) no-repeat 0 60%;
}

#welcome .breadcrumbs li a {
    color: #141414;
}

#welcome .breadcrumbs li a:hover {
    text-decoration: none;
}

#welcome #step {
    padding: 5px 20px;
}

#welcome .button {
    color: #fff;
    border: none;
    display: inline-block;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 25px;
    padding-left: 30px;
}

#welcome .previous {
    background: url(/images/srbs/welcome-previous.jpg) no-repeat;
    float: left;
    padding-left: 30px;
    width: 86px;
}

#welcome .next {
    background: url(/images/srbs/welcome-next.jpg) no-repeat;
    float: right;
    width: 79px;
}

/* welcome landing */
#welcome .landing h2 {
    float: left;
    margin-top: 0;
}

#welcome .landing p {
    float: left;
}

#welcome .landing {
    padding-top: 55px;
    margin: 0 auto;
    width: 600px;
}

#welcome .landing img {
    float: left;
    margin: 0 35px 25px 0;
}



#welcome a.start {
    background: url(/images/srbs/print-button.png) no-repeat;
    border: none;
    color: #fff;
    display: block;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    margin: 15px 0 0 -5px;
    text-align: center;
    width: 131px;
}

#welcome a.start:hover {
    text-decoration: none;
}


/*------------------------------------------------------*/
/* =TECH PAGE           */
/*----------------------------------------------------*/
#tech {
    background: #fff;
}

#tech #wrapper {
    padding-top: 0;
}

#tech h1 {
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
}

#subhead h1 {
    margin-bottom:0px;
}

#tech h1 span {
    color: #cb0000;
}

#tech h2, #tech h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 0;
}

#tech h6 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

#tech a {
    color: #526CC2;
}

.techTop {
    background: url(/images/srbs/tech-top.jpg) no-repeat;
    height: 3px;
    width: 979px;
}

.tech {
    background: #f4f4f4;
    color: #474747;
    padding: 15px 20px;
    width: 939px;
    position: relative;
}

.techBottom {
    background: url(/images/srbs/tech-bottom.jpg) no-repeat;
    height: 3px;
    margin-bottom: 15px;
    width: 979px;
}

/* PANORAMA */
#tech #panoramaBottom p {
    float: none;
    font-size: 12px;
    padding-top: 10px;
    text-align: left;
}

/* TECH MAIN */
#techMain {
    margin-left: 325px;
}

#techMain img {
    margin-bottom: 10px;
}

#techMain p {
    font-family: verdana, geneva, tahoma, sans-serif;
    margin-bottom: 10px;
}

/* TECH SIDEBAR */
#techSidebar {
    background: url(/images/srbs/tech-sidebar.jpg) no-repeat 100% 20px;
    float: left;
    min-height: 335px;
    padding: 0 35px 20px 5px; /* 50px + 25px = height of the "endorse this panorama" button + 25px of space */
    width: 315px;
}

#techSidebar li {
    font-size: 14px;
    padding-bottom: 5px;
}

#techSidebar input.checkbox {
    margin-right: 12px;
    vertical-align: bottom;
}

/* "endorse this panorama" button */
#tech #endorseButton {
    width: 240px;
    clear: both;
    margin: 15px 0 15px 15px;
}
#tech a.button {
    background: url(/images/srbs/tech-button.png) repeat-x;
    border: none;
    color: #fff;
    display: block;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    font-weight: bold;
    height: 29px;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    margin: 0 5px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

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

#tech a.button span {
    display: block;
    height: 29px;
    width: 4px;
    position: absolute;
    top: 0;
}

#tech a.button span.left {
    background: url(/images/srbs/tech-button-left.png) no-repeat;
    left: -4px;
}

#tech a.button span.right {
    background: url(/images/srbs/tech-button-right.png) no-repeat;
    right: -4px;
}

/* TECH FORM */
#tech .sendComment {
    padding-top: 15px;
    width: 730px;
}

#tech input.text,
#tech textarea {
    border: 1px solid #bcbcbc;
    color: #3a3a3a;
    display: inline-block;
    font-family: verdana, geneva, tahoma, sans-serif;
    font-size: 12px;
}

#tech input.text {
    background: url(/images/srbs/share-this-input.jpg) no-repeat;
    height: 20px;
    padding: 7px 10px 0 10px;
    width: 229px;
}

#tech textarea {
    background: url(/images/srbs/share-this-textarea.jpg) no-repeat;
    height: 152px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
    width: 697px;
    resize: none;
}

#tech input.submit {
    background: url(/images/srbs/share-this-submit.png) no-repeat;
    border: none;
    display: inline-block;
    color: #fff;
    float: right;
    font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
    height: 37px;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    margin: 0 7px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 105px;
}

#tech input.submit:hover {
    cursor: pointer;
}
#endorse_spinner {
    margin:0 0 7px 17px;
}
#endorse_feedback {
    position:absolute;
    top:14px;
    left:120px;
}
#endorse_icons_wrapper {
    position:relative;
}
#mainPano {
    width: 100%;
    text-align: center;
    margin: 140px 0 140px 0;
}
#mainPano div {
    margin-bottom:1em;
    float:none;
}

#mainPano h3 {
  margin-bottom: 3em;
  padding: 1em;
  background: #FFFFFF;
  border: 2px solid red;
}

/* FOOTER IN ONE LINE */
#footerOneLine {
  color: #262626;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  padding: 10px 0;
  text-align: center;
}

#footerOneLine p a {
  color: #262626;
  text-decoration: underline;
}

#footerOneLine p a:hover {
  text-decoration: none;
}


/*------------------------------------------------------*/
/* =PANO PAGE           */
/*----------------------------------------------------*/
#proAccount {
  background: #f1f1f1;
}

#proAccount #wrapper {
  width: 837px !important;
}

#proAccount h1 {
  color: #cb0000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}

#proAccount h1.bigger {
  font-size: 42px;
  line-height: 42px;
}

#proAccount h2 {
  color: #cb0000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 15px;
}

#proAccount h3 {
  color: #080808;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#proAccount h3.lighter {
  color: #838383;
}

#proAccount h3 a {
  color: #080808;
  border-bottom: 2px solid #080808;
  text-decoration: none;
}
#proAccount h3 a:hover {
  border: none;
}

#proAccount h4 {
  font-size: 13px;
  font-weight: bold;
}

#proAccount p {
  margin-bottom: 25px;
}

#proAccount .box {
  background: #fff;
  color: #010000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-height: 45px;
  padding: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

#proAccount .proAccountLink {
  position: absolute;
  top: -9px;
  right: -14px;
}

/* PRO ACCOUNT HEADER */
#proAccountHeader {
  margin-bottom: 25px;
  overflow: hidden;
  padding: 20px;
}

#proAccountHeader a > img {
  float: right;
  margin-top: 15px;
}

#proAccountHeader ul {
  padding: 15px 0;
}

#proAccountHeader li {
  background: url(/images/srbs/pro-account-header-li.png) no-repeat 0 5px;
  font-weight: bold;
  padding: 0 0 6px 25px;
}

#proAccountHeader li a, #proAccount a.black {
  color: #010000;
  text-decoration: underline;
}

#proAccountHeader li a:hover {  text-decoration: none; }
#proAccountHeader .framed { margin:2em 1em; padding:1em; border: 1px black solid; }
#licensing #proAccountHeader li { font-weight: normal; text-align: left; margin-top:0.5em; background:none; }
#licensing #proAccountHeader li.space-up { margin-top:3em; }
#licensing #proAccountHeader input { width: 50%; }
#licensing #proAccountHeader #submitButton { padding: 0.5em; width:auto; }

#proAccount #proAccountHeader .buttonHolder {
  margin: 0;
  width: 600px;
  position: relative;
  left: -11px;
}

#proAccount #proAccountHeader a.button {
  font-size: 22px;
  padding: 0 12px;
}

/* BUTTON HOLDER */
#proAccount .buttonHolder {
  overflow: hidden;
  margin: 0 auto;
  width: 440px;
}

#proAccount .buttonHolder a.button {
  float: left;
}

#proAccount .buttonHolder p {
  border-left: 1px solid #adadad;
  color: #676666;
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin: 10px 0 0 15px;
  padding: 8px 0 7px 20px;
}

#proAccount .buttonHolder p a {
  color: #e06666;
  text-decoration: underline;
}


#proAccount .buttonHolder p a:hover {
  text-decoration: none;
}

/* PRO ACCOUNT BUTTON */
#proAccount a.button {
  background: url(/images/srbs/pro-account-button/red.png) repeat-x;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
  margin: 10px 18px;
  padding: 0 5px;
  text-align: center;
  position: relative;
}

#proAccount a.button span {
  display: block;
  height: 65px;
  width: 18px;
  position: absolute;
  top: 0;
}

#proAccount a.button span.left {
  background: url(/images/srbs/pro-account-button/red-left.png) no-repeat;
  left: -18px;
}

#proAccount a.button span.right {
  background: url(/images/srbs/pro-account-button/red-right.png) no-repeat;
  right: -18px;
}

/* TESTIMONIALS AND FAQ */
#proAccount .testimonialsBox,
#proAccount .faqBox {
  background: #efefef;
  border: 1px solid #d6d6d6;
  color: #000;
  float: left;
  min-height: 500px;
  padding: 20px 25px;
  width: 320px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#proAccount .faqBox {
  float: right;
}

#proAccount .testimonialsBox p,
#proAccount .faqBox p {
  margin-bottom: 15px;
}

/* boxes together */
#proAccount .boxes {
  background: #efefef;
  border: 1px solid #d6d6d6;
  color: #000;
  min-height: 500px;
  padding: 20px 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#proAccount .boxes .testimonialsBox,
#proAccount .boxes .faqBox {
  border: none;
  float: left;
  min-height: 500px;
  padding: 0;
  width: 320px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius:0;
}

#proAccount .boxes .testimonialsBox {
  border-right: 1px solid #d6d6d6;
  margin-right: 35px;
  padding-right: 25px;
}



/* PRO ACCOUNT FORM */
#proAccount form.upgradeToPro {
  margin-bottom: 25px;
  padding-left: 22px;
}

#proAccount form.upgradeToPro fieldset > ul {
  float: left;
  width: 422px;
}

#proAccount form.upgradeToPro fieldset > ul > li {
  margin-bottom: 10px;
  overflow: hidden;
  padding-left: 122px;
}

#proAccount form.upgradeToPro label {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin: 0 -122px;

}

#proAccount .upgradeToPro a {
  color: #8e8e8e;
  font-size: 11px;
  text-decoration: underline;
}

#proAccount .upgradeToPro a:hover {
  text-decoration: none;
}

#proAccount .upgradeToPro input[type="text"],
#proAccount .upgradeToPro input[type="password"] {
  background: #f2f2f2;
  border: none;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

#proAccount .upgradeToPro button {
  background: none;
  border: none;
  position: relative;
  left: -17px;
}

#proAccount .upgradeToPro button:hover {
  cursor: pointer;
}

#proAccount .proBenefits {
  background: #efefef;
  border: 1px solid #d6d6d6;
  color: #000;
  float: right;
  padding: 20px 15px;
  width: 270px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#proAccount .proBenefits h3 {
  margin-bottom: 15px;
}

#proAccount .proBenefits li {
  background: url(/images/srbs/pro-account-header-li.png) no-repeat 0 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 6px 25px;
}

/* PRO ACCOUNT SHADOW */
#proAccount .shadow {
  background: url(/images/srbs/pro-accoung-shadow.png) no-repeat;
  height: 14px;
}

/* PRO ACCOUNTS TABLE */
#proAccount .tableHolder {
  margin-bottom: 45px;
}

#proAccount .tableHolder li:nth-child(odd) {
  background: #f9f9f9;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

#proAccount .tableHolder li:hover {
  cursor: pointer;
}

#proAccount .tableHolder p {
  display: none;
  margin-bottom: 5px;
  padding: 15px 15px;
}

#proAccount .tableHolder li.active p {
  display: block;
}

#proAccount table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

#proAccount th,
#proAccount td {
  padding: 5px 15px;
  text-align: left;
}

#proAccount td {
  font-weight: bold;
}

#proAccount th:first-child,
#proAccount td:first-child {
  font-weight: normal;
  width: 235px;
}

#proAccount th.lighter,
#proAccount td.lighter {
  color: #838383;
  width: 175px;
}

#proAccount th.lighter h3 {
  color: #838383;
}

#proAccount td.details {
  font-weight: normal;
  text-align: right;
}

#proAccount td.details span {
  color: #cb0000;
  text-decoration: underline;
}

#proAccount td.details:hover span {
  text-decoration: none;
}

/*------------------------------------------------------*/
/* =TRY NOW PAGE            */
/*----------------------------------------------------*/
#tryNowBlue {
  background: #f1f1f1;
}

#tryNowBlue #wrapper {
  width: 837px !important;
}

#tryNowBlue h1 {
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}

#tryNowBlue p {
  font-size: 14px;
  margin-bottom: 3px;
}

#tryNowBlue p.note {
  color: #676666;
  font-size: 12px;
}

#tryNowBlue img.framed {
  background: #fff;
  border: 1px solid #e3e3e3;
  margin-top: 20px;
  padding: 8px;
}

#tryNowBlue .box {
  background: #fff;
  color: #010000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-height: 250px;
  padding: 30px 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-top: -40px;
}

#tryNowBlue .shadow {
  background: url(/images/srbs/shadow-try-now.png) no-repeat center 0;
  height: 28px;
}

/* TRY NOW HEADER */
#tryNowBlue ol {
  padding: 15px 0 15px 2px;
}

#tryNowBlue ol li {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 5px;
}

#tryNowBlue ol li span {
  background: url(/images/srbs/try-now-ol-span.png) no-repeat 0 60%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin-right: 11px;
  text-align: center;
  width: 26px;
  position: relative;
  top: -2px;
}

/* try now header button  */
#tryNowBlue #headerButton {
  float: right;
  padding-top: 15px;
}

#tryNowBlue #headerButton a.button {
  display: block;
  margin: 0 18px;
  padding: 0 15px;
}

#tryNowBlue #headerButton p {
  font-size: 11px;
  margin-top:  -5px;
  text-align: center;
}

#tryNowBlue #headerButton p a {
  color: #075aaa;
  text-decoration: underline;
}

#tryNowBlue #headerButton p a:hover {
  text-decoration: none;
}

/* TRY NOW BUTTON */
#tryNowBlue a.button {
  background: url(/images/srbs/try-now-button.png) repeat-x;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 65px;
  font-size: 23px;
  font-weight: bold;
  line-height: 65px;
  margin: 10px 18px;
  padding: 0 8px;
  text-align: center;
  position: relative;
}

#tryNowBlue a.button span {
  display: block;
  height: 65px;
  width: 18px;
  position: absolute;
  top: 0;
}

#tryNowBlue a.button span.left {
  background: url(/images/srbs/try-now-button-left.png) no-repeat;
  left: -18px;
}

#tryNowBlue a.button span.right {
  background: url(/images/srbs/try-now-button-right.png) no-repeat;
  right: -18px;
}

/* BUTTON HOLDER */
#tryNowBlue .buttonHolder {
  overflow: hidden;
  margin: -7px 0 20px -12px;
}

#tryNowBlue .buttonHolder a.button {
  background: url(/images/srbs/try-now-button-small.png) repeat-x;
  height: 48px;
  float: left;
  font-size: 17px;
  line-height: 48px;
  margin-top: 15px;
}

#tryNowBlue .buttonHolder a.button span {
  height: 48px;
  width: 13px;
}

#tryNowBlue .buttonHolder a.button span.left {
  background: url(/images/srbs/try-now-button-small-left.png) no-repeat;
  left: -13px;
}

#tryNowBlue .buttonHolder a.button span.right {
  background: url(/images/srbs/try-now-button-small-right.png) no-repeat;
  right: -13px;
}

#tryNowBlue .buttonHolder p {
  border-left: 1px solid #adadad;
  color: #010000;
  float: left;
  font-size: 14px;
  margin: 10px 0 0 15px;
  padding: 9px 0 9px 20px;
}

#tryNowBlue .buttonHolder p a {
  color: #075aaa;
  font-weight: bold;
  text-decoration: underline;
}


#tryNowBlue .buttonHolder p a:hover {
  text-decoration: none;
}


/*------------------------------------------------------*/
/* =TRY NOW PAGE (red version)						*/
/*----------------------------------------------------*/
#tryNowRed {
	background: #f1f1f1;
}

#tryNowRed #wrapper {
	width: 837px !important;
}

#tryNowRed h1 {
	color: #cb0000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 33px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 5px;
}

#tryNowRed h3 {
	color: #000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
}

#tryNowRed h4 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#tryNowRed p {
	margin-bottom: 20px;
}

#tryNowRed .box {
	background: #fff;
	color: #010000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	min-height: 250px;	
	padding: 30px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
    margin-top: -40px;
}

.tryNowHeaderRed {
	padding-bottom: 15px;
}

#tryNowRed p a {
	color: #cb0000;
	text-decoration: underline;
}

#tryNowRed p a:hover {
	text-decoration: none;
}

/* TRY NOW BUTTON (red version) */
#tryNowRed a.button {
background: url(/images/srbs/pro-account-button/red.png) repeat-x;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 65px;
	font-size: 23px;
	font-weight: bold;
	line-height: 65px;
	margin: 10px 18px;
	padding: 0 8px;
	text-align: center;
	position: relative;
}

#tryNowRed a.button span {
	display: block;
	height: 65px;
	width: 18px;
	position: absolute;
	top: 0;
}

#tryNowRed a.button span.left {
	background: url(/images/srbs/pro-account-button/red-left.png) no-repeat;
	left: -18px;
}

#tryNowRed a.button span.right {
	background: url(/images/srbs/pro-account-button/red-right.png) no-repeat;
	right: -18px;
}

/* BUTTON HOLDER */
#tryNowRed .buttonHolder {
	overflow: hidden;
	margin: -7px 0 20px -12px;
}


/* try now header button  */
#tryNowRed #headerButton {
	float: right;
	padding-top: 15px;
}

#tryNowRed #headerButton a.button {
	display: block;
	margin: 0 18px;
	padding: 0 15px;
}

#tryNowRed #headerButton p {
	font-size: 11px;
	margin-top:  -5px;
	text-align: center;
}

/* image holder */
#tryNowRed .imageHolder {
	float: right;
	margin: 0 15px 0 18px;
}

#tryNowRed .imageHolder img {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 8px;
}

/* stitching */
#tryNowRed .stitching {
	text-align: center;
}

#tryNowRed .stitching p {
	margin-bottom: 10px;
}

#tryNowRed .stitching p.note {
	font-size: 12px;
	padding-top: 18px;
}


/* MINI GALLERY */
#tryNowRed .miniGallery {
	padding: 10px 0 25px 0;
}

#tryNowRed .miniGallery .imgHolder {
	float: left;
	margin-left: 27px;
}

#tryNowRed .miniGallery .imgHolder:first-child {
	margin-left: 16px;
}


/* IMAGE HOLDER */
#tryNowRed .imgHolder {
	background: url(/images/srbs/shadow-smallest.png) no-repeat bottom center;
	padding-bottom: 10px;
	width: 165px;
}

#tryNowRed .imgHolder img {
    margin-left:21px;
}

#tryNowRed .imgHolder img, .with-border {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 9px;
	vertical-align: top;
}
 .with-border {
    padding: 9px 9px 0px 9px;
 }

.no-margin-top {
    margin-top:0px;
}

#tryNowBlue .imgLink img {
  background: transparent;
  border: 0;
}

/*** New Sign Up ***/

table.account_upgrade {
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #000000;
}

table.account_upgrade .header td {
  width: 50%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

#wrapper_new,.wrapper_new {
	color: #141414;
	font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	margin: 0 auto !important;
	padding-bottom: 25px;
	width: 912px !important;
	position: relative;
}
#proAccount_new .box {
	background: #fff;
	color: #010000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	min-height: 250px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#proAccountHeader_new {
	overflow: hidden;
	padding: 20px 0;
}
#proAccount_new #upgrade div {
    font-family: Verdana,Arial,sans-serif;
}
#proAccount_new #upgrade .packs .pack_1 h1,
#proAccount_new #upgrade .packs .pack_1 h2,
#proAccount_new #upgrade .packs .pack_1 h3 {
    font-family: Verdana,Arial,sans-serif;
}
#proAccount_new #upgrade .packs .pack_1 {
 min-height: 378px;
}
.packs {
}
.packs .pack_1 {
	float:left;
	line-height: 16px;
	width:211px;
	margin-right:6px;
	background-color:#f5f5f5;
	border:solid 1px #dbdbdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	padding-bottom:50px;
	min-height:350px;
}

.packs .pack1st {
  margin-left:5px;
}
	
.packs .pack_noright {
	margin-right:0px;
}
.packs .pack_new {
	float:left;
	width:232px;
	margin-right:10px;
	background-image:url(/images/srbs/pack_new.png);
	position:relative;
	padding-bottom:16px;
	min-height:391px;
	margin-top:-3px;
	padding-left:3px;
	padding-right:6px;	
        top: -2px;
}
.packs .pack_current {
    background-color:#C5D5EB;
}
.packs .pack_current h2 {
    background-color:#D0DCED !important;
}

.packs li .left_img {
	margin-top:3px;
	float:left;
	margin-right:6px;
}
.packs .pack_1 h1, .packs .pack_1 h2, .packs .pack_1 h3 {
	font-family: 'Droid Sans', arial, serif;
	text-align:center;
}
.packs .pack_1 h1 {
	font-size:26px;
	font-weight:bold;
	padding-top:12px;
}
.packs .pack_1 h2 {
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	color:#474747;
	padding:7px 0;
	background-color:#fbfbfb;
	width:211px;
}
.font_28 {
	font-size:28px;
}
.packs .pack_1 h3 {
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
	color:#c40000;
}
.packs .pack_1 li {
	padding:7px 17px;
	border-bottom:solid 1px #d3c4be;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}
.packs .pack_1 img.dollar_img {
	display:block;
	margin:6px auto;
	
}
.packs .pack_1 img.sign_up_1 {
	display:block;
	position:absolute;
	bottom:5px;
	left:17px;
}
.packs .pack_new img.sign_up_1 {
	display:block;
	position:absolute;
	bottom:8px;
	left:14px;
}
.packs .pack_1 li.no_border_down {
	border-bottom:none;
}
.bold {
	font-weight:bold;
}

.packs .pack_new h1, .packs .pack_new h2, .packs .pack_new h3 {
	font-family: 'Droid Sans', arial, serif;
	text-align:center;
}
.packs .pack_new h1 {
	font-size:36px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
}
.packs .pack_new h2 {
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
	color:#474747;
	padding:10px 0;
}
.font_34 {
	font-size:34px;
}
.packs .pack_new h3 {
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
	color:#c40000;
	padding-bottom:6px;
}
.packs .pack_new li {
	padding:5px 17px;
	border-bottom:solid 1px #cc9f5f;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	font-weight:bold;
}
.bt-content {
	color:#fff;
}

#proAccount_new {
	background: #fff;
	background-image:url(/images/srbs/form_page/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#proAccount_new #wrapper {
	width: 912px !important;
}

#proAccount_new p {
	margin-bottom: 25px;
}


#proAccount_new .proAccountLink {
	position: absolute;
	top: -9px;
	right: -14px;
}
#proAccountHeader_new h1 {
	color: #cb0000;
	font-family: 'Lobster', arial, serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 10px;
	text-shadow: 3px 3px 3px #CCCCCC;
	font-weight: normal;
	text-align:center;
}

#proAccountHeader_new h1.bigger {
	font-size: 52px;
	line-height: 64px;
}

#proAccountHeader_new h2 {
	color: #cb0000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 15px;
}

#proAccountHeader_new h3 {
	color: #000;
	font-family: 'Droid Sans', arial, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align:center;
}

#proAccountHeader_new h3.lighter {
	color: #838383;
}

#proAccountHeader_new h3 a {
	color: #080808;
	border-bottom: 2px solid #080808;
	text-decoration: none;
}
#proAccountHeader_new h3 a:hover {
	border: none;
}

#proAccountHeader_new h4 {
	font-size: 13px;
	font-weight: bold;
}
#proAccount_new .testimonialsBox,
#proAccount_new .faqBox {
	background: #f4f4f4;
	color: #000;
	padding: 20px 25px;
	width: 862px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:15px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	overflow:hidden;
}
#proAccount_new .testimonialsBox div.half_width,
#proAccount_new .faqBox div.half_width {
	width:50%;
	float:left;
}
#proAccount_new .testimonialsBox h3,
#proAccount_new .faqBox h3 {
	font-size:24px;
	padding-bottom:12px;
}
#proAccount_new .faqBox {
}

#proAccount_new .testimonialsBox p,
#proAccount_new .faqBox p {
	margin-bottom: 15px;
	font-size:13px;
	line-height:18px;
	padding-right:25px;
}
#proAccount_new .testimonialsBox p .signature {
	color:#474747;
}
#proAccount_new .faqBox .gray_box {
	background-color:#e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:14px;
	overflow:hidden;
}
.img_right {
	float:right;
}
.stress {
    font-size:18px;
    margin:2em 0;
    padding:1em;
    border:1px solid silver;
    background-color:white;
    -moz-border-radius: 0.4em;
    color:#333;
    line-height:32px;
}
.upgrade_message { margin: 2em 0 0;color:red;font-weight:bold; }
.target { cursor: pointer;}

a .signUpButton {background:url("/images/srbs/form_page/btn_plans.png") scroll transparent top repeat-x; margin: 0px 8px; padding:0 14px; height: 39px; line-height:39px; width:auto; display:block; position: absolute; top:0;}
a .signUpButton span {height: 39px; width: 8px; display:block; float:left;}
a .signUpButton .left {background:url("/images/srbs/form_page/btn_plans.png") scroll transparent no-repeat  0px -39px; left: -8px; top:0; position: absolute;}
a .signUpButton .right {background:url("/images/srbs/form_page/btn_plans.png") scroll transparent no-repeat -8px -39px ; right: -8px;top:0; position: absolute;}
.sign_up_1, .sign_up_1:link, .sign_up_1:visited, .signUpText {
    border: medium none;
    bottom: 60px;
    color: white !important;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    left: -10px;
    letter-spacing: -1px;
    line-height: 24px;
    padding: 0px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.signUpText {color:gray !important;bottom: 20px;left:0px;}
	
.faqBox p, .testimonialsBox p {
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.qtip-wrapper {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray');
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray')";
  font-size: 11px; font-weight:normal;
}
.qtipLeftSide .qtip-wrapper{
  -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=-3, OffY=3, Color='gray');
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=-3, OffY=3, Color='gray')";
  font-size: 11px; font-weight:normal;
}

/* --------------------------------- */
/*   Title overlay on image pages    */
/* --------------------------------- */

#mainPanoInfo { position:absolute; right:10px; margin:10px; z-index:100; padding:10px 20px; background: url(/images/semi-transparent_white.png); text-align:right;}
#mainPanoInfo .cls { position:absolute; right: -7px; top: -7px;}

#mainPanoInfoPagination, #panoInfoAuthor, #panoInfoShare { font-size:10px; color:#333; margin:0; text-align:right;}
#mainPanoInfoPagination a,#mainPanoInfo a { color: #333;}
#panoInfoTitle {font-family: Tahoma, Geneva, sans-serif;font-size: 24px;margin: 0;padding: 0; color:#000;}
#panoInfoShare { margin-top: 16px;}
#panoInfoShare span { display: block; margin-right:75px; margin-bottom: -16px;}
#panoInfoShare a { display: inline;}
#panoInfoShare a img { outline:none; border:0; background: url(/images/sharing_20px.png) no-repeat;}
a#panoInfoShareF img { background-position: 0px 0px; }
a#panoInfoShareF:hover img { background-position: 0px -20px; }
a#panoInfoShareT img { background-position: -20px 0px; }
a#panoInfoShareT:hover img { background-position: -20px -20px; }
a#panoInfoShareM img { background-position: -40px 0px; }
a#panoInfoShareM:hover img { background-position: -40px -20px; }

#panoInfoLicense { text-align: right; float: right; font-size: 10px; margin-top: 10px; }
#panoInfoLicense img { margin-top: -5px; }

#mainPanoInfo.dark { background: url(/images/semi-transparent_black.png);}
#mainPanoInfo.dark #mainPanoInfoPagination, #mainPanoInfo.dark #panoInfoAuthor, #mainPanoInfo.dark #panoInfoAuthor a,#mainPanoInfo.dark  #panoInfoShare,#mainPanoInfo.dark  #mainPanoInfoPagination a { color: #CCC}
#mainPanoInfo.dark #panoInfoTitle {color:#FFF;}
#mainPanoInfo.dark a#panoInfoShareF:hover img { background-position: 0px -40px; }
#mainPanoInfo.dark a#panoInfoShareT:hover img { background-position: -20px -40px; }
#mainPanoInfo.dark a#panoInfoShareM:hover img { background-position: -40px -40px; }
.pro_badge img { vertical-align: baseline; margin: 0 4px; }

/* --------------------------------- */
/*   License overlay                 */
/* --------------------------------- */
#panoramaBottom .containerPanoBox{
  position:absolute;
  top:25%;
  width:100%;
  z-index: 999;
}

#wrapper .containerPanoBox{
  position: fixed;
  top:25%;
  margin: 0 auto;
  z-index: 999;
}

.panoBox{
  background: white;
  position:relative;
  width:500px;
  margin:0 auto;
  padding:20px 30px;
  border-radius:4px;
  text-align:center;
  min-height:200px;
  border: 1px #ddd solid;
}
.panoBox h3{
  font-weight:bold;
}
.panoBox p{
  font-size:14px!important;
  text-align:center!important;
  line-height:1.6em;
  margin:0 0 30px 0;
}
.addToCart{
  background: url(/images/cart_32x32.png) 10px 0 no-repeat;
  padding:8px 0 8px 50px;
  font-size:14px;
  font-weight:bold;
}
.getQuote{
  background: url(/images/dollar-icon.png) 10px 0 no-repeat;
  padding:8px 0 8px 40px;
  font-size:14px;
  font-weight:bold;
  margin:0 20px 0 0;
}

#panoramaBottom .closeIcon{
  position:absolute;
  top:-10px;
  right:-10px;
}

#wrapper .closeIcon{
  position:absolute;
  top:-25px;
  right:-10px;
}

/* --------------------------------- */
/*   Events gallery                  */
/* --------------------------------- */

.events_img{
  float:left;
  width:360px;
}

.events_img p{
  margin: 0 15px!important;
}
.testi_left_col{
  float:left;
  width:380px;
}
.testi_right_col{
  float:right;
  width:380px;
}

.testi_box{
  width:358px;
  padding:10px;
  margin:0 20px 0 0;
}
.testi_bubble{
  background: url(/images/testi_bubble_bg.gif) repeat-x left bottom;
  border-radius:4px;
  overflow:hidden;
  border:1px solid #dedede;
  padding:15px;
  min-height:30px;
}
.testi_bubble p{
 margin:0!important;
}

.testi_bottom{
  background: url(/images/testi_bubble_arrow.gif) no-repeat 0 0;
  margin: -1px 0 0 40px;
  padding: 5px 0 0 30px;
}

/*---About us---*/

.left_about{
  float:left;
  width:360px;
  margin:0 30px 50px 0;
}
.right_about{
  float:left;
  width:490px;
  font-size:14px;
  line-height:1.4em;
  margin:5px 0 0 0;
}

.right_about p{
  margin-bottom:15px!important;
}

.about_box_1{
  float:left;
  width:410px;
  height:220px;
  border-bottom:1px solid #d9d9d9;
  padding:10px 0 20px 0;
  margin:5px 0;
}
.about_box_1 h4, .about_box_2 h4{
  color:#cb0000;
  font-size:16px!important;
  margin:0 0 10px 0;
}

.about_box_1 p,.about_box_2 p{
  margin-bottom:15px!important;
  line-height:1.5em;
}

.about_box_2{
  float:left;
  width:410px;
  height:220px;
  border-bottom:1px solid #d9d9d9;
  padding:10px 0 20px 10px;
  margin:5px 0;
}
   
.about_box_left{
  float:left;
  width:140px;
  margin:0 25px 0 0;
}
.about_box_right{
  float:left;
  width:230px;
  padding:5px 0 0 0;
}
.separator_box  {
   float:left;
   width:1px;
   height:220px;
   background: #d9d9d9;
   margin:15px 20px 0 20px;
}
.about_bubble_1{
  float:left;
  background: url(/images/about_bubble_1.jpg) no-repeat 0 0;
  width:290px;
  height:127px;
  position:relative;
}
.about_bubble_1 p{
  position:absolute;
  top:20px;
  left:80px;
  line-height:1.5em;
  padding:0 20px 0 0;
}
.about_bubble_2{
  float:left;
  background: url(/images/about_bubble_2.jpg) no-repeat 0 0;
  width:290px;
  height:127px;
  position:relative;
  margin:0 15px;
}
.about_bubble_2 p{
  position:absolute;
  top:20px;
  left:80px;
  line-height:1.5em;
  padding:0 20px 0 0;
}
.about_bubble_3{
  float:left;
  background: url(/images/about_bubble_3.jpg) no-repeat 0 0;
  width:290px;
  height:127px;
  position:relative;
}
.about_bubble_3 p{
  position:absolute;
  top:20px;
  left:80px;
  line-height:1.5em;
  padding:0 20px 0 0;
}
.separator_horizontal{
  width:100%;
  height:1px;
  background:#d9d9d9;
  margin:30px 0;
}
.about_contact{
  margin:0 auto;
  width:520px;
  text-align:center;
  font-size:11px;
  line-height:1.5em;
}
.small_box_1{
  float:left;
  width:260px;
  height:50px;
  border-right:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  padding:15px 20px 10px 20px;
  line-height:1.5em;
}
.contact_form_box{
  background: url(/images/contact_form_small_icon.gif) no-repeat 0 2px;
  width:180px;
  margin:0 auto;
  padding:0 0 0 25px;
}
.help_center_box{
  background: url(/images/help_center_small_icon.gif) no-repeat 0 2px;
  width:230px;
  margin:0 auto;
  padding:0 0 0 25px;
}
.blog_box{
  background: url(/images/blog_small_icon.gif) no-repeat 0 2px;
  width:230px;
  margin:0 auto;
  padding:0 0 0 25px;
}
.twitter_box{
  background: url(/images/twitter_small_icon.gif) no-repeat 0 2px;
  width:140px;
  margin:0 auto;
  padding:0 0 0 25px;
}
.facebook_box{
  background: url(/images/facebook_small_icon.gif) no-repeat 0 2px;
  width:140px;
  margin:0 auto;
  padding:0 0 0 25px;
}
.help_forum_box{
  background: url(/images/help_forum_small_icon.gif) no-repeat 0 2px;
  width:180px;
  margin:0 auto;
  padding:0 0 0 25px;
}

/*---search---*/

#searchBlock {
    background:#f1f1f1;
    margin: 0 0 20px;
    overflow: auto;
    width: 100%;
    text-align:center;
    padding:30px 0 10px 0;
}
#searchBlock a,.resultBlock a{
  text-decoration:underline;
}
input#searchWhat {
    border:1px solid #7f9db9;
    width: 300px;
    height:28px;
    padding:0;
    vertical-align: middle;
}
input.btnSearch {
    background: url("/images/srbs/search-btn.png") repeat-x scroll left top #cb0000;
    border:1px solid #ab0000;
    border-radius:5px;
    height:30px;
    color: #fff;
    padding:0 10px;
    margin:0 0 0 10px;
    font-weight:bold;
    min-width: 100px;
    font-family:Arial,sans-serif;
    font-size:1.2em;
    vertical-align: middle;     
}
input.btnSearch:hover {
   color:#010000;
   border:1px solid #ab0000;  
}
#advancedSearch{
  margin:10px 0 10px 460px;
  width:130px;
  font-size:0.9em;
  cursor:pointer;
}
#advanced_hints {
  background: #fff;
  border: 1px solid gray;
  font-size: 11px;
  padding: 1em;
  text-align:left;
  width:520px;
  margin:0 0 0 160px;
}
.searchResults{
  float:left;
  min-width:200px;
  font-size:1.5em;
  margin:0 0 0 10px;
}
.displayResults{
  float:right;
  min-width:200px;
  font-size:1.2em;
  margin:0 10px 0 0;
}
.ads {
    position: relative;
    text-align: center;
    margin:20px 0;
}
.shadowSearch {
    background: url("/images/srbs/shadow-search.png") no-repeat 0 0;
    height: 14px;
}
.resultBlock {
    background: #fff;
    margin: 0 0 1.6em;
    padding: 0 30px;
}
.resultBlock h2{
   font-size:1.4em!important;
   margin-bottom:10px!important;
}
.resultBlock h2 a{
  color:#010000;
  text-decoration:none;
}
.resultBlock h2 a:hover{
  color:#526CC2;
  text-decoration:underline;
}
.panoThumb{
  float:left;
  width:512px;
  position:relative;
}
.panoThumbImg{
  background:#f1f1f1;
  height:128px;
  clear:both;
  /*line-height:0;*/
}
    
.panoThumb p, .static_map p{
  margin: 5px 0 15px 0!important;
}
.panoThumb a > img,.static_map a > img{
  float:left!important;
  margin-top:0!important;
}
.resultBlock .static_map, .resultBlock .panoThumb, .resultBlock .logo {
  background: url("/images/loading.gif") no-repeat center center;
}
.resultBlock .logo {
    height: 128px;
    width: 128px;
} 

.zoomIcon{
  position:absolute;
  top:0;
  right:0;
}
.published{
  float:left;
  font-size:0.9em;
}
.published img{
 vertical-align: middle;
 margin:0 5px;
}

.buyPrint{
  float:right;
  font-size:0.9em;
  text-align: left;
  padding-left: 16px;
}

.license_icon img {
  margin-bottom: -5px;
}

.license_link {
  margin-right: 10px;
}

.static_map{
  float:right;
  height:128px;
  text-align:center;
  font-size:0.9em;
}
.virtualHeadline{
  color:#696900;
  border-right:1px solid #696900;
  padding:0 8px 0 0;
  margin:0 5px 0 0;
}
.authorHeadline{
  color:#000062;
  border-right:1px solid #000062;
  padding:0 8px 0 0;
  margin:0 5px 0 0;
}
.areaHeadline{
  color:#004a00;
  border-right:1px solid #004a00;
  padding:0 8px 0 0;
  margin:0 5px 0 0;
}
.pagination{
  border-top:1px solid #f1f1f1;
  font-size:1.2em;
  padding:10px 0;
  text-align:center;
}
.pagination a{
  padding:0 2px
}
.comission-gigapixel .new {
    color:#CB0000;
    font-weight:bold;
}
.comission-gigapixel .required {
    color:#CB0000;
    font-weight:bold;
}

#rightAdHolder {
    position:absolute;
    top:0px;
    right:0px;
    margin:16px 10px 0 0;
    padding:10px 18px 0 12px;
    border-left: 2px solid #272727;
}
#rightAdHolder #AdDisclaimer {
    color: #272727;
    font-weight: bold;
    margin-bottom: 6px;
}
#rightAdHolder #AdContent {

}