body {
    background-color: white;
    color: #222222;
    margin: 0;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px; /* 16px*/
    line-height: 1.4; /*1.4*/
    text-align: center;
    -webkit-text-size-adjust: 100%;
}

a:link {
    color: #003399;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #003399;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #000066;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

img {
    border: 0;
}

.CenterThis {
    text-align: center;
}

td {
    color: #333333;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 140%;
    margin-top: 7px;
    margin-bottom: 2px;
    text-align: center;
}

h2 {
    font-size: 115%;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: left;
}

ul {
    font-size: 90%;
    color: #333333;
    margin-top: 0px;
    text-align: left;
}

ol {
    font-size: 90%;
    color: #333333;
    margin-top: 0px;
    text-align: left;
}

li {
    margin-bottom: 5px;
}

nav {
    margin-top: 2px;
}

#EntirePage {
    width: 100%;
    /*    min-height: 1300px; */
    background-color: white;
    text-align: center;
}

#AlertBar {
    width: 100%;
    background-color: #cc0000;
    color: white;
    text-align: center;
    margin-bottom: 5px;
    padding: 8px 0px 8px 0px;
}

#Header {
    width: 100%;
    background-color: white;
    text-align: left;
}

#AffDisclosure {
    max-width: 1125px;
    margin: 0px auto;
    margin-top: 7px;
    font-size: 70%;
    font-style: italic;
    color: #999999;
}

#PrimaryPage {
    max-width: 1050px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
    padding-left: 6px;
    padding-right: 6px;
}

#Main {
    clear: both;
    width: 100%;
}

#Content {
    position: relative;
    float: left;
    max-width: 728px;
    margin-right: 15px;
    text-align: left;
}

#BottomofContent {
    position: relative;
    float: left;
    margin-top: 10px;
}

#BelowMainContent {
    margin-top: 10px;
}

#RightColumn {
    position: relative;
    float: left;
    width: 300px;
    margin-top: 7px;
    text-align: left;
}

#Footer {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    background-color: white;
    text-align: left;
}

#TheEnd {
    background-color: #666666;
    color: #f3f3f3;
    padding: 10px 0px 10px 0px;
    font-size: 80%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 75px;
}

    #TheEnd a {
        color: #f3f3f3;
    }

    #TheEnd a:hover {
        color: #dddddd;
    }

/*
#Feedback {
    position:fixed;
    right:1%; 
    bottom:0;
    color: #FFFFFF !important;
    background: #777777;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size:12pt !important;
    padding: 2px 10px 0px 10px;
    z-index:100000;
}
#Feedback:hover {color: #FFFFFF !important; background: #888888;}
#Feedback a {color:#f3f3f3;}
*/
.BookmarkAnchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}



.Centered {
    /* Display centered*/
    display: flex;
    flex-wrap: wrap; /* Optional. only if you want the items to wrap */
    justify-content: center; /* For horizontal alignment */
}

.Category {
    /* Display centered*/
    display: flex;
    flex-wrap: wrap; /* Optional. only if you want the items to wrap */
    justify-content: center; /* For horizontal alignment */
}

    .Category td {
        line-height: 1.0;
        padding: 6px;
        text-align: center;
    }

    .Category a:link {
        color: #444444;
        font-size: 80%;
        font-weight: bold;
    }

    .Category a:visited {
        color: #444444;
        font-size: 80%;
        font-weight: bold;
    }

    .Category a:hover {
        color: #000000;
        font-size: 80%;
        font-weight: bold;
    }

/* START: DisplayReviewType.aspx */
.EquipmentTypesContainer {
    position: relative;
    float: left;
    width: 150px;
    height: 220px;
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: top;
    /* Display centered*/
    display: flex;
    flex-wrap: wrap; /* Optional. only if you want the items to wrap */
    justify-content: center; /* For horizontal alignment */
}

#ReviewImageLink div {
    height: 100px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

#ReviewImageLink span {
    display: inline-block;
    vertical-align: middle;
}

.EquipmentTypesReviewImage {
    vertical-align: middle;
    max-height: 100px;
    max-width: 100px;
}

.EquipmentTypesEBayImage {
    vertical-align: middle;
}

/* END: DisplayReviewType.aspx */

.SecNav {
    clear: both;
    background-color: #f3f3f3;
    color: black;
    max-width: 100%;
    color: #111111;
    font-size: 90%;
    padding: 6px 0px 6px 0px;
    height: 18px;
}

    .SecNav A:link {
        color: #111111;
        font-weight: normal;
    }

    .SecNav A:visited {
        color: #111111;
        font-weight: normal;
    }

    .SecNav A:hover {
        color: #555555;
        font-weight: normal;
    }

    .SecNav ul {
        list-style: none;
        padding-left: 0px;
        white-space: nowrap;
        overflow: hidden;
    }

    .SecNav li {
        display: inline;
        font-weight: normal;
    }

.RightColumnBlock {
    margin-bottom: 18px;
}

.BlockMenu {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
    padding-top: 5px;
    width: 100%;
}

.BlockMenuTitle {
    margin-top: 7px;
    margin-bottom: 7px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 82%;
    text-align: center;
    background-color: black;
    background-image: -webkit-linear-gradient(to top, black 0%, #333333 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(1, #333333));
    /* Safari */
    background-image: -moz-linear-gradient(to top, black 0%, #333333 100%);
    background-image: -ms-linear-gradient(to top, black 0%, #333333 100%);
    background-image: linear-gradient(to top, black 0%, #333333 100%);
    -moz-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
}

    .BlockMenuTitle A:link {
        color: #ffffff;
        font-size: 90%;
    }

    .BlockMenuTitle A:visited {
        color: #ffffff;
    }

    .BlockMenuTitle A:hover {
        color: #cccccc;
    }

.BlockMenuTitleAttn {
    margin-top: 7px;
    margin-bottom: 7px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 80%;
    text-align: center;
    background-color: #cc0000;
    background-image: -webkit-linear-gradient(to top, #c00000 0%, #d60000 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c00000), color-stop(1, #d60000));
    /* Safari */
    background-image: -moz-linear-gradient(to top, #c00000 0%, #d60000 100%);
    background-image: -ms-linear-gradient(to top, #c00000 0%, #d60000 100%);
    background-image: linear-gradient(to top, #c00000 0%, #d60000 100%);
    -moz-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
}

    .BlockMenuTitleAttn A:link {
        color: #ffffff;
    }

    .BlockMenuTitleAttn A:visited {
        color: #ffffff;
    }

    .BlockMenuTitleAttn A:hover {
        color: #cccccc;
    }

.BlockSubMenu {
    position: relative;
    float: left;
}

    .BlockSubMenu A:link {
        color: #555555;
    }

    .BlockSubMenu A:visited {
        color: #555555;
    }

    .BlockSubMenu A:hover {
        color: #000000;
    }

    .BlockSubMenu ul {
        margin: 3px;
        padding-left: 13px;
        color: #cc0000;
        list-style-type:disc;
    }

        .BlockSubMenu ul li {
            margin: 4px 0px 8px 0px;
        }


.EquipmentLinksTitle {
    margin-top: 30px;
    font-weight: bold;
    text-align: left;
}

.EquipmentLinks {
    text-align: left;
}

    .EquipmentLinks A:link {
        color: #333333;
        font-size: 12pt;
        font-weight: normal;
    }

    .EquipmentLinks A:visited {
        color: #333333;
        font-size: 12pt;
        font-weight: normal;
    }

    .EquipmentLinks A:hover {
        color: #003399;
        font-size: 12pt;
        font-weight: normal;
    }


.RebateText {
    font-size: 60%;
    color: #f60101;
}

.SiteIndexLinks {
    text-align: left;
}

    .SiteIndexLinks A:link {
        color: #333333;
        line-height: 25px;
        font-size: 16px;
        font-weight: normal;
    }

    .SiteIndexLinks A:visited {
        color: #333333;
        line-height: 25px;
        font-size: 16px;
        font-weight: normal;
    }

    .SiteIndexLinks A:hover {
        color: #003399;
        line-height: 25px;
        font-size: 16px;
        font-weight: normal;
    }

.SiteIndexCat {
    color: #eeeeee;
    background-color: #000000;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    /*  padding: 6px;*/
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

    .SiteIndexCat A:link {
        color: #eeeeee;
        font-size: 16px;
        font-weight: bold;
    }

    .SiteIndexCat A:visited {
        color: #eeeeee;
        font-size: 16px;
        font-weight: bold;
    }

    .SiteIndexCat A:hover {
        color: #cccccc;
        font-size: 16px;
        font-weight: bold;
    }



.MouseOverBackground {
    background-color: #cccccc;
    color: #737373;
    text-align: center;
    /*height: 19px;*/
    vertical-align: middle;
    font-size: 80%;
    padding: 4px;
    margin-bottom: 8px;
    overflow: auto
}

    .MouseOverBackground A:link {
        color: #333333;
    }

    .MouseOverBackground A:visited {
        color: Black;
    }

    .MouseOverBackground A:hover {
        color: Black;
    }

.ComparisonTable {
    border-style: solid;
    border-width: 1px;
    border-color: #444444;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    overflow: auto
}

    .ComparisonTable td {
        padding: 1px 3px 1px 3px;
        font-size: 95%;
    }

    .ComparisonTable A:link {
        font-size: 80%;
    }

    .ComparisonTable A:visited {
        font-size: 80%;
    }

    .ComparisonTable A:hover {
        font-size: 80%;
    }

.ComparisonTableHeader {
    background-color: #444444;
}

    .ComparisonTableHeader td {
        color: #ffffff;
        font-size: 75%;
    }

.ComparisonTableSelected {
    background-color: #f3f3f3;
}

.DenseTable {
}

.SpecsTable {
    border-style: solid;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #edeeee;
    text-align: left;
}

.SpecsTableHeader {
    background-color: #f3f3f3;
}

.SpecsTableHeaderCell {
    border-style: solid;
    border-width: 1px;
    border-color: #edeeee;
    color: #222222;
    font-size: 95%;
    font-weight: bold;
    padding: 4px;
}

.SpecsTableCell {
    font-size: 95%;
    padding: 4px;
    vertical-align: top;
}

.ToolsTopLeft {
    position: relative;
    float: left;
    clear: both;
    margin: 7px 10px 3px 0px;
    max-width: 360px;
    color: #333333;
    text-align: left;
}

    .ToolsTopLeft div {
        margin-bottom: 3px;
    }

    .ToolsTopLeft select {
        height: 22px;
    }

.ToolsTopRight {
    position: relative;
    float: left;
    margin: 7px 0px 3px 0px;
    max-width: 375px;
    color: #333333;
    text-align: left;
}

    .ToolsTopRight div {
        margin-bottom: 3px;
    }

    .ToolsTopRight select {
        height: 22px;
    }

.NewsDayName {
    background-color: #000000;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    padding: 2px 0px 2px 0px;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    -moz-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
}

.NewsDay {
    border-color: #999999;
    padding-bottom: 30px;
/*    padding-right: 30px;*/
}

.NewsPostTitle {
    color: #333333;
    font-size: larger;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
}

.NewsPost {
    text-align: left;
    margin-top: 20px;
}

.NewsPostTags {
    font-size: 78%;
    color: #999999;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .NewsPostTags a:link {
        color: #777777;
    }

    .NewsPostTags a:visited {
        color: #777777;
    }

    .NewsPostTags a:hover {
        color: #222222;
    }


.NewsNav {
    margin-left: 7px;
    margin-right: 7px;
    text-align: left;
    line-height: 140%;
}

    .NewsNav A:link {
        color: #666666;
        font-size: 90%;
        font-weight: normal;
    }

    .NewsNav A:visited {
        color: #666666;
        font-size: 90%;
        font-weight: normal;
    }

    .NewsNav A:hover {
        color: #000000;
        font-size: 90%;
        font-weight: normal;
    }

.NewsNoPosts {
    margin-top: 10px;
    border: 1px solid red;
    padding: 10px;
    font-weight: bold;
    color: red
}

#PrevNextNewsDiv #PrevNewsDiv {
    float: left;
    width: 47%;
    font-size: smaller;
}

#PrevNextNewsDiv #NextNewsDiv {
    float: right;
    width: 47%;
    font-size: smaller;
    text-align: right;
}

#news-watermark-top {
    font-size: 36pt;
    position: absolute;
    left: 1px;
    opacity: 0.33;
    color: lightgray;
    line-height: 1px;
}

#news-watermark-bottom {
    font-size: 36pt;
    position: absolute;
    right: 50px;
    opacity: 0.33;
    color: lightgray;
    line-height: 1px;
}

.rotate45 {
    /* Safari */
    -webkit-transform: rotate(-45deg);
    /* Firefox */
    -moz-transform: rotate(-45deg);
    /* IE */
    -ms-transform: rotate(-45deg);
    /* Opera */
    -o-transform: rotate(-45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.disabled-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.VideoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    /*overflow: hidden;*/
}

    .VideoContainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.PictureFrame {
    position: relative;
}

.PictureFrameInner {
    border: 1px solid black;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.00);
}

.PictureFrameOuter {
    display: inline-block;
    -moz-box-shadow: -8px 8px 5px rgba(000, 000, 000, 0.5), inset -8px 8px 5px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: -8px 8px 5px rgba(000, 000, 000, 0.5), inset -8px 8px 5px rgba(000, 000, 000, 0.5);
    box-shadow: -8px 8px 5px rgba(000, 000, 000, 0.5), inset -8px 8px 5px rgba(000, 000, 000, 0.5);
    border: 5px solid black;
    padding: 35px 35px 25px 35px;
    background-color: rgba(0, 0, 0, 0.00);
}

.Thumbnail {
    -moz-box-shadow: 0px 3px 10px rgba(000, 000, 000, 0.3);
    -webkit-box-shadow: 0px 3px 10px rgba(000, 000, 000, 0.3);
    box-shadow: 0px 3px 10px rgba(000, 000, 000, 0.3);
    padding: 8px;
    border: 1px solid black;
}

/* Begin: Fancybox custom implementation */

.PictureViewerNav-left,
.PictureViewerNav-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 25%;
    cursor: pointer;
    outline: none;
    background: transparent url('../Images/blank.gif');
    z-index: 1102;
    display: inline;
}

.PictureViewerNav-left {
    left: 0px;
}

.PictureViewerNav-right {
    right: 0px;
}

.PictureViewerNav-left-ico,
.PictureViewerNav-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

.PictureViewerNav-left-ico {
    background-image: url('../Images/fancybox.png');
    background-position: -40px -30px;
}

.PictureViewerNav-right-ico {
    background-image: url('../Images/fancybox.png');
    background-position: -40px -60px;
}

.PictureViewerNav-left:hover,
.PictureViewerNav-right:hover {
    visibility: visible;
    /* IE6 */
}

    .PictureViewerNav-left:hover span {
        left: 20px;
    }

    .PictureViewerNav-right:hover span {
        left: auto;
        right: 19px;
    }

/* End: Fancybox */


/* Begin: Search Bar */

.SearchBar {
    float: left;
    margin-left: 5px; /* Position Search Bar */
    margin-top: -4px;
}

#cse-navbar-box {
    float: left;
}

#SearchBar form.gsc-search-box {
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 246px;
}

#SearchBar .gsc-search-button {
    display: none;
}

/* End: Search Bar */




.eBayLink {
}

    .eBayLink A:link {
        font-size: 12pt;
    }


.RBoxHead {
    width: auto;
    height: 125%;
    padding: 4px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    background-color: black;
    color: #ffffff;
    text-align: center;
    /*    font-weight: bold;*/
    font-size: 80%;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 1px solid #000000;
    background-image: -webkit-linear-gradient(to top, black 0%, #444444 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(1, #444444));
    /* Safari */
    background-image: -moz-linear-gradient(to top, black 0%, #444444 100%);
    background-image: -ms-linear-gradient(to top, black 0%, #444444 100%);
    background-image: linear-gradient(to top, black 0%, #444444 100%);
    -moz-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
}

.RBoxBody {
    width: auto;
    border: 1px solid #000000;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 2px 0px;
    /*font-size: 8pt;*/
    -moz-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
    box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.1);
}

.ButtonBuy {
    font-weight: bold !important;
    color: #FFFFFF !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px !important;
    background: #e40000 !important;
    background: linear-gradient(top, #f60101, #C72222) !important;
    background: -ms-linear-gradient(top, #f60101, #C72222) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f60101), to(#C72222)) !important;
    background: -moz-linear-gradient(top, #f60101, #C72222) !important;
}

    .ButtonBuy:hover {
        color: #FFFFFF !important;
        background: #f11a1a !important;
        background: linear-gradient(top, #f60101, #E00000) !important;
        background: -ms-linear-gradient(top, #f60101, #E00000) !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#f60101), to(#E00000)) !important;
        background: -moz-linear-gradient(top, #f60101, #E00000) !important;
    }

.ButtonBuyLarge {
    border: 1px solid #AD2D2D !important;
    border-radius: 5px !important;
    font-size: 12pt !important;
    padding: 9px 16px 9px 20px !important;
}

.ButtonBuyMedium {
    border-radius: 4px !important;
    border: 1px solid #c12a2a !important;
    font-size: 9pt !important;
    padding: 4px 7px 4px 11px !important;
}

.ButtonBuySmall {
    margin-left: 15px;
    border-radius: 4px;
    border: 1px solid #c12a2a;
    font-size: 7pt !important;
    padding: 2px 3px 2px 4px;
    display: inline;
    vertical-align: middle;
}

.ButtonBuyTiny {
    font-weight: bold !important;
    font-size: 5pt !important;
    margin: 0px 0px 0px 10px;
    color: #FFFFFF !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 4px;
    background: #e40000;
    padding: 1px 2px 1px 4px;
}

.ButtonBuyTiny:hover {
    font-weight: bold;
    color: #FFFFFF !important;
    background: #f11a1a;
}

.ButtonRent {
    font-weight: bold !important;
    color: #FFFFFF !important;
    padding: 4px 5px 4px 7px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #737373 !important;
    background: #666666 !important;
    background: linear-gradient(top, #999999, #666666) !important;
    background: -ms-linear-gradient(top, #999999, #666666) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666)) !important;
    background: -moz-linear-gradient(top, #999999, #666666) !important;
}

    .ButtonRent:hover {
        color: #FFFFFF !important;
        background: #777777 !important;
        background: linear-gradient(top, #999999, #777777) !important;
        background: -ms-linear-gradient(top, #999999, #777777) !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#777777)) !important;
        background: -moz-linear-gradient(top, #999999, #777777) !important;
    }

.ButtonRentLarge {
    border-radius: 5px !important;
    padding: 4px 5px 4px 7px !important;
    font-size: 9pt !important;
}

.ButtonRentMedium {
    border-radius: 4px;
    padding: 2px 2px 2px 4px;
    font-size: 9pt !important;
}


/* ----------------------- Main Menu Styles ----------------------- */

.MainMenu {
}

#MainMenuWrapper {
    width: 100%;
    height: 41px; /* height of navigation bar */
    text-align: center;
    background-color: Black;
    /* main menu gradient */
    background-image: -webkit-linear-gradient(to top, black 0%, #333333 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(1, #333333));
    /* Safari */
    background-image: -moz-linear-gradient(to top, black 0%, #333333 100%);
    background-image: -ms-linear-gradient(to top, black 0%, #333333 100%);
    background-image: linear-gradient(to top, black 0%, #333333 100%);
}

/* reset styles */
.MainMenu ul,
.MainMenu li,
.MainMenu span,
.MainMenu a {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

/* primary menu div */
.MainMenu {
    max-width: 1125px;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    /*height: 41px;*/
    padding: 8px 0px 9px 0px; /* vertically aligns menu options*/
    background-color: Black;
    /* main menu gradient */
    background-image: -webkit-linear-gradient(to top, black 0%, #333333 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(1, #333333));
    /* Safari */
    background-image: -moz-linear-gradient(to top, black 0%, #333333 100%);
    background-image: -ms-linear-gradient(to top, black 0%, #333333 100%);
    background-image: linear-gradient(to top, black 0%, #333333 100%);
}

    .MainMenu:after,
    .MainMenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .MainMenu a {
        color: #eeeeee; /* color of main top menu links */
        display: inline-block;
        /* font-size: 11pt; size of main top menu links */
        margin: 0px 17px 0px 0px; /* controls spacing between top horizontal menu items */
        text-decoration: none;
    }

    .MainMenu ul {
        list-style: none;
    }


    .MainMenu > ul {
        float: left;
    }

        .MainMenu > ul > li {
            float: left;
        }

            /* .MainMenu > ul > li:first-child a {}*/

            /* .MainMenu > ul > li.active a, */
            .MainMenu > ul > li:hover > a {
                color: white;
                background: black; /* color of background of top horizontal menu links on hover */
            }

    .MainMenu .SubMenu {
        z-index: 9999;
    }

        .MainMenu .SubMenu:hover > ul {
            display: block;
        }

        /* ----------------------- SubMenu Styles ----------------------- */

        /* Define first sub-menu */
        .MainMenu .SubMenu ul {
            display: none;
            position: absolute;
            border: 1px solid #f0f0f0;
            white-space: nowrap;
            /* to prevent line wrap*/
            top: 100%;
            left: 0;
        }

            /* Define sub-menu links*/
            .MainMenu .SubMenu ul li a {
                background: #f8f8f8;
                /* background color of first sub-menu list items not being hovered over */
                color: black;
                display: block;
                margin: 0px 0px 0px 0px; /* controls spacing between top horizontal menu items */
                padding: 9px 10px; /* controls spacing of list items in drop-down menu: top/bottom then left-right */
                font-size: 12pt;
            }

            .MainMenu .SubMenu ul li:hover a {
                background: #f0f0f0; /* background color of first sub-menu list items being hovered over */
            }



        /* Define second sub-menu list*/
        .MainMenu .SubMenu .SubMenu:hover > ul {
            display: block;
        }

        .MainMenu .SubMenu .SubMenu ul {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            background: #f8f8f8;
        }

            .MainMenu .SubMenu .SubMenu ul li a {
                background: #f8f8f8;
                /* background color of all second level sub-menu list item links not being hovered over*/
                padding: 9px 10px; /* controls spacing of list items in second level sub-menu: top/bottom then left-right */
            }

                .MainMenu .SubMenu .SubMenu ul li a:hover {
                    background: #f0f0f0;
                }

        /* background color of second sub-menu list item links being hovered over*/



        /* ----------------------- MainMenu SubDiv and Buy Button ----------------------- */

        .MainMenu .SubMenu .SubMenu .MainMenuDiv {
            max-height: 750px;
            background: white;
            border: 10px solid #f0f0f0;
            padding: 10px 10px 10px 10px;
            width: 400px;
            /*width may need an override specified in each instance*/
        }

            .MainMenu .SubMenu .SubMenu .MainMenuDiv a {
                font-weight: normal;
                background: white;
                line-height: 160%;
                display: inline;
            }

        .MainMenu .SubMenu .SubMenu .MainMenuDivTitle a {
            /*background: #f2f2f2;*/
            margin-bottom: 2px;
            font-weight: bold;
        }

        .MainMenu .SubMenu .SubMenu .ButtonBuyMainMenu {
            font-weight: bold !important;
            font-size: 5pt !important;
            margin: 0;
            color: #FFFFFF !important;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 4px;
            background: #e40000 !important;
            padding: 2px 4px 2px 4px;
            display: inline;
            vertical-align: middle;
        }

            .MainMenu .SubMenu .SubMenu .ButtonBuyMainMenu:hover {
                font-weight: bold;
                color: #FFFFFF !important;
                background: #f11a1a;
            }

/* ----------------------- End Menu Styles ----------------------- */


/* ----------------------- Scrollers ----------------------- */

.NavFloatTop {
}

#NavScroller {
    z-index: 9999;
    width: 100%;
}

.SocialFloatTop {
    margin-left: -5px;
    margin-top: -4px;
    padding-left: 4px;
    padding-top: 4px;
    width: 310px;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

#SocialScroller {
    width: 300px;
    z-index: 9998;
}
/* 
.ReviewWidgetFloat {
}

#ReviewWidgetScroller {
    width: 300px;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
*/
/* ----------------------- End Scroller Styles ----------------------- */


#ReviewWidget{
z-index:9999;
background-color:white;
border-width:1px;
border-color:black;
padding:30px;
display:none;
position:fixed;
top: 150px;
left:5px;
}



/*Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap*/
.wordwrap {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}

.ResponsiveImage {
    max-width: 100%;
    height: auto;
}

    .ResponsiveImage img {
        max-width: 100%;
        height: auto;
    }

@media (max-width:1080px) {
    .SocialScroller {
        display: none !important;
    }
}

@media (max-width:850px) {
    #Feedback {
        display: none !important;
    }

    #RightColumn {
        width: 100%;
    }
}

.HigherResOnly {
}

@media (max-width:1060px) {
    .HigherResOnly {
        display: none !important;
    }

        .HigherResOnly img {
            display: none !important;
        }

        .HigherResOnly li {
            display: none !important;
        }
}

/*RightColumn no longer fits*/
.HighResOnly {
}

@media (max-width:760px) {
    .HighResOnly {
        display: none !important;
    }

        .HighResOnly img {
            display: none !important;
        }

        .HighResOnly li {
            display: none !important;
        }

    #Content {
        margin-right: 6px;
    }
}


@media (max-width:600px) {
    #PrevNextNewsDiv #PrevNewsDiv {
        width: auto;
        float: none;
    }

    #PrevNextNewsDiv #NextNewsDiv {
        width: auto;
        float: none;
        text-align: initial;
    }
}

/*.MediumResOnly {
}

@media (max-width:500px) {
    .MediumResOnly {
        display: none !important;
    }

        .MediumResOnly img {
            display: none !important;
        }

        .MediumResOnly li {
            display: none !important;
        }

    .SearchBar input[type=text],
    textarea {
        width: 200px;
    }

    #cse-navbar-box {
        width: 200px;
    }

    #SearchBar form.gsc-search-box {
        width: 200px;
    }

    #SearchBar input.gsc-input {
        width: 200px;
    }
}*/

/*.MediumSmallResOnly {
}

@media (max-width:450px) {
    .MediumSmallResOnly {
        display: none !important;
    }

        .MediumSmallResOnly img {
            display: none !important;
        }

        .MediumSmallResOnly li {
            display: none !important;
        }

    .SearchBar input[type=text],
    textarea {
        width: 120px;
    }

    #cse-navbar-box {
        width: 120px;
    }

    #SearchBar form.gsc-search-box {
        width: 120px;
    }

    #SearchBar input.gsc-input {
        width: 120px;
    }
}
*/



.NotForMedRes {
}

@media (max-width:950px) {
    .NotForMedRes {
        display: none !important;
    }
}


.OnlyForLowRes {
}

.NotForLowRes {
}

@media (max-width:675px) {
    .NotForLowRes {
        display: none !important;
    }

    .OnlyForLowRes {
        display: normal !important;
    }
}

@media (min-width:675px) {
    .NotForLowRes {
        display: normal !important;
    }

    .OnlyForLowRes {
        display: none !important;
    }
}


.NotForUltraLowRes {
}

@media (max-width:525px) {
    .NotForUltraLowRes {
        display: none !important;
    }
}



@media (max-width: 450px) {
    table {
        font-size: 80%;
    }
}

@media (max-width: 360px) {
    table {
        font-size: 60%;
    }
}

@media (max-width: 330px) {
    table {
        font-size: 50%;
    }
}

@media (max-width: 750px) {
    .DenseTable {
        font-size: 80%;
    }
}

@media (max-width: 520px) {
    .DenseTable {
        font-size: 60%;
    }
}

@media (max-width: 405px) {
    .DenseTable {
        font-size: 40%;
    }
}

@media (max-width: 325px) {
    .DenseTable {
        font-size: 30%;
    }
}

.MainLogo {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}


/*for Mediavine*/
@media only screen and (max-width: 425px) {
    #EntirePage #PrimaryPage

{
    width: calc(100% - 10px);
    max-width: unset;
}

#EntirePage #Content {
    width: 100%;
    max-width: unset;
}
}

/* Mediavine CSS */
.MouseOverBackground {
    display: list-item;
}

@media only screen and (max-width: 700px) {
    #Content div img {
        max-width: 100% !important;
        height: unset !important
    }
}

@media only screen and (max-width: 440px) {
    a {
        word-break: break-all;
    }

    .BlockMenu {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 399px) {
    div#ReviewWidgetBottom a .ResponsiveImage {
        width: 98% !important;
    }

    #PrimaryPage {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #Content * {
        max-width: 100% !important;
    }
}

/* End Mediavine CSS */

