@charset "utf-8";
/* CSS Document */
.productsAcc{
	margin: 0px;
	padding: 0px;

}
.productsAcc-panel{
background color:#ffffff;

}
.productsAcc-panel-button{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	height: 150px;
	float: left;
	padding: 0px;
	margin-top:25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
#men{
	background-image: url(../content/images/mkkSportsProductsMen2.jpg);
	background-repeat: no-repeat;
	
}
#women{
	background-image: url(../content/images/mkkSportsProductsWomen2.jpg);
	background-repeat: no-repeat;
}
#accessoires{
	background-image: url(../content/images/mkkSportsProductsAccessories2.jpg);
	background-repeat: no-repeat;
}
.productsAcc-panel-content{
	font-size:12px;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.productsAcc ul{
	padding: 10px;
	margin: 0px;
	float: left;
	width: 849px;
	background-image: url(../content/images/productBackground2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.productsAcc ul li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 280px;
}
.productsAcc ul li ul{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
	background-image: none;
}
.productsAcc ul li ul a{
	color:#000000;
	text-decoration: none;
}
.productsAcc ul li a{
	display: inline;
	list-style-type: none;
	padding: 0px;
	float: left;
	width: 250px;
	color: #000000;
	margin: 0px;
}

.Cricket{
	background-image: url(../content/headerText/cricket.png);
	height: 25px;
	width: 849px;
	margin-left: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	float: left;
}
.Football{
	background-image: url(../content/headerText/football.png);
	height: 25px;
	width: 849px;
	margin-left: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	float: left;
}
.Rugby{
	background-image: url(../content/headerText/rugby.png);
	height: 25px;
	width: 849px;
	margin-left: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	float: left;
}
.Hockey{
	background-image: url(../content/headerText/hockey.png);
	height: 25px;
	width: 849px;
	margin-left: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	float: left;
}

