/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/





body
{
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
    /* background-color: #c0c0c0;*/
    font-size: 12px;
    color:#3e3e3e;
    font-family: Arial, Verdana, Helvetica; 
    overflow: -moz-scrollbars-vertical;
    height:auto;
}

h2
{
font-size: 15px;
}

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 12px; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	
	float: left;
	position: relative;
	z-index: 1;
	
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; margin-left: 0!important; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	display:block;

font-weight:bold;

text-align:center;
width:110px;
height:24px;
	border-bottom:none;
	margin-right: 1px;
	border-collapse:collapse;
}
.ui-tabs-nav li a {
float:left;
font-weight:bold;
	background:url("http://www.buy4golfdirect.co.uk/skins/Skin_1/images/MN_greytab2.gif") no-repeat scroll left top transparent;
	display:block;
padding:5px 0 4px;
text-align:center;
	
	width:110px;
	color:#fff;
	 text-decoration: none; 
}
.ui-tabs-nav li a:hover {
	background: url("http://www.buy4golfdirect.co.uk/skins/Skin_1/images/MN_redtab2.gif") no-repeat scroll left top transparent;
	color: #fff;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #6eac2c;
}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {

	color: #ffffff;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #E9E1D4;
	margin-top:-1px;
	border-collapse:collapse;
	background: #fcfdfd url(images/fcfdfd_40x100_textures_06_inset_hard_100.png) 0 bottom repeat-x;
	width:650px;
	
	
	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}






