﻿
/********** RESET CSS **********/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus, textarea:focus, a:focus, select:focus
{
	outline: none;
}

/********** RESET CSS **********/

/********** eurostile font face **********/

@font-face
{
	font-family: 'EurostileRegular';
	src: url('../fonts/eurostile.eot');
	src: url('../fonts/eurostile.eot?#iefix') format('embedded-opentype'), url('../fonts/eurostile.woff') format('woff'), url('../fonts/eurostile.ttf') format('truetype'), url('../fonts/eurostile.svg#EurostileRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/********** serpentine font face **********/

@font-face
{
	font-family: 'SerpentineMedium';
	src: url('../fonts/serpentine-medium.eot');
	src: url('../fonts/serpentine-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/serpentine-medium.woff') format('woff'), url('../fonts/serpentine-medium.ttf') format('truetype'), url('../fonts/serpentine-medium.svg#EurostileRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/********** AntennaCond-Medium font face **********/
@font-face
{
    font-family: 'AntennaCond-Medium';
    src: url('../fonts/antennacond-medium.eot');
    src: url('../fonts/antennacond-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/antennacond-medium.woff') format('woff'), url('../fonts/antennacond-medium.ttf') format('truetype'), url('../fonts/antennacond-medium.svg#antennacond-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'avenir-roman-font';
    src: url('../fonts/avenir-roman-font.eot');
    src: url('../fonts/avenir-roman-font.eot?#iefix') format('embedded-opentype'), url('../fonts/avenir-roman-font.woff') format('woff'), url('../fonts/avenir-roman-font.ttf') format('truetype'), url('../fonts/avenir-roman-font.svg#avenir-roman-font') format('svg');
    font-weight: normal;
    font-style: normal;
}
/********** HOME PAGE CSS **********/

body
{
    /*background: url('../gps_web_images/bg.jpg') repeat-x top left #bfbfbf;*/
    font: normal 18px/22px 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
    color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	line-height: normal;
}
h1, h2, h3
{
    font-family: 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
}
h1
{
	font-size: 30px;
}
h2
{
	font-size: 28px;
}
h3
{
	font-size: 26px;
}
h4, h5, h6
{
	font-family: 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
}
h4
{
	font-size: 24px;
}
h5
{
	font-size: 20px;
}
h6
{
	font-size: 18px;
}
.clear
{
	clear: both;
}
.left-float
{
	float: left;
}
.right-float
{
	float: right;
}
#main-wrap
{
	width: 1012px;
	margin: 0px auto;
	background: url('../gps_web_images/main-bg-glow.png') no-repeat -110px 90px;
}
.logo-wrap
{
	padding: 5px 0 0 0;
}
.logo
{
	margin-left: 6px;
}
.logo-wrap h1
{
	color: #fff;
	float: left;
	margin: 41px 0 0 5px;
	font-family:'EurostileRegular',Arial,Helvetica,Sans-Serif;
}
.login-btn
{
    background:url('../gps_web_images/login-button.png') no-repeat top left;
    height:41px;
    width:234px;
    text-indent:-9999px;
    margin:28px 10px 0 0;
}
.login-btn:hover
{
	background-position: bottom left;
}
.top-nav
{
	margin: 8px 0px 0 10px;
	height: 65px;
}
.top-nav li
{
	float: left;
	margin: 0 9px 0 0;
	overflow: hidden;
}
.top-nav li.last
{
	margin-right: 0px;
}
.top-nav li a
{
	color: #fff;
	text-decoration: none;
	font: normal 23px/26px 'SerpentineMedium' , Arial, Helvetica, Sans-Serif;
	height: 61px;
	padding: 4px 0 0 0;
	float: left;
	background: url('../gps_web_images/menu-sprite_1.png') no-repeat top left;
	text-align: center;
}
.top-nav li a.home
{
	background-position: 0px 0px;
	width: 97px;
}
.top-nav li a.home-active, .top-nav li a.home:hover
{
	background-position: 0px -65px;
	width: 97px;
}
.top-nav li a.app-features
{
	background-position: -107px 0px;
	width: 130px;
}
.top-nav li a.app-features-active, .top-nav li a.app-features:hover
{
	background-position: -107px -65px;
	width: 130px;
}
.top-nav li a.champion-upgrades
{
	background-position: -247px 0px;
	width: 142px;
}
.top-nav li a.champion-upgrades-active, .top-nav li a.champion-upgrades:hover
{
	background-position: -247px -65px;
	width: 142px;
}
.top-nav li a.available-smartphones
{
	background-position: -152px 0px;
    width: 200px;
}
.top-nav li a.available-smartphones-active, .top-nav li a.available-smartphones:hover
{
	 background-position: -152px -65px;
    width: 200px;
}
.top-nav li a.view-videos
{
	background-position: -362px 0px;
    width: 116px;
}
.top-nav li a.view-videos-active, .top-nav li a.view-videos:hover
{
	background-position: -362px -65px;
    width: 116px;
}
.top-nav li a.mapped-courses
{
	background-position: -483px 0px;
    width: 130px;
}
.top-nav li a.mapped-courses-active, .top-nav li a.mapped-courses:hover
{
	background-position: -483px -65px;
    width: 130px;
}
.top-nav li a.join-clubhouse
{
	background-position: -849px 0px;
	width: 142px;
}
.top-nav li a.join-clubhouse-active, .top-nav li a.join-clubhouse:hover
{
	background-position: -849px -65px;
	width: 142px;
}
.top-nav li a.golfFeatures
{
    background-position: 0px 0px;
    width: 142px;
}
.top-nav li a.golfFeatures-active, .top-nav li a.golfFeatures:hover
{
    background-position: 0px -65px;
    width: 142px;
}
.top-nav li a.gd-upgrades
{
    background-position: -618px 0px;
    width: 200px;
    padding-top: 32px;
    height: 33px;
}
.top-nav li a.gd-upgrades-active, .top-nav li a.gd-upgrades:hover
{
    background-position: -618px -65px;
    width: 200px;
    padding-top: 32px;
    height: 33px;
}
.top-nav li a.clubhouse-login
{
    background-position: -828px 0px;
    width: 163px;
}
.top-nav li a.clubhouse-login-active, .top-nav li a.clubhouse-login:hover
{
    background-position: -828px -65px;
    width: 163px;
}

.breadcrumb
{
	margin: 0 0 0 10px;
}
.breadcrumb a, .breadcrumb-disabled
{
	font: normal 24px/28px 'SerpentineMedium' , Arial, Helvetica, Sans-Serif;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px 0px 0;
	float: left;
}
.breadcrumb img
{
	float: left;
	margin: 13px 15px 0 0;
}
.banner-wrap
{
	height:425px;
    margin:0px 3px 20px 0;
    width:756px;
    overflow:hidden;
    float:right;
}
div#show3
{
	z-index:8000 !important;
}
.view-video-link
{
	height:115px;
	position:absolute;
	right:18px;
	top:12px;
	width:195px;
	z-index:8200;
}
.view-video-link a
{
	width:195px;
	height:115px;
	float:right;
}
.features-select-wrap
{	
	background:url(../gps_web_images/box-curve-top.png) no-repeat top left;
    padding:15px 0 0 0;
    width:220px;
    margin-bottom:20px;
}
.features-select-wrap-middle
{
    background:#fff;
    border-left:#000000 1px solid;
   border-right:#000000 1px solid;
   width:182px;
   padding:0 18px 3px;
}
.select-options
{
	width:182px;
    margin:10px 0 0 0;
}
.get-now-btn
{	
	background:url(../gps_web_images/get-now-button.png) no-repeat top left;
    width:182px;
    height:110px;
    text-indent:-9999px;
    margin:10px 0 0 0;
}
.get-now-btn:hover
{
	background-position: bottom left;
}
.content-layout
{
	margin:24px 0 0 0;
    padding-bottom:100px;
}
.left-column
{
	width: 220px;
	padding-left: 15px;
}
.right-column
{
	width: 767px;
}
.fb-like-box
{
	background: url(../gps_web_images/fb-like-box.png) no-repeat top left;
	height: 33px;
	width:125px; float:left;
	margin-bottom:20px;
	text-decoration:none;
	color:#000;
	padding:52px 0 0 95px;
}
.small-banner-column a
{
	margin-bottom: 20px;
	float: left;
}
.list-1
{
	margin-bottom: 10px;
	overflow: hidden;
}

.list-1 li
{
	font-size: 24px;
	color: #006cff;
	margin: 10px 0 10px 15px;
	background: url(../gps_web_images/list-arrow-1.jpg) no-repeat 0px 5px;
	padding: 0 0 0 20px;
}
.list-1 li a
{
	color: #006cff;
	text-decoration: none;
	line-height: 28px;
}
.list-1 li a:hover
{
	color: #3fb642;
}
.tab-content-box h6
{
	color: #006cff;
	margin: 0 0 10px 0;
}
.tab-content-box h4
{
	color: #4e4e4e;
}
.tab-content-box h5
{
	color: #006cff;
	font-size: 24px;
	margin: 5px 0;
}

.tab-content-box p
{
	margin-bottom: 25px;
}
.tab-content-box p span
{
	display: inline;
}
.more-questions
{
	background: #9e9e9e;
	padding: 10px;
	text-align: center;
	color: #000;
	display: block;
}
.more-questions a
{
	background: url(../gps_web_images/down-arrow-black.png) no-repeat 100% 50%;
	color: #000;
	padding: 0 36px 0 0;
	text-decoration: none;
}

.news-title
{
	padding-bottom: 20px;
}
.shaddow-box-large
{
    background: url("../gps_web_images/tab-content-shadow-wide.png") repeat-y left top;
    padding: 0 3px 50px 7px;
    width: 940px;
}
.shaddow-box-large .shaddow-inner
{
    width: 930px;
    padding:25px;
}
.shaddow-inner {
    background: url("../gps_web_images/wall-content-bg.png") repeat-x scroll left top;
    padding: 15px;   
    min-height:300px;
}
.news-wrap
{
	background:#fff;
    padding:20px;
}
.list-2 li
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../gps_web_images/content-hr.jpg) no-repeat bottom center;
}
.tab-content-box .list-2 li h6, .tab-content-box .list-2 li h6 a
{
	color: #000;
	float: left;
	margin: 0px 10px 0 0;
}
.tab-content-box .list-2 li h6 a
{
	text-decoration: none;
	color: #000;
}
.tab-content-box .list-2 li h6 a:hover
{
	color: #3fb642;
}
.tab-content-box .list-2 li p:last-of-type
{
	margin: 0px;
}
.list-2 ul.post-details li
{
	margin: 0px 20px 0 0;
	padding: 0px;
	background: none;
	float: left;
}
.list-2 ul.post-details li span
{
	font-size: 12px;
}

.list-3 li
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../gps_web_images/content-hr.jpg) no-repeat bottom left;
}
.tab-content-box .list-3 li p
{
	margin: 15px 0 0 0;
}

#footer
{
	background: url(../gps_web_images/footer-bg.jpg) repeat-x top left #363636;
}
.footer-inner
{
	width: 980px;
	margin: 0px auto;
}
.footer-links
{
	background: url(../gps_web_images/footer-hr.jpg) no-repeat bottom center;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.footer-inner .footer-links p
{
	display: inline;
	padding: 0 20px 0 0;
	font-size: 18px;
	color: #fff;
}
.footer-links a
{
	color: #fff;
	text-decoration: none;
	padding: 0 28px;
}
.footer-links a:hover
{
	color: #d7d7d7;
}
.footer-inner p
{
	font-size: 12px;
	color: #858585;
	text-align: center;
	line-height: 14px;
	padding: 5px 0 20px 0;
}

.scroll-up, .scroll-down
{
	background: #9e9e9e;
	padding: 10px;
	text-align: center;
	color: #000;
	display: block;
}
.scroll-up a, .scroll-down a
{
	background: url(../gps_web_images/up-arrow-black.png) no-repeat right 2px;
	color: #000;
	padding: 0 25px 0 0;
	text-decoration: none;
}
.scroll-down a
{
	background: url(../gps_web_images/down-arrow-black.png) no-repeat right 2px;
}
.scroll-wrap
{
	background: #fff;
}
.tab-content-inner-wrap
{
	max-height: 780px;
	overflow: hidden;
}

.text_box_wrap
{
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	height: 29px;
	padding: 5px 30px 0;
	width: 654px;
}
.mobile_select .text_box_wrap input
{
	background: #FFFFFF;
	border: none;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	height: 25px;
	width: 654px;
	padding: 0px 0 0;
}
.mobile_select
{
	background: #FFFFFF;
	border: 1px solid #000000;
	height: 36px;
	margin: 0 0 15px;
	padding: 5px;
	width: 780px;
}
.left_arrow1
{
	float: left;
	height: 38px;
	width: 33px;
}
.select-options .select-box-2
{
	margin: 0 0px 10px 0;
    width: 182px;
}

.translucent
{
	filter: alpha(opacity=70);
	opacity: 0.70;
	background-color: gray;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50000;
}

.popup-box.password
{
	width: 670px;
	position: absolute;
	z-index: 70000;
	left: 400px;
	top: 450px;
	background-position: top center;
	 font: normal 18px/20px 'AntennaCond-medium' , Arial, Helvetica, Sans-Serif;
}
.popup-box.password h5{font-family:'AntennaCond-medium' , Arial, Helvetica, Sans-Serif;}
.disableLayer
{
	background-color: #EFEFEF;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000; /*Its just belower than than popup box's z-index.*/
	top: 0px;
	left: 0px;
	opacity: .5; /* in FireFox */
	filter: alpha(opacity=50); /* in IE */
}
.clubmember-email
{
	float: left;
	margin: 12px 0 0;
}
.discount-login-form .popup-submit-btn
{
}
.popup-submit-btn-1
{
	border: medium none;
	cursor: pointer;
	display: block;
	height: 60px;
	margin: 15px 25px 0 0;
	padding: 0 0 0;
	width: 150px;
	float: left;
}

.pick-phone-label
{
    font-size:22px;
    color:#474747;
}

.view-video-btn
{
     background:url(../gps_web_images/view-video-button.png) no-repeat top left;
      width:220px;
     height:112px;
     margin:0px 0 20px 0;
    
}

/********** HOME PAGE CSS ENDS **********/

/********** APP FEATURES CSS **********/

.content-layout-inner
{
	margin: 25px 0 0 0;
	padding: 0 10px 50px;
}
.features-select-wrap-inner
{
	margin: 0 0 25px 0;
}
.select-box-1
{
	width: 290px;
	height: 46px;
	line-height: 42px;
	border: #000 1px solid;
	font-size: 24px;
	color: #000;
	padding: 5px 5px 5px 10px;
	margin: 15px 25px 0 0;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
}
.get-free-app-btn, .become-champion-btn
{
	background: url(../gps_web_images/get-free-app-button.png) no-repeat top left;
	width: 126px;
	height: 66px;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	padding: 8px 0 0 0;
	text-decoration: none;
}
.get-free-app-btn:hover, .become-champion-btn:hover
{
	background-position: bottom left;
}
.become-champion-btn
{
	background: url(../gps_web_images/become-champion-button.png) no-repeat top left;
	width: 163px;
}
.or
{
	margin: 25px 10px 0;
}
.phone-wrap
{
	width: 330px;
	padding: 0 10px 0 0;
	text-align: center;
}
.phone-wrap img
{
	max-width: 330px;
}
.transfer-membership-btn
{
	background: url(../gps_web_images/transfer-member-button.png) no-repeat top left;
	width: 241px;
	height: 66px;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	padding: 8px 0 0 0;
	text-decoration: none;
	display: block;
	margin: 15px auto 0px;
}
.transfer-img img{width:860px;}
.phone-features
{
	width: 650px;
}
.features-table
{
	width: 644px;
	float: right;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.features-table td
{
	vertical-align: middle;
	height: 35px;
	font-size: 17px;
}
.features-table td.col-1
{
	width: 490px;
	padding: 0 10px;
}
.features-table td.col-2
{
	width: 52px;
	text-align: center;
}
.features-table td.col-3
{
	width: 82px;
	text-align: center;
}
.features-table td.features-head
{
    background: url(../gps_web_images/available-features-header-bg.png) repeat-x top left;
    height: 55px;
    font: normal 18px/normal 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
    color: #fff;
}
.features-table td.free-club, .features-table td.champion
{
	color: #fff;
	background: #008104;
	height: 55px;
}
.features-table td.champion
{
	background: #006ab5;
}
.features-table td.feature-selected
{
	background: url(../gps_web_images/available-features-selected-bg.png) repeat-x top left;
}
.features-table td.feature-selected:hover
{
	background: #c09b2a;
}
.features-table td.free-club-select
{
	background: url(../gps_web_images/free-club-bg.png) no-repeat top left;
}
.features-table td.champion-select
{
	background: url(../gps_web_images/champion-box-bg.png) no-repeat top left;
}
.features-table td.feature-list
{
	background: url(../gps_web_images/available-features-bg.png) repeat-x top left;
}
.features-table td.feature-list:hover
{
	background: #ccc;
}
.features-table td a
{
	color: #005aff;
	text-decoration: underline;
}
.features-table td a:hover
{
	color: #000;
}
.features-table-wrap
{
	position: relative;
	width: 865px;
}
.next, .prev
{
	position: absolute;
	top: 52px;
	width: 33px;
}
.prev
{
	left: -38px;
}
.next
{
	right: -38px;
}
.image-frame-1
{
	width: 644px;
	float: left;
	padding-left:5px;
}
.image-frame-1 img
{
	width: 644px;
}

a.popup-submit-btn
{
	line-height: 60px;
	text-decoration: none;
}
.blue-submit-btn-gps8, .green-submit-btn-gps8
{
	border: medium none;
	background: url(../gps_web_images/blue-btn-gps.png) no-repeat top left;
	display: block;
	height: 39px;
	text-align: center;
	width: 224px;
	float: left; color:#ffffff; padding:13px 0px 0px 0px; text-decoration:none; font-size:20px;
}
.green-submit-btn-gps8
{
	background: url(../gps_web_images/green-btn-gps.png) no-repeat top left;
	width: 161px;
	margin: 0px 10px 0px 0px;
}
.green-submit-btn-gps8:hover{
		background: url(../gps_web_images/green-btn-gps.png) no-repeat bottom left;
}

.blue-submit-btn-gps8:hover
{
		background: url(../gps_web_images/blue-btn-gps.png) no-repeat bottom left;
}

.gps-submit-btn
{
	background: url(../gps_web_images/blue-btn-small.png) no-repeat bottom left;
	width: 197px;
	font-size: 20px;
	text-align: center;
	padding: 15px 0 0 0;
	text-decoration: none;
	color: #fff;
	height: 41px; margin:0px 0px 25px 0px;
	
	}
	.gps-submit-btn:hover{background: url(../gps_web_images/blue-btn-small.png) no-repeat top left;}
	.gps-download-left{width: 270px; float: left; padding: 0px 40px 0px 0px; }
	.gps-download-right{width: 265px; float: left;}
	.gps-download-instructions{font-size:18px;}
	.gps-download-instructions ul{margin:15px 0px 0px 0px; padding:0px; list-style:none;}
	.gps-download-instructions ul li{margin:0px; padding:0px 0px 10px 25px; background:url(../gps_web_images/black-bullet.png) no-repeat 0px 7px;}

/********** APP FEATURES PAGE CSS ENDS **********/


/********** CHAMPION UPGRADES CSS **********/

.champion-upgrades .features-table
{
	width: 990px;
	float: none;
}
.champion-upgrades .features-table td
{
	border-bottom: #fff 1px solid;
}
.champion-upgrades .features-table td.col-1
{
	width: 787px;
}
.champion-upgrades .features-table td.col-2
{
	width: 67px;
}
.champion-upgrades .features-table td.col-3
{
	width: 126px;
}
.champion-upgrades .features-table td.free-club-select
{
	background: url(../gps_web_images/free-club-bg-1.png) no-repeat top left;
}
.champion-upgrades .features-table td.champion-select
{
	background: url(../gps_web_images/champion-box-bg-1.png) no-repeat top left;
}
.champion-upgrades .select-box-1
{
	margin-top: 0px;
}
.features-table a.view-btn, .view-btn
{
    background: url(../gps_web_images/view-btn.png) no-repeat top left;
    height: 24px;
    width: 50px;
    line-height: 24px;
    float: left;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 0 0;
}
.features-table a.view-btn:hover, .view-btn:hover
{
	background-position: bottom left;
	color: #fff;
}
input.view-btn
{
	background: url(../gps_web_images/view-btn.png) no-repeat top left;
	width: 48px;
	float: left;
	height: 24px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font: normal 18px 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
	margin: 0 10px 0 0;
	border: none;
	cursor: pointer;
}
.champion-upgrades-banner
{
	background: url(../gps_web_images/chamion-upgrades-banner-img.jpg) no-repeat top left;
	height: 280px;
	padding: 0 65px;
	margin-bottom: 30px;
}
.download-app-btn, .champion-member-btn, .join-now-btn, .member-login-btn
{
	background: url(../gps_web_images/download-button.png) no-repeat top left;
	color: #FFFFFF;
	font-size: 28px;
	height: 70px;
	line-height: 34px;
	padding: 5px 0 0;
	text-align: center;
	text-decoration: none;
	width: 385px;
	margin: 10px 0;
}
.champion-member-btn, .join-now-btn
{
	background: url(../gps_web_images/champion-member-button.png) no-repeat top left;
	width: 384px;
}
.member-login-btn
{
	background: url(../gps_web_images/member-login-button.png) no-repeat top left;
}
.join-now-btn, .member-login-btn
{
	margin: 35px 50px 25px;
}
.download-app-btn:hover, .champion-member-btn:hover, .join-now-btn:hover, .member-login-btn:hover
{
	background-position: bottom left;
}
.champion-upgrades-banner .or
{
	margin: 35px 10px 0;
}
.champion-upgrades .features-table td.select-options-td
{
	padding-left: 0px;
	width: 797px;
}

.tic
{
	width: 28px;
	margin: auto;
}


/********** CHAMPION UPGRADES PAGE CSS ENDS**********/


/********** AVAILABLE SMARTPHONES PAGE CSS**********/

.smartphones
{
	background: url(../gps_web_images/smart-phone-main-bg.jpg) repeat-x top left #e0e0e0;
}

.smartphones-box
{
	background: url(../gps_web_images/phone-box-top-curve.png) no-repeat top left;
	width: 217px;
	padding: 15px 0 0 0;
	margin: 0px 25px 25px 0;
	display: inline-block;
	vertical-align: top;
}
.smartphones-box-content
{
	padding: 5px 10px 20px;
	background: #bbc1bb;
	text-align: center;
	min-height: 282px;
}
.smartphones-box-content img
{
    /*max-width: 197px;
    max-height: 315px;
    min-height: 317px;*/
    width: 150px;
    height: 279px;
}
.phone-name
{
    display: block;
    text-align: center;
    margin-bottom: 25px;
    height: 20px;
}

/********** AVAILABLE SMARTPHONES PAGE CSS ENDS**********/


/********** VIEW VIDEOS PAGE CSS**********/

.video-wrap
{
	width: 640px;
	margin: 0px auto 30px;
	padding: 10px 0 0 0;
}
.content-layout-inner p
{
	margin: 0 0 20px 0;
}
.show-more, .show-less
{
	background: url(../gps_web_images/show-more-tab.png) no-repeat center center #9d9d9d;
	text-align: center;
	color: #000;
	height: 20px;
	padding: 8px 0;
	width: 990px;
	margin: 10px auto 30px;
	display: block;
	text-decoration: none;
}
.show-less
{
	background: url(../gps_web_images/show-less-tab.png) no-repeat center center #9d9d9d;
}
.show-more:hover, .show-less:hover
{
	background-color: #848484;
	color: #fff;
}
.video-list li
{
	width: 140px;
	margin: 0 18px 20px 0;
	display: inline-block;
	vertical-align: top;
}
.video-list li.last
{
	margin-right: 0px !important;
}
.video-thumb-div
{
	width: 120px;
	height: 90px;
	position: relative;
	z-index: 50px;
	margin: 0 0 10px;
}
.video-thumb
{
	background: #fff;
	padding: 3px;
	float: left;
	margin: 0 0 10px 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
}
.video-thumb:hover, .video-thumb-div:hover .video-thumb
{
	background: #9d9d9d;
}
.video-duration
{
	background: url('../gps_web_images/duration-bg.png') no-repeat top left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 30;
	color: #fff;
	text-align: center;
	width: 44px;
	height: 20px;
	font: bold 14px/20px arial, Helvetica, Sans-Serif;
}

.video-title
{
	color: #000;
	text-decoration: none;
}
.video-title:hover
{
	text-decoration: underline;
}

/********** VIEW VIDEOS PAGE CSS ENDS **********/

/********** MAPPED COURCES PAGE CSS **********/
.course-select-wrap
{
	padding: 20px 0 0 0;
}
.mapped-cource-banner
{
	width: 989px;
	
	position: relative;
	height:206px;
}
.mapped-cource-banner-content
{
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.select-course
{
	margin: 3px 0 0 0;
	width: 800px;
}
.map-course-btn
{
	background: url(../gps_web_images/map-course-button.png) no-repeat top left;
	width: 192px;
	height: 105px;
	color: #fff;
	font-size: 24px;
	line-height: 33px;
	margin-right: 32px;
	text-align: center;
	padding: 8px 0 0 0;
	text-decoration: none;
	display: block;
}

.course-details-table
{
	width: 990px;
	border-collapse: collapse;
	margin: 20px 0;
}
.course-details-table td
{
	vertical-align: middle;
	height: 35px;
	font-size: 17px;
	background: url(../gps_web_images/available-features-bg.png) repeat-x top left;
	border-bottom: #ececec 1px solid;
}
.course-details-table td:hover
{
	background: #aaaaaa;
}
.course-details-table td.col-1
{
	width: 674px;
	padding: 0 10px;
	border-right: #fff 1px solid;
}
.course-details-table td.col-2
{
	width: 275px;
	padding: 0 10px;
}
.course-details-table td.head
{
	background: url(../gps_web_images/course-table-head-bg.jpg) repeat-x top left;
	width: 970px;
	padding: 0 10px;
}
.course-details-table td.sub-head
{
	background: url(../gps_web_images/course-table-sub-bg.jpg) repeat-x top left;
	border-right: none !important;
}
.course-details-table td.sub-head span
{
	padding-left: 15px;
}
.view-more-course
{
	color: #000;
	text-decoration: none;
	background: url(../gps_web_images/view-more-arrow.png) no-repeat top left;
	padding: 0px 0 0px 45px;
	margin: 5px 0 0 10px;
	float: left;
}
.view-more-course:hover
{
	color: #1366cd;
}
.send-request
{
	color: #000;
	padding: 10px 0 0 0;
}
.send-request-btn
{
	background: url(../gps_web_images/send-request-button.png) no-repeat top left;
	width: 270px;
	height: 37px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 25px;
}
.send-request-btn:hover
{
	background-position: bottom left;
}
.select-box-2
{
	border: 1px solid #000000;
	color: #000000;
	font-size: 24px;
	height: 46px;
	line-height: 42px;
	margin: 0 25px 0 0;
	padding: 5px 5px 5px 10px;
	width: 371px;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
}
.filter-search-input
{
	border: 1px solid #000000;
	color: #000000;
	font-size: 24px;
	height: 26px;
	float:left;
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 749px;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
}
.DisableLayerInner
{
	background-color: #EFEFEF;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 112000; /*Its just belower than than popup box's z-index.*/
	top: 0px;
	left: 0px;
	opacity: .5; /* in FireFox */
	filter: alpha(opacity=50); /* in IE */
}
.DisableLayer
{
	background-color: #EFEFEF;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999; /*Its just belower than than popup box's z-index.*/
	top: 0px;
	left: 0px;
	opacity: .5; /* in FireFox */
	filter: alpha(opacity=50); /* in IE */
}

/** course print popup css **/

#teeboxPrintDiv .teabox-table
{
	margin-right:0px !important;
}
.divPrintingCard-inner
{
	width:910px;
	padding:20px 0;
}
.divPrintingCard-left
{
	width:500px;
	float:left;
}
.divPrintingCard-left img
{
	width:350px;
}
#courseDiv
{
	font-size: 18px; color: #000000; padding:20px 0 0 15px;
}

/** course print popup ends **/

/********** MAPPED COURCES PAGE CSS ENDS **********/

/********** JOIN CLUB HOUSE PAGE CSS **********/

.join-clubhouse-banner
{
	width: 100%;
	background: url(../gps_web_images/join-club-banner-img-new.jpg) no-repeat center center;
	margin: 5px 0 0;
}
.join-clubhouse-banner-inner
{
	width: 975px;
	margin: 0px auto 0px;
	height: 550px;
	position: relative;
}
.clubhouse-screen
{
	bottom: -60px;
	height: 581px;
	position: absolute;
	right: -10px;
	width: 296px;
}
.join-clubhouse-banner-text
{
	font-family: 'SerpentineMedium' , Arial, Helvetica, Sans-Serif;
}
.join-clubhouse-wrap
{
	width: 975px;
	margin: 80px auto 0;
	padding-bottom: 100px;
}
.testimonials li
{
	width: 310px;
	float: left;
	margin: 0 20px 0 0;
	font-size: 24px;
	line-height: 26px;
}
.testimonials li.last
{
	margin: 0px;
}
.join-clubhouse-wrap .video-wrap
{
	width: 973px;
	margin: 20px auto 0px;
}

/********** JOIN CLUB HOUSE PAGE CSS ENDS **********/

/********** POPUP-BOX CSS **********/

.popup-box
{
	width: 865px;
	border: #4c4c4c 2px solid;
	background: #fff url(../gps_web_images/popup-bg.jpg) repeat-x bottom left;
	padding: 35px;
}
.close-popup
{
    background: url(../gps_web_images/close-btn.png) no-repeat top left;
    width: 25px;
    height: 25px;
    margin: -28px -28px 0 0;
    float: right;
    cursor: pointer;
}
.close-popup:hover
{
	background-position: bottom left;
}
.popup-rounded-box
{
	background: url(../gps_web_images/rounded-corner-top.png) no-repeat top left;
	width: 865px;
	padding: 15px 0 0 0;
	margin-bottom: 0px;
}
.popup-rounded-box-inner
{
    width: 793px;
    background: #fff;
    border-left: #5d5d5d 1px solid;
    border-right: #5d5d5d 1px solid;
    padding: 20px 35px;
}
.popup-rounded-box-inner p, .popup-box p
{
	margin-bottom: 20px;
}
.or-btn
{
	background: url(../gps_web_images/or-large.png) no-repeat top left;
	width: 108px;
	height: 64px;
	position: relative;
	margin: 0px auto -15px;
}
.popup-submit-btn
{
	background: url(../gps_web_images/popup-submit-btn.png) no-repeat top left;
	width: 272px;
	margin: 0 auto;
	border: none;
	font-size: 28px;
	text-align: center;
	padding: 0px 0 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	display: block;
	height: 60px;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
}
.alpha-list li
{
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-bottom: 20px;
}
.send-text-form
{
	width: 625px;
	margin: 0px auto;
}
.send-text-form label
{
	font-size: 24px;
	float: left;
	margin: 13px 10px 10px 0;
}
.send-text-form .select-box-1
{
	width: 285px;
	margin: 0px 25px 0 0;
	line-height: 42px;
}
.text-input, .text-input-large
{
	border: 1px solid #000000;
	color: #000000;
	font-size: 24px;
	height: 26px;
	margin: 0px 10px 0 0px;
	padding: 10px 10px 10px 10px;
	width: 270px;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
}
.text-input-large
{
	width: 480px;
	float: left;
	margin: 0px;
}

.send-text-form .popup-submit-btn
{
	margin: 10px 25px 0 0;
}
.discount-login-form li
{
	margin-bottom: 20px;
	overflow: hidden;
}
.discount-login-form
{
    width: 740px;
    padding: 20px 0 0 0;
}
.discount-login-form li .text-input-large
{
    width: 360px;
}
.discount-login-form label
{
	float: left;
	margin: 13px 10px 10px 0;
	width: 140px;
}
.discount-login-form li .error-msg
{
	padding: 0 0 0 148px;
}
.discount-login-form .popup-submit-btn
{
	margin: 10px 25px 0 0;
}
.popup-box.small
{
	background-position: center left;
}
.transfer-membership-screens li
{
	float: left;
	width: 230px;
	margin: 0px 85px 35px 0;
}
.transfer-membership-screens li.last
{
	margin-right: 0px;
}
.screen-title
{
	height: 60px;
	padding-bottom: 10px;
}
.popup-box h5
{
	font-size: 26px;
	margin-bottom: 20px;
}
.select-smartphones
{
	width: 410px;
}
.champion-upgrades .select-smartphones .select-box-1
{
	width: 400px;
	margin-top: 15px;
}
.select-smartphones h5
{
	font-size: 24px;
	margin-bottom: 10px;
}
.smartphone-image
{
	width: 440px;
	text-align: center;
	height: 455px;
}
.smartphone-image img
{
	max-width: 440px;
	max-height: 455px;
}
.popup-box .features-table
{
	width: 865px;
	float: none;
	margin-bottom: 0px;
}
.popup-box .features-table td.col-1
{
	width: 655px;
}
.popup-box .features-table td.col-2
{
	width: 65px;
}
.popup-box .features-table td.col-3
{
	width: 125px;
}
.popup-box .features-table td.free-club-select
{
	background: url("../gps_web_images/free-club-bg-1.png") no-repeat left top;
}
.popup-box .features-table td.champion-select
{
	background: url("../gps_web_images/champion-box-bg-1.png") no-repeat left top;
}
.map
{
	padding: 20px 0;
}
.popup-box.login-box
{
    width: 450px;
    background-position: center left;
    font: normal 18px/20px 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
}
.join-now-form h4
{
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
}
.join-now-form li
{
	margin-bottom: 8px;
	overflow: hidden;
}
.join-now-form li.last
{
	line-height: 23px;
	margin: 15px 0 0 0;
}
.blue-link
{
	color: #005AFF;
	text-decoration: none;
}
.blue-link-1
{
	color: #006ab5;
	text-decoration: none;
}
.blue-link:hover, .blue-link-1:hover
{
	text-decoration: underline;
}
.join-now-form li a:hover
{
	text-decoration: underline;
}
.join-label
{
	font-size: 20px;
	float: left;
	margin: 0px;
	margin: 4px 0 0;
}
.join-input
{
	border: none;
	background: url("../gps_web_images/join-input-bg.png") no-repeat left top;
	width: 220px;
	height: 19px;
	padding: 5px 10px;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
	float: right;
	font-size: 18px;
}
input.join-clubhouse-btn
{
	border: none;
	height: 75px;
	padding: 0px 25px;
	cursor: pointer;
	margin: 10px auto 0;
	display: block;
	width: 384px;
	background: url("../gps_web_images/join-clubhouse-button.png") no-repeat left top;
}
a.join-clubhouse-btn
{
	border: none;
	height: 75px;
	padding: 0px 25px;
	cursor: pointer;
	margin: 10px auto 0;
	display: block;
	width: 334px;
	background: url("../gps_web_images/join-clubhouse-button.png") no-repeat left top;
}
.content-layout-inner .join-now-form input.join-clubhouse-btn
{
	margin: 10px auto 0;
	display: block;
}
.popup-box.course-popup
{
	width: 910px;
}

/********** POPUP-BOX CSS ENDS**********/

/********** BECOME MEMBER PAGE CSS **********/

h4.purchase-membership
{
	border-bottom: 1px solid #000000;
	font-size: 30px;
	margin: 10px 0 30px;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.existing-member-link
{
	color: #005AFF;
	text-decoration: none;
	text-align: right;
	display: block;
	cursor: pointer;
}
.existing-member-link:hover
{
	text-decoration: underline;
}
ul.purchase-membership
{
	padding-bottom: 20px;
}
ul.purchase-membership li
{
	margin-bottom: 20px;
	font-size: 24px;
	display: block;
	overflow: hidden;
}
ul.purchase-membership li.first-li
{
	margin-bottom: 60px;
}
.purchase-membership-label
{
	padding: 14px 10px 0 0;
	width: 290px;
	text-transform: capitalize;
}
.purchase-membership-select, .purchase-membership-input, .purchase-membership-span, .coupon-code-input, .card-number-input-1, .card-number-input-2, .expiration-date-select
{
	border: #000 1px solid;
	font-size: 24px;
	background: #fff;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
}
.purchase-membership-select, .expiration-date-select
{
	padding: 5px;
	width: 290px;
	height: 48px;
	line-height: 42px;
}
.expiration-date-select
{
	width: 140px;
	margin: 0 10px 0 0;
}
.expiration-date-select:last-of-type
{
	margin: 0px;
}
.purchase-membership-input, .coupon-code-input
{
	padding: 5px;
	width: 278px;
	height: 36px;
}

.purchase-membership-span
{
	height: 20px;
	padding: 13px 5px;
	width: 278px;
}

.card-number-input-1, .card-number-input-2
{
	padding: 5px;
	width: 156px;
	height: 36px;
	margin: 0 10px 0 0;
}
.card-number-input-2
{
	width: 100px;
	margin: 0px;
}
ul.purchase-membership li input[type="checkbox"]
{
    margin:5px 10px 0 0;
}
.content-layout-inner .gift-card-check
{
	margin: 12px 20px 0 0;
	overflow: hidden;
	line-height: 25px;
}
.coupon-code-input
{
	width: 150px;
	float: left;
}
ul.purchase-membership li .blue-link
{
	padding: 10px 0 0 15px;
	float: left;
}
ul.purchase-membership li small
{
	display: block;
	font-size: 14px;
	padding: 5px 0 0 302px;
}
.blue-btn-small
{
	background: url(../gps_web_images/blue-btn-small.png) no-repeat top left;
	width: 197px;
	border: none;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	display: block;
	height: 56px;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
	float: left;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
}
.blue-btn-small:hover
{
	background-position: bottom left;
}
a.blue-btn-small
{
	line-height: 54px;
	text-decoration: none;
}
input[type="image"].blue-btn-small
{
	background: url(../gps_web_images/blue-btn-small.png) no-repeat top left;
}

.shadow-frame
{
	background: url(../gps_web_images/shadow-frame-top.png) no-repeat top left;
	width: 917px;
	padding: 10px 0 0 0;
}
.shadow-frame-inner
{
	background: url(../gps_web_images/shadow-frame-middle.png) repeat-y top left;
	padding: 0 10px 0 17px;
	width: 890px;
}

.shadow-frame-inner img
{
	width: 890px;
}
.mandatory-field
{
	color: red;
	padding: 15px 0 0 10px;
	float: left;
	font: normal 20px Arial, Helvetica, Sans-Serif;
}
.error-msg, .error-msg2
{
	color: red;
	font-size: 16px;
	padding: 15px 0 0 5px;
	float: left;
}
.error-msg2
{
	padding: 0px 0 0 80px;
}
.login-error{height:5px; padding:5px 0px 0px 5px;color: red;}
ul.purchase-membership li.info-box-list
{
	position: relative;
	overflow:visible;
}
.info-box
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 350px;
	font-size: 15px;
}
#promo-code .error-msg
{
	padding: 0 0 0 0;
}
.register-terms
{
    overflow-y: auto;
    overflow-x: hidden;
    height: 230px;
    margin-top: 20px;
    font-size: 16px;
    width: 450px;
    font-family: 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
}
.popup-box .register-terms h5
{
	font-size: 20px;
}
.register-terms h1
{
    font-size: 22px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.register-terms h2
{
    font-size: 20px;
    margin: 0px;
    padding: 5px 0px 7px 0px;
}
.register-terms p
{
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    line-height: 25px;
}
.register-terms h3
{
    font-size: 15px;
    margin: 0px;
    padding: 5px 0px 7px 0px;
}
 .register-terms ul
{
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    list-style:disc;
   
    
}
.register-terms ul, .register-terms ol{margin-left:50px; }
.register-terms ol{list-style:upper-alpha; }
.register-terms ol ul{margin-left:25px;}
.register-terms li{padding-bottom:10px;}

#agreementDiv h4
{
	border-bottom: #000 1px solid;
	padding-bottom: 5px;
}
/********** BECOME MEMBER PAGE CSS ENDS **********/

/********** CONTACT US PAGE CSS **********/

#ContactUs, #ContactUs h4
{
    font-family: 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
}
.contact-form-list-outer
{
	padding-bottom: 30px;
}
.contact-form-list
{
	font-size: 22px;
	display: block;
	overflow: hidden;
}
contact-form-list.first
{
	margin-bottom: 40px;
}

.contact-form-label
{
	padding: 14px 10px 0 0;
	width: 520px;
}
.contact-form-select, .contact-form-input, .contact-textarea
{
    border: #000 1px solid;
    font-size: 23px;
    background: #fff;
    font-family: 'avenir-roman-font' , Arial, Helvetica, Sans-Serif;
}
.contact-form-select
{
	padding: 5px;
	width: 415px;
	height: 48px;
	line-height: 42px;
}
.contact-form-input
{
	padding: 5px;
	width: 405px;
	height: 36px;
}
.textarea-label
{
	margin: 30px 0 15px 0 !important;
}
.contact-textarea
{
	width: 925px;
	height: 195px;
	padding: 10px;
	overflow: auto;
}
.textarea-error-div
{
	margin-bottom: 10px;
}
.textarea-error-div .error-msg
{
	padding: 0px;
}
.purchase-membership .popup-submit-btn
{
	margin-top: 10px;
}
ul.contact-info
{
	font-size: 23px;
	margin: 0 0 40px 0;
}
ul.contact-info li
{
	margin-bottom: 10px;
}
.error-msg-div
{
	height: 20px;
	padding: 3px 50px 3px 530px;
}
.error-msg-div .error-msg
{
	padding: 0px;
}
/********** CONTACT US PAGE CSS ENDS **********/

/*********** ABOUT US PAGE CSS ************/

ul.about-info
{
	margin: 0 0 25px 0;
}
ul.about-info li
{
	margin-bottom: 3px;
}
.about-title
{
	 margin: 15px 0 20px 0;
}

/*********** ABOUT US PAGE CSS ENDS ************/



/*********** IE 7 CSS ************/
*:first-child + html .video-list li
{
	margin-right: 22px;
}
*:first-child + html .smartphones-box, *:first-child + html .video-list li
{
	display: inline;
	zoom: 1;
}
/*********** IE 7 CSS ************/

/*********** PRO SHOP ************/
.shop-box
{
	background: url(../gps_web_images/grey-bg-repeat.png) repeat-x left top #a8a8a8;
	line-height: 16px;
	padding: 20px 0px 20px 20px;
	color: #000;
	margin: 25px 0px 0px 0px;
	width: 970px;
}
.pro-shop-title
{
	font-size: 20px;
	padding-bottom: 10px;
}
.shop-box h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 6px 0px;
}


.shop-box select
{
	width: 40px;
	margin: 0px 0px 0px 10px;
	float: left;
}
.shop-box h4
{
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border: none;
}
.shop-link
{
	color: #006AB5;
}
.shop-link-logout
{
	color: #006AB5;
	padding: 0px 0px 0px 20px;
	float: right;
	text-decoration: none;
}
.shop-link:hover
{
	text-decoration: underline;
}
.shop-link-logout:hover
{
	text-decoration: none;
}

.proshop-loginlink
{
	color: #006AB5;
	font-weight: normal;
	text-decoration: underline;
}
.proshop-loginlink:hover
{
	text-decoration: none;
}
.OldPrice
{
	text-decoration: line-through;
}
.OldPrice label, .OldPrice span
{
	text-decoration: line-through;
}

.pro-image-wrap
{
	float: left;
	width: 180px;
}
.pro-image
{
	border: 2px solid #333;
	width: 150px;
	margin: 0px 0px 15px 0px;
}
.pro-image-wrap img
{
	width: 150px;
}

.EnlargeLink
{
	color: #006AB5;
	background: url(../website/images_new/zoom_in.png) no-repeat 0px 0px;
	padding: 0px 0px 20px 18px;
	margin: 0px 0px 0px 10px;
}
.EnlargeLink:hover
{
	text-decoration: none;
}
.pro-label
{
	float: left;
	width: 60px;
	padding-top: 3px;
}

.pro-content
{
	width: 605px;
	float: left;
	padding: 0px 30px 0px 0px;
	line-height: 20px;
}
.pricing
{
	font-size: 15px;
	padding-top: 15px;
}

.pro-shop-quantity
{
	padding: 40px 0px 0px 0px;
}

.popup-wrap3
{
	position: absolute;
	z-index: 70000;
	text-align: center;
	padding: 15px 10px 5px 10px;
	margin: 120px 0 0 200px;
}

.popup-wrap3 .closepopup
{
	width: 80px;
	float: right;
	text-align: right;
	margin: 0px 30px 0px 0px;
	cursor: pointer;
}

.poptop3
{
	background: url(../website/images_new/pop-top_small.png) no-repeat 0px 0px;
	width: 396px;
	height: 22px;
	padding: 10px 0px 0px 25px;
}
.pop-content3
{
	background: url(../website/images_new/pop-bodybg_small.png) repeat-y 0px 0px;
	padding: 5px 0px 17px 0px;
	width: 421px;
}
.popbottom3
{
	background: url(../website/images_new/pop-bottom_small.png) no-repeat 0px 0px;
	width: 421px;
	height: 19px;
}
.become-champion-button
{
    background:url(../gps_web_images/blue-btn-gps.png) no-repeat top left;
    width:224px;
    height:52px;
    margin:10px 0 0 0px;
    font: 18px/52px 'SerpentineMedium' , Arial, Helvetica, Sans-Serif;
    text-align:center;
    color:#fff;
    cursor:pointer;
    border:none;
 
}
.usernametxt
{
	width:142px;
	text-align:right;
}

/*********** PRO SHOP ENDS ************/

/*********** ACCESSORIES ************/
.tdhead td, .tdhead2 td
{
	background: #CCCCCC;
	padding: 10px;
	font-weight: bold;
}
.tdhead2 td
{
	background: #999999;
}
.td001 td
{
	padding: 10px 10px 6px 10px;
}
.td002 td
{
	padding: 5px 0px 5px 10px;
}
.store-panel
{
	margin: 40px 0px 0px 0px;
	border-top: 1px solid #000;
	padding: 15px 0px 0px 0px;
}
.sp-label
{
	width: 200px;
	text-align: right;
	padding: 15px 8px 10px 0px;
}
.acc-head
{
	margin-left: 10px;
	padding-bottom: 15px;
	margin-top: 15px;
	font-size: 22px;
}
.font14
{
	font-size: 16px;
}
.textbox2
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #000000;
	font-family: 'EurostileRegular' ,Arial,Helvetica,Sans-Serif;
	font-size: 18px;
	width: 253px;
	height: 30px;
	margin-right: 8px;
}
.radio_shipping
{
	margin-left: 10px;
}
.radio_shipping label
{
	padding: 0px 0px 0px 8px;
}
.radio_shipping td
{
	padding-bottom: 5px;
}
.req
{
	color: #ff0000;
}

/*********** ACCESSORIES ENDS************/


/*********** COURSE POPUP CSS ************/

.popup-box.course-popup
{
	width: 910px;
	background: #ffffff url("../gps_web_images/popup-bg-2.png") repeat-x left bottom;
}
.course-details
{
	margin: 0px 0 30px 0;
	padding: 15px 0 0 0;
}
.course-details-left li
{
	font-size: 24px;
	margin-bottom: 5px;
	color: #5b5b5b;
	width: 310px;
	overflow: hidden;
}
.champions-image-slider
{
	width: 585px;
	height: 145px;
	padding: 10px 0;
	background: url("../gps_web_images/slider-box-bg.png") no-repeat left top;
}
.recent-rounds-table
{
	width: 386px;
	float: left;
	border-collapse: collapse;
	border-left: #000 2px solid;
	border-top: #000 2px solid;
	margin-bottom: 30px;
	color: Black;
}
.recent-rounds-table th
{
	font-size: 18px;
	background: url("../gps_web_images/course-table-sub-bg.jpg") repeat-x left top;
	height: 33px;
	text-align: center;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	vertical-align: middle;
}

.recent-rounds-table td
{
	height: 34px;
	text-align: center;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	vertical-align: middle;
	background: url(../gps_web_images/available-features-bg.png) repeat-x top left #aaaaaa;
	font-size: 15px;
}

.recent-rounds-table td a
{
	color: #006cfe;
}

.recent-rounds-table td:hover
{
	background: #ccc;
}

.more-recent-rounds
{
	background: url("../gps_web_images/down-arrow-black-2.png") no-repeat left top;
	height: 21px;
	padding: 0 0 5px 32px;
	color: #005AFF;
	text-decoration: none;
}
.more-recent-rounds span
{
	background: url("../gps_web_images/down-arrow-black-2.png") no-repeat right top;
	height: 21px;
	display: inline-block;
	padding: 0 32px 5px 0px;
}

.score-card-table
{
	width: 910px;
	border-collapse: collapse;
	border-left: #000 2px solid;
	border-top: #000 2px solid;
	margin-bottom: 30px;
}
.score-card-table td
{
	height: 33px;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	vertical-align: middle;
	background: url(../gps_web_images/available-features-bg.png) repeat-x top left #aaaaaa;
	font-size: 15px;
	padding-left: 4px;
	width:30px;
}

.score-card-table th
{
	height: 33px;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	vertical-align: middle;
	font-size: 15px;
	background: url("../gps_web_images/course-table-head-bg.jpg") repeat-x left top;
	color: #fff;
	width: 30px;
}

.score-card-table td:hover
{
	background: #ccc;
}

.teabox-table-wrap
{
	width: 645px;
	margin: 0px auto;
}
.teabox-table
{
	width: 306px;
	border-collapse: collapse;
	border-left: #000 2px solid;
	border-top: #000 2px solid;
	float: left;
	margin: 0 30px 0 0;
	color: #000;
}

.teabox-table th
{
	height: 33px;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	vertical-align: middle;
	background: url("../gps_web_images/course-table-head-bg.jpg") repeat-x left top;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.teabox-table td
{
	height: 33px;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	vertical-align: middle;
	background: url(../gps_web_images/available-features-bg.png) repeat-x top left #aaaaaa;
	font-size: 15px;
	text-align: center;
}
.teabox-table td:hover
{
	background: #ccc;
}

.scroecard-btn
{
	background: url(../gps_web_images/blue-btn-big.png) no-repeat top left;
	width: 272px;
	border: none;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	display: block;
	height: 75px;
	font-family: 'EurostileRegular' , Arial, Helvetica, Sans-Serif;
	float: left;
	border: none;
	cursor: pointer;
	margin-bottom: 20px;
}
.scroecard-btn:hover
{
	background-position: bottom left;
}

.inputGray, .inputWhite
{
	width: 24px;
	text-align: center;
	font-size: 17px;
	float: left;
	border-left: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	background-color: White;
}

a.popup-submit-btn
{
	line-height: 60px;
	text-decoration: none;
}

.hole-view-wrap
{
	width: 493px;
	background: #072702;
	margin: 0px 0 30px 0;
}
.hole-view-nav
{
	height: 63px;
	background: url(../gps_web_images/hole-viewer-nav-bg.png) repeat-x top left;
	border-top: #96a394 1px solid;
	border-left: #000 1px solid;
}
.hole-view
{
	background: url(../gps_web_images/hole-viewer-hr.png) no-repeat top right;
	padding: 3px 0 0 0;
}
.previous-hole, .next-hole, .hole-number, .hole-detail-1, .hole-detail-2
{
	font-family: 'SerpentineMedium' , Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: left;
	background: url(../gps_web_images/hole-viewer-nav-sep.png) no-repeat top right;
	line-height: 26px;
	padding: 5px 0 0 0;
	height: 58px;
	width: 110px;
	text-shadow: 2px 0px 1px #007c14, 0px 2px 1px #007c14;
	-moz-text-shadow: 2px 0px 1px #007c14, 0px 2px 1px #007c14;
	-webkit-text-shadow: 2px 0px 1px #007c14, 0px 2px 1px #007c14;
}
.previous-hole:hover, .next-hole:hover
{
	text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-webkit-text-shadow: 0px 0px 3px #000;
}
.next-hole
{
	background-position: top left;
	float: right;
}
.hole-number
{
	width: auto;
	font-size: 56px;
	line-height: normal;
	float: left;
	background: none;
	padding: 0px;
}
.hole-detail-wrap
{
	width: 265px;
	float: left;
}
.hole-detail-1, .hole-detail-2
{
	height: auto;
	background: none;
	padding: 8px 0 3px 10px;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	width: 130px;
}
.hole-detail-2
{
	padding-top: 0px;
}
.zoom-control-wrap
{
	width: 100px;
	background: url(../gps_web_images/zoom-controll-bg.png) no-repeat left top;
	height: 580px;
}
.zoom-control-panel
{
	margin: 20px 0 0 21px;
	width: 65px;
}
.zoom-in-btn
{
	width: 58px;
	background: url(../gps_web_images/zoom-in-btn.png) no-repeat left top;
	height: 59px;
	float: left;
}
.zoom-out-btn
{
	width: 58px;
	height: 59px;
	background: url(../gps_web_images/zoom-out-btn.png) no-repeat left top;
	float: left;
}
.scroller
{
	width: 65px;
	height: 250px;
	position: relative;
	z-index: 100;
	float: left;
}
.scroll-bar
{
	width: 13px;
	height: 250px;
	background: url(../gps_web_images/scroll-bar.png) repeat-y left top;
	position: absolute;
	top: 0px;
	left: 20px;
}
.scroll-handle
{
	width: 65px;
	height: 26px;
	background: url('../gps_web_images/scroll-handle.png') no-repeat top left;
	position: absolute;
	left: -6px;
	top: 0px;
	z-index: 90;
	cursor: pointer;
}
.flyover-logo
{
	margin: 85px 0 0 10px;
	float: left;
}
.stage
{
	width: 393px;
	height: 613px;
}

/*********** COURSE POPUP CSS ENDS************/

.forum-modalBackground
{
	background-color: #F8F8F8;
	filter: alpha(opacity=70);
	opacity: 0.7;
	top: 200px;
}

.section-hdr, .section-hdr span
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
.section-hdr select
{
	border: 1px solid #333333;
	width: 215px;
	font-weight: bold;
}

.cntr-div
{
    text-align:center;
}
.cntr
{
    display:inline-block;
}
*:first-child+html .cntr
{
    display:inline;
    zoom:1;
}
.features-table-wrap.slider
{
	width:815px;
	margin:20px auto;
}
.popup-box .features-table-wrap.slider .features-table
{
	width:815px;
}
.popup-box .features-table-wrap.slider .features-table td.col-1
{
	width:605px;
}

/* video Popup page start */
.video-pop-wrap
{		
	font-size: 14px;
	position: absolute;
	z-index: 70000;
	text-align: left;
	margin: 120px 0 0 270px;
	top: 165px;	
	
	background:url("../gps_web_images/popup-bg.jpg") repeat-x scroll left bottom #FFFFFF;
	border:2px solid #4C4C4C;
	padding:35px;
	width:825px;
}
.video-pop-wrap .close
{
	text-align: center;
	color: #fff;
	font-size: 14px;

	display: block;		
	
	background:url("../gps_web_images/close-btn.png") no-repeat scroll left top transparent;
	cursor:pointer;
	float:right;
	height:15px;
	margin:-20px -20px 0 0;
	width:17px;
}
.yt_holder
{
	
	
	padding: 0px;
}
.video_popup_heading
{
	
	border-bottom: 2px solid #30373f;
	margin: 0 0 10px 0px;
}
.video_popup_heading h3
{
	margin: 0px;
	padding: 6px 5px;
	font-size: 20px;
	color: #00031b;
	font-weight: normal;
}
.video_popup_left
{
	width: 185px;
	float: left;
	margin: 0 0 10px 10px;
}
.video_popup_right
{
	float: right;
	width: 556px;
	margin: 0 10px 10px 0px;
}
.belt ul
{
	list-style: none;
	margin: 0;
	padding: 0px;
}
.belt li
{
	padding: 0px 0 3px 18px;
	margin: 10px 0;
	font-size: 16px;
}
.belt .currentvideo
{
	background: url(../gps_images/arrow_video.png) no-repeat left top;
}
.belt li a
{
	color: #000;
}
#ytvideo2
{
	float: right;
}

/* video Popup page ends */


/***********   News Feed CSS   *************/

.mainwrap{width:320px; background:#fff; margin:10px auto;}
.newslist-wrap
{
    background: url(../gps_web_images/sep-line.png) repeat-x left bottom;
    padding: 10px 8px 15px 10px;
    font-size:12px; position:relative;
}
.newslist-wrap .thump-image
{
    boder-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    border:1px solid #353535; float:left; margin:0px 8px 0px 0px
}

.newslist-wrap .news-content
{
 padding:0px 20px 0px 0px; text-align:center; line-height:12px; overflow:hidden;
}
.newslist-wrap h1{font-size:18px; line-height:20px; padding:0px 0px 10px 0px; text-align:center;}
.newslist-wrap .arrow{margin-top:-15px; position:absolute; top:50%; right:5px;}
.newslist-wrap p{ line-height:14px; font-size:13px; padding:0px 0px 15px 0px;}
.newslist-wrap .largeimg{text-align:center; padding:5px 0px 10px 0px}



/***********   News Feed Ends   ************

/***********  REQUEST SMARTPHONES PAGE CSS ************/

h2.requet-smartphone-title {
    font-size: 30px;
    margin: 10px 0 15px;
    font-family:'EurostileRegular',Arial,Helvetica,Sans-Serif
}
.in-production-phone
{
    background:url(../gps_images/smartphone-bg-small.png) no-repeat top left;
    width:107px;
    height:164px;
    text-align:center;
    margin:0 10px 0 0;
    padding:5px 0 0 0;
    font-size:10px;
    float:left;
}
.in-production-phone-outer
{
    padding:0 0 40px 15px;
}
ul.rqst-phone {
   
}
ul.rqst-phone li {
    display: block;
    font-size: 22px;
    overflow: hidden;
}
.rqst-phone-label {
    padding: 14px 10px 0 0;
    text-transform: capitalize;
    width: 400px;
}
.rqst-phone-input, .rqst-phone-select
{
     background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    font-family: 'EurostileRegular',Arial,Helvetica,Sans-Serif;
    font-size: 24px;
      height: 36px;
    padding: 5px;
    width: 408px;
}
.rqst-phone-select
{
     height: 48px;
    line-height: 42px;
    padding: 5px;
    width: 420px;
}
.mandatory-field {
    color: red;
    float: left;
    font:normal 20px Arial,Helvetica,Sans-Serif;
    padding: 15px 0 0 10px;
}
ul.rqst-phone .error-msg {
    color: red;
    float: left;
    font-size: 14px;
    height:20px;
    line-height:20px;
    padding: 0px 0 0 410px;
}
.content-layout-inner .gift-card-check
{
    margin:12px 20px 0 0;
    overflow:hidden;
    line-height:24px;
}
ul.rqst-phone li input[type="checkbox"] {
    margin: 15px 10px 0 0;
}
.rqst-phone-submit
{
    text-align:center;
    padding:10px 0;
}
ul.rqst-phone li .blue-btn-small
{
    float:none;
    display:inline;
    margin:0 15px;
    background-position:bottom left;
}
ul.rqst-phone li .blue-btn-small:hover
{
     background-position:top left;
}
.que-box
{
	padding:15px 0;
}
.que-box-txt
{
	line-height:60px;
	margin:0 25px 0 0;
	font-size:22px;
}
.que-box .popup-submit-btn
{
	float:left;
}




/***********  REQUEST SMARTPHONES PAGE CSS ENDS ************/


.yes-button
{
    background:url(../gps_web_images/share-button.png) no-repeat top left;
    width:78px;
    height:39px;
    margin:4px 0 0 0px;
    font: 18px/35px 'SerpentineMedium',Arial,Helvetica,Sans-Serif;
    text-align:center;
    color:#fff;
    cursor:pointer;
    border:none;
    text-decoration:none;
}
.yes-button:hover
{
    background-position:bottom left;
}

/************* Terms of Use *****************/

.terms-of-use h1
{
    font-size: 22px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
font-weight:bold
}
.terms-of-use h2
{
    font-size: 20px;
    margin: 0px;
    padding: 5px 0px 7px 0px;
font-weight:bold
}
.terms-of-use p
{
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    line-height: 19px;
}
.terms-of-use h3
{
    font-size: 15px;
    margin: 0px;
    padding: 5px 0px 7px 0px;
}
.terms-of-use ul
{
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    list-style:disc;
   
    
}
.terms-of-use ul, .terms-of-use ol{margin-left:50px; }
.terms-of-use ol{list-style:upper-alpha; }
.terms-of-use ol ul{margin-left:25px;}
.terms-of-use li{padding-bottom:10px;}

.home_button_top 
{    
    padding: 20px 0 0 10px;
    float:right;
    }
    

/*********** Course Details Panel ************/

.course_details_panel
{
    width:910px;
    margin: 0 auto;
    }
    

/*******************  Golf Balls Coupon Page CSS ***********************/ 

.offerBanner {
           background:url(../gps_web_images/GB-banner.png) no-repeat left top;
           width:1000px;
           height:536px;
           position:relative;
       }
.offerBanner .head {
    position:absolute;
    top:205px;
    left:80px;
    width:840px;
    height:120px;
}
.offerBanner h1 {
    color: #fff;

    text-align:center;
    text-transform:uppercase;
    font-size:52px;

    padding:0px 0px 0px 20px;
}
.offerBanner h2 {
    color: #fff;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    font-size:36px;
   
    padding:20px 0px 0px 0px;
    }
.offerBanner .button
{
    display:block; 
    text-align:center;
    text-decoration:none;
    color:#fff;
    width:694px;
    height:64px;
    line-height:64px;
    padding:0px 0px 0px 0px;
    position:absolute;
    top:365px;
    left:142px;
    font-size:24px;text-transform:uppercase;
   
}
.popupLogin {
    background:url(../gps_web_images/loginBg.png) no-repeat left top;
    width:452px;
    height:428px;
    }
.loginInputWrap {
    padding:0px 45px;
}
.loginInputWrap h4{
    padding:30px 0px 10px 0px;
    margin:0px;
    font-size:28px;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
.loginInputWrap input {
        background:url(../gps_web_images/inputfield.png) no-repeat left top;
        width:340px;
        height:46px;
        border:0px;
        margin:0px auto 20px auto;
        font-family:Arial,Helvetica,Sans-Serif;
        color:#a8a8a8;
        text-decoration:none;
        font-size:20px;
        padding:2px 0px 0px 20px;
}
.loginInputWrap .button {
        background:url(../gps_web_images/loginBtn.png) no-repeat left top;
        width:274px;
        height:65px;
        display:block;
        margin:20px auto 0px auto;
        font-weight:bold;
        color:#fff;
        text-decoration:none;
        text-align:center;
        line-height:65px;
        font-size:24px;
}
.passwordWrap{
    padding:10px;
    text-align:center;
    color:#fff;
}
passwordWrap a
{
    
}

.forgotWrap {
    padding:10px; text-align:center; color:#fff;
}
    .forgotWrap a {
        color:#202fbf;
        text-decoration:underline;
    }
     .forgotWrap a:hover {
        color:#202fbf;
        text-decoration:underline;
    }
.error {
    color: red;
    font-size:14px;
    padding: 5px 0 0 5px;
    
    text-align:center;
}
/*********** HOME SLIDER NEW CSS ***********/
.home_sliderwrapper
{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 810px; /*width of featured content slider*/
    height: 468px;
    margin-left: 0px 0px 10px 0px;
}
.home_sliderwrapper .slider-nav
{
    position: absolute;
    top: 179px;
    left: 0px;
    width: 756px;
    z-index: 900;
    height: 1px;
}
.home_sliderwrapper .slider-nav a
{
    width: 35px;
    height: 69px;
    text-indent: -9999px;
}
#prev
{
    background: url(../gps_web_images/slider-arrow-left.png) no-repeat top left;
}
#prev:hover
{
    background-position: bottom left;
}
#next
{
    background: url(../gps_web_images/slider-arrow-right.png) no-repeat top right;
}
#next:hover
{
    background-position: bottom right;
}

.leftFloat
{
    float: left;
}
.rightFloat
{
    float: right;
}

.home_sliderwrapper .nav
{
    position: absolute;
    right: 364px;
    top: 416px;
    z-index: 6;
    text-indent: -9999px;
    width: 40px;
}
.home_sliderwrapper .nav a
{
    background: url(../gps_web_images/slide-nav.png) no-repeat top right;
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 5px;
}
.home_sliderwrapper .nav a.activeSlide
{
    background: url(../gps_web_images/slide-nav.png) no-repeat top left;
}
/*********** SLIDER CSS ENDS ***********/

.reg-email-text-button
{
    background: #57b231 none repeat scroll 0 0;
    color: #fff !important;
    font-size: 20px;
    height: 24px;
    margin: 0;
    padding: 13px 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
}