@import url(master.css);
@import url(main.css);

html {
	font-family: Arial;
	height: 100%;
	overflow: hidden;
	/* Hides scrollbar in IE */
	background: black url(../images/dunlop_bg.jpg) no-repeat right bottom;
}

#left-panel {
	position: fixed;
	height: 100%;
	width: 169px;
	top: 0;
	left: 0;
	background: black;
	color: white;
	text-align: right;
	z-index: 10000;
	min-height: 600px;
}

body {
	position: relative;
	z-index: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 100%;
	min-height: 600px;
	min-width: 800px;
}

#right_panel {
	width: 400px;
	background: url(../images/80-black-tile.png);
	height: 100%;
	position: absolute;
	top: 0;
	left: 330px;
	border-left:1px solid #393939;
	line-height: 1.4em;
}

.tennis_home #right_panel, .squash_home #right_panel, .badminton_home #right_panel, .golf_home #right_panel {
	background: black;
}

.dealers #right_panel {
	left: 0px;
}

#right_panel_listener {
	width: 32px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: -15px;
	background: url(../images/side-bar-btn-left.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 9999;
	margin-top: -14px;
}

#right_container {
	position: absolute;
	right: 0;
	width: 350px;
	top: 0;
	height: 100%;
	z-index: 10000;
}

#sub-nav-container {
	position: fixed;
	height: 100%;
	width: 139px;
	top: 0;
	left: 40px;
	background: #f1522a url(../images/sub-nav-bg.gif) repeat-x 0 0;
	color: white;
	z-index: 5000;
	padding: 0 0px;
}

a.logo {
	cursor: pointer;
	display: block;
}

a.logo img {
	float: right;
}

ul#mainNav {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1000;
}

ul#mainNav li.tennis a {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: transparent url(../images/main-nav-sprite.gif) no-repeat 0 0
		;
}

ul#mainNav li.tennis a:hover {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: url(../images/main-nav-sprite.gif) no-repeat 0 -30px;
}

ul#mainNav li.tennis a.selected {
	background: url(../images/main-nav-sprite.gif) no-repeat 0 -30px;
}

/*ul#mainNav li.tennis a:active {
	font-size:10px;
	text-indent:5000px;
	display:block;
	width:169px;
	height:30px;
	background:url(../images/main-nav-sprite.gif) no-repeat 0 -60px;
}*/
ul#mainNav li.squash a {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: transparent url(../images/main-nav-sprite.gif) no-repeat
		-169px 0;
}

ul#mainNav li.squash a:hover {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: url(../images/main-nav-sprite.gif) no-repeat -169px -30px;
}

ul#mainNav li.squash a.selected {
	background: url(../images/main-nav-sprite.gif) no-repeat -169px -30px;
}

/*ul#mainNav li.squash a:active {
	font-size:10px;
	text-indent:5000px;
	display:block;
	width:169px;
	height:30px;
	background:url(../images/main-nav-sprite.gif) no-repeat -169px -60px;
}*/
ul#mainNav li.badminton a {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: transparent url(../images/main-nav-sprite.gif) no-repeat
		-338px 0;
}

ul#mainNav li.badminton a:hover {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: url(../images/main-nav-sprite.gif) no-repeat -338px -30px;
}

ul#mainNav li.badminton a.selected {
	background: url(../images/main-nav-sprite.gif) no-repeat -338px -30px;
}

/*ul#mainNav li.badminton a:active {
	font-size:10px;
	text-indent:5000px;
	display:block;
	width:169px;
	height:30px;
	background:url(../images/main-nav-sprite.gif) no-repeat -338px -60px;
}*/
ul#mainNav li.golf a {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: transparent url(../images/main-nav-sprite.gif) no-repeat
		-507px 0;
}

ul#mainNav li.golf a:hover {
	font-size: 10px;
	text-indent: 5000px;
	display: block;
	width: 169px;
	height: 30px;
	background: url(../images/main-nav-sprite.gif) no-repeat -507px -30px;
}

ul#mainNav li.golf a.selected {
	background: url(../images/main-nav-sprite.gif) no-repeat -507px -30px;
}

/*ul#mainNav li.golf a:active {
	font-size:10px;
	text-indent:5000px;
	display:block;
	width:169px;
	height:30px;
	background:url(../images/main-nav-sprite.gif) no-repeat -507px -60px;
}*/
ul.sub-nav {
	padding: 0;
	margin: 135px 0 0;
	list-style-type: none;
	position:absolute;
	width: 139px;
}

ul.sub-nav li.subnav-item {
	padding: 0 10px;
}

ul.sub-nav li.subnav-item a {
	font-size: 11px;
	display: block;
	color: #FFE1AE;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 5px;
	border-bottom: 1px dotted #FFA101;
	letter-spacing: 0.5px;
	background: transparent url(../images/sub-nav-arrow-white.png) no-repeat 95% center;
}

ul.sub-nav li.subnav-item a:hover {
	color: #000;
	background: transparent url(../images/sub-nav-arrow-black.png) no-repeat 95% center;
}

#site-navig-container {
	height: 100%;
}

ul#site-navig {
	font-size: 11px;
	right: 0;
	list-style-type: none;
	padding: 0 12px;
	position: absolute;
	top: 46%;
	margin: 0 0 20px 0;
}

ul#site-navig li {
	margin-bottom: 12px;
}

ul#site-navig li a {
	color: #717171;
	text-transform: uppercase;
	background: url(../images/navig-arrow.gif) no-repeat right center;
	padding: 5px 15px;
}

ul#site-navig li a:hover {
	color: #f08028;
}

ul#footer-navig {
	list-style-type: none;
	font-size: 10px;
	margin: 0;
	margin-top: 20px;
	position: absolute;
	bottom: 50px;
	right: 17px;
	padding-top: 20px;
}

ul#footer-navig li {
	margin-bottom: 8px;
}

ul#footer-navig li a {
	color: #717171;
	text-transform: uppercase;
	padding: 5px 0;
}

ul#footer-navig li a:hover {
	color: #f08028;
}

p.copyright {
	position: absolute;
	bottom: 30px;
	right: 0;
	padding: 0;
	margin: 0;
	color: #717171;
	font-size: 9px;
	right: 17px;
}

#full-logo, #home-full-logo {
	position: absolute;
	top: 55px;
	right: 50px;
	z-index: 6000;
}

#swf_container {
	position: absolute;
	height: 100%;
	background: black;
	z-index: 1000;
	left: 0;
	top: 0;
}

.gray_separator {
	height: 1px;
	color: #333333;
	background: #333333;
}



/* begin products section styles */

.cell_heading_and_breadcrumbs {
	height: 142px;
	vertical-align: top;
	/*background-color: #000000;*/
	
}

.breadcrumbs {
	font-size: 10px;
	text-transform: uppercase;
	color: #808080;
	letter-spacing: 1px;
	position: relative;
	left: 20px;
	top: 61px;
	/*background: black;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
padding:5px 10px 2px;*/
}

#hp-breadcrumbs {
left:199px;
position:absolute;
z-index:3000;
/*background: black;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
padding:5px 10px 2px;*/
background: url(../images/breadcrumb-sprite.png) no-repeat 0 0;
padding-left: 11px;
height: 23px;
}

.product_breadcrumbs {
left:199px;
position:absolute;
z-index:3000;
color:#808080;
font-size:10px;
letter-spacing:1px;
text-transform:uppercase;
top:61px;
height: 23px;
/*
background: black;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
padding:5px 10px 2px;*/
background: url(../images/breadcrumb-sprite.png) no-repeat 0 0;
padding-left: 11px;
}

.product_breadcrumbs p, #hp-breadcrumbs p {
background: url(../images/breadcrumb-sprite.png) no-repeat right -23px;
height: 18px;
padding-top: 5px;
padding-right: 11px;
}

.breadcrumb_cat_link a:link,.breadcrumb_cat_link a:visited {
	color: #808080;
	text-decoration: none;
}

.breadcrumb_cat_link a:hover,.breadcrumb_cat_link a:active {
	color: #ee7618;
	text-decoration: none;
}

.inactive_crumbs:link,.inactive_crumbs:visited {
	color: #808080;
	text-decoration: none;
}

.inactive_crumbs:hover,.inactive_crumbs:active {
	color: #ee7618;
	text-decoration: none;
}

.active_crumbs:link,.active_crumbs:visited {
	color: #ee7618;
	text-decoration: none;
}

.active_crumbs:hover,.active_crumbs:active {
	color: #fff;
	text-decoration: none;
}

.main_heading h1 {
	text-transform: uppercase;
	position: relative;
	top: 75px;
	left: 20px;
	letter-spacing: 2px;
	color: #FFF;
	font-size: 40px;
}

.cn .main_heading h1 {
	font-size: 38px;
}

.heading1 {
	font-size: 40px;
}

.heading2 {
	font-size: 17px;
}

#main_heading{
	position:relative;
	z-index: 1000;
}	

#products_container-wrapper {
	position: relative;
	overflow: hidden;
}

#products_container {
	overflow: hidden;
	position: relative;
	top: 0;
	z-index: 0;
}

#heading-wrapper {
	position: relative;
	z-index: 1000;
	height: 145px;
}

#grid-content {
	overflow: hidden;
	height: 0;
	background: none;
	margin: 20px 0 0 10px;
}

.racket {
	width: 170px;
	height: 325px;
	margin: 0;
	position: relative;
	z-index: 100;
}

.product {
	width: 340px;
	height: 325px;
	margin: 0;
	position: relative;
	z-index: 100;
}

.racket_photo {
	width: 170px;
	height: 325px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/racket-bg.png) no-repeat center bottom;
}

.badminton .racket_photo, .tennis.balls .racket_photo {
	background: none;
}

.racket_photo:hover {
}

.badminton.rackets .racket_photo {
	background: none;
}

.product_photo {
	width: 170px;
	height: 325px;
	position: absolute;
	top: 0;
	left: 0;
}

.tennis.accessories .product_description {
width: 150px;
padding: 0 10px;
}

.racket_stats_icon {
	width: 35px;
	height: 35px;
	background: url(../images/stats_icon.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 70px;
	right: 20px;
}


.product_stats_icon {
	width: 35px;
	height: 35px;
	background: url(../images/stats_icon.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 70px;
	right: 20px;
}


.racket_chart {
	width: 136px;
	height: 150px;
	position: absolute;
	left: 11px;
	top: 15px;
	display: none;
}

.product_chart {
	width: 136px;
	height: 150px;
	position: absolute;
	left: 10px;
	top: 50px;
	display: none;
}

.racket_description {
	width: 150px;
	height: auto;
	padding: 0 10px 0 10px;
	background: none;
	position: absolute;
	top:242px;
	left: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 18px;
}

.tennis.rackets .racket_description, .squash.rackets .racket_description, .badminton.rackets .racket_description {
	top: 275px;
}

.product_description {
	width: 150px;
	height: auto;
	padding: 0 10px 0 10px;
	background: none;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 18px;
}

.squash.balls .product_description {
	top: 220px;
}

.badminton.shuttlecocks .product_description {
	top: 275px;
}

.products_sidebar {
	background: url(../images/news_sidebar_background.png);
	padding: 0 0 0 0;
	color: #888;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	width: 260px;
	border-left:1px solid #393939;
}

.products_sidebar_title {
	text-transform: uppercase;
	padding: 10px 30px 0 25px;
	margin: 0 0 0 0;
	letter-spacing: 1px;
}

h5 {
	text-transform: uppercase;
	padding: 0 0 10px 0;
	font-size: 14px;
}

.products_sidebar_description {
	padding: 10px 30px 20px 25px;
	line-height: 18px;
}

.tennisrange_logos {
	border:1px solid gray;
	cursor:pointer;
	height:40px;
	margin:0 0 10px 25px;
	opacity:0.4;
	padding:10px 20px;
	width:150px;
	filter: alpha(opacity = 40);
	font-size:14px;
	text-align:center;
	background: black;
	position:relative;
}

.close_range {
	position: absolute;
	top: 3px;
	right: 3px;
	background: transparent url(../images/close-range.gif) no-repeat;
	width : 11px;
	height: 10px;
	
}

.tennisrange_logos p {
	padding-top: 12px;
	color: white;
}

.tennisrange_logos .select{
  opacity: 1;
  filter: alpha(opacity = 100);
}

.tennisrange_dividers {
	/*height: 10px;
	font-size: 0;
	border-bottom: 1px dotted #2B2B2B;
	margin: 0 0 20px 60px;
	width: 150px;*/
}

#nav_console {
	width: 30px;
	height: 80px;
	background: transparent url(../images/racket_nav_console.png) no-repeat;
	position: absolute;
	top: -80px;
	right: 260px;
	opacity: 0;
	z-index: 999;
}

#items_scroll_up {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}


#items_reset {
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}


#items_scroll_down {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}


.sidebar-contain { /*overflow-y: scroll;*/
	padding: 20px;
	font-size: 11px;
}

.sidebar-contain p {
	margin-bottom: 10px;
}

#product-spec-table td {
	background: #151515;
	color: #717171;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#product-spec-table td table tr td {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#product-spec-table td table tr td p {
	margin: 0;
	padding: 0;
}

.specification {
	color: #b2cd14;
	margin-right: 30px;
	line-height: 1.5em;
	margin-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.specification-results {
	float: left;
	line-height: 1.5em;
}

#product-technical {
	border: 1px solid #2B2B2B;
	margin-top: 10px;
	padding: 1px;
}

.members #product-technical {
	border: 0px none;
	font-size: 16px;
}

.tech-tn-image {
		float:left;
		height:65px;
		margin:7px 7px 0 0;
		width:80px;
		border:1px solid #2B2B2B;
		padding:1px;
}

.product_right_container #right_panel {
	width:379px;
}

.scroll {
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	width:350px;
}

#downloads_intro_text {
	font-size: 13px;
}

#speech {
	background: url(../images/speech-tail.png) no-repeat 65% bottom;
	padding-bottom: 8px;
	margin:120px 0 0px 25px;
}

#speech p {
	background: #f98517;
	width: 150px;
	padding: 20px;
	color: black;
	font-size: 13px;
}

#speech p:hover {
	color: #FFF;
}

p#speech_help {cursor:pointer;}

#speech_reveal {
	padding: 0 30px 20px 25px;
	color:#ee7618;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 16px;
	display: none;
}

#swf_product {
left:0px;
position:absolute;
top:0;
height: 100%;
width: 100%;
}

.gmnoprint {
	margin-right: -10px;
}

#slider-tab {
	background: url(../images/slider-tab.png) no-repeat 0 0;
	position: absolute;
	right: 350px;
	z-index: 5000;
	top: 20%;
}

#swf_competition, #swf_new_optin {
	position: fixed;
	left: -15px;
	top: 0;
	z-index: 0;
}

/* end products section styles */


.sidebar_cufon_h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.squash .products_sidebar_description {
}

.squash #sidebar-footer {
	/*background: url(../images/squash-rackets-sidebar-player.png) no-repeat right bottom;
	position: absolute;
	bottom: 0px;
	height: 455px;
	width: 260px;*/
}

#sideWrapper {
	/*min-height: 700px;
	height: 100%;*/
	position: relative;
}


.tennis .products_sidebar {
	/* background: url(../images/tennis-rackets-sidebar-player.png) no-repeat right center; */
}

.uppercase {
	text-transform: uppercase;
}

