@charset "utf-8";
/* CSS Document */

body {
	background-image:url(http://www.worldwidegolfshops.com/_global-images/gray-gradient-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e1e1e1;
	margin:0;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:-.01em;
}
a {
	text-decoration:none;
}
img {
	border:0;
}
/* Layout Containers */

#wwgolf-container {
	width:945px;
	margin:0 auto;
}
#top-container {
	width:940px;
	height:130px;
	margin:7px 0px 0px 0px;
}
.sidebar-container {
	width:160px;
	margin:0px;
	float:left;
}
#body-container {
	width:599px;
	margin:0px 10px;
	float:left;
}
#bottom-container {
	width:940px;
	margin:10px 0px;
}
.clear {
	clear:both;
}
/* Footer Style */

#bottom-container a{
	margin:0 12px;
	text-decoration:none;
	color:#234c95;
}
#bottom-container img{
	margin-top:5px;
}
p.sidebar-subheader {
	font-size:1.02em;
	margin:0 0 5px;
	font-weight:bold;
	color:#cccccc;
}
/* Menu */

.wwgolf-menu{
	border:0;
	width: 150px;
	font-size:.85em;
	letter-spacing:.02em;
}

* html .wwgolf-menu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 130px;
}

.wwgolf-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wwgolf-menu a{
	padding: 1px 10px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000;
	text-decoration: none;
}
.wwgolf-menu a:visited{
	color: #000;
}

html>body .wwgolf-menu a{ /*Non IE rule*/
	width: auto;
}

.wwgolf-menu a:hover{
	background-color: #4174cf;
	color: #fff;
}
.titles {
	font-size: 1.15em;
	font-weight: bold;
}
.titles-white {
	font-size: 1.15em;
	font-weight: bold;
	color:#ffffff;
}
.style1 {color: #4174cf}
/* Form Styles */
		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button.submitBtn { 
	padding: 0 4px 0 0px; 
	margin-right:5px; 
	font-size:11px;
	letter-spacing:.08em;
	text-align: center; 
	background: transparent url(http://www.worldwidegolfshops.com/_global-images/wwgolf-button-sprite.gif) no-repeat right -86px; 
	margin-top:3px;
}
	
button.submitBtn span {
	padding: 5px 5px 0 11px; 
	height:23px;
	background: transparent url(http://www.worldwidegolfshops.com/_global-images/wwgolf-button-sprite.gif) no-repeat left top; 
	color:#234c95;
	font-weight:bold;
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -129px; 
	color:#6797ee;
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -43px;
	color:#6797ee;
}

input {
	font-size:11px;
	font-weight:bold;
	color:#a9a9a9;
	background-color:#FFFFFF;
	border:1px solid #bcbfc2;
	padding:3px;
	margin-bottom:3px;
}
#toplinks {
	font-weight:bold;
	font-style:italic;
	color:#bbbbbb;
	text-decoration:none;
}
#toplinks a{
	color:#bbbbbb;
	text-decoration:none;
}
.extras {
	border: 1px solid #d3d3d3;
	background-color: #1768ba;
	background-image:url(http://dev.worldwidegolfshops.com/_global-images/blue-box-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding: 7px;
	width:270px;
	height:50px;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 6px 2px;
	color:#FFFFFF;
	text-align:center;
	float:left;
}
.extras a{
	color:#fff;
	text-decoration:none;
}
.extras a:visited{
	color:#dfeaff;
	text-decoration:none;
}
.blue-menu-items {
	height:18px;
	font-size:1.1em;
	padding:0px 8px;
	border-right:1px solid #6e9df1;
	border-left:1px solid #3b6abe;
	float:right;
	margin-top:6px;
}
.blue-menu-items a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.blue-menu-items a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.blue-menu-items a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.blue-menu-items a:active{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

/* Search Styling */

fieldset.search {
	border: none;
	width: 261px;
	height:23px;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #a9a9a9;
	font-size: .9em;
	letter-spacing:-.01em;
	width: 181px;
	height: 16px;
	padding: 3px 4px 4px;
	background: #ffffff url(../../_global-images/wwgolf-search-bg.gif) no-repeat;
}
.search button.btn {
	width: 72px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	background: #dddddd url(../../_global-images/wwgolf-search-bg.gif) no-repeat top right;
}
#search-container {
	width:280px;
	height:23px;
	float:left;
	margin-bottom:10px;
}