.copy {
    margin: 10px 20px 0 20px;
}

.copy p {
    margin: 0 0 10px 0;
}

.fg-button {
    outline: 0;
    margin: 0px 4px 0 0;
    padding: 1em 1em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
    font-size: larger;
}

/*BIM Pages*/
.bimTable {
    height: 50px;
    width: 30%;
    text-align: center;
}

.pgrid div {
    display: block;
    float: left;
    margin: 0;
}

.pgrid a {
    margin: 0 10px 3px 0;
}

p.bimDownloadLink {
    margin: 65px 0 10px 0;
    clear: left;
}

p.bimDownloadLink a {
    background: none repeat scroll 0 0 white;
    width: 75px;
    height: 1em;
}

div.bimFamilyDownloadCheckbox {
    float: right;
    clear: left;
}

.bimDownloadButtons {
    margin-bottom: 5px;
    clear: left;
    
}

h1.bim {
    margin-bottom: .8em;
}

.prodlist {
    margin: 15px 5px 5px 5px;
    border-width: 1px;
    border-style: outset;
    padding: 5px;
}

.prodlist img {
    float: left;
    margin: 3px 5px 5px 5px;
}

.prodlist h5 {
    font-size: 12px;
    margin: 5px 0 2px;
}

.prodlist a {
    background: none;
    height: 1em;
}

a.bimImageLink {
    background: none;
    margin: 0;
    display: inline;
    float: none;
}

/*Product Family Model List Styling*/
ul.bimModels {
    margin-top: -3px;
}

ul.bimModels li {
    list-style: none;
    line-height: 1.5em;
    margin-top: 5px;
    margin-left: -20px;
}

ul.bimModels ul li {
    margin-left: -35px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1em;
}

#content ul.bimModels ul li p {
    display: inline;
    font-size: inherit;
    letter-spacing: normal;
}

a {
    color: #395DA7;
}

a.listItemLink {
    margin: 0;
    float: none;
    display: inline;
}

/*Product Family Details link*/
div.bimProductFamilyDetails {
    width: 100%;
    margin-top: 5px;
}

div.modalDialogLink {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

span.dialogLink {
    margin-left: 2px;
    color: #395DA7;
    text-decoration: none;
    cursor: pointer;
}

div.boldTitle {
    font-weight: bold;
    float: none;
    margin-top: 5px;
}

/* Twitter */

.twitter {
    margin-top: 1em;
    text-align: center;
}

.twitter a {
    text-decoration: none;
}

.twitter img {
    border-style: none;
}

a.bimFeedback {
    display: inline;
    text-align: center;
}

/* BIM Loading dialog */
#loadingDialog p img {
    margin-top: 20px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* Collections */
.bimCollectionLink {
    color: #395DA7;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    cursor: pointer;
    text-decoration: underline;
}

/* Right nav column padding */
#rnav #bimCollections {
    padding-bottom: 25px;
}

.rnavbckrnd {
    background: url("//www.bradleycorp.com/images/shell2.jpg") repeat-y;
}

.white {
    background-color: #ffffff;
    width: 190px;
    padding: 10px 0 12px 0;
    font-size: 11px;
}

.blue {
    background-color: #e6ecf8;
    width: 190px;
    padding: 10px 0 12px 0;
    font-size: 11px;
}

.bradleyButton {

    border: 1px solid #7294DA;
    padding: 5px 4px;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    width: 140px;
}

.blueDownload {
    color: white;
    background: #7294DA;
}
.blueDownload:hover {
    color: #333;
    background: #DAE3F7;
}


.greenSelection {
    color: white;
    background: #729956;
}
.greenSelection:hover {
    color: #444;
    background: #B3D19D;
}
