﻿        .grayTaB {
            white-space: nowrap;
            background: #eee;
            border-top: 1px solid white;
            border-bottom: 1px solid #d6d6d6;
            padding: 3px;
            padding-left: 8px;
            padding-right: 8px;

            white-space: nowrap;
            background: #eee;
            border-top: 1px solid white;
            border-bottom: 1px solid #d6d6d6;

            color: black;
            font-weight: bold;
            text-decoration: none;
        }
            
                
        #container.nosidebar {
            width: 960px;
            width: auto !important;
            max-width: 960px;
        }
        .form .label {
            white-space: nowrap;
        }
        #page .box-body {
            height: 700px;
            height: auto !important;
            min-height: 575px;
        }
        #page h1,
        #page h2 {
          font-size: 14px;
        }
        #page h2,
        #page table.oneclickicons {
            margin-bottom: 8px;
        }
        #page .rhs {
            float: right;
            display: inline;
            padding-left: 20px;
            border-left: 1px solid #eee;
            /* width:47%; */
            height:auto;
            width: 270px;
        }
        #page .lhs {
            /*width:48%;*/
            margin-right: 320px;
            height:auto;
            padding-right: 20px;
            vertical-align:top;
            /* border:1px solid red; */
        }
        #page .rhs .oneclick {
            margin-bottom: 35px;
        }
        /*
        #page .login {
            background-color: #d1e2f6;
            padding: 15px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }
        */
        table.tourtabs {
            width: 100%;
        }
        table.tourtabs td {
            white-space: nowrap;
            background: #eee;
            border-top: 1px solid white;
            border-bottom: 1px solid #d6d6d6;
        }
        table.tourtabs td.tourtab {
            padding: 3px;
            padding-left: 8px;
            padding-right: 8px;
        }
        table.tourtabs td.tourtab.selected {
            border: 1px solid #d6d6d6;
            border-bottom-color: white;
            background: white;
        }
        table.tourtabs td.tourtab.selected a {
            color: black;
            font-weight: bold;
            text-decoration: none;
        }
        .tourcontent {
            margin-left: 10px;
            margin-top: 15px;
        }
        .tourcontent,
        .tourcontent td,
        .tourcontent td h3 {
           font-size: 15px;
        }
        .tourcontent td h3 {
          margin-bottom: 2px;
        }
        table.screenshots {
          margin-bottom: 20px;
        }
        .screenshots td {
          vertical-align: top;
          padding-bottom: 15px;
        }

        /*
        .screenshots td.image {
        line-height: 0;
        padding-right: 15px;
        }

        .screenshots td.image img {
        width: 204px;
        height: 116px;
        }*/

        .snippet {
            font-size: 13px;
             color: #666;
        }
        .bigscreenshot .snippet {
          margin-bottom: 13px;
        }
        .legal {
           margin-top: 2em;
           color: #737373;
           font-size: 13px;
        }
        .legal a {
              color: #7777cc;
        }
