.solutions_thumbnail_wrapper {
    width: 210px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
}

.solutions_290_thumbnail_wrapper {
    width: 290px;
    height: 215px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lite_thumbnail {
    background-image: url("/static/products/graphics/lite_viewer_200px.png");
    height: 150px;
    margin-top: 10px;
}

.pro_thumbnail {
    background-image: url("/static/products/graphics/universal_viewer_200px.png");
}

.universal_unbranded_thumbnail {
    background-image: url("/static/products/graphics/unbranded_tour_v3.png");
}

.old_elite_thumbnail {
    background-image: url("/static/products/graphics/old_elite_viewer_200px.png");
}

.print_thumbnail {
    background-image: url("/static/products/graphics/print_viewer_200px.png");
}

.instaview_product_header {
    background-image: url("/static/products/graphics/text_graphics/title.png")
}

.dynamic_product_title {
    background-image: url("/static/products/graphics/text_graphics/dynamic_title.png");
}

.tour_product_title {
    background-image: url("/static/products/graphics/text_graphics/tour_title.png");
}

.lite_product_title {
    background-image: url("/static/products/graphics/text_graphics/lite_title.png");
}

.pro_product_title {
    background-image: url("/static/products/graphics/text_graphics/pro_title.png");
}

.elite_product_title {
    background-image: url("/static/products/graphics/text_graphics/elite_title.png");
}

.pro_elite_product_title {
    background-image: url("/static/products/graphics/text_graphics/pro_elite_title.png")
}

.print_product_title {
    background-image: url("/static/products/graphics/text_graphics/print_title.png");
}

.your_video_icon {
    background-image: url("/static/members/images/syndication_your_video.png");
}

/*
-----------------------------------------------------------------------------
PARTNERS PAGE STYLING
-----------------------------------------------------------------------------
*/

#partners_nav td {
    font-size: 16px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #999999;
    margin: 16px 0 8px 0;;
}

#partners_nav a {
    text-decoration:none;
    border-style: none;
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    color: #2d5a93;
    -moz-outline-style: none;
}

#partners_nav a:hover {
    color: #000;
    -moz-outline-style: none;
}

#partners_nav #partners_nav_bracket {
    color: #999999;
}

.partners_state_title {
    font-size: 18px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2d5a93;
    margin: 16px 0 35px 0;
    text-transform: uppercase;
}

#partners_top_blurb {
    text-align: center;
    font-size: 14px;
}

.partners_name {
    font: 13px/13px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2d5a93;
}
