@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700);
body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: #FFFFFF 0px solid;
}
/* ^^^ SEE CLASS "outer-background" BELOW */
/* PAGE FADE-IN CODE */

body,
html {
    height: 100%;
}
#fadediv {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22000;
    height: 100%;
    width: 100%;
}
/* DEFAULTS - MARGINS SPACING */

div {
    margin: 0;
    padding: 0;
    border: 0;
}
table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
/* DEFAULTS - ALIGNMENT */

.td-right {
    text-align: right;
}
.td-left {
    text-align: left;
}
.td-center {
    text-align: center;
}
.td-top {
    vertical-align: top;
}
.td-middle {
    vertical-align: middle;
}
.td-bottom {
    vertical-align: bottom;
}
.center-align {
    text-align: center;
}
.center-div {
    margin-left: auto;
    margin-right: auto;
}
.right-div {
    margin-left: auto;
    margin-right: 0;
}
.left-div {
    margin-left: 0;
    margin-right: auto;
}
/* DEFAULTS - MISC */

.fullwidth {
    width: 100%;
}
.halfwidth {
    width: 50%;
}
.nobreak {
    white-space: nowrap;
}
.just {
    text-align: justify;
}
img {
    border: 0;
}
.blockimage {
    display: block;
}
.formmargin {
    margin: 0px;
}
/* NON-MENU LINK COLORS */

a:link,
a:visited,
a:active {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #009900;
    text-decoration: underline;
}
/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body,
div,
table {
    color: #000000;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
}
.title {
    color: #000000;
    font: 22px "Comfortaa", arial, sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: normal;
}
.subtitle {
    color: #000000;
    font: 17px "Comfortaa", arial, sans-serif;
    font-weight: 700;
    line-height: normal;
}
.smalltitle {
    color: #000000;
    font: 15px "Open Sans", arial, sans-serif;
    font-weight: 700;
    line-height: normal;
}
.smalltext {
    color: #666666;
    font: 13px "Comfortaa", arial, sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
    line-height: normal;
}
.testimonial {
    color: #990000;
    font-family: "Comfortaa", arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.hilite {
    color: #FF0000;
    font-size: 12px;
}
.hilite2 {
    color: #006600;
    font: 15px font-weight: bold;
}
/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1,
h2,
h3,
h4 {
    margin: 0px 0px 1px 0px;
}
/* SERVICES LIST */

.list {
    font-size: 14px;
    color: #444400;
    line-height: normal;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.floatlist {
    float: left;
    width: 50%;
    min-width: 200px;
}
.list li {
    text-indent: 1px;
}
/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */
/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight {
    min-height: 750px;
}
#pagewrapper {
    width: 100%;
    min-width: 319px;
    text-align: center;
    margin: 0 auto;
}
.pagebox {
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}
#contentbox {
    max-width: 1050px;
    margin: 0 auto;
    padding: 30px 0px 10px 0px;
}
.content-pad {
    padding: 15px 30px 10px 15px;
}
#left-content {
    float: left;
    width: 100%;
    max-width: 555px;
    padding: 0px;
}
#left-content-new {
    float: left;
    width: 100%;
    max-width: 730px;
    padding: 0px;
}
/* HOME PAGE WIDTHS */

#contentbox-home {
    max-width: 932px;
    margin: 0 auto;
    padding: 30px 10px 15px 10px;
}
/* OPTIONAL HOME PAGE TEXT CONTENT */

.content-home {
    max-width: 840px;
    text-align: left;
    text-align: justify;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
}
/* INNER AND OUTER BACKGROUNDS */

.outer-background {
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: repeat;
    background-attachment: fixed;
}
.inner-background {
    background-color: transparent;
    border: #000000 0px solid;
}
/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv {
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
    border: #000000 0px solid;
}
.headercolor {
    background-color: #FFFFFF;
}
/* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

#headerdiv a {
    outline: 0;
}
.logo-respond {
    height: 100px;
    width: 600px;
    max-width: 600px;
    min-width: 280px;
    margin: 0px auto 0px auto;
    /* THIS CODE ALIGNS GRAPHIC LOGO */
    
    display: block;
}
/* START TEXT HEADER CODE */

.textlogo-align {
    text-align: center;
    vertical-align: middle;
}
.textlogo {
    font: normal 26px "Open Sans", arial, sans-serif;
    padding: 8px 10px 10px 10px;
    display: block;
}
a.textlogo:link,
a.textlogo:visited,
a.textlogo:active {
    color: #000000;
    text-decoration: none;
}
a.textlogo:hover {
    color: #000000;
    text-decoration: none;
}
/* HEADER VIEW CART & SHOP ICONS */

.header-cart {
    width: 80px;
    height: 33px;
    background-color: #847252;
    text-align: center;
    position: absolute;
    right: 5px;
    top: -5px;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.cart-view-img {
    width: 70px;
    height: 33px;
    display: block;
    margin: 0 auto;
}
.header-shop {
    width: 70px;
    height: 33px;
    background-color: #847252;
    text-align: center;
    position: absolute;
    right: 88px;
    top: -5px;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.shop-img {
    width: 60px;
    height: 33px;
    display: block;
    margin: 0 auto;
}
.header-cart:hover,
.header-shop:hover {
    top: 0px;
}
/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders {
    border: #000000 1px solid;
}
.left-float {
    float: left;
}
.right-float {
    float: right;
}
.img-float {
    float: left;
    margin: 3px 8px 1px 0px;
}
.float-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}
.text-nowrap {
    overflow: hidden;
    min-width: 175px;
}
.divclear {
    height: 1px;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    padding: 0px;
    margin: 0px;
}
/* PAGE LINES & BORDERS */

.page-splits {
    line-height: 1px;
    font-size: 1px;
    height: 2px;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    border-top: #CECECE 1px solid;
}
.splits-xtramargin {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* LARGE PAGE SPLITS (ON HELP PAGE) */

.large-splits {
    line-height: 1px;
    font-size: 1px;
    height: 25px;
    background-color: #1D471D;
    margin: 0 auto;
    padding: 0px;
    border-bottom: #F1EEED 3px solid;
}
/* HOME PAGE */
/* HOME 3 BOX COLUMNS */

.introbox-text {
    color: #666666;
    font-size: 13px;
    padding: 14px 0px 10px 0px;
    text-align: left;
}
.introtitle {
    color: #000000;
    font: 16px "Comfortaa", arial, sans-serif;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border: solid #FF0000;
    border-width: 0px 0px 1px 0px;
}
.introbox-outer {
    width: 900px;
    margin: 0 auto;
}
.introbox {
    float: left;
    width: 300px;
    /* DIVIDED BY 3 */
}
.introbox-inner {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    margin: 35px 10px 35px 10px;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.introbox-left {
    display: block;
}
.introbox-center {
    display: block;
}
.introbox-right {
    display: block;
}
.boxes2 {
    font-size: 14px;
    text-align: left;
    color: #C0C0C0;
    background-color: transparent;
    border: solid #C0C0C0;
    border-width: 1px 0px 1px 0px;
    padding: 6px 2px 6px 2px;
}
/* HOME IMAGES WITH ZOOM */

.imagesbox {
    width: 238px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    border: 0px solid #000000;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.introimages img {
    width: 238px;
    height: 100px;
    /* IMAGE ZOOM */
    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.introimages img:hover {
    width: 280px;
    height: 119px;
}
.home-caption {
    color: #003300;
    font: 15px "Open Sans", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 10px 0px 0px 0px;
}
/* HOME JQUERY SLIDESHOW (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container {
    background-color: #CCCCCC;
    max-width: 900px;
    min-width: 250px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #000000 3px solid;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#homeJQ > .centered-btns_nav {
    display: none;
}
/* HIDES HOME ARROWS */
/* HOME SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0px;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    background-color: transparent;
}
/* NORMAL BUTTON STATE */

.centered-btns_tabs a {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: #FFFFFF 2px solid;
    /* CORNER ROUNDING */
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0px 4px 0px 4px;
}
/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover {
    background-color: #FFFFFF;
    border: #FFFFFF 2px solid;
}
/* ACTIVE BUTTON STATE */

.centered-btns_here a,
.centered-btns_here a:hover {
    background-color: #CC0000;
    border: #CC0000 2px solid;
    cursor: default;
}
/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage {
    width: 100%;
    display: block;
}
.homeimage-border {
    max-width: 900px;
    min-width: 250px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #000000 3px solid;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
/* RIGHT SIDEBAR */

.sidebar-width {
    max-width: 225px;
    margin: 0 auto;
}
#sidebar-content {
    float: left;
    width: 100%;
    max-width: 280px;
    padding: 0px;
    border-left: #CECECE 1px solid;
}
.sidebar-pad {
    padding: 0px 0px 10px 35px;
}
.sidebar-box {
    margin: 0px auto 14px auto;
    padding: 0px 0px 10px 0px;
}
.sidebar-textarea {
    padding: 6px 6px 6px 6px;
    background-color: #EFF2EF;
    border: solid #A6B5A6;
    border-width: 0px 1px 1px 1px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
    /* CORNER ROUNDING */
    
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.sidebar-text {
    color: #000000;
    font: 12px "Open Sans", arial, sans-serif;
    text-align: center;
    font-weight: normal;
    line-height: normal;
}
.sidebar-title {
    color: #FFFFFF;
    font: 18px "Comfortaa", arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    background-color: #4E6C4E;
    padding: 7px 5px 7px 5px;
    margin: 0px auto 0px auto;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.sidebar-image {
    width: 100%;
    display: block;
    margin: 0px auto 0px auto;
}
.side-img-border {
    border: #000000 0px solid;
}
/* SIDEBAR ARROW LINKS */

.arrow-link {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    display: block;
    min-height: 20px;
    background-color: #366200;
    background-image: url('downloads/RD7-GolfPro-RDM/picts/arrow-link-white.png');
    background-repeat: no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 1px;
    padding-left: 31px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-position: 5px 7px
}
.a-link-color1 {
    background-color: #366200;
}
.a-link-color2 {
    background-color: #55821D;
}
.a-link-color3 {
    background-color: #71A82C;
}
.a-link-color4 {
    background-color: #0B3C0B;
}
/* ARROW LINK HOVER COLORS */

a.arrow-link:link,
a.arrow-link:visited,
a.arrow-link:active {
    color: #FFFFFF;
    text-decoration: none;
}
a.arrow-link:hover {
    color: #FFFFFF;
    background-color: #D43700;
    text-decoration: none;
}
/* FOOTER */

.footer-splits {
    color: #FFFFFF;
    height: 3px;
    line-height: normal;
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
    padding: 0px;
    border: solid #CC0000;
    border-width: 2px 0px 0px 0px;
}
.footerbox {
    background-color: #011501;
    background-image: url('downloads/RD7-GolfPro-RDM/picts/background-footer.jpg');
    background-repeat: repeat-x;
    border-left: 0px solid #226600;
    border-right: 0px solid #226600;
    border-top: 1px solid #226600;
    border-bottom: 0px solid #226600;
    margin: 0px;
    padding: 0px
}
.footer-pad {
    padding: 55px 10px 60px 10px;
}
.footerbox,
.footerbox div,
.footerbox table {
    color: #FFFFFF;
}
div.footer-title {
    color: #FFFFFF;
    font: 17px "Comfortaa", arial, sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: #FFDC97 1px solid;
}
table.footer-links td {
    text-align: left;
    padding: 5px 50px 5px 40px;
}
.footer-links {
    width: 86%;
    max-width: 900px;
    font-size: 14px;
    line-height: 35px;
}
.footerlinks-1 {
    width: 33%;
    border-left: #72A16B 1px solid;
    border-right: #72A16B 1px solid;
}
.footerlinks-2 {
    width: 33%;
    border-right: #72A16B 1px solid;
}
.footerlinks-3 {
    width: 33%;
    border-right: #72A16B 1px solid;
}
.footer-copyright {
    padding: 14px 10px 14px 10px;
    margin: 0px 0px 0px 0px;
    background-color: #021F03;
    border: solid #324A37;
    border-width: 1px 0px 0px 0px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
.copyright-text {
    color: #FFFFFF;
    font: 11px "Open Sans", arial, sans-serif;
    font-weight: normal;
    line-height: normal;
}
.footer-disclaimer {
    font-size: 10px;
    padding: 6px 0px 6px 0px;
    margin: 16px auto 0 auto;
    max-width: 1000px;
    border: solid #324A37;
    border-width: 1px 0px 1px 0px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
/* FOOTER LINK COLORS */

.footerbox a:link,
.footerbox a:visited,
.footerbox a:active {
    color: #D0EFA0;
    text-decoration: none;
    white-space: nowrap;
}
.footerbox a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    white-space: nowrap;
}
/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link,
div.footer-copyright a:visited,
div.footer-copyright a:active {
    color: #D0EFA0;
    text-decoration: none;
}
div.footer-copyright a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
/* SOCIAL ICONS */

.socialbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.socialbox li {
    display: inline-block;
    *display: inline;
    /* For IE*/
    
    *zoom: 1;
}
.socialicon {
    border: #72A16B 1px solid;
    display: block;
    margin: 6px 2px 15px 2px;
    background-color: #0A3206;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.socialicon:hover {
    border: #A2CC61 1px solid;
    background-color: #0F4409;
}
/* CODE FOR THE PRODUCTS CART */

.cart-pad {
    padding: 0px 10px 10px 10px;
}
#cart-content {
    width: 100%;
    max-width: 1050px;
    padding: 0;
    margin: 0 auto;
}
.price {
    padding: 5px 0px 8px 0px;
}
.price span {
    color: #009900;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: #FF0000 1px solid;
}
.carttitle {
    color: #000000;
    font: 14px "Comfortaa", arial, sans-serif;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    height: 30px !important;
}
.cart-box {
    font-size: 10px;
line-height: 140%;
text-align: left;
max-width: 220px;
min-width: 210px;
padding: 12px;
    margin: 10px 9px 28px 0px;
    background-color: #EFF2EF;
    border: solid #A6B5A6;
    border-width: 1px 1px 1px 1px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
    height: 270px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.prod-split {
    margin-bottom: 0px;
}
.cartimg {
    width: 110px;
    padding-right: 15px;
}
.HoverBorder {
    border: #A6B5A6 2px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover .HoverBorder {
    border: #FF0000 2px solid;
}
/* ADD TO CART BUTTONS */

.cartdrop {
    font: 12px arial, sans-serif;
    color: #000000;
    width: 115px;
    margin-top: 1px;
    margin-bottom: 4px;
}
input[type=submit].button-order {
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13px;
    font-family: arial, serif;
    text-align: center;
    background-color: #7D0017;
    background-image: url('downloads/RD7-GolfPro-RDM/picts/button-order.png');
    cursor: pointer;
    width: 100px;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: '3px 3px 3px rgba(0', 0, 0, 0.2);
    -webkit-box-shadow: '3px 3px 3px rgba(0', 0, 0, 0.2);
    box-shadow: '3px 3px 3px rgba(0', 0, 0, 0.2);
    border: 0px solid #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4px;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}
input[type=submit].button-order:hover {
    color: #FFFFFF;
    background-color: #2E6D0A;
    border: #000000 0px solid;
}
/* IMAGE CLOSEUP VIEWER */

.viewer-box {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.viewer-image {
    width: 100%;
    height: auto;
    display: block;
    border: #000000 2px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#return-arrow {
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    /* SEMI-TRANSPARENT BACKGROUND */
    
    width: 40px;
    height: 40px;
    margin: 0 auto 0 0;
    position: absolute;
    top: 12px;
    left: 12px;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
/* CONTACT PAGE CODE */

.phonetitle {
    color: #000000;
    font: 15px "Comfortaa", arial, sans-serif;
    font-weight: 700;
    line-height: normal;
}
.contact-pad {
    padding: 15px 0px 15px 0px;
}
.contact-select {
    color: #444400;
    font-weight: normal;
}
.contactform-table {
    margin: 20px 0px 10px 50px;
}
.contactform-table-new {
    margin: 20px 0px;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
table.contactform-table-new td {
    padding: 1px 0px 1px 0px;
    vertical-align: top;
}
table.contactform-table td {
    padding: 1px 0px 1px 0px;
}
/* CONTACT BUTTONS */

input[type=submit].submitbutton,
input[type=reset].submitbutton {
    color: #FFFFFF;
    font: normal 15px "Open Sans", arial, sans-serif;
    text-align: center;
    background-color: #847252;
    -webkit-appearance: none;
    padding: 7px 8px 7px 8px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    width: 120px;
    border: #777777 1px solid;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
input[type=submit].submitbutton:hover,
input[type=reset].submitbutton:hover {
    color: #FFFFFF;
    background-color: #4E6C4E;
    border: #006600 1px solid;
}
.shadeform {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    font-family: arial, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('downloads/RD7-GolfPro-RDM/picts/shadeform.png');
    text-align: left;
    width: 200px;
    border: 1px solid #999999
}
.textarea {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    font-family: arial, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('downloads/RD7-GolfPro-RDM/picts/shadeform.png');
    text-align: left;
    width: 250px;
    height: 150px;
    border: 1px solid #999999
}
.dropdown {
    font: 13px arial, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    width: 225px;
}
/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas {
    max-width: 225px;
    height: 160px;
}
/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 8px 0px 5px 0px;
}
.directions .shadeform {
    width: 221px;
    margin: 0px 0px 5px 0px;
}
input[type=submit].directionbutton {
    width: 225px;
}
/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin {
    margin: 25px 0px 25px 0px;
}
/* FAQ PAGE */

.faq-box {
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    border: #999999 0px solid;
}
/* LINKS PAGE CODE */

table.searcharea td {
    padding: 0px 3px 0px 0px;
}
.searcharea {
    margin: 18px 0px 18px 0px;
}
.searchform {
    color: #000000;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: arial, sans-serif;
    text-align: left;
    background-color: #FFFFFF;
    background-image: url('downloads/RD7-GolfPro-RDM/picts/shadeform.png');
    width: 110px;
    border: 1px solid #999999
}
.searchbutton {
    color: #FFFFFF;
    font: bold 12px arial, sans-serif;
    text-align: center;
    background-color: #4E6C4E;
    -webkit-appearance: none;
    height: 21px;
    margin-top: 0px;
    cursor: pointer;
    border: #777777 1px solid;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform {
    width: 150px;
}
input[type=submit].payform {
    width: 152px;
    margin-bottom: 10px;
}
.payformbox {
    background-color: #F0F0F0;
    border: #CCCCCC 1px solid;
}
.paypaltable td {
    vertical-align: middle;
    padding: 6px 10px 6px 10px;
}
.paypalbadge-space {
    padding: 30px 10px 8px 0px;
}
/* PDF PAGE */

.pdf-icon {
    margin: 10px 0px 0px 15px;
}
/* SITE MAP */

.arrow-link-map {
    padding: 10px 0px 10px 31px;
    margin: 5px 0px 0px 0px;
    background-position: 5px 10px;
}
/* STAFF PAGE */

.staff-email {
    color: #99CC66;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 7px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    border-top: #CC9900 1px solid;
}
/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox {
    max-width: 640px;
    margin: 0 auto;
    padding: 0px 5px 0px 5px;
}
.video-container {
    min-width: 200px;
    padding-top: 30px;
    padding-bottom: 56.25%;
    margin: 12px auto 12px auto;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.video-container iframe,
.video-container object,
.video-container embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
/* VIDEO MENU */

#menu-videos {
    background-color: #032C03;
    font-size: 0px;
    line-height: 0px;
    text-align: center;
    padding: 10px 0px 9px 0px;
    margin: 0px 10px 0px 10px;
    border-bottom: #000000 0px solid;
}
.vid-thumb {
    width: 100%;
    max-width: 60px;
    height: auto;
    vertical-align: bottom;
    margin: 2px 2px 2px 2px;
    border: #729283 2px solid;
}
.vid-thumb:hover {
    border: #FFFFFF 2px solid;
}
/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
    .printhide {
        display: none;
    }
    .pageheight {
        min-height: 50px;
    }
}
@media screen {
    .printonly {
        display: none;
    }
}
/* COURSES PAGE */
/* COURSES 3 BOX COLUMNS */

#course-contentbox {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}
#course-content {
    width: 100%;
    max-width: 746px;
    padding: 0;
    margin: 0 auto;
}
.course-pad {
    padding: 0px 10px 40px 10px;
}
.course-pad10 {
    padding: 10px 3px 10px 3px;
}
.coursebox-text {
    color: #666666;
    font-size: 13px;
    padding: 6px 0px 0px 0px;
    text-align: left;
}
.coursetitle {
    color: #000000;
    font: 16px "Comfortaa", arial, sans-serif;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid #FF0000;
    border-width: 0px 0px 1px 0px;
}
.coursebox-outer {
    width: 744px;
    margin: 0 auto;
}
.coursebox {
    float: left;
    width: 248px;
    /* DIVIDED BY 3 */
    
    height: 200px;
    /* ADDED BY HRISTIAN */
}
.coursebox-inner {
    background-color: #FFFFFF;
    /* CHANGE BACK TO #FFFFFF WHITE!!!! */
    
    padding: 10px 2px 4px 2px;
    margin: 10px 2px 4px 2px;
    /* CORNER ROUNDING */
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.coursebox-left {
    display: block;
}
.coursebox-center {
    display: block;
}
.coursebox-right {
    display: block;
}
/* CART PAGE CODE */

.cartform {
    width: 200px;
}
.cartformbox {
    background-color: #F0F0F0;
    border: #CCCCCC 1px solid;
}
.carttable td {
    vertical-align: middle;
    padding: 6px 10px 6px 10px;
}
.cart-space {
    padding: 0px 0px 0px 0px;
}
/*ADDED BY HRISTIAN*/

#timeLeft div {
    display: inline-block;
}
#timeLeft div {
    display: inline-block;
    margin-left: 10px;
    font-size: 21px;
    font-weight: 100;
    line-height: 1;
    text-align: right;
}
/* IE7 inline-block hack */

*+html #timeLeft div {
    display: inline;
    zoom: 1;
}
.#timeLeft div:first-child {
    margin-left: 0;
}
#timeLeft div span {
    display: block;
    border-top: 1px solid #cecece;
    padding-top: 3px;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}