/* CSS Document */

/* Body */

BODY {
	text-align: center;
	}
body {
	background: #242424;
	margin:0;
	padding:0;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F5559;
	line-height: 1.5;
	}
a:link {
	color: #8CB310;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	color: #C5D5A9;
	text-decoration: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 18px;
	color: #404040;
	margin: 0px;
	}
	
h2 {
	font-size: 14px;
	color: #006694;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #858585;
	padding: 0px 15px 5px 0px;
	}
h3 {
	font-size: 14px;
	color: #404040;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
h4 {
	font-size: 12px;
	color: #006694;
	}
p { 
	margin: 0 0 5px 0;
}

/* Page Containers / Layout*/


#container{
	width: 780px;
	height: auto;
	margin:0 auto;
	text-align: left;
	}

#header_top{
	position: relative;
	width: 780px;
	height: 129px;
	background-color: #FFF;
}

#logo{
	position: relative;
	width: 203px;
	height: 95px;
	left: 10px;
	top: 15px;
	}
	
#headinfo{
	position: absolute;
	width: auto;
	height: 27px;
	float: right;
	top: 15px;
	right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	}
	
#contactinfo{
	position: absolute;
	width: 447px;
	height: 27px;
	float: right;
	top: 50px;
	right: 28px;
	}

#search{
	position: relative;
	height: 25px;
	width: auto;
	float: right;
	top: 0px;
	right: 30px;
	clear: both;
	}

#header_under {
	width: 780px;
	height: 9px;
	background: url(../images/headunder.jpg) no-repeat;
}

#horznav_holder{
	height: 31px;
	width: 780px;
	margin:0 auto;
	background-color: #FFFFFF;
	}


#banner{
	height: 148px;
	width: 780px;
	margin:0 auto;
	}
	
#maincontent{
	width: 780px;
	height: auto;
	margin:0 auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/back_maincontent01.jpg);
	background-repeat: repeat-y;
	}
	
#maincontent:after{
 visibility:hidden;
 position:relative;
 display:block;
 content:".";
 clear:both;
}
#breadcrumbs a{
	color: #999;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
#breadcrumbs{
	width: auto;
	height: 20px;
	text-align: left;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-indent: 20px;
	}
#maincontent_left{
	width: 176px;
	height: 100%;
	float: left;
	background-color: #EDEDED;
	position: relative;
	left: 4px;
	}
#maincontent_centre{
	width: 434px;
	height: auto;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	position: relative;
	left: 4px;
	}
	
#pagetop{
	width: 420px;
	height: ;
	float: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #8CB310;
	}

.pagetop_welcome{
	height: 200px;
	background-image: url(../images/pagetop_back_tball.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.pagetop_tennis{
	height: 100px;
	background-image: url(../images/pagetop_back_tball.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.pagetop_squash{
	height: 100px;
	background-image: url(../images/pagetop_back_squashball.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.pagetop_badminton{
	height: 100px;
	background-image: url(../images/pagetop_back_shuttlecock.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.pagetop_racquetball{
	height: 100px;
	background-image: url(../images/pagetop_back_goggles.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.pagetop_footwear{
	height: 100px;
	background-image: url(../images/pagetop_back_shoe.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}	

.pagetop_babolat_tennis{
	height: 100px;
	background-image: url(../images/pagetop_tennis_babolat.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

.sport_brand{
	width: 120px;
	height: 90px;
	float: left;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	border: 1px dashed #CECECE;
	font-size: 10px;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;	
	}
	
.sport_brand a{
	color: #8CB310;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
	}
	
.sport_brand a:hover{
	color: #C5D5A9;
	}
.sport_brand div{
	height:100%;
}

#productlist{
	width: 410px;
	height: auto;
	float: left;
	background-color: #FFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: 1px dashed #CECECE;
	}
	
#productlist_image{
	width: 100px;

	float: left;
	background-color: #FFF;
	margin-top: 10px;
	text-align: center;
	}
	
#productlist_summary{
	position: relative;
	width: 295px;

	float: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	}
	
#productmain{
	width: 410px;
	height: auto;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: 1px dashed #CECECE;
	}
	
#productmain_imageholder{
	width: 150px;
	height: auto;
	float: left;
	background-color: #FFF;
	text-align: center;
	}
	
#productmain_detail{
	position: relative;
	width: 225px;
	height: auto;
	float: right;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	}
#maincontent_bottom{
	clear:left;
}
#maincontent_right{
	width: 138px;
	height: auto;
	float: right;
	background-color: #FFF;
	position: relative;
	right: 4px;
	padding-right: 1px;
	padding-left: 1px;
	}

#categories{
	width: 128px;
	height: 20px;
	padding-right: 3px;
	padding-left: 45px;
	padding-top: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/storecategories.gif);
	background-repeat: no-repeat;
	}

#shoppingbasket_header{
	width: 103px;
	height: 20px;
	padding-right: 3px;
	padding-left: 32px;
	padding-top: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/shoppingbasket.gif);
	background-repeat: no-repeat;
	}
#shoppingbasket{
	position: relative;
	width: 126px;

	padding-right: 3px;
	padding-left: 10px;
	padding-top: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #404040;
	border-bottom: 1px dotted #B7B7B7;
	}
	
#specialoffers{
	width: 138px;
	height: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#newsletter_header{
	width: 95px;
	height: 20px;
	padding-right: 3px;
	padding-left: 40px;
	padding-top: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
}
	
#newsletter{
	position: relative;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #404040;

}
#newsletter p{	
	width:auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 3px;

}
#newsletter form{
	display:block;
	border-top: 1px dotted #B7B7B7;
	margin:0;
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 10px;	
}
/* Footer*/
	
#footer {
	position: relative;
	height: 40px;
	clear: both;
	padding: 0 0 0 20px;
	line-height: 40px;
	font-size:95%;
	color: #D0D0D0;
}

#footerNav{
	list-style-image: none;
	list-style-type: none;
	width: auto;
	float: right;		
}
#footerNav li{
	float: left;
}
#footerNav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:lowercase;
	color: #D2EE1D;
	text-decoration: none;
	padding: 4px 5px 0px;
	
}
#footerNav li a:hover{
	color: #C5D5A9;
	text-decoration: underline;
	}
	
#copyright {
	position: absolute;
	float: left;
	color: #D0D0D0;
	}
#copyright li a{
	color: #34D7FA;
	text-decoration: none;
	}
#copyright li a:hover{
	color: #C5D5A9;
	text-decoration: underline;
	}


.highlight_blue {
	font-weight: bold;
	color: #0099CC;
}
.highlight_grn {

	font-weight: bold;
	color: #8CB310;
}

.ourprice {
	font-weight: bold;
	color: #0099CC;
	font-size: 12px;
}

.options{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #EBEBEB;
	}

#homeListing .sport_brand h3{
	font-size:1.8em;
}
#homeListing .sport_brand *{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;	
}

/*** MESSAGE STYLES ***/
ul.error, div.error {
	color:#D33;
	background-color:#FFE7EB;
	padding:5px;
	border:1px solid #D33;	
	margin:0px 2px 10px 0;
}
ul.error {
	list-style: none;
}
div.warning {
	color:#413B19;
	background-color:#FFFFD9;
	padding:5px;
	border:1px solid #FFE864;
	margin-bottom:10px;	
}
div.message {
	color:green;
	background-color:#F7FFF0;
	padding:5px;
	border:1px solid green;	
	margin-bottom:10px;
}
.contactForm{
	padding:10px;
}
.contactForm label{
	display:block;
	float:left;
	width:120px;
}
div#login table{
	margin:auto;
}
div#login table tr td label{
	display:block;
	width:100px;
}