* {margin:0;padding:0;}
html { height:100%; margin:0 0 1px; }


body {
	background:#3680A7 url(../images/bck.jpg) repeat-x scroll 0 0;
	font-family: arial,sans-serif;
	margin:0;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
}

#main{
	margin:0 auto;
	width:970px;
}

#top{
	height:34px;
	text-align:right;
}

#footer{
margin-left:230px;
width:731px;
color:#fff;

margin-top:10px;
margin-bottom:10px;
}

#footer #left{float:left;color:#fff;}
#footer #right{float:right;color:#fff;}

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	text-decoration: underline;
}



#basket{
	background: #134662;
	width:378px;
	height:14px;
	float:right;
	color:white;
	padding:10px;
	text-align:left;
	margin-right:10px;
}

#basket img{
margin-top:0;
}

#basket a{
color:#fff;
}

#basket span{
margin-left:10px;
position:relative;
top:-4px;
}

#nav{
	height:88px; 
	width:960px; 
}

#nav h1 {
    width:230px;
    height:88px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:0;
    background: url(../images/euro-sports-logo.jpg) no-repeat;
}

#nav h1 span{
    display:none;
}

#navigation{
 	height: 28px;
	position: relative;
	margin:0 0 0 430px;
	padding: 0;
	top:34px;
	list-style-type:none;
}

#navigation li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 28px;
	background: url(../images/nav.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

li#nav_home a {
	left: 0;
	width: 71px;
	background-position: 0 0;
}

li#nav_home a:hover {
	background-position: 0 -28px;
}

li#nav_find a {
	left: 71px;
	width: 89px;
	background-position: -71px 0;
}

li#nav_find a:hover {
	background-position: -71px -28px;
}

li#nav_account a {
	left: 160px;
	width: 115px;
	background-position: -160px 0;
}

li#nav_account a:hover {
	background-position: -160px -28px;
}

li#nav_contact a {
	left: 275px;
	width: 109px;
	background-position: -275px 0;
}

li#nav_contact a:hover {
	background-position: -275px -28px;
}

li#nav_about a {
	left: 384px;
	width: 96px;
	background-position: -384px 0;
}

li#nav_about a:hover {
	background-position: -384px -28px;
}

li#nav_help a {
	left: 480px;
	width: 50px;
	background-position: -480px 0;
}

li#nav_help a:hover {
	background-position: -480px -28px;
}

#sub-nav{
	margin-top:49px;
	width:220px; 
	float:left;
}

.subnav{
	width:210px; 
	float:left;
	list-style:none
}

.subnav li {
    height:19px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    padding:10px;
    background:#225068;
	width:210px; 
	color:#fff;
	font-size:16px;
	font-style:italic;
	font-weight:lighter;
	border-bottom:1px solid #3680A7;
}

.subnav li a{
	color:#fff;
}

#searchbox{
	background: #225068;
	height:70px;
	margin-top:40px;
}



.arrowlistmenu{
margin-top:41px;
margin-bottom:30px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	cursor: hand;
	cursor: pointer;
	height:40px;
	margin-top:1px;
	background: #225068;
	position:relative;
width:230px;
z-index:100;
}

#title_hockey {
    height:40px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:0;
    background:#225068 url(../images/title_hockey.gif) no-repeat;
	width:220px;
	text-indent:-10000%; 
}

#title_cricket {
    height:40px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:0;
    background:#225068 url(../images/title_cricket.gif) no-repeat;
	width:220px;
	text-indent:-10000%; 
}

#title_rugby {
    height:40px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:0;
    background:#225068 url(../images/title_rugby.gif) no-repeat;
	width:220px;
	text-indent:-10000%; 
}

#title_swimming {
    height:40px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:0;
    background:#225068 url(../images/btn_sale.gif) no-repeat;
	width:220px;
	text-indent:-10000%; 
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type:none;
padding:0 0 10px;
position:relative;
width:230px;
z-index:100;
background:#225068;
 /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #fff;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px;
padding-left: 40px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #3680A7;
background-color: #F3F3F3;
}

.title_search {
    height:40px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:0;
    background:#52B123 url(../images/title_search.jpg) no-repeat;
	width:220px; 
	border-bottom:1px solid #3680A7;
}

.title_search span{
    display:none;
}

.title_categories {
    height:40px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:0;
    background:#52B123 url(../images/title_category.jpg) no-repeat;
	width:220px; 
}

.title_categories span{
    display:none;
}

.title_featured {
    height:40px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    margin:10px 0 0;
    background:#52B123 url(../images/title_featured.jpg) no-repeat;
	width:710px; 
}

.title_featured  span{
    display:none;
}

.title_details {
	background:#52B123 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-size:18px;
	font-style:italic;
	font-weight:lighter;
	height:30px;
	margin:0 0 10px;
	padding-left:10px;
	padding-top:10px;
	width:700px;
}

.title_details span {
	float:right;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

.title_details span a{
	color:#fff;
	
}


#contentarea{
	width:710px;
	background:#fff;
	float:left;
	padding:20px;
	background:transparent url(../images/content_main.jpg) no-repeat scroll left top;	
}

.menureg {
    height:20px;
    position:relative;
    float:left;
    top:0px;
    left:0px;
    padding:10px;
    background:#52B123;
	width:200px; 
	color:#fff;
	font-size:18px;
font-style:italic;
font-weight:lighter;
}

#contentarea #contentarea_btm{
	background:transparent url(../images/content_main.jpg) no-repeat bottom left;
	font-size:1px;
	line-height:1px;
	height:20px;
	margin:0 -20px -20px -20px;
	clear:both;
}

#contentareainner{
	margin-left:5px;
	padding:5px 5px 5px 0;	
}

#contentareainner h3{
	border-bottom:1px solid #DDDDDD;
	color:#3680A7;
	font-size:12px;
	margin-bottom:10px;
	margin-top:20px;
}

#contentareainner p{
	margin-bottom:10px;
}

#contentareainner td{
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
padding:4px;
}

#contentareainner .plain td{
border-bottom:none;
border-right:none;
padding:4px;
}

.nopad td{
padding:0px;
}

#contentareainner td a{
color:#000;
text-decortation:underline;
}

#contentareainner .options{
float:right;
margin-top:10px;
}

#contentareainner .top{
background:#225068;
color:#fff;
}

#contactdetails{
	background:#F3F3F5 none repeat scroll 0 0;
	border:1px solid #DBDBDF;
	margin-left:10px;
	padding:20px;
	width:210px;
	float:left
}

#contactdetails h3{
	color:#3680A7;
	margin-bottom:10px;
}

#contactdetails a{
	text-decoration:underline;
	color:black;
}

.rightside{
	background:#F3F3F5 none repeat scroll 0 0;
	border:1px solid #DBDBDF;
	margin-left:10px;
	margin-bottom:10px;
	padding:20px;
	width:210px;
	float:left
}

.rightside h3{
	color:#3680A7;
	margin-bottom:10px;
}

.rightside a{
	text-decoration:underline;
	color:black;
}

.icon_phone{
padding:5px 0 5px 20px;
background:url(../images/ico_phone.jpg) no-repeat left;
}	

.icon_email{
padding:5px 0 5px 20px;
background:url(../images/icon_email.jpg) no-repeat left;
}

.icon_find{
padding:5px 0 5px 20px;
background:url(../images/icon_find.jpg) no-repeat left;
}

/*-----------forms-----------*/

#contactarea{
	background:#F3F3F5 none repeat scroll 0 0;
	border:1px solid #DBDBDF;
	padding:20px;
	width:400px;
	float:left
}

#contactarea p{
margin-bottom:30px;
}


#contactarea label{
float: left;
width: 125px;
font-weight: bold;
clear:both;
}


#contactarea input, select{
margin-bottom: 10px;
}

#contactarea textarea{
width: 270px;
height: 150px;
}

#contactarea #submitbutton {
margin-left:120px;
margin-top:15px;
width: 90px;
}

#formarea{
	background:#F3F3F5 none repeat scroll 0 0;
	border:1px solid #DBDBDF;
	padding:20px;
	width:667px;
	float:left
}

#formarea p{
margin-bottom:30px;
}

#formarea label{
float: left;
width: 120px;
font-weight: bold;
}

#formarea input, textarea{
width: 270px;
margin-bottom: 10px;
}

#formarea textarea{
width: 270px;
height: 150px;
}

#formarea #submitbutton {
margin-left:305px;
margin-top:15px;
width: 90px;
}

.buynow label{
clear:left;
float:left;
font-weight:bold;
width:60px;
}



.buynow input, select{
float:left;
margin-bottom:10px;
}


.buynow #submitbutton {
clear:left;
margin-left:60px;
margin-top:10px;
margin-bottom:10px;

}

.pendingorders label{
float: left;
width: 120px;
font-weight: bold;
}

.pendingorders input, textarea{
width: 270px;
margin-bottom: 10px;
}

.pendingorders .ad2{
width: 270px;
margin-bottom: 10px;
margin-left: 120px;
}

.pendingorders input, select{
margin-bottom: 10px;
}

.pendingorders textarea{
width: 270px;
height: 150px;
}

.pendingorders #submitbutton {
margin-left:305px;
margin-top:15px;
width: 90px;
}

options .button {overflow:visible;width:auto;padding-left:0.3em;padding-right:0.3em;}

.btnstyle{
background-color: #78a3d3;
background-image: url(../images/btn_blue.gif);
border-color: #005D99;
color:#fff !important;
background-position:left center;
background-repeat:repeat-x;
border-style:solid;
border-width:1px;
cursor:pointer;
padding:3px;
text-align:center;
margin-top:10px;
}

.button1{
background-color: #78a3d3;
background-image: url(../images/btn_blue.gif);
border-color: #005D99;
color:#fff !important;
background-position:left center;
background-repeat:repeat-x;
border-style:solid;
border-width:1px;
cursor:pointer;
padding:3px;
text-align:center;
margin-top:10px;
}


/*-----------forms end-----------*/




.categorysearch{
	width:708px;
	float:left;
	background:#F0F0F0 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	font-size:12px;	
}

.categorysearch ul {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
	position:relative;
	width:690px;
}

.categorysearch li {
	float: left;
	height: 20px;
	list-style:none;
	padding-left:10px;
}

.categorysearch h3 {
	border-bottom:1px solid #DDDDDD;
	color:#3680A7;
	font-size:14px;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}

#removefilter {
    height:18px;
    position:relative;
    float:right;
    top:0px;
    left:0px;
    margin:0;
    background:url(../images/btn_removefilter.gif) no-repeat;
	width:99px;
	text-indent:-10000%; 
	cursor:pointer;
}

#removefilter:hover {
    background:url(../images/btn_removefilter_hv.gif) no-repeat;
	
}

.detailsleft{
	width:370px;
	float:left;
	border:1px solid #EEEEEE;
}

.detailproductimg{
	width: 350px;
	display: table;
	margin-bottom:5px;
}

.detailproductimg p{

display:table-cell;
text-align:center;
vertical-align:middle;

}

.detailproductimg img{
	border:0;
	padding:10px;
}

.detailsright{
	width:325px;
	float:right;
	margin-left:10px;
}

.buynow{
	width:325px;
	float:left;
	background:#F0F0F0 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	padding-bottom:10px;
}

.buynow .inner{
padding:10px;
}

.buynow .inner .price{
margin-bottom:10px;
}


.buynow h3{
	background:#225068 none repeat scroll 0 0;
	color:#fff;
	padding:7px;
}

.moreinfo{
	background:#F0F0F0 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	float:left;
	margin-top:10px;
	padding:10px;
	width:305px;
	color:#333;
}

.moreinfo h3{
	color:#3680A7;
	margin-bottom:10px;
}

#productlist{
	list-style-type:none;
}

#productlist li{
	border:1px dotted #999999;
	float:left;
	height:228px;
	margin:1px;
	position:relative;
	width:173px;
}


#productlist a{
	cursor:pointer;
	text-decoration:none;
	display:block;
}

#productlist h4 a{
	color:#3680A7;
	height:45px;
	margin:5px;
	cursor:pointer;
	position:relative;
}

#productlist h4 .new a span{
	color:red;
}

#productlist li h4 .exclusive  {
left:90px;
position:absolute;
top:30px;
}

#productlist li h4 .exclusive img  {
border:none;
}

.productimg{
	width: 173px;
	display: table;
	margin-bottom:5px;
}

.productimg p{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height:120px;
}

.productimg img{
	border:0;
}

.productprice{
	border-top:1px dotted #999999;
	height:50px;
	font-size:11px;
	font-weight:bold;
}

.productprice .left{
	margin:9px 9px 9px 15px;
	float:left;
	width:65px;
	color:#999999;
}

.productprice .right{
	margin:9px;
	float:left;
	width:55px;
	color:#3680A7;
}

.results_top{
	border-bottom:1px solid #DDDDDD;
	float:left;
	font-size:12px;
	margin-bottom:20px;
	width:708px;
	padding-bottom:5px;
}

.results_bottom{
	border-top:1px solid #DDDDDD;
	float:left;
	font-size:12px;
	margin-top:20px;
	width:708px;
	padding-top:5px;
}

.searchbox{
background:#F1F2ED none repeat scroll 0 0;
border:2px solid #999999;
float:left;
height:16px;
margin:15px 0 0 5px;
padding:7px;
width:163px;
}

.searchbtn {
margin-top:15px;
}

.pendingorders {
	width:680px;
	float:left;
	background:#F0F0F0 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	padding:10px;
}

.pendingorders .inner {
	float:left;
	margin-left:10px;
	width:210px;
}

.pendingorders .inner ul {
	list-style:none;
}

.pendingorders .left {
	width:340px;
	float:left;
}

.pendingorders .right {
	width:340px;
	float:right;
}

.pendingorders .right ul {
	list-style:none;
}


.red {
	color:red;
}

	h5{
		font-size:140%;
		font-weight:normal;
		}	

		
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:260px;
		height:300px;
		overflow:hidden; 
		}	
								
	#slider li img{ 
		border:none;
		}
		
	#slider li h5{ 
	font-size:12px;
	margin:10px 0;
	text-decoration:underline;
		}		

/* // Easy Slider */

.strike {
	color:#666666;
	text-decoration: line-through;
}

.tkban{
margin-top: 10px;
}

#facebook 			{background:url("../images/eurosports_facebook.jpg") no-repeat scroll center top transparent;
cursor:pointer;
float:left;
height:29px;
margin:-6px 20px 0 1px;
width:101px;}

#facebook:hover			{ background-position:-6px -29px;}

#facebook_link			{float:left;
height:32px;
position:relative;
text-indent:-9999px;
width:100px;}


