/**
 * @file        global.css
 * @description Global styles for brides.com screen
 *
 * Do not place CSS includes in this file!
 * All IE overrides belong in ie.css.
*/

/**
 * @section BASIC ELEMENT STYLES
*/

/* Simple CSS Reset */
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
img,
button,
body,
label,
fieldset,
table,
tr,
td {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background-color: #fff;
    color: #2d2d2d;
    font: 13px Georgia, serif;
}

hr {
    display: none;
}

button {
    cursor: pointer;
}

/* Links */
a {
    outline-width:0;
}

a:link {
    color: #137095;
    text-decoration: none;
}

a:visited {
    color: #89b7ca;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active,
a:focus {
    color: #004865;
}


/**
 * @section SITE LAYOUT
 */
#wrapper {
    margin: 0 auto;
    position: relative;
    width: 980px;
}

#page {
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    clear: both;
    float: left;
    padding: 10px 0 31px;
    position: relative;
    width: 978px;
}

#content {
    border-right: 1px solid #e0e0e0;
    float: left;
    padding-right: 14px;
    position: relative;
    left: 9px;
    width: 630px;
    min-height: 400px;
}

#main {
    clear: both;
    float: left;
    margin-bottom: 15px;
    width: 630px;
}

#urail {
    clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 630px;
}

#yrail {
    border-left: 1px solid #e0e0e0;
    float: right;
    padding-left: 15px;
    position: relative;
    right: 9px;
    width: 300px;
}   /* override in ie.css */


/**
 * @section POSITIONS
*/
/* Features */
/* spans top */
#position1 {
    clear: both;
    float: left;
    margin: 0;
    width: 630px;
}

/* wide left */
#position2 {
    clear: right;
    float: left;
    margin: 0;
    width: 405px;
}

/* narrow right */
#position3 {
    float: right;
    margin: 0;
    width: 195px;
}

/* equal left */
#position4 {
    border-right: 1px solid #e0e0e0;
    clear: both;
    float: left;
    margin: 0 -1px 20px 0;
    padding-right: 15px;
    width: 300px;
}

/* equal right */
#position5 {
    border-left: 1px solid #e0e0e0;
    float: right;
    margin-bottom: 20px;
    padding-left: 14px;
    width: 300px;
}

/* spans bottom */
#position6 {
    clear: both;
    float: left;
    margin: 0;
    width: 630px;
}

/* Y-Rail */
#position1_yrail,
#position2_yrail,
#position3_yrail,
#position4_yrail {
    clear: both;
    float: left;
    width: 100%;
}

#global_rightRail_B {
    margin-bottom: 15px;
}

/* U-Rail */
#position1_urail {
    clear: both;
    width: 630px;
}

#position2_urail {
    float: left;
    width: 300px;
}

#position3_urail {
    clear: right;
    float: left;
    margin-left: 30px;
    width: 300px;
}


/**
 * @section LAYOUT TYPES
*/
/* Layout B: X-Rail + Y-Rail */
.layoutB #position1 {
    width: 100%;
}

.layoutB #xrail {
    background: url(/css/i/global/xrail-bg.gif) repeat-y 100% 0;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding-right: 15px;
    position: relative;
    left: 1px;
    width: 140px;
}

.layoutB #main {
    background: url(/css/i/global/xrail-bg.gif) repeat-y;
    clear: none;
    float: left;
    padding-left: 15px;
    width: 460px;
}

/* Layout C: No X-rail + No Yrail */
.layoutC #content {
    border-right: 0;
    padding-right: 9px;
    width: 960px;
}

.layoutC #main {
    padding-top: 30px;
    width: 960px;
}

.layoutC #position1 {
    margin-bottom: 20px;
    width: 100%;
}

.layoutC #yrail {
    border-color: #fff;
    position: absolute;
}


/**
 * @section TOP BANNER AD
*/
#topBannerAd {
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    padding: 5px 0;
    text-align:center;
}


#topBannerAd table {
    margin: 0 auto;
}

#topBannerAd .displayAd {
    margin:0 auto;
    width:728px;
}

/**
 * @section HEADER
*/
#header {
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    position: relative;
}

/* Login Box */
#loginbx {
    border: 1px solid #f0f0f0;
    border-width: 1px 0;
    font: 11px/1 Arial,Helvetica,sans-serif;
    margin: 0 2px 19px;
    padding: 3px 0;
    text-transform: lowercase;
    min-height: 11px;
}

#loginbx a {
    color: #464648;
    font-weight: bold;
    text-decoration: underline;
}

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

#loginbx #login #ui {
    margin-left: 7px;
}

#loginbx #login #ui.welcome {
    margin: 0;
}

#loginbx #login .username {
    text-transform: none;
}

#loginbx #login #opts {
    color: #ccc;
    margin-left: 7px;
}

/* Logo */
#logo {
    background: url(/css/i/global/shell-sprite.png) no-repeat 10px 0;
    padding-bottom: 28px;
}

#logo a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 555px;
    height: 66px;
}

/* Subscription Box */
#header-subs {
    font: bold 11px/1 Arial,Helvetica,sans-serif;
    position: absolute;
    top: 0;
    right: 2px;
    text-transform: lowercase;
    width: 420px;
}

/* header */
#header-subs #global_header {
    float: right;
}

#header-subs #subs-hdr {
    float: left;
    font-size: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

#header-subs #subs-hdr a {
    color: #41c4d7;
}

/* nav */
#header-subs #subs-nav-container {
    float: left;
}

#header-subs #subs-nav li {
    float: left;
    border-right: 1px solid #dadada;
    margin: 5px 0 4px;
    padding: 0 7px;
}

#header-subs #subs-nav li a {
    color: #484848;
}

#header-subs #subs-nav #snav3,
#header-subs #subs-nav #snav4 {
    display: none;
}

#header-subs #subs-nav #snav5 {
    border: 0;
    padding-right: 1px;
}

/* header callout */
#header-subs #global_headerCallout, #header-subs #AMS_BRI_GLOBAL_HEADERCALLOUT {
    float: right;
}   /* overrides in ie.css */

/* teaser */
#header-subs #subs-teaser {
    clear: both;
    float: left;
    margin-right: 1px;
}

/* cover */
#header-subs #subs-cover {
    float: left;
}

#header-subs #subs-cover a {
    background: url(http://subscribe.condenet.com/images_covers/cover_brides_80.jpg) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 80px;
    height: 110px;
}

#header-subs.secure #subs-cover a {
    background-image: url(https://subscribe.condenet.com/images_covers/cover_brides_80.jpg);
}


/**
 * @section GLOBAL NAV
*/
#global-nav {
    float: left;
    position: relative;
    width: 980px;
}

/* Top Level */
#global-nav-menu {
    background-color: #2d2d2d;
    color: #fff;
    float: left;
    width: 980px;
}

#global-nav-menu .mega {
    float: left;
    position: relative;
}

#global-nav-menu .mega .nav-section-header a {
    background: url(/css/i/global/shell-sprite.png) no-repeat;
    color: #fff;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 35px;
}

#global-nav-menu .mega .nav-section-header a:hover {
    background-color: #fff;
    color: #72c052;
}

/* home page */
#global-nav-menu #nav-home {
    display: none;
}

/* ideas */
#global-nav-menu #nav-ideas .nav-section-header a {
    background-position:0 -96px;
    width:54px;
}

#global-nav-menu #nav-ideas.hover .nav-section-header a {
    background-position:0 -168px;
}

#global-nav-menu #nav-ideas.active .nav-section-header a {
    background-position:0 -132px;
}

#global-nav-menu #nav-answers .nav-section-header a {
    background-position:-165px -96px;
    width:111px;
}

#global-nav-menu #nav-answers.hover .nav-section-header a {
    background-position: -164px -168px;
}

#global-nav-menu #nav-answers.active .nav-section-header a {
    background-position:-54px -168px;
}

#global-nav-menu #nav-dresses-style .nav-section-header a {
    background-position:-54px -96px;
    width:111px;
}

#global-nav-menu #nav-dresses-style.hover .nav-section-header a {
    background-position:-54px -168px;
}

#global-nav-menu #nav-dresses-style.active .nav-section-header a {
    background-position:-54px -132px;
}

#global-nav-menu #nav-local .nav-section-header a {
    background-position:-275px -96px;
width:104px;
}

#global-nav-menu #nav-local.hover .nav-section-header a {
    background-position:-275px -168px;
}

#global-nav-menu #nav-local.active .nav-section-header a {
    background-position:-274px -132px;
}

#global-nav-menu #nav-honeymoons .nav-section-header a {
    background-position:-379px -96px;
    width:100px;
}

#global-nav-menu #nav-honeymoons.hover .nav-section-header a {
    background-position:-378px -168px;
}

#global-nav-menu #nav-honeymoons.active .nav-section-header a {
    background-position:-377px -132px;
}

#global-nav-menu #nav-home-registry .nav-section-header a {
    background-position:-478px -96px;
    width:120px;
}

#global-nav-menu #nav-home-registry.hover .nav-section-header a {
    background-position:-477px -168px;
}

#global-nav-menu #nav-home-registry.active .nav-section-header a {
    background-position:-477px -132px;
}

#global-nav-menu #nav-engagement .nav-section-header a {
    background-position:-598px -96px;
    width:98px;
}

#global-nav-menu #nav-engagement.hover .nav-section-header a {
    background-position:-596px -168px;
}

#global-nav-menu #nav-engagement.active .nav-section-header a {
    background-position:-596px -132px;
}

#global-nav-menu #nav-community .nav-section-header a {
    background-position:-695px -96px;
    width:88px;
}

#global-nav-menu #nav-community.hover .nav-section-header a {
    background-position:-693px -168px;
}

#global-nav-menu #nav-community.active .nav-section-header a {
    background-position:-693px -132px;
}

#global-nav-menu #nav-shop .nav-section-header a {
    background-position:-782px -96px;
width:48px;
}

#global-nav-menu #nav-shop.hover .nav-section-header a {
    background-position:-783px -168px;
}

#global-nav-menu #nav-shop.active .nav-section-header a {
    background-position:-765px -132px;
}

#global-nav-menu #nav-win .nav-section-header a {
    background-position:-832px -96px;
width:40px;
}

#global-nav-menu #nav-win.hover .nav-section-header a {
    background-position:-832px -168px;
}

#global-nav-menu #nav-win.active .nav-section-header a {
    background-position:-831px -132px;
}

#global-nav-menu #nav-our-magazines .nav-section-header a {
    background-position:-875px -96px;
    width:106px;
}


#global-nav-menu #nav-our-magazines.hover .nav-section-header a {
    background-position:-874px -168px;
}

#global-nav-menu #nav-our-magazines.active .nav-section-header a {
    background-position:-875px -132px;
}

/* Drop Downs */
#global-nav-menu .menu-item {
    background: #fff;
    border: 1px solid #575a4f;
    border-top-width: 0;
    -moz-border-radius-bottomright: .5em;
    -moz-border-radius-bottomleft: .5em;
    -webkit-border-bottom-right-radius: .5em;
    -webkit-border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    font: bold 11px Arial,Helvetica,sans-serif;
    padding: 4px 6px 2px 2px;
    position: absolute;
    top: -9999px;
    left: 1px;
    z-index: 8000000;   /* set very high to overlap top banner pushdown ad */
}

#global-nav-menu #nav-ideas .menu-item {
    left: 0;
}

#global-nav-menu #nav-our-magazines .menu-item {
    right: 0;
    left: auto;
}

/* show drop down on hover */
#global-nav-menu .hover .menu-item {
    top: 34px;
}

/* keep drop down hidden if active section */
#global-nav-menu .active .menu-item {
    top: -9999px;
}

#global-nav-menu .menu-item .menu-item-links {
    position: relative;
}

#global-nav-menu .menu-item .menu-item-links li a {
    border-top: 1px solid #e0e0e0;
    color: #464648;
    display: block;
    line-height: 1;
    margin-left: 6px;
    padding: 5px 16px 6px 0;
    white-space: nowrap;
}

#global-nav-menu .menu-item .menu-item-links li a:hover {
    background: #72c052 url(/css/i/global/shell-sprite.png) no-repeat -273px -206px;
    border-color: #72c052;
    color: #fff;
    margin-left: 0;
    padding-left: 6px;
    text-decoration: none;
}

#global-nav-menu .menu-item .menu-item-links li:hover + li > a {
    border-color: #fff;
}

#global-nav-menu .menu-item .menu-item-links .first a {
    border: 0;
}


/* Sub Nav */
#global-sub-menu {
    background: #575a4f;
    clear: both;
    float: left;
    font-size: 12px;
    text-transform: lowercase;
    width: 980px;
}

#global-sub-menu li {
    float: left;
}

#global-sub-menu li a {
    border-right: 1px solid #96998d;
    color: #fff;
    display: block;
    line-height: 1;
    margin: 7px 0 9px;
    padding: 0 8px;
    white-space: nowrap;
}

#global-sub-menu .first a {
    padding-left: 12px;
}

#global-sub-menu .last a {
    border: 0;
}

#global-sub-menu .active a {
    color: #a5ea7b;
    text-decoration: underline;
}


/**
 * @section TOP BANNER PUSHDOWN AD
*/
#topBannerPushdownAd table {
    margin: 0 auto 10px;
}


/**
 * @section BREAD CRUMBS
*/
#bc {
    color: #666;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    text-transform: lowercase;
}

#bc li {
    background: url(/css/i/global/shell-sprite.png) no-repeat 2px -275px;
    display: inline;
    padding-left: 12px;
}

#bc .first {
    background: none;
    font-style: italic;
    font-family: Georgia,serif;
    padding: 0;
    text-transform: uppercase;
}

#bc li a {
    color: #666;
}


/**
 * @section SPONSORSHIP AD
*/
#sponsorhsip-ad {
    clear: both;
}

/**
 * @section UTILITIES
*/
.utilities {
    clear: both;
    font: 10px/1 Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.utilities-top {
    float: right;
}

.utilities-bottom {
    border-top: 3px solid #e0e0e0;
    float: left;
    margin-bottom: 20px;
    padding-top: 4px;
    width: 100%;
}

.utilities-social {
    height: 30px;
    margin-bottom: 5px;
}

.utilities li {
    float: left;
}

.utilities li a {
    background: url(/css/i/global/shell-sprite.png) no-repeat;
    border-left: 1px solid #e0e0e0;
    color: #444;
    display: block;
    margin-left: 7px;
    padding: 3px 0 3px 27px;
}

.utilities .utility-print a {
    background-position: -982px 0;
    border: 0;
    margin: 0;;
}

.utilities .utility-email a {
    background-position: -982px -24px;
}

.utilities .utility-feeds a {
    background-position: -982px -45px;
}

.utilities .utility-share a {
    background-position: -982px -67px;
}

.utilities .utility-facebook a {
    background-position: -982px -91px;
}

.utilities .utility-twitter a {
    background-position: -982px -115px;
}

.utilities .utility-reddit a {
    background-position: -982px -140px;
}

.utilities .utility-digg a {
    background-position: -982px -166px;
}

.utilities .utility-yahoo-buzz a {
    background-position: -982px -191px;
}

/* overrides yahoo's inline styles */
.utilities .yahooBuzzBadge-form span {
    background: none !important;
    display: inline !important;
    line-height: 1 !important;
    padding: 0 !important;
    position: static !important;
    height: auto !important;
}

ul.utilities li.utility-tweet {
  float: right !important;
  width: 94px;
 /* margin-bottom: 10px; */
 padding: 4px;
}


ul.utilities li.utility-like{
width:300px;
margin-bottom:10px;
}

body.s_search ul.utilities li.utility-tweet {
display:none;
}


body.s_search ul.utilities li.utility-like{
display:none !important;
}

ul.utilities li.utility-print{
margin-left:-20px;
}

/**
 * @section COMMON TYPOGRAPHY
*/
/* Header */
.rubric {
    color: #444;
    font: bold 10px Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rubric a {
    color: #444;
}

.headers-container {
    margin-bottom: 7px;
}

.headers-container .rubric {
    margin-bottom: 3px;
}

#index_headers {
    clear: both;
    margin-bottom: 16px;
}

.headers-container .content-headline,
#autohed,
#indhed {
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.headers-container .sub-header,
#index_headers h3 {
    font: normal 12px/1.4 Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

/* Byline */
.byline {
    color: #444;
    font: 10px Arial,Helvetica,sans-serif;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.byline .contributor-type {
    display: inline;
}

.byline .contributor .label {
    font-weight: normal;
}

.byline .contributor .name {
    font-weight: bold;
}

.byline .contributor-type-divider {
    color: #999;
    font-size: 9px;
}

/* Display Date */
.headers-container .display-date {
    color: #999;
    font: 11px Arial,Helvetica,sans-serif;
    margin-bottom: 7px;
}

/* Content Container */
.content-container {
    clear: both;
    margin-bottom: 20px;
}

/* Photo */
.media .caption {
    color: #666;
    font: 11px Arial, Helvetica, sans-serif;
}

/* Lead and Introduction */
.lead-introduction {
    margin-bottom: 6px;
}

.lead-introduction .lead {
    font-weight: bold;
}

/* Photo Credits */
.photo-credits {
    clear: both;
    color: #999;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 10px;
}

/* Keywords */
.keywords {
    clear: both;
}

.keywords dt {
    font-weight: bold;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.keywords dd {
    color: #137095;
    display: inline;
    font: 11px Arial,Helvetica,sans-serif;
    text-transform: capitalize;
}

.keywords dd a {
    color: #137095;
}

/* Pagination */
.pagination {
    border-top: 1px solid #e0e0e0;
    clear: both;
    float: left;
    margin-bottom: 24px;
    padding-top: 5px;
    width: 100%;
}

.pagination .nextPageText {
    margin: 0 5px 5px 0;
    text-align: right;
}

.pagination .paginatorForm {
    float: right;
    font-size: 14px;
    position: relative;
    text-transform: lowercase;
}

.pagination .pageField {
    float: left;
}

.pagination input {
    color: #444;
    font: 14px/1 Georgia,serif;
    text-align: center;
    vertical-align: middle;
    width: 1.5em;
}

/* arrows */
.pagination .paginationFirst,
.pagination .paginationLast {
    display: none;
}

.pagination .paginationPrevious a,
.pagination .paginationNext a {
    background: url(/css/i/global/shell-sprite.png) no-repeat;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    top: 5px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.pagination .paginationPrevious a {
    background-position: -329px -270px;
}

.pagination .paginationNext a {
    background-position: -354px -270px;
}

/* Footer */
.footer {
    clear: both;
    margin-bottom: 10px;
}

.footer .legal {
    color: #999;
    font: 11px Arial, Helvetica, sans-serif;
}


/**
 * @section MEDIA VIEWER
*/
.mediaviewer-container.slideshow-enabled {
    position: relative;     /* generated div, needs this for absolute positioning of children */
    width: 340px;
    height: 360px;
}   /* default dimensions, can be overriden per content type */

.mediaviewer-container.slideshow-enabled .media {
    position: relative;
}

.mediaviewer-container.slideshow-enabled .media .slideshow-media-item,
.mediaviewer-container.slideshow-enabled .media .slideshow-mediaviewer-item {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}

.mediaviewer-container.slideshow-enabled .media .photo {
    text-align: center;
    width: 340px;
}

.mediaviewer-container.slideshow-enabled .media .caption {
    background: #f6f5f4;
    color: #575a4f;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 4px 4px 3px;
}

.mediaviewer-container.slideshow-enabled .slideshow-control-forward,
.mediaviewer-container.slideshow-enabled .slideshow-control-backward {
    background: url(i/global/mediaviewer-arrows.png) no-repeat 10px 50%;
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: 120px;
    left: 0;
    text-indent: -9999px;
    width: 22px;
    height: 80px;
}

/* Back/Next Navigation */
.mediaviewer-container.slideshow-enabled:hover .slideshow-control-forward,
.mediaviewer-container.slideshow-enabled:hover .slideshow-control-backward {
    display: block;
}

.mediaviewer-container.slideshow-enabled .slideshow-control-forward:hover,
.mediaviewer-container.slideshow-enabled .slideshow-control-backward:hover {
    opacity: .6;
}

.mediaviewer-container.slideshow-enabled .slideshow-control-forward {
    background-position: -22px 50%;
    right: 0;
    left: auto;
}

/* Slideshow Navigation Overlay */
.mediaviewer-container.slideshow-enabled .slideshow-navigation-overlay {
    background: rgba(47, 48, 43, .6);
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}   /* overrides in ie.css */

.mediaviewer-container.slideshow-enabled .slideshow-navigation-overlay li {
    float: left;
    margin: 6px 0 6px 6px;
    padding: 0;
    position: relative;
    left: 0;
}

.mediaviewer-container.slideshow-enabled .slideshow-navigation-overlay a {
    border: 2px solid transparent;
    display: block;
    padding: 1px;
}

.mediaviewer-container.slideshow-enabled .slideshow-navigation-overlay a:hover {
    border-color: #bdc0b6;
}

.mediaviewer-container.slideshow-enabled .slideshow-navigation-overlay .active a {
    border-color: #fff;
}

.mediaviewer-container.slideshow-enabled .slideshow-navigation-overlay img {
    width: 40px;
    height: 40px;
}


/**
 * @section RATING AND COMMENTS
*/
.rating-comments {
    background: #f6f5f4;
    border: 2px solid #e0e0e0;
    border-top-width: 6px;
    -moz-border-image: url(/css/i/global/pluck-border.gif) 6 2 2 2 round round;
    -webkit-border-image: url(/css/i/global/pluck-border.gif) 6 2 2 2 round round;
    border-image: url(/css/i/global/pluck-border.gif) 6 2 2 2 round round;
    clear: both;
    padding: 15px;
}   /* overrides in ie.css */

.rating-comments + div {
    margin-top: 15px;
}

.rating-comments h3,
.rating-comments .publicCommentsBox h5 {
    background: url(/css/i/global/shell-sprite.png) no-repeat;
    margin-bottom: 5px;
    text-indent: -9999px;
}

/* Rating */
.rating {
    border-bottom: 1px dotted #999;
    margin-bottom: 9px;
    padding-bottom: 9px;
}

.rating h3 {
    background-position: 0 -298px;
    width: 42px;
    height: 16px;
}

.rate span {
    float: left;
    font: 10px Arial,Helvetica,sans-serif;
    letter-spacing: .5px;
    margin-right: 2px;
    text-transform: uppercase;
}

.rate div {
    display: inline;
}

.rate a {
    background: url(/css/i/global/shell-sprite.png) no-repeat -718px -213px;
    float: left;
    margin-right: 2px;
    overflow: hidden;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
}

.rate .hover,
.rate .active {
    background-position: -702px -213px;
}

.rate h4 {
    clear: both;
}

.rate h4 span {
    float: none;
    font: 12px Georgia,serif;
    letter-spacing: normal;
    text-transform: lowercase;
}

/* Comments */
.comments h3 {
    background-position: 0 -322px;
    width: 77px;
    height: 11px;
}

.rating-comments .publicCommentsBox h5 {
    background-position: 0 -343px;
    width: 144px;
    height: 14px;
}

.comments .commentText {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    outline: 1px solid #fff;
    width: 466px;
}

.comments .post_btn {
    display: block;
}

.comments .totalComments {
    font: 12px Georgia,serif;
    margin-bottom: 20px;
}

.comments .totalComments .sepr {
    display: none;
}

.comments .totalComments .add {
    font: bold 11px Arial,Helvetica,sans-serif;
    margin-left: 6px;
    text-transform: lowercase;
}

.comments .totalComments .add:after {
    content: " \203a\203a";
}

.comments .commentAnchor {
    margin-bottom: 12px;
}

.comments .entry {
    font-size: 12px;
    padding: 10px 0;
}

.comments .entry:nth-child(2n) {
    background: #fff;
    margin: 0 -15px;
    padding: 10px 15px;
}

.comments .entry .body {
    line-height: 1.5;
    margin-bottom: 9px;
    width: 420px;
}

.comments .entry .dated,
.comments .entry .author {
    display: inline;
}

.comments .entry .dated {
    margin-right: .3em;
}

.comments .entry .report {
    float: right;
    font: 11px Arial,Helvetica,sans-serif;
    text-transform: lowercase;
}

/* Login/Register And Report Abuse Modals */
.aform .closebtn,
.regblurb .closebtn {
    background: url(/css/i/global/shell-sprite.png) -788px -213px no-repeat;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 3px;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
}

.aform .closebtn:hover,
.regblurb .closebtn:hover {
    background-position: -788px -235px;
}

/* login/register */
.regblurb {
    background: #f6f5f4;
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    font: bold 11px Arial,Helvetica,sans-serif;
    padding: 5px;
    position: absolute;
    width: 160px;
    height: auto;
    z-index: 400;
}

.regblurb #regtxt {
    background: #fff;
    padding: 8px;
}

.regblurb a {
    text-transform: uppercase;
}

.regblurb span {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

/* report abuse */
.aform {
    background: #f6f5f4;
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    margin-top: -30px;
    padding: 5px;
    position: absolute;
    right: 80px;
    width: 190px;
    z-index: 400;
}

.aform form {
    background: #fff;
    padding: 8px 9px;
    width: 172px;
}

.aform label {
    background: url(/css/i/global/shell-sprite.png) no-repeat 0 -367px;
    display: block;
    margin-bottom: 6px;
    text-indent: -9999px;
    width: 71px;
    height: 13px;
}

.aform textarea {
    border: 1px solid #e0e0e0;
    margin-bottom: 4px;
    width: 170px;
    height: 55px;
}

.aform button {
    background: none;
    color: #137095;
    font: bold 11px Arial,Helvetica,sans-serif;
    text-transform: lowercase;
}

.aform button:hover {
    text-decoration: underline;
}

.aform button:after {
    content: " \203a\203a";
}


/**
 * @section CONTENT FOOTER (AD)
*/
#global_footer {
    clear: both;
    text-align: center;
}


/**
 * @section Y-RAIL COMPONENTS
*/
.yrcomponent,
.yrail_ads {
    margin-bottom: 20px;
}

/* Ads */
.yrail_ads {
    background: url(/css/i/global/shell-sprite.png) no-repeat -447px -275px;
    clear: both;
    padding-top: 12px;
}

/* Search Box */
.yrail-search {
    background: #afb3a7;
    margin-bottom: 10px;
    padding: 3px 4px;
}

.yrail-search h3 {
    display: none;
}

/* yrail consumer marketing promos */
.yrailpromo {
    clear:both;
}

.yrail-search #results-search-rail {
    color: #444;
    font: 14px Georgia,serif;
    margin-right: 1px;
    vertical-align: top;
    width: 249px;
    height: 19px;
}

.yrail-search .submit {
    background: url(/css/i/global/shell-sprite.png) no-repeat -588px -213px;
    color: #fff;
    text-indent: -9999px;
    width: 32px;
    height: 27px;
}

.yrail-search .submit:hover {
    background-position: -625px -213px;
}

/* Auto Subs */
.autosubs {
    border: 1px solid #e0e0e0;
    font: 11px Arial, Helvetica, sans-serif;
}

.autosubs .frm_offer {
    margin: 10px 0 20px;
}

.autosubs .frm_offer span {
    font-weight: bold;
    font-size: 9px;
}

.autosubs .frm_row label {
    font-weight: bold;
    font-size: 11px;
}

.autosubs .privacy,
.autosubs .nonusa {
    text-decoration: underline;
}

.autosubs .privacy:hover,
.autosubs .nonusa:hover {
    text-decoration: none;
}

.autosubs .submit {
    background: url(/css/i/user/user-sprite.png) no-repeat 0 -90px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    text-indent: -9999px;
    width: 84px;
    height: 21px;
}

.autosubs .submit:hover {
    background-position: -89px -90px;
}


/**
 * @section FOOTER
*/
#footer {
    clear: both;
    width: 980px;
    margin: 0 auto;
}

/* Footer Navigation */
#position1_footerNavigation .links {
    background: #2d2d2d;
    color: #fff;
    font: bold 10px/1 Arial,Helvetica,sans-serif;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

#position1_footerNavigation .links a:link,
#position1_footerNavigation .links a:visited {
    color: #fff;
}

#position1_footerNavigation .links li {
    display: inline;
}

#position1_footerNavigation .links li a {
    margin-right: 15px;
}

#position1_footerNavigation .links .last a {
    margin-right: 0;
}

/* Global CND Footer */
#global-footer {
    color: #999;
    font: 9px Verdana,Geneva,sans-serif;
    margin: 0 auto;
    width: 960px;
}

#global-footer .features {
    font: 9px Verdana,Geneva,sans-serif;
}

/* nav */
.global-footer-nav {
    margin: 20px 0;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.global-footer-nav a {
    color: #626262;
}

.global-footer-nav li {
    display: inline;
    margin-right: 15px;
}

.global-footer-nav #global-footer-nav-mediakit2 {
    margin-right: 0;
}

/* columns */
.global-footer-columns-container {
    border: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 20px;
    padding: 4px 0;
}

.global-footer-columns-container > div {
    border-left: 1px solid #f0f0f0;
    float: left;
    padding: 12px 0 0 20px;
    height: 130px;
}

.global-footer-columns-container h3,
.global-footer-columns-container .feature .header {
    color: #626262;
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 10px;
}

/* logo */
.global-footer-columns-container .global-footer-logo {
    border: 0;
    width: 193px;
}

.global-footer-columns-container .global-footer-logo h3 {
    background: url(/css/i/global/shell-sprite.png) no-repeat 0 -213px;
    text-indent: -9999px;
    width: 157px;
    height: 36px;
}

/* more sites */
.global-footer-columns-container .global-footer-more-about-links {
    width: 236px;
}

.global-footer-columns-container .global-footer-more-about-links li {
    float: left;
    width: 50%;
}

.global-footer-columns-container .global-footer-more-about-links li a {
    color: #999;
}

/* subscribe */
.global-footer-subscriptions {
    width: 216px;
}

/* sister sites */
.global-footer-sister-sites {
    width: 230px;
}

/* Copyright */
.global-footer-copyright {
    border: 1px solid #e0e0e0;
    clear: both;
    line-height: 1.4;
    margin-bottom: 40px;
    padding: 10px 20px;
    height:36px;
}

.global-footer-copyright a:link {
    text-decoration: underline;
}

.global-footer-copyright a:hover {
    text-decoration: none;
}

.global-footer-copyright .revision-date {
    text-transform: uppercase;
}
.global-footer-copyright .add-choice{ line-height:1.4;font-family:Arial,Helvetica,sans-serif; padding:0;font-size:9px;text-align:center;margin-left: 450px;}
.global-footer-copyright .add-choice-text{float:left; color:#137095;}
.global-footer-copyright .add-choice-text a{color:#137095;}
.global-footer-copyright .add-choice-img{float:left;}
.global-footer-copyright .add-choice img{ border:0; margin-left:0px; position:relative; top:2px;}
.global-footer-copyright .add-choice a{ width:auto; text-align:center;margin:0 auto 0 auto; padding-right:3px;}

/**
 * @section DEBUG
*/
/* Footer */
#debugInfoDivTable {
    width: auto !important;
}

/* Info */
.debug-info {
    clear: both;
    color: #006600;
    font: 12px/1.3 monospace;
}


/**
 * @section REG PROMOS
*/
#yrail .reg-promo {
    margin-bottom: 20px;
}


/**
 *  @section REGISTRATION OVERRIDES
*/
#main #registration {
    color: #2d2d2d;
}

/* Header */
#main #registration .section-header {
    padding-top: 52px;
}

#main #registration #demographicsForm .section-header {
    padding-top: 0;
}

#main #registration .section-header .regForm_actions {
    border-color: #e0e0e0;
}

#main #registration .section-header .regForm_actions a {
    font-weight: bold;
    text-transform: lowercase;
}

#main #registration .section-header .regForm_actions a:after {
    content: " \203a\203a";
}

#main #registration .section-header h2 {
    border: 0;
    color: #2d2d2d;
    font: 30px Georgia,serif;
    padding: 0;
}

#main #registration .section-header #regForm_regCopy p,
#main #registration .section-header #regForm_regCopy ul {
    margin-left: 0;
}

#main #registration .section-header .tip {
    color: #666;
    font-size: 11px;
    left: auto;
    text-align: right;
}

/* Sections */
#main #registration .section,
#main #registration .section-offer {
    padding-top: 14px;
}

#main #registration em,
#main #registration .section .row em,
#main #registration .section-offer .row em {
    color: #59ad3c;
}

#main #registration .section h2,
#main #registration .section-offer h2 {
    border: 0;
    color: #444;
    font: bold 13px Georgia,serif;
    text-transform: uppercase;
}

#main #registration .section .row label,
#main #registration .section-offer .row label {
    font-weight: bold;
    font-size: 11px;
}
#main #registration .mod-preferences .row label {
    font-weight : normal;
}

#main #registration .mod-remember {
    border: 0;
    font-size: 11px;
    margin-top: 0;
}

/* Subscription Offer */
#main #registration .section-offer {
    background: #fff9dd url(i/reg/bg-section-offer.gif) repeat-x;
}

/* Footer */
#main #registration .section-footer {
    border: 0;
}

#main #registration .section-footer h2 {
    border: 1px dotted #999;
    border-width: 1px 0;
    color: #666;
    font-weight: normal;
    padding: 8px 0;
}

#main #registration .section-footer div {
    background: none;
    padding-top: 0;
}
#main #registration #regForm_subscribe .magoffer.failsafe, #main #registration #AMS_BRI_REGFORM_SUBSCRIBE .magoffer.failsafe {
    display : none;
}
#main #registration #regForm_subscribe .magcov {
    margin-left : 10px;
}


/**
 *  @section DNA TRACKING PIXEL
*/
#oCallDiv,
#oCallDiv #oCallImg {
    border: 0;
    width: 0;
    height: 0;
}

/*=YRail Vendor Search
=====================================================*/
.rail-vendor-search {
    width: 300px;
    margin: 15px 0;
    }
    .rail-vendor-search .rvs-top {
        height: 14px;
        background: transparent url("/css/i/local/png_sprite.png") -1px -412px no-repeat;
        }
    .rail-vendor-search .rvs-bottom {
        height: 25px;
        padding: 6px 0px;
        text-align: center;
        background: transparent url("/css/i/local/bg_search_module_bottom.png") -4px -1px no-repeat;
        }
    .rail-vendor-search .rvs-bottom a, a:link, a:active, a:visited {
        color: #1e768c;
        }
    .rail-vendor-search .rvs-body {
        padding: 10px 15px;
        height: 130px;
        text-align: center;
        background: transparent url("/css/i/local/bg_box_300.png") repeat-y;
        }
        .rail-vendor-search .rvs-stars {
            width: 78px;
            height: 15px;
            margin: 5px auto;
            background: transparent url("/css/i/local/png_sprite.png") -134px -336px no-repeat;
            }
        .rail-vendor-search .rvs-body h2 {
            font: bold 16px/1.2 Georgia;
            }
        .rail-vendor-search p {
            margin: 8px 0;
            font: normal 11px/1.3 Helvetica,Arial;
            }
        .rail-vendor-search .rvs-body fieldset {
            margin: 10px 0;
            }
            .rail-vendor-search .rvs-body label {
                color: #656565;
                font: normal 11px/1.2 Georgia;
                }
            .rail-vendor-search .rvs-body input {
                width: 150px;
                font-size: 11px;
                margin-left: 5px;
                color: #555;
                }
            .rail-vendor-search .rvs-body select {
                width: 155px;
                font-size: 11px;
                margin-left: 9px;
                }
            .rail-vendor-search .rvs-body .submit {
                display: block;
                margin: 10px auto 0;
                text-indent: -9999px;
                width: 120px; height: 27px;
                background: transparent url("/css/i/local/btn_search_vendors.png") no-repeat;
                }
span.hide_errors_top_rated {
    display:none;
    }
#errors-rail {
    float: none;
    margin: 0;
    background: url("/css/i/local/png_sprite.png") no-repeat scroll -340px -332px transparent;
    color: #FF0303;
    padding: 0 0 0 25px;
    width: 240px;
    text-align: left;
    line-height:20px;
    overflow:hidden;
    }

/*=Buttons
=================================================================*/
a.bButton {
    display: inline-block;
    margin: 5px 5px 5px 0;
    background-color: #60AB34;
    color: #fff;
    font: normal 11px/1 Arial,Helvetica,sans-serif;
    padding: 3px 7px;
    text-align: center;
    }
.btn_request {
    background: url("/css/i/gallery/gallery-sprite.png") no-repeat scroll right -225px transparent;
    display: inline-block;
    height: 17px;
    margin: 5px 10px 5px 0;
    text-indent: -9999px;
    width: 120px;
    }
.btn_visit {
    background: url("/css/i/gallery/gallery-sprite.png") no-repeat scroll right -249px transparent;
    display: inline-block;
    height: 17px;
    margin: 5px 5px 5px 0;
    text-indent: -9999px;
    width: 93px;
    }
#AMS_BRI_GLOBAL_HEADER {
    float: right;
}

#AMS_BRI_MAGSUBHOME_MASTHEAD {
    position: absolute;
    right: 30px;
    top: 20px;
}

/* Floating Ad CSS */
#floatingAd {
    position: absolute;
    width: 302px;
    margin-top: 237px;
    left: 50%;
    margin-left: -158px;
    display: none;
    z-index: 9999;
}

#floatingAd_header {
    height: 20px;
    background: #000;
    text-align: right;
}

#floatingAd_header a {
    line-height: 20px;
    font-family: Arial, georgia, "times new roman", times, serif;
    font-size: 0.8em;
    font-weight: bold;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url('/images/nocount/close.gif') center right no-repeat;
    padding-right: 15px;
}

#floatingAd_content {
    background: #fff;
    border: 1px solid #000;
    overflow: hidden;
}

#floatingAd_header a:hover {
    text-decoration: underline;
}

