﻿body
{
	background: url(../gps_images/body-bg.jpg) repeat-x left top #629fe0;
	font-family: Arial, Tahoma;
	font-size: 13px;
	color: #000;
	margin: 17px 0px 0px 0px;
	padding: 0px;
}
.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 */
}
.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 */
}
*
{
	border: none;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	outline: none;
}

a
{
	outline: none;
	text-decoration: none;
}
b
{
	font-weight: bold;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
}


#main-wrap
{
	margin: auto;
	padding: 0px;
	width: 975px;
}

#header-wrap
{
	margin: 0px 0px 0px 0px;
	height: 115px;
}

#logo
{
	width: 242px;
	float: left;
}
.logo_wrap
{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0 15px;
}
.gps8_text
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 0 100px;
}
.gps8_text span
{
	color: Red;
	font-weight: bold;
}
.content-wrap
{
	font-family: Arial;
	font-size: 18px;
	color: #fff;
}

.device1
{
	width: 219px;
	height: 265px;
	text-align: center;
	background: #80b1e4;
	margin: 0 29px 30px 0px;
	padding: 10px 0 5px 0;
}
.device2
{
	width: 219px;
	height: 251px;
	text-align: center;
	background: #80b1e4;
	float: left;
	margin: 0 0px 30px 0;
	padding: 10px 0 5px 0;
}
.device_img
{
	height: 235px;
}
.device_name
{
	padding-top: 3px;
	color: #000;
}

.que-box
{
	width: 953px;
	background: #80b1e4;
	float: left;
	margin: 0 0px 30px 0;
	padding: 10px 0 10px 20px;
	height: 42px;
	color: #000;
}
.que-box span
{
	float: left;
	padding: 10px 15px 0 0;
}
.request-btn
{
	background: url(../gps_images/request-btn.png) no-repeat left top;
	width: 230px;
	height: 31px;
	color: #fff;
	display: block;
	padding: 8px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	float: left;
}

.request-btn:hover
{
	background: url(../gps_images/request-btn.png) no-repeat left bottom;
}

/* Menu style */

.header_right
{
	float: right;
	width: 705px;
}
.menu
{
	border-bottom: 3px solid #0af70d;
}
.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu .menu_selected
{
	background: #3abc60;
}
.menu .menu_login
{
	background: #646d77;
}
.menu li
{
	background: #8497aa;
	float: left;
	margin: 0 5px 0 5px;
}
.menu li:hover
{
	background: #3abc60;
}
.menu li a
{
	padding: 4px 0;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	float: left;
	text-align: center; /* 18Jan2011 */
}
.menu_left
{
	float: left;
}
.menu_right
{
	float: left;
}

.breadcrumb
{
	background: #0066cb;
	font-size: 18px;
	color: #fff;
	padding: 15px 2px 15px 8px;
}

.breadcrumb a
{
	background: #0066cb;
	font-size: 15px;
	color: #fff;
	padding: 15px 2px;
}
.breadcrumb span
{
	text-decoration: underline;
}
/*--Champions Upgrade----*/

.champions-upgrade
{
	background: #fff;
	padding: 25px 10px;
	color: #000;
}
.upgrade-details
{
	padding: 0 9px;
}

.upgrade-details p
{
	padding: 0px 0px 15px 0;
	margin: 0px;
}

.upgrade-details p span
{
	color: #f7941d;
}

.download-btn, .submit-btn, .login-btn
{
	background: url(../gps_images/download-btn.png) no-repeat left top;
	width: 310px;
	height: 30px;
	color: #fff;
	display: block;
	padding: 7px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.download-btn:hover
{
	background: url(../gps_images/download-btn.png) no-repeat 0px -37px;
	margin-bottom: 15px;
}
.champion-btn
{
	background: url(../gps_images/champion-btn.png) no-repeat left top;
	width: 360px;
	height: 30px;
	color: #fff;
	display: block;
	padding: 7px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-bottom: 0px;
}

.champion-btn:hover
{
	background: url(../gps_images/champion-btn.png) no-repeat left bottom;
	margin-bottom: 0px;
}
/*.upgrade-grid
{
    float:left;
	width:955px;
}*/
.upgrade-grid
{
	width: 955px;
}
.upgrade-grid table
{
	background: #646d77;
}
.grid-td
{
	background: #fff;
	height: 32px;
}
.grid-td span
{
	padding-left: 10px;
}
.club-tick
{
	background: #fff;
	height: 32px;
	width: 58px;
	text-align: center;
}
#imgClub
{
	margin: auto;
}
#imgChampion
{
	margin: auto;
}
.champion-tick
{
	background: #fff;
	height: 32px;
	width: 95px;
	text-align: center;
}
.view-btn
{
	background: url(../gps_images/view-btn.png) no-repeat left top;
	width: 44px;
	height: 21px;
	color: #4b4b4b;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 17px;
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}

.view-btn:hover
{
	background: url(../gps_images/view-btn.png) no-repeat left bottom;
	color: #fff;
}
.view-btn-course
{
	margin-right: 10px;
}
.search-inputbox
{
	width: 291px;
	padding-left: 4px;
	border: solid 1px #000;
	font-size: 17px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
}
.search-dropdown
{
	width: 145px;
	padding-left: 4px;
	border: solid 1px #000;
	font-size: 17px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
}
.grid_grey
{
	background: #cccccc;
}
.grid-grey
{
	background: #cccccc;
	padding: 6px 1px 4px 0px;
	margin: 0px 3px 3px 2px;
}
.grid_white
{
	background: #ffffff;
	padding: 6px 1px 4px 0px;
	margin: 0px 3px 3px 2px;
}
.teebox-grey
{
	background: #cccccc;
	height: 25px;
}
.teebox-outer
{
	border: 1px solid #000000;
}
.teebox_white
{
	background: #fff;
	height: 25px;
}
.grid-head
{
	float: right;
	background: #67707a;
	padding: 6px 8px 0 8px;
	margin: 0px 30px 0px 0px;
}
.club-head
{
	width: 58px;
	height: 28px;
	text-align: center;
	background: #32cb33;
	float: left;
	color: #fff;
	padding-top: 4px;
}
.champion-head
{
	width: 95px;
	height: 28px;
	text-align: center;
	background: #0066cb;
	float: left;
	margin-left: 8px;
	color: #fff;
	padding-top: 4px;
}
.red-text, .req
{
	color: #ff0000;
}
.blue-text
{
	color: #0066CC;
}
.error-label
{
	font-size: 12px;
	width: 600px;
}

/*--Champions Upgrade Ends ----*/
.forum-modalBackground
{
	background-color: #F8F8F8;
	filter: alpha(opacity=70);
	opacity: 0.7;
	top: 200px;
}

.btn, .btn2
{
	background: url(../gps_images/button-bg1.gif) no-repeat left top;
	float: left;
}
.btn:hover, .btn2:hover
{
	background: url(../gps_images/button-bg1.gif) no-repeat left -48px;
	float: left;
}

.btn span, .btn2 span
{
	background: url(../gps_images/button-bg1.gif) no-repeat right -24px;
	float: left;
	display: block;
	height: 20px;
	padding: 4px 10px 0px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.btn:hover span
{
	background: url(../gps_images/button-bg1.gif) no-repeat right bottom;
}

.btn2
{
	background: url(../gps_images/btn-white-bg.png) no-repeat left top;
}
.btn2:hover
{
	background: url(../gps_images/btn-white-bg.png) no-repeat left -48px;
}
.btn2 span
{
	background: url(../gps_images/btn-white-bg.png) no-repeat right -24px;
}
.btn2 span:hover
{
	background: url(../gps_images/btn-white-bg.png) no-repeat right bottom;
}
/*--Download the app----*/

.content-left
{
	width: 232px;
	float: left;
	margin-right: 9px;
	background: #0066cb;
	padding: 15px;
	height: 480px;
}
.content-left p
{
	padding: 0px;
	margin: 0px 0px 15px 0;
}
.content-left label
{
	padding: 0px;
	margin: 0px 0px 15px 0;
	float: left;
}
.content-left select
{
	padding: 5px;
	margin: 0px 0px 20px 0;
	width: 230px;
	border: 1px solid #000;
	font-size: 14px;
}

.members-btn
{
	background: url(../gps_images/existing-member-btn.png) no-repeat left top;
	width: 182px;
	height: 49px;
	color: #fff;
	display: block;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-size: 17px;
	float: left;
	font-weight: bold;
	margin: 0px 15px 0px 22px;
}

.members-btn:hover
{
	background: url(../gps_images/existing-member-btn.png) no-repeat left bottom;
	color: #fff;
}
.content-right
{
	float: left;
	background: #fff;
	padding: 15px 0 15px 15px;
	min-height: 480px;
	width: 688px;
}
.device-feature-slider
{
	width: 247px;
	float: left;
	margin: 0 10px -20px 0;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}
.clubhouse-feature-slider
{
	width: 456px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}
.slider-wrap
{
	float: left;
}
.device-slider
{
	width: 247px;
	height: 420px;
	float: left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}

.device-slider .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	width: 247px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	-moz-opacity: 1;
	opacity: 1;
	text-align: center;
}

.device-name
{
	color: #000000;
	margin: 10px 0 0 0px;
	float: left;
	width: 247px;
	text-align: center;
}
.right-disc
{
	float: left;
	width: 413px;
	color: #000000;
	margin-left: 10px;
	padding-right: 6px;
}
.right-disc ul
{
	margin: 10px 0 10px 20px;
	list-style: none;
}
.right-disc li
{
	background: url(../gps_images/bullet.jpg) no-repeat left 8px;
	padding-left: 13px;
}

.right-disc li a
{
	text-decoration: underline;
	color: #0066CC;
}
.right-disc li a:hover
{
	text-decoration: none;
	color: #3a95e4;
}
.footer, .footerhome
{
	height: 18px;
	background: #0066cb;
	font-size: 15px;
	width: 951px;
	margin: 15px 0px;
	padding: 15px 0px 15px 23px;
	color: #fff;
	float: left;
}

.footer a, .footerhome a
{
	color: #fff;
	font-weight: bold;
}
.footer a:hover, .footerhome a:hover
{
	color: #a5e2ff;
}
.footerhome a
{
	margin: 0px 27px;
}

.download-driver-wrap
{
	text-align: center;
	padding-bottom: 10px;
}
.download-driver-wrap a
{
	color: Red;
	text-decoration: underline;
}
/*--  Download the app end  ----*/

/*---Download the App-more-view-popup---*/

.popup-left
{
	padding: 30px 20px;
	float: left;
}

.popup-left label
{
	padding: 0px;
	margin: 0px 0px 15px 0;
	float: left;
	color: #000000;
}
.popup-left select
{
	padding: 1px 2px;
	margin: 0px 0px 20px 0;
	width: 230px;
	border: 1px solid #000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 17px;
}
.popup-wrap
{
	background: #fff;
	padding: 5px 0 10px 0;
	border: 7px solid #0066cb;
	margin: 0px 0 0 0;
	left: 80px;
}
.features-popup-wrap
{
}
.features-popup-wrap .feature-pad
{
	padding: 20px 0px;
}
.features-pop-content
{
	border: 7px solid #0066cb;
	background: #fff;
}
.join-club-pop
{
	color: #000;
	padding: 35px 10px 10px;
}
.join-club-pop .input-textbox
{
	border: 1px solid #000;
	font-size: 17px;
	font-family: Arial, Verdana, Tahoma;
	padding: 2px 0px 0px 3px;
	width: 223px;
}

.popup-grid
{
	width: 700px;
	margin: 0 auto;
	padding: 0 10px;
}
.popup-grid table
{
	background: #646d77;
	font-size: 16px;
}
.popup-grid-td
{
	background: #fff;
	height: 32px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
}
.popup-club-tick
{
	background: #fff;
	height: 32px;
	width: 58px;
	text-align: center;
}

.popup-champion-tick
{
	background: #fff;
	height: 32px;
	width: 95px;
	text-align: center;
}

.popup-grid-head
{
	float: right;
	background: #67707a;
	padding: 6px 8px 0 8px;
}
.popup-club-head
{
	width: 58px;
	height: 28px;
	text-align: center;
	background: #32cb33;
	float: left;
	color: #fff;
	padding-top: 4px;
}
.popup-champion-head
{
	width: 95px;
	height: 28px;
	text-align: center;
	background: #0066cb;
	float: left;
	margin-left: 8px;
	color: #fff;
	padding-top: 4px;
}
.popup-close
{
	float: right;
	background: #0066cb url(../gps_images/close.jpg) no-repeat 65px 10px;
	width: 54px;
	padding: 5px 22px 0px 15px;
	margin-right: 0px;
	color: #fff;
	cursor: pointer;
}
/*new */

.login-btn
{
	background: url(../gps_images/download-btn.png) no-repeat 0px -148px;
	width: 120px;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 32px;
	padding: 9px 0px 0px 0px;
}
.login-btn:hover
{
	background: url(../gps_images/download-btn.png) no-repeat 0px -189px;
}
.champions-upgrade h1, .champions-upgrade h3
{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 4px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 2px solid #000000;
	width: 955px;
	text-align: left;
}
.champions-upgrade h3
{
	font-size: 20px;
}
.champions-upgrade h2
{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #000000;
	padding: 0px 0px 24px 20px;
}
.td0 span span
{
	color: #0066CC;
	font-size: 18px;
	float: none;
}
.member-login
{
	padding: 0px 0px 0px 0px;
}
.member-login .label-text
{
	float: left;
	width: 130px;
	text-align: right;
	padding: 8px 10px 0px 0px;
}
.member-login .label-textred
{
	float: right;
	width: 100px;
	padding: 13px 0px 0px 0px;
	color: Red;
	font-size: 14px;
	margin-right: 150px;
}
.member-login .input-text
{
	width: 360px;
	font-size: 18px;
	font-weight: normal;
	height: 22px;
	border: none;
}
.input-border
{
	border: 4px solid #646d77;
	width: 370px;
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 3px 0px 8px 0px;
}
.forgot-pass
{
	text-align: left;
	padding: 0px 0px 0px 140px;
	width: 700px;
}
.forgot-pass a
{
	color: #f26522;
}
.join
{
	color: #0066cc;
}
.forgot-pass a:hover, .join:hover
{
	text-decoration: underline;
}
.remember-me
{
	padding: 5px 0 0 0px;
}



.transfer-memb-wrap
{
    width: 880px;
    
    margin-bottom: 10px;
    color: #000;
}
.transfer-head
{
    background: #90bee9;
    border-bottom: 1px solid #687077;
    padding: 3px 5px;
}
.transfer-head input
{
    border: 1px solid #333333;
    font-size: 15px;
    font-weight: bold;
    width: 320px; font-family:Verdana, Tahoma, Arial;
}
.transfer-memb-content
{
    padding: 9px;
}
.transfer-memb-content .text-large
{
    width: 860px;

    font-size: 18px;
    font-weight: normal;
    height: 46px;
    resize: none;  
    margin: 0px 0px 15px 0px;
}
.transfer-memb-content .textarea2
{
    width: 262px;

    font-size: 18px;
    margin: 0px 35px 15px 0px;
    float: left;
    font-weight: normal;
    
    resize: none;
}
.browse-img
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}


/*---Download the App-more-view-popup end---*/

/* about us starts */

.about_us
{
	background: #fff;
	height: auto;
	padding: 20px 10px 10px 10px;
	color: #595959;
	float: left;
	width: 955px;
}

.about_us p
{
	padding: 10px 0px 20px 0px;
	margin: 0px;
	font-size: 17px;
	color: #000000;
	line-height: 20px;
}

.about_us h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px;
	color: #000000;
}


.about_us .title
{
	font-size: 20px;
}

.about_us h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px;
	color: #000000;
}

.about_us h3
{
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 0 0 8px;
	color: #000000;
}

/* about us ends */

.inputGray, .inputWhite
{
	background: url(../gps_images/input-shadow.png) no-repeat right top;
	width: 24px;
	text-align: center;
	margin: 0px 0px 0px 4px;
	padding: 1px 0px;
	font-size: 17px;
	float: left;
	border-left: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

/* Registration CSS */

.input-text, .input-text-small, .input-text2, .input-text3, .gps8-input-text, .contact-textfield, .contact-textarea, .textbox2
{
	width: 315px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #8497aa;
	margin: 0px 5px 4px 0px;
	float: left;
	font-size: 17px;
	font-family: Arial, Verdana, Tahoma;
}
.input-text-small
{
	width: 100px;
}
.input-text2, .input-text3
{
	float: left;
	width: 216px;
	margin: 0px 5px 0px 0px;
}
.input-text3
{
	width: 90px;
}
.gps8-input-text
{
	width: 200px;
	margin: 4px 5px 4px 0px;
}
.drop-down, .drop-down2, .drop-down3, .drop-down4
{
	border: 1px solid #8497aa;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 3px;
	width: 320px;
	float: left;
	font-size: 17px;
	font-family: Arial, Verdana, Tahoma;
}
.drop-down2
{
	float: left;
	width: 158px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 3px;
}
.drop-down3
{
	float: left;
	width: 280px;
	border: 1px solid #144D76;
	font-size: 17px;
}
.drop-down4
{
	padding: 5px;
	border: 1px solid #333333;
	width: 250px;
	margin: 8px 0px 0px 15px;
}
.td1 td, .td2 td, .td0 td
{
	padding: 4px 0px 4px 10px;
	font-size: 18px;
	text-align: left;
	border-bottom: 8px solid #fff;
	vertical-align: top;
}
.td2 td
{
}
.td0 td
{
	padding: 4px 0px 4px 10px;
	background: none;
}
.td-bdr
{
	border-top: 2px solid #999999;
	padding: 10px 0px;
	margin: 15px 0px 0px 0px;
}
.td1 td span, .td2 td span, .td-bdr span, .td0 span
{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #ff0000;
	float: left;
}
.td1 td span label
{
	font-size: 18px;
	padding: 0px 10px 0px 5px;
	color: #000;
}
.left
{
	float: left;
	padding-right: 10px;
}
.apply-link
{
	color: #0066CC;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.apply-link:hover
{
	text-decoration: none;
}
.submit-btn
{
	background: url(../gps_images/download-btn.png) no-repeat 0px -74px;
	width: 90px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.submit-btn:hover
{
	background: url(../gps_images/download-btn.png) no-repeat 0px -111px;
}
.translucent
{
	filter: alpha(opacity=70);
	opacity: 0.70;
	background-color: gray;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50000;
}

.upload
{
	position: absolute;
	z-index: 70000;
	padding: 15px 10px 5px 10px;
	background-color: #fff;
	width: 500px;
	padding: 10px;
	border: 5px solid #0066cc;
	font-size: 13px;
	color: #000000;
	margin: 80px 0 0 300px;
}
.bill-label
{
	float: left;
	width: 180px;
}
.cvn
{
	color: #666666;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: middle;
	padding-top: 5px;
}
.pop-head-text, .pop-text
{
	font-weight: bold;
}
.pop-text
{
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
.close-btn
{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	padding-bottom: 5px;
}
h4
{
	border-bottom: 2px solid #595959;
	font-size: 18px;
	padding-bottom: 3px;
}
h5
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.close-btn a, .close-btn-terms
{
	color: #ff0000;
	font-size: 13px;
}
.gps8-pop-wrap
{
	display: none;
	background-color: #fff;
	position: fixed;
	width: 500px;
	padding: 10px;
	border: 2px solid green;
	font-size: 13px;
	color: #000000;
}
.register-terms
{
	overflow: auto;
	padding-top: 2px;
	height: 190px;
	font-weight: normal;
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
}
.register-terms p
{
	padding: 3px 0px;
}
.cvn-info-close
{
	float: right;
	margin: 0px 0px 0px 0px;
	width: 80px;
	height: 22px;
	padding: 5px;
	display: block;
	background: #0066CC;
	color: #fff;
	text-align: center;
}
/* Registration css ends */

/*PGA registration css */

.pga-table td
{
	padding: 8px 0px 8px 10px;
	font-size: 18px;
	text-align: left;
	vertical-align: top;
}

.pga-table td span
{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #ff0000;
	float: left;
}

.seperator
{
	height: 16px;
	border-top: 2px solid #777777;
	margin: 20px 0px 5px 0px;
}
.seperator2
{
	height: 20px;
	border-top: 1px solid #000000;
}
.pga-head
{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px 4px 0px;
	margin: 0px 0px 15px 0px;
	color: #4b4b4b;
	text-align: left;
}

/*PGA registration css ends */

.contact-wrap
{
	background: #fff;
	color: #000;
	padding: 20px 10px 10px 10px;
	width: 955px;
}
.contact-wrap p
{
	padding: 0px 0px 20px 0px;
}
.contact-label
{
	float: left;
	width: 410px;
}
.font14
{
	font-size: 14px;
}
.existing-customer
{
	padding: 0px 0px 8px 410px;
	font-size: 14px;
}
.existing-customer label
{
	font-weight: bold;
}
.contact-textfield
{
	width: 275px;
	border: 1px solid #144D76;
	margin-bottom: 10px;
}
.contact-textarea
{
	width: 685px;
	height: 125px;
	border: 1px solid #144D76;
	margin: 0px 5px 8px 0px;
}
.contact-confirm
{
	background: #fff;
	color: #000;
	padding: 20px 10px 10px 10px;
	width: 955px;
}
.contact-confirm p
{
	padding-bottom: 20px;
}

/* join Clubhouse css Starts */

.breadcrumb span
{
	font-size: 18px;
}
.existing-member
{
	background: url(../gps_images/member-btn-grey.png) no-repeat left top;
	width: 210px;
	height: 33px;
	color: #fff;
	display: block;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}
.existing-member:hover
{
	background: url(../gps_images/member-btn-grey.png) no-repeat 0px -39px;
}
.viewing-mypages
{
	position: relative;
	width: 975px;
	margin-top: 15px;
}
.profile-click, .wall-click, .rounds-click, .stats-click, .equipment-click, .leader-click, .friends-click, .group-click, .challenge-click, .rewards-click, .pictures-click, .video-click, .bet-click, .events-click, .golflog-click, .settings-click, .inbox-click, .forum-click, .course-click, .news-click, .proshop-click, .tournaments-click, .polls-click, .about-click, .facebook-click
{
	position: absolute;
	width: 120px;
	height: 187px;
	top: 77px;
	left: 256px;
	background: url(../gps_images/trans.gif);
	display: block;
}
.wall-click
{
	left: 390px;
}
.rounds-click
{
	left: 528px;
}
.stats-click
{
	left: 665px;
}
.equipment-click
{
	top: 282px;
}
.leader-click
{
	top: 282px;
	left: 390px;
}
.friends-click
{
	top: 282px;
	left: 528px;
}
.group-click
{
	top: 282px;
	left: 665px;
}
.challenge-click
{
	top: 487px;
}
.rewards-click
{
	top: 487px;
	left: 390px;
}
.pictures-click
{
	top: 487px;
	left: 528px;
}
.video-click
{
	top: 487px;
	left: 665px;
}
.bet-click
{
	top: 692px;
}
.events-click
{
	top: 692px;
	left: 390px;
}
.golflog-click
{
	top: 692px;
	left: 528px;
}
.settings-click
{
	top: 692px;
	left: 665px;
}
.inbox-click
{
	top: 898px;
}
.forum-click
{
	top: 898px;
	left: 390px;
}
.course-click
{
	top: 898px;
	left: 528px;
}
.news-click
{
	top: 898px;
	left: 665px;
}
.proshop-click
{
	top: 1102px;
}
.tournaments-click
{
	top: 1102px;
	left: 390px;
}
.polls-click
{
	top: 1102px;
	left: 528px;
}
.about-click
{
	top: 1102px;
	left: 665px;
}
.facebook-click
{
	top: 1313px;
}


/* SMARTPHONE REGISTRATION*/

.confirmCoupon
{
	height: 22px; /* To avoid the jump in IE7 */
}



/****  Pro shop CSS ******/

.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;
}


.shop-box
{
	background: #9cbfe9;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	margin: 15px 0px 0px 0px;
	color: #000;
	width: 955px;
}

.shop-box h2
{
	font-size: 22px;
	margin: 0px 0px 10px 0px;
}
.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: #0000ff;
	font-weight: normal;
}
.shop-link-logout
{
	color: #fff;
	font-size: 14px;
	padding: 3px 0px 0px 20px;
	float: right;
	text-decoration: underline;
}
.shop-link:hover
{
	text-decoration: underline;
}
.shop-link-logout:hover
{
	text-decoration: none;
}

.proshop-loginlink
{
	color: #fff;
	font-weight: normal;
	text-decoration:underline;
}
.proshop-loginlink:hover
{	
	text-decoration:none;
}

.OldPrice
{
	text-decoration: line-through;
}
.OldPrice label, .OldPrice span span
{
	text-decoration: line-through;
}
.pro-image
{
	width: 200px;
}
.pro-image img
{
	width: 190px;
}

.EnlargeLink
{
	color: #0000ff;
	background: url(../website/images_new/zoom_in.png) no-repeat 0px 0px;
	padding: 0px 0px 20px 18px;
	margin: 0px 0px 0px 40px;
}
.EnlargeLink:hover
{
	text-decoration: underline;
}
.pro-label
{
	float: left;
	width: 60px;
	padding-top: 3px;
}
.pro-purchase-btn
{
	float: right;
}
.pro-content
{
	min-height: 237px;
	width: 755px;
}
/*---pro Shop CSS Ends ---*/


.gpsfeaturePopup
{
	position: absolute;
	z-index: 70000;
	text-align: left;
	top: -80px;
	left: 125px;
	margin: 120px 0 0 180px;
	color: #000;
	font-size: 13px;
}
.gpsfeaturePopup ul
{
	margin: 7px 0px 0px 20px;
	padding: 0px;
	list-style: disc;
}
.gpsfeaturePopup ul li
{
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-weight: bold;
}


.page-hdr, .page-hdr-mid
{
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #000;
	padding: 0px 0px 15px 0px;
}

.page-hdr-mid
{
	padding-top: 75px;
}
.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;
}
.gpsfeaturePopup-close
{
	float: right;
	background: #0066cb url(../gps_images/close.jpg) no-repeat 67px 6px;
	width: 54px;
	padding: 1px 22px 5px 15px;
	margin-right: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}
.gps-7 p
{
	padding: 0px 0px 15px 0px;
	color: #000000;
}



.gpsfeature-btn, .gpsfeature-btn-green
{
	background: url(../gps_images/blue-button.png) no-repeat left top;
	float: left;
}
.gpsfeature-btn:hover, .gpsfeature-btn-green:hover
{
	background: url(../gps_images/blue-button.png) no-repeat left -120px;
	float: left;
}

.gpsfeature-btn span, .gpsfeature-btn-green span
{
	background: url(../gps_images/blue-button.png) no-repeat right -60px;
	float: left;
	display: block;
	height: 45px;
	padding: 15px 20px 0px 25px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.gpsfeature-btn span:hover
{
	background: url(../gps_images/blue-button.png) no-repeat right -180px;
}
.gpsfeature-btn_wrap
{
	padding: 0 0 0 80px;
}
.gpsfeature-btn-green
{
	background: url(../gps_images/green-button.png) no-repeat left top;
	margin-right: 25px;
}
.gpsfeature-btn-green:hover
{
	background: url(../gps_images/green-button.png) no-repeat left -120px;
}
.gpsfeature-btn-green span
{
	background: url(../gps_images/green-button.png) no-repeat right -60px;
}
.gpsfeature-btn-green span:hover
{
	background: url(../gps_images/green-button.png) no-repeat right -180px;
}
.gpsfeature-btn span b
{
	font-size: 14px;
}


.submit-blue-btn
{
	background: url(../gps_images/submit-blue-button.png) no-repeat left top;
	height: 32px;
	border: 0px solid red;
	padding: 0;
	float: left;
}
.submit-blue-btn:hover
{
	background: url(../gps_images/submit-blue-button.png) no-repeat left -64px;
}

.submit-blue-btn span
{
	background: url(../gps_images/submit-blue-button.png) no-repeat right -32px;
	border: 0px solid red;
	display: block;
	height: 26px;
	padding: 6px 12px 0px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.submit-blue-btn span:hover
{
	background: url(../gps_images/submit-blue-button.png) no-repeat right bottom;
}


/* ------------- Forgot password Popup -------------------*/

.forgotpwd_popup-wrap
{
	width: 400px;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	z-index: 70000;
	text-align: left;
	padding: 0px 0px 5px 20px;
	margin: 20px 0 0 10px;
	top: 0px;
	border: none;
}
.forgotpwd_popup-wrap .close
{
	background: #0066cc;
	height: 22px;
	width: 88px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 0px 0px 0px;
	display: block;
	float: right;
	font-weight: bold;
	cursor: pointer;
}
.forgotpwd_popup_holder
{
	border: 8px solid #0066cc;
	background: #fff;
	height: 180px;
}
.forgotpwd_popup_heading
{
	background: #9bbee8;
	border-bottom: 2px solid #30373f;
	margin: 0 0 10px 0px;
}
.forgotpwd_popup_heading h3
{
	margin: 0px;
	padding: 6px 5px 6px 15px;
	font-size: 18px;
	color: #00031b;
	font-weight: normal;
}
.forgotpwd_popup_holder .inputfield
{
	width: 340px;
	border: 3px solid #646D77;
	padding: 5px 0px 5px 5px;
}

.forgotpwd_popup_holder .submitbtn01
{
	margin-left: 130px;
}
.forgotpwd_popup_holder .confirm-msg
{
	color: #F26522;
	font-size: 18px;
	text-align: center;
	padding: 40px 0px 0px 0px;
}

/*--------------------------------------------*/
.features-content
{
	background: url(../gps_images/main-content-bg.png) repeat-y left top;
	overflow: auto;
}

.pop-close-button
{
	background: url(../gps_images/pop-close-icon.png) no-repeat right 5px #0066CC;
	width: 80px;
	padding: 5px 0px 3px 8px;
	height: 25px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	display: block;
	float: right;
	cursor: pointer;
}
.pop-close-button:hover
{
	color: #deedff;
}
.blue-score-btn, .blue-score-submit
{
	background: url(../gps_images/score-blue-button.png) no-repeat 0px 0px;
	width: 255px;
	height: 37px;
	text-align: center;
	padding-top: 8px;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 12px 0px 0px 0px;
}
.blue-score-btn:hover
{
	background: url(../gps_images/score-blue-button.png) no-repeat 0px -45px;
}
.blue-score-submit
{
	background: url(../gps_images/score-submit-button.png) no-repeat 0px 0px;
	width: 138px;
}
.blue-score-submit:hover
{
	background: url(../gps_images/score-submit-button.png) no-repeat 0px -45px;
}
.coming-mob-wrap
{
	width: 895px;
	background: #ffffff;
	padding: 20px 40px;
	color: #000000;
}
.coming-mobiles
{
	width: 650px;
	float: left;
	padding: 40px 0px 20px 0px;
	height: 230px;
}
.coming-mob
{
	width: 200px;
	float: left;
	text-align:center;
}
.coming-soon
{
	width: 200px;
	float: left;
	padding: 40px 0px 0px 20px;
}
.coming-soon-info
{
}
.coming-soon-info label
{
	width: 125px;
	float: left;
}
.coming-textfield, .coming-dropdown, .coming-textfield-small
{
	width: 275px;
	margin: 0px 10px 25px 0px;
	padding: 5px 0px 5px 2px;
	font-size: 17px;
	border: 1px solid #9e9ea0;
	float: left;
	font-family: Arial, Verdana, Tahoma;
}
.coming-dropdown
{
	width: 278px;
}
.blue-large-btn
{
	background: url(../gps_images/request-large-btn.png) no-repeat 0px 0px;
	width: 247px;
	height: 28px;
	text-align: center;
	padding-top: 6px;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 5px auto 0;
}
.blue-large-btn:hover
{
	background: url(../gps_images/request-large-btn.png) no-repeat 0px -34px;
}
.red2
{
	color: #ff0000;
	font-size: 14px;
}

/*--- ACCESSORIES --*/

.tdhead td
{
	background: #CCCCCC;
	padding: 10px;
}
.td001 td
{
	padding: 10px 10px 6px 10px;
}
.td002 td{padding: 5px 0px 5px 10px;}
.btm-black
{
	border-bottom: 1px solid #000;
	height: 10px;
	background: red;
}
.accessories-body
{
	background: #ffffff;
	color: #000000;
	padding: 25px 15px;
}

.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: 5px 8px 10px 0px;
}
.radio_shipping
{
	margin-left: 10px;
}
.radio_shipping label
{
	padding: 0px 0px 0px 8px;
}
.radio_shipping td
{
	padding-bottom: 5px;
}
.acc-head
{
	margin-left: 10px;
	padding-bottom: 15px;
	margin-top: 15px;
	font-size: 22px;
}
.blue-text-link
{
	color: #0066CC;
}
.blue-text-link:hover{text-decoration:underline;}


.transfer-img img{width:860px;}